anuj-rathore's Stars
harveyslash/Facial-Similarity-with-Siamese-Networks-in-Pytorch
Implementing Siamese networks with a contrastive loss for similarity learning
bertinetto/siamese-fc
Arbitrary object tracking at 50-100 FPS with Fully Convolutional Siamese networks.
torrvision/siamfc-tf
SiamFC tracking in TensorFlow.
oscarknagg/few-shot
Repository for few-shot learning machine learning projects
sorenbouma/keras-oneshot
koch et al, Siamese Networks for one-shot learning, (mostly) reimplimented in keras
tensorfreitas/Siamese-Networks-for-One-Shot-Learning
Implementation of Siamese Neural Networks for One-shot Image Recognition
FrancoisMasson1990/Siamese_Network
Implementation of a Siamese Neural Network (in Tensorflow) that defines a similarity score between a pair of person images.
KeizerDev/.bashrc
Just a cool looking bash prompt
tdchaitanya/MMTOD
Multi-modal Thermal Object Detector
ultralytics/yolov3
YOLOv3 in PyTorch > ONNX > CoreML > TFLite
rkjones4/GANGogh
Using GANs to create Art
rpautrat/SuperPoint
Efficient neural feature detector and descriptor
eric-yyjau/pytorch-superpoint
Superpoint Implemented in PyTorch: https://arxiv.org/abs/1712.07629
magicleap/SuperPointPretrainedNetwork
PyTorch pre-trained model for real-time interest point detection, description, and sparse tracking (https://arxiv.org/abs/1712.07629)
fkluger/consac
CONSAC: Robust Multi-Model Fitting by Conditional Sample Consensus
TRI-ML/KP2D
lcmhoang/hmg-dynamics
alexhagiopol/deep_homography_estimation
Compute homographies with deep networks instead of feature matching and RANSAC.
aliyun/Self-Evolving-Keypoint-Demo
danini/affine-correspondences-for-camera-geometry
tynguyen/unsupervisedDeepHomographyRAL2018
Unsupervised Deep Homography: A Fast and Robust Homography Estimation Model
teddykoker/unsupervised-deep-homography
PyTorch implementation of Unsupervised Deep Homography: https://arxiv.org/abs/1709.03966
mazenmel/Deep-homography-estimation-Pytorch
Deep homography network with Pytorch
torrvision/Objectness
BING Objectness proposal estimator linux/mac/windows version implementation, runs at 1000 FPS. More in http://mmcheng.net/bing/ and also http://www.robots.ox.ac.uk/~szheng/DepthProposals.html
JirongZhang/DeepHomography
Content-Aware Unsupervised Deep Homography Estimation
mez/deep_homography_estimation
This project implements the 2016 paper Deep Image Homography Estimation by DeTone, Malisiewicz, and Rabinovich.
ychi/Hierarchical-Clustering
C++ implementation of hierarchical clustering algorithm
mmolero/awesome-point-cloud-processing
A curated list of awesome Point Cloud Processing Resources, Libraries, Software
letiantian/kmedoids
[Unmaintained] The Python implementation of k-medoids.
FrancescoSaverioZuppichini/torchserve-tryout
Deploy a CNN with torchserve using a custom handler