Computer Vision Engineer currently working on self-driving cars
- Germany
- insight-in-plain-sight.com
Pinned Loading
-
instance-segmentation-with-discriminative-loss-tensorflow
instance-segmentation-with-discriminative-loss-tensorflow PublicTensorflow implementation of "Semantic Instance Segmentation with a Discriminative Loss Function"
-
CarND-Behavioral-Cloning
CarND-Behavioral-Cloning PublicA car in a simulated environment learns the behaviour from a human driver
Python 1
-
-
front-end-travel-app
front-end-travel-app PublicThis web app gives the user weather data and images for their desired travel destination
JavaScript
-
homography_estimation.py
homography_estimation.py 1def find_homography(points_source, points_target):
2A = construct_A(points_source, points_target)
3u, s, vh = np.linalg.svd(A, full_matrices=True)
45# Solution to H is the last column of V, or last row of V transpose
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.