-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to ultralytics 16.09.22 (#146)
* initial commit * update gitignore * update ci, add data yamls, update cls predict * updates * updates * updates * update loggers * update version * add clearml * fix typo * update ci and deps * use scratch hyp by default * fix typo * some fixes * fix import * fix val device * fix export * fix import * fix import * fix benchmarks * update workflows * polish benchmarks cli * fix classify * Fix tick labels for background FN/FP * update ultralytics commit * fix segment * fix freeze * update worflows * Fix TensorRT exports to ONNX opset 12 * updates * fix predict
- Loading branch information
Showing
74 changed files
with
8,781 additions
and
1,508 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
train_json_path: "/home/fatihakyon/data/witwiser/banned_objects_with_negative_samples/train.json" | ||
train_image_dir: "/home/fatihakyon/data/witwiser/banned_objects_with_negative_samples" | ||
val_json_path: "/home/fatihakyon/data/witwiser/banned_objects_with_negative_samples/val.json" | ||
val_image_dir: "/home/fatihakyon/data/witwiser/banned_objects_with_negative_samples" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
names: | ||
- earphone | ||
- cable | ||
- cellphone | ||
- Headphone | ||
- calculator | ||
nc: 5 | ||
train: wandb-artifact://YOLOv5/train | ||
train_image_dir: /home/fatihakyon/data/witwiser/banned_objects_with_negative_samples | ||
train_json_path: /home/fatihakyon/data/witwiser/banned_objects_with_negative_samples/train.json | ||
val: wandb-artifact://YOLOv5/val | ||
val_image_dir: /home/fatihakyon/data/witwiser/banned_objects_with_negative_samples | ||
val_json_path: /home/fatihakyon/data/witwiser/banned_objects_with_negative_samples/val.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
names: ['earphone', 'cable', 'cellphone', 'Headphone', 'calculator'] | ||
nc: 5 | ||
train: /home/fatihakyon/dev/fcakyon/yolov5-pip/runs/train/yolo_upload_dataset_test/data/train | ||
val: /home/fatihakyon/dev/fcakyon/yolov5-pip/runs/train/yolo_upload_dataset_test/data/val | ||
yolo_s3_data_dir: s3://obss-ml/computer-vision/model/yolov5/yolo_upload_dataset_test2/data/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from yolov5.helpers import YOLOv5 | ||
from yolov5.helpers import load_model as load | ||
|
||
__version__ = "6.1.9" | ||
__version__ = "6.2.0" |
Oops, something went wrong.