Change `library_name` to enable download counting
Browse files- .DS_Store +0 -0
- .gitignore +15 -0
- README.md +1 -1
.DS_Store
DELETED
Binary file (6.15 kB)
|
|
.gitignore
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# PyCharm files
|
2 |
+
.idea/
|
3 |
+
|
4 |
+
# macOS dir files
|
5 |
+
.DS_Store
|
6 |
+
|
7 |
+
# VS Code configuration dir
|
8 |
+
.vscode/
|
9 |
+
|
10 |
+
# Jupyter Notebook cache files
|
11 |
+
.ipynb_checkpoints/
|
12 |
+
*.ipynb
|
13 |
+
|
14 |
+
# Python cache files
|
15 |
+
__pycache__/
|
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: openrail++
|
3 |
-
library_name:
|
4 |
tags:
|
5 |
- lipsync
|
6 |
- video-editing
|
|
|
1 |
---
|
2 |
license: openrail++
|
3 |
+
library_name: torchgeo
|
4 |
tags:
|
5 |
- lipsync
|
6 |
- video-editing
|