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

Source Only Train #7

Closed
miguel-dgist opened this issue Jan 22, 2021 · 1 comment
Closed

Source Only Train #7

miguel-dgist opened this issue Jan 22, 2021 · 1 comment

Comments

@miguel-dgist
Copy link

Hi, I'm trying to run your code from source only train but there is no "list" folder in the dataset directory.

gta5: {
        data_dir: '/media/NAS/nas_187/datasets/gta/',
        data_list: './dataset/list/gta5_list.txt',
        input_size: [1280, 720]
        }
synthia: {
        data_dir: '/home/guangrui/data/synthia/',
        data_list: './dataset/list/synthia_list.txt',
        input_size: [1280, 760]
        }
cityscapes: {
        data_dir: '/media/NAS/nas_187/datasets/synthia',
        data_list: './dataset/list/cityscapes_train.txt',
        input_size: [1024, 512]
        }

Could you please add the missing files?

Also, there is a line trying to add nonexistent files in model/__init__.py

@Solacex
Copy link
Owner

Solacex commented Jan 23, 2021

Hello, I have uploaded the list folder and correct the code in model/init.py.

@Solacex Solacex closed this as completed Jan 23, 2021
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