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
I want to train your model on my own data set. First there is no train.py file in your code. However I study the main.py file and found code train_set = DatasetFromHdf5("../lapsrn/data/data.h5") on line no 46. From where it get the data.h5 file. Can you guide me how i will train the model on my own data set.
Thanks
The text was updated successfully, but these errors were encountered:
Hi, you could generate the .h5 file with these matlab files or you could rewrite your dataloader.py to fit your own data. https://github.com/twtygqyy/pytorch-LapSRN/tree/master/data
You could also use the --pretrained method in main.py to finetuning from my model if you want to train faster.
hello..
I want to train your model on my own data set. First there is no
train.py
file in your code. However I study themain.py
file and found codetrain_set = DatasetFromHdf5("../lapsrn/data/data.h5")
on line no 46. From where it get thedata.h5
file. Can you guide me how i will train the model on my own data set.Thanks
The text was updated successfully, but these errors were encountered: