WangYQ9/VideoReID_PSTA

No module named 'models.baseline'

Opened this issue · 1 comments

Hello, author!
In models/init.py, "from models.baseline import ResNet50", but there is no file "baseline" in "models"!
Could you help me to deal with it? Thank you!

Thanks for your issue!

We simply use the ResNet50 as the baseline. You can code this model or delete our proposed model after the ResNet50.