-
Notifications
You must be signed in to change notification settings - Fork 34
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
Is it able to work with perspective image? #7
Comments
@AtlantixJJ We do not have the script that runs on perspective images for LayoutNet v2. However, it's straightforward to write the script. You can directly use the LayoutNet v2 training script to train on perspective images with small modifications -- the input perspective image size is 512*512, and skip the alignment and optimization steps, save the output boundary and corner maps into the ".mat" form. Then use the matlab code in the LayoutNet v1 repo to generate the final result. |
Thanks. Is it necessary to use matlab? Matlab is hard to configure on server. |
@AtlantixJJ It's not necessary to use Matlab, it's just because 3 years ago I chose to code it in Matlab . Feel free to rewrite it in Python or C++. I'm happy to see its further improvements. |
Hi @zouchuhang I am trying to write a perspective image inference script. |
@ZZWENG “Could you specify which part in the train script correspond to the alignment?” -- which train script are you referring to? The current LayoutNet v2 training scripts use pre-aligned spherical images as input, so there's no alignment step inside. Yes the optimization refers to the function "optimize_cor_id". |
Thank you for the clarification! |
@ZZWENG Hi!, do you have the layoutnetv2 script for perspective images? thanks :) |
In LayoutNetv1 there is a perspective image demo, but I didn't find any relevant script in this repo. Can you help me? Thanks.
The text was updated successfully, but these errors were encountered: