Skip to content
View git-hamza's full-sized avatar
Block or Report

Block or report git-hamza

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

  1. Accessing Jupyter notebook locally f... Accessing Jupyter notebook locally from docker hosted in remote server
    1
    ### SSH to the remote server:
    2
    Open cmd/terminal and connect the local port to the remote server port.
    3
    `ssh -L 127.0.0.1:3000:0.0.0.0:1234 USER@IP`
    4
    
                  
    5
    ### Start the docker container inside the remote server:
  2. Camera-Calibration-OpenCV-Python Camera-Calibration-OpenCV-Python Public

    Resources related to camera calibration

    Python 2

  3. ml-dl-notebooks ml-dl-notebooks Public

    This repository will have usefull notebook for Machine learning and Deep learning tasks

    Jupyter Notebook

  4. multi-label_multi_output_classification multi-label_multi_output_classification Public

    Multi label - Multi output Classification

    Python 2

  5. Object_Detection Object_Detection Public

    Directory structure for Object detection using Object detection api

    Python 1

  6. Annotation_Helper Annotation_Helper Public

    This file can be used for xml annotations tweaking

    Python