Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrid369 authored Mar 8, 2022
1 parent 58b7c9e commit 5ec3da9
Showing 1 changed file with 42 additions and 15 deletions.
57 changes: 42 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,42 @@
evalutils
scikit-learn
scipy
tqdm
tifffile
imagecodecs
h5py
tensorflow-datasets
tensorflow-estimator
tensorboard
Markdown
keras
Keras-Preprocessing
pandas
scikit-image
evalutils==0.2.4
tifffile==2021.8.8
imagecodecs==2021.11.20
tensorflow
imgaug
# pip install -r requirements.txt

# Base ----------------------------------------
matplotlib>=3.2.2
numpy>=1.18.5
opencv-python>=4.1.2
Pillow>=7.1.2
PyYAML>=5.3.1
requests>=2.23.0
scipy>=1.4.1
torch>=1.7.0
torchvision>=0.8.1
tqdm>=4.41.0

# Logging -------------------------------------
tensorboard>=2.4.1
# wandb

# Plotting ------------------------------------
pandas>=1.1.4
seaborn>=0.11.0

# Export --------------------------------------
# coremltools>=4.1 # CoreML export
# onnx>=1.9.0 # ONNX export
# onnx-simplifier>=0.3.6 # ONNX simplifier
# scikit-learn==0.19.2 # CoreML quantization
# tensorflow>=2.4.1 # TFLite export
# tensorflowjs>=3.9.0 # TF.js export
# openvino-dev # OpenVINO export

# Extras --------------------------------------
# albumentations>=1.0.3
# Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
# pycocotools>=2.0 # COCO mAP
# roboflow
thop # FLOPs computation

0 comments on commit 5ec3da9

Please sign in to comment.