-
some infomation,
+ ./tools/test_net.py --gpu 0 --def models/vgg16/test.pt --net /home/deep3/work/crpn/models/vgg16/test.caffemodel --imdb voc_2007_test --cfg models/vgg16/config.yml
Called with arg…
-
I've tried to test vgg16.v2.caffemodel with VGG16's test.prototxt in demo.py, but its output is incorrect.
I wonder where is the corresponding prototxt file of vgg16.v2.caffemodel?
-
你好,我照着其它的教程可以从 pt -> onnx -> caffemodel,但是看你这个caffemodel节点里没有onnx,所以想请教一下。
-
it's nice to import your excellent project, but have you ever meet this error when you convert yolo model to caffemodel?
Traceback (most recent call last):
File "create_yolo_caffemodel.py", line 76,…
-
I'm trying to use the caffe_converter on the alexnet_places365.caffemodel. I'm getting the error message "root layer not found". I see this error is thrown from the layer_factory_impl. Is this an i…
-
I trained a model on DIGITS for object detection. I followed this website: https://github.com/NVIDIA/DIGITS/tree/master/examples/object-detection
I then downloaded the model which included deploy.pro…
-
Thank you for your excellent work!
I have a question. I'm using this bottom up attention method to generate 36/image feature. In your README, you wrote that:
> To recreate the pretrained feature …
-
I want to do put the detection model into my java web project, now I have done the training and have .caffemodel file, how can achieve the funcion of detection in java web by using caffemodel?
than…
-
Are the pretrained weights generated by using `create_yolo_caffemodel.py`?
If I want to train the model on my own what would the process be? Should I first train yolo by darknet and then use `creat…
-