yumeihong

Results 5 issues of yumeihong

Hi I wanted to rotate image when I used caffe SSD to train model. Do annotated data layer include to rotate image method? I could not found any related setting...

I try to printf ground truth data from Annotation& anno in sample.cpp GroupObjectBBoxes function. But data order is not same to my train sample image list. Can I know which...

Operating system:linux use cpu Python or MATLAB version (for pycaffe and matcaffe respectively):Python Hi I confuse about AnnotatedDataLayer DataLayerSetUp and load_batch function. DataLayerSetUp(): Is mean to set annotated data method...

Hi I try to download all_models_1.1.zip and use cf_ssdmobilenetv2_bdd_360_480_6.57G files. I saw caffe Model Directory Structure to show it include float.prototxt and float.caffemodel in float folder. But I check cf_ssdmobilenetv2_bdd_360_480_6.57G...

I installed NCCL to use more gpus to train model. install step: 1. git clone https://github.com/NVIDIA/nccl.git 2. cd nccl 3. sudo make install -j8 4. remove Makefile.config USE_NCCL comment When...