-
Hello,
First, thanks for your awesome work!
Recently, I tried to train the `BD_R_50_FPN_1x` model on my own. However, with 8 Titan Xp cards, I only get `38.1` mAP, far from the reported result. …
-
I changed nothing for the config file but only got 39.9 mAP when training res50 by myself. And I tested with your provided weight file and only got 31 mAP for res50 and 36 for res101.
-
I noticed that there is already a cvpods directory in the project. Do I need to download cvpods again?
Do I need to delete the existing cvpods if I download it again?
How to install cvpods if I …
-
This is a copy of YoloF Bug: https://github.com/megvii-model/YOLOF/issues/21
Env:
1. **OS version**:CentOS 7
2. **Environment version:** Python 3.6.13 / PyTorch 1.8.0 / CUDA 11.0 / cuDNN ver…
-
I have install these requried packages, like cuda10.1,cudnn7.6.3...etc. The final errors are like:
```
During handling of the above exception, another exception occurred:
Traceback (most recent…
-
The [tutorial link](https://github.com/poodarchu/cvpods/blob/master/docs/tutorials/cvpods%20tutorials.ipynb) is not valid.
-
## 🐛 Bug
https://github.com/pytorch/pytorch/blob/master/torch/nn/parallel/scatter_gather.py#L27
if the obj here is an easydict, it will through AttributeError: 'tuple' object has no attribute …
-
In the function apply_deltas(/cvpods/modeling/box_regression.py), there is a assertion at the first of this function. I think there may be some considerations for this assertion, and maybe sometimes, …
-
How to use pretraining weights for training? After downloading the pretraining weight, which folder should I put it in? How to call the pretraining weight file?
Thanks!
-
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…