-
Hi all
I have created darknet model weights using yolov4-tiny. Then darknet model is converted to TensorFlow and then to tflite (int8 quantized).
Now when I am converting model to kmodel using "tfli…
-
Hello, i have got an model_trt.engine on my jetson nano.
Next, i run the command
`./yolox model_trt.engine -i image.jpg`
it return an error with this log:
`[10/22/2021-13:09:15] [E] [TRT] Paramete…
-
python tools/train.py -n yolox-tiny -d 1 -b 16 --fp16 -o --tsize 360
python tools/train.py -n yolox-tiny -d 1 -b 16 --fp16 --tsize 360 -o
上面两种都是一样的报错,到底有没有这个参数设置的?
-
Thanks for your error report and we appreciate it a lot.
**Checklist**
1. I have searched related issues but cannot get the expected help.
2. I have read the [FAQ documentation](https://mmdetec…
-
![错误](https://user-images.githubusercontent.com/26245718/134807824-24451ff2-75b8-4cc2-b3ba-11f372fea9ec.PNG)
-
https://github.com/ifzhang/ByteTrack
-
-
(ysfish) C:\Users\winds\Downloads\genshin_auto_fish>python yolox_tools/train.py -f yolox/exp/yolox_tiny_fish.py -d 1 -b 8 --fp16 -o -c weights/yolox_tiny.pth …
-
python yolox_tools/train.py -f yolox/exp/yolox_tiny_fish.py -d 1 -b 8 --fp16 -o -c weights/yolox_tiny.pth
Traceback (most recent call last):
File "yolox_tools/train.py", line 13, in
from yo…
-