Skip to content

Commit

Permalink
update github names
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Nov 22, 2024
1 parent 62f6d48 commit 58d10c9
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public EfficientSAM() {
this.fullName = "EfficientSAM: Leveraged Masked Image Pretraining for Efficient Segment Anything";
this.githubLink = "https://github.com/yformer/EfficientSAM";
this.paperLink = "https://arxiv.org/pdf/2312.00863.pdf";
this.githubName = "https://github.com/yformer/EfficientSAM";
this.githubName = "yformer/EfficientSAM";
this.paperName = "EfficientSAM: Leveraged Masked Image Pretraining for Efficient Segment";
this.speedRank = 3;
this.performanceRank = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public EfficientViTSAML0() {
this.isHeavy = false;
this.fullName = "EfficientViT-SAM smallest version (L0)";
this.githubLink = "https://github.com/mit-han-lab/efficientvit";
this.githubName = "https://github.com/mit-han-lab/efficientvit";
this.githubName = "mit-han-lab/efficientvit";
this.paperName = "EfficientViT-SAM: Accelerated Segment Anything Model Without Performance Loss";
this.paperLink = "https://arxiv.org/pdf/2402.05008.pdf";
this.speedRank = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public EfficientViTSAML1() {
this.isHeavy = false;
this.fullName = "EfficientViT-SAM smallest version (L1)";
this.githubLink = "https://github.com/mit-han-lab/efficientvit";
this.githubName = "https://github.com/mit-han-lab/efficientvit";
this.githubName = "mit-han-lab/efficientvit";
this.paperName = "EfficientViT-SAM: Accelerated Segment Anything Model Without Performance Loss";
this.paperLink = "https://arxiv.org/pdf/2402.05008.pdf";
this.speedRank = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public EfficientViTSAML2() {
this.isHeavy = false;
this.fullName = "EfficientViT-SAM smallest version (L2)";
this.githubLink = "https://github.com/mit-han-lab/efficientvit";
this.githubName = "https://github.com/mit-han-lab/efficientvit";
this.githubName = "mit-han-lab/efficientvit";
this.paperName = "EfficientViT-SAM: Accelerated Segment Anything Model Without Performance Loss";
this.paperLink = "https://arxiv.org/pdf/2402.05008.pdf";
this.speedRank = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public EfficientViTSAMXL0() {
this.isHeavy = false;
this.fullName = "EfficientViT-SAM smallest version (XL0)";
this.githubLink = "https://github.com/mit-han-lab/efficientvit";
this.githubName = "https://github.com/mit-han-lab/efficientvit";
this.githubName = "mit-han-lab/efficientvit";
this.paperName = "EfficientViT-SAM: Accelerated Segment Anything Model Without Performance Loss";
this.paperLink = "https://arxiv.org/pdf/2402.05008.pdf";
this.speedRank = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public EfficientViTSAMXL1() {
this.isHeavy = false;
this.fullName = "EfficientViT-SAM smallest version (XL1)";
this.githubLink = "https://github.com/mit-han-lab/efficientvit";
this.githubName = "https://github.com/mit-han-lab/efficientvit";
this.githubName = "mit-han-lab/efficientvit";
this.paperName = "EfficientViT-SAM: Accelerated Segment Anything Model Without Performance Loss";
this.paperLink = "https://arxiv.org/pdf/2402.05008.pdf";
this.speedRank = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public SAM2Large() {
this.fullName = "SAM-2: Segment Anything Model 2 (Large)";
this.githubLink = "https://github.com/facebookresearch/segment-anything-2";
this.paperLink = "https://ai.meta.com/research/publications/sam-2-segment-anything-in-images-and-videos/";
this.githubName = "https://github.com/facebookresearch/segment-anything-2";
this.githubName = "facebookresearch/segment-anything-2";
this.paperName = "SAM 2: Segment Anything in Images and Videos";
this.speedRank = 3;
this.performanceRank = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public SAM2Small() {
this.fullName = "SAM-2: Segment Anything Model 2 (Small)";
this.githubLink = "https://github.com/facebookresearch/segment-anything-2";
this.paperLink = "https://ai.meta.com/research/publications/sam-2-segment-anything-in-images-and-videos/";
this.githubName = "https://github.com/facebookresearch/segment-anything-2";
this.githubName = "facebookresearch/segment-anything-2";
this.paperName = "SAM 2: Segment Anything in Images and Videos";
this.speedRank = 3;
this.performanceRank = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public SAM2Tiny() {
this.githubLink = "https://github.com/facebookresearch/segment-anything-2";
this.paperLink = "https://ai.meta.com/research/publications/sam-2-segment-anything-in-images-and-videos/";
this.githubName = "https://github.com/facebookresearch/segment-anything-2";
this.paperName = "SAM 2: Segment Anything in Images and Videos";
this.githubName = "facebookresearch/segment-anything-2";
this.speedRank = 3;
this.performanceRank = 3;
this.size = 155.9;
Expand Down

0 comments on commit 58d10c9

Please sign in to comment.