# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=TreeEyed
qgisMinimumVersion=3.0
description=TreeEyed is a QGIS plugin for tree monitoring using AI.
version=0.2.0
author=Andres Felipe Ruiz-Hurtado, Tropical Forages Program - CIAT 
email=a.f.ruiz@cgiar.org, anfruizhu@unal.edu.co

about=
    TreeEyed is a QGIS plugin for tree monitoring using AI.
    Features:
    This plugin seeks to integrate existing and custom AI models for tree monitoring (semantic segmentation, instance segmentation, and object detection) in RGB imagery.
    Dependencies:
    -opencv-python
    -onnxruntime-gpu
    -gdown
    -pycocotools
    -deepforest
    -HighResCanopyHeight
    -VHRTrees

tracker=https://github.com/afruizh/TreeEyed/issues
repository=https://github.com/afruizh/TreeEyed
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=ai, tree, tree monitoring, dataset, validation, COCO, raster, vector, digitizing, neural network, automation, machine learning, image, analysis, segmentation, detection, semantic segmentation, instance segmentation, computer vision, deep learning, remote sensing, satellite imagery, drone imagery, silvopasture, silvopastoral systems, tree crown, tree count, tree area, canopy, canopy height, python, deepforest, highrescanopyheight, maskrcnn, DINOv2, VHRTrees, ONNX, ONNXRuntime 

homepage=https://treeeyed.readthedocs.io/en/latest/
category=Plugins
icon=./res/icon_name.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
# category=

# If the plugin can run on QGIS Server.
server=False

