Quellcode durchsuchen

Add Cython (#3217)

Cython required by pycocotools in certain cases, i.e. https://github.com/cocodataset/cocoapi/issues/172
modifyDataloader
Glenn Jocher GitHub vor 3 Jahren
Ursprung
Commit
7b863a34dc
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      requirements.txt

+ 1
- 0
requirements.txt Datei anzeigen

@@ -26,4 +26,5 @@ pandas

# extras --------------------------------------
thop # FLOPS computation
Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
pycocotools>=2.0 # COCO mAP

Laden…
Abbrechen
Speichern