Skip to content
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

Can provide data for a test case? #1

Open
Mr-ZhuJun opened this issue Feb 21, 2024 · 6 comments
Open

Can provide data for a test case? #1

Mr-ZhuJun opened this issue Feb 21, 2024 · 6 comments

Comments

@Mr-ZhuJun
Copy link

Hello, your work is very new, and I would like to ask if you can provide the data of a test case, so that you can see the effect more intuitively.

@JiawangBian
Copy link
Collaborator

Thanks for your question. We have already provided one test case here

python train.py \

You can download the dataset and run this script.

@Mr-ZhuJun
Copy link
Author

hellow,I generated a model based on the data, and the result of the model is completely wrong. Can you help me take a look?

python train.py --mode validate_mesh --conf confs/dtu_sift_porf.conf --case scan37

Uploading 1.png…

@Mr-ZhuJun
Copy link
Author

1

@JiawangBian
Copy link
Collaborator

You need to load the model weights by adding "--is_continue".

@Mr-ZhuJun
Copy link
Author

thanks for your answer!
link:

porf/train.py

Line 390 in 07b26c5

parser.add_argument('--conf', type=str, default='./confs/base.conf')

I didn't find this option"--is_continue". Could you please give me more details?

@JiawangBian
Copy link
Collaborator

Sorry. We find that the current version doesn't include it to load the pre-trained model. This is because the current version is only designed for pose optimisation. Here, the mesh visualization is used for debugging. The mesh should be automatically saved after training
(

porf/train.py

Line 215 in 07b26c5

self.validate_mesh()
)

If you need high-quality mesh results as shown in the paper. You should save the optimised pose, and use it to train a Voxurf model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants