Pinned Repositories
aframe_webvr_switch_scenes
This is a demo for showcasing how to switch scenes with aframe in WebVR mode.
ARCore_Mapping_with_Perspective_Projection
Instead of using GPS or SLAM, we can place four anchor points to form the mapping system with ARcore.
ARCore_Measurement
measure the distance between two objects
ARCore_Navigation_with_mini_map
ARL_Training
The training resources for Penn State Augmented Reality Lab
CenterPoint
Self-Driving-Car-Engineer-Nanodegree
Udacity Self-Driving Car Engineer Nanodegree
stablediffusion
High-Resolution Image Synthesis with Latent Diffusion Models
Unity_DataVisualization
This is a collection of Unity Particle System for data visualization
Unity_DrawLine_3D
3 ways to draw 3D lines in Unity without using LineRenderer
alchemz's Repositories
alchemz/aframe_webvr_switch_scenes
This is a demo for showcasing how to switch scenes with aframe in WebVR mode.
alchemz/cuda-expand-prefix-sum-calculation
In GPU Gems3, chapter 39 section 39.2.4. There is a discussion about expanding the prefix sum calculation to “Arrays of an arbitrary size”.
alchemz/Self-Driving-Car-Engineer-Nanodegree
Udacity Self-Driving Car Engineer Nanodegree
alchemz/A-Simple-CPlusPlus-Game
This is a simple word puzzle game written in C++ and Unreal Coding standard. [Unreal Syntax Friendly]
alchemz/AsyncCaptureTest
Non-blocking screen capture example with asynchronous GPU readback
alchemz/carla
Open-source simulator for autonomous driving research.
alchemz/CarND-Alexnet-Feature-Extraction
AlexNet puts the network on two GPUs, which allows for building a larger network. Although most of the calculations are done in parallel, the GPUs communicate with each other in certain layers. The original research paper on AlexNet said that parallelizing the network decreased the classification error rate by 1.7% when compared to a neural network that used half as many neurons on one GPU.
alchemz/CarND-P1
Find Lane Lines
alchemz/CarND-P3
Behavioral Cloning Project
alchemz/CarND-P4
Advanced Lane Finding
alchemz/CarND-P5
Vehicle Tracking and Detection
alchemz/CarND_P2_Traffic_Sign_Classifier
alchemz/Computer-Vision-Detection-and-Tracking
Computer Vision Detection and Tracking
alchemz/dash
Real-time motion planner and autonomous vehicle simulator in the browser, built with WebGL and Three.js.
alchemz/Data-Structure-Implementation
design stl data structure
alchemz/Deep-Learning-Specialization-1-Neural-Networks
https://www.coursera.org/specializations/deep-learning
alchemz/FlutterCasts
Companion repo to a course hosted on Udemy
alchemz/GTest-and-GMock
For unit test with gtest and gmock in C++
alchemz/interview-algorithm-questions
alchemz/LIDAR_RADAR_Sensor_Fusion
The Kalman Filter algorithm
alchemz/Memory-Management-Project-with-Cplusplus
Memory Management Project with Cplusplus
alchemz/mission-peace
keep studying!
alchemz/ml-agents
Unity Machine Learning Agents
alchemz/nameless-chrome-extension
a chrome extension
alchemz/RL
alchemz/Robotics-Computational-Motion-Planning
Robotics: Computational Motion Planning by University of Pennsylvania
alchemz/SG-GAN
Semantic-aware Grad-GAN for Virtual-to-Real Urban Scene Adaption
alchemz/some-physics-simulations
notes and experimental simulation from The Feynman Lectures on Physics
alchemz/Unreal-Code-Optimization
Unreal Code Optimization
alchemz/write-an-api
This is my first attempt ever to write an api. Very excited!