-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
### Checklist
- [X] I have searched related issues but cannot get the expected help.
- [X] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/faq.md)…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What happened?
I'm trying to follow the guide: https://github.com/AUTOMA…
-
# Christian Mills - Training Mask R-CNN Models with PyTorch
Learn how to train Mask R-CNN models on custom datasets with PyTorch.
[https://christianjmills.com/posts/pytorch-train-mask-rcnn-tutorial/…
-
Is there any way to create an mmsegmentation model with an Input and Output format (N, H, W. C) ?
ie with the channels as the last dimension of the input and output? Ultimately I want to convert an…
-
Can you give out the steps to prune yoloV2 and yoloV3 in ubuntu 18.04 #2
-
Thanks for your great work!
I'm trying to retrain yolo-pose on my custom dataset with different keypoints num and same format, and I may further extend some segmentation module based on your work. …
-
I would like to ask how to train my own dataset and what I should do? Look forward to your answers!
-
Hi,
I am trying to convert my custom YOLOv4 weights to TF using below command-
`python save_model.py --weights ./data/yolo-obj_best.weights --output ./checkpoints/yolov4-704 --input_size 704 --mod…
-
After upgrading `keras-cv` to v0.6.1 I noticed that predict method of RetinaNet model became really slow comparing with v0.5.1 as result it complicates COCO metrics evaluation.
```
inputs = [SINGL…