Hao Yan

Results 5 issues of Hao Yan

How to input parameters for testing after training the radiation model? And why is the training of flow model so slow? Training the flow model on 3090Ti only ran less...

Hi. I wander about did the model on the ucf101 data set converged after training for 800 epochs? Or will more training bring better results?

Hey hello, I really appreciate your work and still have a few questions to ask. I want to retrain D-NeRV on the ucf101 data set I made, but the extraction...

From the paper, I saw that D-NeRV can effectively express diverse videos. Does this mean that it has the ability to generalize to unseen videos, or can it only express...

Why when I use distributed training, I get stuck here in "model = torch.nn.parallel.DistributedDataParallel(model.to(local_rank), device_ids=[local_rank], output_device=local_rank, find_unused_parameters=False)"?