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 am trying to train the model with pre-computed detections and embeddings because my detector is not a faster-rcnn like Tracktor and my CNN is not based on torchreid. Just checking if this will work,
use the gt boxes and compute embedding features and store in some folder with some format.
modify MOTGraphDataset class so it doesn't compute again
Let me know your thoughts. Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to train the model with pre-computed detections and embeddings because my detector is not a faster-rcnn like Tracktor and my CNN is not based on torchreid. Just checking if this will work,
MOTGraphDataset
class so it doesn't compute againLet me know your thoughts. Thank you!
The text was updated successfully, but these errors were encountered: