-
Notifications
You must be signed in to change notification settings - Fork 93
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
Unsatisfactory reconstruction effect on Tank and Temples dataset #23
Comments
hi,if you resize the image,the intrinsic matrix also need to rescale
…------------------ Original ------------------
From: YuhsiHu <[email protected]>
Date: 周四,3月 11,2021 13:59
To: alibaba/cascade-stereo <[email protected]>
Cc: Subscribed <[email protected]>
Subject: Re: [alibaba/cascade-stereo] Unsatisfactory reconstruction effect on Tank and Temples dataset (#23)
Firstly, thank you for your great work and excellent code.
The pre-trained model perform perfectly on DTU dataset. However, pre-trained model cannot reconstruct on other dataset, such as Tank and Temples.
I resized the images in Tank and Temples from 1920X1080 to 1600X1200.
The param I set is: --dataset=general_eval --batch_size=1 --testpath=$TESTPATH --testlist=$TESTLIST --loadckpt $CKPT_FILE --outdir $save_results_dir --interval_scale 1.06 --max_h=2048 --max_w=2048$
The results are like this:
Could you please help me how can I get results in your paper?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi, thank you for your answer!
|
Just don't edit the codes. |
This is the result of the original code and the pre-trained model, which is slightly different from that in the paper. In addition, MVSNet will not have so many outstanding versions if it is only used as toys and nobody wants to improve it. |
|
it is good on DTU dataset but some results in Tank&Temple are not satisfactory. |
hello, Have you finally solved the problem |
@wln19 hello,do you get good reconstruct in tanks? i face the same question |
Hi, excuse me , do you solve the problem , i meet the same question |
I think maybe the network is finetuned on Tanks&Temples dataset, or some params are different from configs on DTU. |
hi,when you test on the dataset tanks and temples,do you use the fusion method that offered.but in my case, the gipuma fusion method needs much more than 48G memory,it's strange. |
Yes I used the fusion method that offered. Gipuma fusion method needs GPU and the image size of this dataset is large. |
thanks for your reply. and one more question, when you test on the tanks and temples dataset, which camera file do you use. |
I download the dataset from original MVSNet repo. You can follow the instructions in their README.md |
ok,I will have a try . thanks ! |
@gxd1994 @YuhsiHu @xiaomingHUST @wangchengze001 @agenthong |
Firstly, thank you for your great work and excellent code.$save_results_dir --interval_scale 1.06 --max_h=2048 --max_w=2048$
The pre-trained model perform perfectly on DTU dataset. However, pre-trained model cannot reconstruct on other dataset, such as Tank and Temples.
I resized the images in Tank and Temples from 1920X1080 to 1600X1200.
The param I set is: --dataset=general_eval --batch_size=1 --testpath=$TESTPATH --testlist=$TESTLIST --loadckpt $CKPT_FILE --outdir
The results are like this:
Could you please help me how can I get results in your paper?
The text was updated successfully, but these errors were encountered: