-
Hi,
When I run the script `train_val_sketch_oneshot.py`, the `coco_sketch` class, it requires the `reference_file`: `coco_train2017_e2e_mask_rcnn_R_101_FPN_1x_caffe2.pkl`.
Sorry for disturbing y…
-
I am trying to run detection from a model that I trained with jwyang's repository but now I need to run it on CPU which that respo does not provide. I have changed the anchor sizes and anchor scales a…
-
Preparing training data...
done
before filtering, there are 10022 images...
after filtering, there are 10022 images...
10022 roidb entries
Loading pretrained weights from data/pretrained_model/vg…
-
使用基本的resnet backbone的faster rcnn会发生死锁。我简单的把Base_RCNN_FPN.yaml换成了detectron2中的Base_RCNN_C4.yaml。
使用readme中示例代码训练时卡在训练第一个batch的地方,GPU占用率100%,但是显存只占了2400M,一夜过去14小时还是卡在该位置,没有任何输出或报错。改为单GPU训练正常,可以提供一些帮助吗?
-
(evn_hello) D:\tensorflow1\models\research\object_detection>python train.py --lo
gtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_ince
ption_v2_pets.config
Traceback (m…
-
(tensorflow1) C:\tensorflow1\models\research\object_detection>python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config
Traceback (most …
-
I get the following error when I run the sample:
```
mona@pascal:~/computer_vision/py-faster-rcnn$ ./tools/demo.py
Traceback (most recent call last):
File "./tools/demo.py", line 18, in
from f…
-
运行博主的shape数据集,运行coco_annotation.py出现了这个错误:
D:\Anaconda\envs\tensorflow2.4.0\python.exe D:/Pycharm/example/mask_rcnn/mask-rcnn-tf2-master/coco_annotation.py
Generating dataset from: datasets/before\4…
z-x-j updated
2 years ago
-
While I was trying to run
test.py I got following errror
```
Traceback (most recent call last):
File "test.py", line 15, in
from fast_rcnn.config import cfg, get_output_dir
ImportError: No …
-
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 \
--output_d…