opencv_zoo
Collection
27 items
•
Updated
•
22
This model is provided by Tencent Youtu Lab [Credits].
Note:
person_reid_youtu_2021nov_int8bq.onnx represents the block-quantized version in int8 precision and is generated using block_quantize.py with block_size=64.Run the following command to try the demo:
python demo.py --query_dir /path/to/query --gallery_dir /path/to/gallery -v
# get help regarding various parameters
python demo.py --help
# A typical and default installation path of OpenCV is /usr/local
cmake -B build -D OPENCV_INSTALLATION_PATH=/path/to/opencv/installation .
cmake --build build
./build/demo --query_dir=/path/to/query --gallery_dir=/path/to/gallery -v
# get help regarding various parameters
./build/demo --help
All files in this directory are licensed under Apache 2.0 License.