# This file contains metadata for your plugin.

[general]
name=QGIS YOLOX
qgisMinimumVersion=3.36.2
qgisMaximumVersion=3.99
description=YOLOX-based object detection plugin for GPS-synchronized videos with GeoPackage export
about=QGIS YOLOX plugin uses YOLOX deep learning model to detect objects and facilities from GPS-synchronized videos and converts them to GeoPackage format for 2D surface mapping. Supports road facilities, buildings, vehicles, and general objects (COCO dataset).
version=1.0.0
author=Jordan Moon P.E
email=contact@qgis-yolox.org

# Repository and tracker
repository=https://github.com/kekero1004/qgis_yolox/
tracker=https://github.com/kekero1004/qgis_yolox/issues
homepage=https://github.com/kekero1004/qgis_yolox/

# Category
category=Vector

# Tags for searching
tags=video, object detection, yolox, deep learning, gps, geopackage, ai, computer vision

# Icon
icon=icon.png

# Has Processing Provider
hasProcessingProvider=yes

# Changelog
changelog=
    1.0.0 - Initial release
    - GPS-synchronized video processing
    - YOLOX object detection
    - GeoPackage export
    - QGIS Processing integration

# Experimental flag
experimental=False

# Deprecated flag
deprecated=False

# Server
server=False
