Closed ghost closed 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/ )
Solution: pip install h5py==2.10.0
Hey ! Sorry have been busy with other project and could not update the issue. Will try to let you know soon.
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 ?