Giter Site home page Giter Site logo

Typing SVG

class SriSaiCharan:

    def __init__(self):
        self.username = 'Sri-Sai-Charan'
        self.name = 'SriSaiCharan Velisetti'
        self.code = {
            'machine_learning': ['Keras', 'TensorFlow', 'Pytorch', 'Anaconda', 'Python','Mujoco','Isaac Sim'],
            'computer_vision':  ['OpenCV', 'Python', 'Matlab','Pygame'],
            'path_planning':  ['AStar', 'Dijkstra', 'RRT*','BFS'],
            'ros':              ['C++', 'Python', 'ROS 1', 'ROS 2', 'Gazebo',
                                    'RViz','SolidWorks','Catkin'],
            'programing_misc':  ['LabView','Simulink','Google Colab', 
                                    'Firebase', 'Ansys', 'Doxygen']
        }
        self.education = {
            'undergraduate':    ['University' : 'SRM IST',
                                 'Degree'     : 'Mechatronics'],
            'graduate':         ['University' : 'UMD College Park',
                                 'Degree'     : 'Robotics']
        }
        

    def __str__(self):
        return self.name

if __name__ == '__main__':
    me = SriSaiCharan()

LinkedIn svellise@umd.edu Twitter URL

Martin's GitHub Stats

Languages and Tools:

android arduino c cplusplus csharp docker firebase git html5 linux matlab opencv pandas python pytorch scikit_learn tensorflow unity unreal

Sri-Sai-Charan

Sai Charan's Projects

a-star-turtlebot icon a-star-turtlebot

Controlling a Turtlebot in ROS and implemented path planning using the A-Star algorithm

affine-structure-from-motion icon affine-structure-from-motion

A mobile observer samples sequences of narrow-field projections of configurations in ambient space. For rigid transformations, a unique metrical reconstruction is known to be possible from three orthographic views of four points.

ariac icon ariac

A Simulation of a Production line, using C++ and Python in ROS Melodic

dexined icon dexined

DexiNed: Dense EXtreme Inception Network for Edge Detection

edge-detection icon edge-detection

Edge detection includes a variety of mathematical methods that aim at identifying edges, curves in a digital image at which the image brightness changes sharply or, more formally, has discontinuities. This program explores various methods to approach edge detection

epipolar-lines icon epipolar-lines

A program to identify epipoles. The epipolar line is the straight line of intersection of the epipolar plane with the image plane. It is the image in one camera of a ray through the optical center and image point in the other camera. All epipolar lines intersect at the epipole.

gaussian-and-laplacian-pyramid icon gaussian-and-laplacian-pyramid

The Gaussian pyramid provides a representation of the same image at multiple scales, using simple lowpass filtering and decimation techniques. The Laplacian pyramid provides a coarse representation of the image as well as a set of detail images (bandpass components) at different scales. This program generates both at various N values

graph-cut-segmentation icon graph-cut-segmentation

As applied in the field of computer vision, graph cut optimization can be employed to efficiently solve a wide variety of low-level computer vision problems, such as image smoothing, the stereo correspondence problem, image segmentation, object co-segmentation, cv problems that can be formulated in terms of energy minimization.

histogram-equalization icon histogram-equalization

Histogram equalization is a method in image processing of contrast adjustment using the image's histogram.This method usually increases the global contrast of many images, especially when the image is represented by a narrow range of intensity values.

hough-circles icon hough-circles

The circle Hough Transform (CHT) is a basic feature extraction technique used in digital image processing for detecting circles in imperfect images. The circle candidates are produced by β€œvoting” in the Hough parameter space and then selecting local maxima in an accumulator matrix. This program showcases Hough Circles usage

hybrid-images icon hybrid-images

A hybrid image is an image that is perceived in one of two different ways, depending on viewing distance, based on the way humans process visual input.

image-classifier-cifar-10 icon image-classifier-cifar-10

CIFAR-10 is an established computer-vision dataset used for object recognition. It is a subset of the 80 million tiny images dataset and consists of 60,000 32x32 color images containing one of 10 object classes, with 6000 images per class. Using this we develop a model that can classify images

jekyll-seo-tag icon jekyll-seo-tag

A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content.

kanade-lucas-tomasi-feature-tracker icon kanade-lucas-tomasi-feature-tracker

The Kanade-Lucas-Tomasi (KLT) Feature Tracker algorithm estimates the 2D translation and scale changes of an image template between original template coordinates and a given reference image using the Inverse Compositional algorithm.

lane-detection icon lane-detection

This program detects and classifies lanes and Determines which direction the car has to turn

leet-code icon leet-code

Set of Solution to all my LeetCode Question and answers

object-instance-recognition icon object-instance-recognition

Lowe-style object instance recognition, using SIFT. The scale-invariant feature transform (SIFT) is a computer vision algorithm to detect, describe, and match local features in images

panorama-stitching icon panorama-stitching

A python script that can stitch two images into a panorama through feature detection and matching.

semantic-segmentation-fcn-32-model icon semantic-segmentation-fcn-32-model

Semantic segmentation classifies image pixels into one or more classes which are semantically interpret able. CNNs for semantic segmentation typically use a fully convolutional network (FCN) architecture, which replaces the fully connected layers of a traditional CNN with convolutional layers.

shape-alignment icon shape-alignment

A function that aligns two sets of points using global image transformation (similarity, affine, or perspective) and returns T where T is a transformation that maps non-zero points in im1 to non-zero points in im2.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.