ljw

Results 4 comments of ljw

I came across a similar problem when simply running the " python train.py --config configs/001.txt " in README. I didn't change any other code except adjust the dataset_util.py in flare/dataset...

> hi!@sbharadwajj I finally get the correct mesh. I change the code in dataset_util.py > > ``` > def _load_mask(fn): > alpha = imageio.imread(fn) > mask = torch.Tensor(np.array(alpha) > 127.5)[:,...

I encountered the same problem, and I found that the reason is that spconv_feature_extract on dpt data preprocessed from custom data is all zero matrix, which is different from the...

I also want to get this file for evaluation, hopefully the author can provide it