ketand334

Results 2 comments of ketand334

@AlexeyAB: I am trying to train a custom object detection model using yolov3.cfg(file making the required changes) and darknet53.conv.74 pre trained weights. But I am getting the following output: v3...

os.chdir('D:\\Projects\\used-car-masking') # where my source folder is kept PROBLEM = "detection" ANNOTATION_MODE = "yolo" INPUT_PATH = "test_augmentation/" GENERATION_MODE = "linear" OUTPUT_MODE = "yolo" OUTPUT_PATH= "augmented_images_yolo" augmentor = createAugmentor(PROBLEM,ANNOTATION_MODE,OUTPUT_MODE,GENERATION_MODE,INPUT_PATH,{"outputPath":OUTPUT_PATH}) transformer =...