Georgia Gkioxari
Georgia Gkioxari
> My real issue is that I don't manage to properly set znear and zfar. I expect to see only red points on the image. `znear` and `zfar` define the...
Please check out our project that implements NeRF and other models: https://github.com/facebookresearch/pytorch3d/tree/main/projects/implicitron_trainer You should follow/read the instructions there to configure your system with the data you have!
Yes!
You can submit a PR and we are happy to review and accept it!
Our plan is to have this soon! In the mean time we have a tutorial on fitting a mesh from image views using differentiable rendering that could be helpful and...
Why would you want to compute the F-score on the cham_x and cham_y separately? Of course, this depends on what you want to report, but the F-score reported commonly in...
The line you are referring to has to do with evaluation. During evaluation, each box (proposal) comes with scores for ALL actions. These scores come from a CNN or whatever...
When testing on a new (unseen) video, action tubes return a set of predictions, one for each frame. Those predictions come from the procedure described in the paper, i.e. region...
I believe this part of the code answers your questions https://github.com/gkioxari/RstarCNN/blob/master/lib/data_layer/minibatch.py#L78