-
## 🐞Describe the bug
- Doing some fairly straightforward tensor computation with an NMS model fails on macOS 10.15.7 while succeeding on macOS 11+
## Trace
```
Segmentation fault: 11
```
## …
-
Hi, Now I work with the YOLOX model, I train my custom model with **yolox-l** weight. After I finish my training I want to convert from ONNX to NCNN. From your document, you show how to convert from *…
-
![image](https://user-images.githubusercontent.com/38750855/126450492-441b55fd-acdc-41c9-9926-f8fbd317e304.png)
look https://github.com/ttanzhiqiang/onnx_tensorrt_project
-
Is the lowest version of onnx opset 10 ?
`python3 tools/export_onnx.py \
--output-name weights/yolox_s.onnx \
-f exps/example/yolox_voc/yolox_voc_s.py \
-n yolox-s \
-c YOLOX_outputs/yolox_voc_…
-
Hi,
I'm trying to regeneration of YOLOX nano model with quantize INT8 using your onnx and openvino files(get from PINTO_model_zoo). I also use your docker image and convert_script.
I can run using…
-
Hi, thanks for your awesome code share!
I test this repo on my Ubuntu 18 Linux with CUDA V11.2.152, TensorRT-8.0.0.3 and cudnn8.2.0.
I tested yolox_s model in FP32、FP16 and INT8 mode, but in INT…
-
Traceback (most recent call last):
File "main.py", line 153, in
net = yolox(args.model, p6=args.with_p6, confThreshold=args.score_thr)
File "main.py", line 9, in __init__
self.net = c…
vc815 updated
3 years ago
-
## Environment (Hardware)
- Hardware: Nvidia Xavier, JetPack 4.6.
- Software: Ubuntu 18.04 LTS.
## Issue Details
When trying to download the source last step `tensorflow/lite/tools/make/download…
-
HI , How to download the file yolov5_416x416.tflite and yolox_nano_480x640.onnx ?
Thansk.
-
感谢各位开发者,我对深度学习的理论理解的并不是非常深入,目前在完成一些关于目标检测相关功能的开发希望将mmdet作为一个工具来使用,我想咨询一个问题,我想使用mmdet来训练一个检测模型在自己的数据集上进行训练然后进行检测,我的训练配置文件是
```
_base_ = '../yolox/yolox_l_8x8_300e_coco.py'
model = dict(
bbox_…