D-NeRV icon indicating copy to clipboard operation
D-NeRV copied to clipboard

The official implementation of 'Towards Scalable Neural Representation for Diverse Videos' (CVPR 2023)

Results 6 D-NeRV issues
Sort by recently updated
recently updated
newest added

Hello, I want to express my appreciation for your work. But I wanted to inquire about the ’--model‘ parameter in the evaluate script. I couldn't find it in the code....

Can you public source code to process original video data of UVG? Thank you so much.

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)"?