articulated-object-nerf icon indicating copy to clipboard operation
articulated-object-nerf copied to clipboard

Experimental repo for modelling Articulated Object Neural Radiance Field

Results 2 articulated-object-nerf issues
Sort by recently updated
recently updated
newest added

Hi, I try to train the CLA-NeRF with the following configuration using the data you published: ```json { "dataset_name": "sapien_multi", "root_dir": "data/sapien_single_scene_art", "exp_name": "sapien_single_scene_articulated", "exp_type": "vanilla_ae_art", "img_wh": [320, 240], "white_back":...

Could you elaborate a bit on how you save the segmentation mask (in what format)? For example, given image [h, w, 3], N parts of the object, do you save...