Hans Krupakar
Hans Krupakar
Solved in #113
The solution provided here didn't help solve my problem and so I'll provide a simple workaround in case others run into a similar problem. I simply used the pycocotools Python...
@rasputin1917 That's a good idea for an extension to the tool. You could simply come up with the equation for interpolating the points of an ellipse by using the equation...
[classes/bags.txt](https://github.com/Deep-Magic/COCO-Style-Dataset-Generator-GUI/blob/master/classes/bags.txt) is an example. The class file is a list of target labels in your dataset.
Duplicate of #3
I didn't make any changes except specify the epoch to start the loading from. I have attached a log file specifying the train and load from commands, which remain the...
I ran it again from the beginning again after you said it was strange. Attached is the log file for that. Also attached is the `train.lua` and `preprocess.py` I used....
Will remember not to inline changes from now. I implemented SGD and the `train_from` works as expected. Thanks.
Hey, I got a similar error. I didn't know what the problem was so I simply circumvented it by ensuring all image and annotation filenames exist by adding this condition...