-
#### 1. OS Ubuntu 20.04
#### 2. OS Architecture x86_64
#### 3. Version of OpenVINO 2021.4
#### 4. Version of TensorFlow 2.5.0
#### 5. URL https://github.com/PINTO0309/PINTO_model_zoo/tree/main/132…
-
我尝试运行
python fishing.py image -f yolox/exp/yolox_tiny_fish.py -c weights/best_tiny3.pth --conf 0.25 --nms 0.45 --tsize 640 --device cpu
时报错
Traceback (most recent call last):
File "fishing.py", …
-
Thank you for sharing this project!
I encounter a strange problem that YOLOX-nano inference speed is abnormal when I use PyTorch with CPU
I tried to benchmark different model on a arm64 computer a…
-
Traceback (most recent call last):
File "fishing.py", line 19, in
from fisher.predictor import *
File "C:\Users\hp\Desktop\genshin_auto_fish-master\fisher\predictor.py", line 8, in
f…
-
When I try to run a top-down demo for video file, it report two error.
Is this relate to I run detectors file from other package? or the video form has to be mp4?
$ python demo/top_down_video_demo…
-
Can you pls add a tutorial on how to add a custom trained yolox (tiny/nano) model to the app? Thanks.
-
Hi Im training my custom datasets in voc format.
training well now but have warning at start.
could this warning have bad result? or just ignore it?
my command and waning below,
$ python3 tool…
-
如题,之前试过 yolox-nano 的 hardswish 莫模型,精度掉的厉害,后尝试 yolox-tiny 和 yolox-s 的 hardswish 模型,精度可以满足要求,求白嫖 VIM3 NPU 的方案 ,附上模型文件
https://pan.baidu.com/s/15tDdcV4ZKGU2xuVekZhTyw 提取码: hpsr
-
2021-07-30 16:27:00 | INFO | yolox.core.trainer:132 - Model Summary: Params: 5.04M, Gflops: 6.41
2021-07-30 16:27:03 | INFO | apex.amp.frontend:328 - Selected optimization level O1: Insert a…
-
![image](https://user-images.githubusercontent.com/38826329/128887108-cc5ea1ae-c954-42b1-8df8-e521825186c3.png)
我用yolox_tiny训练完成后,检测时会报错,这个是哪里出问题了呢