-
Notifications
You must be signed in to change notification settings - Fork 116
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
How to train a new model for your own dataset #58
Comments
My suppose is to build the surface based on the point clouds. |
那如何用自己的点云数据训练一个 新的模型(train)不是generation或者test,我看每个数据集要求的格式是不一样的,config/default.yaml该如何配置 |
This paper is a fully supervised approach, so you need to have watertight
meshes in order to create occupancy as the supervision signal. If you only
have point cloud, you need to find a way first to create a watertight mesh
from it.
…On Wed, 14 Dec 2022, 09:15 zhao-you-fei ***@***.***> wrote:
那如何用自己的点云数据训练一个
新的模型(train)不是generation或者test,我看每个数据集要求的格式是不一样的,config/default.yaml该如何配置
—
Reply to this email directly, view it on GitHub
<#58 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADNJ3ITHCDLMAXLJAJPNHQ3WNF62RANCNFSM6AAAAAAS6EDFIM>
.
You are receiving this because you are subscribed to this thread.Message
ID:
<autonomousvision/convolutional_occupancy_networks/issues/58/1350603500@
github.com>
|
请问自己的点云数据生成的mesh如何评估,评估的是点云还是mesh,为什么我在代码中只看到读取的pointcloud.npz和points_iou.npz,没有真值怎么评估,包括提供的数据集我也没看到真值啊,既然要评估mesh不应该要有真值吗? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I only have images and pointclouds, how to train a new model for my own data set
The text was updated successfully, but these errors were encountered: