abryden / arcfile

ARC file: A data format for 3D vision researchers and developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARC File Format

Logo

ARC file is a side project at Arcturus Industries where we aim to create an open file format for 3D vision research and production.

At Arcturus Industries, we work on things like visual-inertial SLAM (Simultaneous Localization and Mapping), depth estimation, and scene reconstruction.

We want ARC file to work well for those tasks, but also a wider range of tasks like data capture for deep learning research topics like neural rendering, and view synthesis. And likely will be suitable to other tasks like volumetric video, and more.

Join us in the Discussions section

protoc --swift_out=. format/ARC.proto 
flatc --swift format/ARC.fbs

Links:

GitHub: FlatBuffers swift/ directory fork for Swift Package Manager (SPM) compatibility

Thanks:

Thanks to Vikas Reddy for sharing reference code he developed for realtime 3D capture.

News:

2021.2.6: Repository created & development started.

2021.2.13: Trivial Protobuf and FlatBuffers integration has been added to a testbench ARCViewer project (Mac/iOS for now).

About

ARC file: A data format for 3D vision researchers and developers

License:MIT License


Languages

Language:Swift 97.4%Language:Metal 2.6%