You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We refine PartNet into Compositional PartNet (C-PartNet) with a new labeling scheme that relates the compositional knowledge between objects by merging and renaming the repeated labels. The dataset can be downloaded from: Download Dataset.
DeCompositional Consensus
DeCompositional Consensus (DCC), learns an agreement (Consensus) over a segmentation hypothesis and its partbased object classification score when the object is taken apart (DeComposed) into parts like lego blocks as segmented in the hypothesis. Pretrained model for our reported number in the manuscript can be downloaded from: Download checkpoint.
Setup
Clone the repo and cd to the folder.
Setup the python environment using requirements.txt.
pip install -r requirements.txt # for pip
conda install --file requirements.txt # for anaconda
Compile and install binaries.
bash compile.sh
cd shaper/models/convpoint/knn
python setup.py install --home="."
cd ../../../../
Edit the OUTPUT_DIR and DATASET.path in config_backbone.yaml according to your local configuration.
PointCloud backbones are adapted from the respective author implementations. Please consider citing them too.
References
If you use Compositional PartNet and/ or this code, please cite
@inproceedings{naeem2022dcc,
title={3D Compositional Zero-shot Learning with DeCompositional Consensus},
author={Naeem, Muhammad Ferjad and {\"O}rnek, Evin P{\i}nar and Xian, Yongqin and Van Gool, Luc and Tombari, Federico},
booktitle={European Conference on Computer Vision},
year={2022},
organization={Springer}
}