lkeab / gaussian-grouping

[ECCV'2024] Gaussian Grouping for open-world Anything reconstruction, segmentation and editing.
https://arxiv.org/abs/2312.00732
Apache License 2.0
605 stars 43 forks source link

demo_automatic.py: error: unrecognized arguments: --use_short_id #52

Open ZhaoLongjiea opened 1 month ago

ZhaoLongjiea commented 1 month ago

Hi, when I implement this '' bash script/prepare_pseudo_label.sh spinerf 1'' It then give me this mistake:

UserWarning: Overwriting tiny_vit_21m_512 in registry with deva.ext.MobileSAM.tiny_vit_sam.tiny_vit_21m_512. This is because the name being registered conflicts with an existing name. Please check if this is not expected. usage: demo_automatic.py [-h] [--model MODEL] [--output OUTPUT] [--save_all] [--amp] [--key_dim KEY_DIM] [--value_dim VALUE_DIM] [--pix_feat_dim PIX_FEAT_DIM] [--disable_long_term] [--max_mid_term_frames MAX_MID_TERM_FRAMES] [--min_mid_term_frames MIN_MID_TERM_FRAMES] [--max_long_term_elements MAX_LONG_TERM_ELEMENTS] [--num_prototypes NUM_PROTOTYPES] [--top_k TOP_K] [--mem_every MEM_EVERY] [--chunk_size CHUNK_SIZE] [--size SIZE] [--GROUNDING_DINO_CONFIG_PATH GROUNDING_DINO_CONFIG_PATH] [--GROUNDING_DINO_CHECKPOINT_PATH GROUNDING_DINO_CHECKPOINT_PATH] [--DINO_THRESHOLD DINO_THRESHOLD] [--DINO_NMS_THRESHOLD DINO_NMS_THRESHOLD] [--SAM_ENCODER_VERSION SAM_ENCODER_VERSION] [--SAM_CHECKPOINT_PATH SAM_CHECKPOINT_PATH] [--HQ_SAM_CHECKPOINT_PATH HQ_SAM_CHECKPOINT_PATH] [--LIGHT_HQ_SAM_CHECKPOINT_PATH LIGHT_HQ_SAM_CHECKPOINT_PATH] [--MOBILE_SAM_CHECKPOINT_PATH MOBILE_SAM_CHECKPOINT_PATH] [--SAM_NUM_POINTS_PER_SIDE SAM_NUM_POINTS_PER_SIDE] [--SAM_NUM_POINTS_PER_BATCH SAM_NUM_POINTS_PER_BATCH] [--SAM_PRED_IOU_THRESHOLD SAM_PRED_IOU_THRESHOLD] [--SAM_OVERLAP_THRESHOLD SAM_OVERLAP_THRESHOLD] [--img_path IMG_PATH] [--detection_every DETECTION_EVERY] [--num_voting_frames NUM_VOTING_FRAMES] [--temporal_setting TEMPORAL_SETTING] [--max_missed_detection_count MAX_MISSED_DETECTION_COUNT] [--max_num_objects MAX_NUM_OBJECTS] [--sam_variant SAM_VARIANT] [--suppress_small_objects] demo_automatic.py: error: unrecognized arguments: --use_short_id mv: cannot stat './example/output_gaussian_dataset/spinerf1/Annotations': No such file or directory

MichaelWangGo commented 2 weeks ago

same here, do you know where to creat the such file'./example/output_gaussian_dataset/spinerf1/Annotations'?