GithubHelp home page GithubHelp logo

fixer-itb / level2-fsd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adeirman46/level2-fsd

0.0 0.0 0.0 953.82 MB

Self driving car level 2 (longitudinal and lateral) from depth camera, GNSS, IMU, and wheel odometry

Shell 0.14% C++ 0.63% Python 97.05% PowerShell 0.01% CSS 0.01% Cuda 0.11% Makefile 0.01% HTML 0.02% CMake 0.01% Jupyter Notebook 1.88% Cython 0.07% Dockerfile 0.04% Nushell 0.02%

level2-fsd's Introduction

Internship-SelfDrivingCar

Self driving car level 2 (longitudinal and lateral) from depth camera, GNSS, IMU, and wheel odometry

baseline_line_finding_yolov5

conda create -n fsd_env python=3.8
conda activate fsd_env
cd baseline_lane_finding_yolov5/
pip install -r requirements.txt
python track.py --source close_calls.mp4 --show-vid # from video
python track.py --source close_calls.mp4 --show-vid # from webcam

yolop_lane_finding

conda create --name fsd --clone fsd_env
conda activate fsd
cd yolop/
pip install -r requirements.txt
python tools/demo.py --source videos/jalan_tol.mp4 --device 0 # from video, --device 0 is cuda
python tools/demo.py --source 0 --device 0 # from webcam and using cuda

yolov9_custom_object_detection

conda create -n yolov9_env python=3.9
conda activate yolov9_env
cd yolov9_custom_object_detection/
pip install -r requirements.txt
python detect_dual.py --source 'videos/jalan_tol.mp4' --img 640 --device 0 --weights 'runs/train/yolov9-m-finetuning/weights/best.pt' --name yolov9_m_640

level2-fsd's People

Contributors

adeirman46 avatar zakyhermawan 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.