CompoNet
CompoNet copied to clipboard
Code for the paper "CompoNet: Learning to Generate the Unseen by Part Synthesis and Composition"
it seems that the 'test' and 'trainval' of trian.py is not fit the data loader. ### train.py ``` PCN_TRAIN_DATASET, PCN_TEST_DATASET, AE_TRAIN_DATASET, AE_TEST_DATASET, NUM_PARTS = data_utils.load_data(DATA_PATH, NUM_POINTS, CATEGORY, 'test', 'trainval') ```...
the original link is not available