-
soldat@soldat:~/Program/Faster-RCNN_TF$ python ./tools/demo.py --model ./data/faster_rcnn_models/VGG16_faster_rcnn_final.caffemodel
Traceback (most recent call last):
File "./tools/demo.py", line…
-
When I run the demo.py:
File "./tools/demo.py", line 11, in
from networks.factory import get_network
File "/home/amax/JS/tflearningjs/tffasterrcnn/Faster-RCNN_TF-master/tools/../lib/network…
-
Hi,
I'm writing a network by mxnet. I find that the loss layer's output is the same as the loss layer's input, I don't l know why? Can you help me. Thanks!
```
density = self.get_VGGNet(datas)
…
-
I'm trying to run a very large scale application which consumes over 4GB GPU memory on GPGPU-sim dev branch with GTX1080Ti config. (CUDA7.5, gcc-4.4.7, g++-4.4.7, Ubuntu14.04)
However, it doesn't w…
-
./tools/seqnms.py --model VGGnet_fast_rcnn_iter_70000.ckpt
Traceback (most recent call last):
File "./tools/seqnms.py", line 194, in
pkllistfile=open('/workspace/liruiguang/imagenet/pkllist…
-
Sorry to bother you. As a beginner, I have been confused by the setting of numbers of anchors. In cfg, IS_MULTISCALE = False, and __C.TRAIN.ASPECTS = (1, 0.75, 0.5, 0.25) was commented. Why choosing A…
-
I followed the instruction and try to run the training script on CPU but got the following error msg. It looks like it has some issues to load the roi_pooling.so library. Does anybody encounter this p…
-
### Issue summary
hi when i tried test this code in jetson board, i got this error:
I0210 11:20:23.181965 2917 caffe.cpp:270] Use GPU with device ID 0
I0210 11:20:23.256505 2917 caffe.cpp:274] GP…
-
```
python ./tools/test_net.py --device gpu --device_id 0 \
--weights ${NET_FINAL} \
--imdb voc_2007_test \
--cfg experiments/cfgs/faster_rcnn_end2end.yml \
--network VGGnet_test \
```
…
-
Hello, I have the following problem when running run wapirl.py
```
usage: run_wapirl.py [-h] --gpus GPUS [GPUS ...] [--num_nodes NUM_NODES]
[--node_rank NODE_RANK] [--dist_ur…