vobecant commited on
Commit
62f24a8
·
1 Parent(s): fefce99

Initial commit.

Browse files
.idea/workspace.xml CHANGED
@@ -2,8 +2,7 @@
2
  <project version="4">
3
  <component name="ChangeListManager">
4
  <list default="true" id="5dd22f22-8223-4d55-99f9-57d1e00622d7" name="Default Changelist" comment="Initial commit.">
5
- <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
6
- <change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
7
  </list>
8
  <option name="SHOW_DIALOG" value="false" />
9
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -52,7 +51,7 @@
52
  <option name="number" value="Default" />
53
  <option name="presentableId" value="Default" />
54
  <updated>1647350746642</updated>
55
- <workItem from="1647350750956" duration="11000000" />
56
  </task>
57
  <task id="LOCAL-00001" summary="Initial commit.">
58
  <created>1647352693910</created>
@@ -348,7 +347,14 @@
348
  <option name="project" value="LOCAL" />
349
  <updated>1647361872965</updated>
350
  </task>
351
- <option name="localTasksCounter" value="43" />
 
 
 
 
 
 
 
352
  <servers />
353
  </component>
354
  <component name="TypeScriptGeneratedFilesManager">
 
2
  <project version="4">
3
  <component name="ChangeListManager">
4
  <list default="true" id="5dd22f22-8223-4d55-99f9-57d1e00622d7" name="Default Changelist" comment="Initial commit.">
5
+ <change beforePath="$PROJECT_DIR$/weights/segmenter_nusc.pth_variant.yml" beforeDir="false" afterPath="$PROJECT_DIR$/weights/segmenter_nusc.pth_variant.yml" afterDir="false" />
 
6
  </list>
7
  <option name="SHOW_DIALOG" value="false" />
8
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
 
51
  <option name="number" value="Default" />
52
  <option name="presentableId" value="Default" />
53
  <updated>1647350746642</updated>
54
+ <workItem from="1647350750956" duration="11110000" />
55
  </task>
56
  <task id="LOCAL-00001" summary="Initial commit.">
57
  <created>1647352693910</created>
 
347
  <option name="project" value="LOCAL" />
348
  <updated>1647361872965</updated>
349
  </task>
350
+ <task id="LOCAL-00043" summary="Initial commit.">
351
+ <created>1647362155517</created>
352
+ <option name="number" value="00043" />
353
+ <option name="presentableId" value="LOCAL-00043" />
354
+ <option name="project" value="LOCAL" />
355
+ <updated>1647362155517</updated>
356
+ </task>
357
+ <option name="localTasksCounter" value="44" />
358
  <servers />
359
  </component>
360
  <component name="TypeScriptGeneratedFilesManager">
weights/segmenter_nusc.pth_variant.yml CHANGED
@@ -5,7 +5,7 @@ debug: false
5
  inference_kwargs:
6
  im_size: 1024
7
  window_size: 512
8
- window_stride: 128
9
  net_kwargs:
10
  backbone: dino_vits16
11
  d_model: 384
@@ -19,8 +19,8 @@ net_kwargs:
19
  drop_path_rate: 0.1
20
  dropout: 0.0
21
  image_size: !!python/tuple
22
- - 512
23
- - 512
24
  n_cls: 31
25
  n_heads: 3
26
  n_layers: 12
 
5
  inference_kwargs:
6
  im_size: 1024
7
  window_size: 512
8
+ window_stride: 256
9
  net_kwargs:
10
  backbone: dino_vits16
11
  d_model: 384
 
19
  drop_path_rate: 0.1
20
  dropout: 0.0
21
  image_size: !!python/tuple
22
+ - 512
23
+ - 512
24
  n_cls: 31
25
  n_heads: 3
26
  n_layers: 12