You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want a trained d0 model that only detects cars/people (and no other classes). I'm currently loading in the pretrained weights provided and am doing additional training with only the car/people detections in MS COCO. I've modified the project yml file obj_list to be ['person, 'car']. Is this the correct approach to doing this? Thank you.
The text was updated successfully, but these errors were encountered:
I want a trained d0 model that only detects cars/people (and no other classes). I'm currently loading in the pretrained weights provided and am doing additional training with only the car/people detections in MS COCO. I've modified the project yml file obj_list to be
['person, 'car']
. Is this the correct approach to doing this? Thank you.The text was updated successfully, but these errors were encountered: