Open MinhxNguyen7 opened 7 months ago
@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 OneDetector
, all the relevant tests pass on my PC.
Summary
YoloDetector
base class for use in old ShapeDetector (should we want to go back) andOneDetector
(new).TODOs
ImageProcessor
.Test Plan
Run the image processor tests on
main
and this pipeline to confirm that they have the same failures and errors.Issues
Future Follow-Up