AIBluefisher / DReg-NeRF

Official Implementation of our ICCV 2023 paper: "DReg-NeRF: Deep Registration for Neural Radiance Fields"
https://aibluefisher.github.io/DReg-NeRF/
65 stars 1 forks source link

dataset devide #6

Closed whalien-902 closed 11 months ago

whalien-902 commented 11 months ago

Can you provide the code for training two NERFs by clustering image data sets with KMeans?

AIBluefisher commented 11 months ago

The code is available in the dataset loader. You can refer to this line of code.

whalien-902 commented 11 months ago

thanks a lot