mspitzna commited on
Commit
a439b4d
·
verified ·
1 Parent(s): 70a28f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -21,7 +21,7 @@ Website: [https://www.physics-gen.org/](https://www.physics-gen.org/)
21
 
22
  ### Variants
23
 
24
- - **Sound Variants:** [sound_baseline, sound_reflection, sound_diffraction, sound_combined]
25
 
26
  Each sound example includes:
27
  - Geographic coordinates: `lat`, `long`
@@ -29,13 +29,14 @@ Website: [https://www.physics-gen.org/](https://www.physics-gen.org/)
29
  - Images: `soundmap`, `osm`, `soundmap_512`
30
  - Additional metadata: `temperature`, `humidity`, `yaw`, `sample_id`
31
 
32
- - **Lens Distortion Variants:** [lens_p1, lens_p2]
33
 
34
  Each lens example includes:
35
  - Calibration parameters: `fx`, `k1`, `k2`, `k3`, `p1`, `p2`, `cx`
36
  - Label file path: `label_path`
 
37
 
38
- - **Ball Motion Variants:** [ball_roll, ball_bounce]
39
 
40
  Each ball example includes:
41
  - Metadata: `ImgName`, `StartHeight`, `GroundIncli`, `InputTime`, `TargetTime`
 
21
 
22
  ### Variants
23
 
24
+ - **Urban Sound Propagation:** [sound_baseline, sound_reflection, sound_diffraction, sound_combined]
25
 
26
  Each sound example includes:
27
  - Geographic coordinates: `lat`, `long`
 
29
  - Images: `soundmap`, `osm`, `soundmap_512`
30
  - Additional metadata: `temperature`, `humidity`, `yaw`, `sample_id`
31
 
32
+ - **Lens Distortion:** [lens_p1, lens_p2]
33
 
34
  Each lens example includes:
35
  - Calibration parameters: `fx`, `k1`, `k2`, `k3`, `p1`, `p2`, `cx`
36
  - Label file path: `label_path`
37
+ - Note: The script for applying the distortion to the CelebA Dataset is located [here](https://github.com/physicsgen/physicsgen/blob/main/eval_scripts/apply_lens_distortion.py).
38
 
39
+ - **Dynamics of rolling and bouncing movements:** [ball_roll, ball_bounce]
40
 
41
  Each ball example includes:
42
  - Metadata: `ImgName`, `StartHeight`, `GroundIncli`, `InputTime`, `TargetTime`