Upload README.md
Browse files
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 |
-
|
| 184 |
-
|
| 185 |
-
|
| 186 |
-
|
| 187 |
-
|
| 188 |
-
|
| 189 |
-
|
| 190 |
-
|
| 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 |
-
|
| 195 |
<a href="#annotation-details">📝 Annotation Details</a><br>
|
| 196 |
-
|
| 197 |
-
|
| 198 |
-
|
| 199 |
-
|
| 200 |
-
|
| 201 |
-
|
| 202 |
-
|
| 203 |
-
|
| 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`(
|
| 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 \
|