Skip to content

Commit

Permalink
Add upload logging
Browse files Browse the repository at this point in the history
  • Loading branch information
HonzaCuhel committed Jun 25, 2024
1 parent 2eed26e commit cff1e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tools"
version = "0.0.1"
version = "0.0.2"
description = "Converter for YOLO models into .ONNX format."
readme = "README.md"
requires-python = ">=3.8"
Expand Down
1 change: 1 addition & 0 deletions tools/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def convert(
# Upload to remote
if config.output_remote_url:
upload_file_to_remote(exporter.f_nn_archive, config.output_remote_url, config.put_file_plugin)
logger.info(f"Uploaded NN archive to {config.output_remote_url}")


if __name__ == "__main__":
Expand Down

0 comments on commit cff1e28

Please sign in to comment.