-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
training #3
Comments
I also have this problem. |
Hello, I tried to implement your code, when I run python create_train.py, This error occurred(Traceback (most recent call last): |
Hello, I just found the bug, it's ‘required’ not 'require',then it works. |
I also downloaded the dataset nyu_depth_v2_labeled.mat and provided it to make_datasets to generate many pictures in h5 format. I selected 2400 as train data and 600 as val data. But when I select AOD_net_epoch_rule_10.pth and run test.py |
I also encountered this issue. The images from my tests turned out yellowish. Have you managed to solve this problem? |
Hi,
I tried to implement exact same thin you have done, I downloaded the data set of NYU called bathrooms_part1.zip and nyu_depth_v2_labeled.mat, then gave both data to the make_dataset.py and I have lots of hazy and gt images in h5 format. I chose 160 of them as training and 40 as val data and tried to train the network. the loss is around 0.005, but when I am taking the 10th epoch and test an image with it, I get yellow images!! do you have any idea what is the reason??
thanks
Mojgan
The text was updated successfully, but these errors were encountered: