Code Monkey home page Code Monkey logo

gap8-obstacle-avoidance's People

Contributors

gemenerik avatar

Watchers

 avatar  avatar

Forkers

boomer319

gap8-obstacle-avoidance's Issues

[documentation] i want to write instructions for repeatability. help.

Hello @gemenerik,

I want people to be able to recreate your project more easily.

Therefore I want to write a clear and concise easy-to-follow guide on how to get the obstacle avoidance running. This includes the implementation on the crazyfly itself.

Judging by the date of the blog post one year has passed from your original implementation? I am aware that you might have forgotten some stuff. Nonetheless I would like to schedule a short (teams, discord, zoom) call with you (the shorter the better...1 hour maximum) for the beginning of the next week (Monday, Tuesday or Wednesday) so we can make an outline of the instructions. You don't have to, but the people reading the instructions and I would very much appreciate it :)

I will have access to the crazyflies only until the end of next week. I really want this to work.

It would be said to see your project not being implemented by more people. I genuinely think this is amazing.

Best regards

[bug] make errors

Hello @gemenerik,

I watched the ai deck workshop 1 giving some insight into flashing onto the ai deck.

I moved nanoflownet_unquantized.json into the BUILD_MODEL directory as needed to overcome this error:
FileNotFoundError: [Errno 2] No such file or directory: 'BUILD_MODEL/nanoflownet_unquantized.json'

Running make all in the gap8-obstacle-avoidance directory I got this error:
ModuleNotFoundError: No module named 'stats'

This was fixed by adding the path of the nntools to the pythonpath, making the nntool stats python package available:
export PYTHONPATH=$PYTHONPATH:~/repo/gap_sdk/tools/nntool/nntool

Now I run into this error when I make all:
nntool.quantization.range_provider.RangesMissingError: no ranges found for DEPTHWISE_CONV_2D_0_128

Instructions for quantization

Hello,

I want to get the NanoFlowNet running on the AI deck for obstacle avoidance. The following shows an older version of nntool_script.

Screenshot from 2023-11-10 15-33-58

What were the pictures displaying (e.g. samples/img_OUT_7_a.ppm)? What are the images supposed to display?
Since these are used for quantization, they should represent typical inputs for the neural network?

I have collected images from the crazyflie's wifi video stream.
Following which rule would you group the images into pairs?

Which file format is needed?
Does it have to be .ppm file format?
I have looked at the nntools data_importer.py. Seems like most are accepted.

I am learning. Questions might seem dumb.

Thank you!

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.