vLAR commited on
Commit
d22e66e
·
verified ·
1 Parent(s): d665cd5

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -342,7 +342,7 @@ python scripts/filter_cases.py \
342
 
343
  <h4 id="filter-by-phenomenon" style="font-size: 1.12em; margin-top: 0.55em; margin-bottom: 0.14em; line-height: 1.18; margin-left: 48px;">3.3 Filter by physical phenomenon abbreviation</h4>
344
 
345
- <div style="margin-left: 64px;">
346
 
347
  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.):
348
 
@@ -370,7 +370,7 @@ python scripts/filter_cases.py \
370
 
371
  <h4 id="random-sampling" style="font-size: 1.12em; margin-top: 0.55em; margin-bottom: 0.14em; line-height: 1.18; margin-left: 48px;">3.4 Randomly sample a fixed number of cases</h4>
372
 
373
- <div style="margin-left: 64px;">
374
 
375
  `--num` is the global number of cases sampled after filtering (This is because the number of cases meeting the filtering criteria may be much larger than the number you need.). The default random seed is `42`.
376
 
@@ -388,7 +388,7 @@ python scripts/filter_cases.py \
388
 
389
  <h3 id="download-selected-cases" style="font-size: 1.35em; margin-top: 0.75em; margin-bottom: 0.22em; line-height: 1.2; margin-left: 24px;">4. Download Selected Cases</h3>
390
 
391
- <div style="margin-left: 40px;">
392
 
393
  Each selected case is downloaded as a zip file from the corresponding Hugging Face shard repository.
394
 
@@ -436,7 +436,7 @@ TODO
436
  </div>
437
 
438
  <h2 id="annotation-details" style="margin-left: 0; font-size: 1.9em; line-height: 1.22; margin-top: 1.2em; margin-bottom: 0.5em;">📝 Annotation Details</h2>
439
- <div style="margin-left: 24px;">
440
 
441
  PhysInOne provides synchronized visual and physical annotations for each dynamic 3D scene.
442
 
 
342
 
343
  <h4 id="filter-by-phenomenon" style="font-size: 1.12em; margin-top: 0.55em; margin-bottom: 0.14em; line-height: 1.18; margin-left: 48px;">3.3 Filter by physical phenomenon abbreviation</h4>
344
 
345
+ <div style="margin-left: 64px; text-align: justify;">
346
 
347
  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.):
348
 
 
370
 
371
  <h4 id="random-sampling" style="font-size: 1.12em; margin-top: 0.55em; margin-bottom: 0.14em; line-height: 1.18; margin-left: 48px;">3.4 Randomly sample a fixed number of cases</h4>
372
 
373
+ <div style="margin-left: 64px; text-align: justify;">
374
 
375
  `--num` is the global number of cases sampled after filtering (This is because the number of cases meeting the filtering criteria may be much larger than the number you need.). The default random seed is `42`.
376
 
 
388
 
389
  <h3 id="download-selected-cases" style="font-size: 1.35em; margin-top: 0.75em; margin-bottom: 0.22em; line-height: 1.2; margin-left: 24px;">4. Download Selected Cases</h3>
390
 
391
+ <div style="margin-left: 40px; text-align: justify;">
392
 
393
  Each selected case is downloaded as a zip file from the corresponding Hugging Face shard repository.
394
 
 
436
  </div>
437
 
438
  <h2 id="annotation-details" style="margin-left: 0; font-size: 1.9em; line-height: 1.22; margin-top: 1.2em; margin-bottom: 0.5em;">📝 Annotation Details</h2>
439
+ <div style="margin-left: 24px; text-align: justify;">
440
 
441
  PhysInOne provides synchronized visual and physical annotations for each dynamic 3D scene.
442