All Projects → keevin60907 → mp-YOLO

keevin60907 / mp-YOLO

Licence: MIT license
The reproduce result for 'Object Detection in Equirectangular Panorama'

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to mp-YOLO

Panoramagl
PanoramaGL 全景展示(Xcode7~), fixed some issues,share to someone need it,support arm64
Stars: ✭ 127 (+452.17%)
Mutual labels:  panorama
Panorama Tab Groups
An add-on for Firefox that implements the old Tab Groups/Panorama functionality
Stars: ✭ 230 (+900%)
Mutual labels:  panorama
panorama
Lightweight system monitor for Linux
Stars: ✭ 31 (+34.78%)
Mutual labels:  panorama
Fish Eye Image Correction Code
This is my paper "Correction of single circular fisheye image" related program code
Stars: ✭ 176 (+665.22%)
Mutual labels:  panorama
Pan Os Python
The PAN-OS SDK for Python is a package to help interact with Palo Alto Networks devices (including physical and virtualized Next-generation Firewalls and Panorama). The pan-os-python SDK is object oriented and mimics the traditional interaction with the device via the GUI or CLI/API.
Stars: ✭ 194 (+743.48%)
Mutual labels:  panorama
cn-series-deploy
A set of Terraform plans for deploying a Kubernetes cluster protected by a CN-Series containerize firewall
Stars: ✭ 12 (-47.83%)
Mutual labels:  panorama
Imagestitching
Conducts image stitching upon an input video to generate a panorama in 3D
Stars: ✭ 98 (+326.09%)
Mutual labels:  panorama
vue-panorama
Panorama viewer for your homepage
Stars: ✭ 19 (-17.39%)
Mutual labels:  panorama
Pan Configurator
Framework and utilities to easily manage and edit Palo Alto Network PANOS devices
Stars: ✭ 216 (+839.13%)
Mutual labels:  panorama
APAP-Image-Stitching
As-Projective-As-Possible (APAP) Image Stitching with Moving DLT (CVPR 2013) - Python Implementation
Stars: ✭ 85 (+269.57%)
Mutual labels:  panorama
Pdi
PDI: Panorama Depth Image
Stars: ✭ 180 (+682.61%)
Mutual labels:  panorama
Skpanoramaview
Create beautiful animated panorama views. Inspired by the intro view on the LinkedIn iOS app.
Stars: ✭ 190 (+726.09%)
Mutual labels:  panorama
PanoBasic
Matlab Toolbox for Panorama Image Processing
Stars: ✭ 81 (+252.17%)
Mutual labels:  panorama
Panorama
Image alignment and stitching with MATLAB
Stars: ✭ 131 (+469.57%)
Mutual labels:  panorama
SPHORB
feature detector and descriptor for spherical panorama
Stars: ✭ 66 (+186.96%)
Mutual labels:  panorama
Real Time Video Mosaic
An implementation of automatic panorama using OpenCV in C++ and Python
Stars: ✭ 114 (+395.65%)
Mutual labels:  panorama
Egjs View360
360 integrated viewing solution
Stars: ✭ 252 (+995.65%)
Mutual labels:  panorama
Photo-Sphere-Viewer
A JavaScript library to display Photo Sphere panoramas.
Stars: ✭ 1,198 (+5108.7%)
Mutual labels:  panorama
Multiple image stitching
A Python and OpenCV implementation of Image Stitching using Brute Force Matcher and ORB feature descriptures.
Stars: ✭ 22 (-4.35%)
Mutual labels:  panorama
Image360
Special view & controller to display 360° panoramic images
Stars: ✭ 42 (+82.61%)
Mutual labels:  panorama

Multi Projection YOLO

The reproduce result for 'Object Detection in Equirectangular Panorama'

Usage

$ python3 detection <pano_picture> <result_picture>

pano_picture is the file path of the panorama picture you want to detect.

result_picture is the output path for visualizin the result.

Impelement Detail

The program is based on 'Object Detection in Equirectangular Panorama'(2018 ICPR)(https://arxiv.org/abs/1805.08009), and the YOLO model is replaced with YOLOv3. Soft-NMS selection have not been included in current version.

Environmet

Opencv >= 3.4

License

This repository is released under the MIT License (refer to the LICENSE file for details).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].