zhanggb1997 / RDC-CloudS

The code of RDC-Net and the access of CloudS dataset.
6 stars 1 forks source link

Questions about evaluate_calculate,NonLocal,SE_Block #4

Open samuiwinter opened 3 months ago

samuiwinter commented 3 months ago

Hi zhanggb,

Thank you for sharing the RDC-CloudS repository. I appreciate the effort and time you have put into making this resource available to the community.

I have encountered an issue with the main.py file. Specifically, the line from code_main.evaluate_calculate import calculate_all references an evaluate_calculate file, which seems to be missing from the repository.

Additionally, in the RepCSD_utils.py file, the lines:

from Rep_code.NonLocal import NonLocal from Rep_code.SENet import SE_Block refer to NonLocal and SENet files, which also do not appear to be included in the repository.

Could you please provide guidance on how to resolve these missing files? Any help or pointers would be greatly appreciated.

Thank you again for your contribution!

Best regards, hhcao