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
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
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
The text was updated successfully, but these errors were encountered: