-
- [x] ByteTrackのdemo_track.pyのPredictorの出力フォーマットを調べる
- [x] tiny-yolov4でPredictorの出力フォーマットで推論できるようにする
- [x] ByteTrackにtiny-yolov4を組み込む
- [x] Signateのデータセットで評価を行う
-
参考PaddlePi文档,我使用paddle框架运行YOLOv3Tiny模型,但是无法完成模型转换,报错:Fatal: Dimensions must be equal.
想询问在现有的所有版本中是否支持将paddle模型转换成kmodel模型?
参考网址:
https://aistudio.baidu.com/aistudio/projectdetail/61305
https://…
-
4G显存跑1batch都out of memry,显卡是GTX1650,换了3090,发现显存占用12G,想问下,yolox这么吃显存吗?以往yolo也就4G显存随便都能跑,是我操作问题还是yolox真的就吃显存,-o --fp16已经关掉了,用的是yolox_x
-
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…
-
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…
-
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
上面两种都是一样的报错,到底有没有这个参数设置的?
-
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…
-
![错误](https://user-images.githubusercontent.com/26245718/134807824-24451ff2-75b8-4cc2-b3ba-11f372fea9ec.PNG)
-
我在使用yolox进行初次训练时出现错误,具体报错如下:
```
fatal: not a git repository (or any of the parent directories): .git
2022-01-20 13:09:47,739 - mmdet - INFO - Environment info:
-----------------------------------…
-
I am trying to train a YOLOX model with default configuration settings.I have only changed the number of classes according to my dataset and dataset paths inside the cfg.You can see my configuration b…