All Projects → eliphatfs → SkeletonMerger

eliphatfs / SkeletonMerger

Licence: MIT license
Code repository for paper `Skeleton Merger: an Unsupervised Aligned Keypoint Detector`.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to SkeletonMerger

day2night
Image2Image Translation Research
Stars: ✭ 46 (-6.12%)
Mutual labels:  unsupervised-learning
SESF-Fuse
SESF-Fuse: An Unsupervised Deep Model for Multi-Focus Image Fusion
Stars: ✭ 47 (-4.08%)
Mutual labels:  unsupervised-learning
2D-and-3D-Deep-Autoencoder
Convolutional AutoEncoder application on MRI images
Stars: ✭ 57 (+16.33%)
Mutual labels:  unsupervised-learning
DETReg
Official implementation of the CVPR 2022 paper "DETReg: Unsupervised Pretraining with Region Priors for Object Detection".
Stars: ✭ 273 (+457.14%)
Mutual labels:  unsupervised-learning
amr
Official adversarial mixup resynthesis repository
Stars: ✭ 31 (-36.73%)
Mutual labels:  unsupervised-learning
FixBi
FixBi: Bridging Domain Spaces for Unsupervised Domain Adaptation (CVPR 2021)
Stars: ✭ 48 (-2.04%)
Mutual labels:  cvpr2021
Dual-CNN-Models-for-Unsupervised-Monocular-Depth-Estimation
Dual CNN Models for Unsupervised Monocular Depth Estimation
Stars: ✭ 36 (-26.53%)
Mutual labels:  unsupervised-learning
ml-ai
ML-AI Community | Open Source | Built in Bharat for the World | Data science problem statements and solutions
Stars: ✭ 32 (-34.69%)
Mutual labels:  unsupervised-learning
single-positive-multi-label
Multi-Label Learning from Single Positive Labels - CVPR 2021
Stars: ✭ 63 (+28.57%)
Mutual labels:  cvpr2021
anomalib
An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-parameter optimization, and edge inference.
Stars: ✭ 1,210 (+2369.39%)
Mutual labels:  unsupervised-learning
IJCAI2018 SSDH
Semantic Structure-based Unsupervised Deep Hashing IJCAI2018
Stars: ✭ 38 (-22.45%)
Mutual labels:  unsupervised-learning
mmselfsup
OpenMMLab Self-Supervised Learning Toolbox and Benchmark
Stars: ✭ 2,315 (+4624.49%)
Mutual labels:  unsupervised-learning
sutton-barto-rl-exercises
📖Learning reinforcement learning by implementing the algorithms from reinforcement learning an introduction
Stars: ✭ 77 (+57.14%)
Mutual labels:  unsupervised-learning
Im2Vec
[CVPR 2021 Oral] Im2Vec Synthesizing Vector Graphics without Vector Supervision
Stars: ✭ 229 (+367.35%)
Mutual labels:  cvpr2021
pyMCR
pyMCR: Multivariate Curve Resolution for Python
Stars: ✭ 55 (+12.24%)
Mutual labels:  unsupervised-learning
USOT
[ICCV2021] Learning to Track Objects from Unlabeled Videos
Stars: ✭ 52 (+6.12%)
Mutual labels:  unsupervised-learning
strollr2d icassp2017
Image Denoising Codes using STROLLR learning, the Matlab implementation of the paper in ICASSP2017
Stars: ✭ 22 (-55.1%)
Mutual labels:  unsupervised-learning
HESIC
Official Code of "Deep Homography for Efficient Stereo Image Compression"[cvpr21oral]
Stars: ✭ 42 (-14.29%)
Mutual labels:  cvpr2021
cvpr-buzz
🐝 Explore Trending Papers at CVPR
Stars: ✭ 37 (-24.49%)
Mutual labels:  cvpr2021
acoustic-keylogger
Pipeline of a keylogging attack using just an audio signal and unsupervised learning.
Stars: ✭ 80 (+63.27%)
Mutual labels:  unsupervised-learning

Skeleton Merger

Skeleton Merger, an Unsupervised Aligned Keypoint Detector. The paper is available at https://arxiv.org/abs/2103.10814.

Intro pic

Update Aug. 6th: The point cloud visualizer is now released! See https://github.com/eliphatfs/PointCloudVisualizer.

A map of the repository

  • The merger/pointnetpp folder contains the Pytorch Implementation of PointNet and PointNet++ repository with some minor changes. It is adapted to make compatible relative imports.
  • The merger/composed_chamfer.py file contains an efficient implementation of proposed Composite Chamfer Distance (CCD).
  • The merger/data_flower.py file is for data loading and preprocessing.
  • The merger/merger_net.py file contains the Skeleton Merger implementation.
  • The root folder contains several scripts for training and testing.

Usage of script files

Usage of the script files, together with a brief description of data format, are available through the -h command line option.

Dataset

The ShapeNetCore.v2 dataset used in the paper is available from the Point Cloud Datasets repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].