2gunsu / monocon-pytorch

Unofficial Pytorch Implementation for MonoCon(AAAI, 2022)
Apache License 2.0
83 stars 9 forks source link

Some questions about results visualization #22

Open zzHardx opened 1 year ago

zzHardx commented 1 year ago

hi,I have some questions about visualization. python test.py --config_file [FILL] # Config file (.yaml file) --checkpoint_file [FILL] # Checkpoint file (.pth file) --visualize # Perform visualization (Qualitative Results) --gpu_id [Optional] # Index of GPU to use for testing (Default: 0) --save_dir [FILL] # Path where visualization results will be saved to

  1. checkpoint_file :Can I use the checkpoint from other model ?not monocon,like monodle.
  2. config_file: I do not find the config(.yaml) document,only monocon_configs.py in your works,i need to recreate .yaml document? Looking forward to your reply,thanks!
2gunsu commented 1 year ago

Hello. Sorry for the late reply. 😭

  1. When you say 'other model', do you mean '.pth' files created from other repositories? If that's the case, it's impossible. Only '.pth' files generated from this repository are available for testing.

  2. You can download weight file and config file from best results in https://drive.google.com/drive/folders/1yVgt8cU-aHtoteATha_7_2U4TxseSrBX. Or you can use the files created by training directly using train.py.

Thank you.

zzHardx commented 1 year ago

Hello. Sorry for the late reply. 😭

  1. When you say 'other model', do you mean '.pth' files created from other repositories? If that's the case, it's impossible. Only '.pth' files generated from this repository are available for testing.
  2. You can download weight file and config file from best results in https://drive.google.com/drive/folders/1yVgt8cU-aHtoteATha_7_2U4TxseSrBX. Or you can use the files created by training directly using train.py.

Thank you.

Thank you very much for your reply in your busy schedule. In addition, I have a small question, how to discard the auxiliary learning module in the code? That is, how to discard the auxiliary learning module in the infer phase? Looking forward to your reply

2gunsu commented 10 months ago

Hello. I'm sorry for the delay in answering. 😢 I'll check what you said and get back to you soon.

Thank you.