Giter Site home page Giter Site logo

autodetection's Introduction

Autodetection

This repository is the implementation for Autodetection by Jiuhong Xiao in New York University

Autodetection: An End-to-end Autonomous Driving Detection System

Jiuhong Xiao, Xinmeng Li, Junrong Zha

DEEP LEARNING 20SPRING (CSCI-GA 2572) final project

img

Usage

Dependencies

This work depends on the following library:

Python == 3.8

Pytorch == 1.4.0

Train and Validate

Data should be located at dataset/data/

Run all code in the root directory, e.g., to run trainBothFPN.py

python training/trainBothFPN.py

If you want to train LSTMmodel, make sure step_size in helper.py = batch_size in bothModelLSTM.py = scene_batch_size in trainBothLSTM.py. To adjust the length of sliding window of LSTM, change step_size in bothModelLSTM.py.

To train from pretrained model, set pretrain_file in train***.py. Otherwise, set pretrain_file = None.

Results

imgimg

imgimg

Reference Repo

The implemention of EfficientNet and YOLOv3 layeris based on Lukemelas's implemention https://github.com/lukemelas/EfficientNet-PyTorch.git and Eriklindernoren's implementation https://github.com/eriklindernoren/PyTorch-YOLOv3.git with some revisement. Thank you very much!

autodetection's People

Contributors

mollyyyyy avatar xjh19971 avatar

Stargazers

Yang Zhou avatar  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.