You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for sharing your excellent research code.
After following the instructions provided on this GitHub, I attempted to run it but encountered the following error:
File "/home/dmsai3/Trans4Map/model/loader.py", line 82, in init
self.files = os.listdir(os.path.join(self.root, 'smnet_training_data'))
FileNotFoundError: [Errno 2] No such file or directory: '/home/dmsai3/Trans4Map/smnet_training_data'
It seems that a pretrained smnet is required. Could you please provide guidance on where to download the necessary files? Alternatively, could you provide detailed instructions on what needs to be done in smnet to run your model without encountering the aforementioned error?
I'll be grateful for any assistance you can provide.
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for sharing your excellent research code.
After following the instructions provided on this GitHub, I attempted to run it but encountered the following error:
File "/home/dmsai3/Trans4Map/model/loader.py", line 82, in init
self.files = os.listdir(os.path.join(self.root, 'smnet_training_data'))
FileNotFoundError: [Errno 2] No such file or directory: '/home/dmsai3/Trans4Map/smnet_training_data'
It seems that a pretrained smnet is required. Could you please provide guidance on where to download the necessary files? Alternatively, could you provide detailed instructions on what needs to be done in smnet to run your model without encountering the aforementioned error?
I'll be grateful for any assistance you can provide.
The text was updated successfully, but these errors were encountered: