-
-
执行YOLOX训练时报错
[Errno 2] No such file or directory: 'weights/yolox_tiny.pth'
-
Thank you for the wonderful work.
I use provided [param and bin](https://github.com/Megvii-BaseDetection/YOLOX/blob/main/demo/ncnn/android/README.md), and make a test. The result is very poor. Then …
-
![Figure_1](https://user-images.githubusercontent.com/11907000/133039393-31f7c096-13ff-4136-aaa8-0c0936ec4650.png)
As the figure of time shown, the time between epochs varies a lot.
I have check…
-
https://user-images.githubusercontent.com/62505063/134113588-0783b83b-caf3-4e5a-aadc-b0edf534e293.mp4
![image](https://user-images.githubusercontent.com/62505063/134113705-2b83f09c-062f-41d6-b1d9…
-
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", line 18, in …
-
2021-10-16 04:08:08,409 - mmdet - INFO - workflow: [('train', 1)], max: 300 epochs
2021-10-16 04:09:08,629 - mmdet - INFO - Epoch [1][50/167] lr: 8.964e-06, eta: 16:44:02, time: 1.204, data_time…
-
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
r : 2021-09-21 16:02:01.087 | INFO | __main__:main:91 - Args: N…
-
python tools/train.py -f exps/example/yolox_voc/yolox_voc_s.py
-
这是我原始的可以用的
```python
data = dict(
samples_per_gpu=1,
workers_per_gpu=1,
train=dict(
type='RepeatDataset',
times=3,
dataset=dict(
type='VOCDatas…