blob: bebfb128f2cda5bf0869ef58327a75a41469161c [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "COCO is a large image dataset designed for object detection, segmentation, \
2 person keypoints detection, stuff segmentation, and caption generation."
3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://pycocotools/coco.py;beginline=45;endline=45;md5=12cb539683cf245df8b6ce782d78f647"
5
6inherit setuptools3 pypi
7
Andrew Geissler5082cc72023-09-11 08:41:39 -04008SRC_URI[sha256sum] = "da8b7815196eebf0adabf67fcc459126cbc6498bbc6ab1fd144c371465d86879"
Andrew Geissler517393d2023-01-13 08:55:19 -06009
10DEPENDS = "python3-cython-native python3-numpy-native virtual/crypt"
11RDEPENDS:${PN} = "python3-matplotlib python3-pillow python3-profile"