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
Since we're detecting objects to narrow down on targets, then classifying them, should we just train the first object detection model on where there are targets in general? Are we trying to eliminate letter and shape classification?
A middle ground could be to train only on shape detection since the shapes might be large enough to detect in one shot, and we have sufficient data for shapes, see this issue. (I just realized that this is the current method.) Then, we can perhaps combine color and letter classification into one YOLO classify model.
Description
Since we're detecting objects to narrow down on targets, then classifying them, should we just train the first object detection model on where there are targets in general? Are we trying to eliminate letter and shape classification?
A middle ground could be to train only on shape detection since the shapes might be large enough to detect in one shot, and we have sufficient data for shapes, see this issue.(I just realized that this is the current method.) Then, we can perhaps combine color and letter classification into one YOLO classify model.@EricPedley ?
The text was updated successfully, but these errors were encountered: