-
I'm getting following error when i tried to run a ./run_detection_train.sh
work_dir = './work_dirs/yolov3_regnet_bgr_lite'
gpu_ids = range(0, 1)
2022-01-03 09:13:58,990 - mmdet - INFO - Set…
-
I followed the quick start step,util `No module named 'arch'`. I solved it with `pip install arch`.
However,when i run`python test_regnet.py --config-file RegNet-Search-PyTorch/configs/RegNetX-4.0GF…
-
项目训练好的模型,能不能分享以下,由于机器性能较差,没有训练的能力,希望获取一份已经训练好的模型。我使用您的模型,导入原论文作者的权重失败,不知道原因?
-
### 🐛 Describe the bug
Using the new torch fx feature extractor has trouble with the standard module BatchNorm2d (and presumably others?). Edited as original report was not quite correct.
``…
-
Hi,
I trained a ssd_regnetx_fpn_bgr_lite model and encountered some problems while importing it to bin.
1. I got 4 files: model.onnx model.prototxt model-proto.onnx model-proto.prototxt after runnin…
-
I follow the [installation Doc](https://github.com/open-mmlab/mmdetection/blob/master/docs/en/get_started.md), and failed when download config and checkpoint file:
```
mim download mmdet --config …
-
```CUDA_VISIBLE_DEVICES=4,5,6,7 python tools/train_net.py --cfg configs/dds_baselines/resnext/X-50-32x4d_dds_8gpu.yaml
Traceback (most recent call last):
File "tools/train_net.py", line 12, in
…
-
I am new to mmdetection and TI edgeai mmdtection.
After installing this repository, I try to run some demo codes from original mmdrection repo to perform inference on a demo picture .
Unfortuna…
-
I got the fllowing logs after running: python test_flops.py --config-file configs/RegNetX-4.0GF.ini,i wonder whether these warnings are normal?
[INFO] Register count_convNd() for .
[INFO] Register…
-
### 論文へのリンク
[[arXiv:2003.13678] Designing Network Design Spaces](https://arxiv.org/abs/2003.13678)
### 著者・所属機関
Ilija Radosavovic, Raj Prateek Kosaraju, Ross Girshick, Kaiming He, Piotr Dollár…