alexnasa commited on
Commit
1977bbb
·
verified ·
1 Parent(s): 95fff29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- viewer: true
3
  license: cc-by-sa-3.0
4
  task_categories:
5
  - depth-estimation
@@ -64,4 +63,5 @@ plt.axis("off")
64
  plt.show()
65
 
66
  ```
 
67
  The 'depth_meters.hdf5' key stored the depth information in meters, due to the nature of synthetic data some values are stored as nan, and should be ignored and the rest is stored in meters, the values range from 0.000767231 meters to 1901.0 meters!
 
1
  ---
 
2
  license: cc-by-sa-3.0
3
  task_categories:
4
  - depth-estimation
 
63
  plt.show()
64
 
65
  ```
66
+ The 'color.hdf5' includes some inf values due to it synthetic nature, therefore is adviced to mask these data/pixels if not needed
67
  The 'depth_meters.hdf5' key stored the depth information in meters, due to the nature of synthetic data some values are stored as nan, and should be ignored and the rest is stored in meters, the values range from 0.000767231 meters to 1901.0 meters!