thibaud frere commited on
Commit
a0cad0d
Β·
1 Parent(s): 46f0736

update lfs handling

Browse files
.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: 'Research article template'
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:db5080bacf123328439db1c2e611e0a073cc4c1d2ff250ff4f7e7dc2ec6c04e2
3
- size 37016
 
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

  • SHA256: feea5ff112a010614d55753cf120048f38a22a12962cec9a7c9b7efae971c52c
  • Pointer size: 131 Bytes
  • Size of remote file: 168 kB
app/src/content/assets/data/comparison/id_2_query.png ADDED

Git LFS Details

  • SHA256: 51f839032e3f0483a4e572bde8493f56eda776f535d1770d507bfa3122899e0a
  • Pointer size: 130 Bytes
  • Size of remote file: 18.1 kB
app/src/content/assets/data/comparison/id_3_query.png ADDED

Git LFS Details

  • SHA256: f537ec58e2ea8a6ddb8c820fb0a94e2f6d19dd539eb260f0699459f21b9f5c4b
  • Pointer size: 131 Bytes
  • Size of remote file: 127 kB
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 title="Note">
74
  Serving the `dist/` directory on any static host is enough to deliver the site.
75
  </Note>
76
- <Note title="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>