You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the format of train.txt and test.txt that mentioned in file: PR2017/models/FinetuneAlexNet_model_PT/train_val.prototxt, at this moment, I organize my train.txt in this format, each line is like this: /home/a/Downloads/DataSet/Plant_Dataset/MK/D2/train_patch/Class4/Class4(7)R0_00093.jpg 4
Is this format suitable?
I download the Plant-Dataset and changed the relevant dataset path in the train_val_prototxt.Then I tested the provided trained model :finetune_flickr_style_iter_100000.caffemodel using command line: caffe test -model /home/a/Downloads/Deep-Plant/PR2017/models/FinetuneAlexNet_model_PT/train_val.prototxt -weights /home/a/Downloads/Deep-Plant/PR2017/Model/finetune_flickr_style_iter_100000.caffemodel -gpu 0 -iterations 100
But I got very poor performance, I don't know where the problem is. Could you give me some tips? Thanks a lot!
The text was updated successfully, but these errors were encountered:
What's the format of train.txt and test.txt that mentioned in file:
PR2017/models/FinetuneAlexNet_model_PT/train_val.prototxt
, at this moment, I organize my train.txt in this format, each line is like this:/home/a/Downloads/DataSet/Plant_Dataset/MK/D2/train_patch/Class4/Class4(7)R0_00093.jpg 4
Is this format suitable?
I download the Plant-Dataset and changed the relevant dataset path in the train_val_prototxt.Then I tested the provided trained model :finetune_flickr_style_iter_100000.caffemodel using command line:
caffe test -model /home/a/Downloads/Deep-Plant/PR2017/models/FinetuneAlexNet_model_PT/train_val.prototxt -weights /home/a/Downloads/Deep-Plant/PR2017/Model/finetune_flickr_style_iter_100000.caffemodel -gpu 0 -iterations 100
But I got very poor performance, I don't know where the problem is. Could you give me some tips? Thanks a lot!
The text was updated successfully, but these errors were encountered: