@@ -971,14 +971,6 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
971971 snippets : snippets . sam2 ,
972972 countDownloads : `path_extension:"pt"` ,
973973 } ,
974- "sam-3d-object" : {
975- prettyLabel : "SAM 3D Object" ,
976- repoName : "SAM 3D Object" ,
977- repoUrl : "https://github.com/facebookresearch/sam-3d-objects" ,
978- filter : false ,
979- snippets : snippets . sam_3d_object ,
980- countDownloads : `path:"checkpoints/pipeline.yaml"` ,
981- } ,
982974 "sam-3d-body" : {
983975 prettyLabel : "SAM 3D Body" ,
984976 repoName : "SAM 3D Body" ,
@@ -987,6 +979,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
987979 snippets : snippets . sam_3d_body ,
988980 countDownloads : `path:"model_config.yaml"` ,
989981 } ,
982+ "sam-3d-object" : {
983+ prettyLabel : "SAM 3D Object" ,
984+ repoName : "SAM 3D Object" ,
985+ repoUrl : "https://github.com/facebookresearch/sam-3d-objects" ,
986+ filter : false ,
987+ snippets : snippets . sam_3d_object ,
988+ countDownloads : `path:"checkpoints/pipeline.yaml"` ,
989+ } ,
990990 "sample-factory" : {
991991 prettyLabel : "sample-factory" ,
992992 repoName : "sample-factory" ,
0 commit comments