yjwtt's Stars
amdegroot/ssd.pytorch
A PyTorch Implementation of Single Shot MultiBox Detector
qqwweee/keras-yolo3
A Keras implementation of YOLOv3 (Tensorflow backend)
ultralytics/yolov3
YOLOv3 in PyTorch > ONNX > CoreML > TFLite
amanbasu/ship-detection
Detecting ships from the satellite images using the YOLO algorithm
BobLiu20/YOLOv3_PyTorch
Full implementation of YOLOv3 in PyTorch
fizyr/keras-retinanet
Keras implementation of RetinaNet object detection.
TalentBoy2333/blog
some blogs
many-facedgod/Vehicle-Detection-and-Classification
Vehicle detection and classification on a video from an Indian Highway.
nasir6/sar-vessel-detection-deeplearning
CAESAR-Radi/SAR-Ship-Dataset
zuowk/ship-detection
a fast detection algorithm for sar images
w610001795/CNN-SARNet
Python 2.7.12 : Use Deep Learning (Tensorflow) to classify SAR image, especially for SAR image of ocean
chenyuntc/simple-faster-rcnn-pytorch
A simplified implemention of Faster R-CNN that replicate performance from origin paper
Alien9427/SAR_specific_models
QianSong-Cherry/SAR-ZSL_for_featureSpace
Code for paper "Zero-Shot Learning of SAR Target Feature Space With Deep Generative Neural Networks"
Jowekk/SAR-Image-Recognition
This is a CNN for Polarimetric SAR Image Classification
puru19962001/Automatic-Target-Classification-In-SAR-Images-Using-Convolutional-Neural-Networks
SAR -> Synthetic Aperture Radar. This project is based on predicting the accuracy of the testing data set over the training data set using the MSTAR(Moving and Stationary Target Acquisition and Recognition) database and plotting the graph of the Results.csv file.
DetectionTeamUCAS/R2CNN_Faster-RCNN_Tensorflow
Rotational region detection based on Faster-RCNN.
prakhardogra921/Vehicle-Detection-using-Faster-R-CNN
Vehicle Detection using state-of-the-art architecture Faster R-CNN with Pretrained models like VGG16 and ResNet50
potterhsu/easy-faster-rcnn.pytorch
An easy implementation of Faster R-CNN (https://arxiv.org/pdf/1506.01497.pdf) in PyTorch.