-
Hello,
How can I get coordinate information (x, y) of detected object(s)?
How can I train the Yolo2 for my own desired objects?
-
you said "Do NOT uncomment `USE_CUDNN := 1` (for running PVANET, cuDNN is slower than Caffe native implementation)", I want to know, the slower is include training and test? I train my net without cud…
-
I am trying to train Faster rcnn with pvanet on VOC pascal dataset using
https://github.com/sanghoon/pva-faster-rcnn. However I get dimension mismatch error for conv4_1/incep (Concat layer)
Below is a…
-
Hey @sanghoon I tried running the training script on VOC07-12 trainval data with original imagenet pretrained model. However I am seeing
I1007 00:45:18.758940 7782 solver.cpp:228] Iteration 40, los…
-
When i train my own data(229+1 category), when i run to here:
'
**self.solver = caffe.SGDSolver(solver_prototxt) in train.py line 43, crash happened. and i can not find where the caffe's log is. Ho…
-
I use the upsampling layer and unsamlping the hyper layer.So the base_size will be 8 ,and feat_stride will be 8.But it dose not work as I wzpwcting.This is My prototxt .What's wrong with it.
name: "P…