vLAR commited on
Commit
9e53636
·
verified ·
1 Parent(s): ffcc2f0

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -18
README.md CHANGED
@@ -180,27 +180,27 @@ homepage: https://vlar-group.github.io/PhysInOne.html
180
  <a href="#summary">📌 Summary</a><br>
181
  <a href="#release-timetable">🚀 Release Timetable</a><br>
182
  <a href="#how-to-download">📥 How to Download</a><br>
183
- &nbsp;&nbsp;&nbsp;<a href="#download-scripts">1. Download Scripts</a><br>
184
- &nbsp;&nbsp;&nbsp;<a href="#install-dependencies">2. Install Dependencies</a><br>
185
- &nbsp;&nbsp;&nbsp;<a href="#filter-cases">3. Filter Cases</a><br>
186
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#filter-by-split">3.1 Split</a><br>
187
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#filter-by-split-and-activity">3.2 Split + Activity</a><br>
188
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#filter-by-phenomenon">3.3 Phenomenon</a><br>
189
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#random-sampling">3.4 Random Sampling</a><br>
190
- &nbsp;&nbsp;&nbsp;<a href="#download-selected-cases">4. Download Cases</a><br>
191
  <a href="#dataset-structure">📦 Dataset Structure</a><br>
192
  <a href="#data-splits">📊 Data Splits</a><br>
193
  <a href="#data-fields">🧩 Data Fields</a><br>
194
- &nbsp;&nbsp;&nbsp;• <a href="#physical-phenomena">Physical Phenomena</a><br>
195
  <a href="#annotation-details">📝 Annotation Details</a><br>
196
- &nbsp;&nbsp;&nbsp;• <a href="#depth">Depth</a><br>
197
- &nbsp;&nbsp;&nbsp;• <a href="#segmentation">Segmentation</a><br>
198
- &nbsp;&nbsp;&nbsp;• <a href="#captions">Captions</a><br>
199
- &nbsp;&nbsp;&nbsp;• <a href="#trajectories">Trajectories</a><br>
200
- &nbsp;&nbsp;&nbsp;• <a href="#cameras">Cameras</a><br>
201
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;◦ <a href="#camera-json-structure">Camera JSON structure</a><br>
202
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;◦ <a href="#dynamic-camera-behavior">Dynamic camera behavior</a><br>
203
- &nbsp;&nbsp;&nbsp;• <a href="#point-clouds">Point Clouds</a><br>
204
  <a href="#license">📜 License</a><br>
205
  <a href="#citation">📚 Citation</a><br>
206
  <a href="#contact">📮 Contact</a><br>
@@ -347,7 +347,7 @@ python scripts/filter_cases.py \
347
 
348
  <div style="margin-left: 64px;">
349
 
350
- By default, phenomenon matching uses `contains` mode. For example, the following command selects all double-physics cases that contain `FrictionStop`(All physical phenomena and their abbreviations can be found in Part `Data Fields`.):
351
 
352
  ```bash
353
  python scripts/filter_cases.py \
 
180
  <a href="#summary">📌 Summary</a><br>
181
  <a href="#release-timetable">🚀 Release Timetable</a><br>
182
  <a href="#how-to-download">📥 How to Download</a><br>
183
+ <a href="#download-scripts">1. Download Scripts</a><br>
184
+ <a href="#install-dependencies">2. Install Dependencies</a><br>
185
+ <a href="#filter-cases">3. Filter Cases</a><br>
186
+ <a href="#filter-by-split">3.1 Split</a><br>
187
+ <a href="#filter-by-split-and-activity">3.2 Split + Activity</a><br>
188
+ <a href="#filter-by-phenomenon">3.3 Phenomenon</a><br>
189
+ <a href="#random-sampling">3.4 Random Sampling</a><br>
190
+ <a href="#download-selected-cases">4. Download Cases</a><br>
191
  <a href="#dataset-structure">📦 Dataset Structure</a><br>
192
  <a href="#data-splits">📊 Data Splits</a><br>
193
  <a href="#data-fields">🧩 Data Fields</a><br>
194
+ • <a href="#physical-phenomena">Physical Phenomena</a><br>
195
  <a href="#annotation-details">📝 Annotation Details</a><br>
196
+ • <a href="#depth">Depth</a><br>
197
+ • <a href="#segmentation">Segmentation</a><br>
198
+ • <a href="#captions">Captions</a><br>
199
+ • <a href="#trajectories">Trajectories</a><br>
200
+ • <a href="#cameras">Cameras</a><br>
201
+ ◦ <a href="#camera-json-structure">Camera JSON structure</a><br>
202
+ ◦ <a href="#dynamic-camera-behavior">Dynamic camera behavior</a><br>
203
+ • <a href="#point-clouds">Point Clouds</a><br>
204
  <a href="#license">📜 License</a><br>
205
  <a href="#citation">📚 Citation</a><br>
206
  <a href="#contact">📮 Contact</a><br>
 
347
 
348
  <div style="margin-left: 64px;">
349
 
350
+ By default, phenomenon matching uses `contains` mode. For example, the following command selects all double-physics cases that contain `FrictionStop`(For all physical phenomena and their abbreviations, please refer to the **Data Fields** section below.):
351
 
352
  ```bash
353
  python scripts/filter_cases.py \