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 did object detection using detectron2 on a video. The output video does the detection, but it indicates category ids of either 1 or 2. But I want my detection to show the class names of either 'weed' or 'crop' instead.
I did object detection using detectron2 on a video. The output video does the detection, but it indicates category ids of either 1 or 2. But I want my detection to show the class names of either 'weed' or 'crop' instead.
Instructions To Reproduce the Issue:
Expected behavior:
I expected detectron2 to do the video inference and show the class names of either 'weed' or 'crop' around the bounding box.
Environment:
The text was updated successfully, but these errors were encountered: