-
### Official YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
* **paper:** https://arxiv.org/abs/2207.02696
* **source code - Pytorch (use to reproduc…
-
用预训练的三个权重文件运行以下语句时出错
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
**conda环境python3.7**
错误如下:
PS C:\DATA\Project…
-
如下
_(ysfish) G:\gensine\genshin_auto_fish>_ 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 …
-
![image](https://user-images.githubusercontent.com/38826329/129155595-ca379c2f-f3a9-4490-859b-bf2473cb82d2.png)
我按照这个教程可以运行成功,但是保存的图片并没有检测到目标,用的权重是yolox_tiny转换得到的xml文件 ,图片是dog那张图,模型名字是yolo-tiny
-
Thank you for your great work. Could you please help me that I found two problems when running YOLOX_tiny and Byte for tracking. One is that if a target is blocked by a large area, its id will change;…
-
我用自己的数据集训练出来的模型跑,出现下面的问题,请大佬们看下:
python3 tools/demo.py image -n yolox-tiny -c pth/best_ckpt.pth --path assets/2021_07_16_14_36_41_C1.jpg --conf 0.25 --nms 0.45 --tsize 640 --save_result --device [cp…
-
Hello,
Maybe this feature already exist but I didn't manage to implement it.
I work on a network that blocks huggingface and I would like to run:
`elements = partition_pdf(filename=PDF_PATH, st…
-
Curious if there would be any benefit from using images from the internet. That being said, I'm not sure if there would be any issues w/ licensing.
The Poo detector using YoloX-tiny works, but I th…
njho updated
8 months ago
-
when I train the yolo_nano_lite with cuda. Error is found :
`AttributeError: DataContainer has no attribute size for type
ERROR:torch.distributed.elastic.multiprocessing.api:failed (exitcode: 1) …
-
Hello,
I would like to enhance the standard COCO trained YOLOX_tiny model with some additional images from the environment I intend to deploy it in, to improve accuracy and reduce false positives. …