Issue with Collision Avoidance Train Model Resnet18

Reference code: jetbot/train_model_resnet18.ipynb at master · NVIDIA-AI-IOT/jetbot · GitHub

I’m trying to train my model with this and I get this error and I’m not sure how to fix it. My dataset has 2 folders (blocked and free) where it’s mainly filled with chair photos because I want the robot to avoid chairs.

Solved the problem. There was a .ipynb_checkpoints file in the dataset folder and it was causing this error. Once I deleted it, the code ran.

Thanks the sharing for how to fix it.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.