Gardlin

Results 16 comments of Gardlin

https://drive.google.com/drive/folders/13v9To7ynkhWhC0CN1X7gJehRPfNZREBU I mean how to set alpha for the above dataset , and do you provide the trained model for this dataset

By the way , do you provide the well-trained models on ModelNet, I followed your hyper parameter and train 50 epochs ,however it seems that i can't get a good...

Thanks, I mean when I run `python train_completion.py` on the modelnet dataset(ShapeNet car Dataset) ,the completion didnot seem to perform well. I checked the provided pre-trained models,but there are not...

Thanks for your reply. By the way ,I'm wondering why the sc get from load_llff_data need to multiply bds.min() https://github.com/weiyithu/NerfingMVS/blob/28511191239daf25cd8ded17e7fa21a68df54de1/src/load_llff.py#L270 I think it only corresponds to the initial image resolution...

Thanks a lot, Maybe I accidently changed my code . By the way , I'm have no idea about what is the exact meaning of bds. Does it represents the...

I think cal_neighbor_idx is used to calculate the closest traing poses with each testing poses ,It is used to supply depth prior for testing/unseen views. However, I have tried to...

> > I think cal_neighbor_idx is used to calculate the closest traing poses with each testing poses ,It is used to supply depth prior for testing/unseen views. However, I have...

one more , I found the setting ` using_set_aggr_in_training: False` in the config file is False ,I am doubting whether should I set it True

When I re-generate gt-files, the testing result of your pretrained models now correspondends to yours , but the testing result of **your trained models for 500 epoch is still lower...