Git Product home page Git Product logo

dominance's Introduction

DOMINANCE Team Won Drone Code

Hardware Requirements

  • Jetson Nano
  • CSI camera connected to the Nano

Software Requirements

  • JetPack (NVIDIA Ubuntu)
  • OpenCV 4 (this comes with JetPack, you can reinstall it from source here. This will take a few hours.)
  • pip
  • Tensorflow
  • Tensorflow model repository:
    1. git clone https://github.com/tensorflow/models.git
    2. cd models/research
    3. protoc object_detection/protos/*.proto --python_out=.
    4. pip install .

Connecting to Nano

The Nano, when in multi-user (non-graphical terminal mode) will still connect to the network. It may or may not use the same IP address as it used to use on that network.

  1. Depending on the network, you will need to ping the broadcast IP. Unix: ping 192.168.1.255 -b Windows: ping 192.168.1.255 .
  2. Then, arp should have the Nano listed. Unix: arp Windows: arp -a.

Running

Simply run start.sh, and make sure it has execute capabilities: chmod +x start.sh.
The streaming server will automatically start at port 9090, so simply navigate to <ip>:9090 in Google Chrome to view it. For example, if the Nano connects to the wifi and is assigned IP address 192.168.1.50, you would put 192.168.1.50:9090 in the addresss bar. You can use Firefox, but for some reason the stream sometimes freezes in the first few seconds.

Running start.sh will automatically run git pull making code updates easy.

dominance's People

Contributors

lmteamwon 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.