{"id":18301565,"url":"https://github.com/cyd3r/ransac","last_synced_at":"2025-04-05T14:31:11.492Z","repository":{"id":210944968,"uuid":"188409759","full_name":"cyd3r/ransac","owner":"cyd3r","description":"An implementation of the RANSAC algorithm","archived":false,"fork":false,"pushed_at":"2019-07-24T17:50:16.000Z","size":402,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-21T05:43:08.138Z","etag":null,"topics":["c","ransac"],"latest_commit_sha":null,"homepage":"","language":"Cuda","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cyd3r.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-05-24T11:24:41.000Z","updated_at":"2024-08-07T11:29:19.000Z","dependencies_parsed_at":"2023-12-05T18:05:10.853Z","dependency_job_id":null,"html_url":"https://github.com/cyd3r/ransac","commit_stats":null,"previous_names":["cyd3r/ransac"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyd3r%2Fransac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyd3r%2Fransac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyd3r%2Fransac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyd3r%2Fransac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyd3r","download_url":"https://codeload.github.com/cyd3r/ransac/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247352451,"owners_count":20925277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","ransac"],"created_at":"2024-11-05T15:16:19.010Z","updated_at":"2025-04-05T14:31:06.476Z","avatar_url":"https://github.com/cyd3r.png","language":"Cuda","funding_links":[],"categories":[],"sub_categories":[],"readme":"An implementation of the RANSAC algorithm on the GPU using NVIDIA CUDA.\n\n## Requirements\n\n- python3\n    - numpy\n    - matplotlib\n    - sklearn\n\n## Steps\n\n``` sh\n# generate random data points\npython3 util/generate.py 1000000\n\n# compile the RANSAC implementation\nmake\n\n# and run it!\n# with CUDA\n./gpu.out\n# without CUDA\n./host.out\n\n# run a fit on the extracted inliers\n# creates a fit.jpg image that shows the result\npython3 src/fit.py\n\n# visualisation of the RANSAC step (no fit)\n# creates a vis.jpg image\npython3 util/vis.py\n```\n\nThe programs accept only hard-coded file paths, therefore the generated files must not be renamed or moved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyd3r%2Fransac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyd3r%2Fransac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyd3r%2Fransac/lists"}