arvganesh / Multi-Camera-Object-Tracking

Track an object across a CCTV Network with non-overlapping camera views.
GNU General Public License v3.0
72 stars 17 forks source link

build_model instead of init_model #5

Open Hasankanso opened 3 years ago

Hasankanso commented 3 years ago

in line 22 in main.py file, you should use build_model instead of init_model, it's modified in the reid repository

huynhtruc0309 commented 1 year ago

Dear @Hasankanso,

I saw your issue in Multi-Camera-Object-Tracking. I am running this repo. I don't know what to input and how to create them. Do you have any ideas?

Thanks a lot.

Hasankanso commented 1 year ago

It has been a long time, maybe check code/config.py file, all inputs should be mentioned there.