parkie0517
3D Vision Enthusiast @ KAIST Visual Intelligence Lab
Sungkyunkwan University, Dept. of Applied Artificial IntelligenceDaejeon, South Korea
Pinned Repositories
Alien_Zoo
Uses python Flask server, sqlite, html to create a simple game.
BEVCar
[IROS2024] Camera-Radar Fusion for BEV Map and Object Segmentation
BEVDet_Paper-Review-and-Code-Practice
BEVDet 논문 리뷰 및 코드 실습
Investigating-the-Effects-of-Bag-of-Tricks
Investigating the Effects of Bag of Tricks for Object Classification Models: ResNet and ViT
NYUDepthV2_PointCloud_Converter
Utility to convert the NYU Depth V2 dataset into point clouds for advanced 3D visualization and analysis.
PointTransformerV3-SemSeg
Performing Semantic Segmentation using PointTransformerV3
RC-Autonomous-Taxi
🚗 We developed a Remote Control Autonomous Taxi service called "R-Mutax".
SemanticKITTI-MultiFrameGeneration
Generate Fused MultiFrame semantic-KITTI Dataset
Transfer-Learning-Based-Backdoor-Attack-Vulnerabilities-in-3D-Point-Cloud-Classifiers
Investigating the Vulnerability of 3D Point Cloud Classifiers to Backdoor Attacks Leveraging Transfer Learning
Visual-Prompt-Tuning-for-ViT-B-4
Apply Visual Prompt Tuning (VPT) on a ViT model! Let's see if VPT improves the model's performance.
parkie0517's Repositories
parkie0517/NYUDepthV2_PointCloud_Converter
Utility to convert the NYU Depth V2 dataset into point clouds for advanced 3D visualization and analysis.
parkie0517/PointTransformerV3-SemSeg
Performing Semantic Segmentation using PointTransformerV3
parkie0517/Visual-Prompt-Tuning-for-ViT-B-4
Apply Visual Prompt Tuning (VPT) on a ViT model! Let's see if VPT improves the model's performance.
parkie0517/SemanticKITTI-MultiFrameGeneration
Generate Fused MultiFrame semantic-KITTI Dataset
parkie0517/Alien_Zoo
Uses python Flask server, sqlite, html to create a simple game.
parkie0517/BEVDet_Paper-Review-and-Code-Practice
BEVDet 논문 리뷰 및 코드 실습
parkie0517/BEVFormer-Paper-Review-and-Code-Practice
BEVFormer Paper Review and Code Practice
parkie0517/Investigating-the-Effects-of-Bag-of-Tricks
Investigating the Effects of Bag of Tricks for Object Classification Models: ResNet and ViT
parkie0517/LAB_open_source
2023-2 오픈소스 기여 실습을 위한 저장소입니다.
parkie0517/Layer_Normalization_practice
Understanding how Layer Normalization works using PyTorch!
parkie0517/parkie0517
GitHub Profile ReadMe!
parkie0517/PointNet_Official_Code
PointNet and PointNet++ implemented by pytorch (pure python) and on ModelNet, ShapeNet and S3DIS.
parkie0517/RC-Autonomous-Taxi
🚗 We developed a Remote Control Autonomous Taxi service called "R-Mutax".
parkie0517/SCPNet
PyTorch version of SCPNet. Clonned from the official repo
parkie0517/Transfer-Learning-Based-Backdoor-Attack-Vulnerabilities-in-3D-Point-Cloud-Classifiers
Investigating the Vulnerability of 3D Point Cloud Classifiers to Backdoor Attacks Leveraging Transfer Learning
parkie0517/Trigger-Inclusion-for-Point-Cloud-Backdoor-Attack
A Study on Transfer Learning-Based Investigation of Backdoor Attack Vulnerabilities in 3D Point Cloud Classifiers
parkie0517/Vision-Transformer-using-PyTorch-and-Tensorboard
Implementation of Vision Transformer(ViT) using PyTorch. Also using Tensorboard to visualize the results.
parkie0517/VPT_Official_Code
Visual Prompt Tuning code practice
parkie0517/BEVFusion-Code-Practice
PyTorch BEVFusion Code Practice
parkie0517/CodeTest
코테 문제 풀이
parkie0517/Doctor-AI
건강검진결과통보서만 갖고 미래에 걸릴 수 있는 질병에 대한 예측을 해주는 '닥터 AI'
parkie0517/git-practice
parkie0517/Point-Cloud-Classification-Web-Service-Using-Docker-Multi-container
Web-based 3D Point Cloud Visualization and Classification Service. Multi-container Web Application with Docker.
parkie0517/PointBeV-Optimized-Code-and-Detailed-Commentary
PointBeV is a SOTA sparse segmentation model for BeV perception. I added extensive comments for clarity and optimized some of the original code for better efficiency. I hope this repository helps those who study BeV perception for AVs.
parkie0517/PyTorch-CIFAR10-Classifier-Using-CNN
CIFAR10 classifier using PyTorch. The classifier uses a CNN.
parkie0517/PyTorch-MNIST-Classifier-Using-FCN
MNIST digit classifier using PyTorch. The classifier uses a FCN rather than a CNN.
parkie0517/Simple-BEV-with-Enhanced-Commentary
Enhanced version of the official Simple-BEV implementation, with comprehensive comments added to the code for better understanding and readability.
parkie0517/SKT-FLYAI-Archiving
TIL 스터디
parkie0517/tabnet
PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf
parkie0517/TF-Part-of-Speech-Tagging-LSTM
I created a POS tagging LSTM using TF as part of the AI course's assignment task.