Hello-Sarah
HKUST(2020 fall Master), Illinois Tech(Visiting Student), BUPT (Bachelor). Let me through, I am a prospective hacker!
Hong Kong, Shenzhen, Chicago, Beijing.
Hello-Sarah's Stars
amusi/AI-Job-Notes
AI算法岗求职攻略(涵盖准备攻略、刷题指南、内推和AI公司清单等资料)
MarvinTeichmann/KittiBox
A car detection model implemented in Tensorflow.
udacity/CarND-Vehicle-Detection
Vehicle Detection Project
tejaslodaya/car-detection-yolo
Autonomous driving - car detection using the very powerful YOLO model
nicklhy/CompCar_Analysis
Source code of some classification experiments evaluated on the newly published vehicle dataset CompCar
petermattia/predicting-battery-lifetime
Predicting battery lifetime. cs229 final project, Fall 2018
many-facedgod/Vehicle-Detection-and-Classification
Vehicle detection and classification on a video from an Indian Highway.
buraksatar/car-detection-model-prediction
ShashankMulugu/Number-Plate-Recognition
Number Plate Detection System is a real-time computer vision technology to extract the license number of vehicles from images. It is an embedded system which has numerous applications and challenges. The system works satisfactorily for wide variations in illumination conditions and different types of number plates commonly found across the world. This project uses Python and the Open Computer Vision Library (OpenCV).
moshfiqur/car-body-classifier
A simple tensorflow image classifier to address an image classification problem of detecting the car body type
nanoc812/vehicle_brand_classification_CNN
pspxiaochen/car_evaluation_classification
用传统神经网络(tensorflow)实现的汽车测评分类
viv-india/TollEye
A python based image recognition sytem for toll vehicle count and type management
echobear313/Stanford-Cars-Classification
gdangelo/CarND-Vehicle-Detection
Vehicle Detection and Tracking Project for Self-Driving Car ND
marthtz/CarND-T1P5-Vehicle-Detection
Identify vehicles in a video from a front-facing camera on a car using computer vision and machine learning classification techniques.
SYSUZZY/FIR_MCTS
caudaz/carnd1-proj5
Vehicle Detection using Classification and Computer Vision
compkidchris/CS589-Car-Classification
Final Project CS589 - Using ConvNets with Theano to classify cars into types/makes/models.
dextritus/CarND-Vehicle-Detection
Identify vehicles on the road from a video. SVC for classification, HOG, histogram and spatial features.
jemarsha/Car_Vehicle_Classification_Task
This dataset focuses on analyzing the type of car it may be based on features such as Hollows_Ratio and Circularities. I used the following order of operations to evaluate my data. In the Final Results for this particular dataset we can see that the Logistic Regression Model gives the best accuracy.
Johnnyboycurtis/VehicleClassification
Sample Code for Classifying Areas of a auto vehicle
jskye/car-classifier-research
research into car classification
kaka-ruto/car_class_lab
A car class used to instantiate various vehicles and to depict the type, model and name of the vehicle
macma/5001CarClassification
nahmed087/Vehicle-Detection-ND
This is the fifth and final project of Term 1 that is submitted towards completing Self Driving Car Nanodegree from Udacity. In this project, we used widely used HOG feature extraction technique to detect vehicles on the road. This is a difficult especially when it comes to detecting vehicles in a video stream because the shape, size and distance of the car from the camera is rapidly changing. The pipeline developed is mostly based on the classroom codes, it is not expected to work very efficient. Yet, it is good enough to train a classifier and detect multiple vehicles.
sseshadr/CarND-Vehicle-Detection
Detect cars in a video frame using color, spatial and HoG feature extraction and a traditional machine learning classifier model such as SVM.
TroyTobin/VehicleClassification
xiaoqiqi177/CarClassification
some code of vehicle classification
zebant2/carlabopp
create a Car class that can be used to instantiate various vehicles. It takes in arguments that depict the type, model, and name of the vehicle, provided they are set. Let the test guide you to building your Car boiler-plate.