Spaces:
Running
Running
thibaud frere
commited on
Commit
Β·
a0cad0d
1
Parent(s):
46f0736
update lfs handling
Browse files- .gitattributes +4 -1
- README.md +1 -1
- app/package-lock.json +0 -0
- app/package.json +0 -0
- app/src/content/assets/data/against_baselines.csv +2 -2
- app/src/content/assets/data/comparison/id_1_query.png +3 -0
- app/src/content/assets/data/comparison/id_2_query.png +3 -0
- app/src/content/assets/data/comparison/id_3_query.png +3 -0
- app/src/content/chapters/getting-started.mdx +4 -2
.gitattributes
CHANGED
|
@@ -8,4 +8,7 @@
|
|
| 8 |
*.avi filter=lfs diff=lfs merge=lfs -text
|
| 9 |
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 10 |
*.csv filter=lfs diff=lfs merge=lfs -text
|
| 11 |
-
*.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
*.avi filter=lfs diff=lfs merge=lfs -text
|
| 9 |
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 10 |
*.csv filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.json filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
# the package and package lock should not be tracked
|
| 13 |
+
package.json -filter -diff -merge text
|
| 14 |
+
package-lock.json -filter -diff -merge text
|
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: '
|
| 3 |
emoji: π
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
|
|
|
| 1 |
---
|
| 2 |
+
title: 'FineVision: Open Data is all you need'
|
| 3 |
emoji: π
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
app/package-lock.json
ADDED
|
Binary file (369 kB). View file
|
|
|
app/package.json
ADDED
|
Binary file (1.53 kB). View file
|
|
|
app/src/content/assets/data/against_baselines.csv
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5e6173a1541b9798278da1729f1e357c0711d2e270f68aa4af8eae962f146dd
|
| 3 |
+
size 53573
|
app/src/content/assets/data/comparison/id_1_query.png
ADDED
|
Git LFS Details
|
app/src/content/assets/data/comparison/id_2_query.png
ADDED
|
Git LFS Details
|
app/src/content/assets/data/comparison/id_3_query.png
ADDED
|
Git LFS Details
|
app/src/content/chapters/getting-started.mdx
CHANGED
|
@@ -30,6 +30,8 @@ node -v
|
|
| 30 |
git lfs install
|
| 31 |
git lfs pull
|
| 32 |
```
|
|
|
|
|
|
|
| 33 |
|
| 34 |
6. Install dependencies.
|
| 35 |
<Sidenote>
|
|
@@ -70,9 +72,9 @@ git commit -m "Update content"
|
|
| 70 |
git push
|
| 71 |
```
|
| 72 |
|
| 73 |
-
<Note
|
| 74 |
Serving the `dist/` directory on any static host is enough to deliver the site.
|
| 75 |
</Note>
|
| 76 |
-
<Note
|
| 77 |
A [slugified-title].pdf and thumb.jpg are also generated at build time.<br/>You can find them in the public folder and point to them at `[domain]/public/thumb.jpg`.
|
| 78 |
</Note>
|
|
|
|
| 30 |
git lfs install
|
| 31 |
git lfs pull
|
| 32 |
```
|
| 33 |
+
<Note>β οΈ Be careful, if you try to push binary files without lfs installed, you will get an error.</Note>
|
| 34 |
+
|
| 35 |
|
| 36 |
6. Install dependencies.
|
| 37 |
<Sidenote>
|
|
|
|
| 72 |
git push
|
| 73 |
```
|
| 74 |
|
| 75 |
+
<Note>
|
| 76 |
Serving the `dist/` directory on any static host is enough to deliver the site.
|
| 77 |
</Note>
|
| 78 |
+
<Note>
|
| 79 |
A [slugified-title].pdf and thumb.jpg are also generated at build time.<br/>You can find them in the public folder and point to them at `[domain]/public/thumb.jpg`.
|
| 80 |
</Note>
|