Merge branch 'master' into master

This commit is contained in:
Geralt_of_Rivia 2024-04-20 13:02:00 +08:00 committed by GitHub
commit a1dfd8d766
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -167,6 +167,7 @@ For training multipleviews scenes,you are supposed to build a configuration file
python train.py -s data/multipleview/(your dataset name) --port 6017 --expname "multipleview/(your dataset name)" --configs arguments/multipleview/(you dataset name).py
```
For your custom datasets, install nerfstudio and follow their [COLMAP](https://colmap.github.io/) pipeline. You should install COLMAP at first, then:
```python