Closed klorydryk closed 6 years ago
Hi Klorydryk, the train and test folders should contain pictures with actual bees and the labels folder should contain black and white images with white dots where the bees should be.
In order to create the labels you must first use the GUI to mark the locations and then use materialise_label_db.py to turn the xy coordinates in the database into images.
I hope this helps!
Hi @squeakus , Oh! You say prior to to launch train.py, I should apply label/materialise/data(.py) to the "test" folder the same way I did for the "training" folder?
exactly, so there are labels for both the test images and training images
Ok, I missed this point, thanks :)
Hello,
I'm in the training step. I've put some
python3.6 ./train.py --run r12 --steps 300 --train-steps 50 --train-image-dir sample_data/training/ --test-image-dir sample_data/test/ --label-dir sample_data/labels/ --width 720 --height 480
and I got an error like it is looking for the same files in the test directory as in the train directory:
If it is a training, shouldn't be new images? And in your dataset, they are different, so... what kind of pictures should be in this directory?
Thanks!