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

Questions about the test dataset #5

Open
radiofor opened this issue Aug 26, 2021 · 2 comments
Open

Questions about the test dataset #5

radiofor opened this issue Aug 26, 2021 · 2 comments

Comments

@radiofor
Copy link

Hello! I am a novice and I have 2 questions. I would very appreciate it if you could answer.

1.Tere are many datas in https://www.cityscapes-dataset.com/downloads/, witch shoud I download.

  1. When trainning: gts = inputs['gts'] edge_gts = inputs['edge']
    gts --> label data ? edge --> what data is it?
@radiofor radiofor reopened this Aug 26, 2021
@sborse3
Copy link

sborse3 commented Aug 27, 2021

Hi @radiofor, thanks for your question!

  1. You could download gtfine_trainvaltest and leftimage8bit_trainvaltest as it contains the image and GT pairs.
  2. inputs['edge'] is the edge extracted from labels (you could try a basic laplacian/sobel edge on the gt map and threshold it)
    Best of luck!

@radiofor
Copy link
Author

Hi @radiofor, thanks for your question!

  1. You could download gtfine_trainvaltest and leftimage8bit_trainvaltest as it contains the image and GT pairs.
  2. inputs['edge'] is the edge extracted from labels (you could try a basic laplacian/sobel edge on the gt map and threshold it)
    Best of luck!

Thank you very much. This will be of great help to my work.

@radiofor radiofor changed the title Questions about the test dataset set Questions about the test dataset Aug 28, 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