hi
hi
> 请问他代码里面的misnt_data.mat文件你是在哪下载的 你好,我用的官网提供的lmdb数据。csdn上有不少mat格式的,你可以去看看
Do you change any argments in "forward.py"? It runs well on my computer.
may be the python version differences. You can change the code like this: mean_npy = mean_npy[ :, int((_shape[2] - crop_size[0]) / 2) : int((_shape[2] + crop_size[0]) / 2), int((_shape[3] -...
If you are using caffe, you can add the file into /caffe/tools/ ``` // This program converts a set of images to a lmdb/leveldb by storing them // as Datum...
Anyway, I suggest to read image directly rather than using lmdb...