Datasets:

Modalities:
Image
ArXiv:
Libraries:
Datasets
License:
chris1004336379 nielsr HF Staff commited on
Commit
33f145e
·
verified ·
1 Parent(s): 59c34a0

Add paper link, project page and task category (#3)

Browse files

- Add paper link, project page and task category (0e8f3cd518d8c56453c1769d1edb821a232129f6)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,2 +1,12 @@
1
- This is the official dataset from paper "360DVO: Deep Visual Odometry for Monocular 360-Degree Camera“, which is published on IEEE Robotics and Automation Letters (RA-L) 2026.
 
 
 
2
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - robotics
4
+ ---
5
 
6
+ # 360DVO Dataset
7
+
8
+ This is the official dataset from the paper [360DVO: Deep Visual Odometry for Monocular 360-Degree Camera](https://huggingface.co/papers/2601.02309), which is published on IEEE Robotics and Automation Letters (RA-L) 2026.
9
+
10
+ [Project Page](https://chris1004336379.github.io/360DVO-homepage) | [Paper](https://huggingface.co/papers/2601.02309) | [Code](https://github.com/chris1004336379/360DVO)
11
+
12
+ 360DVO is a deep learning-based omnidirectional visual odometry (OVO) framework. It introduces a distortion-aware spherical feature extractor (DAS-Feat) and an omnidirectional differentiable bundle adjustment (ODBA) module. This repository provides the real-world OVO benchmark introduced in the study to facilitate evaluation in realistic settings.