-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bounding Box Test and Training endpoint Exception #57
Comments
I just found out the issue, I have to manually create all the dest directories that this endpoint uses, i.e. tiefvision/resources/bounding-boxes/crops For a future feature, it would be nice to have the backend handle all of this, or maybe mention it in the md file :) |
Hi @ivancruzbht I am facing an issue that might be related to yours, I created the directories and the endpoint works perfectly (at-least it says) but then upon running the file: encode-training-and-test-images.lua I get the following error log
|
Exactly same thing here 0-train.txt and 1-train.txt are not generated!!!, following the instruction given in developers guide, any help would be appreciated. Thanks |
I am trying to use this endpoint to start the training. I have already created the bounding boxes for my whole dataset. I checked the h2 db and the data seems correct: http://imgur.com/a/sCzAO
When I use the endpoint I got this error: http://imgur.com/a/io5nY
This is the output of console
If i create the folder <$TIEFVISION_HOME>/resources/bounding-boxes/crops I get the following error:
http://imgur.com/a/DaKo6
It seems that the crop image dataset is not being generated. I followed the developer guide carefully but with no luck. It is hard to see if I am missing something or this is a bug
The text was updated successfully, but these errors were encountered: