Commit Graph

200 Commits

Author SHA1 Message Date
rentainhe bb56590c47 add track pipeline vis 2024-08-06 03:03:23 +08:00
rentainhe 0563b4e368 refine README 2024-08-06 02:36:47 +08:00
rentainhe 6915725120 upgrade supervision to 0.22.0 and refine custom API usage 2024-08-06 01:59:27 +08:00
Haitham Khedr 0230c5ff93 Merge pull request #152 from haithamkhedr/main
Configure a workflow for format checking
2024-08-05 10:02:32 -07:00
Haitham Khedr 5e3d6ca6b5 Merge pull request #1 from haithamkhedr/CI 2024-08-05 09:36:54 -07:00
Haitham Khedr 3b0fd9e4a9 Update workflow 2024-08-05 09:28:28 -07:00
Haitham Khedr acd3939f88 Add workflow 2024-08-05 09:16:29 -07:00
rentainhe ed4c128a4e update contents 2024-08-05 16:09:01 +08:00
rentainhe 2cdd3f2d92 add tracking demo with gd 1.5 2024-08-05 16:05:31 +08:00
Niels 841cc1f015 Update docstring 2024-08-05 09:44:03 +02:00
Niels e93be7f6aa Update README 2024-08-05 09:43:04 +02:00
Niels cb48213066 Update links 2024-08-05 09:41:40 +02:00
Niels 6aeee34775 Make huggingface_hub soft dependency 2024-08-05 09:37:53 +02:00
Niels 0c28c630c2 Do not load config from the hub 2024-08-03 14:45:20 +02:00
Niels 3af4e82263 Add model_id_to_filenames 2024-08-03 14:18:23 +02:00
Niels 17b74501fb Use classmethod 2024-08-03 14:14:12 +02:00
Niels b72a8a97f0 First draft 2024-08-03 12:57:05 +02:00
Ronghang Hu 57bc94b739 Merge pull request #119 from facebookresearch/ronghanghu/installation_faq
[doc] add `INSTALL.md` as an installation FAQ page
2024-08-02 15:07:25 -07:00
Ronghang Hu b744a3c084 [doc] add INSTALL.md as an installation FAQ page 2024-08-02 22:05:46 +00:00
Haitham Khedr d1fc9a0686 Merge pull request #116 from facebookresearch/arXiv-paper
Update arXiv paper citation
2024-08-02 13:02:08 -07:00
Haitham Khedr 59550d4deb Update README.md 2024-08-02 12:58:23 -07:00
Haitham Khedr de4db16676 Update README.md 2024-08-02 12:56:06 -07:00
rentainhe 41640f4add refine installation 2024-08-02 21:21:39 +08:00
rentainhe aae0fbc776 refine citation 2024-08-02 21:13:54 +08:00
rentainhe b31da6037a refine video file 2024-08-02 21:13:00 +08:00
rentainhe f1a3c0a4f3 refine video file 2024-08-02 21:11:48 +08:00
rentainhe 20eb2ba25d refine video file 2024-08-02 21:10:28 +08:00
rentainhe a2d637f1d9 refine video link 2024-08-02 20:36:22 +08:00
rentainhe aa84b67a69 add demo video 2024-08-02 18:36:16 +08:00
rentainhe 1d018ceb55 add tracking demo and support video dump 2024-08-02 17:06:32 +08:00
rentainhe bf450b6b41 add grounded sam 2 tracking demo 2024-08-02 15:46:31 +08:00
rentainhe 8d88e75aa6 refine API token 2024-08-01 21:31:51 +08:00
rentainhe d27829ff17 support 1.5 image demo 2024-08-01 21:30:56 +08:00
rentainhe f5b99eea3d support gdino local model (load local ckpt) 2024-08-01 17:58:42 +08:00
rentainhe 1dacb47840 support gsam2 image predictor model 2024-08-01 17:05:01 +08:00
Ren Tianhe 72501fecf8 Initial commit 2024-08-01 14:56:29 +08:00
Ronghang Hu 0e78a11899 Merge pull request #61 from DanBrown47/main
Change git repo url from SSH to HTTPS
2024-07-31 21:30:11 -07:00
Danwand fa2796bb47 Change git repo url from SSH to HTTPS
The change is made for researchers to easly clone the project to check out from systems and platforms with SSH not in sync with github. Eg : Google Colab, Remote GPU Servers etc
2024-07-31 13:55:06 +05:30
Haitham Khedr 86827e2fba Merge pull request #32 from CharlesCNorton/patch-5
Fix: Hyphenate to "model-in-the-loop"
2024-07-30 07:54:23 -07:00
Ronghang Hu cd270ed4f1 Merge pull request #29 from CharlesCNorton/patch-3
fix: correct spelling
2024-07-30 07:49:01 -07:00
Ronghang Hu 32750fa695 Merge pull request #30 from CharlesCNorton/patch-4
Fix typo in comment: "evalaution" to "evaluation"
2024-07-30 07:48:16 -07:00
CharlesCNorton e62ec497b8 Fix: Hyphenate to "model-in-the-loop"
The phrase "model-in-the-loop" is now hyphenated to align with standard practices in technical literature, where hyphenation of compound adjectives clarifies their function as a single descriptor.
2024-07-30 08:35:59 -04:00
CharlesCNorton c8127182c1 Fix typo in comment: "evalaution" to "evaluation"
Corrected the spelling of "evaluation" in the comment describing the use of the `--use_all_masks` flag in the `main` function.
2024-07-30 08:24:39 -04:00
CharlesCNorton f882beb157 fix: correct spelling
Corrected two instances of "a even number" to "an even number" for correct article usage before a vowel sound.
2024-07-30 08:13:47 -04:00
Ronghang Hu 82b026cd55 Merge pull request #7 from CharlesCNorton/patch-2
Correct typo in sav_dataset README.md
2024-07-29 19:28:17 -07:00
CharlesCNorton de05a2e0c5 Correct typo in sav_dataset README.md
Change "there licenses" to "their licenses" in the README.MD
2024-07-29 22:25:56 -04:00
Ronghang Hu b3011f0ea6 Merge pull request #5 from CharlesCNorton/patch-1
Fix typo in README: "Aything" corrected to "Anything"
2024-07-29 19:24:31 -07:00
CharlesCNorton 662fd3d90e Fix typo in README: "Aything" corrected to "Anything"
Corrected a typo in the Segment Anything Video Dataset section of the README file. The word "Aything" has been updated to "Anything."
2024-07-29 22:15:41 -04:00
Sergii Dymchenko 658aaba327 Use weights_only for loading
sam2/build_sam.py:81:14: TOR102 [*] `torch.load` without `weights_only` parameter is unsafe. Explicitly set `weights_only` to False only if you trust the data you load and full pickle functionality is needed, otherwise set `weights_only=True`.

Found with https://github.com/pytorch-labs/torchfix/
2024-07-29 16:54:54 -07:00
Haitham Khedr 0c5f8c5432 Initial commit 2024-07-29 21:54:20 +00:00