-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmrotate/issues) and [Discussions](https://github.com/open-mmlab/mmrotate/discussions) but cannot get the expected help.
…
-
Hello, I want to make a model that can track multiple drones in a video using only drone data from LaSOT dataset.
I'd appreciate it if you let me know if this is a possible idea in the first place.
…
-
I learned about the mosaic in issues and implemented it in the cfg like this:
```
train_pipeline = [
dict(type='LoadImageFromFile'),
dict(type='LoadAnnotations'),
dict(type='RandomMos…
-
-
Are any of the pre-existing config files able to perform instance segmentation only? I have a custom dataset that has train.json and val.json organized in COCO style that I want to train on for instan…
-
Hello
How are you?
I am going to add other augmentations like random Blur, Brightness, Contrast to a config.
I tried to use Albu for using albumentations library.
Here is my config file.
albu_t…
-
### 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) bu…
-
在执行"wget load_from = 'https://download.openmmlab.com/mmdetection/v3.0/mm_grounding_dino/grounding_dino_swin-t_pretrain_obj365_goldg_grit9m_v3det/grounding_dino_swin-t_pretrain_obj365_goldg_grit9m_v3de…
-
Thanks for your error report and we appreciate it a lot.
**Checklist**
1. I have searched related issues but cannot get the expected help. (
Yes, I have searched it online but no one has this …
-
I'm exhausted. I've tried everything. I've done PyTorch->ONNX conversions before, but this is just not working. Even the included pytorch2onnx in the tools/deployment folder doesn't work given alm…