samihormi / Multi-Camera-Person-Tracking-and-Re-Identification

Simple model to Track and Re-identify individuals in different cameras/videos.(Yolov3 & Yolov4)
GNU General Public License v3.0
206 stars 70 forks source link

Running Demo #3

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hello,

Thank you for the repo. It is a helpful one. I'm trying to run the demo and have followed the instructions and ran into the error

model_config = json.loads(model_config.decode('utf-8')) 'AttributeError: 'str' object has no attribute 'decode'' where the mode

The model path is as mentioned in /model_data/models/yolo3.h5.

Any possible reason for the error that you can point ?

samihormi commented 3 years ago

Hi there,

I honestly have never encountered this error, perhaps if you could show me the full error log I might be able to help. (also make sure you download one of the ReID models(.pth) and place it in /model_data/models/ )

5875616E commented 3 years ago

Solution: pip install h5py==2.10.0

ghost commented 3 years ago

Hey ! Sorry have been busy with other project and could not update the issue. Will try to let you know soon.