Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ZhaoLongjiea opened this issue Sep 2, 2024 · 3 comments
Open

Comments

@ZhaoLongjiea
Copy link

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
Copy link

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

@zbthello
Copy link

zbthello commented Jan 8, 2025

Use the gaussian-grouping/Tracking-Anything-with-DEVA package provided by the author of this article to install it. Do not use the original Tracking-Anything-with-DEVA

@zbthello
Copy link

zbthello commented Jan 8, 2025

同样,您知道在哪里创建这样的文件'./example/output_gaussian_dataset/spinerf1/Annotations'吗?

After successful operation, this will be generated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants