-
`Traceback (most recent call last):
File "/home/dell/.local/lib/python3.6/site-packages/cupy/__init__.py", line 11, in
from cupy import core # NOQA
File "/home/dell/.local/lib/python3.6/s…
-
Seems that the models from Model Zoo are not available.
The links do not work, and the command "python3 -m demo.demo --config-file configs/COCO-detection/faster_rcnn_R_101_FPN_ft_all_1shot.yaml --…
-
Hello,
I would like to create a dataset (the same way Pascal VOC) and train a res101 on it.
I wrote a cpp code to create my dataset and call the train_faster_rcnn.sh
But I meet this error : …
-
With Ubuntu14.04, Python3.6.0, Tensorflow1.4.0, Keras2.0.8, using multi GPU output error as:
```
InvalidArgumentError : ConcatOp : Expected concatenating dimensions in the range [0, 0), but got 0
`…
-
I am dealing with the medical images of size 3000x5000 and have around 1500 images. I cant keep default image size to 600 as in the **config.py (self.im_size = 600)** as it takes long time to train. S…
-
Hi everyone,
I'm working on MASK RCNN repository and I ran demo.ipynb file but when I want to run the other notbook files from this repository such as "inspect_model.ipynb" or "inspect_data.ipynb" I …
-
Can you please send a link to download the path.I am unable to download it from Baidu!!
-
when i use the # Load weights trained on MS-COCO
model.load_weights(COCO_MODEL_PATH, by_name=True)
then i am facing following error :
OSError Traceback (most recen…
daoud updated
6 years ago
-
when i run :
python tools/test_net.py \
--dataset clevr_original_val \
--cfg configs/baselines/e2e_mask_rcnn_R-50-FPN_1x.yaml \
--load_ckpt ../../data/pretrained/object_detector.pt …
-
我使用仓库主页提供的训练好的模型以及配置文件对Dota的test数据集进行推理,但是结果mAP仅有0.39.
下图为我所用的模型:
![image](https://github.com/user-attachments/assets/9e9957d2-3045-40ad-bbd8-72bd91a64813)
配置文件:
![image](https://github.com/us…