-
Hey - thanks for the implementation. It's very helpful.
I get **RuntimeError: CUDA error: out of memory** when training FCN8s VGG16 with batch_size=1 running on a 1080i 12GB GPU.
Memory consump…
-
Traceback (most recent call last):
File "test_net.py", line 147, in
raise Exception('There is no input directory for loading network from ' + input_dir)
Exception: There is no input director…
TCLHJ updated
3 years ago
-
我是用服务器跑的本程序,怎么我的visdom怎么没反应呢 ,没有图像显示
我的输入顺序是对的,(I use the server to run this program, the local computer windows10, why does my visdom not respond, there is no image display, my input order is correc…
-
I tried to open http://drive.google.com/uc?id=0B9P1L--7Wd2vVGE3TkRMbWlNRms but get 404 for result
-
* 개요
> base 모델을 찾기 위한 pretrained 모델별 성능비교를 해봤습니다.
optimizer, dataset, batchsize, criterion 등은 동일하고,
모델에 따라 출력 레이어에서 1) dropout(0.5) 추가나 2) fc layer만 변경, 3) 기존 모델 그대로 사용 등 약간의 차이만 있습니다.
아래는 모델이외의 …
-
+ set +x
grep: experiments/logs/faster_rcnn_end2end_VGG16_.txt.2017-06-20_00-04-24: No such file or directory
+ python ./tools/test_net.py --device GPU --device_id 0 --weights --imdb voc_2007_test -…
-
I train a CNN classifier model using vgg16 and get a ckpt model files. I want use the pretrained models transfer to the Faster RCNN to object detection. How to do? How to add the ckpt file to your cod…
-
Hi,
I want to fine tune the pre trained model on a new data set. Does the command mentioned for training "./experiments/scripts/train_faster_rcnn.sh 0 pascal_voc vgg16" actually tunes the model ins…
-
I trained a model by trainval_net script.
when I run the demo script, I get a RuntimeError:
load checkpoint /home/trais_user/pipeline/algorithms/faster-rcnn.pytorch/models//vgg16/pascal_voc/faster_r…
-
Hello, I'm trying to run the model for the Phoenix2014 dataset with the pretrained weights but the output I'm getting is the following. Any ideas why this would be happening?
```
preprocess.sh ./w…