-
Notifications
You must be signed in to change notification settings - Fork 7
Project Import #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project Import #117
Conversation
If the user drops a file it will take parent directory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has checked 525 files.
| Valid | Invalid | Ignored | Fixed |
|---|---|---|---|
| 251 | 1 | 273 | 0 |
Click to see the invalid file list
- lib/importers/model_directory_importer.dart
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
| @@ -0,0 +1,60 @@ | |||
| import 'dart:convert'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| import 'dart:convert'; | |
| // Copyright (c) 2024 Intel Corporation | |
| // | |
| // SPDX-License-Identifier: Apache-2.0 | |
| import 'dart:convert'; |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #117 +/- ##
==========================================
- Coverage 32.00% 31.33% -0.67%
==========================================
Files 140 143 +3
Lines 5706 5882 +176
==========================================
+ Hits 1826 1843 +17
- Misses 3880 4039 +159
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Adds ability to import models that were exported or downloaded (or converted yourself).
After you select select a folder, if it contains a project.json, meaning it was probably exported from openvino test drive, it will just import it.
If it does not contain a valid project.json. it will show a short form to fill in name and task.
Implementation details:
Models are stored by folder path in the config.json. When you remove a model that is stored that way it will simply remove the reference and leave the files be.