Fanrongbo's Stars
ViTAE-Transformer/RSP
The official repo for [TGRS'22] "An Empirical Study of Remote Sensing Pretraining"
Fanrongbo/tlbook-code
Code for Transfer Learning book--《迁移学习导论》配套代码
Fanrongbo/change_detection_compare_method
According to the type of experimental data, dividing into two catalogues include one_classify and two_classify.
Fanrongbo/Multithreading_camera_capture
I achieve to control two high-speed camera (50~200FPS) by the multi-threading, which have cpp and python version.
Fanrongbo/Robust_PCA_tensorflow
Because the algorithm of Robust PCA need iteration to converge, the speed processed in CPU is slow. We run the Robust PCA on GPU,whose speed will promote 10 times.
Fanrongbo/Convert-ckpt-To-npz
Convert the model weights from .ckpt file to .npz file.
Fanrongbo/VOC2012_dataset_processing
I persent some python program about VOC2012/2007 datasets using and processing mehod.
J20RC/STM32_RC_Transmitter
J20航模遥控器基础版
Bobholamovic/ChangeDetectionToolbox
MATLAB Toolbox for Remote Sensing Change Detection
MinZHANG-WHU/Change-Detection-Review
A review of change detection methods, including codes and open data sets for deep learning. From paper: change detection based on artificial intelligence: state-of-the-art and challenges.
ZeLianWen/Image-Registration
Image registration algorithm. Includes SIFT, SAR-SIFT,PSO-SIFT.
WayneTomas/NumberedImageComparation
Compare two numbered image to check if they are the same with CNN by Keras
VectorFist/CNN-Fusion
采用CNN将高分辨率灰度图像和低分辨率彩色图像合成为高分辨率彩色图像的图像融合算法