manhongnie
manhongnie
我也遇到了这个问题,貌似是使用了腾讯的开放平台,那个api更新掉了,我在尝试着用新的api接上去,但是感觉不行啊没有label_id,愁着呢
图片match的功能,你实现了吗
In mmdetection2trt/mm2trt/mmdet2trt/apis/inference.py line 39 could not konw "result = model(tensor)"
@grimoire Yes, you did a great job. The model uses a very simple retinanet, let me give you an order. ”Python demo/inference.py ./000000004765.jpg /home/nie/TXT/onnx_mmdet/configs/retinanet/retinanet_r50_fpn_1x_coco.py /home/nie/TXT/onnx_mmdet/retinanet_r50_fpn_1x_coco_20200130e.rt2398 ./9mmdet. Below is the code...
@grimoire I printed something and reported an error "Batch_size: 1 output_names: 4 output_names: output_0 output_names: output_1 output_names: output_2 output_names: output_3 idx: 1 [TensorRT] ERROR: (Unnamed Layer* 197) [ElementWise]: dimensions not...
@grimoire No, I used the latest version, but it was unsuccessful. I guess I don’t know about torch2trt, so there should be problems with my script. Can you provide your...
@grimoire I checked the input tensor size is (1, 3, 800, 800), I'm checking it again to see
@grimoire This is the information I printed "(mla) nie@nie0315:~/mmdetection2trt/mm2trt$ python mm2trt.py /home/nie/anaconda3/envs/mla/lib/python3.7/site-packages/setuptools/distutils_patch.py:26: UserWarning: Distutils was imported before Setuptools. This usage is discouraged and may exhibit undesirable behaviors or errors. Please...
@grimoire My graphics card is a 2080 super. I solved the problem. The input size is fixed, and only 800*800 can be set, otherwise an error will be reported if...
@grimoire Not sure, because my code hasn't run through, an error is reported, illegal memory, I don't know why there is such an error, is it related to this? "...