diff --git a/.gitignore b/.gitignore index 0dc7b4b..063b8d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -/.vscode \ No newline at end of file +/.vscode +**/__pycache__/** +**/*.pyc \ No newline at end of file diff --git a/InceptionNet/__pycache__/base_model.cpython-39.pyc b/InceptionNet/__pycache__/base_model.cpython-39.pyc deleted file mode 100644 index 463b7c2..0000000 Binary files a/InceptionNet/__pycache__/base_model.cpython-39.pyc and /dev/null differ diff --git a/InceptionNet/__pycache__/config.cpython-39.pyc b/InceptionNet/__pycache__/config.cpython-39.pyc deleted file mode 100644 index d1c28e9..0000000 Binary files a/InceptionNet/__pycache__/config.cpython-39.pyc and /dev/null differ diff --git a/InceptionNet/__pycache__/models.cpython-39.pyc b/InceptionNet/__pycache__/models.cpython-39.pyc deleted file mode 100644 index 939b800..0000000 Binary files a/InceptionNet/__pycache__/models.cpython-39.pyc and /dev/null differ diff --git a/InceptionNet/__pycache__/utils.cpython-39.pyc b/InceptionNet/__pycache__/utils.cpython-39.pyc deleted file mode 100644 index 70889e5..0000000 Binary files a/InceptionNet/__pycache__/utils.cpython-39.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/__pycache__/__init__.cpython-36.pyc b/RANSAC3d/pye3dcustom/__pycache__/__init__.cpython-36.pyc deleted file mode 100644 index 9026461..0000000 Binary files a/RANSAC3d/pye3dcustom/__pycache__/__init__.cpython-36.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/__pycache__/__init__.cpython-39.pyc b/RANSAC3d/pye3dcustom/__pycache__/__init__.cpython-39.pyc deleted file mode 100644 index c0c77e0..0000000 Binary files a/RANSAC3d/pye3dcustom/__pycache__/__init__.cpython-39.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/__pycache__/camera.cpython-36.pyc b/RANSAC3d/pye3dcustom/__pycache__/camera.cpython-36.pyc deleted file mode 100644 index 85a4c2f..0000000 Binary files a/RANSAC3d/pye3dcustom/__pycache__/camera.cpython-36.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/__pycache__/constants.cpython-36.pyc b/RANSAC3d/pye3dcustom/__pycache__/constants.cpython-36.pyc deleted file mode 100644 index 22eda2f..0000000 Binary files a/RANSAC3d/pye3dcustom/__pycache__/constants.cpython-36.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/__pycache__/detector_3d.cpython-36.pyc b/RANSAC3d/pye3dcustom/__pycache__/detector_3d.cpython-36.pyc deleted file mode 100644 index 27fb045..0000000 Binary files a/RANSAC3d/pye3dcustom/__pycache__/detector_3d.cpython-36.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/__pycache__/detector_3d.cpython-39.pyc b/RANSAC3d/pye3dcustom/__pycache__/detector_3d.cpython-39.pyc deleted file mode 100644 index edbeebb..0000000 Binary files a/RANSAC3d/pye3dcustom/__pycache__/detector_3d.cpython-39.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/__pycache__/kalman.cpython-36.pyc b/RANSAC3d/pye3dcustom/__pycache__/kalman.cpython-36.pyc deleted file mode 100644 index 1254a0f..0000000 Binary files a/RANSAC3d/pye3dcustom/__pycache__/kalman.cpython-36.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/__pycache__/observation.cpython-36.pyc b/RANSAC3d/pye3dcustom/__pycache__/observation.cpython-36.pyc deleted file mode 100644 index b0c1a92..0000000 Binary files a/RANSAC3d/pye3dcustom/__pycache__/observation.cpython-36.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/__pycache__/refraction.cpython-36.pyc b/RANSAC3d/pye3dcustom/__pycache__/refraction.cpython-36.pyc deleted file mode 100644 index 655b570..0000000 Binary files a/RANSAC3d/pye3dcustom/__pycache__/refraction.cpython-36.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/cpp/__pycache__/__init__.cpython-36.pyc b/RANSAC3d/pye3dcustom/cpp/__pycache__/__init__.cpython-36.pyc deleted file mode 100644 index 9fafdcb..0000000 Binary files a/RANSAC3d/pye3dcustom/cpp/__pycache__/__init__.cpython-36.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/cpp/__pycache__/__init__.cpython-39.pyc b/RANSAC3d/pye3dcustom/cpp/__pycache__/__init__.cpython-39.pyc deleted file mode 100644 index 1ed983e..0000000 Binary files a/RANSAC3d/pye3dcustom/cpp/__pycache__/__init__.cpython-39.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/eye_model/__pycache__/__init__.cpython-36.pyc b/RANSAC3d/pye3dcustom/eye_model/__pycache__/__init__.cpython-36.pyc deleted file mode 100644 index 6c73d6b..0000000 Binary files a/RANSAC3d/pye3dcustom/eye_model/__pycache__/__init__.cpython-36.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/eye_model/__pycache__/abstract.cpython-36.pyc b/RANSAC3d/pye3dcustom/eye_model/__pycache__/abstract.cpython-36.pyc deleted file mode 100644 index d9f8563..0000000 Binary files a/RANSAC3d/pye3dcustom/eye_model/__pycache__/abstract.cpython-36.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/eye_model/__pycache__/asynchronous.cpython-36.pyc b/RANSAC3d/pye3dcustom/eye_model/__pycache__/asynchronous.cpython-36.pyc deleted file mode 100644 index b76d3db..0000000 Binary files a/RANSAC3d/pye3dcustom/eye_model/__pycache__/asynchronous.cpython-36.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/eye_model/__pycache__/background_helper.cpython-36.pyc b/RANSAC3d/pye3dcustom/eye_model/__pycache__/background_helper.cpython-36.pyc deleted file mode 100644 index a223de3..0000000 Binary files a/RANSAC3d/pye3dcustom/eye_model/__pycache__/background_helper.cpython-36.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/eye_model/__pycache__/base.cpython-36.pyc b/RANSAC3d/pye3dcustom/eye_model/__pycache__/base.cpython-36.pyc deleted file mode 100644 index 67855e6..0000000 Binary files a/RANSAC3d/pye3dcustom/eye_model/__pycache__/base.cpython-36.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/geometry/__pycache__/__init__.cpython-36.pyc b/RANSAC3d/pye3dcustom/geometry/__pycache__/__init__.cpython-36.pyc deleted file mode 100644 index fafeabd..0000000 Binary files a/RANSAC3d/pye3dcustom/geometry/__pycache__/__init__.cpython-36.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/geometry/__pycache__/__init__.cpython-39.pyc b/RANSAC3d/pye3dcustom/geometry/__pycache__/__init__.cpython-39.pyc deleted file mode 100644 index ed7141f..0000000 Binary files a/RANSAC3d/pye3dcustom/geometry/__pycache__/__init__.cpython-39.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/geometry/__pycache__/intersections.cpython-36.pyc b/RANSAC3d/pye3dcustom/geometry/__pycache__/intersections.cpython-36.pyc deleted file mode 100644 index 221688d..0000000 Binary files a/RANSAC3d/pye3dcustom/geometry/__pycache__/intersections.cpython-36.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/geometry/__pycache__/intersections.cpython-39.pyc b/RANSAC3d/pye3dcustom/geometry/__pycache__/intersections.cpython-39.pyc deleted file mode 100644 index c20e6f9..0000000 Binary files a/RANSAC3d/pye3dcustom/geometry/__pycache__/intersections.cpython-39.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/geometry/__pycache__/primitives.cpython-36.pyc b/RANSAC3d/pye3dcustom/geometry/__pycache__/primitives.cpython-36.pyc deleted file mode 100644 index acb8a1d..0000000 Binary files a/RANSAC3d/pye3dcustom/geometry/__pycache__/primitives.cpython-36.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/geometry/__pycache__/primitives.cpython-39.pyc b/RANSAC3d/pye3dcustom/geometry/__pycache__/primitives.cpython-39.pyc deleted file mode 100644 index 9578926..0000000 Binary files a/RANSAC3d/pye3dcustom/geometry/__pycache__/primitives.cpython-39.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/geometry/__pycache__/projections.cpython-36.pyc b/RANSAC3d/pye3dcustom/geometry/__pycache__/projections.cpython-36.pyc deleted file mode 100644 index d0302f3..0000000 Binary files a/RANSAC3d/pye3dcustom/geometry/__pycache__/projections.cpython-36.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/geometry/__pycache__/projections.cpython-39.pyc b/RANSAC3d/pye3dcustom/geometry/__pycache__/projections.cpython-39.pyc deleted file mode 100644 index 478a879..0000000 Binary files a/RANSAC3d/pye3dcustom/geometry/__pycache__/projections.cpython-39.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/geometry/__pycache__/utilities.cpython-36.pyc b/RANSAC3d/pye3dcustom/geometry/__pycache__/utilities.cpython-36.pyc deleted file mode 100644 index 2992fe1..0000000 Binary files a/RANSAC3d/pye3dcustom/geometry/__pycache__/utilities.cpython-36.pyc and /dev/null differ diff --git a/RANSAC3d/pye3dcustom/geometry/__pycache__/utilities.cpython-39.pyc b/RANSAC3d/pye3dcustom/geometry/__pycache__/utilities.cpython-39.pyc deleted file mode 100644 index e6c9e3c..0000000 Binary files a/RANSAC3d/pye3dcustom/geometry/__pycache__/utilities.cpython-39.pyc and /dev/null differ