xuehai-zhou / MultiMap

GNU Affero General Public License v3.0
0 stars 0 forks source link

Setup and usage in readme broken #1

Open mpowelson opened 1 month ago

mpowelson commented 1 month ago

I'm excited to see research in this space. Thanks for publishing your code!. I was trying to quickly try out your model, but the instructions in the readme don't seem to work. At the least, yolov5 needs to be installed somehow and trained_best.pt should be best.pt. However, I never got it working, so there may be other issues.

xuehai-zhou commented 1 month ago

Hello Matthew. The entire code for YOLOv5 version 7.0 needs to be included in this project. The released model might not work optimal on specific tasks. Therefore, I encourage users to train their own models for particular counting tasks. Please feel free to post any issues you encounter.