liulei01
liulei01
This is not normal. In my experiments, the loss decreased to less than 1.0 after about 10000 iterations when batchsize = 32. Are you using the given training data or...
What do you see in src/caffe/util/? rbox_util.cpp and rbox_util.cpp.ship are used in different tasks. I renamed them 19 days ago after I uploaded all the code 21 days ago. So...
In folder "train_data", each image file has a corresponding .rbox file. For example, an image file 1.tif would be labeled by 1.tif.rbox. Supposing that there are two targets in this...
The downloaded data should be extracted using command cat data.tar.gz*>data.tar.gz first to merge each subfile together.
@jeejeeli Do you have difficulty downloading them or training with all of them? If the latter, you can simply delete lines in trainval.txt to decrease the number of training samples.
I find that -fopenmp had been added in makefile line 406. How about trying to remove all openmp settings (in Makefile and rbox_util.cpp)and build again? OpenMP is used in an...