-
Notifications
You must be signed in to change notification settings - Fork 0
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
[DRAFT] Two shot pipeline #184
base: main
Are you sure you want to change the base?
Conversation
@EricPedley Everything is done and works, but the YOLO detector trained on Isaac data is ass, so you can't tell the performance of classification. I anticipate that we won't have time to train it to be better than what we had, so we should just stick with that. However, according to PyTorch, the weights on my PC are corrupted, so I can't even load the old model. Do you mind running the tests on your machine? With the |
Summary
YoloDetector
base class for use in old ShapeDetector (should we want to go back) andOneDetector
(new).TODOs
ImageProcessor
.Test Plan
main
and this pipeline to confirm that they have the same failures and errors.Issues
Future Follow-Up