Skip to content

multitask mono camera perception with three tasks: object detection; lane detection; semantic segmentation

Notifications You must be signed in to change notification settings

FlowEternal/multitask-hydranet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multitask Mono Camera Perception - Hydranet

Introduction

This is my previous work on multitask perception in Forward Camera Settings
It mainly contains three tasks:
(1) object detection
(2) semantic segmentation
(3) lane detection

How to Run

model training

# prepare data in model\data
# then edit config file in model\cfgs then start trainig
python train.py 

model inference in python

python demo.py # set deploy = False

model deploy and run in c++ using onnxruntime

# 导出onnx
python demo.py # set deploy = True
python -m onnxsim .\hydraNET.onnx .\hydraNET_simplify.onnx

# 编译运行
cd deploy && mkdir build && cd build && cmake ..

About

multitask mono camera perception with three tasks: object detection; lane detection; semantic segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published