Towards-Realtime-MOT-Cpp

部署运行你感兴趣的模型镜像

Towards-Realtime-MOT-Cpp

A C++ codebase implementation of Towards-Realtime-MOT.

Github

https://github.com/samylee/Towards-Realtime-MOT-Cpp

Introduction

This repo is the a c++ codebase of the Joint Detection and Embedding (JDE) model. JDE is a fast and high-performance multiple-object tracker that learns the object detection task and appearance embedding task simutaneously in a shared neural network. We hope this repo will help researches/engineers to develop more practical MOT systems.

Requirements

  • Sys-Windows10 (Windows7 should also work)
  • GPU-Nvidia (GTX-1080/RTX-2080/RTX-2080Ti)
  • IDE-VS2017/VS2019
  • cuda == 10.1, cudnn == 7.6
  • LibTorch-1.4.0 [Baidu] (PWD: gr3t)
  • OpenCV == 4.2.0
  • eigen-3.3.9 [Baidu] (PWD: ziiw)

Quick Start

  1. Download JDE weights from [Google] [Baidu].
  2. Convert the pytorch model to a jit model based on Towards-Realtime-MOT, or download [jit_model] (PWD: tupu) directly.
python cvt2jit.py (based on pytorch-1.4.0)
  1. Compile source code by VS2017/2019.
  2. Run JDETracker.

Performance

ModelMOTAIDF1IDSFPFNFPS @Hardware
JDE-576x32063.763.3130766573279433.5 @i7-9700K, RTX-2080ti

Video Demo

 

Reference

 

任何问题请加唯一QQ2258205918(名称samylee)!

唯一VX:samylee_csdn

您可能感兴趣的与本文相关的镜像

PyTorch 2.5

PyTorch 2.5

PyTorch
Cuda

PyTorch 是一个开源的 Python 机器学习库,基于 Torch 库,底层由 C++ 实现,应用于人工智能领域,如计算机视觉和自然语言处理

### ZXing-CPP Library Information ZXing (Zebra Crossing) is an open-source, multi-format 1D/2D barcode image processing library implemented in Java. The ZXing-CPP project aims to provide a C++ port of the original ZXing library[^1]. This allows developers working with C++ applications on platforms such as Linux or Ubuntu to integrate robust barcode scanning capabilities into their projects. #### Installation Guide For installing zxing-cpp on systems like Ubuntu, one can follow these general steps: Ensure that necessary dependencies are installed using package managers available within environments tagged under `ubuntu` and `linux`. For instance, updating repositories and fetching build tools might be required before proceeding further. ```bash sudo apt-get update && sudo apt-get install -y cmake g++ ``` Clone the repository from GitHub where zxing-cpp resides: ```bash git clone https://github.com/glassechidna/zxing-cpp.git cd zxing-cpp/ mkdir build && cd build cmake .. make sudo make install ``` This sequence ensures proper setup tailored towards development setups involving tags mentioned earlier including `c/cpp`, facilitating smooth compilation processes specific to this context. #### Usage Guide To utilize zxing-cpp functionalities effectively after successful installation, consider incorporating it through linking during compile time when developing new software pieces utilizing languages associated hereunder (`c/cpp`). Below demonstrates how to create simple programs decoding barcodes/images by leveraging provided APIs offered via headers included post-installation process described above. A minimal example demonstrating basic usage could look something along these lines: ```cpp #include <iostream> #include "BarcodeReader.h" int main() { try { zxing::FileInputStream input("test.png"); zxing::BinaryBitmap bitmap(zxing::GlobalHistogramBinarizer(input)); zxing::MultiFormatReader reader; auto result = reader.decode(bitmap); std::cout << "Found barcode: " << result->getText()->str(); } catch (const zxing::Exception& e) { std::cerr << "Error while reading file: " << e.what(); } return 0; } ``` The code snippet illustrates fundamental operations involved in setting up readers for various formats supported across multiple programming paradigms linked previously regarding relevant labels specified at outset(`db`,`en`)—databases handling string outputs returned upon successful scans performed against test images supplied locally within filesystem paths accessible relative current execution scope defined inside script body itself. --related questions-- 1. What other language bindings exist besides C++ for integrating ZXing functionality? 2. How does performance compare between ZXing-Java versus ZXing-CPP implementations? 3. Are there any particular challenges faced when compiling ZXing-CPP on non-Linux operating systems? 4. Can you explain more about error correction mechanisms used internally within ZXing libraries?
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值