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

What is the json file corresponding to this part of the code #1

Open
fenghuohuo2001 opened this issue Sep 27, 2023 · 2 comments
Open

Comments

@fenghuohuo2001
Copy link

if Datasets == 'cityperson' or Datasets == 'caltechtocity':
    dict_path = 'city_val_dict_reverse.json'
if Datasets == 'foggycity' or Datasets == 'citytofoggy':
    dict_path = 'foggy_city_dict.json'
if Datasets == 'caltech' or Datasets == 'citytocaltech':
    dict_path = 'caltech_dict.json'
if Datasets == 'bdd_day' or Datasets == 'citytobdd_day':
    dict_path = 'bdd_day_dict.json'
if Datasets == 'bdd_night' or Datasets == 'citytobdd_night':
    dict_path = 'bdd_night_dict.json'
if Datasets == 'bdd10k':
    dict_path = 'bdd_10k_dict.json'
@caiyancheng
Copy link
Owner

Sorry for that. I have upload them.

@fenghuohuo2001
Copy link
Author

fenghuohuo2001 commented Sep 27, 2023 via email

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