Skip to content

Commit

Permalink
Fixed import; added new req item
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Apr 29, 2024
1 parent 68c4a61 commit a39169e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SegmentationTraining.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import tensorflow as tf
import tf2onnx
from tensorflow.keras.models import load_model
from MLD import multi_lens_distortion
from src.augmentation.MLD import multi_lens_distortion
from tensorflow.keras import Input
from tensorflow.keras import layers
from tensorflow.keras import models
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ opencv-python
matplotlib
scikit-learn
tf2onnx
onnx
onnx
Pillow

0 comments on commit a39169e

Please sign in to comment.