11 buildPythonPackage rec {
15 src = fetchFromGitHub {
18 rev = "76d81036d8f92854d63ad9938dd76c718f8b482e";
19 sha256 = "1zv2gj8cbakhh2fyr2611cbqhfk37a56x973ny9n43y70n26pzm8";
22 propagatedBuildInputs = [
30 substituteInPlace setup.py \
31 --replace "'opencv-python>=3'," ""
34 nativeCheckInputs = [ pytestCheckHook ];
36 pythonImportsCheck = [ "imantics" ];
39 description = "Convert and visualize many annotation formats for object dectection and localization";
40 homepage = "https://github.com/jsbroks/imantics";
41 license = with licenses; [ mit ];
42 maintainers = [ maintainers.rakesh4g ];