suprosanna / relationformer

Apache License 2.0
105 stars 15 forks source link

Questions about road_network_rgb #2

Open TonyXuQAQ opened 2 years ago

TonyXuQAQ commented 2 years ago

Hi authors, thanks for sharing the excellent work! After going through the code of road_network_rgb, I have some questions and hope you could give some hints or suggestions:

  1. Are there any pretrained checkpoints provided? Really appreciate it if you could provide some checkpoints!
  2. Are the evaluation conducted on large stitched image tiles or a set of small patches? For example, Sat2graph can finally output 2048 $\times$ 2048 image tiles covering a large area. But in your testing script, I cannot find code for window sliding or patch stitching. So I wonder whether you evaluate RelationFormer on 128 $\times$ 128 image patches. Please allow me to apologize in advance if I missed any information.
  3. If you evaluate models (i.e., both Sat2Graph and RelationFormer) on small image patches, these two models have different patch sizes: 128 $\times$ 128 for RelationFormer and 352 $\times$ 352 for Sat2Graph.

Thank you so much for your time and kind help! Looking forward to your reply!

TonyXuQAQ commented 1 year ago

Hi authors, could you please give me suggestions on the aforementioned questions? Thank you so much.

MeklitMa commented 1 year ago

Hi authors, could you please give me suggestions on the aforementioned questions? Thank you so much.

Hello I was looking for the source code of this work but I couldn't find it. can you please tell me where I can find it?

Thanks

TonyXuQAQ commented 1 year ago

Please find the code in branches.

MeklitMa commented 1 year ago

Please find the code in branches.

Thank you for your fast response. I found the code I am looking for