-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training RoomFormer on Satellite Imagery (TIFF & GeoJSON Masks) #28
Comments
Hi @spaceie08, thanks for your interest and kind words!
There is another similar issue regarding extending RoomFormer for outdoor building outline extraction from satellite imagery, which you may find helpful: #22 Hope the answers are helpful! |
Hi, Thank you so much for your guidance and suggestions! I’ve implemented the changes you recommended and wanted to update you on my progress.
I’ve attached the git diff file that captures all the changes I made, including the modifications in Could you please take a look and confirm if these modifications align with your suggestions? I’d appreciate your thoughts on whether the changes I made are correct and if there’s anything I should adjust. Also, you mentioned a similar issue (#22) where you trained RoomFormer on a building dataset and shared the code with the author of that issue. I’d be really grateful if you could share that code with me as well. Please feel free to send it to my email at [email protected] Looking forward to your feedback and any advice you may have to help improve the model's performance! Best regards, |
Hi @spaceie08, I have sent you the code that adapts RoomFormer on an outdoor dataset CrowdAI Mapping. I also checked the diff log you uploaded here. It is hard to tell whether everything is correct by justing looking this log. I have some suggestions that you could check:
|
Could you share the code that adapts RoomFormer to the outdoor dataset CrowdAI Mapping? THX |
Hello,
I’ve been exploring RoomFormer and am very impressed with its approach to floorplan reconstruction. I’m interested in applying the model to a different type of 2D data. I have a dataset consisting of satellite images (in TIFF format) along with corresponding segmentation masks provided as GeoJSON files.
Could you please advise on the following:
Data Preprocessing: How should I adapt the current data pipeline to handle TIFF images and GeoJSON mask annotations? Are there any recommended modifications to the preprocessing steps (e.g., converting TIFF images or handling GeoJSON data) to fit the input requirements of RoomFormer?
Model Adjustments: Do I need to make any changes to the model architecture or training scripts to work effectively with satellite imagery, which may have different resolution or content characteristics compared to the original dataset?
Training Considerations: Are there specific best practices or potential pitfalls you’d recommend when adapting RoomFormer for satellite imagery tasks?
Any guidance or pointers to additional resources would be greatly appreciated. Thank you for your time and for developing such an exciting model!
The text was updated successfully, but these errors were encountered: