Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RihabFekii committed Apr 10, 2023
1 parent 847fdba commit e4c8360
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dotenv==1.0.0
dvc==2.51.0
ultralytics==8.0.58
python-dotenv==1.0.0
mlflow==2.2.2
ultralytics==8.0.58



2 changes: 0 additions & 2 deletions src/predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@

for images in glob.glob(f"{test_data_path}/*.jpg"):
predictions = model.predict(images, save=True)
print(predictions)
print(type(predictions))

0 comments on commit e4c8360

Please sign in to comment.