vobecant commited on
Commit
811027c
1 Parent(s): a59e7e7

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="12654000" />
56
  </task>
57
  <task id="LOCAL-00001" summary="Initial commit.">
58
  <created>1647352693910</created>
@@ -390,7 +389,14 @@
390
  <option name="project" value="LOCAL" />
391
  <updated>1647364225967</updated>
392
  </task>
393
- <option name="localTasksCounter" value="49" />
 
 
 
 
 
 
 
394
  <servers />
395
  </component>
396
  <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="12729000" />
55
  </task>
56
  <task id="LOCAL-00001" summary="Initial commit.">
57
  <created>1647352693910</created>
 
389
  <option name="project" value="LOCAL" />
390
  <updated>1647364225967</updated>
391
  </task>
392
+ <task id="LOCAL-00049" summary="Initial commit.">
393
+ <created>1647364291658</created>
394
+ <option name="number" value="00049" />
395
+ <option name="presentableId" value="LOCAL-00049" />
396
+ <option name="project" value="LOCAL" />
397
+ <updated>1647364291658</updated>
398
+ </task>
399
+ <option name="localTasksCounter" value="50" />
400
  <servers />
401
  </component>
402
  <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: 384
9
  net_kwargs:
10
  backbone: dino_vits16
11
  d_model: 384
 
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