SAVRN
Search Contact SAVRN

Dataset · Robotics

pico-robotics-advanced

by Jiu skycn110/pico-robotics-advanced

Builds on the Advanced edition by adding coarse action segmentation. Every sequence is divided into labelled temporal segments, so the data can be used directly for action recognition, temporal segmentation, and behaviour-understanding tasks without an…

Rows
Configurations
Size676.1 GB
Licensecc-by-4.0
AccessAccess requested at publisher
Monthly Downloads3.7k

Dataset Card

By Jiu, published under cc-by-4.0, revision c3cce69b1113.

Pico Robotics Dataset · Annotated Edition

Egocentric multimodal capture from a Pico VR headset + custom tracker rig — Annotated tier

Builds on the Advanced edition by adding coarse action segmentation. Every sequence is divided into labelled temporal segments, so the data can be used directly for action recognition, temporal segmentation, and behaviour-understanding tasks without an annotation pass of your own.

This is a gated dataset. Access requests are reviewed manually; submit one from the dataset page.


Editions

Edition Contents Access
Basic Undistorted stereo video + per-frame depth maps + dual-channel audio + ~1 kHz 6-DoF head pose + camera calibration Public
Advanced Everything in Basic + pose-aligned stereo point clouds (.npz) + 21-joint hand tracking + world-frame point clouds + MCAP / Foxglove visualization Request access
Annotated (this repo) Everything in Advanced + coarse action segmentation (segments.json) Manual review

Scenes

Config Environment Description Sequences Segments Duration
retail-shelf-a Convenience store, storefront area Beverage gondolas, snack shelving, chest freezer, liquor display; strong daylight through a glass facade with mixed indoor lighting TBD TBD TBD
retail-shelf-b Convenience store, interior aisles Branded beverage coolers, free-standing snack racks, bottled-water pallets, tiled floor under uniform ceiling lighting TBD TBD TBD
gymnasium Indoor sports arena Large open court with line markings, tiered seating, overhead truss lighting, banners, and event-setup activity TBD TBD TBD
from datasets import load_dataset

ds = load_dataset("skycn110/pico-robotics-annotated", "retail-shelf-a")

Directory structure

retail-shelf-a/
└── sample_0001/
    ├── head_left_camera_undistorted.mp4
    ├── head_right_camera_undistorted.mp4
    ├── depth/
    ├── audio_dual_channel.wav
    ├── undistort_camera.json
    ├── video_index.json
    ├── pointcloud/
    ├── pointcloud_world/
    ├── hand_landmarks.json
    ├── recording.mcap
    └── segments.json                       # Coarse action segmentation  ← new in this tier

Everything except segments.json is documented in the Advanced README.


Annotation format

segments.json

{
  "sample_id": "sample_0001",
  "scene": "retail-shelf-a",
  "fps": 30,
  "segments": [
    {
      "id": 0,
      "start_frame": 0,
      "end_frame": 148,
      "start_time": 0.0,
      "end_time": 4.93,
      "label": "approach_shelf",
      "notes": ""
    }
  ]
}
Field Type Description
start_frame / end_frame int Inclusive frame range, indexed against video_index.json
start_time / end_time float Seconds from sequence start
label string Action class, see the label set below
notes string Free-text annotator remark, may be empty

Segments within a sequence are contiguous and non-overlapping; frames that fit no class are labelled other.

Label set

TBD — list the action classes here, with a one-line definition and the frame count for each, for example:

Label Definition Segments
approach_shelf Operator walks toward a shelf until stationary in front of it TBD
scan_shelf Head sweeps across shelf contents without hand motion TBD
reach_and_grasp Hand extends toward a product and closes on it TBD
inspect_item Held item brought toward the camera and rotated TBD
place_back Held item returned to the shelf TBD
walk_transit Locomotion between areas TBD
other Anything not covered above TBD

Annotation protocol

Annotators TBD
Guidelines TBD (link to the written protocol)
Boundary tolerance TBD frames
Double-annotated portion TBD %
Inter-annotator agreement TBD

Labels are deliberately coarse: boundaries are approximate and the class vocabulary is small. They are intended as weak supervision or as a starting point for finer annotation, not as a precision benchmark.


Quick start

import json

with open("retail-shelf-a/sample_0001/segments.json") as f:
    seg = json.load(f)

for s in seg["segments"]:
    print(f"{s['start_time']:6.2f}–{s['end_time']:6.2f}s  {s['label']}")

Clip a segment with the video:

import cv2

cap = cv2.VideoCapture("retail-shelf-a/sample_0001/head_left_camera_undistorted.mp4")
s = seg["segments"][0]
cap.set(cv2.CAP_PROP_POS_FRAMES, s["start_frame"])

for _ in range(s["end_frame"] - s["start_frame"] + 1):
    ok, frame = cap.read()
    if not ok:
        break

Intended uses

  • Egocentric action recognition and temporal action segmentation
  • Weakly supervised pretraining for behaviour understanding
  • Video–language grounding of first-person activity
  • Segment-conditioned imitation learning

Out of scope

Class balance is uneven and follows whatever occurred naturally during capture; some labels have very few segments. Boundaries are coarse and were not adjudicated frame-by-frame. Reporting state-of-the-art numbers on this label set without acknowledging those limits would be misleading.


License

Released under CC BY 4.0. When using this dataset, please attribute:

Pico Robotics Dataset by skycn110, licensed under CC BY 4.0

Citation

@misc{skycn110_pico_robotics_annotated,
  title  = {Pico Robotics Dataset: Annotated Edition},
  author = {skycn110},
  year   = {2026},
  url    = {https://huggingface.co/datasets/skycn110/pico-robotics-annotated}
}

Contact

  • Data questions / collaboration: [email protected]
  • Access requests: use the form on this dataset page (manually reviewed)
  • Issues and Discussions: welcome on this repository

Details

Repository
skycn110/pico-robotics-advanced
Publisher
Jiu
Task category
Robotics
Tags
pico, vr, tracker
Size category
10K<n<100K
Languages
en
Revision
c3cce69b11134fdf722e70b29654af68ba694c13
Last updated
2026-09-18

Files

4,194 files, 676.1 GB in total.

Data1546 files · 137.6 MB
Documentation1 file · 7.0 KB
Other1453 files · 436.6 GB
Every file (first 3,000)
FileTypeSizeSHA-256
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517110431821336576/segments.jsonData2.0 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517110431821336576/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517110431821336576/video_index.jsonData101.1 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517110751859314688/segments.jsonData2.0 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517110751859314688/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517110751859314688/video_index.jsonData224.4 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517111337799389184/segments.jsonData1.4 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517111337799389184/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517111337799389184/video_index.jsonData197.3 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517111937920405504/segments.jsonData973 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517111937920405504/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517111937920405504/video_index.jsonData147.6 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517113163777052672/segments.jsonData501 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517113163777052672/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517113163777052672/video_index.jsonData132.6 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517113582884491264/segments.jsonData1.3 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517113582884491264/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517113582884491264/video_index.jsonData112.4 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517113903518060544/segments.jsonData870 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517113903518060544/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517113903518060544/video_index.jsonData143.1 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517114823215681536/segments.jsonData907 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517114823215681536/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517114823215681536/video_index.jsonData140.8 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517115160177676288/segments.jsonData1.3 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517115160177676288/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517115160177676288/video_index.jsonData128.3 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517115464017252352/segments.jsonData477 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517115464017252352/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517115464017252352/video_index.jsonData132.9 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1518928551024267264/segments.jsonData2.3 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1518928551024267264/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1518928551024267264/video_index.jsonData117.0 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517116832190828544/segments.jsonData1.3 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517116832190828544/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517116832190828544/video_index.jsonData112.1 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517117192468959232/segments.jsonData1.1 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517117192468959232/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517117192468959232/video_index.jsonData108.2 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517117512381108224/segments.jsonData1.1 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517117512381108224/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517117512381108224/video_index.jsonData111.8 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517118238012477440/segments.jsonData912 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517118238012477440/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517118238012477440/video_index.jsonData80.2 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517118475791765504/segments.jsonData563 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517118475791765504/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517118475791765504/video_index.jsonData127.1 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517118789328572416/segments.jsonData1.3 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517118789328572416/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517118789328572416/video_index.jsonData154.2 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517119165234679808/segments.jsonData523 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517119165234679808/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517119165234679808/video_index.jsonData164.8 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517119549277736960/segments.jsonData1.1 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517119549277736960/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517119549277736960/video_index.jsonData118.6 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517119857143844864/segments.jsonData1.2 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517119857143844864/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517119857143844864/video_index.jsonData119.9 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517120518057103360/segments.jsonData801 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517120518057103360/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517120518057103360/video_index.jsonData86.8 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517105046691516416/segments.jsonData634 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517105046691516416/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517105046691516416/video_index.jsonData230.7 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517107868556333056/segments.jsonData1.2 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517107868556333056/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517107868556333056/video_index.jsonData348.5 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517108681219510272/segments.jsonData1.7 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517108681219510272/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517108681219510272/video_index.jsonData380.7 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517115350913650688/segments.jsonData1.5 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517115350913650688/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517115350913650688/video_index.jsonData355.0 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517116154915590144/segments.jsonData1.7 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517116154915590144/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517116154915590144/video_index.jsonData335.2 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517118205007499264/segments.jsonData989 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517118205007499264/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517118205007499264/video_index.jsonData334.1 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517118918668324864/segments.jsonData3.2 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517118918668324864/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517118918668324864/video_index.jsonData382.0 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517119759018102784/segments.jsonData970 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517119759018102784/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517119759018102784/video_index.jsonData228.4 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517120506413715456/segments.jsonData520 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517120506413715456/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517120506413715456/video_index.jsonData290.3 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517121295983054848/segments.jsonData1.3 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517121295983054848/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517121295983054848/video_index.jsonData253.1 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517123355675725824/segments.jsonData967 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517123355675725824/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517123355675725824/video_index.jsonData214.4 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517124116191121408/segments.jsonData2.3 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517124116191121408/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517124116191121408/video_index.jsonData281.9 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517124881097953280/segments.jsonData1.0 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517124881097953280/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517124881097953280/video_index.jsonData235.3 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517128915749965824/segments.jsonData1.5 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517128915749965824/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517128915749965824/video_index.jsonData328.7 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517129826853457920/segments.jsonData2.2 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517129826853457920/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517129826853457920/video_index.jsonData453.5 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517133178060410880/segments.jsonData444 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517133178060410880/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517133178060410880/video_index.jsonData306.4 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517133898532786176/segments.jsonData1.9 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517133898532786176/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517133898532786176/video_index.jsonData270.2 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517134644045156352/segments.jsonData1.5 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517134644045156352/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517134644045156352/video_index.jsonData332.7 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517135508478627840/segments.jsonData1.3 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517135508478627840/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517135508478627840/video_index.jsonData251.4 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517136191655251968/segments.jsonData1.2 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517136191655251968/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517136191655251968/video_index.jsonData294.7 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517166728210026496/segments.jsonData634 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517166728210026496/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517166728210026496/video_index.jsonData378.9 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517167713863077888/segments.jsonData481 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517167713863077888/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517167713863077888/video_index.jsonData256.5 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517168444796047360/segments.jsonData1.4 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517168444796047360/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517168444796047360/video_index.jsonData287.5 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517192687915110400/segments.jsonData1.4 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517192687915110400/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517192687915110400/video_index.jsonData281.8 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517193546057125888/segments.jsonData1.6 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517193546057125888/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517193546057125888/video_index.jsonData329.5 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517194266449809408/segments.jsonData1.8 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517194266449809408/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517194266449809408/video_index.jsonData363.3 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517195044891660288/segments.jsonData643 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517195044891660288/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517195044891660288/video_index.jsonData292.2 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517195660078616576/segments.jsonData1.9 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517195660078616576/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517195660078616576/video_index.jsonData329.8 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517196429863424000/segments.jsonData1.0 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517196429863424000/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517196429863424000/video_index.jsonData316.8 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517213297491841024/segments.jsonData932 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517213297491841024/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517213297491841024/video_index.jsonData303.0 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517214034049372160/segments.jsonData736 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517214034049372160/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517214034049372160/video_index.jsonData259.9 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517214814995222528/segments.jsonData1.9 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517214814995222528/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517214814995222528/video_index.jsonData267.7 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517215638232240128/segments.jsonData531 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517215638232240128/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517215638232240128/video_index.jsonData225.7 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517216268438999040/segments.jsonData435 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517216268438999040/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517216268438999040/video_index.jsonData224.8 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517217946051547136/segments.jsonData880 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517217946051547136/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517217946051547136/video_index.jsonData271.4 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517218672878292992/segments.jsonData1.4 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517218672878292992/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517218672878292992/video_index.jsonData286.3 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517219513693638656/segments.jsonData986 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517219513693638656/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517219513693638656/video_index.jsonData252.9 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517220147859820544/segments.jsonData1.9 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517220147859820544/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517220147859820544/video_index.jsonData261.4 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517221361842393088/segments.jsonData515 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517221361842393088/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517221361842393088/video_index.jsonData232.8 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517222035510530048/segments.jsonData930 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517222035510530048/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517222035510530048/video_index.jsonData324.3 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517222842637225984/segments.jsonData488 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517222842637225984/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517222842637225984/video_index.jsonData194.9 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517223493626761216/segments.jsonData570 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517223493626761216/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517223493626761216/video_index.jsonData234.1 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517224286513795072/segments.jsonData402 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517224286513795072/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517224286513795072/video_index.jsonData250.7 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527612945373073408/segments.jsonData1.0 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527612945373073408/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527612945373073408/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527612945373073408/video_index.jsonData89.2 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527613279763959808/segments.jsonData2.2 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527613279763959808/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527613279763959808/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527613279763959808/video_index.jsonData248.8 KB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519991841678692352/segments.jsonData1.0 KB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519991841678692352/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519991841678692352/video_index.jsonData277.8 KB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519992437748011008/segments.jsonData686 B
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519992437748011008/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519992437748011008/video_index.jsonData257.4 KB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519993218731610112/segments.jsonData854 B
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519993218731610112/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519993218731610112/video_index.jsonData277.5 KB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519993904147992576/segments.jsonData975 B
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519993904147992576/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519993904147992576/video_index.jsonData267.5 KB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519995116171825152/segments.jsonData1.5 KB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519995116171825152/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519995116171825152/video_index.jsonData320.3 KB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519995954764189696/segments.jsonData917 B
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519995954764189696/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519995954764189696/video_index.jsonData341.9 KB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519996924411777024/segments.jsonData1.6 KB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519996924411777024/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519996924411777024/video_index.jsonData298.1 KB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519997879932948480/segments.jsonData1.4 KB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519997879932948480/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519997879932948480/video_index.jsonData373.5 KB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519998708425428992/segments.jsonData1.1 KB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519998708425428992/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519998708425428992/video_index.jsonData252.9 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518920662238892032/segments.jsonData1.7 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518920662238892032/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518920662238892032/video_index.jsonData439.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518922721323388928/segments.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518922721323388928/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518922721323388928/video_index.jsonData479.9 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518926416018673664/segments.jsonData3.9 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518926416018673664/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518926416018673664/video_index.jsonData482.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518927421330427904/segments.jsonData874 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518927421330427904/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518927421330427904/video_index.jsonData450.7 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518928262967857152/segments.jsonData813 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518928262967857152/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518928262967857152/video_index.jsonData454.4 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518929718164852736/segments.jsonData2.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518929718164852736/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518929718164852736/video_index.jsonData514.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518931015802818560/segments.jsonData2.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518931015802818560/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518931015802818560/video_index.jsonData446.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518932848688500736/segments.jsonData2.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518932848688500736/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518932848688500736/video_index.jsonData502.4 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518934016206573568/segments.jsonData1.9 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518934016206573568/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518934016206573568/video_index.jsonData450.4 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518945069376212992/segments.jsonData674 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518945069376212992/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518945069376212992/video_index.jsonData33.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518946273791578112/segments.jsonData1.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518946273791578112/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518946273791578112/video_index.jsonData449.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518970720741232640/segments.jsonData1.7 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518970720741232640/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518970720741232640/video_index.jsonData571.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518971631093944320/segments.jsonData2.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518971631093944320/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518971631093944320/video_index.jsonData527.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518972553723383808/segments.jsonData1.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518972553723383808/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518972553723383808/video_index.jsonData534.4 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518974420092194816/segments.jsonData928 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518974420092194816/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518974420092194816/video_index.jsonData587.4 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518975405002854400/segments.jsonData3.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518975405002854400/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518975405002854400/video_index.jsonData549.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518976464907669504/segments.jsonData1.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518976464907669504/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518976464907669504/video_index.jsonData594.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518978848966840320/segments.jsonData2.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518978848966840320/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518978848966840320/video_index.jsonData627.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518980130771308544/segments.jsonData1.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518980130771308544/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518980130771308544/video_index.jsonData559.4 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518982653833908224/segments.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518982653833908224/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518982653833908224/video_index.jsonData517.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518984542159900672/segments.jsonData1.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518984542159900672/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518984542159900672/video_index.jsonData496.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518986561310429184/segments.jsonData2.4 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518986561310429184/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518986561310429184/video_index.jsonData501.7 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518988824317792256/segments.jsonData1.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518988824317792256/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518988824317792256/video_index.jsonData516.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518989891151597568/segments.jsonData928 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518989891151597568/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518989891151597568/video_index.jsonData503.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518990761641644032/segments.jsonData842 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518990761641644032/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518990761641644032/video_index.jsonData515.7 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518991744660672512/segments.jsonData1.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518991744660672512/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518991744660672512/video_index.jsonData565.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518994801104523264/segments.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518994801104523264/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518994801104523264/video_index.jsonData547.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518995694797459456/segments.jsonData2.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518995694797459456/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518995694797459456/video_index.jsonData506.9 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518996553522483200/segments.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518996553522483200/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518996553522483200/video_index.jsonData557.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518997478207131648/segments.jsonData1.7 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518997478207131648/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518997478207131648/video_index.jsonData559.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519001443481161728/segments.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519001443481161728/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519001443481161728/video_index.jsonData555.7 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519007987228741632/segments.jsonData898 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519007987228741632/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519007987228741632/video_index.jsonData464.4 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519010208074960896/segments.jsonData2.4 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519010208074960896/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519010208074960896/video_index.jsonData530.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519011248455290880/segments.jsonData2.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519011248455290880/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519011248455290880/video_index.jsonData522.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519012328681508864/segments.jsonData1.9 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519012328681508864/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519012328681508864/video_index.jsonData585.7 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519015583910203392/segments.jsonData1.4 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519015583910203392/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519015583910203392/video_index.jsonData537.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519017266115514368/segments.jsonData1.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519017266115514368/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519017266115514368/video_index.jsonData511.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519018218734227456/segments.jsonData1.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519018218734227456/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519018218734227456/video_index.jsonData499.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519019783847153664/segments.jsonData1.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519019783847153664/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519019783847153664/video_index.jsonData494.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519021312264114176/segments.jsonData2.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519021312264114176/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519021312264114176/video_index.jsonData551.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519027462208491520/segments.jsonData1.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519027462208491520/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519027462208491520/video_index.jsonData528.9 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519028629323911168/segments.jsonData1.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519028629323911168/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519028629323911168/video_index.jsonData443.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519029625294950400/segments.jsonData1.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519029625294950400/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519029625294950400/video_index.jsonData474.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519033516103307264/segments.jsonData1.9 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519033516103307264/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519033516103307264/video_index.jsonData558.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519036097030524928/segments.jsonData2.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519036097030524928/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519036097030524928/video_index.jsonData512.4 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527611463223480320/segments.jsonData2.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527611463223480320/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527611463223480320/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527611463223480320/video_index.jsonData470.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527620155402620928/segments.jsonData2.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527620155402620928/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527620155402620928/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527620155402620928/video_index.jsonData287.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527621621135708160/segments.jsonData1.9 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527621621135708160/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527621621135708160/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527621621135708160/video_index.jsonData393.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527623422660579328/segments.jsonData1.9 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527623422660579328/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527623422660579328/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527623422660579328/video_index.jsonData351.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527625605682565120/segments.jsonData2.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527625605682565120/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527625605682565120/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527625605682565120/video_index.jsonData376.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527626740535398400/segments.jsonData3.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527626740535398400/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527626740535398400/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527626740535398400/video_index.jsonData361.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527627998579134464/segments.jsonData2.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527627998579134464/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527627998579134464/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527627998579134464/video_index.jsonData381.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527628814027329536/segments.jsonData2.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527628814027329536/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527628814027329536/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527628814027329536/video_index.jsonData405.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527629559401287680/segments.jsonData2.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527629559401287680/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527629559401287680/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527629559401287680/video_index.jsonData369.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527631610067816448/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527631610067816448/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527631610067816448/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527631610067816448/video_index.jsonData406.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527632660476727296/segments.jsonData2.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527632660476727296/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527632660476727296/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527632660476727296/video_index.jsonData402.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527633462498955264/segments.jsonData2.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527633462498955264/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527633462498955264/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527633462498955264/video_index.jsonData396.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527670740227198976/segments.jsonData2.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527670740227198976/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527670740227198976/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527670740227198976/video_index.jsonData377.4 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527673577757741056/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527673577757741056/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527673577757741056/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527673577757741056/video_index.jsonData343.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527674347706126336/segments.jsonData2.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527674347706126336/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527674347706126336/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527674347706126336/video_index.jsonData322.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527675262102147072/segments.jsonData2.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527675262102147072/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527675262102147072/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527675262102147072/video_index.jsonData336.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527705731346731008/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527705731346731008/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527705731346731008/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527705731346731008/video_index.jsonData547.9 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527711553581748224/segments.jsonData1.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527711553581748224/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527711553581748224/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527711553581748224/video_index.jsonData381.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712254886154240/segments.jsonData2.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712254886154240/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712254886154240/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712254886154240/video_index.jsonData360.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712994937540608/segments.jsonData1.9 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712994937540608/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712994937540608/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712994937540608/video_index.jsonData403.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527714467821916160/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527714467821916160/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527714467821916160/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527714467821916160/video_index.jsonData429.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527715683910029312/segments.jsonData2.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527715683910029312/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527715683910029312/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527715683910029312/video_index.jsonData372.7 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527716885557153792/segments.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527716885557153792/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527716885557153792/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527716885557153792/video_index.jsonData404.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527718336555651072/segments.jsonData1.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527718336555651072/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527718336555651072/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527718336555651072/video_index.jsonData412.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527719238934990848/segments.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527719238934990848/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527719238934990848/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527719238934990848/video_index.jsonData429.4 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527720080366899200/segments.jsonData1.7 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527720080366899200/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527720080366899200/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527720080366899200/video_index.jsonData347.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721037448351744/segments.jsonData2.7 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721037448351744/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721037448351744/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721037448351744/video_index.jsonData447.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721781257834496/segments.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721781257834496/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721781257834496/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721781257834496/video_index.jsonData355.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527722367571202048/segments.jsonData2.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527722367571202048/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527722367571202048/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527722367571202048/video_index.jsonData431.9 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527725126202691584/segments.jsonData1.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527725126202691584/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527725126202691584/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527725126202691584/video_index.jsonData399.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726082810187776/segments.jsonData2.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726082810187776/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726082810187776/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726082810187776/video_index.jsonData423.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726771590402048/segments.jsonData3.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726771590402048/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726771590402048/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726771590402048/video_index.jsonData405.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527729650032185344/segments.jsonData2.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527729650032185344/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527729650032185344/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527729650032185344/video_index.jsonData390.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527730470576459776/segments.jsonData1.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527730470576459776/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527730470576459776/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527730470576459776/video_index.jsonData259.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731010714734592/segments.jsonData2.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731010714734592/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731010714734592/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731010714734592/video_index.jsonData411.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731655635111936/segments.jsonData3.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731655635111936/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731655635111936/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731655635111936/video_index.jsonData355.4 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517169818778734592/segments.jsonData693 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517169818778734592/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517169818778734592/video_index.jsonData152.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517170150116167680/segments.jsonData532 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517170150116167680/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517170150116167680/video_index.jsonData267.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517170912552554496/segments.jsonData2.4 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517170912552554496/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517170912552554496/video_index.jsonData303.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517172036370173952/segments.jsonData837 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517172036370173952/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517172036370173952/video_index.jsonData323.4 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517172789667172352/segments.jsonData1.4 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517172789667172352/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517172789667172352/video_index.jsonData255.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517173497690853376/segments.jsonData2.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517173497690853376/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517173497690853376/video_index.jsonData233.7 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517174378415001600/segments.jsonData1.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517174378415001600/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517174378415001600/video_index.jsonData178.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517174919572492288/segments.jsonData2.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517174919572492288/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517174919572492288/video_index.jsonData176.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517175385731633152/segments.jsonData1.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517175385731633152/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517175385731633152/video_index.jsonData168.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517175892009291776/segments.jsonData1.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517175892009291776/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517175892009291776/video_index.jsonData163.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517176516272721920/segments.jsonData1.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517176516272721920/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517176516272721920/video_index.jsonData159.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517176971526672384/segments.jsonData711 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517176971526672384/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517176971526672384/video_index.jsonData161.7 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517177435462832128/segments.jsonData1.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517177435462832128/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517177435462832128/video_index.jsonData169.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517177973608812544/segments.jsonData1.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517177973608812544/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517177973608812544/video_index.jsonData159.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517178930484744192/segments.jsonData2.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517178930484744192/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517178930484744192/video_index.jsonData175.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517179384702701568/segments.jsonData636 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517179384702701568/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517179384702701568/video_index.jsonData160.4 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517179828590088192/segments.jsonData2.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517179828590088192/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517179828590088192/video_index.jsonData163.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517180557786615808/segments.jsonData2.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517180557786615808/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517180557786615808/video_index.jsonData178.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517181091817984000/segments.jsonData1.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517181091817984000/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517181091817984000/video_index.jsonData171.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517181592244588544/segments.jsonData2.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517181592244588544/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517181592244588544/video_index.jsonData157.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517182070646902784/segments.jsonData2.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517182070646902784/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517182070646902784/video_index.jsonData143.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517182525414313984/segments.jsonData1.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517182525414313984/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517182525414313984/video_index.jsonData162.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517182983436505088/segments.jsonData1.7 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517182983436505088/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517182983436505088/video_index.jsonData164.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517183521137889280/segments.jsonData1.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517183521137889280/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517183521137889280/video_index.jsonData160.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517184333926895616/segments.jsonData1.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517184333926895616/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517184333926895616/video_index.jsonData164.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517184917337804800/segments.jsonData1.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517184917337804800/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517184917337804800/video_index.jsonData158.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517185375557128192/segments.jsonData2.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517185375557128192/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517185375557128192/video_index.jsonData166.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517188051091066880/segments.jsonData2.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517188051091066880/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517188051091066880/video_index.jsonData194.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517188748058562560/segments.jsonData1.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517188748058562560/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517188748058562560/video_index.jsonData189.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517189151500275712/segments.jsonData2.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517189151500275712/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517189151500275712/video_index.jsonData198.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517189556175114240/segments.jsonData1.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517189556175114240/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517189556175114240/video_index.jsonData163.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517189999408189440/segments.jsonData1.7 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517189999408189440/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517189999408189440/video_index.jsonData166.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517190377369505792/segments.jsonData2.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517190377369505792/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517190377369505792/video_index.jsonData168.4 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517197178005622784/segments.jsonData1.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517197178005622784/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517197178005622784/video_index.jsonData219.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517197715887362048/segments.jsonData2.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517197715887362048/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517197715887362048/video_index.jsonData202.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517198152195641344/segments.jsonData1.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517198152195641344/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517198152195641344/video_index.jsonData197.9 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527618713279270912/segments.jsonData1.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527618713279270912/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527618713279270912/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527618713279270912/video_index.jsonData205.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527671094511669248/segments.jsonData1.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527671094511669248/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527671094511669248/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527671094511669248/video_index.jsonData202.7 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527672106941157376/segments.jsonData1.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527672106941157376/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527672106941157376/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527672106941157376/video_index.jsonData204.7 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673174219558912/segments.jsonData1.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673174219558912/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673174219558912/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673174219558912/video_index.jsonData200.7 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673603389132800/segments.jsonData1.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673603389132800/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673603389132800/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673603389132800/video_index.jsonData217.4 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673987021148160/segments.jsonData1.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673987021148160/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673987021148160/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673987021148160/video_index.jsonData237.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527674882991591424/segments.jsonData2.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527674882991591424/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527674882991591424/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527674882991591424/video_index.jsonData234.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678353291612160/segments.jsonData1.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678353291612160/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678353291612160/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678353291612160/video_index.jsonData234.9 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678767118422016/segments.jsonData1.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678767118422016/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678767118422016/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678767118422016/video_index.jsonData217.0 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527681220538798080/segments.jsonData1.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527681220538798080/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527681220538798080/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527681220538798080/video_index.jsonData227.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527682069973438464/segments.jsonData1.4 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527682069973438464/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527682069973438464/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527682069973438464/video_index.jsonData210.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527698003404525568/segments.jsonData1.9 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527698003404525568/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527698003404525568/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527698003404525568/video_index.jsonData205.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527711526868226048/segments.jsonData1.4 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527711526868226048/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527711526868226048/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527711526868226048/video_index.jsonData205.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527712659133173760/segments.jsonData1.2 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527712659133173760/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527712659133173760/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527712659133173760/video_index.jsonData203.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713532613758976/segments.jsonData1.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713532613758976/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713532613758976/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713532613758976/video_index.jsonData194.9 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713930179252224/segments.jsonData1.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713930179252224/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713930179252224/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713930179252224/video_index.jsonData209.9 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527714346673639424/segments.jsonData1.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527714346673639424/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527714346673639424/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527714346673639424/video_index.jsonData205.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527715789224808448/segments.jsonData1.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527715789224808448/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527715789224808448/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527715789224808448/video_index.jsonData201.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733043899404288/segments.jsonData1.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733043899404288/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733043899404288/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733043899404288/video_index.jsonData202.8 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733403678412800/segments.jsonData1.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733403678412800/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733403678412800/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733403678412800/video_index.jsonData202.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734176650891264/segments.jsonData1.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734176650891264/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734176650891264/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734176650891264/video_index.jsonData208.3 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734973618982912/segments.jsonData853 B
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734973618982912/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734973618982912/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734973618982912/video_index.jsonData195.7 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517169818606768128/segments.jsonData1.0 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517169818606768128/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517169818606768128/video_index.jsonData96.9 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517170193808232448/segments.jsonData1.7 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517170193808232448/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517170193808232448/video_index.jsonData124.3 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517170541360844800/segments.jsonData983 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517170541360844800/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517170541360844800/video_index.jsonData79.5 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517200347976699904/segments.jsonData1.8 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517200347976699904/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517200347976699904/video_index.jsonData135.9 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517200671919575040/segments.jsonData1.2 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517200671919575040/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517200671919575040/video_index.jsonData137.8 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517200938589229056/segments.jsonData796 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517200938589229056/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517200938589229056/video_index.jsonData99.3 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517201179849789440/segments.jsonData1.8 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517201179849789440/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517201179849789440/video_index.jsonData205.6 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517201622747320320/segments.jsonData1.0 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517201622747320320/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517201622747320320/video_index.jsonData115.0 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517203601087270912/segments.jsonData1.4 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517203601087270912/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517203601087270912/video_index.jsonData137.1 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517203954558046208/segments.jsonData1.0 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517203954558046208/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517203954558046208/video_index.jsonData117.7 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517204213006864384/segments.jsonData1.1 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517204213006864384/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517204213006864384/video_index.jsonData127.9 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517204470335803392/segments.jsonData1.3 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517204470335803392/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517204470335803392/video_index.jsonData105.5 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517204749953273856/segments.jsonData1.0 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517204749953273856/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517204749953273856/video_index.jsonData102.9 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205002324545536/segments.jsonData865 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205002324545536/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205002324545536/video_index.jsonData95.1 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205246709862400/segments.jsonData1.0 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205246709862400/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205246709862400/video_index.jsonData110.2 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205500352008192/segments.jsonData1.0 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205500352008192/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205500352008192/video_index.jsonData108.6 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205780363743232/segments.jsonData927 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205780363743232/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205780363743232/video_index.jsonData97.1 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1518927177184186368/segments.jsonData2.2 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1518927177184186368/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1518927177184186368/video_index.jsonData280.7 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1518950061113872384/segments.jsonData2.3 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1518950061113872384/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1518950061113872384/video_index.jsonData450.3 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1518952076292395008/segments.jsonData6.5 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1518952076292395008/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1518952076292395008/video_index.jsonData754.7 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517132178486464512/segments.jsonData1.6 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517132178486464512/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517132178486464512/video_index.jsonData196.3 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517132626442326016/segments.jsonData1.0 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517132626442326016/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517132626442326016/video_index.jsonData100.0 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517132951718989824/segments.jsonData1.1 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517132951718989824/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517132951718989824/video_index.jsonData99.2 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517133297849733120/segments.jsonData1.3 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517133297849733120/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517133297849733120/video_index.jsonData99.2 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517135545803739136/segments.jsonData1.4 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517135545803739136/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517135545803739136/video_index.jsonData112.5 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517135833411358720/segments.jsonData844 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517135833411358720/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517135833411358720/video_index.jsonData92.9 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517136646661738496/segments.jsonData680 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517136646661738496/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517136646661738496/video_index.jsonData37.8 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517136828254130176/segments.jsonData670 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517136828254130176/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517136828254130176/video_index.jsonData100.3 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517198664013975552/segments.jsonData1.0 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517198664013975552/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517198664013975552/video_index.jsonData116.7 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517198939625885696/segments.jsonData1.2 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517198939625885696/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517198939625885696/video_index.jsonData107.9 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199196648640512/segments.jsonData1.2 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199196648640512/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199196648640512/video_index.jsonData107.6 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199430468505600/segments.jsonData893 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199430468505600/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199430468505600/video_index.jsonData108.8 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199656298221568/segments.jsonData913 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199656298221568/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199656298221568/video_index.jsonData103.4 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199911379013632/segments.jsonData998 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199911379013632/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199911379013632/video_index.jsonData98.4 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517200152392110080/segments.jsonData364 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517200152392110080/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517200152392110080/video_index.jsonData40.0 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517207613786296320/segments.jsonData1.2 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517207613786296320/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517207613786296320/video_index.jsonData203.7 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517208216491003904/segments.jsonData892 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517208216491003904/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517208216491003904/video_index.jsonData172.2 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517208608071225344/segments.jsonData852 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517208608071225344/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517208608071225344/video_index.jsonData131.8 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517208954701090816/segments.jsonData916 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517208954701090816/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517208954701090816/video_index.jsonData124.4 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517209295370850304/segments.jsonData689 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517209295370850304/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517209295370850304/video_index.jsonData132.9 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517209812046188544/segments.jsonData627 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517209812046188544/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517209812046188544/video_index.jsonData158.6 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517210180142501888/segments.jsonData369 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517210180142501888/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517210180142501888/video_index.jsonData156.8 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517210550793146368/segments.jsonData253 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517210550793146368/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517210550793146368/video_index.jsonData149.3 KB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-rice-crackers-with-different-flavors/case_1517206551981461504/segments.jsonData968 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-rice-crackers-with-different-flavors/case_1517206551981461504/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-rice-crackers-with-different-flavors/case_1517206551981461504/video_index.jsonData110.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518933301908213760/segments.jsonData3.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518933301908213760/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518933301908213760/video_index.jsonData419.9 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518987977622032384/segments.jsonData3.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518987977622032384/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518987977622032384/video_index.jsonData557.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518989176618356736/segments.jsonData1.9 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518989176618356736/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518989176618356736/video_index.jsonData392.9 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518989904359460864/segments.jsonData3.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518989904359460864/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518989904359460864/video_index.jsonData461.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518990910799482880/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518990910799482880/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518990910799482880/video_index.jsonData475.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518995242479521792/segments.jsonData2.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518995242479521792/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518995242479521792/video_index.jsonData337.9 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518996135044190208/segments.jsonData1.9 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518996135044190208/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518996135044190208/video_index.jsonData307.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518996667779518464/segments.jsonData2.9 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518996667779518464/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518996667779518464/video_index.jsonData289.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518997924342665216/segments.jsonData2.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518997924342665216/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518997924342665216/video_index.jsonData363.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518998574900187136/segments.jsonData2.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518998574900187136/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518998574900187136/video_index.jsonData376.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519007074485276672/segments.jsonData1.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519007074485276672/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519007074485276672/video_index.jsonData245.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519007511468838912/segments.jsonData1.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519007511468838912/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519007511468838912/video_index.jsonData330.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519008107550740480/segments.jsonData2.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519008107550740480/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519008107550740480/video_index.jsonData279.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519008700944093184/segments.jsonData2.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519008700944093184/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519008700944093184/video_index.jsonData361.2 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519009629210677248/segments.jsonData3.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519009629210677248/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519009629210677248/video_index.jsonData356.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519010221576425472/segments.jsonData2.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519010221576425472/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519010221576425472/video_index.jsonData325.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519010884813328384/segments.jsonData2.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519010884813328384/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519010884813328384/video_index.jsonData434.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519011681223577600/segments.jsonData3.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519011681223577600/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519011681223577600/video_index.jsonData378.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519012340228427776/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519012340228427776/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519012340228427776/video_index.jsonData339.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519015670849736704/segments.jsonData3.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519015670849736704/undistort_camera.jsonData495 B
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519015670849736704/video_index.jsonData488.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529418856487981056/segments.jsonData1.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529418856487981056/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529418856487981056/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529418856487981056/video_index.jsonData166.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529781532212858880/segments.jsonData2.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529781532212858880/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529781532212858880/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529781532212858880/video_index.jsonData346.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529783274690318336/segments.jsonData2.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529783274690318336/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529783274690318336/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529783274690318336/video_index.jsonData352.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791190877081600/segments.jsonData2.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791190877081600/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791190877081600/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791190877081600/video_index.jsonData358.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791769607147520/segments.jsonData3.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791769607147520/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791769607147520/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791769607147520/video_index.jsonData368.2 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529792310051606528/segments.jsonData1.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529792310051606528/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529792310051606528/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529792310051606528/video_index.jsonData371.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529793443188969472/segments.jsonData2.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529793443188969472/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529793443188969472/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529793443188969472/video_index.jsonData382.9 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529794413285347328/segments.jsonData1.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529794413285347328/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529794413285347328/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529794413285347328/video_index.jsonData359.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795105328730112/segments.jsonData3.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795105328730112/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795105328730112/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795105328730112/video_index.jsonData380.9 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795696977252352/segments.jsonData2.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795696977252352/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795696977252352/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795696977252352/video_index.jsonData380.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529796657682583552/segments.jsonData2.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529796657682583552/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529796657682583552/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529796657682583552/video_index.jsonData332.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529798675805507584/segments.jsonData2.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529798675805507584/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529798675805507584/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529798675805507584/video_index.jsonData387.2 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529799291059572736/segments.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529799291059572736/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529799291059572736/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529799291059572736/video_index.jsonData366.9 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529801068106485760/segments.jsonData2.2 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529801068106485760/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529801068106485760/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529801068106485760/video_index.jsonData388.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529801684526567424/segments.jsonData2.2 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529801684526567424/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529801684526567424/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529801684526567424/video_index.jsonData427.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529802448187691008/segments.jsonData2.2 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529802448187691008/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529802448187691008/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529802448187691008/video_index.jsonData318.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529803087831633920/segments.jsonData2.2 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529803087831633920/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529803087831633920/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529803087831633920/video_index.jsonData334.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529803671372566528/segments.jsonData1.9 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529803671372566528/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529803671372566528/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529803671372566528/video_index.jsonData308.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529804171828531200/segments.jsonData2.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529804171828531200/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529804171828531200/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529804171828531200/video_index.jsonData329.9 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529804736134385664/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529804736134385664/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529804736134385664/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529804736134385664/video_index.jsonData300.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529805751868985344/segments.jsonData1.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529805751868985344/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529805751868985344/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529805751868985344/video_index.jsonData338.2 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529806487969337344/segments.jsonData1.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529806487969337344/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529806487969337344/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529806487969337344/video_index.jsonData341.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529807073498370048/segments.jsonData2.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529807073498370048/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529807073498370048/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529807073498370048/video_index.jsonData335.9 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529807688634994688/segments.jsonData1.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529807688634994688/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529807688634994688/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529807688634994688/video_index.jsonData339.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529808226021806080/segments.jsonData2.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529808226021806080/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529808226021806080/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529808226021806080/video_index.jsonData331.2 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529808755925979136/segments.jsonData3.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529808755925979136/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529808755925979136/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529808755925979136/video_index.jsonData328.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529809884537688064/segments.jsonData2.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529809884537688064/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529809884537688064/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529809884537688064/video_index.jsonData355.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529810429243559936/segments.jsonData3.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529810429243559936/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529810429243559936/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529810429243559936/video_index.jsonData356.9 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529811098927108096/segments.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529811098927108096/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529811098927108096/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529811098927108096/video_index.jsonData354.2 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529811836436746240/segments.jsonData1.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529811836436746240/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529811836436746240/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529811836436746240/video_index.jsonData353.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529812365552390144/segments.jsonData2.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529812365552390144/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529812365552390144/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529812365552390144/video_index.jsonData378.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529813871219445760/segments.jsonData1.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529813871219445760/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529813871219445760/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529813871219445760/video_index.jsonData361.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529814850874642432/segments.jsonData2.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529814850874642432/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529814850874642432/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529814850874642432/video_index.jsonData342.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529815443160698880/segments.jsonData2.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529815443160698880/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529815443160698880/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529815443160698880/video_index.jsonData373.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529840763377029120/segments.jsonData1.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529840763377029120/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529840763377029120/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529840763377029120/video_index.jsonData107.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529841170320986112/segments.jsonData2.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529841170320986112/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529841170320986112/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529841170320986112/video_index.jsonData324.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529843019329572864/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529843019329572864/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529843019329572864/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529843019329572864/video_index.jsonData355.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529843884018896896/segments.jsonData3.2 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529843884018896896/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529843884018896896/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529843884018896896/video_index.jsonData353.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529844766223634432/segments.jsonData2.9 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529844766223634432/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529844766223634432/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529844766223634432/video_index.jsonData372.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529845890603290624/segments.jsonData2.2 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529845890603290624/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529845890603290624/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529845890603290624/video_index.jsonData360.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529846889824915456/segments.jsonData2.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529846889824915456/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529846889824915456/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529846889824915456/video_index.jsonData300.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529847583948673025/segments.jsonData3.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529847583948673025/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529847583948673025/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529847583948673025/video_index.jsonData302.2 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529848221231222784/segments.jsonData2.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529848221231222784/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529848221231222784/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529848221231222784/video_index.jsonData369.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529849094002970624/segments.jsonData2.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529849094002970624/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529849094002970624/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529849094002970624/video_index.jsonData353.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529849704869793792/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529849704869793792/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529849704869793792/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529849704869793792/video_index.jsonData388.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529851185882730496/segments.jsonData2.2 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529851185882730496/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529851185882730496/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529851185882730496/video_index.jsonData322.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529851723114352640/segments.jsonData2.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529851723114352640/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529851723114352640/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529851723114352640/video_index.jsonData354.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529854693977624576/segments.jsonData2.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529854693977624576/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529854693977624576/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529854693977624576/video_index.jsonData378.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529855517973811200/segments.jsonData2.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529855517973811200/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529855517973811200/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529855517973811200/video_index.jsonData368.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529856369283305472/segments.jsonData3.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529856369283305472/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529856369283305472/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529856369283305472/video_index.jsonData371.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529857316990488576/segments.jsonData2.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529857316990488576/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529857316990488576/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529857316990488576/video_index.jsonData369.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529857903224164352/segments.jsonData3.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529857903224164352/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529857903224164352/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529857903224164352/video_index.jsonData346.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529859529963999232/segments.jsonData3.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529859529963999232/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529859529963999232/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529859529963999232/video_index.jsonData360.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529860074162360320/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529860074162360320/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529860074162360320/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529860074162360320/video_index.jsonData357.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529860887140110336/segments.jsonData2.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529860887140110336/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529860887140110336/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529860887140110336/video_index.jsonData347.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529862835482398720/segments.jsonData3.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529862835482398720/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529862835482398720/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529862835482398720/video_index.jsonData385.9 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529863462648287232/segments.jsonData2.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529863462648287232/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529863462648287232/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529863462648287232/video_index.jsonData350.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529864176904704000/segments.jsonData2.2 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529864176904704000/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529864176904704000/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529864176904704000/video_index.jsonData343.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529864979463802880/segments.jsonData1.9 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529864979463802880/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529864979463802880/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529864979463802880/video_index.jsonData370.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529865982728736768/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529865982728736768/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529865982728736768/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529865982728736768/video_index.jsonData347.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529866509193580544/segments.jsonData3.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529866509193580544/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529866509193580544/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529866509193580544/video_index.jsonData328.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529867419776978944/segments.jsonData3.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529867419776978944/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529867419776978944/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529867419776978944/video_index.jsonData336.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529868382881452032/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529868382881452032/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529868382881452032/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529868382881452032/video_index.jsonData292.9 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529868994742325248/segments.jsonData2.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529868994742325248/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529868994742325248/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529868994742325248/video_index.jsonData335.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529869596482342912/segments.jsonData2.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529869596482342912/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529869596482342912/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529869596482342912/video_index.jsonData324.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529870119906316288/segments.jsonData3.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529870119906316288/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529870119906316288/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529870119906316288/video_index.jsonData320.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529870630139203584/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529870630139203584/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529870630139203584/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529870630139203584/video_index.jsonData338.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529871238439112704/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529871238439112704/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529871238439112704/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529871238439112704/video_index.jsonData349.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529871794691903488/segments.jsonData1.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529871794691903488/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529871794691903488/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529871794691903488/video_index.jsonData361.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529872325581737984/segments.jsonData2.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529872325581737984/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529872325581737984/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529872325581737984/video_index.jsonData336.9 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529872968274939904/segments.jsonData2.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529872968274939904/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529872968274939904/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529872968274939904/video_index.jsonData368.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529873518240468992/segments.jsonData2.2 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529873518240468992/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529873518240468992/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529873518240468992/video_index.jsonData350.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529874076321976320/segments.jsonData3.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529874076321976320/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529874076321976320/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529874076321976320/video_index.jsonData350.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529881578736455680/segments.jsonData3.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529881578736455680/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529881578736455680/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529881578736455680/video_index.jsonData341.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529882125229101056/segments.jsonData3.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529882125229101056/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529882125229101056/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529882125229101056/video_index.jsonData335.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529882640214134784/segments.jsonData3.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529882640214134784/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529882640214134784/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529882640214134784/video_index.jsonData337.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529883531122053120/segments.jsonData2.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529883531122053120/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529883531122053120/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529883531122053120/video_index.jsonData323.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529884047373766656/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529884047373766656/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529884047373766656/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529884047373766656/video_index.jsonData375.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529885293581176832/segments.jsonData2.9 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529885293581176832/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529885293581176832/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529885293581176832/video_index.jsonData316.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529885810566893568/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529885810566893568/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529885810566893568/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529885810566893568/video_index.jsonData343.9 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529886368803590144/segments.jsonData2.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529886368803590144/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529886368803590144/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529886368803590144/video_index.jsonData325.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529886891392897024/segments.jsonData3.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529886891392897024/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529886891392897024/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529886891392897024/video_index.jsonData326.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529887391291019264/segments.jsonData3.2 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529887391291019264/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529887391291019264/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529887391291019264/video_index.jsonData336.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529887895798681600/segments.jsonData2.9 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529887895798681600/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529887895798681600/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529887895798681600/video_index.jsonData339.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529888493906432000/segments.jsonData2.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529888493906432000/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529888493906432000/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529888493906432000/video_index.jsonData336.2 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529889342288302080/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529889342288302080/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529889342288302080/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529889342288302080/video_index.jsonData375.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529889921261637632/segments.jsonData3.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529889921261637632/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529889921261637632/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529889921261637632/video_index.jsonData341.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529890442668150784/segments.jsonData3.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529890442668150784/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529890442668150784/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529890442668150784/video_index.jsonData318.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529890991048232960/segments.jsonData2.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529890991048232960/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529890991048232960/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529890991048232960/video_index.jsonData295.4 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529891519731863552/segments.jsonData2.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529891519731863552/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529891519731863552/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529891519731863552/video_index.jsonData318.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529892093000945664/segments.jsonData2.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529892093000945664/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529892093000945664/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529892093000945664/video_index.jsonData320.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529892674591526912/segments.jsonData2.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529892674591526912/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529892674591526912/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529892674591526912/video_index.jsonData336.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529893191401082880/segments.jsonData2.9 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529893191401082880/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529893191401082880/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529893191401082880/video_index.jsonData330.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529893696080711680/segments.jsonData2.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529893696080711680/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529893696080711680/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529893696080711680/video_index.jsonData318.0 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529894172918550528/segments.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529894172918550528/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529894172918550528/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529894172918550528/video_index.jsonData318.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529894661244588032/segments.jsonData3.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529894661244588032/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529894661244588032/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529894661244588032/video_index.jsonData307.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529895253744553984/segments.jsonData2.7 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529895253744553984/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529895253744553984/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529895253744553984/video_index.jsonData332.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529895796709789696/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529895796709789696/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529895796709789696/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529895796709789696/video_index.jsonData346.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529896402807689216/segments.jsonData3.3 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529896402807689216/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529896402807689216/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529896402807689216/video_index.jsonData306.8 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529897406370418688/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529897406370418688/spatial_calibration.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529897406370418688/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529897406370418688/video_index.jsonData335.6 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529064021917962240/segments.jsonData2.9 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529064021917962240/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529064021917962240/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529064021917962240/video_index.jsonData390.4 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529065052898856960/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529065052898856960/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529065052898856960/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529065052898856960/video_index.jsonData343.2 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529066456669491200/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529066456669491200/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529066456669491200/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529066456669491200/video_index.jsonData311.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529067018160967680/segments.jsonData3.7 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529067018160967680/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529067018160967680/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529067018160967680/video_index.jsonData374.6 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529067661869191168/segments.jsonData3.6 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529067661869191168/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529067661869191168/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529067661869191168/video_index.jsonData371.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529068249180803072/segments.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529068249180803072/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529068249180803072/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529068249180803072/video_index.jsonData357.2 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529068969036615680/segments.jsonData3.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529068969036615680/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529068969036615680/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529068969036615680/video_index.jsonData381.9 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529069673012793344/segments.jsonData3.0 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529069673012793344/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529069673012793344/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529069673012793344/video_index.jsonData364.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529070246827134976/segments.jsonData3.0 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529070246827134976/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529070246827134976/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529070246827134976/video_index.jsonData362.3 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529070880393531392/segments.jsonData2.3 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529070880393531392/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529070880393531392/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529070880393531392/video_index.jsonData369.3 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529072241780723712/segments.jsonData3.3 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529072241780723712/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529072241780723712/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529072241780723712/video_index.jsonData379.6 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529072875263234048/segments.jsonData1.9 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529072875263234048/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529072875263234048/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529072875263234048/video_index.jsonData361.2 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529073587288281088/segments.jsonData3.0 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529073587288281088/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529073587288281088/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529073587288281088/video_index.jsonData369.6 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529074339037581312/segments.jsonData3.2 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529074339037581312/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529074339037581312/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529074339037581312/video_index.jsonData348.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529078764447731712/segments.jsonData3.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529078764447731712/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529078764447731712/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529078764447731712/video_index.jsonData350.8 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529080765806022656/segments.jsonData3.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529080765806022656/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529080765806022656/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529080765806022656/video_index.jsonData340.2 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529081365851541504/segments.jsonData2.7 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529081365851541504/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529081365851541504/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529081365851541504/video_index.jsonData347.3 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529082376129351680/segments.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529082376129351680/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529082376129351680/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529082376129351680/video_index.jsonData350.6 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529083096547201024/segments.jsonData2.8 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529083096547201024/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529083096547201024/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529083096547201024/video_index.jsonData359.4 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529083701051265024/segments.jsonData3.8 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529083701051265024/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529083701051265024/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529083701051265024/video_index.jsonData342.7 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529084739808399360/segments.jsonData3.3 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529084739808399360/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529084739808399360/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529084739808399360/video_index.jsonData293.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529085343725260800/segments.jsonData2.9 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529085343725260800/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529085343725260800/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529085343725260800/video_index.jsonData310.0 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529085912263168000/segments.jsonData3.0 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529085912263168000/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529085912263168000/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529085912263168000/video_index.jsonData292.9 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529087411290640384/segments.jsonData4.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529087411290640384/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529087411290640384/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529087411290640384/video_index.jsonData274.6 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529087962178916352/segments.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529087962178916352/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529087962178916352/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529087962178916352/video_index.jsonData302.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529088876071620608/segments.jsonData3.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529088876071620608/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529088876071620608/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529088876071620608/video_index.jsonData313.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529089533444886528/segments.jsonData2.2 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529089533444886528/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529089533444886528/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529089533444886528/video_index.jsonData366.6 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529093155377385472/segments.jsonData2.8 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529093155377385472/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529093155377385472/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529093155377385472/video_index.jsonData349.7 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529093760175050752/segments.jsonData3.3 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529093760175050752/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529093760175050752/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529093760175050752/video_index.jsonData360.3 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529094320894775296/segments.jsonData2.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529094320894775296/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529094320894775296/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529094320894775296/video_index.jsonData356.6 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529094910454534144/segments.jsonData4.0 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529094910454534144/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529094910454534144/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529094910454534144/video_index.jsonData364.8 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529095909588078592/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529095909588078592/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529095909588078592/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529095909588078592/video_index.jsonData341.7 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529097088481103872/segments.jsonData4.2 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529097088481103872/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529097088481103872/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529097088481103872/video_index.jsonData409.7 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529098144158060544/segments.jsonData3.2 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529098144158060544/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529098144158060544/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529098144158060544/video_index.jsonData366.4 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529127454713581568/segments.jsonData797 B
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529127454713581568/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529127454713581568/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529127454713581568/video_index.jsonData57.6 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529127808633147392/segments.jsonData2.4 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529127808633147392/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529127808633147392/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529127808633147392/video_index.jsonData354.4 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529128412097024000/segments.jsonData2.9 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529128412097024000/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529128412097024000/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529128412097024000/video_index.jsonData349.4 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529129353382727680/segments.jsonData2.9 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529129353382727680/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529129353382727680/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529129353382727680/video_index.jsonData403.3 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529130092620419072/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529130092620419072/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529130092620419072/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529130092620419072/video_index.jsonData353.0 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529130663649742848/segments.jsonData3.9 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529130663649742848/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529130663649742848/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529130663649742848/video_index.jsonData341.6 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529131457816039424/segments.jsonData924 B
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529131457816039424/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529131457816039424/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529131457816039424/video_index.jsonData81.3 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529131620454371328/segments.jsonData3.3 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529131620454371328/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529131620454371328/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529131620454371328/video_index.jsonData341.6 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529132251420299264/segments.jsonData2.8 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529132251420299264/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529132251420299264/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529132251420299264/video_index.jsonData345.0 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529132817701670912/segments.jsonData2.9 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529132817701670912/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529132817701670912/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529132817701670912/video_index.jsonData361.4 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529133401947246592/segments.jsonData2.3 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529133401947246592/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529133401947246592/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529133401947246592/video_index.jsonData361.3 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529133982820601856/segments.jsonData2.7 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529133982820601856/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529133982820601856/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529133982820601856/video_index.jsonData356.6 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529134573399576576/segments.jsonData2.7 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529134573399576576/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529134573399576576/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529134573399576576/video_index.jsonData365.2 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529137011061952512/segments.jsonData2.4 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529137011061952512/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529137011061952512/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529137011061952512/video_index.jsonData303.3 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529137845887832064/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529137845887832064/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529137845887832064/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529137845887832064/video_index.jsonData298.8 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529138762875932672/segments.jsonData2.3 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529138762875932672/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529138762875932672/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529138762875932672/video_index.jsonData260.2 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529139401194475520/segments.jsonData2.4 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529139401194475520/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529139401194475520/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529139401194475520/video_index.jsonData294.9 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529140058253168640/segments.jsonData3.8 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529140058253168640/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529140058253168640/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529140058253168640/video_index.jsonData343.2 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529140795741835264/segments.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529140795741835264/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529140795741835264/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529140795741835264/video_index.jsonData350.3 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529141424304427008/segments.jsonData3.7 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529141424304427008/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529141424304427008/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529141424304427008/video_index.jsonData368.2 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529182932181192704/segments.jsonData3.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529182932181192704/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529182932181192704/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529182932181192704/video_index.jsonData354.3 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529183513020993536/segments.jsonData3.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529183513020993536/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529183513020993536/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529183513020993536/video_index.jsonData360.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529460342281736192/segments.jsonData2.6 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529460342281736192/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529460342281736192/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529460342281736192/video_index.jsonData354.8 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529461158166138880/segments.jsonData2.4 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529461158166138880/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529461158166138880/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529461158166138880/video_index.jsonData333.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529461789295644672/segments.jsonData2.9 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529461789295644672/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529461789295644672/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529461789295644672/video_index.jsonData358.7 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529462542563282944/segments.jsonData2.2 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529462542563282944/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529462542563282944/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529462542563282944/video_index.jsonData317.6 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529463010924433408/segments.jsonData798 B
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529463010924433408/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529463010924433408/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529463010924433408/video_index.jsonData41.9 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529463176070959104/segments.jsonData2.7 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529463176070959104/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529463176070959104/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529463176070959104/video_index.jsonData326.9 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529463869330690048/segments.jsonData2.7 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529463869330690048/spatial_calibration.jsonData3.5 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529463869330690048/undistort_camera.jsonData2.1 KB
hengxuan-commercial-bank-retail-area/organize-and-replenish-snacks/case_1529463869330690048/video_index.jsonData318.4 KB
README.mdDocumentation7.0 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517110431821336576/aligned_pointclouds.npzOther120.2 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517110431821336576/head_left_camera_undistorted.mp4Other91.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517110431821336576/head_pose_point_cloud.mcapOther301.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517110431821336576/head_right_camera_undistorted.mp4Other89.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517110751859314688/aligned_pointclouds.npzOther264.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517110751859314688/head_left_camera_undistorted.mp4Other202.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517110751859314688/head_pose_point_cloud.mcapOther667.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517110751859314688/head_right_camera_undistorted.mp4Other199.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517111337799389184/aligned_pointclouds.npzOther232.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517111337799389184/head_left_camera_undistorted.mp4Other176.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517111337799389184/head_pose_point_cloud.mcapOther583.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517111337799389184/head_right_camera_undistorted.mp4Other173.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517111937920405504/aligned_pointclouds.npzOther175.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517111937920405504/head_left_camera_undistorted.mp4Other132.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517111937920405504/head_pose_point_cloud.mcapOther437.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517111937920405504/head_right_camera_undistorted.mp4Other129.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517113163777052672/aligned_pointclouds.npzOther156.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517113163777052672/head_left_camera_undistorted.mp4Other117.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517113163777052672/head_pose_point_cloud.mcapOther389.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517113163777052672/head_right_camera_undistorted.mp4Other115.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517113582884491264/aligned_pointclouds.npzOther133.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517113582884491264/head_left_camera_undistorted.mp4Other98.8 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517113582884491264/head_right_camera_undistorted.mp4Other97.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517113903518060544/aligned_pointclouds.npzOther167.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517113903518060544/head_left_camera_undistorted.mp4Other123.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517113903518060544/head_pose_point_cloud.mcapOther413.8 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517113903518060544/head_right_camera_undistorted.mp4Other121.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517114823215681536/aligned_pointclouds.npzOther165.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517114823215681536/head_left_camera_undistorted.mp4Other127.2 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517114823215681536/head_pose_point_cloud.mcapOther419.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517114823215681536/head_right_camera_undistorted.mp4Other125.2 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517115160177676288/aligned_pointclouds.npzOther150.2 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517115160177676288/head_left_camera_undistorted.mp4Other117.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517115160177676288/head_pose_point_cloud.mcapOther385.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517115160177676288/head_right_camera_undistorted.mp4Other116.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517115464017252352/aligned_pointclouds.npzOther157.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517115464017252352/head_left_camera_undistorted.mp4Other121.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517115464017252352/head_pose_point_cloud.mcapOther400.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1517115464017252352/head_right_camera_undistorted.mp4Other120.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1518928551024267264/aligned_pointclouds.npzOther137.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1518928551024267264/head_left_camera_undistorted.mp4Other105.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1518928551024267264/head_pose_point_cloud.mcapOther344.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-beer/case_1518928551024267264/head_right_camera_undistorted.mp4Other102.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517116832190828544/aligned_pointclouds.npzOther133.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517116832190828544/head_left_camera_undistorted.mp4Other88.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517116832190828544/head_pose_point_cloud.mcapOther312.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517116832190828544/head_right_camera_undistorted.mp4Other89.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517117192468959232/aligned_pointclouds.npzOther129.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517117192468959232/head_left_camera_undistorted.mp4Other82.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517117192468959232/head_pose_point_cloud.mcapOther295.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517117192468959232/head_right_camera_undistorted.mp4Other83.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517117512381108224/aligned_pointclouds.npzOther131.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517117512381108224/head_left_camera_undistorted.mp4Other83.2 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517117512381108224/head_pose_point_cloud.mcapOther300.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517117512381108224/head_right_camera_undistorted.mp4Other84.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517118238012477440/aligned_pointclouds.npzOther95.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517118238012477440/head_left_camera_undistorted.mp4Other64.8 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517118238012477440/head_pose_point_cloud.mcapOther225.2 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517118238012477440/head_right_camera_undistorted.mp4Other65.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517118475791765504/aligned_pointclouds.npzOther149.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517118475791765504/head_left_camera_undistorted.mp4Other94.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517118475791765504/head_pose_point_cloud.mcapOther339.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517118475791765504/head_right_camera_undistorted.mp4Other94.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517118789328572416/aligned_pointclouds.npzOther180.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517118789328572416/head_left_camera_undistorted.mp4Other114.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517118789328572416/head_pose_point_cloud.mcapOther410.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517118789328572416/head_right_camera_undistorted.mp4Other114.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517119165234679808/aligned_pointclouds.npzOther193.2 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517119165234679808/head_left_camera_undistorted.mp4Other122.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517119165234679808/head_pose_point_cloud.mcapOther439.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517119165234679808/head_right_camera_undistorted.mp4Other122.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517119549277736960/aligned_pointclouds.npzOther139.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517119549277736960/head_left_camera_undistorted.mp4Other88.8 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517119549277736960/head_pose_point_cloud.mcapOther318.2 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517119549277736960/head_right_camera_undistorted.mp4Other89.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517119857143844864/aligned_pointclouds.npzOther141.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517119857143844864/head_left_camera_undistorted.mp4Other96.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517119857143844864/head_pose_point_cloud.mcapOther334.8 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517119857143844864/head_right_camera_undistorted.mp4Other95.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517120518057103360/aligned_pointclouds.npzOther103.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517120518057103360/head_left_camera_undistorted.mp4Other65.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517120518057103360/head_pose_point_cloud.mcapOther236.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-brands-of-soda-water/case_1517120518057103360/head_right_camera_undistorted.mp4Other66.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517105046691516416/aligned_pointclouds.npzOther276.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517105046691516416/head_left_camera_undistorted.mp4Other159.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517105046691516416/head_pose_point_cloud.mcapOther604.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517105046691516416/head_right_camera_undistorted.mp4Other165.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517107868556333056/aligned_pointclouds.npzOther416.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517107868556333056/head_left_camera_undistorted.mp4Other248.8 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517107868556333056/head_pose_point_cloud.mcapOther928.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517107868556333056/head_right_camera_undistorted.mp4Other259.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517108681219510272/aligned_pointclouds.npzOther455.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517108681219510272/head_left_camera_undistorted.mp4Other270.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517108681219510272/head_pose_point_cloud.mcapOther1.0 GB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517108681219510272/head_right_camera_undistorted.mp4Other280.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517115350913650688/aligned_pointclouds.npzOther426.8 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517115350913650688/head_left_camera_undistorted.mp4Other255.8 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517115350913650688/head_pose_point_cloud.mcapOther954.8 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517115350913650688/head_right_camera_undistorted.mp4Other267.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517116154915590144/aligned_pointclouds.npzOther403.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517116154915590144/head_left_camera_undistorted.mp4Other238.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517116154915590144/head_pose_point_cloud.mcapOther894.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517116154915590144/head_right_camera_undistorted.mp4Other248.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517118205007499264/aligned_pointclouds.npzOther403.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517118205007499264/head_left_camera_undistorted.mp4Other243.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517118205007499264/head_pose_point_cloud.mcapOther909.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517118205007499264/head_right_camera_undistorted.mp4Other257.2 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517118918668324864/aligned_pointclouds.npzOther458.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517118918668324864/head_left_camera_undistorted.mp4Other279.8 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517118918668324864/head_pose_point_cloud.mcapOther1.0 GB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517118918668324864/head_right_camera_undistorted.mp4Other294.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517119759018102784/aligned_pointclouds.npzOther274.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517119759018102784/head_left_camera_undistorted.mp4Other166.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517119759018102784/head_pose_point_cloud.mcapOther619.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517119759018102784/head_right_camera_undistorted.mp4Other175.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517120506413715456/aligned_pointclouds.npzOther348.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517120506413715456/head_left_camera_undistorted.mp4Other214.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517120506413715456/head_pose_point_cloud.mcapOther792.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517120506413715456/head_right_camera_undistorted.mp4Other225.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517121295983054848/aligned_pointclouds.npzOther304.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517121295983054848/head_left_camera_undistorted.mp4Other206.8 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517121295983054848/head_pose_point_cloud.mcapOther729.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517121295983054848/head_right_camera_undistorted.mp4Other215.2 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517123355675725824/aligned_pointclouds.npzOther258.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517123355675725824/head_left_camera_undistorted.mp4Other177.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517123355675725824/head_pose_point_cloud.mcapOther625.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517123355675725824/head_right_camera_undistorted.mp4Other187.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517124116191121408/aligned_pointclouds.npzOther339.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517124116191121408/head_left_camera_undistorted.mp4Other226.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517124116191121408/head_pose_point_cloud.mcapOther808.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517124116191121408/head_right_camera_undistorted.mp4Other239.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517124881097953280/aligned_pointclouds.npzOther283.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517124881097953280/head_left_camera_undistorted.mp4Other191.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517124881097953280/head_pose_point_cloud.mcapOther682.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517124881097953280/head_right_camera_undistorted.mp4Other204.2 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517128915749965824/aligned_pointclouds.npzOther393.8 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517128915749965824/head_left_camera_undistorted.mp4Other267.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517128915749965824/head_pose_point_cloud.mcapOther926.2 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517128915749965824/head_right_camera_undistorted.mp4Other260.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517129826853457920/aligned_pointclouds.npzOther536.2 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517129826853457920/head_left_camera_undistorted.mp4Other355.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517129826853457920/head_pose_point_cloud.mcapOther1.2 GB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517129826853457920/head_right_camera_undistorted.mp4Other344.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517133178060410880/aligned_pointclouds.npzOther359.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517133178060410880/head_left_camera_undistorted.mp4Other235.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517133178060410880/head_pose_point_cloud.mcapOther828.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517133178060410880/head_right_camera_undistorted.mp4Other230.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517133898532786176/aligned_pointclouds.npzOther318.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517133898532786176/head_left_camera_undistorted.mp4Other209.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517133898532786176/head_pose_point_cloud.mcapOther737.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517133898532786176/head_right_camera_undistorted.mp4Other205.8 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517134644045156352/aligned_pointclouds.npzOther393.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517134644045156352/head_left_camera_undistorted.mp4Other270.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517134644045156352/head_pose_point_cloud.mcapOther931.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517134644045156352/head_right_camera_undistorted.mp4Other264.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517135508478627840/aligned_pointclouds.npzOther297.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517135508478627840/head_left_camera_undistorted.mp4Other201.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517135508478627840/head_pose_point_cloud.mcapOther699.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517135508478627840/head_right_camera_undistorted.mp4Other197.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517136191655251968/aligned_pointclouds.npzOther347.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517136191655251968/head_left_camera_undistorted.mp4Other234.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517136191655251968/head_pose_point_cloud.mcapOther813.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517136191655251968/head_right_camera_undistorted.mp4Other228.2 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517166728210026496/aligned_pointclouds.npzOther447.8 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517166728210026496/head_left_camera_undistorted.mp4Other344.2 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517166728210026496/head_pose_point_cloud.mcapOther1.1 GB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517166728210026496/head_right_camera_undistorted.mp4Other335.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517167713863077888/aligned_pointclouds.npzOther306.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517167713863077888/head_left_camera_undistorted.mp4Other231.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517167713863077888/head_pose_point_cloud.mcapOther766.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517167713863077888/head_right_camera_undistorted.mp4Other225.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517168444796047360/aligned_pointclouds.npzOther343.8 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517168444796047360/head_left_camera_undistorted.mp4Other260.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517168444796047360/head_pose_point_cloud.mcapOther862.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517168444796047360/head_right_camera_undistorted.mp4Other254.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517192687915110400/aligned_pointclouds.npzOther337.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517192687915110400/head_left_camera_undistorted.mp4Other232.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517192687915110400/head_pose_point_cloud.mcapOther797.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517192687915110400/head_right_camera_undistorted.mp4Other224.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517193546057125888/aligned_pointclouds.npzOther392.2 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517193546057125888/head_left_camera_undistorted.mp4Other263.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517193546057125888/head_pose_point_cloud.mcapOther912.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517193546057125888/head_right_camera_undistorted.mp4Other253.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517194266449809408/aligned_pointclouds.npzOther433.2 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517194266449809408/head_left_camera_undistorted.mp4Other301.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517194266449809408/head_pose_point_cloud.mcapOther1.0 GB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517194266449809408/head_right_camera_undistorted.mp4Other290.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517195044891660288/aligned_pointclouds.npzOther350.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517195044891660288/head_left_camera_undistorted.mp4Other239.8 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517195044891660288/head_pose_point_cloud.mcapOther824.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517195044891660288/head_right_camera_undistorted.mp4Other230.8 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517195660078616576/aligned_pointclouds.npzOther394.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517195660078616576/head_left_camera_undistorted.mp4Other275.8 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517195660078616576/head_pose_point_cloud.mcapOther939.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517195660078616576/head_right_camera_undistorted.mp4Other264.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517196429863424000/aligned_pointclouds.npzOther377.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517196429863424000/head_left_camera_undistorted.mp4Other263.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517196429863424000/head_pose_point_cloud.mcapOther896.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517196429863424000/head_right_camera_undistorted.mp4Other252.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517213297491841024/aligned_pointclouds.npzOther362.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517213297491841024/head_left_camera_undistorted.mp4Other268.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517213297491841024/head_pose_point_cloud.mcapOther898.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517213297491841024/head_right_camera_undistorted.mp4Other264.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517214034049372160/aligned_pointclouds.npzOther311.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517214034049372160/head_left_camera_undistorted.mp4Other231.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517214034049372160/head_pose_point_cloud.mcapOther773.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517214034049372160/head_right_camera_undistorted.mp4Other226.8 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517214814995222528/aligned_pointclouds.npzOther317.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517214814995222528/head_left_camera_undistorted.mp4Other238.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517214814995222528/head_pose_point_cloud.mcapOther793.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517214814995222528/head_right_camera_undistorted.mp4Other234.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517215638232240128/aligned_pointclouds.npzOther268.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517215638232240128/head_left_camera_undistorted.mp4Other203.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517215638232240128/head_pose_point_cloud.mcapOther674.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517215638232240128/head_right_camera_undistorted.mp4Other200.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517216268438999040/aligned_pointclouds.npzOther268.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517216268438999040/head_left_camera_undistorted.mp4Other201.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517216268438999040/head_pose_point_cloud.mcapOther669.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517216268438999040/head_right_camera_undistorted.mp4Other197.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517217946051547136/aligned_pointclouds.npzOther321.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517217946051547136/head_left_camera_undistorted.mp4Other233.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517217946051547136/head_pose_point_cloud.mcapOther785.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517217946051547136/head_right_camera_undistorted.mp4Other229.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517218672878292992/aligned_pointclouds.npzOther337.8 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517218672878292992/head_left_camera_undistorted.mp4Other237.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517218672878292992/head_pose_point_cloud.mcapOther809.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517218672878292992/head_right_camera_undistorted.mp4Other232.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517219513693638656/aligned_pointclouds.npzOther301.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517219513693638656/head_left_camera_undistorted.mp4Other211.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517219513693638656/head_pose_point_cloud.mcapOther722.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517219513693638656/head_right_camera_undistorted.mp4Other207.2 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517220147859820544/aligned_pointclouds.npzOther311.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517220147859820544/head_left_camera_undistorted.mp4Other214.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517220147859820544/head_pose_point_cloud.mcapOther737.8 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517220147859820544/head_right_camera_undistorted.mp4Other209.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517221361842393088/aligned_pointclouds.npzOther276.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517221361842393088/head_left_camera_undistorted.mp4Other190.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517221361842393088/head_pose_point_cloud.mcapOther654.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517221361842393088/head_right_camera_undistorted.mp4Other186.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517222035510530048/aligned_pointclouds.npzOther384.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517222035510530048/head_left_camera_undistorted.mp4Other260.8 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517222035510530048/head_pose_point_cloud.mcapOther903.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517222035510530048/head_right_camera_undistorted.mp4Other255.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517222842637225984/aligned_pointclouds.npzOther231.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517222842637225984/head_left_camera_undistorted.mp4Other155.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517222842637225984/head_pose_point_cloud.mcapOther541.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517222842637225984/head_right_camera_undistorted.mp4Other152.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517223493626761216/aligned_pointclouds.npzOther278.2 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517223493626761216/head_left_camera_undistorted.mp4Other189.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517223493626761216/head_pose_point_cloud.mcapOther653.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517223493626761216/head_right_camera_undistorted.mp4Other184.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517224286513795072/aligned_pointclouds.npzOther296.9 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517224286513795072/head_left_camera_undistorted.mp4Other208.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517224286513795072/head_pose_point_cloud.mcapOther711.1 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1517224286513795072/head_right_camera_undistorted.mp4Other204.2 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527612945373073408/aligned_pointclouds.npzOther100.0 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527612945373073408/head_left_camera_undistorted.mp4Other73.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527612945373073408/head_pose_point_cloud.mcapOther245.4 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527612945373073408/head_right_camera_undistorted.mp4Other71.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527612945373073408/video_stream_audio_aac_stereo.m4aOther830.0 KB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527612945373073408/video_stream_audio_opus_4ch.oggOther1.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527612945373073408/video_stream_depth_frames.npzOther6.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527612945373073408/video_stream_head_pose_6dof.npzOther1.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527613279763959808/aligned_pointclouds.npzOther278.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527613279763959808/head_left_camera_undistorted.mp4Other192.7 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527613279763959808/head_pose_point_cloud.mcapOther663.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527613279763959808/head_right_camera_undistorted.mp4Other188.5 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527613279763959808/video_stream_audio_aac_stereo.m4aOther2.3 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527613279763959808/video_stream_audio_opus_4ch.oggOther4.6 MB
hengxuan-commercial-bank-retail-area/beverage-error-correction-mixing-different-tea-drinks/case_1527613279763959808/video_stream_depth_frames.npzOther18.8 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519991841678692352/aligned_pointclouds.npzOther315.4 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519991841678692352/head_left_camera_undistorted.mp4Other119.0 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519991841678692352/head_pose_point_cloud.mcapOther555.0 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519991841678692352/head_right_camera_undistorted.mp4Other119.8 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519992437748011008/aligned_pointclouds.npzOther292.8 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519992437748011008/head_left_camera_undistorted.mp4Other110.9 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519992437748011008/head_pose_point_cloud.mcapOther516.7 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519992437748011008/head_right_camera_undistorted.mp4Other112.2 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519993218731610112/aligned_pointclouds.npzOther317.0 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519993218731610112/head_left_camera_undistorted.mp4Other139.0 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519993218731610112/head_pose_point_cloud.mcapOther601.7 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519993218731610112/head_right_camera_undistorted.mp4Other145.7 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519993904147992576/aligned_pointclouds.npzOther303.4 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519993904147992576/head_left_camera_undistorted.mp4Other119.5 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519993904147992576/head_pose_point_cloud.mcapOther545.0 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519993904147992576/head_right_camera_undistorted.mp4Other122.2 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519995116171825152/aligned_pointclouds.npzOther360.9 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519995116171825152/head_left_camera_undistorted.mp4Other143.7 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519995116171825152/head_pose_point_cloud.mcapOther651.1 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519995116171825152/head_right_camera_undistorted.mp4Other146.8 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519995954764189696/aligned_pointclouds.npzOther387.4 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519995954764189696/head_left_camera_undistorted.mp4Other156.5 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519995954764189696/head_pose_point_cloud.mcapOther703.0 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519995954764189696/head_right_camera_undistorted.mp4Other159.4 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519996924411777024/aligned_pointclouds.npzOther337.4 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519996924411777024/head_left_camera_undistorted.mp4Other136.5 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519996924411777024/head_pose_point_cloud.mcapOther613.1 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519996924411777024/head_right_camera_undistorted.mp4Other139.7 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519997879932948480/aligned_pointclouds.npzOther422.3 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519997879932948480/head_left_camera_undistorted.mp4Other176.9 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519997879932948480/head_pose_point_cloud.mcapOther778.5 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519997879932948480/head_right_camera_undistorted.mp4Other179.4 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519998708425428992/aligned_pointclouds.npzOther286.5 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519998708425428992/head_left_camera_undistorted.mp4Other116.3 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519998708425428992/head_pose_point_cloud.mcapOther521.5 MB
hengxuan-commercial-bank-retail-area/clean-up-and-replenish-mineral-water/case_1519998708425428992/head_right_camera_undistorted.mp4Other118.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518920662238892032/aligned_pointclouds.npzOther516.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518920662238892032/head_left_camera_undistorted.mp4Other305.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518920662238892032/head_pose_point_cloud.mcapOther1.1 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518920662238892032/head_right_camera_undistorted.mp4Other304.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518922721323388928/aligned_pointclouds.npzOther563.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518922721323388928/head_left_camera_undistorted.mp4Other323.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518922721323388928/head_pose_point_cloud.mcapOther1.2 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518922721323388928/head_right_camera_undistorted.mp4Other327.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518926416018673664/aligned_pointclouds.npzOther561.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518926416018673664/head_left_camera_undistorted.mp4Other306.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518926416018673664/head_pose_point_cloud.mcapOther1.2 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518926416018673664/head_right_camera_undistorted.mp4Other317.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518927421330427904/aligned_pointclouds.npzOther521.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518927421330427904/head_left_camera_undistorted.mp4Other293.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518927421330427904/head_pose_point_cloud.mcapOther1.1 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518927421330427904/head_right_camera_undistorted.mp4Other300.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518928262967857152/aligned_pointclouds.npzOther527.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518928262967857152/head_left_camera_undistorted.mp4Other304.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518928262967857152/head_pose_point_cloud.mcapOther1.1 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518928262967857152/head_right_camera_undistorted.mp4Other314.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518929718164852736/aligned_pointclouds.npzOther602.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518929718164852736/head_left_camera_undistorted.mp4Other341.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518929718164852736/head_pose_point_cloud.mcapOther1.3 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518929718164852736/head_right_camera_undistorted.mp4Other351.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518931015802818560/aligned_pointclouds.npzOther518.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518931015802818560/head_left_camera_undistorted.mp4Other295.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518931015802818560/head_pose_point_cloud.mcapOther1.1 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518931015802818560/head_right_camera_undistorted.mp4Other303.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518932848688500736/head_left_camera_undistorted.mp4Other336.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518932848688500736/head_pose_point_cloud.mcapOther1.3 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518932848688500736/head_right_camera_undistorted.mp4Other345.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518934016206573568/aligned_pointclouds.npzOther528.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518934016206573568/head_left_camera_undistorted.mp4Other298.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518934016206573568/head_pose_point_cloud.mcapOther1.1 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518934016206573568/head_right_camera_undistorted.mp4Other307.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518945069376212992/aligned_pointclouds.npzOther40.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518945069376212992/head_left_camera_undistorted.mp4Other30.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518945069376212992/head_pose_point_cloud.mcapOther99.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518945069376212992/head_right_camera_undistorted.mp4Other29.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518946273791578112/aligned_pointclouds.npzOther512.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518946273791578112/head_left_camera_undistorted.mp4Other300.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518946273791578112/head_pose_point_cloud.mcapOther1.1 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518946273791578112/head_right_camera_undistorted.mp4Other315.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518970720741232640/aligned_pointclouds.npzOther659.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518970720741232640/head_left_camera_undistorted.mp4Other383.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518970720741232640/head_pose_point_cloud.mcapOther1.4 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518970720741232640/head_right_camera_undistorted.mp4Other403.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518971631093944320/aligned_pointclouds.npzOther609.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518971631093944320/head_left_camera_undistorted.mp4Other355.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518971631093944320/head_pose_point_cloud.mcapOther1.3 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518971631093944320/head_right_camera_undistorted.mp4Other374.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518972553723383808/aligned_pointclouds.npzOther618.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518972553723383808/head_left_camera_undistorted.mp4Other348.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518972553723383808/head_pose_point_cloud.mcapOther1.3 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518972553723383808/head_right_camera_undistorted.mp4Other370.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518974420092194816/aligned_pointclouds.npzOther675.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518974420092194816/head_left_camera_undistorted.mp4Other378.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518974420092194816/head_pose_point_cloud.mcapOther1.5 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518974420092194816/head_right_camera_undistorted.mp4Other402.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518975405002854400/aligned_pointclouds.npzOther634.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518975405002854400/head_left_camera_undistorted.mp4Other357.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518975405002854400/head_pose_point_cloud.mcapOther1.4 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518975405002854400/head_right_camera_undistorted.mp4Other382.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518976464907669504/aligned_pointclouds.npzOther683.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518976464907669504/head_left_camera_undistorted.mp4Other379.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518976464907669504/head_pose_point_cloud.mcapOther1.5 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518976464907669504/head_right_camera_undistorted.mp4Other400.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518978848966840320/aligned_pointclouds.npzOther719.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518978848966840320/head_left_camera_undistorted.mp4Other400.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518978848966840320/head_pose_point_cloud.mcapOther1.5 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518978848966840320/head_right_camera_undistorted.mp4Other422.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518980130771308544/aligned_pointclouds.npzOther645.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518980130771308544/head_left_camera_undistorted.mp4Other364.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518980130771308544/head_pose_point_cloud.mcapOther1.4 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518980130771308544/head_right_camera_undistorted.mp4Other386.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518982653833908224/aligned_pointclouds.npzOther597.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518982653833908224/head_left_camera_undistorted.mp4Other338.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518982653833908224/head_pose_point_cloud.mcapOther1.3 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518982653833908224/head_right_camera_undistorted.mp4Other358.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518984542159900672/aligned_pointclouds.npzOther576.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518984542159900672/head_left_camera_undistorted.mp4Other331.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518984542159900672/head_pose_point_cloud.mcapOther1.3 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518984542159900672/head_right_camera_undistorted.mp4Other349.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518986561310429184/aligned_pointclouds.npzOther582.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518986561310429184/head_left_camera_undistorted.mp4Other327.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518986561310429184/head_pose_point_cloud.mcapOther1.3 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518986561310429184/head_right_camera_undistorted.mp4Other346.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518988824317792256/aligned_pointclouds.npzOther603.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518988824317792256/head_left_camera_undistorted.mp4Other361.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518988824317792256/head_pose_point_cloud.mcapOther1.3 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518988824317792256/head_right_camera_undistorted.mp4Other355.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518989891151597568/aligned_pointclouds.npzOther589.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518989891151597568/head_left_camera_undistorted.mp4Other346.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518989891151597568/head_pose_point_cloud.mcapOther1.3 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518989891151597568/head_right_camera_undistorted.mp4Other344.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518990761641644032/aligned_pointclouds.npzOther603.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518990761641644032/head_left_camera_undistorted.mp4Other357.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518990761641644032/head_pose_point_cloud.mcapOther1.3 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518990761641644032/head_right_camera_undistorted.mp4Other352.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518991744660672512/aligned_pointclouds.npzOther658.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518991744660672512/head_left_camera_undistorted.mp4Other379.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518991744660672512/head_pose_point_cloud.mcapOther1.4 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518991744660672512/head_right_camera_undistorted.mp4Other373.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518994801104523264/aligned_pointclouds.npzOther638.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518994801104523264/head_left_camera_undistorted.mp4Other367.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518994801104523264/head_pose_point_cloud.mcapOther1.4 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518994801104523264/head_right_camera_undistorted.mp4Other363.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518995694797459456/aligned_pointclouds.npzOther594.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518995694797459456/head_left_camera_undistorted.mp4Other346.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518995694797459456/head_pose_point_cloud.mcapOther1.3 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518995694797459456/head_right_camera_undistorted.mp4Other343.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518996553522483200/aligned_pointclouds.npzOther651.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518996553522483200/head_left_camera_undistorted.mp4Other376.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518996553522483200/head_pose_point_cloud.mcapOther1.4 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518996553522483200/head_right_camera_undistorted.mp4Other373.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518997478207131648/aligned_pointclouds.npzOther652.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518997478207131648/head_left_camera_undistorted.mp4Other380.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518997478207131648/head_pose_point_cloud.mcapOther1.4 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1518997478207131648/head_right_camera_undistorted.mp4Other374.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519001443481161728/aligned_pointclouds.npzOther645.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519001443481161728/head_left_camera_undistorted.mp4Other366.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519001443481161728/head_pose_point_cloud.mcapOther1.4 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519001443481161728/head_right_camera_undistorted.mp4Other359.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519007987228741632/aligned_pointclouds.npzOther543.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519007987228741632/head_left_camera_undistorted.mp4Other311.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519007987228741632/head_pose_point_cloud.mcapOther1.2 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519007987228741632/head_right_camera_undistorted.mp4Other307.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519010208074960896/aligned_pointclouds.npzOther611.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519010208074960896/head_left_camera_undistorted.mp4Other350.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519010208074960896/head_pose_point_cloud.mcapOther1.3 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519010208074960896/head_right_camera_undistorted.mp4Other364.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519011248455290880/aligned_pointclouds.npzOther603.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519011248455290880/head_left_camera_undistorted.mp4Other349.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519011248455290880/head_pose_point_cloud.mcapOther1.3 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519011248455290880/head_right_camera_undistorted.mp4Other365.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519012328681508864/aligned_pointclouds.npzOther676.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519012328681508864/head_left_camera_undistorted.mp4Other388.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519012328681508864/head_pose_point_cloud.mcapOther1.5 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519012328681508864/head_right_camera_undistorted.mp4Other408.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519015583910203392/aligned_pointclouds.npzOther619.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519015583910203392/head_left_camera_undistorted.mp4Other346.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519015583910203392/head_pose_point_cloud.mcapOther1.3 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519015583910203392/head_right_camera_undistorted.mp4Other364.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519017266115514368/aligned_pointclouds.npzOther590.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519017266115514368/head_left_camera_undistorted.mp4Other335.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519017266115514368/head_pose_point_cloud.mcapOther1.3 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519017266115514368/head_right_camera_undistorted.mp4Other351.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519018218734227456/aligned_pointclouds.npzOther575.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519018218734227456/head_left_camera_undistorted.mp4Other321.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519018218734227456/head_pose_point_cloud.mcapOther1.2 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519018218734227456/head_right_camera_undistorted.mp4Other339.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519019783847153664/aligned_pointclouds.npzOther569.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519019783847153664/head_left_camera_undistorted.mp4Other311.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519019783847153664/head_pose_point_cloud.mcapOther1.2 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519019783847153664/head_right_camera_undistorted.mp4Other328.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519021312264114176/aligned_pointclouds.npzOther635.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519021312264114176/head_left_camera_undistorted.mp4Other346.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519021312264114176/head_pose_point_cloud.mcapOther1.3 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519021312264114176/head_right_camera_undistorted.mp4Other364.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519027462208491520/aligned_pointclouds.npzOther616.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519027462208491520/head_left_camera_undistorted.mp4Other337.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519027462208491520/head_pose_point_cloud.mcapOther1.3 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519027462208491520/head_right_camera_undistorted.mp4Other355.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519028629323911168/aligned_pointclouds.npzOther514.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519028629323911168/head_left_camera_undistorted.mp4Other275.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519028629323911168/head_pose_point_cloud.mcapOther1.1 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519028629323911168/head_right_camera_undistorted.mp4Other289.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519029625294950400/aligned_pointclouds.npzOther552.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519029625294950400/head_left_camera_undistorted.mp4Other300.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519029625294950400/head_pose_point_cloud.mcapOther1.2 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519029625294950400/head_right_camera_undistorted.mp4Other317.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519033516103307264/aligned_pointclouds.npzOther648.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519033516103307264/head_left_camera_undistorted.mp4Other366.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519033516103307264/head_pose_point_cloud.mcapOther1.4 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519033516103307264/head_right_camera_undistorted.mp4Other358.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519036097030524928/aligned_pointclouds.npzOther597.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519036097030524928/head_left_camera_undistorted.mp4Other336.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519036097030524928/head_pose_point_cloud.mcapOther1.3 GB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1519036097030524928/head_right_camera_undistorted.mp4Other329.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527611463223480320/aligned_pointclouds.npzOther541.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527611463223480320/head_left_camera_undistorted.mp4Other213.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527611463223480320/head_pose_point_cloud.mcapOther851.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527611463223480320/head_right_camera_undistorted.mp4Other222.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527611463223480320/video_stream_audio_aac_stereo.m4aOther4.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527611463223480320/video_stream_audio_opus_4ch.oggOther8.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527611463223480320/video_stream_depth_frames.npzOther38.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527611463223480320/video_stream_head_pose_6dof.npzOther9.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527620155402620928/aligned_pointclouds.npzOther326.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527620155402620928/head_left_camera_undistorted.mp4Other190.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527620155402620928/head_pose_point_cloud.mcapOther550.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527620155402620928/head_right_camera_undistorted.mp4Other200.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527620155402620928/video_stream_audio_aac_stereo.m4aOther2.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527620155402620928/video_stream_audio_opus_4ch.oggOther4.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527620155402620928/video_stream_depth_frames.npzOther23.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527620155402620928/video_stream_head_pose_6dof.npzOther4.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527621621135708160/aligned_pointclouds.npzOther435.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527621621135708160/head_left_camera_undistorted.mp4Other223.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527621621135708160/head_pose_point_cloud.mcapOther704.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527621621135708160/head_right_camera_undistorted.mp4Other238.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527621621135708160/video_stream_audio_aac_stereo.m4aOther3.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527621621135708160/video_stream_audio_opus_4ch.oggOther6.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527621621135708160/video_stream_depth_frames.npzOther31.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527621621135708160/video_stream_head_pose_6dof.npzOther6.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527623422660579328/aligned_pointclouds.npzOther396.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527623422660579328/head_left_camera_undistorted.mp4Other206.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527623422660579328/head_pose_point_cloud.mcapOther636.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527623422660579328/head_right_camera_undistorted.mp4Other222.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527623422660579328/video_stream_audio_aac_stereo.m4aOther2.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527623422660579328/video_stream_audio_opus_4ch.oggOther5.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527623422660579328/video_stream_depth_frames.npzOther27.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527623422660579328/video_stream_head_pose_6dof.npzOther5.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527625605682565120/aligned_pointclouds.npzOther426.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527625605682565120/head_left_camera_undistorted.mp4Other226.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527625605682565120/head_pose_point_cloud.mcapOther898.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527625605682565120/head_right_camera_undistorted.mp4Other241.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527625605682565120/video_stream_audio_aac_stereo.m4aOther2.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527625605682565120/video_stream_audio_opus_4ch.oggOther5.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527625605682565120/video_stream_depth_frames.npzOther29.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527625605682565120/video_stream_head_pose_6dof.npzOther6.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527626740535398400/aligned_pointclouds.npzOther409.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527626740535398400/head_left_camera_undistorted.mp4Other161.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527626740535398400/head_pose_point_cloud.mcapOther619.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527626740535398400/head_right_camera_undistorted.mp4Other169.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527626740535398400/video_stream_audio_aac_stereo.m4aOther2.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527626740535398400/video_stream_audio_opus_4ch.oggOther5.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527626740535398400/video_stream_depth_frames.npzOther29.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527626740535398400/video_stream_head_pose_6dof.npzOther5.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527627998579134464/aligned_pointclouds.npzOther432.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527627998579134464/head_left_camera_undistorted.mp4Other231.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527627998579134464/head_pose_point_cloud.mcapOther917.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527627998579134464/head_right_camera_undistorted.mp4Other249.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527627998579134464/video_stream_audio_aac_stereo.m4aOther2.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527627998579134464/video_stream_audio_opus_4ch.oggOther5.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527627998579134464/video_stream_depth_frames.npzOther31.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527627998579134464/video_stream_head_pose_6dof.npzOther6.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527628814027329536/aligned_pointclouds.npzOther455.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527628814027329536/head_left_camera_undistorted.mp4Other254.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527628814027329536/head_pose_point_cloud.mcapOther987.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527628814027329536/head_right_camera_undistorted.mp4Other273.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527628814027329536/video_stream_audio_aac_stereo.m4aOther3.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527628814027329536/video_stream_audio_opus_4ch.oggOther6.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527628814027329536/video_stream_depth_frames.npzOther33.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527628814027329536/video_stream_head_pose_6dof.npzOther6.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527629559401287680/aligned_pointclouds.npzOther414.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527629559401287680/head_left_camera_undistorted.mp4Other228.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527629559401287680/head_pose_point_cloud.mcapOther678.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527629559401287680/head_right_camera_undistorted.mp4Other245.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527629559401287680/video_stream_audio_aac_stereo.m4aOther2.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527629559401287680/video_stream_audio_opus_4ch.oggOther5.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527629559401287680/video_stream_depth_frames.npzOther29.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527629559401287680/video_stream_head_pose_6dof.npzOther6.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527631610067816448/aligned_pointclouds.npzOther457.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527631610067816448/head_left_camera_undistorted.mp4Other165.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527631610067816448/head_pose_point_cloud.mcapOther701.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527631610067816448/head_right_camera_undistorted.mp4Other176.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527631610067816448/video_stream_audio_aac_stereo.m4aOther3.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527631610067816448/video_stream_audio_opus_4ch.oggOther6.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527631610067816448/video_stream_depth_frames.npzOther32.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527631610067816448/video_stream_head_pose_6dof.npzOther6.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527632660476727296/aligned_pointclouds.npzOther454.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527632660476727296/head_left_camera_undistorted.mp4Other257.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527632660476727296/head_pose_point_cloud.mcapOther753.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527632660476727296/head_right_camera_undistorted.mp4Other279.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527632660476727296/video_stream_audio_aac_stereo.m4aOther3.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527632660476727296/video_stream_audio_opus_4ch.oggOther6.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527632660476727296/video_stream_depth_frames.npzOther33.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527632660476727296/video_stream_head_pose_6dof.npzOther6.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527633462498955264/aligned_pointclouds.npzOther449.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527633462498955264/head_left_camera_undistorted.mp4Other180.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527633462498955264/head_pose_point_cloud.mcapOther689.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527633462498955264/head_right_camera_undistorted.mp4Other192.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527633462498955264/video_stream_audio_aac_stereo.m4aOther3.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527633462498955264/video_stream_audio_opus_4ch.oggOther6.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527633462498955264/video_stream_depth_frames.npzOther33.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527633462498955264/video_stream_head_pose_6dof.npzOther6.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527670740227198976/aligned_pointclouds.npzOther436.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527670740227198976/head_left_camera_undistorted.mp4Other204.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527670740227198976/head_pose_point_cloud.mcapOther694.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527670740227198976/head_right_camera_undistorted.mp4Other218.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527670740227198976/video_stream_audio_aac_stereo.m4aOther2.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527670740227198976/video_stream_audio_opus_4ch.oggOther5.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527670740227198976/video_stream_depth_frames.npzOther29.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527670740227198976/video_stream_head_pose_6dof.npzOther6.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527673577757741056/aligned_pointclouds.npzOther384.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527673577757741056/head_left_camera_undistorted.mp4Other154.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527673577757741056/head_pose_point_cloud.mcapOther610.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527673577757741056/head_right_camera_undistorted.mp4Other162.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527673577757741056/video_stream_audio_aac_stereo.m4aOther3.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527673577757741056/video_stream_audio_opus_4ch.oggOther6.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527673577757741056/video_stream_depth_frames.npzOther27.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527673577757741056/video_stream_head_pose_6dof.npzOther6.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527674347706126336/aligned_pointclouds.npzOther372.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527674347706126336/head_left_camera_undistorted.mp4Other157.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527674347706126336/head_pose_point_cloud.mcapOther583.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527674347706126336/head_right_camera_undistorted.mp4Other165.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527674347706126336/video_stream_audio_aac_stereo.m4aOther3.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527674347706126336/video_stream_audio_opus_4ch.oggOther5.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527674347706126336/video_stream_depth_frames.npzOther26.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527674347706126336/video_stream_head_pose_6dof.npzOther6.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527675262102147072/aligned_pointclouds.npzOther388.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527675262102147072/head_left_camera_undistorted.mp4Other204.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527675262102147072/head_pose_point_cloud.mcapOther632.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527675262102147072/head_right_camera_undistorted.mp4Other217.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527675262102147072/video_stream_audio_aac_stereo.m4aOther3.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527675262102147072/video_stream_audio_opus_4ch.oggOther6.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527675262102147072/video_stream_depth_frames.npzOther27.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527675262102147072/video_stream_head_pose_6dof.npzOther6.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527705731346731008/aligned_pointclouds.npzOther631.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527705731346731008/head_left_camera_undistorted.mp4Other223.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527705731346731008/head_pose_point_cloud.mcapOther916.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527705731346731008/head_right_camera_undistorted.mp4Other233.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527705731346731008/video_stream_audio_aac_stereo.m4aOther4.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527705731346731008/video_stream_audio_opus_4ch.oggOther8.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527705731346731008/video_stream_depth_frames.npzOther42.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527705731346731008/video_stream_head_pose_6dof.npzOther8.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527711553581748224/aligned_pointclouds.npzOther429.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527711553581748224/head_left_camera_undistorted.mp4Other194.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527711553581748224/head_pose_point_cloud.mcapOther681.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527711553581748224/head_right_camera_undistorted.mp4Other206.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527711553581748224/video_stream_audio_aac_stereo.m4aOther2.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527711553581748224/video_stream_audio_opus_4ch.oggOther5.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527711553581748224/video_stream_depth_frames.npzOther28.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527711553581748224/video_stream_head_pose_6dof.npzOther6.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712254886154240/aligned_pointclouds.npzOther410.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712254886154240/head_left_camera_undistorted.mp4Other203.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712254886154240/head_pose_point_cloud.mcapOther647.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712254886154240/head_right_camera_undistorted.mp4Other215.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712254886154240/video_stream_audio_aac_stereo.m4aOther2.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712254886154240/video_stream_audio_opus_4ch.oggOther5.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712254886154240/video_stream_depth_frames.npzOther28.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712254886154240/video_stream_head_pose_6dof.npzOther5.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712994937540608/aligned_pointclouds.npzOther465.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712994937540608/head_left_camera_undistorted.mp4Other220.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712994937540608/head_pose_point_cloud.mcapOther920.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712994937540608/head_right_camera_undistorted.mp4Other231.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712994937540608/video_stream_audio_aac_stereo.m4aOther3.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712994937540608/video_stream_audio_opus_4ch.oggOther6.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712994937540608/video_stream_depth_frames.npzOther31.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527712994937540608/video_stream_head_pose_6dof.npzOther6.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527714467821916160/aligned_pointclouds.npzOther482.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527714467821916160/head_left_camera_undistorted.mp4Other247.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527714467821916160/head_pose_point_cloud.mcapOther770.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527714467821916160/head_right_camera_undistorted.mp4Other259.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527714467821916160/video_stream_audio_aac_stereo.m4aOther3.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527714467821916160/video_stream_audio_opus_4ch.oggOther6.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527714467821916160/video_stream_depth_frames.npzOther32.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527714467821916160/video_stream_head_pose_6dof.npzOther6.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527715683910029312/aligned_pointclouds.npzOther424.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527715683910029312/head_left_camera_undistorted.mp4Other169.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527715683910029312/head_pose_point_cloud.mcapOther643.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527715683910029312/head_right_camera_undistorted.mp4Other176.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527715683910029312/video_stream_audio_aac_stereo.m4aOther2.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527715683910029312/video_stream_audio_opus_4ch.oggOther5.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527715683910029312/video_stream_depth_frames.npzOther28.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527715683910029312/video_stream_head_pose_6dof.npzOther6.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527716885557153792/aligned_pointclouds.npzOther460.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527716885557153792/head_left_camera_undistorted.mp4Other219.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527716885557153792/head_pose_point_cloud.mcapOther721.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527716885557153792/head_right_camera_undistorted.mp4Other231.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527716885557153792/video_stream_audio_aac_stereo.m4aOther3.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527716885557153792/video_stream_audio_opus_4ch.oggOther6.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527716885557153792/video_stream_depth_frames.npzOther31.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527716885557153792/video_stream_head_pose_6dof.npzOther6.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527718336555651072/aligned_pointclouds.npzOther466.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527718336555651072/head_left_camera_undistorted.mp4Other215.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527718336555651072/head_pose_point_cloud.mcapOther718.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527718336555651072/head_right_camera_undistorted.mp4Other226.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527718336555651072/video_stream_audio_aac_stereo.m4aOther3.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527718336555651072/video_stream_audio_opus_4ch.oggOther6.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527718336555651072/video_stream_depth_frames.npzOther32.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527718336555651072/video_stream_head_pose_6dof.npzOther6.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527719238934990848/aligned_pointclouds.npzOther492.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527719238934990848/head_left_camera_undistorted.mp4Other167.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527719238934990848/head_pose_point_cloud.mcapOther725.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527719238934990848/head_right_camera_undistorted.mp4Other170.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527719238934990848/video_stream_audio_aac_stereo.m4aOther3.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527719238934990848/video_stream_audio_opus_4ch.oggOther6.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527719238934990848/video_stream_depth_frames.npzOther32.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527719238934990848/video_stream_head_pose_6dof.npzOther6.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527720080366899200/aligned_pointclouds.npzOther395.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527720080366899200/head_left_camera_undistorted.mp4Other155.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527720080366899200/head_pose_point_cloud.mcapOther595.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527720080366899200/head_right_camera_undistorted.mp4Other159.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527720080366899200/video_stream_audio_aac_stereo.m4aOther2.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527720080366899200/video_stream_audio_opus_4ch.oggOther5.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527720080366899200/video_stream_depth_frames.npzOther26.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527720080366899200/video_stream_head_pose_6dof.npzOther5.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721037448351744/aligned_pointclouds.npzOther509.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721037448351744/head_left_camera_undistorted.mp4Other189.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721037448351744/head_pose_point_cloud.mcapOther749.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721037448351744/head_right_camera_undistorted.mp4Other195.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721037448351744/video_stream_audio_aac_stereo.m4aOther3.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721037448351744/video_stream_audio_opus_4ch.oggOther6.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721037448351744/video_stream_depth_frames.npzOther34.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721037448351744/video_stream_head_pose_6dof.npzOther7.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721781257834496/aligned_pointclouds.npzOther403.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721781257834496/head_left_camera_undistorted.mp4Other164.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721781257834496/head_pose_point_cloud.mcapOther614.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721781257834496/head_right_camera_undistorted.mp4Other168.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721781257834496/video_stream_audio_aac_stereo.m4aOther2.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721781257834496/video_stream_audio_opus_4ch.oggOther5.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721781257834496/video_stream_depth_frames.npzOther27.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527721781257834496/video_stream_head_pose_6dof.npzOther5.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527722367571202048/aligned_pointclouds.npzOther494.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527722367571202048/head_left_camera_undistorted.mp4Other238.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527722367571202048/head_pose_point_cloud.mcapOther985.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527722367571202048/head_right_camera_undistorted.mp4Other249.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527722367571202048/video_stream_audio_aac_stereo.m4aOther3.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527722367571202048/video_stream_audio_opus_4ch.oggOther6.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527722367571202048/video_stream_depth_frames.npzOther33.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527722367571202048/video_stream_head_pose_6dof.npzOther7.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527725126202691584/aligned_pointclouds.npzOther457.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527725126202691584/head_left_camera_undistorted.mp4Other178.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527725126202691584/head_pose_point_cloud.mcapOther686.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527725126202691584/head_right_camera_undistorted.mp4Other185.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527725126202691584/video_stream_audio_aac_stereo.m4aOther3.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527725126202691584/video_stream_audio_opus_4ch.oggOther6.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527725126202691584/video_stream_depth_frames.npzOther30.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527725126202691584/video_stream_head_pose_6dof.npzOther6.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726082810187776/aligned_pointclouds.npzOther478.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726082810187776/head_left_camera_undistorted.mp4Other239.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726082810187776/head_pose_point_cloud.mcapOther971.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726082810187776/head_right_camera_undistorted.mp4Other250.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726082810187776/video_stream_audio_aac_stereo.m4aOther3.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726082810187776/video_stream_audio_opus_4ch.oggOther6.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726082810187776/video_stream_depth_frames.npzOther32.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726082810187776/video_stream_head_pose_6dof.npzOther7.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726771590402048/aligned_pointclouds.npzOther460.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726771590402048/head_left_camera_undistorted.mp4Other229.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726771590402048/head_pose_point_cloud.mcapOther934.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726771590402048/head_right_camera_undistorted.mp4Other240.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726771590402048/video_stream_audio_aac_stereo.m4aOther3.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726771590402048/video_stream_audio_opus_4ch.oggOther6.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726771590402048/video_stream_depth_frames.npzOther29.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527726771590402048/video_stream_head_pose_6dof.npzOther6.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527729650032185344/aligned_pointclouds.npzOther443.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527729650032185344/head_left_camera_undistorted.mp4Other170.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527729650032185344/head_pose_point_cloud.mcapOther662.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527729650032185344/head_right_camera_undistorted.mp4Other175.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527729650032185344/video_stream_audio_aac_stereo.m4aOther3.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527729650032185344/video_stream_audio_opus_4ch.oggOther6.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527729650032185344/video_stream_depth_frames.npzOther29.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527729650032185344/video_stream_head_pose_6dof.npzOther6.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527730470576459776/aligned_pointclouds.npzOther292.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527730470576459776/head_left_camera_undistorted.mp4Other144.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527730470576459776/head_pose_point_cloud.mcapOther589.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527730470576459776/head_right_camera_undistorted.mp4Other150.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527730470576459776/video_stream_audio_aac_stereo.m4aOther2.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527730470576459776/video_stream_audio_opus_4ch.oggOther4.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527730470576459776/video_stream_depth_frames.npzOther20.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527730470576459776/video_stream_head_pose_6dof.npzOther4.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731010714734592/aligned_pointclouds.npzOther465.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731010714734592/head_left_camera_undistorted.mp4Other215.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731010714734592/head_pose_point_cloud.mcapOther911.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731010714734592/head_right_camera_undistorted.mp4Other227.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731010714734592/video_stream_audio_aac_stereo.m4aOther3.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731010714734592/video_stream_audio_opus_4ch.oggOther6.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731010714734592/video_stream_depth_frames.npzOther31.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731010714734592/video_stream_head_pose_6dof.npzOther6.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731655635111936/aligned_pointclouds.npzOther405.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731655635111936/head_left_camera_undistorted.mp4Other160.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731655635111936/head_pose_point_cloud.mcapOther611.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731655635111936/head_right_camera_undistorted.mp4Other164.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731655635111936/video_stream_audio_aac_stereo.m4aOther2.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731655635111936/video_stream_audio_opus_4ch.oggOther5.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731655635111936/video_stream_depth_frames.npzOther27.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-categories-of-meatballs/case_1527731655635111936/video_stream_head_pose_6dof.npzOther5.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517169818778734592/aligned_pointclouds.npzOther183.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517169818778734592/head_left_camera_undistorted.mp4Other110.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517169818778734592/head_pose_point_cloud.mcapOther411.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517169818778734592/head_right_camera_undistorted.mp4Other116.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517170150116167680/aligned_pointclouds.npzOther321.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517170150116167680/head_left_camera_undistorted.mp4Other178.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517170150116167680/head_pose_point_cloud.mcapOther692.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517170150116167680/head_right_camera_undistorted.mp4Other190.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517170912552554496/aligned_pointclouds.npzOther360.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517170912552554496/head_left_camera_undistorted.mp4Other210.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517170912552554496/head_pose_point_cloud.mcapOther796.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517170912552554496/head_right_camera_undistorted.mp4Other222.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517172036370173952/aligned_pointclouds.npzOther380.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517172036370173952/head_left_camera_undistorted.mp4Other255.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517172036370173952/head_pose_point_cloud.mcapOther882.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517172036370173952/head_right_camera_undistorted.mp4Other244.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517172789667172352/aligned_pointclouds.npzOther300.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517172789667172352/head_left_camera_undistorted.mp4Other195.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517172789667172352/head_pose_point_cloud.mcapOther684.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517172789667172352/head_right_camera_undistorted.mp4Other187.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517173497690853376/aligned_pointclouds.npzOther275.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517173497690853376/head_left_camera_undistorted.mp4Other187.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517173497690853376/head_pose_point_cloud.mcapOther643.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517173497690853376/head_right_camera_undistorted.mp4Other179.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517174378415001600/aligned_pointclouds.npzOther210.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517174378415001600/head_left_camera_undistorted.mp4Other137.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517174378415001600/head_pose_point_cloud.mcapOther482.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517174378415001600/head_right_camera_undistorted.mp4Other132.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517174919572492288/aligned_pointclouds.npzOther209.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517174919572492288/head_left_camera_undistorted.mp4Other134.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517174919572492288/head_pose_point_cloud.mcapOther475.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517174919572492288/head_right_camera_undistorted.mp4Other129.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517175385731633152/aligned_pointclouds.npzOther200.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517175385731633152/head_left_camera_undistorted.mp4Other140.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517175385731633152/head_pose_point_cloud.mcapOther478.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517175385731633152/head_right_camera_undistorted.mp4Other135.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517175892009291776/aligned_pointclouds.npzOther193.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517175892009291776/head_left_camera_undistorted.mp4Other132.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517175892009291776/head_pose_point_cloud.mcapOther454.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517175892009291776/head_right_camera_undistorted.mp4Other126.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517176516272721920/aligned_pointclouds.npzOther188.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517176516272721920/head_left_camera_undistorted.mp4Other126.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517176516272721920/head_pose_point_cloud.mcapOther438.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517176516272721920/head_right_camera_undistorted.mp4Other121.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517176971526672384/aligned_pointclouds.npzOther192.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517176971526672384/head_left_camera_undistorted.mp4Other129.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517176971526672384/head_pose_point_cloud.mcapOther447.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517176971526672384/head_right_camera_undistorted.mp4Other123.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517177435462832128/aligned_pointclouds.npzOther201.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517177435462832128/head_left_camera_undistorted.mp4Other140.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517177435462832128/head_pose_point_cloud.mcapOther478.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517177435462832128/head_right_camera_undistorted.mp4Other134.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517177973608812544/aligned_pointclouds.npzOther190.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517177973608812544/head_left_camera_undistorted.mp4Other130.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517177973608812544/head_pose_point_cloud.mcapOther447.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517177973608812544/head_right_camera_undistorted.mp4Other125.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517178930484744192/aligned_pointclouds.npzOther208.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517178930484744192/head_left_camera_undistorted.mp4Other139.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517178930484744192/head_pose_point_cloud.mcapOther484.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517178930484744192/head_right_camera_undistorted.mp4Other133.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517179384702701568/aligned_pointclouds.npzOther190.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517179384702701568/head_left_camera_undistorted.mp4Other132.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517179384702701568/head_pose_point_cloud.mcapOther451.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517179384702701568/head_right_camera_undistorted.mp4Other126.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517179828590088192/aligned_pointclouds.npzOther192.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517179828590088192/head_left_camera_undistorted.mp4Other132.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517179828590088192/head_pose_point_cloud.mcapOther453.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517179828590088192/head_right_camera_undistorted.mp4Other126.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517180557786615808/aligned_pointclouds.npzOther211.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517180557786615808/head_left_camera_undistorted.mp4Other140.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517180557786615808/head_pose_point_cloud.mcapOther488.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517180557786615808/head_right_camera_undistorted.mp4Other134.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517181091817984000/aligned_pointclouds.npzOther203.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517181091817984000/head_left_camera_undistorted.mp4Other134.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517181091817984000/head_pose_point_cloud.mcapOther470.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517181091817984000/head_right_camera_undistorted.mp4Other129.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517181592244588544/aligned_pointclouds.npzOther187.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517181592244588544/head_left_camera_undistorted.mp4Other127.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517181592244588544/head_pose_point_cloud.mcapOther437.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517181592244588544/head_right_camera_undistorted.mp4Other121.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517182070646902784/aligned_pointclouds.npzOther170.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517182070646902784/head_left_camera_undistorted.mp4Other116.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517182070646902784/head_pose_point_cloud.mcapOther399.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517182070646902784/head_right_camera_undistorted.mp4Other111.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517182525414313984/aligned_pointclouds.npzOther193.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517182525414313984/head_left_camera_undistorted.mp4Other129.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517182525414313984/head_pose_point_cloud.mcapOther447.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517182525414313984/head_right_camera_undistorted.mp4Other123.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517182983436505088/aligned_pointclouds.npzOther194.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517182983436505088/head_left_camera_undistorted.mp4Other130.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517182983436505088/head_pose_point_cloud.mcapOther452.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517182983436505088/head_right_camera_undistorted.mp4Other125.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517183521137889280/aligned_pointclouds.npzOther190.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517183521137889280/head_left_camera_undistorted.mp4Other128.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517183521137889280/head_pose_point_cloud.mcapOther443.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517183521137889280/head_right_camera_undistorted.mp4Other123.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517184333926895616/aligned_pointclouds.npzOther194.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517184333926895616/head_left_camera_undistorted.mp4Other135.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517184333926895616/head_pose_point_cloud.mcapOther461.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517184333926895616/head_right_camera_undistorted.mp4Other129.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517184917337804800/aligned_pointclouds.npzOther187.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517184917337804800/head_left_camera_undistorted.mp4Other125.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517184917337804800/head_pose_point_cloud.mcapOther435.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517184917337804800/head_right_camera_undistorted.mp4Other120.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517185375557128192/aligned_pointclouds.npzOther198.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517185375557128192/head_left_camera_undistorted.mp4Other137.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517185375557128192/head_pose_point_cloud.mcapOther467.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517185375557128192/head_right_camera_undistorted.mp4Other130.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517188051091066880/aligned_pointclouds.npzOther231.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517188051091066880/head_left_camera_undistorted.mp4Other128.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517188051091066880/head_pose_point_cloud.mcapOther489.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517188051091066880/head_right_camera_undistorted.mp4Other128.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517188748058562560/aligned_pointclouds.npzOther225.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517188748058562560/head_left_camera_undistorted.mp4Other124.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517188748058562560/head_pose_point_cloud.mcapOther476.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517188748058562560/head_right_camera_undistorted.mp4Other124.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517189151500275712/aligned_pointclouds.npzOther234.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517189151500275712/head_left_camera_undistorted.mp4Other127.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517189151500275712/head_pose_point_cloud.mcapOther493.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517189151500275712/head_right_camera_undistorted.mp4Other129.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517189556175114240/aligned_pointclouds.npzOther192.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517189556175114240/head_left_camera_undistorted.mp4Other117.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517189556175114240/head_pose_point_cloud.mcapOther432.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517189556175114240/head_right_camera_undistorted.mp4Other120.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517189999408189440/aligned_pointclouds.npzOther197.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517189999408189440/head_left_camera_undistorted.mp4Other116.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517189999408189440/head_pose_point_cloud.mcapOther433.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517189999408189440/head_right_camera_undistorted.mp4Other118.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517190377369505792/aligned_pointclouds.npzOther198.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517190377369505792/head_left_camera_undistorted.mp4Other119.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517190377369505792/head_pose_point_cloud.mcapOther441.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517190377369505792/head_right_camera_undistorted.mp4Other121.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517197178005622784/aligned_pointclouds.npzOther259.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517197178005622784/head_left_camera_undistorted.mp4Other159.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517197178005622784/head_pose_point_cloud.mcapOther572.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517197178005622784/head_right_camera_undistorted.mp4Other151.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517197715887362048/aligned_pointclouds.npzOther239.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517197715887362048/head_left_camera_undistorted.mp4Other146.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517197715887362048/head_pose_point_cloud.mcapOther525.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517197715887362048/head_right_camera_undistorted.mp4Other138.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517198152195641344/aligned_pointclouds.npzOther234.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517198152195641344/head_left_camera_undistorted.mp4Other139.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517198152195641344/head_pose_point_cloud.mcapOther508.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1517198152195641344/head_right_camera_undistorted.mp4Other133.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527618713279270912/aligned_pointclouds.npzOther235.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527618713279270912/head_left_camera_undistorted.mp4Other157.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527618713279270912/head_pose_point_cloud.mcapOther551.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527618713279270912/head_right_camera_undistorted.mp4Other157.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527618713279270912/video_stream_audio_aac_stereo.m4aOther1.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527618713279270912/video_stream_audio_opus_4ch.oggOther3.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527618713279270912/video_stream_depth_frames.npzOther15.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527671094511669248/aligned_pointclouds.npzOther237.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527671094511669248/head_left_camera_undistorted.mp4Other108.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527671094511669248/head_pose_point_cloud.mcapOther390.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527671094511669248/head_right_camera_undistorted.mp4Other109.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527671094511669248/video_stream_audio_aac_stereo.m4aOther1.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527671094511669248/video_stream_audio_opus_4ch.oggOther3.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527671094511669248/video_stream_depth_frames.npzOther18.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527671094511669248/video_stream_head_pose_6dof.npzOther3.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527672106941157376/aligned_pointclouds.npzOther223.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527672106941157376/head_left_camera_undistorted.mp4Other165.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527672106941157376/head_pose_point_cloud.mcapOther555.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527672106941157376/head_right_camera_undistorted.mp4Other163.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527672106941157376/video_stream_audio_aac_stereo.m4aOther1.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527672106941157376/video_stream_audio_opus_4ch.oggOther3.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527672106941157376/video_stream_depth_frames.npzOther17.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527672106941157376/video_stream_head_pose_6dof.npzOther3.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673174219558912/aligned_pointclouds.npzOther235.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673174219558912/head_left_camera_undistorted.mp4Other164.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673174219558912/head_pose_point_cloud.mcapOther564.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673174219558912/head_right_camera_undistorted.mp4Other163.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673174219558912/video_stream_audio_aac_stereo.m4aOther1.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673174219558912/video_stream_audio_opus_4ch.oggOther3.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673174219558912/video_stream_depth_frames.npzOther17.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673174219558912/video_stream_head_pose_6dof.npzOther3.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673603389132800/aligned_pointclouds.npzOther253.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673603389132800/head_left_camera_undistorted.mp4Other128.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673603389132800/head_pose_point_cloud.mcapOther414.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673603389132800/head_right_camera_undistorted.mp4Other128.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673603389132800/video_stream_audio_aac_stereo.m4aOther2.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673603389132800/video_stream_audio_opus_4ch.oggOther4.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673603389132800/video_stream_depth_frames.npzOther19.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673603389132800/video_stream_head_pose_6dof.npzOther4.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673987021148160/aligned_pointclouds.npzOther274.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673987021148160/head_left_camera_undistorted.mp4Other140.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673987021148160/head_pose_point_cloud.mcapOther451.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673987021148160/head_right_camera_undistorted.mp4Other140.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673987021148160/video_stream_audio_aac_stereo.m4aOther2.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673987021148160/video_stream_audio_opus_4ch.oggOther4.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527673987021148160/video_stream_depth_frames.npzOther21.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527674882991591424/aligned_pointclouds.npzOther270.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527674882991591424/head_left_camera_undistorted.mp4Other120.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527674882991591424/head_pose_point_cloud.mcapOther436.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527674882991591424/head_right_camera_undistorted.mp4Other120.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527674882991591424/video_stream_audio_aac_stereo.m4aOther2.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527674882991591424/video_stream_audio_opus_4ch.oggOther4.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527674882991591424/video_stream_depth_frames.npzOther21.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678353291612160/aligned_pointclouds.npzOther270.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678353291612160/head_left_camera_undistorted.mp4Other178.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678353291612160/head_pose_point_cloud.mcapOther464.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678353291612160/head_right_camera_undistorted.mp4Other178.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678353291612160/video_stream_audio_aac_stereo.m4aOther2.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678353291612160/video_stream_audio_opus_4ch.oggOther4.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678353291612160/video_stream_depth_frames.npzOther21.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678353291612160/video_stream_head_pose_6dof.npzOther4.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678767118422016/aligned_pointclouds.npzOther251.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678767118422016/head_left_camera_undistorted.mp4Other164.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678767118422016/head_pose_point_cloud.mcapOther431.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678767118422016/head_right_camera_undistorted.mp4Other164.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678767118422016/video_stream_audio_aac_stereo.m4aOther2.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678767118422016/video_stream_audio_opus_4ch.oggOther4.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678767118422016/video_stream_depth_frames.npzOther19.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527678767118422016/video_stream_head_pose_6dof.npzOther4.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527681220538798080/aligned_pointclouds.npzOther264.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527681220538798080/head_left_camera_undistorted.mp4Other118.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527681220538798080/head_pose_point_cloud.mcapOther429.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527681220538798080/head_right_camera_undistorted.mp4Other118.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527681220538798080/video_stream_audio_aac_stereo.m4aOther2.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527681220538798080/video_stream_audio_opus_4ch.oggOther4.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527681220538798080/video_stream_depth_frames.npzOther21.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527682069973438464/aligned_pointclouds.npzOther243.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527682069973438464/head_left_camera_undistorted.mp4Other164.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527682069973438464/head_pose_point_cloud.mcapOther573.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527682069973438464/head_right_camera_undistorted.mp4Other163.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527682069973438464/video_stream_audio_aac_stereo.m4aOther1.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527682069973438464/video_stream_audio_opus_4ch.oggOther3.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527682069973438464/video_stream_depth_frames.npzOther19.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527682069973438464/video_stream_head_pose_6dof.npzOther3.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527698003404525568/aligned_pointclouds.npzOther240.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527698003404525568/head_left_camera_undistorted.mp4Other165.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527698003404525568/head_pose_point_cloud.mcapOther574.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527698003404525568/head_right_camera_undistorted.mp4Other167.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527698003404525568/video_stream_audio_aac_stereo.m4aOther1.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527698003404525568/video_stream_audio_opus_4ch.oggOther3.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527698003404525568/video_stream_depth_frames.npzOther19.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527698003404525568/video_stream_head_pose_6dof.npzOther3.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527711526868226048/aligned_pointclouds.npzOther244.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527711526868226048/head_left_camera_undistorted.mp4Other126.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527711526868226048/head_pose_point_cloud.mcapOther407.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527711526868226048/head_right_camera_undistorted.mp4Other127.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527711526868226048/video_stream_audio_aac_stereo.m4aOther1.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527711526868226048/video_stream_audio_opus_4ch.oggOther3.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527711526868226048/video_stream_depth_frames.npzOther18.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527711526868226048/video_stream_head_pose_6dof.npzOther3.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527712659133173760/aligned_pointclouds.npzOther241.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527712659133173760/head_left_camera_undistorted.mp4Other126.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527712659133173760/head_pose_point_cloud.mcapOther402.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527712659133173760/head_right_camera_undistorted.mp4Other125.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527712659133173760/video_stream_audio_aac_stereo.m4aOther1.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527712659133173760/video_stream_audio_opus_4ch.oggOther3.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527712659133173760/video_stream_depth_frames.npzOther18.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527712659133173760/video_stream_head_pose_6dof.npzOther3.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713532613758976/aligned_pointclouds.npzOther231.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713532613758976/head_left_camera_undistorted.mp4Other159.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713532613758976/head_pose_point_cloud.mcapOther407.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713532613758976/head_right_camera_undistorted.mp4Other159.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713532613758976/video_stream_audio_aac_stereo.m4aOther1.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713532613758976/video_stream_audio_opus_4ch.oggOther3.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713532613758976/video_stream_depth_frames.npzOther17.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713532613758976/video_stream_head_pose_6dof.npzOther3.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713930179252224/aligned_pointclouds.npzOther248.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713930179252224/head_left_camera_undistorted.mp4Other170.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713930179252224/head_pose_point_cloud.mcapOther591.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713930179252224/head_right_camera_undistorted.mp4Other169.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713930179252224/video_stream_audio_aac_stereo.m4aOther1.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713930179252224/video_stream_audio_opus_4ch.oggOther3.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713930179252224/video_stream_depth_frames.npzOther19.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527713930179252224/video_stream_head_pose_6dof.npzOther3.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527714346673639424/aligned_pointclouds.npzOther242.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527714346673639424/head_left_camera_undistorted.mp4Other111.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527714346673639424/head_pose_point_cloud.mcapOther399.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527714346673639424/head_right_camera_undistorted.mp4Other111.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527714346673639424/video_stream_audio_aac_stereo.m4aOther1.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527714346673639424/video_stream_audio_opus_4ch.oggOther3.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527714346673639424/video_stream_depth_frames.npzOther19.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527714346673639424/video_stream_head_pose_6dof.npzOther3.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527715789224808448/aligned_pointclouds.npzOther241.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527715789224808448/head_left_camera_undistorted.mp4Other136.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527715789224808448/head_pose_point_cloud.mcapOther417.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527715789224808448/head_right_camera_undistorted.mp4Other135.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527715789224808448/video_stream_audio_aac_stereo.m4aOther1.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527715789224808448/video_stream_audio_opus_4ch.oggOther3.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527715789224808448/video_stream_depth_frames.npzOther16.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527715789224808448/video_stream_head_pose_6dof.npzOther3.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733043899404288/aligned_pointclouds.npzOther241.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733043899404288/head_left_camera_undistorted.mp4Other132.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733043899404288/head_pose_point_cloud.mcapOther409.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733043899404288/head_right_camera_undistorted.mp4Other131.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733043899404288/video_stream_audio_aac_stereo.m4aOther1.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733043899404288/video_stream_audio_opus_4ch.oggOther3.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733043899404288/video_stream_depth_frames.npzOther17.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733043899404288/video_stream_head_pose_6dof.npzOther3.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733403678412800/aligned_pointclouds.npzOther239.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733403678412800/head_left_camera_undistorted.mp4Other195.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733403678412800/head_pose_point_cloud.mcapOther438.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733403678412800/head_right_camera_undistorted.mp4Other194.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733403678412800/video_stream_audio_aac_stereo.m4aOther1.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733403678412800/video_stream_audio_opus_4ch.oggOther3.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733403678412800/video_stream_depth_frames.npzOther17.2 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527733403678412800/video_stream_head_pose_6dof.npzOther3.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734176650891264/aligned_pointclouds.npzOther247.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734176650891264/head_left_camera_undistorted.mp4Other120.7 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734176650891264/head_pose_point_cloud.mcapOther416.0 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734176650891264/head_right_camera_undistorted.mp4Other120.1 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734176650891264/video_stream_audio_aac_stereo.m4aOther1.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734176650891264/video_stream_audio_opus_4ch.oggOther3.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734176650891264/video_stream_depth_frames.npzOther17.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734176650891264/video_stream_head_pose_6dof.npzOther3.9 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734973618982912/aligned_pointclouds.npzOther225.3 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734973618982912/head_left_camera_undistorted.mp4Other181.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734973618982912/head_pose_point_cloud.mcapOther589.5 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734973618982912/head_right_camera_undistorted.mp4Other181.4 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734973618982912/video_stream_audio_aac_stereo.m4aOther1.8 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734973618982912/video_stream_audio_opus_4ch.oggOther3.6 MB
hengxuan-commercial-bank-retail-area/correcting-shelf-snacks-mixing-different-types-of-pickled-mustard/case_1527734973618982912/video_stream_depth_frames.npzOther16.2 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517169818606768128/aligned_pointclouds.npzOther117.6 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517169818606768128/head_left_camera_undistorted.mp4Other101.5 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517169818606768128/head_pose_point_cloud.mcapOther320.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517169818606768128/head_right_camera_undistorted.mp4Other99.9 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517170193808232448/aligned_pointclouds.npzOther149.8 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517170193808232448/head_left_camera_undistorted.mp4Other124.6 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517170193808232448/head_pose_point_cloud.mcapOther398.6 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517170193808232448/head_right_camera_undistorted.mp4Other122.9 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517170541360844800/aligned_pointclouds.npzOther96.5 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517170541360844800/head_left_camera_undistorted.mp4Other83.4 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517170541360844800/head_pose_point_cloud.mcapOther262.8 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517170541360844800/head_right_camera_undistorted.mp4Other82.2 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517200347976699904/aligned_pointclouds.npzOther164.2 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517200347976699904/head_left_camera_undistorted.mp4Other128.2 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517200347976699904/head_pose_point_cloud.mcapOther418.6 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517200347976699904/head_right_camera_undistorted.mp4Other124.5 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517200671919575040/aligned_pointclouds.npzOther166.4 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517200671919575040/head_left_camera_undistorted.mp4Other129.8 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517200671919575040/head_pose_point_cloud.mcapOther424.4 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517200671919575040/head_right_camera_undistorted.mp4Other126.3 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517200938589229056/aligned_pointclouds.npzOther121.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517200938589229056/head_left_camera_undistorted.mp4Other97.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517200938589229056/head_pose_point_cloud.mcapOther313.9 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517200938589229056/head_right_camera_undistorted.mp4Other94.6 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517201179849789440/aligned_pointclouds.npzOther247.1 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517201179849789440/head_left_camera_undistorted.mp4Other189.8 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517201179849789440/head_pose_point_cloud.mcapOther624.9 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517201179849789440/head_right_camera_undistorted.mp4Other185.3 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517201622747320320/aligned_pointclouds.npzOther139.9 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517201622747320320/head_left_camera_undistorted.mp4Other111.4 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517201622747320320/head_pose_point_cloud.mcapOther361.5 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517201622747320320/head_right_camera_undistorted.mp4Other108.6 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517203601087270912/aligned_pointclouds.npzOther165.7 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517203601087270912/head_left_camera_undistorted.mp4Other126.4 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517203601087270912/head_pose_point_cloud.mcapOther418.3 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517203601087270912/head_right_camera_undistorted.mp4Other124.5 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517203954558046208/aligned_pointclouds.npzOther142.8 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517203954558046208/head_left_camera_undistorted.mp4Other106.4 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517203954558046208/head_pose_point_cloud.mcapOther355.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517203954558046208/head_right_camera_undistorted.mp4Other104.4 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517204213006864384/aligned_pointclouds.npzOther155.4 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517204213006864384/head_left_camera_undistorted.mp4Other118.3 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517204213006864384/head_pose_point_cloud.mcapOther391.3 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517204213006864384/head_right_camera_undistorted.mp4Other115.9 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517204470335803392/aligned_pointclouds.npzOther128.7 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517204470335803392/head_left_camera_undistorted.mp4Other95.9 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517204470335803392/head_pose_point_cloud.mcapOther320.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517204470335803392/head_right_camera_undistorted.mp4Other94.1 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517204749953273856/aligned_pointclouds.npzOther124.8 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517204749953273856/head_left_camera_undistorted.mp4Other94.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517204749953273856/head_pose_point_cloud.mcapOther312.2 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517204749953273856/head_right_camera_undistorted.mp4Other92.2 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205002324545536/aligned_pointclouds.npzOther115.6 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205002324545536/head_left_camera_undistorted.mp4Other83.9 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205002324545536/head_pose_point_cloud.mcapOther283.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205002324545536/head_right_camera_undistorted.mp4Other82.4 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205246709862400/aligned_pointclouds.npzOther134.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205246709862400/head_left_camera_undistorted.mp4Other100.1 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205246709862400/head_pose_point_cloud.mcapOther333.6 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205246709862400/head_right_camera_undistorted.mp4Other98.2 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205500352008192/aligned_pointclouds.npzOther131.8 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205500352008192/head_left_camera_undistorted.mp4Other98.9 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205500352008192/head_pose_point_cloud.mcapOther329.9 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205500352008192/head_right_camera_undistorted.mp4Other97.7 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205780363743232/aligned_pointclouds.npzOther118.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205780363743232/head_left_camera_undistorted.mp4Other89.6 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205780363743232/head_pose_point_cloud.mcapOther296.9 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1517205780363743232/head_right_camera_undistorted.mp4Other88.1 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1518927177184186368/aligned_pointclouds.npzOther333.7 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1518927177184186368/head_left_camera_undistorted.mp4Other266.9 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1518927177184186368/head_pose_point_cloud.mcapOther868.8 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1518950061113872384/aligned_pointclouds.npzOther526.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1518950061113872384/head_left_camera_undistorted.mp4Other404.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1518950061113872384/head_pose_point_cloud.mcapOther1.3 GB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1518950061113872384/head_right_camera_undistorted.mp4Other413.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1518952076292395008/aligned_pointclouds.npzOther869.4 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1518952076292395008/head_left_camera_undistorted.mp4Other622.2 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1518952076292395008/head_pose_point_cloud.mcapOther2.1 GB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-hanging-of-different-brands-of-melon-seeds/case_1518952076292395008/head_right_camera_undistorted.mp4Other628.8 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517132178486464512/aligned_pointclouds.npzOther230.6 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517132178486464512/head_left_camera_undistorted.mp4Other161.1 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517132178486464512/head_pose_point_cloud.mcapOther554.8 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517132178486464512/head_right_camera_undistorted.mp4Other162.5 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517132626442326016/aligned_pointclouds.npzOther120.1 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517132626442326016/head_left_camera_undistorted.mp4Other84.3 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517132626442326016/head_pose_point_cloud.mcapOther290.3 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517132626442326016/head_right_camera_undistorted.mp4Other85.4 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517132951718989824/aligned_pointclouds.npzOther119.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517132951718989824/head_left_camera_undistorted.mp4Other86.2 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517132951718989824/head_pose_point_cloud.mcapOther292.5 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517132951718989824/head_right_camera_undistorted.mp4Other87.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517133297849733120/aligned_pointclouds.npzOther119.4 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517133297849733120/head_left_camera_undistorted.mp4Other86.2 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517133297849733120/head_pose_point_cloud.mcapOther293.8 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517133297849733120/head_right_camera_undistorted.mp4Other87.7 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517135545803739136/aligned_pointclouds.npzOther135.1 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517135545803739136/head_left_camera_undistorted.mp4Other97.1 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517135545803739136/head_pose_point_cloud.mcapOther330.7 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517135545803739136/head_right_camera_undistorted.mp4Other97.8 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517135833411358720/aligned_pointclouds.npzOther112.3 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517135833411358720/head_left_camera_undistorted.mp4Other77.8 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517135833411358720/head_pose_point_cloud.mcapOther268.8 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517135833411358720/head_right_camera_undistorted.mp4Other78.1 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517136646661738496/aligned_pointclouds.npzOther45.1 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517136646661738496/head_left_camera_undistorted.mp4Other34.9 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517136646661738496/head_pose_point_cloud.mcapOther115.2 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517136646661738496/head_right_camera_undistorted.mp4Other34.8 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517136828254130176/aligned_pointclouds.npzOther120.7 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517136828254130176/head_left_camera_undistorted.mp4Other90.1 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517136828254130176/head_pose_point_cloud.mcapOther301.6 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517136828254130176/head_right_camera_undistorted.mp4Other90.2 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517198664013975552/aligned_pointclouds.npzOther141.8 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517198664013975552/head_left_camera_undistorted.mp4Other111.4 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517198664013975552/head_pose_point_cloud.mcapOther363.3 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517198664013975552/head_right_camera_undistorted.mp4Other108.6 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517198939625885696/aligned_pointclouds.npzOther131.3 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517198939625885696/head_left_camera_undistorted.mp4Other103.9 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517198939625885696/head_pose_point_cloud.mcapOther337.6 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517198939625885696/head_right_camera_undistorted.mp4Other101.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199196648640512/aligned_pointclouds.npzOther131.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199196648640512/head_left_camera_undistorted.mp4Other102.7 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199196648640512/head_pose_point_cloud.mcapOther335.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199196648640512/head_right_camera_undistorted.mp4Other99.8 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199430468505600/aligned_pointclouds.npzOther131.9 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199430468505600/head_left_camera_undistorted.mp4Other100.7 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199430468505600/head_pose_point_cloud.mcapOther332.1 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199430468505600/head_right_camera_undistorted.mp4Other98.1 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199656298221568/aligned_pointclouds.npzOther125.5 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199656298221568/head_left_camera_undistorted.mp4Other91.7 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199656298221568/head_pose_point_cloud.mcapOther307.4 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199656298221568/head_right_camera_undistorted.mp4Other88.9 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199911379013632/aligned_pointclouds.npzOther119.5 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199911379013632/head_left_camera_undistorted.mp4Other90.9 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199911379013632/head_pose_point_cloud.mcapOther300.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517199911379013632/head_right_camera_undistorted.mp4Other88.4 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517200152392110080/aligned_pointclouds.npzOther49.4 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517200152392110080/head_left_camera_undistorted.mp4Other37.7 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517200152392110080/head_pose_point_cloud.mcapOther124.6 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517200152392110080/head_right_camera_undistorted.mp4Other37.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517207613786296320/aligned_pointclouds.npzOther245.3 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517207613786296320/head_left_camera_undistorted.mp4Other176.8 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517207613786296320/head_pose_point_cloud.mcapOther595.9 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517207613786296320/head_right_camera_undistorted.mp4Other171.3 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517208216491003904/aligned_pointclouds.npzOther206.7 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517208216491003904/head_left_camera_undistorted.mp4Other147.3 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517208216491003904/head_pose_point_cloud.mcapOther498.3 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517208216491003904/head_right_camera_undistorted.mp4Other142.2 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517208608071225344/aligned_pointclouds.npzOther159.5 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517208608071225344/head_left_camera_undistorted.mp4Other116.6 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517208608071225344/head_pose_point_cloud.mcapOther390.5 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517208608071225344/head_right_camera_undistorted.mp4Other112.7 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517208954701090816/aligned_pointclouds.npzOther150.5 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517208954701090816/head_left_camera_undistorted.mp4Other111.7 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517208954701090816/head_pose_point_cloud.mcapOther371.7 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517208954701090816/head_right_camera_undistorted.mp4Other108.1 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517209295370850304/aligned_pointclouds.npzOther161.3 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517209295370850304/head_left_camera_undistorted.mp4Other120.6 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517209295370850304/head_pose_point_cloud.mcapOther401.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517209295370850304/head_right_camera_undistorted.mp4Other117.4 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517209812046188544/aligned_pointclouds.npzOther191.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517209812046188544/head_left_camera_undistorted.mp4Other142.2 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517209812046188544/head_pose_point_cloud.mcapOther473.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517209812046188544/head_right_camera_undistorted.mp4Other138.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517210180142501888/aligned_pointclouds.npzOther189.4 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517210180142501888/head_left_camera_undistorted.mp4Other137.3 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517210180142501888/head_pose_point_cloud.mcapOther462.6 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517210180142501888/head_right_camera_undistorted.mp4Other134.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517210550793146368/aligned_pointclouds.npzOther180.0 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517210550793146368/head_left_camera_undistorted.mp4Other133.1 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517210550793146368/head_pose_point_cloud.mcapOther444.5 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-peanut-flavors/case_1517210550793146368/head_right_camera_undistorted.mp4Other129.6 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-rice-crackers-with-different-flavors/case_1517206551981461504/aligned_pointclouds.npzOther135.6 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-rice-crackers-with-different-flavors/case_1517206551981461504/head_left_camera_undistorted.mp4Other102.8 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-rice-crackers-with-different-flavors/case_1517206551981461504/head_pose_point_cloud.mcapOther340.1 MB
hengxuan-commercial-bank-retail-area/correction-of-hanging-snacks-mixed-rice-crackers-with-different-flavors/case_1517206551981461504/head_right_camera_undistorted.mp4Other100.2 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518933301908213760/aligned_pointclouds.npzOther491.8 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518933301908213760/head_left_camera_undistorted.mp4Other383.5 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518933301908213760/head_pose_point_cloud.mcapOther1.3 GB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518933301908213760/head_right_camera_undistorted.mp4Other381.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518987977622032384/aligned_pointclouds.npzOther651.7 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518987977622032384/head_left_camera_undistorted.mp4Other485.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518987977622032384/head_pose_point_cloud.mcapOther1.6 GB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518987977622032384/head_right_camera_undistorted.mp4Other474.7 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518989176618356736/aligned_pointclouds.npzOther458.8 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518989176618356736/head_left_camera_undistorted.mp4Other358.3 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518989176618356736/head_pose_point_cloud.mcapOther1.2 GB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518989176618356736/head_right_camera_undistorted.mp4Other350.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518989904359460864/aligned_pointclouds.npzOther540.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518989904359460864/head_left_camera_undistorted.mp4Other416.0 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518989904359460864/head_pose_point_cloud.mcapOther1.4 GB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518989904359460864/head_right_camera_undistorted.mp4Other407.0 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518990910799482880/aligned_pointclouds.npzOther549.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518990910799482880/head_left_camera_undistorted.mp4Other424.6 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518990910799482880/head_pose_point_cloud.mcapOther1.4 GB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518990910799482880/head_right_camera_undistorted.mp4Other418.2 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518995242479521792/aligned_pointclouds.npzOther395.8 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518995242479521792/head_left_camera_undistorted.mp4Other310.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518995242479521792/head_pose_point_cloud.mcapOther1.0 GB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518995242479521792/head_right_camera_undistorted.mp4Other305.3 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518996135044190208/aligned_pointclouds.npzOther361.3 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518996135044190208/head_left_camera_undistorted.mp4Other283.1 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518996135044190208/head_pose_point_cloud.mcapOther924.8 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518996135044190208/head_right_camera_undistorted.mp4Other276.7 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518996667779518464/aligned_pointclouds.npzOther339.6 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518996667779518464/head_left_camera_undistorted.mp4Other264.2 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518996667779518464/head_pose_point_cloud.mcapOther866.4 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518996667779518464/head_right_camera_undistorted.mp4Other259.1 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518997924342665216/aligned_pointclouds.npzOther422.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518997924342665216/head_left_camera_undistorted.mp4Other334.4 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518997924342665216/head_pose_point_cloud.mcapOther1.1 GB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518997924342665216/head_right_camera_undistorted.mp4Other328.3 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518998574900187136/aligned_pointclouds.npzOther439.5 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518998574900187136/head_left_camera_undistorted.mp4Other345.2 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518998574900187136/head_pose_point_cloud.mcapOther1.1 GB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1518998574900187136/head_right_camera_undistorted.mp4Other338.4 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519007074485276672/aligned_pointclouds.npzOther289.5 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519007074485276672/head_left_camera_undistorted.mp4Other229.1 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519007074485276672/head_pose_point_cloud.mcapOther742.7 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519007074485276672/head_right_camera_undistorted.mp4Other223.1 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519007511468838912/aligned_pointclouds.npzOther387.6 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519007511468838912/head_left_camera_undistorted.mp4Other300.1 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519007511468838912/head_pose_point_cloud.mcapOther982.5 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519007511468838912/head_right_camera_undistorted.mp4Other293.2 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519008107550740480/aligned_pointclouds.npzOther330.8 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519008107550740480/head_left_camera_undistorted.mp4Other254.8 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519008107550740480/head_pose_point_cloud.mcapOther836.1 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519008107550740480/head_right_camera_undistorted.mp4Other249.1 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519008700944093184/aligned_pointclouds.npzOther426.4 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519008700944093184/head_left_camera_undistorted.mp4Other326.7 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519008700944093184/head_pose_point_cloud.mcapOther1.1 GB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519008700944093184/head_right_camera_undistorted.mp4Other318.1 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519009629210677248/aligned_pointclouds.npzOther418.8 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519009629210677248/head_left_camera_undistorted.mp4Other322.6 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519009629210677248/head_pose_point_cloud.mcapOther1.1 GB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519009629210677248/head_right_camera_undistorted.mp4Other315.0 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519010221576425472/aligned_pointclouds.npzOther382.7 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519010221576425472/head_left_camera_undistorted.mp4Other289.1 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519010221576425472/head_pose_point_cloud.mcapOther956.7 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519010221576425472/head_right_camera_undistorted.mp4Other283.4 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519010884813328384/aligned_pointclouds.npzOther511.7 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519010884813328384/head_left_camera_undistorted.mp4Other393.3 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519010884813328384/head_pose_point_cloud.mcapOther1.3 GB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519010884813328384/head_right_camera_undistorted.mp4Other383.7 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519011681223577600/aligned_pointclouds.npzOther448.0 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519011681223577600/head_left_camera_undistorted.mp4Other342.6 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519011681223577600/head_pose_point_cloud.mcapOther1.1 GB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519011681223577600/head_right_camera_undistorted.mp4Other334.2 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519012340228427776/aligned_pointclouds.npzOther399.2 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519012340228427776/head_left_camera_undistorted.mp4Other305.6 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519012340228427776/head_pose_point_cloud.mcapOther1.0 GB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519012340228427776/head_right_camera_undistorted.mp4Other297.7 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519015670849736704/aligned_pointclouds.npzOther569.5 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519015670849736704/head_left_camera_undistorted.mp4Other434.7 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519015670849736704/head_pose_point_cloud.mcapOther1.4 GB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1519015670849736704/head_right_camera_undistorted.mp4Other427.2 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529418856487981056/aligned_pointclouds.npzOther199.3 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529418856487981056/head_left_camera_undistorted.mp4Other146.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529418856487981056/head_pose_point_cloud.mcapOther361.5 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529418856487981056/head_right_camera_undistorted.mp4Other124.1 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529418856487981056/video_stream_audio_aac_stereo.m4aOther1.5 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529418856487981056/video_stream_audio_opus_4ch.oggOther3.1 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529418856487981056/video_stream_depth_frames.npzOther14.2 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529418856487981056/video_stream_head_pose_6dof.npzOther3.3 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529781532212858880/aligned_pointclouds.npzOther309.5 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529781532212858880/head_left_camera_undistorted.mp4Other274.6 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529781532212858880/head_pose_point_cloud.mcapOther622.3 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529781532212858880/head_right_camera_undistorted.mp4Other282.4 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529781532212858880/video_stream_audio_aac_stereo.m4aOther2.6 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529781532212858880/video_stream_audio_opus_4ch.oggOther5.3 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529781532212858880/video_stream_depth_frames.npzOther20.3 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529781532212858880/video_stream_head_pose_6dof.npzOther5.6 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529783274690318336/aligned_pointclouds.npzOther403.3 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529783274690318336/head_left_camera_undistorted.mp4Other312.2 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529783274690318336/head_pose_point_cloud.mcapOther742.7 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529783274690318336/head_right_camera_undistorted.mp4Other310.2 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529783274690318336/video_stream_audio_aac_stereo.m4aOther2.7 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529783274690318336/video_stream_audio_opus_4ch.oggOther5.4 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529783274690318336/video_stream_depth_frames.npzOther32.4 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529783274690318336/video_stream_head_pose_6dof.npzOther5.6 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791190877081600/aligned_pointclouds.npzOther410.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791190877081600/head_left_camera_undistorted.mp4Other276.3 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791190877081600/head_pose_point_cloud.mcapOther716.1 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791190877081600/head_right_camera_undistorted.mp4Other277.6 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791190877081600/video_stream_audio_aac_stereo.m4aOther2.7 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791190877081600/video_stream_audio_opus_4ch.oggOther5.5 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791190877081600/video_stream_depth_frames.npzOther34.1 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791190877081600/video_stream_head_pose_6dof.npzOther5.8 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791769607147520/aligned_pointclouds.npzOther422.2 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791769607147520/head_left_camera_undistorted.mp4Other298.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791769607147520/head_pose_point_cloud.mcapOther748.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791769607147520/head_right_camera_undistorted.mp4Other297.8 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791769607147520/video_stream_audio_aac_stereo.m4aOther2.8 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791769607147520/video_stream_audio_opus_4ch.oggOther5.6 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791769607147520/video_stream_depth_frames.npzOther35.6 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529791769607147520/video_stream_head_pose_6dof.npzOther6.0 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529792310051606528/aligned_pointclouds.npzOther424.7 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529792310051606528/head_left_camera_undistorted.mp4Other274.2 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529792310051606528/head_pose_point_cloud.mcapOther740.1 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529792310051606528/head_right_camera_undistorted.mp4Other272.8 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529792310051606528/video_stream_audio_aac_stereo.m4aOther2.8 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529792310051606528/video_stream_audio_opus_4ch.oggOther5.7 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529792310051606528/video_stream_depth_frames.npzOther35.8 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529792310051606528/video_stream_head_pose_6dof.npzOther6.0 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529793443188969472/aligned_pointclouds.npzOther382.7 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529793443188969472/head_left_camera_undistorted.mp4Other299.7 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529793443188969472/head_pose_point_cloud.mcapOther717.3 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529793443188969472/head_right_camera_undistorted.mp4Other304.7 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529793443188969472/video_stream_audio_aac_stereo.m4aOther2.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529793443188969472/video_stream_audio_opus_4ch.oggOther5.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529793443188969472/video_stream_depth_frames.npzOther27.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529793443188969472/video_stream_head_pose_6dof.npzOther6.3 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529794413285347328/aligned_pointclouds.npzOther328.6 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529794413285347328/head_left_camera_undistorted.mp4Other330.3 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529794413285347328/head_pose_point_cloud.mcapOther691.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529794413285347328/head_right_camera_undistorted.mp4Other339.4 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529794413285347328/video_stream_audio_aac_stereo.m4aOther2.7 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529794413285347328/video_stream_audio_opus_4ch.oggOther5.5 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529794413285347328/video_stream_depth_frames.npzOther22.0 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529794413285347328/video_stream_head_pose_6dof.npzOther5.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795105328730112/aligned_pointclouds.npzOther437.8 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795105328730112/head_left_camera_undistorted.mp4Other325.5 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795105328730112/head_pose_point_cloud.mcapOther792.5 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795105328730112/head_right_camera_undistorted.mp4Other322.4 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795105328730112/video_stream_audio_aac_stereo.m4aOther2.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795105328730112/video_stream_audio_opus_4ch.oggOther5.8 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795105328730112/video_stream_depth_frames.npzOther37.0 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795105328730112/video_stream_head_pose_6dof.npzOther6.2 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795696977252352/aligned_pointclouds.npzOther436.5 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795696977252352/head_left_camera_undistorted.mp4Other317.4 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795696977252352/head_pose_point_cloud.mcapOther784.5 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795696977252352/head_right_camera_undistorted.mp4Other315.2 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795696977252352/video_stream_audio_aac_stereo.m4aOther2.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795696977252352/video_stream_audio_opus_4ch.oggOther5.8 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795696977252352/video_stream_depth_frames.npzOther36.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529795696977252352/video_stream_head_pose_6dof.npzOther6.2 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529796657682583552/aligned_pointclouds.npzOther382.5 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529796657682583552/head_left_camera_undistorted.mp4Other282.2 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529796657682583552/head_pose_point_cloud.mcapOther693.4 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529796657682583552/head_right_camera_undistorted.mp4Other281.2 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529796657682583552/video_stream_audio_aac_stereo.m4aOther2.5 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529796657682583552/video_stream_audio_opus_4ch.oggOther5.1 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529796657682583552/video_stream_depth_frames.npzOther32.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529796657682583552/video_stream_head_pose_6dof.npzOther5.4 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529798675805507584/aligned_pointclouds.npzOther443.4 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529798675805507584/head_left_camera_undistorted.mp4Other320.4 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529798675805507584/head_pose_point_cloud.mcapOther795.1 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529798675805507584/head_right_camera_undistorted.mp4Other319.3 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529798675805507584/video_stream_audio_aac_stereo.m4aOther3.0 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529798675805507584/video_stream_audio_opus_4ch.oggOther5.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529798675805507584/video_stream_depth_frames.npzOther37.8 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529798675805507584/video_stream_head_pose_6dof.npzOther6.3 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529799291059572736/aligned_pointclouds.npzOther421.8 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529799291059572736/head_left_camera_undistorted.mp4Other314.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529799291059572736/head_pose_point_cloud.mcapOther773.0 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529799291059572736/head_right_camera_undistorted.mp4Other313.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529799291059572736/video_stream_audio_aac_stereo.m4aOther2.8 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529799291059572736/video_stream_audio_opus_4ch.oggOther5.6 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529799291059572736/video_stream_depth_frames.npzOther35.2 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529799291059572736/video_stream_head_pose_6dof.npzOther6.0 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529801068106485760/aligned_pointclouds.npzOther446.7 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529801068106485760/head_left_camera_undistorted.mp4Other331.9 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529801068106485760/head_pose_point_cloud.mcapOther814.7 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529801068106485760/head_right_camera_undistorted.mp4Other331.8 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529801068106485760/video_stream_audio_aac_stereo.m4aOther3.0 MB
hengxuan-commercial-bank-retail-area/correction-of-shelf-snacks-different-categories-of-duck-products-are-mixed/case_1529801068106485760/video_stream_audio_opus_4ch.oggOther5.9 MB

License and Download

License
cc-by-4.0
Access
Access requested at publisher
Request access from Jiu

Jiu grants access through its official repository on Hugging Face. Read the license.