--- configs: - config_name: default data_files: - split: train path: '**/transforms_train.json' - split: val path: '**/transforms_val.json' - split: test path: '**/transforms_test.json' - config_name: ball features: - name: image dtype: image - name: depth dtype: image - name: mask dtype: image - name: transform_matrix dtype: float64 shape: - 4 - 4 - name: rotation dtype: float32 data_files: - split: train path: ball/transforms_train.json - split: val path: ball/transforms_val.json - split: test path: ball/transforms_test.json - config_name: ampoule features: - name: image dtype: image - name: depth dtype: image - name: mask dtype: image - name: transform_matrix dtype: float64 shape: - 4 - 4 - name: rotation dtype: float32 data_files: - split: train path: ampoule/transforms_train.json - split: val path: ampoule/transforms_val.json - split: test path: ampoule/transforms_test.json license: cc-by-4.0 tags: - code size_categories: - 10K