Skip to content
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

main.py #22

Open
ZshahRA opened this issue May 1, 2020 · 1 comment
Open

main.py #22

ZshahRA opened this issue May 1, 2020 · 1 comment

Comments

@ZshahRA
Copy link

ZshahRA commented May 1, 2020

Hello,
I am trying to run "main.py", but i get the following error. Could you please provide a little bit explanation.

python main.py --c ExtremeC3Net.json
no tensorflow found. set use_tensorboard = False
no visdom found. set visdom_port = None
Traceback (most recent call last):
File "main.py", line 40, in
with open(args.config) as fin:
FileNotFoundError: [Errno 2] No such file or directory: 'ExtremeC3Net.json'

@aliwaqas333
Copy link

Step by step to run this code

Download Datasets:

The original Baidu dataset link is here
EG1800 dataset link what I used in here

Folder Structure:

Create a folder with name: Link512DATA

  • Inside create two folders:
  1. Portrait
  2. Nukki
  • Extract Portrait.zip in the Portrait folder and Nukki.zip in the Nukki folder.

Configuration

In setting/ExtremeC3Net.json change data_dir to "data_dir": "./Link512DATA/"

Running the code:

To run this code, open cmd and type python main.py --c ./setting/ExtremeC3Net.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants