feevos / resuneta

mxnet source code for the resuneta semantic segmentation models
Other
117 stars 30 forks source link

How to set the IDs in the src/chopchop_run.py file? #17

Closed simonep1052 closed 1 year ago

simonep1052 commented 1 year ago

Hello, could you give me a hint or a short explanation on how to set IDs please?

feevos commented 1 year ago

Hi @simonep1052 could you please elaborate on what is that you don't understand? It's been a long time since I did this code, I think IDs are the tile names like 2_13, 2_14 etc. I am basically stripping the other characters from the filename. If you run the code only on this part you should be able to verify ;). Let me know how you go.

Cheers

simonep1052 commented 1 year ago

Thank you very much for your time and reply. I figured that I did not set directory path well so IDs was an empty list. Now, chopchop_run.py goes well.

feevos commented 1 year ago

happy I could be of some help :) If you have further questions I'll try my best to help, please do not hesitate to post a question here. Closing this now

Cheers