vLAR commited on
Commit
f15e42d
·
verified ·
1 Parent(s): 0f3b235

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -582,9 +582,8 @@ Each scene includes multiple camera viewpoints to support 3D perception, reconst
582
 
583
  Note: Camera IDs are not fixed across cases. The camera index mapping for each case is stored in `static_camera_list.txt` under that case directory.
584
 
585
- <h5 id="camera-json-structure" style="font-size: 1.02em; margin-top: 0.55em; margin-bottom: 0.12em; line-height: 1.16; font-weight: 700; margin-left: 48px;"><span style="display: inline-block; width: 1.02em;">&#9702;</span>Camera JSON structure</h5>
586
-
587
- <div style="margin-left: 64px;">
588
 
589
  Per camera:
590
 
@@ -594,15 +593,16 @@ Per camera:
594
  - `trajectory_name`: name of the camera trajectory
595
  - `total_frames`, `fps`: number of frames and frames per second
596
 
597
- </div>
598
-
599
- <h5 id="dynamic-camera-behavior" style="font-size: 1.02em; margin-top: 0.55em; margin-bottom: 0.12em; line-height: 1.16; font-weight: 700; margin-left: 48px;"><span style="display: inline-block; width: 1.02em;">&#9702;</span>Dynamic camera behavior</h5>
600
 
601
- <div style="margin-left: 64px;">
 
602
 
603
  - The dynamic camera moves along a path randomly sampled on a hemisphere surrounding the center of the main objects, providing diverse viewpoints.
604
  - JSON frame indices correspond directly to video frame indices.
605
 
 
 
606
  </div>
607
 
608
  </div>
 
582
 
583
  Note: Camera IDs are not fixed across cases. The camera index mapping for each case is stored in `static_camera_list.txt` under that case directory.
584
 
585
+ <details>
586
+ <summary><strong>Camera JSON structure</strong></summary>
 
587
 
588
  Per camera:
589
 
 
593
  - `trajectory_name`: name of the camera trajectory
594
  - `total_frames`, `fps`: number of frames and frames per second
595
 
596
+ </details>
 
 
597
 
598
+ <details>
599
+ <summary><strong>Dynamic camera behavior</strong></summary>
600
 
601
  - The dynamic camera moves along a path randomly sampled on a hemisphere surrounding the center of the main objects, providing diverse viewpoints.
602
  - JSON frame indices correspond directly to video frame indices.
603
 
604
+ </details>
605
+
606
  </div>
607
 
608
  </div>