zhengmingwu
commited on
Commit
Β·
fadf4ee
1
Parent(s):
90ae096
update scope-b task
Browse files- Scope-B/3d.json +38 -16
- Scope-B/audio_image_video.json +114 -15
- Scope-B/audio_video.json +114 -12
- Scope-B/image.json +0 -3
- Scope-B/image_video.json +114 -15
- Scope-B/video.json +114 -12
Scope-B/3d.json
CHANGED
|
@@ -17,10 +17,11 @@
|
|
| 17 |
"3D Person Classification": "3d_classification/ModelNet40/person"
|
| 18 |
}
|
| 19 |
],
|
| 20 |
-
"3D Geometry Feature Analysis": [
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
|
|
|
| 24 |
"3D Structure and Environment Classification": [
|
| 25 |
{
|
| 26 |
"3D Furniture Classification": "3d_classification/ModelNet40/furniture"
|
|
@@ -39,22 +40,22 @@
|
|
| 39 |
],
|
| 40 |
"3D Indoor Scene Semantic Segmentation": [
|
| 41 |
{
|
| 42 |
-
"3D Indoor Appliance Semantic Segmentation": "3d_indoor_semantic_segmentation"
|
| 43 |
}
|
| 44 |
],
|
| 45 |
"3D Outdoor Scene Semantic Segmentation": [
|
| 46 |
{
|
| 47 |
-
"3D Outdoor Semantic Segmentation": "3d_outdoor_semantic_segmentation"
|
| 48 |
}
|
| 49 |
],
|
| 50 |
"3D Indoor Scene Instance Segmentation": [
|
| 51 |
{
|
| 52 |
-
"3D Indoor Instance Segmentation": "3d_outdoor_instance_segmentation"
|
| 53 |
}
|
| 54 |
],
|
| 55 |
"3D Pose Estimation": [
|
| 56 |
{
|
| 57 |
-
"3D Odometry": "3d_outdoor_odometry"
|
| 58 |
}
|
| 59 |
],
|
| 60 |
"3D Part Segmentation": [
|
|
@@ -76,12 +77,22 @@
|
|
| 76 |
{
|
| 77 |
"3D Weapon Part Segmentation": "3d_part_segmentation/weapons"
|
| 78 |
}
|
| 79 |
-
]
|
| 80 |
-
"3D Tracking": []
|
| 81 |
},
|
| 82 |
"generation": {
|
| 83 |
-
"Point Cloud Completion": [
|
| 84 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
"Text to Point Cloud Generation": [
|
| 86 |
{
|
| 87 |
"Text to 3D Living and Arts Point Cloud Generation": "text_2_3d_pointcloud_gen"
|
|
@@ -110,12 +121,23 @@
|
|
| 110 |
"Text to 3D Culture and Structure Mesh Generation": "text_2_3d_mesh_gen"
|
| 111 |
}
|
| 112 |
],
|
| 113 |
-
"Image to
|
| 114 |
-
|
| 115 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 116 |
"RGB-D to Mesh Reconstruction": [
|
| 117 |
{
|
| 118 |
-
"RGB-D to Mesh Reconstruction": "rgbd_to_mesh"
|
| 119 |
}
|
| 120 |
],
|
| 121 |
"Text to 3D Motion Generation": [
|
|
|
|
| 17 |
"3D Person Classification": "3d_classification/ModelNet40/person"
|
| 18 |
}
|
| 19 |
],
|
| 20 |
+
"3D Geometry Feature Analysis": [
|
| 21 |
+
{
|
| 22 |
+
"3D Normal Estimation": "3d_normal_estimation"
|
| 23 |
+
}
|
| 24 |
+
],
|
| 25 |
"3D Structure and Environment Classification": [
|
| 26 |
{
|
| 27 |
"3D Furniture Classification": "3d_classification/ModelNet40/furniture"
|
|
|
|
| 40 |
],
|
| 41 |
"3D Indoor Scene Semantic Segmentation": [
|
| 42 |
{
|
| 43 |
+
"3D Indoor Appliance Semantic Segmentation": "3d_indoor_semantic_segmentation/scannet"
|
| 44 |
}
|
| 45 |
],
|
| 46 |
"3D Outdoor Scene Semantic Segmentation": [
|
| 47 |
{
|
| 48 |
+
"3D Outdoor Semantic Segmentation": "3d_outdoor_semantic_segmentation/semantic_kitti"
|
| 49 |
}
|
| 50 |
],
|
| 51 |
"3D Indoor Scene Instance Segmentation": [
|
| 52 |
{
|
| 53 |
+
"3D Indoor Instance Segmentation": "3d_outdoor_instance_segmentation/semantic_kitti"
|
| 54 |
}
|
| 55 |
],
|
| 56 |
"3D Pose Estimation": [
|
| 57 |
{
|
| 58 |
+
"3D Odometry": "3d_outdoor_odometry/kitti_odometry"
|
| 59 |
}
|
| 60 |
],
|
| 61 |
"3D Part Segmentation": [
|
|
|
|
| 77 |
{
|
| 78 |
"3D Weapon Part Segmentation": "3d_part_segmentation/weapons"
|
| 79 |
}
|
| 80 |
+
]
|
|
|
|
| 81 |
},
|
| 82 |
"generation": {
|
| 83 |
+
"Point Cloud Completion": [
|
| 84 |
+
{
|
| 85 |
+
"3D Point Cloud Completion": "3d_point_cloud_completion"
|
| 86 |
+
}
|
| 87 |
+
],
|
| 88 |
+
"Point Cloud to Mesh Reconstruction": [
|
| 89 |
+
{
|
| 90 |
+
"Point Cloud to Mesh Object Reconstruction": "point_cloud_2_mesh_object_reconstruction"
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"Point Cloud to Mesh Scene Reconstruction": "point_cloud_2_mesh_scene_reconstruction"
|
| 94 |
+
}
|
| 95 |
+
],
|
| 96 |
"Text to Point Cloud Generation": [
|
| 97 |
{
|
| 98 |
"Text to 3D Living and Arts Point Cloud Generation": "text_2_3d_pointcloud_gen"
|
|
|
|
| 121 |
"Text to 3D Culture and Structure Mesh Generation": "text_2_3d_mesh_gen"
|
| 122 |
}
|
| 123 |
],
|
| 124 |
+
"Image to Mesh Generation": [
|
| 125 |
+
{
|
| 126 |
+
"Living and Arts Image to 3D Mesh Generation": "close.tar.gz"
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"Science and Technology Image to 3D Mesh Generation": "close.tar.gz"
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"Nature and Biology Image to 3D Mesh Generation": "close.tar.gz"
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"Culture and Structure Image to 3D Mesh Generation": "close.tar.gz"
|
| 136 |
+
}
|
| 137 |
+
],
|
| 138 |
"RGB-D to Mesh Reconstruction": [
|
| 139 |
{
|
| 140 |
+
"RGB-D to Mesh Reconstruction": "rgbd_to_mesh/scannet"
|
| 141 |
}
|
| 142 |
],
|
| 143 |
"Text to 3D Motion Generation": [
|
Scope-B/audio_image_video.json
CHANGED
|
@@ -195,7 +195,6 @@
|
|
| 195 |
"Astronomy Image Captioning": "astronomy-image-captioning"
|
| 196 |
}
|
| 197 |
],
|
| 198 |
-
"Image Depth Estimation": [],
|
| 199 |
"Image Instance Segmentation": [
|
| 200 |
{
|
| 201 |
"Pedestrian Instance Segmentation": "pedestrian_instance_segmentation"
|
|
@@ -702,7 +701,6 @@
|
|
| 702 |
"Road Scene Panoptic Segmentation": "road_scene_panoptic_segmentation"
|
| 703 |
}
|
| 704 |
],
|
| 705 |
-
"Crack Detection": [],
|
| 706 |
"Pose Recognition": [
|
| 707 |
{
|
| 708 |
"Yoga Pose Recognition": "GenderRecognition"
|
|
@@ -809,7 +807,6 @@
|
|
| 809 |
"Plant Disease Detection": "plant-disease-detection"
|
| 810 |
}
|
| 811 |
],
|
| 812 |
-
"Weather Recognition": [],
|
| 813 |
"Disease Recognition": [
|
| 814 |
{
|
| 815 |
"Fruit Disease Recognition": "fruit_disease_recognition"
|
|
@@ -1143,10 +1140,56 @@
|
|
| 1143 |
"Human-Object Interaction Video Question Answering": "HumanObjectInteractionVideoQuestionAnswering.zip"
|
| 1144 |
}
|
| 1145 |
],
|
| 1146 |
-
"Temporal Action Detection": [
|
| 1147 |
-
|
| 1148 |
-
|
| 1149 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1150 |
"Object Matching": [
|
| 1151 |
{
|
| 1152 |
"Color Aware Object Matching": "ColorMatch.zip"
|
|
@@ -1161,11 +1204,14 @@
|
|
| 1161 |
"Size Aware Object Matching": "SizeMatch.zip"
|
| 1162 |
},
|
| 1163 |
{
|
| 1164 |
-
"Relative Position Aware Object Matching": "
|
| 1165 |
},
|
| 1166 |
{
|
| 1167 |
"Orientation and Movement Aware Object Matching": "MotionMatch.zip"
|
| 1168 |
},
|
|
|
|
|
|
|
|
|
|
| 1169 |
{
|
| 1170 |
"Object Markers Aware Object Matching": "ObjectMarkerMatch.zip"
|
| 1171 |
}
|
|
@@ -1190,7 +1236,7 @@
|
|
| 1190 |
"Human Part Tracking": "HumanPartTrack.zip"
|
| 1191 |
},
|
| 1192 |
{
|
| 1193 |
-
"General Objects Part Tracking": "
|
| 1194 |
}
|
| 1195 |
],
|
| 1196 |
"Long Video Tracking": [
|
|
@@ -1392,11 +1438,64 @@
|
|
| 1392 |
"Humor Video Captioning": "HumorVideoCaptioning.zip"
|
| 1393 |
}
|
| 1394 |
],
|
| 1395 |
-
"In-the-Wild Video Object Segmentation": [
|
| 1396 |
-
|
| 1397 |
-
|
| 1398 |
-
|
| 1399 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1400 |
},
|
| 1401 |
"generation": {
|
| 1402 |
"Text-to-Video Generation": [
|
|
@@ -1543,7 +1642,7 @@
|
|
| 1543 |
"Video Deblurring": "VideoDeblurring.zip"
|
| 1544 |
},
|
| 1545 |
{
|
| 1546 |
-
"Video Translation": "
|
| 1547 |
},
|
| 1548 |
{
|
| 1549 |
"Portrait Video Style Transfer": "PortraitVideoStyleTransfer.zip"
|
|
|
|
| 195 |
"Astronomy Image Captioning": "astronomy-image-captioning"
|
| 196 |
}
|
| 197 |
],
|
|
|
|
| 198 |
"Image Instance Segmentation": [
|
| 199 |
{
|
| 200 |
"Pedestrian Instance Segmentation": "pedestrian_instance_segmentation"
|
|
|
|
| 701 |
"Road Scene Panoptic Segmentation": "road_scene_panoptic_segmentation"
|
| 702 |
}
|
| 703 |
],
|
|
|
|
| 704 |
"Pose Recognition": [
|
| 705 |
{
|
| 706 |
"Yoga Pose Recognition": "GenderRecognition"
|
|
|
|
| 807 |
"Plant Disease Detection": "plant-disease-detection"
|
| 808 |
}
|
| 809 |
],
|
|
|
|
| 810 |
"Disease Recognition": [
|
| 811 |
{
|
| 812 |
"Fruit Disease Recognition": "fruit_disease_recognition"
|
|
|
|
| 1140 |
"Human-Object Interaction Video Question Answering": "HumanObjectInteractionVideoQuestionAnswering.zip"
|
| 1141 |
}
|
| 1142 |
],
|
| 1143 |
+
"Temporal Action Detection": [
|
| 1144 |
+
{
|
| 1145 |
+
"Spatio-Temporal Static Action Detection": "SpatialTemporalStaticActionDetection.zip"
|
| 1146 |
+
},
|
| 1147 |
+
{
|
| 1148 |
+
"Spatio-Temporal Dynamic Action Detection": "SpatialTemporalDynamicActionDetection.zip"
|
| 1149 |
+
}
|
| 1150 |
+
],
|
| 1151 |
+
"Complex-Scene Reasoning Video Object Segmentation": [
|
| 1152 |
+
{
|
| 1153 |
+
"Human Complex-Scene Reasoning Video Object Segmentation": "HumanComplexSceneReasoningVideoObjectSegmentation.zip"
|
| 1154 |
+
},
|
| 1155 |
+
{
|
| 1156 |
+
"Animal Complex-Scene Reasoning Video Object Segmentation": "AnimalComplexSceneReasoningVideoObjectSegmentation.zip"
|
| 1157 |
+
},
|
| 1158 |
+
{
|
| 1159 |
+
"Automobile Complex-Scene Reasoning Video Object Segmentation": "AutomobileComplexSceneReasoningVideoObjectSegmentation.zip"
|
| 1160 |
+
},
|
| 1161 |
+
{
|
| 1162 |
+
"Human and Part Complex-Scene Reasoning Video Object Segmentation": "HumanPartComplexSceneReasoningVideoObjectSegmentation.zip"
|
| 1163 |
+
},
|
| 1164 |
+
{
|
| 1165 |
+
"Equipment Complex-Scene Reasoning Video Object Segmentation": "EquipmentComplexSceneReasoningVideoObjectSegmentation.zip"
|
| 1166 |
+
}
|
| 1167 |
+
],
|
| 1168 |
+
"Video Grounding": [
|
| 1169 |
+
{
|
| 1170 |
+
"Human Video Grounding": "HumanVisualGrounding.zip"
|
| 1171 |
+
},
|
| 1172 |
+
{
|
| 1173 |
+
"Animal Video Grounding": "AnimalVisualGrounding.zip"
|
| 1174 |
+
},
|
| 1175 |
+
{
|
| 1176 |
+
"Automobile Video Grounding": "AutomobileVisualGrounding.zip"
|
| 1177 |
+
}
|
| 1178 |
+
],
|
| 1179 |
+
"Video Depth Estimation": [
|
| 1180 |
+
{
|
| 1181 |
+
"Sythetic Video Depth Estimation": "SyntheticVideoDepthEstimation.zip"
|
| 1182 |
+
},
|
| 1183 |
+
{
|
| 1184 |
+
"Indoor Static Video Depth Estimation": "StaticVideoDepthEstimation.zip"
|
| 1185 |
+
},
|
| 1186 |
+
{
|
| 1187 |
+
"Indoor Dynamic Video Depth Estimation": "DynamicVideoDepthEstimation.zip"
|
| 1188 |
+
},
|
| 1189 |
+
{
|
| 1190 |
+
"Street Scene Video Depth Estimation": "StreetVideoDepthEstimation.zip"
|
| 1191 |
+
}
|
| 1192 |
+
],
|
| 1193 |
"Object Matching": [
|
| 1194 |
{
|
| 1195 |
"Color Aware Object Matching": "ColorMatch.zip"
|
|
|
|
| 1204 |
"Size Aware Object Matching": "SizeMatch.zip"
|
| 1205 |
},
|
| 1206 |
{
|
| 1207 |
+
"Relative Position Aware Object Matching": "PositionMatch.zip"
|
| 1208 |
},
|
| 1209 |
{
|
| 1210 |
"Orientation and Movement Aware Object Matching": "MotionMatch.zip"
|
| 1211 |
},
|
| 1212 |
+
{
|
| 1213 |
+
"Binding Relationship Aware Object Matching": "RelationMatch.zip"
|
| 1214 |
+
},
|
| 1215 |
{
|
| 1216 |
"Object Markers Aware Object Matching": "ObjectMarkerMatch.zip"
|
| 1217 |
}
|
|
|
|
| 1236 |
"Human Part Tracking": "HumanPartTrack.zip"
|
| 1237 |
},
|
| 1238 |
{
|
| 1239 |
+
"General Objects Part Tracking": "GeneralObjectsPartTrack.zip"
|
| 1240 |
}
|
| 1241 |
],
|
| 1242 |
"Long Video Tracking": [
|
|
|
|
| 1438 |
"Humor Video Captioning": "HumorVideoCaptioning.zip"
|
| 1439 |
}
|
| 1440 |
],
|
| 1441 |
+
"In-the-Wild Video Object Segmentation": [
|
| 1442 |
+
{
|
| 1443 |
+
"In the Wild Automobile Video Object Segmentation": "IntheWildAutomobileVideoObjectSegmentation.zip"
|
| 1444 |
+
},
|
| 1445 |
+
{
|
| 1446 |
+
"In the Wild Human Video Object Segmentation": "IntheWildHumanVideoObjectSegmentation.zip"
|
| 1447 |
+
},
|
| 1448 |
+
{
|
| 1449 |
+
"In the Wild Animal Video Object Segmentation": "IntheWildAnimalVideoObjectSegmentation.zip"
|
| 1450 |
+
},
|
| 1451 |
+
{
|
| 1452 |
+
"In the Wild Furniture Video Object Segmentation": "IntheWildFurnitureVideoObjectSegmentation.zip"
|
| 1453 |
+
}
|
| 1454 |
+
],
|
| 1455 |
+
"General Video Object Segmentation": [
|
| 1456 |
+
{
|
| 1457 |
+
"Automobile Video Object Segmentation": "AutomobileVideoObjectSegmentation.zip"
|
| 1458 |
+
},
|
| 1459 |
+
{
|
| 1460 |
+
"Human Video Object Segmentation": "HumanVideoObjectSegmentation.zip"
|
| 1461 |
+
},
|
| 1462 |
+
{
|
| 1463 |
+
"Animal Video Object Segmentation": "AnimalVideoObjectSegmentation.zip"
|
| 1464 |
+
},
|
| 1465 |
+
{
|
| 1466 |
+
"Sports Video Object Segmentation": "SportsVideoObjectSegmentation.zip"
|
| 1467 |
+
}
|
| 1468 |
+
],
|
| 1469 |
+
"Street-Scene Video Object Segmentation": [
|
| 1470 |
+
{
|
| 1471 |
+
"Automobile Street-Scene Video Object Segmentation": "AutomobileStreetSceneVideoObjectSegmentation.zip"
|
| 1472 |
+
},
|
| 1473 |
+
{
|
| 1474 |
+
"Human Street-Scene Video Object Segmentation": "HumanStreetSceneVideoObjectSegmentation.zip"
|
| 1475 |
+
},
|
| 1476 |
+
{
|
| 1477 |
+
"Bicycle Street-Scene Video Object Segmentation": "BicycleStreetSceneVideoObjectSegmentation.zip"
|
| 1478 |
+
}
|
| 1479 |
+
],
|
| 1480 |
+
"Referring Video Object Segmentation": [
|
| 1481 |
+
{
|
| 1482 |
+
"Human Referring Video Object Segmentation": "HumanReferringVideoObjectSegmentation.zip"
|
| 1483 |
+
},
|
| 1484 |
+
{
|
| 1485 |
+
"Animal Referring Video Object Segmentation": "AnimalReferringVideoObjectSegmentation.zip"
|
| 1486 |
+
},
|
| 1487 |
+
{
|
| 1488 |
+
"Human Reasoning Video Object Segmentation": "HumanReasoningVideoObjectSegmentation.zip"
|
| 1489 |
+
}
|
| 1490 |
+
],
|
| 1491 |
+
"Reasoning Video Object Segmentation": [
|
| 1492 |
+
{
|
| 1493 |
+
"Animal Reasoning Video Object Segmentation": "AnimalReasoningVideoObjectSegmentation.zip"
|
| 1494 |
+
},
|
| 1495 |
+
{
|
| 1496 |
+
"Automobile Reasoning Video Object Segmentation": "AutomobileReasoningVideoObjectSegmentation.zip"
|
| 1497 |
+
}
|
| 1498 |
+
]
|
| 1499 |
},
|
| 1500 |
"generation": {
|
| 1501 |
"Text-to-Video Generation": [
|
|
|
|
| 1642 |
"Video Deblurring": "VideoDeblurring.zip"
|
| 1643 |
},
|
| 1644 |
{
|
| 1645 |
+
"Video Translation": "VideoTranslation.zip"
|
| 1646 |
},
|
| 1647 |
{
|
| 1648 |
"Portrait Video Style Transfer": "PortraitVideoStyleTransfer.zip"
|
Scope-B/audio_video.json
CHANGED
|
@@ -232,10 +232,56 @@
|
|
| 232 |
"Human-Object Interaction Video Question Answering": "HumanObjectInteractionVideoQuestionAnswering.zip"
|
| 233 |
}
|
| 234 |
],
|
| 235 |
-
"Temporal Action Detection": [
|
| 236 |
-
|
| 237 |
-
|
| 238 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 239 |
"Object Matching": [
|
| 240 |
{
|
| 241 |
"Color Aware Object Matching": "ColorMatch.zip"
|
|
@@ -250,11 +296,14 @@
|
|
| 250 |
"Size Aware Object Matching": "SizeMatch.zip"
|
| 251 |
},
|
| 252 |
{
|
| 253 |
-
"Relative Position Aware Object Matching": "
|
| 254 |
},
|
| 255 |
{
|
| 256 |
"Orientation and Movement Aware Object Matching": "MotionMatch.zip"
|
| 257 |
},
|
|
|
|
|
|
|
|
|
|
| 258 |
{
|
| 259 |
"Object Markers Aware Object Matching": "ObjectMarkerMatch.zip"
|
| 260 |
}
|
|
@@ -279,7 +328,7 @@
|
|
| 279 |
"Human Part Tracking": "HumanPartTrack.zip"
|
| 280 |
},
|
| 281 |
{
|
| 282 |
-
"General Objects Part Tracking": "
|
| 283 |
}
|
| 284 |
],
|
| 285 |
"Long Video Tracking": [
|
|
@@ -481,11 +530,64 @@
|
|
| 481 |
"Humor Video Captioning": "HumorVideoCaptioning.zip"
|
| 482 |
}
|
| 483 |
],
|
| 484 |
-
"In-the-Wild Video Object Segmentation": [
|
| 485 |
-
|
| 486 |
-
|
| 487 |
-
|
| 488 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 489 |
},
|
| 490 |
"generation": {
|
| 491 |
"Text-to-Video Generation": [
|
|
@@ -632,7 +734,7 @@
|
|
| 632 |
"Video Deblurring": "VideoDeblurring.zip"
|
| 633 |
},
|
| 634 |
{
|
| 635 |
-
"Video Translation": "
|
| 636 |
},
|
| 637 |
{
|
| 638 |
"Portrait Video Style Transfer": "PortraitVideoStyleTransfer.zip"
|
|
|
|
| 232 |
"Human-Object Interaction Video Question Answering": "HumanObjectInteractionVideoQuestionAnswering.zip"
|
| 233 |
}
|
| 234 |
],
|
| 235 |
+
"Temporal Action Detection": [
|
| 236 |
+
{
|
| 237 |
+
"Spatio-Temporal Static Action Detection": "SpatialTemporalStaticActionDetection.zip"
|
| 238 |
+
},
|
| 239 |
+
{
|
| 240 |
+
"Spatio-Temporal Dynamic Action Detection": "SpatialTemporalDynamicActionDetection.zip"
|
| 241 |
+
}
|
| 242 |
+
],
|
| 243 |
+
"Complex-Scene Reasoning Video Object Segmentation": [
|
| 244 |
+
{
|
| 245 |
+
"Human Complex-Scene Reasoning Video Object Segmentation": "HumanComplexSceneReasoningVideoObjectSegmentation.zip"
|
| 246 |
+
},
|
| 247 |
+
{
|
| 248 |
+
"Animal Complex-Scene Reasoning Video Object Segmentation": "AnimalComplexSceneReasoningVideoObjectSegmentation.zip"
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"Automobile Complex-Scene Reasoning Video Object Segmentation": "AutomobileComplexSceneReasoningVideoObjectSegmentation.zip"
|
| 252 |
+
},
|
| 253 |
+
{
|
| 254 |
+
"Human and Part Complex-Scene Reasoning Video Object Segmentation": "HumanPartComplexSceneReasoningVideoObjectSegmentation.zip"
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"Equipment Complex-Scene Reasoning Video Object Segmentation": "EquipmentComplexSceneReasoningVideoObjectSegmentation.zip"
|
| 258 |
+
}
|
| 259 |
+
],
|
| 260 |
+
"Video Grounding": [
|
| 261 |
+
{
|
| 262 |
+
"Human Video Grounding": "HumanVisualGrounding.zip"
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"Animal Video Grounding": "AnimalVisualGrounding.zip"
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"Automobile Video Grounding": "AutomobileVisualGrounding.zip"
|
| 269 |
+
}
|
| 270 |
+
],
|
| 271 |
+
"Video Depth Estimation": [
|
| 272 |
+
{
|
| 273 |
+
"Sythetic Video Depth Estimation": "SyntheticVideoDepthEstimation.zip"
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"Indoor Static Video Depth Estimation": "StaticVideoDepthEstimation.zip"
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"Indoor Dynamic Video Depth Estimation": "DynamicVideoDepthEstimation.zip"
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"Street Scene Video Depth Estimation": "StreetVideoDepthEstimation.zip"
|
| 283 |
+
}
|
| 284 |
+
],
|
| 285 |
"Object Matching": [
|
| 286 |
{
|
| 287 |
"Color Aware Object Matching": "ColorMatch.zip"
|
|
|
|
| 296 |
"Size Aware Object Matching": "SizeMatch.zip"
|
| 297 |
},
|
| 298 |
{
|
| 299 |
+
"Relative Position Aware Object Matching": "PositionMatch.zip"
|
| 300 |
},
|
| 301 |
{
|
| 302 |
"Orientation and Movement Aware Object Matching": "MotionMatch.zip"
|
| 303 |
},
|
| 304 |
+
{
|
| 305 |
+
"Binding Relationship Aware Object Matching": "RelationMatch.zip"
|
| 306 |
+
},
|
| 307 |
{
|
| 308 |
"Object Markers Aware Object Matching": "ObjectMarkerMatch.zip"
|
| 309 |
}
|
|
|
|
| 328 |
"Human Part Tracking": "HumanPartTrack.zip"
|
| 329 |
},
|
| 330 |
{
|
| 331 |
+
"General Objects Part Tracking": "GeneralObjectsPartTrack.zip"
|
| 332 |
}
|
| 333 |
],
|
| 334 |
"Long Video Tracking": [
|
|
|
|
| 530 |
"Humor Video Captioning": "HumorVideoCaptioning.zip"
|
| 531 |
}
|
| 532 |
],
|
| 533 |
+
"In-the-Wild Video Object Segmentation": [
|
| 534 |
+
{
|
| 535 |
+
"In the Wild Automobile Video Object Segmentation": "IntheWildAutomobileVideoObjectSegmentation.zip"
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"In the Wild Human Video Object Segmentation": "IntheWildHumanVideoObjectSegmentation.zip"
|
| 539 |
+
},
|
| 540 |
+
{
|
| 541 |
+
"In the Wild Animal Video Object Segmentation": "IntheWildAnimalVideoObjectSegmentation.zip"
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"In the Wild Furniture Video Object Segmentation": "IntheWildFurnitureVideoObjectSegmentation.zip"
|
| 545 |
+
}
|
| 546 |
+
],
|
| 547 |
+
"General Video Object Segmentation": [
|
| 548 |
+
{
|
| 549 |
+
"Automobile Video Object Segmentation": "AutomobileVideoObjectSegmentation.zip"
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"Human Video Object Segmentation": "HumanVideoObjectSegmentation.zip"
|
| 553 |
+
},
|
| 554 |
+
{
|
| 555 |
+
"Animal Video Object Segmentation": "AnimalVideoObjectSegmentation.zip"
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"Sports Video Object Segmentation": "SportsVideoObjectSegmentation.zip"
|
| 559 |
+
}
|
| 560 |
+
],
|
| 561 |
+
"Street-Scene Video Object Segmentation": [
|
| 562 |
+
{
|
| 563 |
+
"Automobile Street-Scene Video Object Segmentation": "AutomobileStreetSceneVideoObjectSegmentation.zip"
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"Human Street-Scene Video Object Segmentation": "HumanStreetSceneVideoObjectSegmentation.zip"
|
| 567 |
+
},
|
| 568 |
+
{
|
| 569 |
+
"Bicycle Street-Scene Video Object Segmentation": "BicycleStreetSceneVideoObjectSegmentation.zip"
|
| 570 |
+
}
|
| 571 |
+
],
|
| 572 |
+
"Referring Video Object Segmentation": [
|
| 573 |
+
{
|
| 574 |
+
"Human Referring Video Object Segmentation": "HumanReferringVideoObjectSegmentation.zip"
|
| 575 |
+
},
|
| 576 |
+
{
|
| 577 |
+
"Animal Referring Video Object Segmentation": "AnimalReferringVideoObjectSegmentation.zip"
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"Human Reasoning Video Object Segmentation": "HumanReasoningVideoObjectSegmentation.zip"
|
| 581 |
+
}
|
| 582 |
+
],
|
| 583 |
+
"Reasoning Video Object Segmentation": [
|
| 584 |
+
{
|
| 585 |
+
"Animal Reasoning Video Object Segmentation": "AnimalReasoningVideoObjectSegmentation.zip"
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"Automobile Reasoning Video Object Segmentation": "AutomobileReasoningVideoObjectSegmentation.zip"
|
| 589 |
+
}
|
| 590 |
+
]
|
| 591 |
},
|
| 592 |
"generation": {
|
| 593 |
"Text-to-Video Generation": [
|
|
|
|
| 734 |
"Video Deblurring": "VideoDeblurring.zip"
|
| 735 |
},
|
| 736 |
{
|
| 737 |
+
"Video Translation": "VideoTranslation.zip"
|
| 738 |
},
|
| 739 |
{
|
| 740 |
"Portrait Video Style Transfer": "PortraitVideoStyleTransfer.zip"
|
Scope-B/image.json
CHANGED
|
@@ -16,7 +16,6 @@
|
|
| 16 |
"Astronomy Image Captioning": "astronomy-image-captioning"
|
| 17 |
}
|
| 18 |
],
|
| 19 |
-
"Image Depth Estimation": [],
|
| 20 |
"Image Instance Segmentation": [
|
| 21 |
{
|
| 22 |
"Pedestrian Instance Segmentation": "pedestrian_instance_segmentation"
|
|
@@ -523,7 +522,6 @@
|
|
| 523 |
"Road Scene Panoptic Segmentation": "road_scene_panoptic_segmentation"
|
| 524 |
}
|
| 525 |
],
|
| 526 |
-
"Crack Detection": [],
|
| 527 |
"Pose Recognition": [
|
| 528 |
{
|
| 529 |
"Yoga Pose Recognition": "GenderRecognition"
|
|
@@ -630,7 +628,6 @@
|
|
| 630 |
"Plant Disease Detection": "plant-disease-detection"
|
| 631 |
}
|
| 632 |
],
|
| 633 |
-
"Weather Recognition": [],
|
| 634 |
"Disease Recognition": [
|
| 635 |
{
|
| 636 |
"Fruit Disease Recognition": "fruit_disease_recognition"
|
|
|
|
| 16 |
"Astronomy Image Captioning": "astronomy-image-captioning"
|
| 17 |
}
|
| 18 |
],
|
|
|
|
| 19 |
"Image Instance Segmentation": [
|
| 20 |
{
|
| 21 |
"Pedestrian Instance Segmentation": "pedestrian_instance_segmentation"
|
|
|
|
| 522 |
"Road Scene Panoptic Segmentation": "road_scene_panoptic_segmentation"
|
| 523 |
}
|
| 524 |
],
|
|
|
|
| 525 |
"Pose Recognition": [
|
| 526 |
{
|
| 527 |
"Yoga Pose Recognition": "GenderRecognition"
|
|
|
|
| 628 |
"Plant Disease Detection": "plant-disease-detection"
|
| 629 |
}
|
| 630 |
],
|
|
|
|
| 631 |
"Disease Recognition": [
|
| 632 |
{
|
| 633 |
"Fruit Disease Recognition": "fruit_disease_recognition"
|
Scope-B/image_video.json
CHANGED
|
@@ -17,7 +17,6 @@
|
|
| 17 |
"Astronomy Image Captioning": "astronomy-image-captioning"
|
| 18 |
}
|
| 19 |
],
|
| 20 |
-
"Image Depth Estimation": [],
|
| 21 |
"Image Instance Segmentation": [
|
| 22 |
{
|
| 23 |
"Pedestrian Instance Segmentation": "pedestrian_instance_segmentation"
|
|
@@ -524,7 +523,6 @@
|
|
| 524 |
"Road Scene Panoptic Segmentation": "road_scene_panoptic_segmentation"
|
| 525 |
}
|
| 526 |
],
|
| 527 |
-
"Crack Detection": [],
|
| 528 |
"Pose Recognition": [
|
| 529 |
{
|
| 530 |
"Yoga Pose Recognition": "GenderRecognition"
|
|
@@ -631,7 +629,6 @@
|
|
| 631 |
"Plant Disease Detection": "plant-disease-detection"
|
| 632 |
}
|
| 633 |
],
|
| 634 |
-
"Weather Recognition": [],
|
| 635 |
"Disease Recognition": [
|
| 636 |
{
|
| 637 |
"Fruit Disease Recognition": "fruit_disease_recognition"
|
|
@@ -965,10 +962,56 @@
|
|
| 965 |
"Human-Object Interaction Video Question Answering": "HumanObjectInteractionVideoQuestionAnswering.zip"
|
| 966 |
}
|
| 967 |
],
|
| 968 |
-
"Temporal Action Detection": [
|
| 969 |
-
|
| 970 |
-
|
| 971 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 972 |
"Object Matching": [
|
| 973 |
{
|
| 974 |
"Color Aware Object Matching": "ColorMatch.zip"
|
|
@@ -983,11 +1026,14 @@
|
|
| 983 |
"Size Aware Object Matching": "SizeMatch.zip"
|
| 984 |
},
|
| 985 |
{
|
| 986 |
-
"Relative Position Aware Object Matching": "
|
| 987 |
},
|
| 988 |
{
|
| 989 |
"Orientation and Movement Aware Object Matching": "MotionMatch.zip"
|
| 990 |
},
|
|
|
|
|
|
|
|
|
|
| 991 |
{
|
| 992 |
"Object Markers Aware Object Matching": "ObjectMarkerMatch.zip"
|
| 993 |
}
|
|
@@ -1012,7 +1058,7 @@
|
|
| 1012 |
"Human Part Tracking": "HumanPartTrack.zip"
|
| 1013 |
},
|
| 1014 |
{
|
| 1015 |
-
"General Objects Part Tracking": "
|
| 1016 |
}
|
| 1017 |
],
|
| 1018 |
"Long Video Tracking": [
|
|
@@ -1214,11 +1260,64 @@
|
|
| 1214 |
"Humor Video Captioning": "HumorVideoCaptioning.zip"
|
| 1215 |
}
|
| 1216 |
],
|
| 1217 |
-
"In-the-Wild Video Object Segmentation": [
|
| 1218 |
-
|
| 1219 |
-
|
| 1220 |
-
|
| 1221 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1222 |
},
|
| 1223 |
"generation": {
|
| 1224 |
"Text-to-Video Generation": [
|
|
@@ -1365,7 +1464,7 @@
|
|
| 1365 |
"Video Deblurring": "VideoDeblurring.zip"
|
| 1366 |
},
|
| 1367 |
{
|
| 1368 |
-
"Video Translation": "
|
| 1369 |
},
|
| 1370 |
{
|
| 1371 |
"Portrait Video Style Transfer": "PortraitVideoStyleTransfer.zip"
|
|
|
|
| 17 |
"Astronomy Image Captioning": "astronomy-image-captioning"
|
| 18 |
}
|
| 19 |
],
|
|
|
|
| 20 |
"Image Instance Segmentation": [
|
| 21 |
{
|
| 22 |
"Pedestrian Instance Segmentation": "pedestrian_instance_segmentation"
|
|
|
|
| 523 |
"Road Scene Panoptic Segmentation": "road_scene_panoptic_segmentation"
|
| 524 |
}
|
| 525 |
],
|
|
|
|
| 526 |
"Pose Recognition": [
|
| 527 |
{
|
| 528 |
"Yoga Pose Recognition": "GenderRecognition"
|
|
|
|
| 629 |
"Plant Disease Detection": "plant-disease-detection"
|
| 630 |
}
|
| 631 |
],
|
|
|
|
| 632 |
"Disease Recognition": [
|
| 633 |
{
|
| 634 |
"Fruit Disease Recognition": "fruit_disease_recognition"
|
|
|
|
| 962 |
"Human-Object Interaction Video Question Answering": "HumanObjectInteractionVideoQuestionAnswering.zip"
|
| 963 |
}
|
| 964 |
],
|
| 965 |
+
"Temporal Action Detection": [
|
| 966 |
+
{
|
| 967 |
+
"Spatio-Temporal Static Action Detection": "SpatialTemporalStaticActionDetection.zip"
|
| 968 |
+
},
|
| 969 |
+
{
|
| 970 |
+
"Spatio-Temporal Dynamic Action Detection": "SpatialTemporalDynamicActionDetection.zip"
|
| 971 |
+
}
|
| 972 |
+
],
|
| 973 |
+
"Complex-Scene Reasoning Video Object Segmentation": [
|
| 974 |
+
{
|
| 975 |
+
"Human Complex-Scene Reasoning Video Object Segmentation": "HumanComplexSceneReasoningVideoObjectSegmentation.zip"
|
| 976 |
+
},
|
| 977 |
+
{
|
| 978 |
+
"Animal Complex-Scene Reasoning Video Object Segmentation": "AnimalComplexSceneReasoningVideoObjectSegmentation.zip"
|
| 979 |
+
},
|
| 980 |
+
{
|
| 981 |
+
"Automobile Complex-Scene Reasoning Video Object Segmentation": "AutomobileComplexSceneReasoningVideoObjectSegmentation.zip"
|
| 982 |
+
},
|
| 983 |
+
{
|
| 984 |
+
"Human and Part Complex-Scene Reasoning Video Object Segmentation": "HumanPartComplexSceneReasoningVideoObjectSegmentation.zip"
|
| 985 |
+
},
|
| 986 |
+
{
|
| 987 |
+
"Equipment Complex-Scene Reasoning Video Object Segmentation": "EquipmentComplexSceneReasoningVideoObjectSegmentation.zip"
|
| 988 |
+
}
|
| 989 |
+
],
|
| 990 |
+
"Video Grounding": [
|
| 991 |
+
{
|
| 992 |
+
"Human Video Grounding": "HumanVisualGrounding.zip"
|
| 993 |
+
},
|
| 994 |
+
{
|
| 995 |
+
"Animal Video Grounding": "AnimalVisualGrounding.zip"
|
| 996 |
+
},
|
| 997 |
+
{
|
| 998 |
+
"Automobile Video Grounding": "AutomobileVisualGrounding.zip"
|
| 999 |
+
}
|
| 1000 |
+
],
|
| 1001 |
+
"Video Depth Estimation": [
|
| 1002 |
+
{
|
| 1003 |
+
"Sythetic Video Depth Estimation": "SyntheticVideoDepthEstimation.zip"
|
| 1004 |
+
},
|
| 1005 |
+
{
|
| 1006 |
+
"Indoor Static Video Depth Estimation": "StaticVideoDepthEstimation.zip"
|
| 1007 |
+
},
|
| 1008 |
+
{
|
| 1009 |
+
"Indoor Dynamic Video Depth Estimation": "DynamicVideoDepthEstimation.zip"
|
| 1010 |
+
},
|
| 1011 |
+
{
|
| 1012 |
+
"Street Scene Video Depth Estimation": "StreetVideoDepthEstimation.zip"
|
| 1013 |
+
}
|
| 1014 |
+
],
|
| 1015 |
"Object Matching": [
|
| 1016 |
{
|
| 1017 |
"Color Aware Object Matching": "ColorMatch.zip"
|
|
|
|
| 1026 |
"Size Aware Object Matching": "SizeMatch.zip"
|
| 1027 |
},
|
| 1028 |
{
|
| 1029 |
+
"Relative Position Aware Object Matching": "PositionMatch.zip"
|
| 1030 |
},
|
| 1031 |
{
|
| 1032 |
"Orientation and Movement Aware Object Matching": "MotionMatch.zip"
|
| 1033 |
},
|
| 1034 |
+
{
|
| 1035 |
+
"Binding Relationship Aware Object Matching": "RelationMatch.zip"
|
| 1036 |
+
},
|
| 1037 |
{
|
| 1038 |
"Object Markers Aware Object Matching": "ObjectMarkerMatch.zip"
|
| 1039 |
}
|
|
|
|
| 1058 |
"Human Part Tracking": "HumanPartTrack.zip"
|
| 1059 |
},
|
| 1060 |
{
|
| 1061 |
+
"General Objects Part Tracking": "GeneralObjectsPartTrack.zip"
|
| 1062 |
}
|
| 1063 |
],
|
| 1064 |
"Long Video Tracking": [
|
|
|
|
| 1260 |
"Humor Video Captioning": "HumorVideoCaptioning.zip"
|
| 1261 |
}
|
| 1262 |
],
|
| 1263 |
+
"In-the-Wild Video Object Segmentation": [
|
| 1264 |
+
{
|
| 1265 |
+
"In the Wild Automobile Video Object Segmentation": "IntheWildAutomobileVideoObjectSegmentation.zip"
|
| 1266 |
+
},
|
| 1267 |
+
{
|
| 1268 |
+
"In the Wild Human Video Object Segmentation": "IntheWildHumanVideoObjectSegmentation.zip"
|
| 1269 |
+
},
|
| 1270 |
+
{
|
| 1271 |
+
"In the Wild Animal Video Object Segmentation": "IntheWildAnimalVideoObjectSegmentation.zip"
|
| 1272 |
+
},
|
| 1273 |
+
{
|
| 1274 |
+
"In the Wild Furniture Video Object Segmentation": "IntheWildFurnitureVideoObjectSegmentation.zip"
|
| 1275 |
+
}
|
| 1276 |
+
],
|
| 1277 |
+
"General Video Object Segmentation": [
|
| 1278 |
+
{
|
| 1279 |
+
"Automobile Video Object Segmentation": "AutomobileVideoObjectSegmentation.zip"
|
| 1280 |
+
},
|
| 1281 |
+
{
|
| 1282 |
+
"Human Video Object Segmentation": "HumanVideoObjectSegmentation.zip"
|
| 1283 |
+
},
|
| 1284 |
+
{
|
| 1285 |
+
"Animal Video Object Segmentation": "AnimalVideoObjectSegmentation.zip"
|
| 1286 |
+
},
|
| 1287 |
+
{
|
| 1288 |
+
"Sports Video Object Segmentation": "SportsVideoObjectSegmentation.zip"
|
| 1289 |
+
}
|
| 1290 |
+
],
|
| 1291 |
+
"Street-Scene Video Object Segmentation": [
|
| 1292 |
+
{
|
| 1293 |
+
"Automobile Street-Scene Video Object Segmentation": "AutomobileStreetSceneVideoObjectSegmentation.zip"
|
| 1294 |
+
},
|
| 1295 |
+
{
|
| 1296 |
+
"Human Street-Scene Video Object Segmentation": "HumanStreetSceneVideoObjectSegmentation.zip"
|
| 1297 |
+
},
|
| 1298 |
+
{
|
| 1299 |
+
"Bicycle Street-Scene Video Object Segmentation": "BicycleStreetSceneVideoObjectSegmentation.zip"
|
| 1300 |
+
}
|
| 1301 |
+
],
|
| 1302 |
+
"Referring Video Object Segmentation": [
|
| 1303 |
+
{
|
| 1304 |
+
"Human Referring Video Object Segmentation": "HumanReferringVideoObjectSegmentation.zip"
|
| 1305 |
+
},
|
| 1306 |
+
{
|
| 1307 |
+
"Animal Referring Video Object Segmentation": "AnimalReferringVideoObjectSegmentation.zip"
|
| 1308 |
+
},
|
| 1309 |
+
{
|
| 1310 |
+
"Human Reasoning Video Object Segmentation": "HumanReasoningVideoObjectSegmentation.zip"
|
| 1311 |
+
}
|
| 1312 |
+
],
|
| 1313 |
+
"Reasoning Video Object Segmentation": [
|
| 1314 |
+
{
|
| 1315 |
+
"Animal Reasoning Video Object Segmentation": "AnimalReasoningVideoObjectSegmentation.zip"
|
| 1316 |
+
},
|
| 1317 |
+
{
|
| 1318 |
+
"Automobile Reasoning Video Object Segmentation": "AutomobileReasoningVideoObjectSegmentation.zip"
|
| 1319 |
+
}
|
| 1320 |
+
]
|
| 1321 |
},
|
| 1322 |
"generation": {
|
| 1323 |
"Text-to-Video Generation": [
|
|
|
|
| 1464 |
"Video Deblurring": "VideoDeblurring.zip"
|
| 1465 |
},
|
| 1466 |
{
|
| 1467 |
+
"Video Translation": "VideoTranslation.zip"
|
| 1468 |
},
|
| 1469 |
{
|
| 1470 |
"Portrait Video Style Transfer": "PortraitVideoStyleTransfer.zip"
|
Scope-B/video.json
CHANGED
|
@@ -53,10 +53,56 @@
|
|
| 53 |
"Human-Object Interaction Video Question Answering": "HumanObjectInteractionVideoQuestionAnswering.zip"
|
| 54 |
}
|
| 55 |
],
|
| 56 |
-
"Temporal Action Detection": [
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
"Object Matching": [
|
| 61 |
{
|
| 62 |
"Color Aware Object Matching": "ColorMatch.zip"
|
|
@@ -71,11 +117,14 @@
|
|
| 71 |
"Size Aware Object Matching": "SizeMatch.zip"
|
| 72 |
},
|
| 73 |
{
|
| 74 |
-
"Relative Position Aware Object Matching": "
|
| 75 |
},
|
| 76 |
{
|
| 77 |
"Orientation and Movement Aware Object Matching": "MotionMatch.zip"
|
| 78 |
},
|
|
|
|
|
|
|
|
|
|
| 79 |
{
|
| 80 |
"Object Markers Aware Object Matching": "ObjectMarkerMatch.zip"
|
| 81 |
}
|
|
@@ -100,7 +149,7 @@
|
|
| 100 |
"Human Part Tracking": "HumanPartTrack.zip"
|
| 101 |
},
|
| 102 |
{
|
| 103 |
-
"General Objects Part Tracking": "
|
| 104 |
}
|
| 105 |
],
|
| 106 |
"Long Video Tracking": [
|
|
@@ -302,11 +351,64 @@
|
|
| 302 |
"Humor Video Captioning": "HumorVideoCaptioning.zip"
|
| 303 |
}
|
| 304 |
],
|
| 305 |
-
"In-the-Wild Video Object Segmentation": [
|
| 306 |
-
|
| 307 |
-
|
| 308 |
-
|
| 309 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 310 |
},
|
| 311 |
"generation": {
|
| 312 |
"Text-to-Video Generation": [
|
|
@@ -453,7 +555,7 @@
|
|
| 453 |
"Video Deblurring": "VideoDeblurring.zip"
|
| 454 |
},
|
| 455 |
{
|
| 456 |
-
"Video Translation": "
|
| 457 |
},
|
| 458 |
{
|
| 459 |
"Portrait Video Style Transfer": "PortraitVideoStyleTransfer.zip"
|
|
|
|
| 53 |
"Human-Object Interaction Video Question Answering": "HumanObjectInteractionVideoQuestionAnswering.zip"
|
| 54 |
}
|
| 55 |
],
|
| 56 |
+
"Temporal Action Detection": [
|
| 57 |
+
{
|
| 58 |
+
"Spatio-Temporal Static Action Detection": "SpatialTemporalStaticActionDetection.zip"
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"Spatio-Temporal Dynamic Action Detection": "SpatialTemporalDynamicActionDetection.zip"
|
| 62 |
+
}
|
| 63 |
+
],
|
| 64 |
+
"Complex-Scene Reasoning Video Object Segmentation": [
|
| 65 |
+
{
|
| 66 |
+
"Human Complex-Scene Reasoning Video Object Segmentation": "HumanComplexSceneReasoningVideoObjectSegmentation.zip"
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"Animal Complex-Scene Reasoning Video Object Segmentation": "AnimalComplexSceneReasoningVideoObjectSegmentation.zip"
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"Automobile Complex-Scene Reasoning Video Object Segmentation": "AutomobileComplexSceneReasoningVideoObjectSegmentation.zip"
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"Human and Part Complex-Scene Reasoning Video Object Segmentation": "HumanPartComplexSceneReasoningVideoObjectSegmentation.zip"
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"Equipment Complex-Scene Reasoning Video Object Segmentation": "EquipmentComplexSceneReasoningVideoObjectSegmentation.zip"
|
| 79 |
+
}
|
| 80 |
+
],
|
| 81 |
+
"Video Grounding": [
|
| 82 |
+
{
|
| 83 |
+
"Human Video Grounding": "HumanVisualGrounding.zip"
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"Animal Video Grounding": "AnimalVisualGrounding.zip"
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"Automobile Video Grounding": "AutomobileVisualGrounding.zip"
|
| 90 |
+
}
|
| 91 |
+
],
|
| 92 |
+
"Video Depth Estimation": [
|
| 93 |
+
{
|
| 94 |
+
"Sythetic Video Depth Estimation": "SyntheticVideoDepthEstimation.zip"
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"Indoor Static Video Depth Estimation": "StaticVideoDepthEstimation.zip"
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"Indoor Dynamic Video Depth Estimation": "DynamicVideoDepthEstimation.zip"
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"Street Scene Video Depth Estimation": "StreetVideoDepthEstimation.zip"
|
| 104 |
+
}
|
| 105 |
+
],
|
| 106 |
"Object Matching": [
|
| 107 |
{
|
| 108 |
"Color Aware Object Matching": "ColorMatch.zip"
|
|
|
|
| 117 |
"Size Aware Object Matching": "SizeMatch.zip"
|
| 118 |
},
|
| 119 |
{
|
| 120 |
+
"Relative Position Aware Object Matching": "PositionMatch.zip"
|
| 121 |
},
|
| 122 |
{
|
| 123 |
"Orientation and Movement Aware Object Matching": "MotionMatch.zip"
|
| 124 |
},
|
| 125 |
+
{
|
| 126 |
+
"Binding Relationship Aware Object Matching": "RelationMatch.zip"
|
| 127 |
+
},
|
| 128 |
{
|
| 129 |
"Object Markers Aware Object Matching": "ObjectMarkerMatch.zip"
|
| 130 |
}
|
|
|
|
| 149 |
"Human Part Tracking": "HumanPartTrack.zip"
|
| 150 |
},
|
| 151 |
{
|
| 152 |
+
"General Objects Part Tracking": "GeneralObjectsPartTrack.zip"
|
| 153 |
}
|
| 154 |
],
|
| 155 |
"Long Video Tracking": [
|
|
|
|
| 351 |
"Humor Video Captioning": "HumorVideoCaptioning.zip"
|
| 352 |
}
|
| 353 |
],
|
| 354 |
+
"In-the-Wild Video Object Segmentation": [
|
| 355 |
+
{
|
| 356 |
+
"In the Wild Automobile Video Object Segmentation": "IntheWildAutomobileVideoObjectSegmentation.zip"
|
| 357 |
+
},
|
| 358 |
+
{
|
| 359 |
+
"In the Wild Human Video Object Segmentation": "IntheWildHumanVideoObjectSegmentation.zip"
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"In the Wild Animal Video Object Segmentation": "IntheWildAnimalVideoObjectSegmentation.zip"
|
| 363 |
+
},
|
| 364 |
+
{
|
| 365 |
+
"In the Wild Furniture Video Object Segmentation": "IntheWildFurnitureVideoObjectSegmentation.zip"
|
| 366 |
+
}
|
| 367 |
+
],
|
| 368 |
+
"General Video Object Segmentation": [
|
| 369 |
+
{
|
| 370 |
+
"Automobile Video Object Segmentation": "AutomobileVideoObjectSegmentation.zip"
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"Human Video Object Segmentation": "HumanVideoObjectSegmentation.zip"
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"Animal Video Object Segmentation": "AnimalVideoObjectSegmentation.zip"
|
| 377 |
+
},
|
| 378 |
+
{
|
| 379 |
+
"Sports Video Object Segmentation": "SportsVideoObjectSegmentation.zip"
|
| 380 |
+
}
|
| 381 |
+
],
|
| 382 |
+
"Street-Scene Video Object Segmentation": [
|
| 383 |
+
{
|
| 384 |
+
"Automobile Street-Scene Video Object Segmentation": "AutomobileStreetSceneVideoObjectSegmentation.zip"
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"Human Street-Scene Video Object Segmentation": "HumanStreetSceneVideoObjectSegmentation.zip"
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"Bicycle Street-Scene Video Object Segmentation": "BicycleStreetSceneVideoObjectSegmentation.zip"
|
| 391 |
+
}
|
| 392 |
+
],
|
| 393 |
+
"Referring Video Object Segmentation": [
|
| 394 |
+
{
|
| 395 |
+
"Human Referring Video Object Segmentation": "HumanReferringVideoObjectSegmentation.zip"
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"Animal Referring Video Object Segmentation": "AnimalReferringVideoObjectSegmentation.zip"
|
| 399 |
+
},
|
| 400 |
+
{
|
| 401 |
+
"Human Reasoning Video Object Segmentation": "HumanReasoningVideoObjectSegmentation.zip"
|
| 402 |
+
}
|
| 403 |
+
],
|
| 404 |
+
"Reasoning Video Object Segmentation": [
|
| 405 |
+
{
|
| 406 |
+
"Animal Reasoning Video Object Segmentation": "AnimalReasoningVideoObjectSegmentation.zip"
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"Automobile Reasoning Video Object Segmentation": "AutomobileReasoningVideoObjectSegmentation.zip"
|
| 410 |
+
}
|
| 411 |
+
]
|
| 412 |
},
|
| 413 |
"generation": {
|
| 414 |
"Text-to-Video Generation": [
|
|
|
|
| 555 |
"Video Deblurring": "VideoDeblurring.zip"
|
| 556 |
},
|
| 557 |
{
|
| 558 |
+
"Video Translation": "VideoTranslation.zip"
|
| 559 |
},
|
| 560 |
{
|
| 561 |
"Portrait Video Style Transfer": "PortraitVideoStyleTransfer.zip"
|