yolo - train_detector - Resizing

yolo - train_detector - Resizing

/home/strong/eclipse-workspace/darknet_0921/examples/detector.c
void train_detector(char *datacfg, char *cfgfile, char *weightfile, int *gpus, int ngpus, int clear)
{
}

printf("Resizing\n");

1. Resizing
int dim = (rand() % 10 + 10) * 32;
yolo - train_detector - Resizing_第1张图片

2. Resizing
int dim = (rand() % 4 + 16) * 32;

yolo - train_detector - Resizing_第2张图片

3. Resizing

int dim = (rand() % 10 + 16) * 32;

yolo - train_detector - Resizing_第3张图片


4. Resizing

int dim = (rand() % 12 + 16) * 32;

yolo - train_detector - Resizing_第4张图片




你可能感兴趣的:(Darknet,-,old,deep,learning)