py3dcal 1.0.0__tar.gz → 1.0.2__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.

Files changed (45) hide show
  1. {py3dcal-1.0.0/py3DCal.egg-info → py3dcal-1.0.2}/PKG-INFO +1 -1
  2. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/model_training/datasets/DIGIT_dataset.py +4 -2
  3. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/model_training/datasets/GelSightMini_dataset.py +4 -2
  4. {py3dcal-1.0.0 → py3dcal-1.0.2/py3DCal.egg-info}/PKG-INFO +1 -1
  5. {py3dcal-1.0.0 → py3dcal-1.0.2}/setup.py +1 -1
  6. {py3dcal-1.0.0 → py3dcal-1.0.2}/LICENSE +0 -0
  7. {py3dcal-1.0.0 → py3dcal-1.0.2}/MANIFEST.in +0 -0
  8. {py3dcal-1.0.0 → py3dcal-1.0.2}/README.md +0 -0
  9. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/__init__.py +0 -0
  10. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/data_collection/Calibrator.py +0 -0
  11. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/data_collection/Printers/Ender3/Ender3.py +0 -0
  12. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/data_collection/Printers/Ender3/__init__.py +0 -0
  13. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/data_collection/Printers/Printer.py +0 -0
  14. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/data_collection/Printers/__init__.py +0 -0
  15. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/data_collection/Sensors/DIGIT/DIGIT.py +0 -0
  16. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/data_collection/Sensors/DIGIT/__init__.py +0 -0
  17. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/data_collection/Sensors/DIGIT/default.csv +0 -0
  18. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/data_collection/Sensors/GelsightMini/GelsightMini.py +0 -0
  19. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/data_collection/Sensors/GelsightMini/__init__.py +0 -0
  20. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/data_collection/Sensors/GelsightMini/default.csv +0 -0
  21. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/data_collection/Sensors/Sensor.py +0 -0
  22. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/data_collection/Sensors/__init__.py +0 -0
  23. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/data_collection/__init__.py +0 -0
  24. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/model_training/__init__.py +0 -0
  25. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/model_training/datasets/__init__.py +0 -0
  26. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/model_training/datasets/split_dataset.py +0 -0
  27. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/model_training/datasets/tactile_sensor_dataset.py +0 -0
  28. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/model_training/lib/__init__.py +0 -0
  29. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/model_training/lib/add_coordinate_embeddings.py +0 -0
  30. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/model_training/lib/depthmaps.py +0 -0
  31. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/model_training/lib/fast_poisson.py +0 -0
  32. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/model_training/lib/get_gradient_map.py +0 -0
  33. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/model_training/lib/precompute_gradients.py +0 -0
  34. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/model_training/lib/train_model.py +0 -0
  35. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/model_training/lib/validate_parameters.py +0 -0
  36. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/model_training/models/__init__.py +0 -0
  37. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/model_training/models/touchnet.py +0 -0
  38. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/utils/__init__.py +0 -0
  39. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal/utils/utils.py +0 -0
  40. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal.egg-info/SOURCES.txt +0 -0
  41. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal.egg-info/dependency_links.txt +0 -0
  42. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal.egg-info/entry_points.txt +0 -0
  43. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal.egg-info/requires.txt +0 -0
  44. {py3dcal-1.0.0 → py3dcal-1.0.2}/py3DCal.egg-info/top_level.txt +0 -0
  45. {py3dcal-1.0.0 → py3dcal-1.0.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: py3dcal
3
- Version: 1.0.0
3
+ Version: 1.0.2
4
4
  Summary: UNKNOWN
5
5
  Home-page: https://github.com/rohankotanu/py3DCal
6
6
  Author: Rohan Kota
@@ -21,13 +21,15 @@ class DIGIT(TactileSensorDataset):
21
21
  def __init__(self, root: Union[str, Path] = Path("."), download=False, add_coordinate_embeddings=True, subtract_blank=True, transform=None):
22
22
  validate_root(root)
23
23
 
24
- self.dataset_path = os.path.join(root, "digit_calibration_data")
24
+ self.root = root
25
25
 
26
- super().__init__(root=self.dataset_path, add_coordinate_embeddings=add_coordinate_embeddings, subtract_blank=subtract_blank, transform=transform)
26
+ self.dataset_path = os.path.join(self.root, "digit_calibration_data")
27
27
 
28
28
  if download:
29
29
  self._download_dataset()
30
30
 
31
+ super().__init__(root=self.dataset_path, add_coordinate_embeddings=add_coordinate_embeddings, subtract_blank=subtract_blank, transform=transform)
32
+
31
33
  def _download_dataset(self):
32
34
  """
33
35
  Downloads the dataset for either the DIGIT sensor.
@@ -21,13 +21,15 @@ class GelSightMini(TactileSensorDataset):
21
21
  def __init__(self, root: Union[str, Path] = Path("."), download=False, add_coordinate_embeddings=True, subtract_blank=True, transform=None):
22
22
  validate_root(root)
23
23
 
24
- self.dataset_path = os.path.join(root, "gsmini_calibration_data")
24
+ self.root = root
25
25
 
26
- super().__init__(root=self.dataset_path, add_coordinate_embeddings=add_coordinate_embeddings, subtract_blank=subtract_blank, transform=transform)
26
+ self.dataset_path = os.path.join(self.root, "gsmini_calibration_data")
27
27
 
28
28
  if download:
29
29
  self._download_dataset()
30
30
 
31
+ super().__init__(root=self.dataset_path, add_coordinate_embeddings=add_coordinate_embeddings, subtract_blank=subtract_blank, transform=transform)
32
+
31
33
  def _download_dataset(self):
32
34
  """
33
35
  Downloads the dataset for the GelSight Mini sensor.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: py3dcal
3
- Version: 1.0.0
3
+ Version: 1.0.2
4
4
  Summary: UNKNOWN
5
5
  Home-page: https://github.com/rohankotanu/py3DCal
6
6
  Author: Rohan Kota
@@ -5,7 +5,7 @@ with open("README.md", "r") as f:
5
5
 
6
6
  setup(
7
7
  name='py3dcal',
8
- version='1.0.0',
8
+ version='1.0.2',
9
9
  url="https://github.com/rohankotanu/py3DCal",
10
10
  author="Rohan Kota",
11
11
  author_email="rohankota2026@u.northwestern.edu",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes