Pinned Repositories
3D-Reconstruction-OpenCV-with-SGBM-SIFT-SSD-and-8pt
3D Reconstruction based on OpenCV with SIFT, 8pt, SGBM and SSD
3D_multiview_reg
Learning multiview 3D point cloud registration
3DFeatNet
3DFeat-Net: Weakly Supervised Local 3D Features for Point Cloud Registration
3DGNN_pytorch
3D Graph Neural Networks for RGBD Semantic Segmentation
3Dreconstruction
3D reconstruction, sfm with Python3
3dsift-pipeline
code for extracting 3D SIFT features from DICOM images, vector quantization based on k-means clustering, and machine learning on the resulting features
airlab
Image registration laboratory for 2D and 3D image data
AlignNet-3D
AlignNet-3D: Fast Point Cloud Registration of Partially Observed Objects
auto-sklearn
Automated Machine Learning with scikit-learn
simple_open3d_registration
simple_open3d_registration
Jake-zhi's Repositories
Jake-zhi/PointCloudVolumeMeasure
点云测体积Demo:用Kinect+PCL点云库测量方体体积。
Jake-zhi/ICP
3D Point Cloud registration using ICP
Jake-zhi/pointSIFT
a module for 3D semantic segmentation in point clouds.
Jake-zhi/3DFeatNet
3DFeat-Net: Weakly Supervised Local 3D Features for Point Cloud Registration
Jake-zhi/Go-ICP
Implementation of the Go-ICP algorithm for globally optimal 3D pointset registration
Jake-zhi/trimesh2pointcloud
cython wrapper of poisson disk sampling of a triangle mesh in vcglib
Jake-zhi/Point-Cloud-Processing-example
点云库PCL从入门到精通 书中配套案例
Jake-zhi/object_detection_in_point_clouds
Detect vehicles on the road in lidar pointcloud data
Jake-zhi/3Dreconstruction
3D reconstruction, sfm with Python3
Jake-zhi/3DGNN_pytorch
3D Graph Neural Networks for RGBD Semantic Segmentation
Jake-zhi/Decision-Tree
关联规则和决策树组合算法在学生成绩分析中的研究——本科毕设。首先,本文基于爬取到的学生课程成绩设计以学生成绩为主题的数据仓库,为后续的成绩分析提高可靠的数据支持。其次,利用关联规则算法挖掘分析课程间的关联性,并生 成用于构造决策树的新属性。最后,通过信息增益率的**将生成的新属性和原有属性构造成决策树, 实现学生成绩分析预测。
Jake-zhi/PCANet
A Python implementation of PCANet https://arxiv.org/abs/1404.3606
Jake-zhi/Open3D-PointNet2-segmentation3D
Jake-zhi/Registrationshop
Interactive registration tool for 3D medical datasets
Jake-zhi/Mini-3D-Scanner
A pipeline for online 3D reconstruction of objects only using visual data from RGB-D camera (Kinect V2).
Jake-zhi/Python_The-wisdom-of-life
Smart python
Jake-zhi/JVCR-3Dlandmark
Code for "Joint Voxel and Coordinate Regression for Accurate 3D Facial Landmark Localization"
Jake-zhi/RBF_NN_tensorflow
RBF neural network was constructed using tensorflow framework
Jake-zhi/Depth2HHA
Use MATLAB to convert depth image into HHA image. In this repo, I will use NYU Depth V2 dataset as an example.
Jake-zhi/RBF_NN_Python
Python code of RBF neural network classification model
Jake-zhi/visualization
visualization results using open3D
Jake-zhi/convertcloud
Simple pointcloud converter
Jake-zhi/sentiment-analysis
以聚类算法、LDA主题模型、分类器为基础,完成对Twitter语料的基于地理位置的主题事件挖掘,并对主题事件进行细粒度的情绪分析
Jake-zhi/dgcnn-pointcloud
Jake-zhi/ILA-SCNN
Computation using data flow graphs for scalable machine learning
Jake-zhi/ECT-FaceAlignment
Code for "Combining Data-driven and Model-driven Methods for Robust Facial Landmark Detection"
Jake-zhi/CCFCompetition
这是本人第一次数据算法比赛实录。主要整理记录2017年CCF大数据与计算智能竞赛使用的模型和实现代码,选择了基于主题的文本情感分析赛题。采用情感词典+自定义规则完成比赛,成绩:136/796。
Jake-zhi/Keras-FCN
Keras-tensorflow implementation of Fully Convolutional Networks for Semantic Segmentation(Unfinished)
Jake-zhi/rgbd_ptam
Python implementation of RGBD-PTAM algorithm
Jake-zhi/RBFNeuralNetwork
RBF(Radial Basis Function) Neural Network Implementation in Python