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.
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