PhysInOneP02 commited on
Commit
65fbc20
·
verified ·
1 Parent(s): 54fba50

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -90
README.md CHANGED
@@ -234,6 +234,10 @@ This design guarantees that training, validation, and test sets are fully separa
234
 
235
  ### Physical Phenomenon and Abbreviations
236
 
 
 
 
 
237
  | ID | Physical Phenomenon | Abbreviation | Related Physical Laws |
238
  | ----- | ------------------------------------------------------------------------- | --------------------- | ------------------------------------------------------- |
239
  | `P01` | Object collide with static, stationary objects | MovingHitsFixed | Laws of Momentum |
@@ -308,98 +312,9 @@ This design guarantees that training, validation, and test sets are fully separa
308
  | `P70` | A Non-Newtonian fluid falls and flows with variable resistance | NonNewtonianFluidFall | Laws of Viscoplastics Flow |
309
  | `P71` | A granular substance falls and disperses across a surface | GranularFall | Laws of Friction |
310
 
311
- Example: **MovingHitsStationary_WindDeflectMotion_BalloonFloat__bg140__TZlWl1**
312
-
313
- - The **first three components** correspond to specific physical phenomenon abbreviations (see table above).
314
- - `bg140` indicates that the scene uses background number 140.
315
- - The **last six-character string** (`TZlWl1`) is a unique hash code generated for this scene to guarantee uniqueness.
316
-
317
- This naming convention allows users to quickly parse scene metadata and link it to the corresponding physical phenomena, background, and unique identifier.
318
-
319
- ### Physical Phenomenon and Abbreviations
320
-
321
- <details>
322
- <summary>Click to expand full abbreviation table</summary>
323
-
324
- | ID | Physical Phenomenon | Related Physical Laws |
325
- | ----- | ------------------------------------------------------------------------- | ------------------------------------------------------- |
326
- | `P01` | Object collide with static, stationary objects | Laws of Momentum |
327
- | `P02` | Moving objects collide with non-static stationary objects | Laws of Momentum |
328
- | `P03` | Two moving objects collide | Laws of Momentum |
329
- | `P04` | Objects in equilibrium of wind and gravity | Equilibrium, Aerodynamics, Gravity |
330
- | `P05` | Wind applied to a stationary object | Aerodynamics |
331
- | `P06` | Wind applied to objects moving in same direction | Aerodynamics |
332
- | `P07` | Wind applied to objects moving in the opposite direction | Aerodynamics |
333
- | `P08` | Wind applied to moving objects changes its velocity (applied at an angle) | Aerodynamics |
334
- | `P09` | Object thrown up with angle | Gravity |
335
- | `P10` | Objects falling straight down | Gravity |
336
- | `P11` | Objects rolling down a straight slope | Gravity, Friction |
337
- | `P12` | Objects rolling up a slope | Gravity, Friction |
338
- | `P13` | Magnetic Attraction | Magnetism |
339
- | `P14` | Magnetic Repulsion | Magnetism |
340
- | `P15` | Objects near uniformly rotating pillar | Laws of Rotation |
341
- | `P16` | Objects near acceleratingly rotating pillar | Laws of Rotation |
342
- | `P17` | Objects inside uniformly rotating bowl | Equilibrium, Laws of Rotation, Gravity, Friction |
343
- | `P18` | Objects inside acceleratingly rotating bowl | Equilibrium, Laws of Rotation, Gravity, Friction |
344
- | `P19` | Objects on uniformly rotating plane | Laws of Rotation, Friction |
345
- | `P20` | Objects on acceleratingly rotating plane | Laws of Rotation, Friction |
346
- | `P21` | Objects on coarse surface with friction | Friction |
347
- | `P22` | Spring is compressed | Laws of Elasticity |
348
- | `P23` | Spring is stretched | Laws of Elasticity |
349
- | `P24` | Breakable object shatters | Laws of Plasticity |
350
- | `P25` | Mirror shatters | Laws of Plasticity, Law of Reflection |
351
- | `P26` | Elastic rope connection | Laws of Elasticity |
352
- | `P27` | Object bounces off spring board | Laws of Elasticity, Laws of Momentum |
353
- | `P28` | Objects interact with a balanced seesaw | Laws of Torque |
354
- | `P29` | Objects interact with an imbalanced seesaw | Laws of Torque |
355
- | `P30` | Free balloon floats to ceiling | Laws of Buoyancy |
356
- | `P31` | Tethered balloon pulls string taut | Laws of Buoyancy, Rope Restraint |
357
- | `P32` | Multiple balloons lifting | Laws of Buoyancy, Rope Restraint, Gravity |
358
- | `P33` | Laser hits flat mirror and reflects | Law of Reflection |
359
- | `P34` | Laser reflects off multiple mirrors | Law of Reflection |
360
- | `P35` | Laser hits and reflects off concave mirror | Law of Reflection |
361
- | `P36` | Laser hits and reflects off convex mirror | Law of Reflection |
362
- | `P37` | Mirror sweeps beam | Law of Reflection |
363
- | `P38` | Laser blocked by object | Light Obstruction |
364
- | `P39` | Mirror reflection | Law of Reflection |
365
- | `P40` | Cart moving forward with rolling wheels | Complex Mechanical Structure Constraints |
366
- | `P41` | Objects on rotating turntable flies off | Laws of Rotation, Friction, Laws of Inertia |
367
- | `P42` | Rotating block pushes another objects | Laws of Inertia, Laws of Rotation, Laws of Momentum |
368
- | `P43` | One object carrying another | Laws of Inertia, Friction |
369
- | `P44` | Catapult launches objects | Special Mechanical Structure, Gravity |
370
- | `P45` | Chain suspends objects | Complex Mechanical Structure Constraints, Gravity |
371
- | `P46` | Objects Swing | Laws of Pendulum Motion, Gravity |
372
- | `P47` | Double Pendulum Moves | Laws of Multiple Pendulum Motion, Gravity |
373
- | `P48` | Crank push objects | Special Mechanical Structure |
374
- | `P49` | Wall composed of square blocks collapses | Gravity, Structural Stability |
375
- | `P50` | Wooden board supported by sticks collapses | Gravity, Structural Stability |
376
- | `P51` | Objects float on the fluid surface | Laws of Buoyancy, Fluid Dynamics |
377
- | `P52` | Objects drop into the fluid | Laws of Buoyancy, Fluid Dynamics |
378
- | `P53` | Objects' movement causes fluid motion | Fluid Dynamics |
379
- | `P54` | Flowing fluid carries objects along | Laws of Buoyancy, Fluid Dynamics |
380
- | `P55` | Fluid flows against stationary objects | Fluid Dynamics |
381
- | `P56` | Fluid transfers from one container to another | Fluid Dynamics, Conservation of Mass, Surface Tension |
382
- | `P57` | Fluid passes through several connected containers | Fluid Dynamics, Conservation of Mass, Surface Tension |
383
- | `P58` | Fluid flows through grid-like structures | Fluid Dynamics, Conservation of Mass |
384
- | `P59` | Fluid moves across mountainous or uneven landscapes | Fluid Dynamics |
385
- | `P60` | Increasing fluid volume elevates the surface level | Fluid Dynamics |
386
- | `P61` | Fluid flows along the contours of an object's surface | Fluid Dynamics |
387
- | `P62` | Jet-like fluid projection upward or outward | Fluid Dynamics |
388
- | `P63` | Fluid exhibits surface tension | Fluid Dynamics, Laws of Surface Tension |
389
- | `P64` | Fluid refracts light when crossing media | Fluid Dynamics, Optics, Law of Refraction (Snell's Law) |
390
- | `P65` | Sticky fluid drips and accumulates on objects | Laws of Cohesion, Viscous Flow |
391
- | `P66` | Sticky fluid falls from an object's surface | Laws of Cohesion, Laws of Viscous Flow (Navier-Stokes) |
392
- | `P67` | An elastic object falls and bounces on another surface | Laws of Elasticity |
393
- | `P68` | A plasticine object falls and deforms on a surface | Laws of Plasticity |
394
- | `P69` | A Newtonian fluid falls and spreads across a surface | Laws of Viscous Flow (Navier-Stokes) |
395
- | `P70` | A Non-Newtonian fluid falls and flows with variable resistance | Laws of Viscoplastics Flow |
396
- | `P71` | A granular substance falls and disperses across a surface | Laws of Friction |
397
-
398
  </details>
399
 
400
- **Example of a scene identifier:**
401
-
402
- `MovingHitsStationary_WindDeflectMotion_BalloonFloat__bg140__TZlWl1`
403
 
404
  - The **first three components** correspond to specific physical phenomenon abbreviations (see table above).
405
  - `bg140` indicates that the scene uses background number 140.
 
234
 
235
  ### Physical Phenomenon and Abbreviations
236
 
237
+
238
+ <details>
239
+ <summary>Click to expand full abbreviation table</summary>
240
+
241
  | ID | Physical Phenomenon | Abbreviation | Related Physical Laws |
242
  | ----- | ------------------------------------------------------------------------- | --------------------- | ------------------------------------------------------- |
243
  | `P01` | Object collide with static, stationary objects | MovingHitsFixed | Laws of Momentum |
 
312
  | `P70` | A Non-Newtonian fluid falls and flows with variable resistance | NonNewtonianFluidFall | Laws of Viscoplastics Flow |
313
  | `P71` | A granular substance falls and disperses across a surface | GranularFall | Laws of Friction |
314
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
315
  </details>
316
 
317
+ Example: **MovingHitsStationary_WindDeflectMotion_BalloonFloat__bg140__TZlWl1**
 
 
318
 
319
  - The **first three components** correspond to specific physical phenomenon abbreviations (see table above).
320
  - `bg140` indicates that the scene uses background number 140.