Chang Hsin Lee

Committing my thoughts to words.

Posts Notes 中文 About Video

Import custom .py module in Google Colab from GitHub URLs

June 18, 2020

How to import custom .py modules from places like GitHub.

Read More

Mutable defaults in Python dataclass

May 16, 2020

Me learning about how NOT to use mutable defaults in dataclass.

Read More

Guide to installing Pycocotools/CocoAPI

April 30, 2020

pycocotools is a dependency in detectron2 that is difficult to install.

Read More

Manage multiple Python versions on Windows with py.exe

April 28, 2020

py.exe is a useful tool on Windows that I didn’t know.

Read More