We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi, when I run the command python main.py --c ./setting/SINet.json there is a error: ValueError: invalid literal for int() with base 10: '501.png\n'
python main.py --c ./setting/SINet.json
my dir tree is
.self.data_dir(../Link512DATA/) ├── Nukki │ ├── baidu_V1 │ │ ├── input │ │ ├── target │ │ ├── train.txt │ │ └── val.txt │ └── baidu_V2 │ ├── input │ ├── target │ ├── train.txt │ └── val.txt └── Portrait └── train.txt
the Portrait's train.txt is same as the baidu_V1's train.txt
could you help me?
The text was updated successfully, but these errors were encountered:
Sorry for the uncomfortable code. Could you download both datasets again? I change the folder name for coincidence. Does it work now?
Sorry, something went wrong.
No branches or pull requests
hi,
when I run the command
python main.py --c ./setting/SINet.json
there is a error:
ValueError: invalid literal for int() with base 10: '501.png\n'
my dir tree is
.self.data_dir(../Link512DATA/)
├── Nukki
│ ├── baidu_V1
│ │ ├── input
│ │ ├── target
│ │ ├── train.txt
│ │ └── val.txt
│ └── baidu_V2
│ ├── input
│ ├── target
│ ├── train.txt
│ └── val.txt
└── Portrait
└── train.txt
the Portrait's train.txt is same as the baidu_V1's train.txt
could you help me?
The text was updated successfully, but these errors were encountered: