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

Aruco Marker Detection #551

Open
viendimine opened this issue Jan 24, 2024 · 17 comments
Open

Aruco Marker Detection #551

viendimine opened this issue Jan 24, 2024 · 17 comments
Labels
Up-for-Grabs ✋ Issues are open to the contributors to be assigned

Comments

@viendimine
Copy link

ML-Crate Repository (Proposing new issue)

🔴 Project Title :
🔴 Aim :
🔴 Dataset :
🔴 Approach : Try to use 3-4 algorithms to implement the models and compare all the algorithms to find out the best fitted algorithm for the model by checking the accuracy scores. Also do not forget to do a exploratory data analysis before creating any model.


📍 Follow the Guidelines to Contribute in the Project :

  • You need to create a separate folder named as the Project Title.
  • Inside that folder, there will be four main components.
    • Images - To store the required images.
    • Dataset - To store the dataset or, information/source about the dataset.
    • Model - To store the machine learning model you've created using the dataset.
    • requirements.txt - This file will contain the required packages/libraries to run the project in other machines.
  • Inside the Model folder, the README.md file must be filled up properly, with proper visualizations and conclusions.

🔴🟡 Points to Note :

  • The issues will be assigned on a first come first serve basis, 1 Issue == 1 PR.
  • "Issue Title" and "PR Title should be the same. Include issue number along with it.
  • Follow Contributing Guidelines & Code of Conduct before start Contributing.

To be Mentioned while taking the issue :

  • Full name :
  • GitHub Profile Link :
  • Participant ID (If not, then put NA) :
  • Approach for this Project :
  • What is your participant role? (Mention the Open Source Program name. Eg. HRSoC, GSSoC, GSOC etc.)

Happy Contributing 🚀

All the best. Enjoy your open source journey ahead. 😎

@viendimine viendimine added the Up-for-Grabs ✋ Issues are open to the contributors to be assigned label Jan 24, 2024
@abhisheks008
Copy link
Owner

Need to share the dataset and approach for your project.
@vishapraj

@AbhineshJha
Copy link

AbhineshJha commented Feb 2, 2024

Dataset:
image
Approach :

Preprocessing:

Resize, crop, and adjust brightness/contrast.
Detection:

Use OpenCV's cv2.aruco.detectMarkers for marker identification.
Pose Estimation (Optional):

Implement 3D pose estimation with cv2.aruco.estimatePoseSingleMarkers.
Visualization & Evaluation:

Visualize and evaluate marker detection accuracy.
Optimization:

Fine-tune parameters for better performance.

can u assign me with this issue under IWOC .! @abhisheks008

@abhisheks008 abhisheks008 changed the title Add Aruco-marker detection using opencv Aruco Marker Detection Feb 3, 2024
@abhisheks008 abhisheks008 added Assigned 💻 Issue has been assigned to a contributor Intermediate Points 30 - SSOC 2024 IWOC2024 IWOC 2.0 Open Source Event and removed Up-for-Grabs ✋ Issues are open to the contributors to be assigned labels Feb 3, 2024
@AbhineshJha
Copy link

AbhineshJha commented Feb 3, 2024

Assign me @abhisheks008 🙃

@abhisheks008
Copy link
Owner

Assign me @abhisheks008 🙃

Oh shoot! Sorry.

Assigned to @AbhineshJha under IWOC

@abhisheks008
Copy link
Owner

Unassigned as the open source event ended up.

@abhisheks008 abhisheks008 added Up-for-Grabs ✋ Issues are open to the contributors to be assigned and removed Assigned 💻 Issue has been assigned to a contributor Intermediate Points 30 - SSOC 2024 IWOC2024 IWOC 2.0 Open Source Event labels Feb 12, 2024
@jayeshrdeotalu
Copy link

can you assign this to me @abhisheks008

Approach will be same :

Preprocessing:

Resize, crop, and adjust brightness/contrast.
Detection:

Use OpenCV's cv2.aruco.detectMarkers for marker identification.

Visualization & Evaluation:

Visualize and evaluate marker detection accuracy.

@abhisheks008
Copy link
Owner

can you assign this to me @abhisheks008

Approach will be same :

Preprocessing:

Resize, crop, and adjust brightness/contrast. Detection:

Use OpenCV's cv2.aruco.detectMarkers for marker identification.

Visualization & Evaluation:

Visualize and evaluate marker detection accuracy.

In which open source program/event are you participating in?

@jayeshrdeotalu
Copy link

None... just want to contribute

@abhisheks008
Copy link
Owner

As this project repository is currently part of different open source events, you can contribute here as an individual contributor after Feb 29th, 2024.
@jayeshrdeotalu

@jayeshrdeotalu
Copy link

Okay...

@jayeshrdeotalu
Copy link

So, can you assign it to me now...?

@abhisheks008
Copy link
Owner

Assigned to you as a contributor @jayeshrdeotalu

@abhisheks008 abhisheks008 added Assigned 💻 Issue has been assigned to a contributor Contributors This label shows the contributions of the contributors other than the Open Source Programs. and removed Up-for-Grabs ✋ Issues are open to the contributors to be assigned labels Mar 4, 2024
@abhisheks008 abhisheks008 added 🤩 Up for Grab This issue is not assigned ! Grab It ! Up-for-Grabs ✋ Issues are open to the contributors to be assigned and removed Assigned 💻 Issue has been assigned to a contributor Contributors This label shows the contributions of the contributors other than the Open Source Programs. 🤩 Up for Grab This issue is not assigned ! Grab It ! labels May 5, 2024
@milanprajapati571
Copy link

Full name: Milan Prajapati
GitHub Profile Link: https://github.com/milanprajapati571
Participant ID (If not, then put NA): NA
Approach for this Project: Develop an ArUco marker detection project using OpenCV for image processing, Python for scripting, and TensorFlow for potential machine learning enhancements.
What is your participant role? : SSoC (Social Summer of Code)

Sir, can You Please assign this project to me...?

@abhisheks008
Copy link
Owner

What are the models you are planning for this dataset? Brief your approach with 3-4 models.

@aryamanpathak2022
Copy link

Full name: Aryaman Pathak

GitHub Profile Link: Profile

Participant ID: NA

Approach for this Project:
My approach will include:

  1. Exploratory Data Analysis (EDA): Understanding the dataset through visualizations and summary statistics.
  2. Data Preprocessing: Cleaning and preparing the data for analysis, including tokenization, removing stopwords, and other text preprocessing techniques.
  3. Model Implementation: Implementing 3-4 machine learning algorithms such as Logistic Regression, Random Forest, SVM, and Naive Bayes for sentiment analysis.
  4. Model Comparison: Comparing the performance of the models using accuracy scores and other relevant metrics to determine the best-fit model.
  5. Documentation: Documenting the entire process, including the EDA, preprocessing steps, model implementations, comparisons, and conclusions in the README.md file.

What is your participant role?: SSOC (Social Summer of Code)

@abhisheks008
Copy link
Owner

Implement these models for this project,

  1. Random Forest
  2. Decision Tree
  3. Logistic Regression
  4. Gradient Boosting
  5. XGBoost
  6. Lasso
  7. Ridge
  8. MLP Classifier

Assigned @aryamanpathak2022

@abhisheks008 abhisheks008 added Assigned 💻 Issue has been assigned to a contributor Intermediate Points 30 - SSOC 2024 SSOC and removed Up-for-Grabs ✋ Issues are open to the contributors to be assigned labels Jun 3, 2024
@aryamanpathak2022 aryamanpathak2022 removed their assignment Jun 7, 2024
@aryamanpathak2022
Copy link

Hi @abhisheks008

I have unassigned myself from this project due to other commitments that require my immediate attention. I apologize for any inconvenience this may cause.

@abhisheks008 abhisheks008 added Up-for-Grabs ✋ Issues are open to the contributors to be assigned and removed Assigned 💻 Issue has been assigned to a contributor Intermediate Points 30 - SSOC 2024 SSOC labels Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Up-for-Grabs ✋ Issues are open to the contributors to be assigned
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants