-
`pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cuda113/torch1.10.0/index.html`
```
.....
T=std::function
]
E:\anaconda3\envs\openmmlab\li…
-
Hello, I want to use autoaugment of mmdet, but how to use autoaugment in my config.py? Anyone can help me? Thanks!
-
## ❓ Questions and Help
Hi,
I'm trying to integrate rastervision with a HPC machine and run it in a container.
To do that, I have to use a specific Nvidia pytorch image (https://docs.nvidia.com…
-
Hello, could you please release your training config for COCO + LVIS, I trained on coco+lvis but got much worse performance than yours. I directly concated the two dataset with torch.utils.data.Concat…
-
I follow the instructions and install dependencies,
cd /YOLOF/playground/detection/coco/yolof/yolof.res50.C5.1x
But when I input:
pods_train --num-gpus 2
I get a problem:
python3: can't open file…
-
Hi, so I am trying to create a custom object detector for myself and am using this guide:https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/training.html#training-the-model. As …
-
Hi, when i used the EQL loss function, it seems there is an error in the threshold function.
Take Lvis v0.5 as example:
The shape of pred_class_logits is 1231, including a background class. But the …
-
I am Trying to train tensormask model on lvis dataset. For that i downloaded the lvis dataset and changed the train and test in base_tensormask.yaml from coco-2017 to lvis_2017_train/test and changed …
-
@shipra25jain , thanks for sharing your great work.
I want to train your code on coco_lvis dataset. I am confused of the way that you load the images and their segmentation masks. I wonder what are c…
-
**Describe the bug**
I have tried to create my own dataset class by following [this](https://github.com/open-mmlab/mmdetection/blob/master/docs/tutorials/customize_dataset.md)
but I got this erro…