Ethan Weber
Ethan Weber
Hey @akshay-krishnan, you are correct in your interpretation. I'm adding the docs in PR #889.
Thanks for your PRs @JulianKnodt! Just wanted to let you know we are currently traveling in Tel Aviv for the conference ECCV so we may be slow to reply for...
Weird. Can you show the logs from both your browser and terminal where you are running the app?
You can look at developer tools and check the console in the browser. Maybe your edited code leads to this blank page?
Hey @nikmo33, I just replied to your PR! We can discuss there. 🙂 I don't think we need the `is_thing` and `class_loss_weights`, but it would be nice to have an...
Hi @protericura, are you running the code locally or on a remote server? Perhaps your port isn't forwarded?
Hi @cezarbbb, you can look at my comment [here](https://github.com/nerfstudio-project/nerfstudio/issues/1275#issuecomment-1426267737) in Issue #1275. We don't plan to prioritize semantic documentation/support at the moment, but we are very open to contributions! The...
> @ethanweber I think now `VisibilityField` class name is too common. There are many papers that using `VisibilityField` too, so it would be better to distinguish them in this framework...
Hey @tancik, do you have thoughts on how the visibility loss should be added wrt. the vanilla pipeline? Do you think it should be its own pipeline?
If you are interested in creating something with cameras.json format, you can reference [this code](https://github.com/nerfstudio-project/nerfstudio/blob/3cf2bb09ac4d90fae79663615452bc083acecd3d/nerfstudio/data/dataparsers/friends_dataparser.py#L78-L89) and [this notebook](this notebook). We recommend using nerfstudio if you want to do anything custom...