Start export implementation (#110)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Glenn Jocher
2022-12-29 14:17:14 +01:00
committed by GitHub
parent c1b38428bc
commit 92dad1c1b5
32 changed files with 827 additions and 222 deletions

View File

@ -3,11 +3,11 @@ from ultralytics.yolo.utils.checks import check_yaml
def test_model_parser():
cfg = check_yaml("../assets/dummy_model.yaml") # check YAML
cfg = check_yaml("yolov8n.yaml") # check YAML
# Create model
model = DetectionModel(cfg)
print(model)
model.info()
'''
# Options
if opt.line_profile: # profile layer by layer