yuntaeJ / SCIT-MCMT-Tracking

[CVPRW 2023] "Leveraging Future Trajectory Prediction for Multi-Camera People Tracking"
MIT License
44 stars 6 forks source link

multicam_association.py #7

Open MingweiLu opened 1 year ago

MingweiLu commented 1 year ago

Hello, when I am trying to run DEMO Step 2. Multi-Camera Tracking (Association), it says File "tools/multicam_association.py", line 25, in from models.experimental import attempt_load ModuleNotFoundError: No module named 'models'

seems like there is no experimental.py in folder "models"

yuntaeJ commented 1 year ago

I apologize for the late reply.

This part is from the code within the yolov7-pose-estimation library. Link: https://github.com/RizwanMunawar/yolov7-pose-estimation/blob/main/models/experimental.py