Giter Site home page Giter Site logo

trellixvulnteam / multiple-object-tracking_qg2w Goto Github PK

View Code? Open in Web Editor NEW

This project forked from abollu779/multiple-object-tracking

0.0 0.0 0.0 589.36 MB

Shell 0.58% JavaScript 0.03% Ruby 0.01% C++ 45.69% Python 46.05% Perl 0.01% C 0.51% Objective-C 0.01% Java 0.73% Go 1.02% MATLAB 0.01% CSS 0.01% Objective-C++ 0.09% Cuda 0.07% Makefile 0.18% HTML 4.72% Smarty 0.01% CMake 0.27% LLVM 0.01% GLSL 0.01%

multiple-object-tracking_qg2w's Introduction

Multiple-Object-Tracking


To Run Detectron (Currently Using Faster R-CNN) on Video:

(Download model_final.pkl [R-50-C4] at https://github.com/facebookresearch/Detectron/blob/master/MODEL_ZOO.md)

python Detectron.pytorch/tools/infer_video_stream.py --dataset=coco --cfg=Detectron.pytorch/configs/baselines/e2e_mask_rcnn_R-50-C4_1x.yaml --load_detectron=[path to model_final.pkl] --input_video_path=[input video path] --output_path=[detectron output path]

To Run Greedy Tracker given Detectron Outputs

python  src/anomaly_db_bdd_greedy.py --video_path=[input video path] --detections_path=[detectron output path] --video_out_path=[output video path] --anomaly_out_dir=Detectron.pytorch/video_inference/anomalies

To Run DaSiamRPN Tracker given Detectron Outputs (currently only uses first frame bounding boxes)

python code/track_multiple/DaSiamRPN_MultiTracker.py --detections=[detectron output path] --video_path=[input video path] --output_folder=[tracks output folder path]

multiple-object-tracking_qg2w's People

Contributors

abollu779 avatar trellixvulnteam 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.