Pinned Repositories
android_vitamio_player
音视频播放_lecture
Awesome-PyTorch-Chinese
【干货】史上最全的PyTorch学习资源汇总
dgcnn.pytorch
A PyTorch implementation of Dynamic Graph CNN for Learning on Point Clouds (DGCNN)
eat_tensorflow2_in_30_days
Tensorflow2.0 🍎🍊 is delicious, just eat it! 😋😋
FastBERT
The score code of FastBERT (ACL2020)
GreenPLM
(arXiv) More Text, Less Point: Towards 3D Data-Efficient Point-Language Understanding
MiniGPT-3D
[MM 2024] [Need only a 3090] MiniGPT-3D: Efficiently Aligning 3D Point Clouds with Large Language Models using 2D Priors
Point-LGMask
[TMM 2023] Point-LGMask: Local and Global Contexts Embedding for Point Cloud Pre-training with Multi-Ratio Masking
pyturbo
A simple reference implementation of turbo codes for error correction in Python.
Mamba3D
[ACM MM 2024] Mamba3D: Enhancing Local Features for 3D Point Cloud Analysis via State Space Model
TangYuan96's Repositories
TangYuan96/MiniGPT-3D
[MM 2024] [Need only a 3090] MiniGPT-3D: Efficiently Aligning 3D Point Clouds with Large Language Models using 2D Priors
TangYuan96/GreenPLM
(arXiv) More Text, Less Point: Towards 3D Data-Efficient Point-Language Understanding
TangYuan96/Point-LGMask
[TMM 2023] Point-LGMask: Local and Global Contexts Embedding for Point Cloud Pre-training with Multi-Ratio Masking
TangYuan96/eat_tensorflow2_in_30_days
Tensorflow2.0 🍎🍊 is delicious, just eat it! 😋😋
TangYuan96/pyturbo
A simple reference implementation of turbo codes for error correction in Python.
TangYuan96/android_vitamio_player
音视频播放_lecture
TangYuan96/Awesome-PyTorch-Chinese
【干货】史上最全的PyTorch学习资源汇总
TangYuan96/dgcnn.pytorch
A PyTorch implementation of Dynamic Graph CNN for Learning on Point Clouds (DGCNN)
TangYuan96/FastBERT
The score code of FastBERT (ACL2020)
TangYuan96/fastbert_MedicalClass_FlyAI
使用fastbert处理medicalClass
TangYuan96/GAN_Compression
The code for "Unified Signal Compression Using Generative Adversarial Networks"
TangYuan96/hello-world
it is just a test.
TangYuan96/ibot
iBOT: Image BERT Pre-Training with Online Tokenizer (ICLR 2022)
TangYuan96/kau-uav-qgc
TangYuan96/minigpt_3d_project_page
TangYuan96/Mnist_Cognition
TangYuan96/Point-BERT
[CVPR 2022] Pre-Training 3D Point Cloud Transformers with Masked Point Modeling
TangYuan96/Point-MAE
TangYuan96/PointNeXt
PyTorch repo for ``PointNeXt: Revisiting PointNet++ with Improved Training and Scaling Strategies'' (NeurIPS 2022)
TangYuan96/pytorch-soft-actor-critic
PyTorch implementation of soft actor critic
TangYuan96/PyTorch-Tutorial
Build your neural network easy and fast, 莫烦Python中文教学
TangYuan96/rl-gan-net
A reimplementation of RL-GAN-Net and application to dental crown point clouds
TangYuan96/Stm32-project
TangYuan96/yolov5-preCode
yolov5数据预处理代码,图像resize、数据集分割、数据集coco转换为yolov5、图像增强等