zlzeng / DeepFloorplan

GNU General Public License v3.0
270 stars 103 forks source link

Original image proportions #23

Open avermilov opened 1 year ago

avermilov commented 1 year ago

Hello! If I understand correctly, the model is intended to work on 512x512 images, but what about arbitrary image sizes? If we scale images to 512x512, we will almost always lose the original floor plans proportions, do we not? How is this issue tackled? Even if we resize to 512x512 for inference and then scale to original, the results will probably not be very good. Thank you in advance for all clarifications.