facerless

Results 3 comments of facerless

I think you need set dynamic range for every layer. https://github.com/NVIDIA/TensorRT/tree/master/samples/opensource/sampleINT8API I want to kown how to generate per_tensor_dynamic_ranges.txt.

sudo ln -s /usr/local/cuda/lib64/libcudart.so /usr/lib/libcudart.so It works for me!You can try

Thanks for your help! I set heads={'hm': 80, 'wh': 2, 'reg': 2},lead to this bug! After i set heads = OrderedDict([('hm', 80), ('reg', 2), ('wh', 2)]), the detection result is...