Devlog #2
The model is detecting more fuel now but still not the big one.
Most of my time was spent setting up Jupyter. I had trouble with it because apparently torch doesn’t support Python 3.13 on macOS and then the version of numPy I had doesn’t work on Python 3.10 (which I downgraded to). It took a while and also my sanity but I finally got ultralytics installed and the model is working on Jupyter.
We trained the model with new images and now it can detect robot bumpers. However, its now detecting bumpers where bumpers don’t exist (specifically on that image).
I think that the issue is that the dataset that it was trained on doesn’t have very many images of fuel head on so I’m going to test out a few more similar images and see if it has the same error.