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