GithubHelp home page GithubHelp logo

heart_met_odfbm's Introduction

HEART-MET METRICS project | Object Detection Functional Benchmarking

Official repo link: https://github.com/HEART-MET

System config:

  • Ubuntu 20.04 LTS
  • ROS Noetic
  • Python 3

Clone dependent repositories/ros packages (put it in src directory):

  1. git clone https://github.com/kvnptl/metrics_refbox.git
  2. git clone https://github.com/kvnptl/metrics_refbox_client.git
  3. git clone https://github.com/kvnptl/rosbag_recorder.git
  4. git clone https://github.com/HEART-MET/metrics_refbox_msgs.git
  5. sudo apt install ros-noetic-rospy-message-converter
  6. pip3 install sympy

How to run the code:

  1. Run object detection code (and metrics refbox client node):
    roslaunch object_detection object_detection_benchmark.launch

  2. Publish images from rosbag file (-l means publish continuosly):
    rosbag play -l /home/kvnptl/work/heart_met_competition/bagfiles-001/bagfiles/b-it-bots_2020_11_24_10-17-01.bag

  3. Launch Refbox node:
    roslaunch metrics_refbox metrics_refbox.launch

  4. Select target object from referee box GUI(checkmark configuration button) and press "Start" to send command to ros node

Debug:

View the rosbag image by running: rosrun image_view image_view image:=/hsrb/head_rgbd_sensor/rgb/image_raw

Data collection

  • Distance between table edge and robot central axis is ~90cm.
  • Camera position - ~142cm
  • Table height ~112cm

Train Yolo model command:

python train.py --img 640 --cfg yolov5s.yaml --hyp hyp.scratch-low.yaml --batch 32 --epochs 150 --data heartmet.yaml --weights yolov5s.pt --workers 24 --name yolo_HeartMet_day2

heart_met_odfbm's People

Contributors

kvnptl avatar

Watchers

 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.