Skip to content
View marutdevsharma's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report marutdevsharma

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Object-Detection-Size-Measurement Object-Detection-Size-Measurement Public

    Forked from Ali619/Object-Detection-Size-Measurement

    With this project you can measure height and width of an object with a normal & simple camera. I find out that I can use another object as a main measure and then use it to measure other objects in…

    Python

  2. object_size_using_aruco.py object_size_using_aruco.py
    1
    # import the necessary packages
    2
    from scipy.spatial import distance as dist
    3
    import numpy as np
    4
    import imutils
    5
    from imutils import contours
  3. ComputerVision ComputerVision Public

    Forked from niconielsen32/ComputerVision

    Jupyter Notebook

  4. Machine-Learning-With-Python Machine-Learning-With-Python Public

    Forked from rashida048/Machine-Learning-With-Python

    Jupyter Notebook

  5. Real-Time-Object-Measurement Real-Time-Object-Measurement Public

    Forked from murtazahassan/Real-Time-Object-Measurement

    Python

  6. keras-yolo3 keras-yolo3 Public

    Forked from experiencor/keras-yolo3

    Training and Detecting Objects with YOLO3

    Python 1