wanghaohw

Results 2 issues of wanghaohw

When I export my model with DCNV2 to ONNX model, the following error happened:```ONNX export failed: Couldn't export Python operator _DCNv2```,and it alse can't export to .pt model.I will be...

你好,我在example_python客户端里面加了多线程,每个线程去调用客户端,返回结果是混乱的,这应该怎么控制? ``` input0:[1,1,1,1] input1:[2,2,2,2] ``` 单线程: ``` -------------------------------------------- thread0 [3. 3. 3. 3.] [-1. -1. -1. -1.] -------------------------------------------- ``` 四个线程: ``` -------------------------------------------- thread0 [3. 3. 3. 3.] [-1. -1. -1....