-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add utility function to generate yaml metadata files from csv * renaming some components * add button in metadata to generate yaml files from spreadsheet * remove sample_project_2 * Revert "remove sample_project_2" This reverts commit 39968c2. * remove only sample_project_2 (and keep original video metadata files from sample_project_1) * update gitignore * remove unused aux function * rename csv to spreadsheet where relevant * add openpyxl to dependencies to correctly read all Excel files. add defusedxml as recommended for security by openpyxl. * fill in missing bits from docstrings * revert to v2.0 of github actions to avoid "Unexpected value 'flags'" error * need to specify full version
- Loading branch information
Showing
7 changed files
with
248 additions
and
57 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,8 @@ dependencies = [ | |
"opencv-python", | ||
"PyYAML", | ||
"shapely", | ||
"openpyxl", | ||
"defusedxml" | ||
] | ||
|
||
classifiers = [ | ||
|
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
Oops, something went wrong.