Asami-1 / GDP

Repository related to Cranfield's AAI MSCs GDP
7 stars 1 forks source link

Writting Good Tracking System #18

Closed IviX55 closed 1 year ago

IviX55 commented 1 year ago

Either: -Find new tracking algorithim -Adpapt tacking in inference_tracking to store X last frames

IviX55 commented 1 year ago

As implemented tracking in ultralytics package cannot be used with bbox results, so it would not work for the in-real-time inferencing. We can use custom tracking from integrated tracking in ViTPose's mmpose

IviX55 commented 1 year ago

Using DeepSORT for both: generating training data and app