I'm new to caffe,when I try to use convert_imageset to creat my own dataset,I found there's no .sst file in the output dir.
I use the following command:
bin\convert_imageset.exe --gray=true --backend=leveldb train/ train/clean_train_1.txt train/clean_train_1_leveldb
The output dir only contains:
000003.log
CURRENT
LOCK
LOG
MANIFEST-000002
I try to debug,but can't find when convert_imageset write database into a file.
could anyone help me with this problem?