-
Notifications
You must be signed in to change notification settings - Fork 91
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
labelling of images #7
Comments
Hi, Are you sure you have the latest version of the repo? See https://github.com/sergionr2/RacingRobot/releases for a rough changelog. Because we switched from using |
Hi. Sorry for coming so late. Had to postpone the twiking for some other tasks. Anyways, actually i used your provided image file for the pi, and was trying to train the code for my arena. But I think i will have to install everything from scratch to play with the latest repo. Right?? |
If you have the image, you can update to the latest version using Anyway, i would recommend you doing the labelling and training on your computer, not the raspberry pi (which has limited computing capacity)
I am working on simplifying dependencies by having a docker image (but that's not ready yet). |
Hi
thanks for sharing the resources. in your readme you said to label the images using json tool but in your code you are loading pickle objects which are not there. am i missing something , its really confusing because in the your git there are some scripts like 'convert_old_format.py' & 'lable_images.py' which are using different name scheme for reading images to make a pickle object.
Any help would be appreciated as i have invested a lot of time on this.
Thanks
The text was updated successfully, but these errors were encountered: