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

Missing config files #1

Open
Reagan1311 opened this issue Aug 17, 2023 · 3 comments
Open

Missing config files #1

Reagan1311 opened this issue Aug 17, 2023 · 3 comments

Comments

@Reagan1311
Copy link

Hi, it seems two config files are missing when running the extract_outputs.py to produce depth or normal maps.

Could you provide the mmdet_config_ori.py and mmdet_config_576.py? Thanks!

@luoh226
Copy link

luoh226 commented Sep 2, 2023

I have the same problem.

@luoh226
Copy link

luoh226 commented Sep 2, 2023

#1 (comment)

You could modify extract_outputs.py like:

if args.ori:
    # cfg = Config.fromfile(f'mmdet_config_ori.py')
    cfg = Config.fromfile(f'configs/good/phase1_depth.py')
else:
    #cfg = Config.fromfile(f'mmdet_config_{args.max_size}.py')
    cfg = Config.fromfile(f'configs/good/phase1_depth.py')

It just make it run, but details in mmdet_config_ori.py and mmdet_config_576.py is unknowable.

@luoh226
Copy link

luoh226 commented Sep 10, 2023

#1 (comment)

You could modify extract_outputs.py like:

if args.ori:
    # cfg = Config.fromfile(f'mmdet_config_ori.py')
    cfg = Config.fromfile(f'configs/good/phase1_depth.py')
else:
    #cfg = Config.fromfile(f'mmdet_config_{args.max_size}.py')
    cfg = Config.fromfile(f'configs/good/phase1_depth.py')

It just make it run, but details in mmdet_config_ori.py and mmdet_config_576.py is unknowable.

While this modify can not reimplement GOOD-D result in paper.

When used AutoAugment in training, I met memory leak. So I remove AutoAugment in phase-II training.
In paper, without AutoAugment in phase-II training GOOD-D achieve 38.4 ARN@100.
But casue missing config files in generate depth map, I can only use configs/good/phase1_depth.py to replase missing config files and finally only achieves 36.5 ARN@100.

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