-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor video data loaders, fix some bugs (#22)
* ignore mp4 avi zip files * update dependency versions * ignore onnx files * increase package version * fix a typo * refacator dataset loading * update code snippets in readme * reformat with isort * update workflows * ignore export and examples folders * clean code
- Loading branch information
Showing
13 changed files
with
405 additions
and
128 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 |
---|---|---|
|
@@ -131,4 +131,10 @@ dmypy.json | |
# extra | ||
.vscode | ||
.neptune | ||
runs/ | ||
runs/ | ||
*.mp4 | ||
*.avi | ||
*.zip | ||
*.onnx | ||
exports/ | ||
examples/ |
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,13 +1,12 @@ | ||
accelerate>=0.12.0 | ||
evaluate>=0.2.2 | ||
transformers>=4.23.1 | ||
timm>=0.6.7 | ||
accelerate>=0.14.0,<0.15.0 | ||
evaluate>=0.3.0,<0.4.0 | ||
transformers>=4.24.0,<4.25.0 | ||
timm>=0.6.12,<0.7.0 | ||
click==8.0.4 | ||
pytorchvideo | ||
balanced-loss | ||
scikit-learn | ||
tensorboard | ||
opencv-python | ||
gradio>=3.1.6 | ||
huggingface-hub>=0.10.1 | ||
huggingface-hub>=0.11.0,<0.12.0 | ||
importlib-metadata>=1.1.0,<4.3;python_version<'3.8' |
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
Empty file.
Empty file.
Oops, something went wrong.