dengdeyan commited on
Commit
56c6cef
·
1 Parent(s): 3059d8d

modify avt-pylon

Browse files
Files changed (4) hide show
  1. README.md +4 -0
  2. client/src/pages/Home.jsx +3 -3
  3. database.py +0 -0
  4. main.py +0 -0
README.md CHANGED
@@ -10,3 +10,7 @@ short_description: This is a DEMO app for 3DGS point measurement.
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
+
14
+ ## Documentation
15
+
16
+ - Operation guide: [OPERATION_GUIDE.md](OPERATION_GUIDE.md)
client/src/pages/Home.jsx CHANGED
@@ -32,12 +32,12 @@ const BASE_MODELS = [
32
  offsetHeight: -130,
33
  },
34
  {
35
- id: "avt",
36
  name: "AVT pylon",
37
- tileset: "avt/tileset.json",
38
  prefix: "data/3dtiles",
39
  bucket: getDefaultBucket(),
40
- offsetHeight: 70,
41
  },
42
  {
43
  id: "avt-electricity",
 
32
  offsetHeight: -130,
33
  },
34
  {
35
+ id: "avt-pylon",
36
  name: "AVT pylon",
37
+ tileset: "avt_pylon/tileset.json",
38
  prefix: "data/3dtiles",
39
  bucket: getDefaultBucket(),
40
+ offsetHeight: 360,
41
  },
42
  {
43
  id: "avt-electricity",
database.py DELETED
File without changes
main.py DELETED
File without changes