zhanggb1997 / RDC-CloudS

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

Inquiry About NonLocal Module in Your GitHub Repository #2

Open XCZhou520 opened 9 months ago

XCZhou520 commented 9 months ago

Dear zhanggb,

I am reaching out regarding your GitHub repository RDC-CloudS. First, I want to thank you for your work; it has been a valuable resource.

I have a question about a particular part of your code. In RepCSD_utils.py, there is a line from Rep_code.NonLocal import NonLocal. However, I could not find the RepCode.NonLocal module in the repository. This has resulted in some challenges in understanding and utilizing your code effectively.

Could you kindly provide some information about the NonLocal module? Specifically, is this module available for use, or could you recommend an alternative source or implementation? Any guidance or additional information you could offer would be greatly appreciated.

Thank you for your time and assistance. I look forward to your response and continue to find your codebase very insightful.

Best regards,

xczhou

zhanggb1997 commented 8 months ago

@XCZhou520 Please delete "RepCode." , and change to "from CA import ECA_Layer" or "from SA import SpatialAtten"

XCZhou520 commented 8 months ago

@XCZhou520 Please delete "RepCode." , and change to "from CA import ECA_Layer" or "from SA import SpatialAtten"

Dear zhanggb,

Thank you very much for your prompt and helpful response. I appreciate your guidance on resolving the issue with the NonLocal module in the RepCSD_utils.py file. I will follow your advice, remove the "RepCode." prefix, and replace it with "from CA import ECA_Layer" or "from SA import SpatialAtten" as suggested.

Your assistance has been invaluable, and it enables me to continue exploring and learning from your impressive work with RDC-CloudS.

Thank you once again for your time and support. It's greatly appreciated.

Best regards,

xczhou

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