py3dcal 1.0.0__tar.gz → 1.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of py3dcal might be problematic. Click here for more details.
- {py3dcal-1.0.0/py3DCal.egg-info → py3dcal-1.0.1}/PKG-INFO +1 -1
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/model_training/datasets/GelSightMini_dataset.py +2 -2
- {py3dcal-1.0.0 → py3dcal-1.0.1/py3DCal.egg-info}/PKG-INFO +1 -1
- {py3dcal-1.0.0 → py3dcal-1.0.1}/setup.py +1 -1
- {py3dcal-1.0.0 → py3dcal-1.0.1}/LICENSE +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/MANIFEST.in +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/README.md +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/__init__.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/data_collection/Calibrator.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/data_collection/Printers/Ender3/Ender3.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/data_collection/Printers/Ender3/__init__.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/data_collection/Printers/Printer.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/data_collection/Printers/__init__.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/data_collection/Sensors/DIGIT/DIGIT.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/data_collection/Sensors/DIGIT/__init__.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/data_collection/Sensors/DIGIT/default.csv +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/data_collection/Sensors/GelsightMini/GelsightMini.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/data_collection/Sensors/GelsightMini/__init__.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/data_collection/Sensors/GelsightMini/default.csv +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/data_collection/Sensors/Sensor.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/data_collection/Sensors/__init__.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/data_collection/__init__.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/model_training/__init__.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/model_training/datasets/DIGIT_dataset.py +2 -2
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/model_training/datasets/__init__.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/model_training/datasets/split_dataset.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/model_training/datasets/tactile_sensor_dataset.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/model_training/lib/__init__.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/model_training/lib/add_coordinate_embeddings.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/model_training/lib/depthmaps.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/model_training/lib/fast_poisson.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/model_training/lib/get_gradient_map.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/model_training/lib/precompute_gradients.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/model_training/lib/train_model.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/model_training/lib/validate_parameters.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/model_training/models/__init__.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/model_training/models/touchnet.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/utils/__init__.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/utils/utils.py +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal.egg-info/SOURCES.txt +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal.egg-info/dependency_links.txt +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal.egg-info/entry_points.txt +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal.egg-info/requires.txt +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal.egg-info/top_level.txt +0 -0
- {py3dcal-1.0.0 → py3dcal-1.0.1}/setup.cfg +0 -0
|
@@ -23,11 +23,11 @@ class GelSightMini(TactileSensorDataset):
|
|
|
23
23
|
|
|
24
24
|
self.dataset_path = os.path.join(root, "gsmini_calibration_data")
|
|
25
25
|
|
|
26
|
-
super().__init__(root=self.dataset_path, add_coordinate_embeddings=add_coordinate_embeddings, subtract_blank=subtract_blank, transform=transform)
|
|
27
|
-
|
|
28
26
|
if download:
|
|
29
27
|
self._download_dataset()
|
|
30
28
|
|
|
29
|
+
super().__init__(root=self.dataset_path, add_coordinate_embeddings=add_coordinate_embeddings, subtract_blank=subtract_blank, transform=transform)
|
|
30
|
+
|
|
31
31
|
def _download_dataset(self):
|
|
32
32
|
"""
|
|
33
33
|
Downloads the dataset for the GelSight Mini sensor.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py3dcal-1.0.0 → py3dcal-1.0.1}/py3DCal/data_collection/Sensors/GelsightMini/GelsightMini.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -23,11 +23,11 @@ class DIGIT(TactileSensorDataset):
|
|
|
23
23
|
|
|
24
24
|
self.dataset_path = os.path.join(root, "digit_calibration_data")
|
|
25
25
|
|
|
26
|
-
super().__init__(root=self.dataset_path, add_coordinate_embeddings=add_coordinate_embeddings, subtract_blank=subtract_blank, transform=transform)
|
|
27
|
-
|
|
28
26
|
if download:
|
|
29
27
|
self._download_dataset()
|
|
30
28
|
|
|
29
|
+
super().__init__(root=self.dataset_path, add_coordinate_embeddings=add_coordinate_embeddings, subtract_blank=subtract_blank, transform=transform)
|
|
30
|
+
|
|
31
31
|
def _download_dataset(self):
|
|
32
32
|
"""
|
|
33
33
|
Downloads the dataset for either the DIGIT sensor.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|