enpe / ocean

Ocean is the in-house framework for Computer Vision (CV) and Augmented Reality (AR) applications at Meta. It is platform independent and is mainly implemented in C/C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ocean

Ocean is a C++ framework for Computer Vision (CV) And Augmented Reality (AR) Applications.

Build Third-party libraries on Linux (static) Build Ocean on Linux (static) Test Ocean on Linux (static) Build and deploy website

Contributing

Please read the contribution guidelines before submitting any code changes.

Getting Started

For a general overview, the project website is a good starting point. For instructions to build Ocean, continue to read below.

General Prerequisites

  • Install CMake 3.26 or higher.
  • Define an environment variable OCEAN_DEVELOPMENT_PATH that points to the local directory containing this repository
  • Ocean requires C++20
  • Ensure that the Git executable is available in your path.

Building

Please refer to the platform-specific instructions when building Ocean:

Note that we provide no pre-built binaries. To use Ocean, you must build it from source.

License

Ocean is released under the MIT License.

License Exceptions

Note that all files in the directory res/ocean/.../controller are licensed under the Art Attribution License 1.0. Please review the individual files for specific licensing details.

About

Ocean is the in-house framework for Computer Vision (CV) and Augmented Reality (AR) applications at Meta. It is platform independent and is mainly implemented in C/C++.

License:MIT License


Languages

Language:C++ 95.0%Language:Objective-C++ 1.5%Language:CMake 1.4%Language:C 1.1%Language:Java 0.4%Language:Shell 0.2%Language:Objective-C 0.2%Language:Swift 0.1%Language:Batchfile 0.1%Language:JavaScript 0.0%Language:Python 0.0%Language:CSS 0.0%