Qidian213
Qidian213
When I scanning small objects (eg: boxs , about 10*15 cm) , I can not got a complete model , Is there any suggestion that can help me ?Thanks !
请问,还有计划出这两个版本的程序吗?
单张图像测试程序
哈喽,你们会考虑编写单张图像或视频流的测试程序吗?
https://github.com/adobe-research/CHART-Synthetic/blob/f64f98c099010d47d944b9bdf408b8e3e47316eb/metric4_synthetic.py#L79 Does it should be: ` precision_x = 0. if len(gt_x) == 0 and len(res_x) > 0 else precision_x ` Thanks!
环境:TensoRT 7.0 当使用 Protobuf 2.6.1 时报错: `fatal error: google/protobuf/port_def.inc: No such file or directory` 当使用 Protobuf 3.11.4时,能够正常编译,并执行命令: `./buildEngine -i model/centerface.onnx -o model/centerface.engine` 但是当运行指令: `./runDet -e model/centerface.engine -i test.jpg` 报错: `[libprotobuf...