Closed kkennethwu closed 1 year ago
Also, if I modify the range to 10 in data_extractor.extract_data(feature, range(500))
, I got this error.
Hi, thanks for your interest in our work. The data extraction for RealEstate-10K is not configured properly yet. I will update this thread once that is done. It may take another month or so. However, the data extraction pipeline for the other datasets should work.
If you want to experiment with RealEstate-10K dataset, you can follow the guidelines on the RealEstate-10K dataset webpage to download it. For any other datasets, you can follow a similar approach. Then place the files similar to how the LLFF/DTU datasets are placed and you should be good to go!
Please check this documentation for an example of how to place the data.
Or, you can place the data however you prefer and modify the data loader appropriately
I see ! big thanks for your help. I've tried nerf-llff successfully.
Closing this issue.
Hi, thanks for your great work. I have a problem about extract dataset of RealEstate10K. I ran
python VideoNameMapper.py
,python SceneSelector01.py
successfully. And when I ranpython DataExtractor01.py
, I got this error:And I'm confused of what these three python file do. Below is the config in SceneSelector01.py and DataExtractor.py :