sdflabel icon indicating copy to clipboard operation
sdflabel copied to clipboard

Official PyTorch implementation of CVPR 2020 oral "Autolabeling 3D Objects With Differentiable Rendering of SDF Shape Priors"

Results 4 sdflabel issues
Sort by recently updated
recently updated
newest added

Hello! Amazing work! This page has many download datasets below: [Download left color images of object data set (12 GB)](http://www.cvlibs.net/datasets/kitti/user_login.php) [Download right color images, if you want to use stereo...

Hi Sergey; How do you generate a json file similar to crops.json that you have in the repository for training. More specifically, starting from CARLA and your nocs-renderer, how to...

Thanks for sharing the great work! I have two simple questions related to the ablation study & CSS Net freeze part. **Q1. Can you explain the difference between (R,t) /...

1. add `model.eval()` for bn 2. redefine `train()` for `ResNet` to freeze the net whenever the `model.train()` is called.