PartSLIP2
PartSLIP2 copied to clipboard
Hello, I’m encountering a problem with the 2D-to-3D lifting part of the system, with both semantic and instance segmentation. I’ve tried on both PartNet chairs (w/o texture) converted to .ply...
运行这个模型需要多大的显卡资源?24g的3090是否够用?
Hi, Running run_parslip++.py results in errors. There are multiple issues. mainly in `mask2ins_refine.py` line 54: 1. A wrong call syntax to glip_inference (save_dir is not required but img_dir is). should...
CUDA 11.2 is quite old now, is there any intention of supporting newer versions of CUDA? The main constraining factor is `maskrcnn_benchmark` which has been deprecated and replaced by `detectron2`.
Hi, Thanks for releasing the code. I am getting below issue when I try to run partslip script with masks. Traceback (most recent call last): File "run_partslip.py", line 63, in...
Hi, thanks for your inspiring work! I notice that the point clouds in training set and testing set are both collected from Part-Mobility dataset, whose point clouds have dense number...
Can I use your method without providing a text prompt? My requirement is to simply segment different parts of a 3D object, without the need for labeling each segmented part....
Great work! The structure of the Data folder seems to be inconsistent. Huggingface data only has 2 sub-directories, few-shots and test, however, the 'run_partslip++' seems to be needing img_sp subdirectory...
Thank you for your very meaningful work! If I want to train few-shot results by myself, what should I do?