Abhishek Maiti
Abhishek Maiti
Hi, Congratulations on such a wonderful research project and thank you for making it open source. I have a few questions on which I want to get your feedback for...
Hi @mkocabas , congratulations on the wonderful project. I have a query regarding the camera parameters. In `demo.py` the `orig_cam` outputs are `(sx,sy,tx,ty)`. Is this rotation and translation in the...
https://github.com/stanfordnlp/dspy/blob/b2816c4a35e3144a06752423de1afb8e68e1005f/docs/docs/deep-dive/language_model_clients/custom-lm-client.mdx#L54 In the code above, should `self.history = []` be added? Since it is being referenced in the other function.
Thank you for the awesome repo! What does the function `get_ndc_rays` do? https://github.com/yenchenlin/nerf-pytorch/blob/63a5a630c9abd62b0f21c08703d0ac2ea7d4b9dd/run_nerf_helpers.py#L175 What does `near plane` mean? TIA
The mask in https://github.com/hkproj/pytorch-llama/blob/067f8a37fe36ac8b52dca9cc6f2a2e8d6aa372d6/inference.py#L121 should be `~mask` since we want to select all those indices where value is less than p.