Ziyu Wan

Results 23 comments of Ziyu Wan

Have you tried other batch size setting, like 48?

> Hi! Thank you for your interest in our work! > > > > To my experience, BN is extremely important - we tried many different normalization techniques but could...

One more question, why the weight ans bias of matrix W are set to 0? https://github.com/yulunzhang/RNAN/blob/6377486f560d56dd9859f26217b455257fb70023/CAR/code/model/common.py#L91

@Zhaoyi-Yan Thanks for your explaination. Your work is very solid.

Hi! Thanks for the great code!! I met the error "AttributeError: 'pyngp.Testbed' object has no attribute 'get_camera_from_time'", how to resolve it ?

I try to re-compile your source code but it seems there are many errors TAT

Some errors like "instant-ngp\src\python_api.cu(465): error : class "ngp::CameraDistortion" has no member " R""

> > Some errors like "instant-ngp\src\python_api.cu(465): error : class "ngp::CameraDistortion" has no member " > > R"" > > have a look at the diff here: [ad06f14](https://github.com/NVlabs/instant-ngp/commit/ad06f141a0330a38ad646040756281d165b3c467), and re-compile Thank...

Thanks for the question. I am not sure if there is a convenient solution to run the code on the non-nvidia cards. The alternative way will be: 1. Deploy the...