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
Currently we not support for run inference on a single video (like .mp4 files). This is because the MOT benchmarks store videos in the form of continuous images. If you want to run our model on a video file, a straightforward approach is to sample it into a sequences of images (we suggest about 25 FPS).
In the future, I do plan to implement a demo file like demo.ipynb in MeMOTR, which can directly process a video file.
However due to other work arrangements, this planning may require more time. You may be able to modify it based on the demo code of MeMOTR. The code structures of the two are relatively similar.
How to run inference on single video?
The text was updated successfully, but these errors were encountered: