Nirvana93
Nirvana93
Hi thanks for your great work, i want test multi-camera tracking and ReID with the following command ` python multi_video_reid.py fpnr50_multib8thread_trackout_1280x720_tmot_reid/ \ camera_group.json meva-data-repo/metadata/camera-models/krtd/ top_down_north_up.json \ videos/ multi_reid_out/ --gpuid 0...
使用方法参考[官方示例文档](https://github.com/PaddlePaddle/PaddleSlim/tree/develop/example/auto_compression/detection), 通过指令导出模型: ```python python tools/export_model.py \ -c configs/ppyoloe/ppyoloe_plus_crn_s_80e_coco.yml \ -o weights=~/ss/code/PaddleYOLO/output/ppyoloe_plus_crn_s_80e_coco_shrimp/best_model.pdparams \ trt=True exclude_nms=True ``` 通过指令训练模型: ``` CUDA_VISIBLE_DEVICES=0,1 python -m paddle.distributed.launch --log_dir=log --gpus 0,1 run.py \ --config_path=./configs/ppyoloe_x_qat_dis.yaml --save_dir='./output/' ``` 模型训练时的部分log如下:...
Hello,thanks for your code,I have following problem when running python3 setup.py bdist_wheel error: [hpc-7-005 pytorch binding]$ python3 setup.py bdist_wheel running bdist_wheel runnina build running build deps The C compiler identification...