apple / ml-cvnets

CVNets: A library for training computer vision networks
https://apple.github.io/ml-cvnets
Other
1.76k stars 225 forks source link

Main_train Error #105

Open rokkamaravind321 opened 3 months ago

rokkamaravind321 commented 3 months ago

Screenshot from 2024-06-05 15-42-39

Im trying to perform a multiobject detection on my own custom dataset. How can i resolve the error

farzadab commented 3 months ago

Try adding PYTHONPATH=. variable environment to the start of your command (or alternatively export PYTHONPATH=.).

rokkamaravind321 commented 3 months ago

What is the data format expected for this model? I tried to use COCO format downloaded from roboflow but its giving errors?

Thanks in advance

farzadab commented 3 months ago

Sorry, I haven't worked with that, but take a look at the COCO dataset loading code here to see if the format is familiar.