This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade pytorchvideo to 0.1.2 (#604)
* add weights path * add available weights * remove weight path * add tests ✅ * fix * update * add str pretrained * add test ✅ * fix * Update flash/image/segmentation/heads.py * Update CHANGELOG.md * upgrade pytorchvideo * Update flash/video/classification/data.py Co-authored-by: Jirka Borovec <[email protected]> * add annotation Co-authored-by: Ethan Harris <[email protected]> Co-authored-by: Ethan Harris <[email protected]> Co-authored-by: Jirka Borovec <[email protected]>
- Loading branch information
1 parent
97f6ee3
commit 08b56dd
Showing
2 changed files
with
11 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
torchvision | ||
Pillow>=7.2 | ||
kornia>=0.5.1,<0.5.4 | ||
pytorchvideo==0.1.0 | ||
pytorchvideo==0.1.2 |