AldinB.
AldinB.
How many epochs did you train?
How did you labeled the no-raccoon images? With Bounding box or without bounding box? When you labeled it with bbox, did you placed it around the object in the picture...
 Does xml file then look like this with empty and class "garbage"? train.py gives me an error
Traceback (most recent call last): File "train.py", line 102, in _main_(args) File "train.py", line 98, in _main_ debug = config['train']['debug']) File "/media/srv-0/abajrami/YOLOv2/frontend.py", line 383, in train max_queue_size = 8) File...
When I do so and start training then we dont read the negative examples. We only read the pics which are specified in config['model']['labels']. Due to the fact that we...
You have to convert pictures from .jpg to .JPEG First install imagemagick: sudo apt-get install imagemagick Try converting just one image at first: convert image.jpg image.png Now convert all: mogrify...
You can load images from folder 002, 003 and so on when you create empty folders in directory example with same name 002, 003 and so on