DRosemei

Results 9 issues of DRosemei

I find that waymo Block-NeRF dataset has been provided [here](https://waymo.com/research/block-nerf/?ncr). I want to know how to parse these tfrecords. ![image](https://user-images.githubusercontent.com/27892562/174949522-0851c839-5793-48f0-b7b0-332c525be42c.png)

Other

Thanks for your sharing. I want to know what array_ops.where means. Is it similar to tf.where? Besides, I use it for SSD-Tensorflow, and loss is very high. I make some...

Thanks for you great work! How to prrocess test results of SemanticKitti for online testing? There is an official testing [link](https://competitions.codalab.org/competitions/20331). What I need to do is to zip predicted...

Thanks for your great work! I am using your provided model to evaluate single image and find that the visualization is not so good? How could I get better results?...

Thanks for your code. I run it well, but I find a porblem. There are 30 classes in their official introduction while you set num_classes to 19. I do not...

Thanks for your nice work! But I meet trouble when building TheiaSfM ![image](https://user-images.githubusercontent.com/27892562/192670092-1defb1aa-9146-4bb6-ab1b-4fc1abf3e223.png) ![image](https://user-images.githubusercontent.com/27892562/192670130-e4892aff-a47c-4043-b934-71dc4748f3dc.png) How could I solve it? Thanks in advance!

Dose "alpha' make no contribution to multi_class classification?

**Environment:** 1. Framework: PyTorch 2. Framework version: 3. Horovod version:0.26.1 4. MPI version: 5. CUDA version: 11.1 6. NCCL version: nccl-local-repo-rhel7-2.8.4-cuda11.1-1.0-1.x86_64.rpm 7. Python version: 3.8 8. Spark / PySpark version:...

bug

Thanks for your great work! I found that you use [nerf_pose_to_ours](https://github.com/sxyu/svox2/blob/master/opt/util/llff_dataset.py#L558) to convert poses from OPENGL coordinate. I want to konw how your coordinate define here and your special NDC...