Giter VIP home page Giter VIP logo

robolabstatistics's Introduction

RobolabStatistics

This is more like an Opencv-Laboratory than an actual project.

To see the whole definition (in German see) see: Pflichtenheft

These programs use conda

To install the environment type

conda env create -f environment.yml

To update the environment in case of changes to environment.yml

conda env update -f environment.yml

Directories

/apps

In this directory are some small programs, all are related to Computer-Vision

/facedetector

This is an example of the Opencv Haarclassifier, trained with models from their git-repo.

/facepong

Pong. But in this version of pong you and your friends control the paddle with your face.

/plot_callback_test

A test-app for kerasplot.plot_callbacks.py from robolib

/pymunktest

An example App to learn and understand pymunk. Pymunk was needd for facepong.

/training_tf_simple_m

This directory contains a number of example-apps to understand neural networks and learn the api of several machine-learning-libraries like "Tensorflow","PyTorch","Keras"

/ui_test

A test-app for robogui.pixel_editor from robolib.

/facerecog

An app wich implements a siamese neural network in Pytorch and Keras. This forms the foundation of the finished Face-Detector.

/legacyjava

We started with our Project using the Java language and we don't want to throw it completely away. This is discontinued and code in there is not bugfixed anymore. Don't expect changes in this directory.

/robolib

Robolib is a collection of useful small libraries that are used by the apps.

/datamanager

A collection of utils to fetch training-data from external sources

/images

A collection of utils to work with images

/kerasplot

Callbacks for Keras to show the loss live in matplotlib plot

/modelmanager

A collection of utils to fetch trained models from external sources. This is used for the Haar-Classifier of OpenCv

/util

A collection of generic utils.

robolabstatistics's People

Contributors

zekreshi avatar

robolabstatistics's Issues

Robogui Resize

Describe where the bug is located if you have found it

Robogui

Describe how the program should have behaved

The window should have taken the correct size immediately

Describe how the program actually behaved

The window stayed in its initial size (small)

Describe how you made the bug happen

...
RoboGui.getInstance().addWindowListener("Image", new WindowAdapter() {
    @Override
    public void windowClosing(WindowEvent e) { running = false; }
});
...
RoboGui.getInstance().show("Image",actImg);

Trainer Crash

Location

trainer.py:26

Expected Bahaviour

Trainer should have continued working

Actual Behaviour

Trainer did crash

How the bug happened

Trainer was started. Face was recognized. Face left to the left. Crash.

Typos in Pflichtenheft

Doppelpunkt bei Rahmenbedingungen
Erster Satz bei Motivation "Diese[s]"
s/unserem Professor, Herrn Stütz/Herrn Professor Stütz/
Beistrich unter Zeichnung (kann,)
s/der Robolab/des Robolabs/
"verantwortlich"
Use-Case-Überschrift im Kasten?

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.