TensoRF icon indicating copy to clipboard operation
TensoRF copied to clipboard

Questions about the DTU dataset.

Open qihangGH opened this issue 1 year ago • 5 comments

Hi Anpei! Thank you very much for the outstanding work.

I have some problems training the DTU dataset. For the dtu_83 scene, I mask out the background and then use 58 images for training and 6 for testing. The testing results are poor as below.

009999_000 009999_003

I notice that in the opt.py file, 'dtu' is one of the choices of the dataset_name argument. Have you trained on the DTU dataset before? Could you give some instructions?

qihangGH avatar Nov 01 '22 07:11 qihangGH

Here is a DTU loader for reference: dtu.zip

apchenstu avatar Nov 03 '22 10:11 apchenstu

Thank you very much!

qihangGH avatar Nov 03 '22 15:11 qihangGH

Hi! @qihangGH I met the same problem, test views are of much lower PSNR than training views. Have you solved it?

ghy0324 avatar Jan 04 '23 16:01 ghy0324

@ghy0324 No, I haven't.

qihangGH avatar Jan 07 '23 02:01 qihangGH

@ghy0324 No, I haven't.

@qihangGH @apchenstu I found that it works after modifying fea2denseAct in config file from softplus to relu, but I haven't figured out the reason.

ghy0324 avatar Jan 07 '23 15:01 ghy0324