You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I really appreciate the project and hope it can be developed more :)
Now, I'm trying to do only layout_estimation. My purpose is to give an image and take its layout 3D image.
Like this :
First problem is that how can cam_K be estimated ? I have check out all code samples. I can could layout and cam_R estimation. In all your samples you use cam_K of data to draw 3D layout. How can I predict it or is there any way to draw 3D without cam_K.
Second problem is that I don't know I am doing correctly but when I tried to estimate layouts of demo datas, my results were really bad. I used demo.py steps to predict layout points.
For weight, I used your pretained_model firstly, then I trained 100 epochs and tried its weight. But the results was same.
Hi, I really appreciate the project and hope it can be developed more :)
Now, I'm trying to do only layout_estimation. My purpose is to give an image and take its layout 3D image.
Like this :
First problem is that how can cam_K be estimated ? I have check out all code samples. I can could
layout
andcam_R
estimation. In all your samples you use cam_K of data to draw 3D layout. How can I predict it or is there any way to draw 3D without cam_K.Second problem is that I don't know I am doing correctly but when I tried to estimate layouts of demo datas, my results were really bad. I used demo.py steps to predict layout points.
For weight, I used your pretained_model firstly, then I trained 100 epochs and tried its weight. But the results was same.
I used here @chengzhag's
layout_estimation.yaml
To draw 3D layout :
(I'm getting cam_K of the sample. Not shown here)
I got results like this:
It should seem like this :
I hope that I could express myself clearly.
Thank very much^^
The text was updated successfully, but these errors were encountered: