-
Notifications
You must be signed in to change notification settings - Fork 131
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
About the prompt rules #8
Comments
Hey @zhouwy19, great question! The main issue that I see with your setting is the alignment. You should aim to capture a more meaningful view as your frontview. See subsection 3.3 in the paper (anchor view). There also could be an issue with the resolution of the mesh you are using, which seems to be slightly insufficient. How many vertices are there? Can you share the I believe that alone should solve your problem, but keep in mind that self intersections are an inherent problem in inverse rendering (and in any pipeline that optimized 3D geometry based on 2D views). The classical solution solution is to introduce a regularization term in the form of Laplacian energies. Good luck! |
Thank your very much for your quick reply! I did not find any code about finding the anchor view. I see the frontview_center is set to [0,0] in the code. Do all the obj files you provide have the highest view of the clip aligned to [0,0]? |
oh, I see different settings in the shell file, such as '--frontview_center 1.96349 0.6283'. It seems it's different for each mesh? |
You are right, we didn't share a script for finding this view. The easiest way to set it up is to rotate the mesh with an external editor. Alternatively, you can iterate views to find a view with high CLIP score, given a prompt like Roi |
My intuition says that a car facing the ground is harder to capture. I would suggest a front facing mesh. |
How can I rotate a car facing the ground to a front facing mesh? |
In MeshLab you can use the rotation filter. You will want to see the front of the car when looking down the -x axis. Also, this mesh has large triangles which will make the results worse. To fix this, you can use the "Remeshing: Isotropic Explicit Remeshing" filter in MeshLab. |
你好?请问你知道如何导入自己的obj吗?我也在尝试着项目,我用的是kaggle但是好像无法自己导入obj。 |
Hey @roibaron, |
Great work!
I would like to know what kind of sentences are reasonable and valid for CLIP. Are there any specific prompt rules for style sentences in your paper?
I try the 'an image of a car of wood' for an input car.
init:
final:
What I want is:
But it turned out that the geometry of the car became disorganized and even self-intersecting, the shape of the original geometry was invisible, and the texture did not take on the texture of wood. May I ask where is the problem?
Hope you can answer my two questions: the prompt rules ahd the effect. Thanks you very mush.
Best.
The text was updated successfully, but these errors were encountered: