Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    CastError
Message:      Couldn't cast
version: int64
global_stats: struct<total_sessions: int64, successful_sessions: int64>
  child 0, total_sessions: int64
  child 1, successful_sessions: int64
footage_classes: struct<SD_30fps_AUTO: struct<sample_count: int64, success_count: int64, avg_success_rate: double, se (... 6366 chars omitted)
  child 0, SD_30fps_AUTO: struct<sample_count: int64, success_count: int64, avg_success_rate: double, settings_history: list<i (... 574 chars omitted)
      child 0, sample_count: int64
      child 1, success_count: int64
      child 2, avg_success_rate: double
      child 3, settings_history: list<item: struct<settings: struct<pattern_size: int64, search_size: int64, correlation: double, thr (... 82 chars omitted)
          child 0, item: struct<settings: struct<pattern_size: int64, search_size: int64, correlation: double, threshold: dou (... 70 chars omitted)
              child 0, settings: struct<pattern_size: int64, search_size: int64, correlation: double, threshold: double, motion_model (... 9 chars omitted)
                  child 0, pattern_size: int64
                  child 1, search_size: int64
                  child 2, correlation: double
                  child 3, threshold: double
                  child 4, motion_model: string
              child 1, solve_error: double
              child 2, success_rate: double
      child 4, experiences: list<item: struct<settings: struct<pattern_size: int64, search_size: int64, correlation: double, thr (... 156 chars omitted)
  
...
acks: int64
      child 1, successful_tracks: int64
      child 2, avg_lifespan: double
  child 3, mid-left: struct<total_tracks: int64, successful_tracks: int64, avg_lifespan: double>
      child 0, total_tracks: int64
      child 1, successful_tracks: int64
      child 2, avg_lifespan: double
  child 4, center: struct<total_tracks: int64, successful_tracks: int64, avg_lifespan: double>
      child 0, total_tracks: int64
      child 1, successful_tracks: int64
      child 2, avg_lifespan: double
  child 5, mid-right: struct<total_tracks: int64, successful_tracks: int64, avg_lifespan: double>
      child 0, total_tracks: int64
      child 1, successful_tracks: int64
      child 2, avg_lifespan: double
  child 6, bottom-left: struct<total_tracks: int64, successful_tracks: int64, avg_lifespan: double>
      child 0, total_tracks: int64
      child 1, successful_tracks: int64
      child 2, avg_lifespan: double
  child 7, bottom-center: struct<total_tracks: int64, successful_tracks: int64, avg_lifespan: double>
      child 0, total_tracks: int64
      child 1, successful_tracks: int64
      child 2, avg_lifespan: double
  child 8, bottom-right: struct<total_tracks: int64, successful_tracks: int64, avg_lifespan: double>
      child 0, total_tracks: int64
      child 1, successful_tracks: int64
      child 2, avg_lifespan: double
failure_patterns: struct<>
session_count: int64
export_date: string
addon_version: string
behavior_count: int64
total_tracks: int64
export_version: int64
to
{'export_version': Value('int64'), 'export_date': Value('string'), 'addon_version': Value('string'), 'session_count': Value('int64'), 'behavior_count': Value('int64'), 'total_tracks': Value('int64')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 99, in get_rows_or_raise
                  return get_rows(
                         ^^^^^^^^^
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/utils.py", line 77, in get_rows
                  rows_plus_one = list(itertools.islice(ds, rows_max_number + 1))
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2690, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2227, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2251, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 494, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 384, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 299, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 128, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              version: int64
              global_stats: struct<total_sessions: int64, successful_sessions: int64>
                child 0, total_sessions: int64
                child 1, successful_sessions: int64
              footage_classes: struct<SD_30fps_AUTO: struct<sample_count: int64, success_count: int64, avg_success_rate: double, se (... 6366 chars omitted)
                child 0, SD_30fps_AUTO: struct<sample_count: int64, success_count: int64, avg_success_rate: double, settings_history: list<i (... 574 chars omitted)
                    child 0, sample_count: int64
                    child 1, success_count: int64
                    child 2, avg_success_rate: double
                    child 3, settings_history: list<item: struct<settings: struct<pattern_size: int64, search_size: int64, correlation: double, thr (... 82 chars omitted)
                        child 0, item: struct<settings: struct<pattern_size: int64, search_size: int64, correlation: double, threshold: dou (... 70 chars omitted)
                            child 0, settings: struct<pattern_size: int64, search_size: int64, correlation: double, threshold: double, motion_model (... 9 chars omitted)
                                child 0, pattern_size: int64
                                child 1, search_size: int64
                                child 2, correlation: double
                                child 3, threshold: double
                                child 4, motion_model: string
                            child 1, solve_error: double
                            child 2, success_rate: double
                    child 4, experiences: list<item: struct<settings: struct<pattern_size: int64, search_size: int64, correlation: double, thr (... 156 chars omitted)
                
              ...
              acks: int64
                    child 1, successful_tracks: int64
                    child 2, avg_lifespan: double
                child 3, mid-left: struct<total_tracks: int64, successful_tracks: int64, avg_lifespan: double>
                    child 0, total_tracks: int64
                    child 1, successful_tracks: int64
                    child 2, avg_lifespan: double
                child 4, center: struct<total_tracks: int64, successful_tracks: int64, avg_lifespan: double>
                    child 0, total_tracks: int64
                    child 1, successful_tracks: int64
                    child 2, avg_lifespan: double
                child 5, mid-right: struct<total_tracks: int64, successful_tracks: int64, avg_lifespan: double>
                    child 0, total_tracks: int64
                    child 1, successful_tracks: int64
                    child 2, avg_lifespan: double
                child 6, bottom-left: struct<total_tracks: int64, successful_tracks: int64, avg_lifespan: double>
                    child 0, total_tracks: int64
                    child 1, successful_tracks: int64
                    child 2, avg_lifespan: double
                child 7, bottom-center: struct<total_tracks: int64, successful_tracks: int64, avg_lifespan: double>
                    child 0, total_tracks: int64
                    child 1, successful_tracks: int64
                    child 2, avg_lifespan: double
                child 8, bottom-right: struct<total_tracks: int64, successful_tracks: int64, avg_lifespan: double>
                    child 0, total_tracks: int64
                    child 1, successful_tracks: int64
                    child 2, avg_lifespan: double
              failure_patterns: struct<>
              session_count: int64
              export_date: string
              addon_version: string
              behavior_count: int64
              total_tracks: int64
              export_version: int64
              to
              {'export_version': Value('int64'), 'export_date': Value('string'), 'addon_version': Value('string'), 'session_count': Value('int64'), 'behavior_count': Value('int64'), 'total_tracks': Value('int64')}
              because column names don't match

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

πŸ§ͺ AutoSolve Research Dataset (Beta)

Community-driven telemetry for 3D Camera Tracking

This dataset collects anonymized tracking sessions from the AutoSolve Blender Addon. It trains an adaptive learning system that predicts optimal tracking settings (Search Size, Pattern Size, Motion Models) based on footage characteristics.


🀝 How to Contribute

Your data makes AutoSolve smarter for everyone.

Step 1: Export from Blender

  1. Open Blender and go to the Movie Clip Editor.
  2. In the AutoSolve panel, find the Research Beta sub-panel.
  3. Click Export (exports as autosolve_telemetry_YYYYMMDD_HHMMSS.zip).

Step 2: Upload Here

  1. Click the "Files and versions" tab at the top of this page.
  2. Click "Add file" β†’ "Upload file". (You need to be Logged-In to HuggingFace to upload)
  3. Drag and drop your .zip file.
  4. (Optional) Add a brief description: e.g., "10 drone shots, 4K 30fps, outdoor"
  5. Click "Commit changes" (creates a Pull Request).

Note: Contributions are reviewed before merging to ensure data quality and privacy compliance.

Step 3: Join the Community

Have questions or want to discuss your contributions?

Discord: Join our community
Documentation: Full contribution guide


πŸ“Š Dataset Structure

Each ZIP file contains anonymized numerical telemetry:

1. Session Records (/sessions/*.json)

Individual tracking attempts with complete metrics.

What's Included:

  • Footage Metadata: Resolution, FPS, Frame Count
  • Settings Used: Pattern Size, Search Size, Correlation, Motion Model
  • Results: Solve Error, Bundle Count, Success/Failure
  • Camera Intrinsics: Focal Length, Sensor Size, Distortion Coefficients (K1, K2, K3)
  • Motion Analysis: Motion Class (LOW/MEDIUM/HIGH), Parallax Score, Velocity Statistics
  • Feature Density: Count of trackable features per 9-grid region (from Blender's detect_features)
  • Time Series: Per-frame active tracks, dropout rates, velocity profiles
  • Track Lifecycle: Per-marker survival, jitter, reprojection error
  • Track Healing: Anchor tracks, healing attempts, gap interpolation results
  • Track Averaging: Merged segment counts

Example Session:

{
  "schema_version": 1,
  "timestamp": "2025-12-12T10:30:00",
  "resolution": [1920, 1080],
  "fps": 30,
  "frame_count": 240,
  "settings": {
    "pattern_size": 17,
    "search_size": 91,
    "correlation": 0.68,
    "motion_model": "LocRot"
  },
  "success": true,
  "solve_error": 0.42,
  "bundle_count": 45,
  "motion_class": "MEDIUM",
  "visual_features": {
    "feature_density": {
      "center": 12,
      "top-left": 8,
      "top-right": 6
    },
    "motion_magnitude": 0.015,
    "edge_density": {
      "center": 0.85,
      "top-left": 0.42
    }
  }
  "healing_stats": {
    "candidates_found": 5,
    "heals_attempted": 3,
    "heals_successful": 2,
    "avg_gap_frames": 15.0
  }
}

2. Behavior Records (/behavior/*.json)

THE KEY LEARNING DATA - How experts improve tracking.

What's Captured:

  • Track Additions: πŸ”‘ Which markers users manually add (region, position, quality)
  • Track Deletions: Which markers users remove (region, lifespan, error, reason)
  • Settings Adjustments: Which parameters users changed (before/after values)
  • Re-solve Results: Whether user changes improved solve error
  • Marker Refinements: Manual position adjustments
  • Net Track Change: How many tracks were added vs removed
  • Region Reinforcement: Which regions pros manually populated

Purpose: Teaches the AI how experts improve tracking, not just cleanup.

Example Behavior:

{
  "schema_version": 1,
  "clip_fingerprint": "a7f3c89b2e71d6f0",
  "contributor_id": "x7f2k9a1",
  "iteration": 3,
  "track_additions": [
    {
      "track_name": "Track.042",
      "region": "center",
      "initial_frame": 45,
      "position": [0.52, 0.48],
      "lifespan_achieved": 145,
      "had_bundle": true,
      "reprojection_error": 0.32
    }
  ],
  "track_deletions": [
    {
      "track_name": "Track.003",
      "region": "top-right",
      "lifespan": 12,
      "had_bundle": false,
      "reprojection_error": 2.8,
      "inferred_reason": "high_error"
    }
  ],
  "net_track_change": 3,
  "region_additions": { "center": 2, "bottom-center": 1 },
  "re_solve": {
    "attempted": true,
    "error_before": 0.87,
    "error_after": 0.42,
    "improvement": 0.45,
    "improved": true
  }
}

3. Model State (model.json)

The user's local statistical model state showing learned patterns.


πŸ“‹ What Gets Collected

Each contribution includes:

βœ… Numerical Metrics

  • Tracking settings that worked (or failed)
  • Motion analysis (velocity, direction, parallax)
  • Per-track survival and quality metrics
  • Feature density counts per region

βœ… Camera Characteristics

  • Focal length and sensor size
  • Lens distortion coefficients
  • Principal point coordinates

βœ… Time Series Data

  • Per-frame active track counts
  • Track dropout rates
  • Velocity profiles over time

πŸ”’ Data Privacy & Ethics

We take privacy seriously. This dataset contains numerical telemetry only.

❌ NOT Collected:

  • Images, video frames, or pixel data
  • File paths or project names
  • User identifiers (IPs, usernames, emails)
  • System information

βœ… Only Collected:

  • Resolution, FPS, frame count
  • Mathematical motion vectors
  • Tracking settings and success metrics
  • Feature density counts (not actual features)

For complete schema documentation, see TRAINING_DATA.md


πŸ›  Usage for Researchers

This data is ideal for training models related to:

Hyperparameter Optimization

Predicts optimal tracking settings (Search Size, Pattern Size, Correlation, Motion Models) based on footage characteristics and motion analysis.

Outlier Detection

Identifying "bad" 2D tracks before camera solve using lifecycle and jitter patterns.

Motion Classification

Classifying camera motion types (Drone, Handheld, Tripod) from sparse optical flow and feature density.

Temporal Modeling

Predicting track dropout using RNN/LSTM trained on per-frame time series data.


πŸ’» Loading the Dataset

Python Example

import json
import zipfile
from pathlib import Path
from collections import defaultdict

# Load a contributed ZIP
zip_path = Path('autosolve_telemetry_20251212_103045.zip')

with zipfile.ZipFile(zip_path, 'r') as zf:
    # Read manifest
    manifest = json.loads(zf.read('manifest.json'))
    print(f"Export Version: {manifest['export_version']}")
    print(f"Sessions: {manifest['session_count']}")
    print(f"Behaviors: {manifest['behavior_count']}")

    # Load all sessions
    sessions = []
    for filename in zf.namelist():
        if filename.startswith('sessions/') and filename.endswith('.json'):
            session_data = json.loads(zf.read(filename))
            sessions.append(session_data)

    # Analyze by footage class
    by_class = defaultdict(list)
    for s in sessions:
        width = s['resolution'][0]
        fps = s['fps']
        motion = s.get('motion_class', 'MEDIUM')
        cls = f"{'HD' if width >= 1920 else 'SD'}_{int(fps)}fps_{motion}"
        by_class[cls].append(s['success'])

    # Success rates per class
    print("\nSuccess Rates by Footage Class:")
    for cls, results in sorted(by_class.items()):
        rate = sum(results) / len(results)
        print(f"  {cls}: {rate:.1%} ({len(results)} sessions)")

Feature Extraction Example

# Extract feature density patterns
feature_densities = []
for session in sessions:
    vf = session.get('visual_features', {})
    density = vf.get('feature_density', {})
    if density:
        feature_densities.append({
            'motion_class': session.get('motion_class'),
            'center': density.get('center', 0),
            'edges': sum([
                density.get('top-left', 0),
                density.get('top-right', 0),
                density.get('bottom-left', 0),
                density.get('bottom-right', 0)
            ]) / 4,
            'success': session['success']
        })

# Analyze: Do edge-heavy clips succeed more?
import pandas as pd
df = pd.DataFrame(feature_densities)
print(df.groupby('success')['edges'].mean())

πŸ“ˆ Dataset Statistics

Current Status: Beta Collection Phase

Target:

  • 100+ unique footage types
  • 500+ successful tracking sessions
  • Diverse motion classes and resolutions

Contribute to help us reach production-ready dataset size! πŸš€


πŸ“– Citation

If you use this dataset in your research, please cite:

@misc{autosolve-telemetry-2025,
  title={AutoSolve Telemetry: Community-Driven Camera Tracking Dataset},
  author={Bin Shahid, Usama},
  year={2025},
  publisher={HuggingFace},
  url={https://huggingface.co/datasets/UsamaSQ/autosolve-telemetry}
}

🀝 Community & Support

Repository: GitHub.com/UsamaSQ/AutoSolve
Discord: Join our community
Maintainer: Usama Bin Shahid

Your contributions make AutoSolve better for everyone! πŸ™

Downloads last month
41