Giter VIP home page Giter VIP logo

Yoann Fleytoux's Projects

arc-robot-vision icon arc-robot-vision

MIT-Princeton Vision Toolbox for Robotic Pick-and-Place at the Amazon Robotics Challenge 2017 - Robotic Grasping and One-shot Recognition of Novel Objects with Deep Learning.

arm_assembly_labs icon arm_assembly_labs

On se propose de reprogrammer en langage d’assemblage ARM, la bibliothèque de sous-programmes de traitement de chaînes de caractères dynamiques développée en TP de Compléments de C.

bvae-tf icon bvae-tf

Disentangled Variational Auto-Encoder in TensorFlow / Keras (Beta-VAE)

c_circular_linked_list icon c_circular_linked_list

Circular linked list is a linked list where all nodes are connected to form a circle. There is no NULL at the end. A circular linked list can be a singly circular linked list or doubly circular linked list.

c_client_server_rpc icon c_client_server_rpc

En informatique et en télécommunication, RPC (remote procedure call) est un protocole réseau permettant de faire des appels de procédures sur un ordinateur distant à l'aide d'un serveur d'applications. Ce protocole est utilisé dans le modèle client-serveur pour assurer la communication entre le client, le serveur et d’éventuels intermédiaires.

c_double_linked_list icon c_double_linked_list

linked data structure that consists of a set of sequentially linked records called nodes. Each node contains three fields: two link fields (references to the previous and to the next node in the sequence of nodes) and one data field in between. The beginning and ending nodes' previous and next links, respectively, point to some kind of terminator, typically a sentinel node or null, to facilitate traversal of the list. If there is only one sentinel node, then the list is circularly linked via the sentinel node. It can be conceptualized as two singly linked lists formed from the same data items, but in opposite sequential orders.

c_parallel_programming_semaphore icon c_parallel_programming_semaphore

In computer science, a semaphore is a variable or abstract data type that provides a simple but useful abstraction for controlling access by multiple processes to a common resource in a parallel programming environment. Semaphores are often used to restrict the number of threads than can access some (physical or logical) resource. Semaphores are data structures that are used for synchronization between two or more processes.

c_point_to_point_communication icon c_point_to_point_communication

L’objectif de ce projet est de développer et tester des protocoles de communication point- à-point mis en œuvre au sein d’une couche liaison de données

c_raytracer_lab icon c_raytracer_lab

le lancer de rayon est une approche de synthèse d’images dans laquelle la génération d’une image se fait en calculant l’intersection de rayons avec la surface d’objets 3D

c_slam_arduino_project icon c_slam_arduino_project

In robotic mapping and navigation, simultaneous localization and mapping (SLAM) is the computational problem of constructing or updating a map of an unknown environment while simultaneously keeping track of an agent's location within it.

cpp_labs icon cpp_labs

TP1 Creation des classes - TP2 Surcharge opérateurs - TP3 Illustration concep Héritage - TP4 Virtualité, polymorphisme et pointeurs

cpp_opengl_school_management_dashboard icon cpp_opengl_school_management_dashboard

Create an application using C and OpenGL to manage a school’s resources. This application will contain an exhibit of what we’ve learned in the theoretical and practical classes of the course of Computer Graphics.

cpp_password_manager icon cpp_password_manager

Le système du gestionnaire de mots de passe doit permettre de stocker et partager de manière sécurisée des mots de passe

cpp_test_driven_devellopment_lab icon cpp_test_driven_devellopment_lab

Test-driven development (TDD) is a software development process that relies on the repetition of a very short development cycle: first the developer writes an (initially failing) automated test case that defines a desired improvement or new function, then produces the minimum amount of code to pass that test, and finally refactors the new code to acceptable standards.

enetdepth icon enetdepth

An extremely fast RGB-D segmentation network

franka_panda icon franka_panda

Custom Franka Panda packages for pick and place operations

ggcnn icon ggcnn

Generative Grasping CNN from "Closing the Loop for Robotic Grasping: A Real-time, Generative Grasp Synthesis Approach" (RSS 2018)

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.