-
I want to run faster-RCNN without RPN. It can The model can be trained, but with a WARNING.This model uses too much video memory, so I suspect it doesn't freeze the network layer.
There is my config.…
-
According to your config at Faster RCNN, A mistake is encountered when I train Cascade RCNN. s0.loss_rpn_reg in the log information always is 0.....
![image](https://user-images.githubusercontent.c…
-
Hi, I'm trying to build a container with cuda enabled pytorch that comes from conda. The system I'm building on does NOT have a cuda device. I'm building it on a RHEL box with an ubuntu container. I i…
-
my gcc is 4.9 and cuda is 9.0
[ 3%] Building CXX object source/rcnn/layers/CMakeFiles/layers.dir/batch_norm.cpp.o
[ 6%] Building CXX object source/rcnn/layers/CMakeFiles/layers.dir/conv2d.cp…
-
Thanks for the great codes. I found some very trivial problems in the configuration file for R-50-C4.
After reading the config files, I found R-50-C4 was trained using most of the Fast RCNN default…
-
I have this error,I guess my data may be wrong. but I don't know how to correct. Anyone else can help me?
YCICI updated
4 years ago
-
Hi! Facing this import error on running the mask_r-cnn_demo! I followed the instruction on Install.md as well.
ImportError Traceback (most recent call last)
in
…
-
with_mask=True,
with_crowd=True,
with_label=True,
with_semantic_seg=True
mask_roi_extractor=dict(
type='SingleRoIExtractor',
roi_layer=dict(ty…
-
I try to train a model resume from checkpoint epoch_5.pth, but got the following message:
`Traceback (most recent call last):
File "tools/train.py", line 84, in
main()
File "tools/train…
-
I am training Faster-RCNN for ms-coco 2017. I am running the command as shown in title. But I am getting the following error:
```
2019-12-12 13:53:50,181 - INFO - Distributed training: False …