-
I am training vfnet with a custom dataset.
This the config:
`# The new config inherits a base config to highlight the necessary modification
_base_ = '../configs/vfnet/vfnet_x101-64x4d-mdconv-c3-c5…
-
Hi,
Thanks for the nice work. For calculating the IoU target, I think the `detach` should be used on the "predicted items". Specifically, in my view, for these two lines with detach applied, the de…
zen-d updated
2 years ago
-
Hello, I run the vfnet_r50_fpn_1x_coco.py and it works fine. However, when I run the vfl_atss_r50_fpn_1x_coco.py, I come across such problem, just as the title says. I have checked the __init__.py, an…
-
How can i train my custom dataset ? Do i need to label the images in VOC format with Labelimg ? How should i prepare the dataset for VarifocalNet training ? Looking forward to your reply ! And really …
-
### Before Asking
- [X] I have read the [README](https://github.com/meituan/YOLOv6/blob/main/README.md) carefully. 我已经仔细阅读了README上的操作指引。
- [ ] I want to train my custom dataset, and I have read the …
-
**Describe the bug**
While running distributed training, the script will work fine for 3-5 epochs, then stop running. The GPUs are still active and there is no error or stacktrace provided, but ther…
-
Hi, When I use vfnet([VarifocalNet](https://github.com/open-mmlab/mmdetection/tree/master/configs/vfnet)) in mmdetection and bytetrack, I meet the following errors:
![image](https://user-images.githu…
-
## ❔Question
## Additional context
Recently I read the paper and I want to know if you have tried varifocal loss instead of BCE loss, I guess it will works.
-
I'm trying to convert Varifocal model to onnx. Even the model provided by anthor in [https://github.com/hyz-xmaster/VarifocalNet/tree/master](url) could not be converted correctly. My script is
`pyt…
-