Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#220 Added AI 3D Object Reconstruction Python Script #222

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Satyabrat2005
Copy link

@Satyabrat2005 Satyabrat2005 commented Oct 17, 2024

This commit adds the Python script implementing the AI 3D Construction solution as described in issue

Related Issue

[#216 ]

Closes #216

Description

This pull request adds a Python script for the AI 3D Construction project. The script includes functionality to 3D object reconstruction using stereo vision, the black and white colors in a disparity map . It aims to solve the issue raised in #220 by implementing a robust AI solution.

White (or lighter areas):

Represents objects that are closer to the camera.

The brighter the area, the closer the object or surface in that part of the scene.

Black (or darker areas):

Represents objects that are farther away from the camera.

The darker the area, the farther the object or surface is.

Type of PR

  • Bug fix
  • Feature enhancement
  • Documentation update
  • Other (specify): _______________

Screenshots / videos

Screenshot 2024-10-17 213410

Checklist:

  • I have performed a self-review of my code
  • I have read and followed the Contribution Guidelines.
  • I have tested the changes thoroughly before submitting this pull request.
  • I have provided relevant issue numbers, screenshots, and videos after making the changes.
  • I have commented my code, particularly in hard-to-understand areas.

Additional context:

This AI 3D Construction script uses advanced algorithms to simulate and predict :-

Depth Information: The disparity map provides information about the relative depth of objects in the scene. Brighter areas are close, while darker areas are far.

3D Scene Understanding: You can interpret the structure of the scene from this map, as it shows how different objects are positioned in relation to the camera.

This commit adds the Python script implementing the AI 3D Construction solution as described in issue Aryan-Chharia#220
@Aryan-Chharia
Copy link
Owner

@Satyabrat2005 Add the correct issue number in the PR description. #220 is closed. You have another assigned issue. Check that

@Aryan-Chharia
Copy link
Owner

#216 is the issue. Dont close this issue on your own

@Satyabrat2005
Copy link
Author

#216 is the issue. Dont close this issue on your own

sure sir

@Aryan-Chharia
Copy link
Owner

@Satyabrat2005 add a readme file and a methodology file explaining what your project is all about and what is the method you used and explanation of that method

@Satyabrat2005
Copy link
Author

@Satyabrat2005 add a readme file and a methodology file explaining what your project is all about and what is the method you used and explanation of that method

sure sir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add 3D Object Reconstruction
2 participants