-
TA: 0:03:52
0%| | 0/17 [00:00
-
TinyYolov3 crashes Unity as soon as the scene starts. Looks like there's a problem with actually pulling the model from Hub.
-
我使用您的代码框架测试了一下yolox系列的推理速度,yolox_nano以外的模型推理速度都很正常,但是使用nano模型时,推理速度甚至低于yolox_s。所用的onnx文件均为利用官方coco数据集训练出来的pth文件转化得到。
我注意到yolox在定义nano模型时,有一段额外代码(./exps/default/nano.py中),如下图所示
![image](https://user-…
-
I was trying to convertYOLOx-Darknet53 and got the KeyError: 'onnx::Range'.
I tried with the latest docker image. Doesn't it support conversion of YOLOX- Darknet53?
-
When I call the function mmdeploy_detector_create_by_path, setting model_path by the ONNX model path, a problem occured: no ModelImpl can read sdk_model. Is model_path not the ONNX model path?What the…
-
This issue has two parts. For the first I propose a solution but include it here incase my proposed solution effects part 2.
1. Error in eval script when using anchor free mode.
2. Bad/erroneous r…
-
hi,professro!:
i work on nvidia jetson platform, i write infer program with c++, i want to use yolox-tiny to just infer, but i don't konw how to do it , please help me!
-
运行python yolox_tools/train.py -f yolox/exp/yolox_tiny_fish.py -d 1 -b 8 --fp16 -o -c weights/yolox_tiny.pth这行代码报错
![image](https://user-images.githubusercontent.com/65700064/148654370-303dedec-0f2e-4…
-
when i want to train yolox with multiple gpus, I got such errors:
```
2021-10-13 09:44:36 | INFO | yolox.core.trainer:151 - init prefetcher, this might take one minute or less...
2021-10-13 0…
-
Thanks for your job
I am currently using xavier nx.
I want to use deepstream there, but the detection result is not displayed.
I got the model_trt.engine pth file using trt.py provided at htt…