Giter Club home page Giter Club logo

argustag's Introduction

argustag

A C++17 wrapper for Nvidia Argus with support for zero-copy frame transfers to CUDA kernels and CUDA-accelerated AprilTag detection with ISAAC (no ROS required).

Features

  • Modern C++ wrapper for Argus that makes it easy to get frames to a CUDA kernel as fast as possible, with no copying--I read Nvidia's examples and the Argus headers so you don't have to!
  • Example integration with the ISAAC GPU-accelerated AprilTag detector that does not require ROS

Usage

This is excerpted from a closed-source SLAM system based on UcoSLAM that I wrote (called "cucoslam" for CUDA and UcoSLAM; this is why the top-level namespace is cuco). I took all the commits up to a certain data that are relevant to someone trying to use Argus with CUDA or trying to use Argus with the ISAAC AprilTag detector. This isn't really ready to be a nice library that you can plug and play with, but I'd like to think that it's pretty close. It should at least serve as a good starting point.

Building

For the moment this requires Argus, and it will always require a valid CUDA installation (11 or later). For these two reasons we currently only support building on the Jetson Nano's Jetpack 4.3 image. You'll also need to install libopencv-dev through apt. All other dependencies are packaged internally.

Note: the NVIDIA AprilTag library is currently required but not included for licensing reasons. The only version I've found that has the right device-side symbols for use indepedant of ISAAC is here. You'll have to place it in the project manually.

argustag's People

Contributors

pietroglyph avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.