-
Notifications
You must be signed in to change notification settings - Fork 213
custom dataset #64
Comments
you do not need to set the default option --dataroot to '.data/dfh' , just let it be ' '. |
of course, it depends the generate's input setting. if not , it will never come out of the while loop |
In fact, i think it must be a series like [4,8,16,32,64,128,256,512...] |
thanks ,another question.If my dataset size is not the multiple of 16,before I train the modle ,should I adjust the dataset size to be the multiple of 16?
|
there is no need to do that, you can just set --isize to 128 as long as it is smaller than 200.(your dataset) |
thanks,how about the result for your dataset? |
i haven't done much since i'm still exploring it. |
OK,thanks a lot |
please let me know if you can run the demo well on your dataset cause i am haunted much these days.😭 |
I run the train.py but there is nothing display.only the output folder has some loss_log.txt. does it mean runs succussfully? |
you can start the visdom server to have a look when in the training process |
|
@17695996717 because there are only OK or NG samples in the test. |
@17695996717 the test should have the NG and OK samples simultaneously |
Hello,I set the same structure of the data ,and the settings:
my dataset name is dfh,and the file of dfh contains two folders : train and test.the train file contains one file of 0 , 0 file include the normal pictures .
However,when I run the train.py ,it turns the error:
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: '.data/dfh/train'
thanks
The text was updated successfully, but these errors were encountered: