Skip to content

Wanho Choi

CG/VFX Software Engineer

Menu
  • 홈
  • About Me
  • Publication
  • Seminar
  • Maya C++ API
  • MathBook
  • Trip
  • Photo
  • Link
Posted on2022-04-192022-04-24Etc.

디블라트 설립

by wano

diblat.com

Read More
Posted on2022-01-20Etc.

덱스터 스튜디오 브이로그

by wano
Read More
Posted on2021-08-132021-11-04Trip

2021 여름휴가

by wano
Read More
Posted on2021-05-152021-05-20Etc.

Claw Machine

by wanoLeave a comment on Claw Machine

인형뽑기 All Clear! for 둘째

Read More
Posted on2021-03-222021-11-04Programming

PCA NumPy Example

by wano
Read More
Posted on2021-02-172022-04-27Programming

C++ 3D Vector Class compatible with Eigen and OpenCV

by wano
Read More
Posted on2020-10-282021-06-13Trip

에버랜드 포레스트 캠프

by wanoLeave a comment on 에버랜드 포레스트 캠프
Read More
Posted on2020-10-252021-06-13Trip

2020 단풍구경 가족여행

by wanoLeave a comment on 2020 단풍구경 가족여행

남이섬(Nami Island)

Read More
Posted on2020-09-092020-09-10Deep Learning

딥러닝을 위한 그래픽 카드 구매 가이드

by wanoLeave a comment on 딥러닝을 위한 그래픽 카드 구매 가이드

딥러닝을 실무에 본격적으로 적용하기 위해 그래픽 카드 구매를 고려중이다. 현재 사용중인 그래픽 카드는 RTX 2080 Ti (VRAM 11 GB)이다. 현시점에서 볼 때 꽤 고사양의 그래픽…

Read More
Posted on2020-08-19CUDA

nvidia-smi와 nvcc -V의 차이

by wanoLeave a comment on nvidia-smi와 nvcc -V의 차이

nvidia-smi: 드라이버가 지원하는 최대 CUDA 버전 nvcc -V: 실제로 설치된 CUDA 버전

Read More
Posted on2020-08-142021-06-13Trip

2020 여름 가족 여행

by wanoLeave a comment on 2020 여름 가족 여행

소노캄 델피노, 속초관광수산시장, 설악산 (케이블카, 권금성), 송지호 해수욕장, 오죽헌, 선교장

Read More
Posted on2020-08-012021-11-08Deep Learning

Deep Learning & Probability Theory

by wano

More on http://wanochoi.com/lecture/DeepLearning_ProbabilityTheory.pdf

Read More
Posted on2020-07-162020-07-17Deep Learning

Neural Style Transfer Test

by wanoLeave a comment on Neural Style Transfer Test

이제서야 해 본 neural style transfer test using pre-trained VGG19, Gram matrix, and TF 2.0’s GradientType Tensorflow Keras Tutorial for Dexter Studios R&DCourse Material: http://wanochoi.com/lecture/AdvancedDeepLearningCourse.pdf

Read More
Posted on2020-05-262020-05-29Etc.

나이스 눈썰미상

by wanoLeave a comment on 나이스 눈썰미상

둘째: 아빠! 내가 찾았어! 아빠: 진짜? 정말 잘했다! 너에게 명예를 주마. 둘째: 엄마! 아빠가 나한테 명예를 준대! 엄마: 너 명예가 뭔지 아니? 둘째: 어.. 음..…

Read More
Posted on2020-04-282020-04-29Windows

GraphViz’s executables not found

by wanoLeave a comment on GraphViz’s executables not found

pip install graphviz pydot pydotplus와 같이 실행하여 필요한 모듈을 다 설치해도 다음과 같은 에러가 발생하면서 Python 코드가 실행되지 않는 경우가 발생하였다. pydotplus.graphviz.InvocationException: GraphViz’s executables not…

Read More
Posted on2020-04-28Deep Learning

Tensorflow Addons 설치

by wanoLeave a comment on Tensorflow Addons 설치

TensorFlow Addons is a repository of contributions that conform to well-established API patterns, but implement new functionality not available in core TensorFlow. TensorFlow natively supports…

Read More
Posted on2020-03-28Deep Learning

Where does Keras store downloaded dataset?

by wanoLeave a comment on Where does Keras store downloaded dataset?

[Windows] C:/Users/[My Account]/.keras/datasets [Linux] ~/.keras/datasets

Read More
Posted on2020-03-202020-03-20Deep Learning

How to print the progress as a single line when using Keras in PyCharm

by wanoLeave a comment on How to print the progress as a single line when using Keras in PyCharm

PyChar에서 Keras 사용하면 training progress가 다음과 같이 한 줄이 아닌 여러 줄로 출력된다. 이 문제를 해결하려면 PyCharm 옵션을 다음과 같이 수정해주면 된다. 수정 후 다시…

Read More
Posted on2020-03-16Programming

How to launch PyCharm faster

by wanoLeave a comment on How to launch PyCharm faster

Windows Defender는 PyCharm을 느리게 만든다. 다음과 같은 과정을 거쳐서 이 문제를 해결할 수 있다.

Read More
Posted on2020-03-162020-03-16Deep Learning

Anaconda + TensorFlow 설치 (Windows 10)

by wanoLeave a comment on Anaconda + TensorFlow 설치 (Windows 10)

아나콘다(Anaconda)란 파이썬(Python)과 수 백 가지 이상의 데이터 과학 패키지가 종속성 문제 없이 함께 설치되는 종합 패키지이다. 아나콘다(Anaconda)를 사용하면 필요한 여러 패키지들을 별도로 하나씩 설치해주어야 하는…

Read More
Posted on2020-03-112022-01-05Math

구의 겉넓이와 부피

by wanoLeave a comment on 구의 겉넓이와 부피

반지름이 r인 구(sphere)의 겉넓이와 부피를 계산하는 공식은 각각 다음과 같다. 적분을 이용하면 간단명료하게 위의 두 가지 공식을 증명할 수 있다. (구글이나 유튜브에서 검색해 보면 관련…

Read More
Posted on2020-03-092021-11-04Programming

How to build OpenCV on Windows

by wano

윈도우즈 환경에서 OpenCV 개발 환경을 구성할 때 다음의 두 가지 방법이 있다. 이미 빌드(build)가 되어 있는 바이너리(binary) 파일을 찾아서 설치 소스코드(source code)를 받아서 직접 빌드(build)…

Read More
Posted on2020-03-032020-03-12Programming

Visual Studio 프로젝트 환경 설정 상속

by wanoLeave a comment on Visual Studio 프로젝트 환경 설정 상속

Visual Studio에서 작업을 하다 보면 하나의 솔루션(solution) 안에 여러 개의 프로젝트(project)를 만들어서 관리해야 하는 경우가 생긴다. 이 때, 각 프로젝트 마다 개별적으로 설정을 해주는 것은…

Read More
Posted on2020-02-212020-09-10Etc.

My first published book

by wanoLeave a comment on My first published book

평소 책을 쓰고 싶은 생각은 있었지만 그게 초등학교 수학책이 될줄은 몰랐습니다. 초등수학을 결정하는 개념 총정리 다음은 출판시 누락된 에필로그입니다. [이 책을 마무리하며] 지금까지 초등학교 6년…

Read More
Posted on2020-01-182020-03-12Computer Graphics

6 DoF Video

by wanoLeave a comment on 6 DoF Video

다음은 SIGGRAPH Asia 2019 XR Presentations & Talks에 대한 소개이다. 여기서 등장하는 6Dof란 무엇일까? 우선 DOF는 Degree of Freedom의 약자로 자유도(自由度)라는 의미이다. 이와 같이 좌우로만…

Read More
Posted on2020-01-102020-01-11Etc.

자동차와 연식

by wanoLeave a comment on 자동차와 연식

중고차 시세를 결정하는 요인 중에서 연식이 가장 큰 비중을 차지함. 중고차의 가격은 연식을 기준으로 책정되기 때문. 차량의 연식은 등록 시점을 기준으로 정해짐. 따라서, 만약 2019년…

Read More
Posted on2020-01-092020-03-12Math

거울은 왜 좌우만 바뀌어 보일까?

by wanoLeave a comment on 거울은 왜 좌우만 바뀌어 보일까?

거울을 통해 우리의 모습을 보면 왼쪽과 오른쪽이 뒤집혀서 반대로 보입니다. 우리가 오른손을 들면 거울 속의 나는 왼손을 들고, 우리가 왼손을 들면 거울 속의 나는 오른손을…

Read More
Posted on2020-01-052020-01-09Math

“(음수) × (음수) = (양수)”가 되는 이유

by wanoLeave a comment on “(음수) × (음수) = (양수)”가 되는 이유

첫째 딸에게 수학을 가르치면서 당연하게 생각했던 사실들에 대해 왜 그런지 이유를 생각하게 되는 경우가 많다. 오늘 받은 질문은 “두 음수 끼리의 곱은 왜 양수가 되는가?”이다.…

Read More
Posted on2019-12-142020-03-12Computer Graphics

A Closed Form Solution to Natural Image Matting

by wanoLeave a comment on A Closed Form Solution to Natural Image Matting

reference) https://www.youtube.com/watch?v=Mvd93DdgqAY

Read More
Posted on2019-11-292019-12-04Computer Graphics

Closed Form

by wanoLeave a comment on Closed Form

닫힌 형태(closed form)란 방정식(equation)의 해(solution)를 해석적(analytic)으로 표현할 수 있는 종류의 문제를 말한다. 즉, 닫힌 형태를 가지는 방정식의 해는 변수(variable), 상수(constant), 사칙연산( +−×÷), 그리고 잘 알려진…

Read More
Posted on2019-11-172021-06-13Trip

SIGGRAPH Asia 2019 Brisbane

by wanoLeave a comment on SIGGRAPH Asia 2019 Brisbane

올해 SIGGRAPH Asia는 호주 브리즈번에서 열린다. 2년 전쯤에 개최지를 알게 되었을 때 여기는 반드시 가야 한다고 다짐을 했던 기억이 난다. 결국 꿈은 이루어졌고 나는 지금…

Read More
Posted on2019-11-142021-11-08Etc.

The First visit to the southern hemisphere, but …

by wano
Read More
Posted on2019-10-112020-03-12Deep Learning

GAN Loss Function

by wanoLeave a comment on GAN Loss Function

More on http://wanochoi.com/lecture/GAN.pdf

Read More
Posted on2019-10-052020-03-12Deep Learning

VAE Re-parameterization Trick

by wanoLeave a comment on VAE Re-parameterization Trick

More on http://wanochoi.com/lecture/VAE.pdf

Read More
Posted on2019-10-052020-03-12Deep Learning

VAE Loss Function

by wanoLeave a comment on VAE Loss Function

More on http://wanochoi.com/lecture/VAE.pdf

Read More
Posted on2019-10-052021-11-15Deep Learning

KL Divergence between Two Normal Distributions

by wano

More on http://wanochoi.com/lecture/VAE.pdf

Read More
Posted on2019-10-052021-11-15Deep Learning

KL Divergence

by wano

More on http://wanochoi.com/lecture/VAE.pdf

Read More
Posted on2019-09-30Etc.

파주 더티 트렁크 (Dirty Trunk)

by wanoLeave a comment on 파주 더티 트렁크 (Dirty Trunk)
Read More
Posted on2019-09-28Windows

윈도우즈 성능 향상 설정

by wanoLeave a comment on 윈도우즈 성능 향상 설정
Read More
Posted on2019-09-242019-09-24Etc.

Accepted!!!

by wanoLeave a comment on Accepted!!!
Read More

Posts navigation

Page 1 Page 2 … Page 9 Next Page

  • 50
  • 2,796
  • 12,707
  • 168,271

Categories

  • Android
  • Computer Graphics
  • CUDA
  • Deep Learning
  • Drone
  • Etc.
  • Houdini
  • Linux
  • Math
  • Maya
  • Nuke
  • OpenGL
  • OS X & IOS
  • Programming
  • Python
  • RenderMan
  • Tips
  • Trip
  • VFX
  • Windows
  • WordPress

Tags

Android Studio API booting C CentOS Chrome context CUDA deep learning derivation DigiPro driver fragment google GPU image install Keynote LaTeX Linux Maya nVIDIA OpenCV OpenGL programming Python RenderMan SIGGRAPH SWIG Tensorflow Ubuntu update vi Visual Studio Windows Windows7 WordPress YUM 설치 수학 안드로이드 스튜디오 우분투 텐서플로우 프래그먼트 한글

  • 50
  • 2,796
  • 12,707
  • 168,271

Categories

  • Android
  • Computer Graphics
  • CUDA
  • Deep Learning
  • Drone
  • Etc.
  • Houdini
  • Linux
  • Math
  • Maya
  • Nuke
  • OpenGL
  • OS X & IOS
  • Programming
  • Python
  • RenderMan
  • Tips
  • Trip
  • VFX
  • Windows
  • WordPress

Tags

Android Studio API booting C CentOS Chrome context CUDA deep learning derivation DigiPro driver fragment google GPU image install Keynote LaTeX Linux Maya nVIDIA OpenCV OpenGL programming Python RenderMan SIGGRAPH SWIG Tensorflow Ubuntu update vi Visual Studio Windows Windows7 WordPress YUM 설치 수학 안드로이드 스튜디오 우분투 텐서플로우 프래그먼트 한글
Amphibious Theme by TemplatePocket ⋅ Powered by WordPress