-
I wanna train yolov++ on custom dataset? I have folder with video frames. What should annotation format look like?
-
Is there any plan to implement any of the latest yolo obb models in the near future?
Mainly Writing post-processing is not easy for everyone. So I can't move forward with that.
-
Please ask is to pre-train YOLOX by ImageNet VID and DET at the same time, and then fine-tune the model by ImageNet VID to get the final
-
2024-11-05 09:04:41 | INFO | yolox.core.vid_trainer:240 - ---> start train epoch1
2024-11-05 09:04:41 | INFO | yolox.core.vid_trainer:235 - Training of experiment is done and the best AP is 0…
-
thanks for the great work of yolov and yolov++, in this repo, you mention how to fine-tune the model from a ptr-trained yolox model. However, i find that in the paper, base detector is trained with IL…
-
how can i run online mode (create inference in online on video) with yolov++ model ?
I saw the code is support only yolov model ckpt.
-
Traceback (most recent call last):
File "D:/Github/YOLOV-master/YOLOV-master/tools\train.py", line 140, in
args=(exp, args),
│ └ Namespace(batch_size=16, cache=False, ckpt='D:…
-
### The doc issue
I have a custom model trained on my own custom AVA format dataset for spatiotemporal activity detection with the config `detection/ava/slowfast_kinetics_pretrained_r50_4x16x1_20e_…
-
device: intel x86_64; os: ubuntu 20.04; gpu: none
```shell
python tools/vid_demo.py -f exps/yolov++/v++_SwinTiny_decoupleReg.py -c weights/v++_swinTiny.pth --path car-detection.mp4 --conf 0.25 --…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests.
### Description
The proposed fea…