Skip to content
View stanathong's full-sized avatar
๐ŸŒˆ
carpe diem โ—ฆ at the end of the rainbow
๐ŸŒˆ
carpe diem โ—ฆ at the end of the rainbow
  • London, UK

Block or report stanathong

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
stanathong/README.md

Ey Up ๐Ÿ‘‹

My name is Supannee ๐Ÿ™‹โ€โ™€๏ธ

  • ๐ŸŽฌ Iโ€™m currently working on diffusion models, 3D reconstruction, NeRFs, and perception-based image registration.
  • ๐Ÿ‘ฉโ€๐Ÿ’ป Iโ€™m currently collaborating with my former postdoc advisor and his Ph.D. student from the University of York.
  • ๐ŸŒ‡ Before that I had worked at Snap ๐Ÿ‘ป for slightly over 4 years.
  • ๐ŸŽ My main experience has been in 3D computer vision, but I have occasionally worked with deep learning as well.

Pinned Loading

  1. extract-pose-from-OpenSfM-reconstruction extract-pose-from-OpenSfM-reconstruction Public

    A handy tool to extract camera-pose in the form of projection matrix given Reconstruction.json, the output of OpenSfM (https://github.com/mapillary/OpenSfM)

    C++ 2 2

  2. retained_undistort_image retained_undistort_image Public

    Sourcecode to produce undistorted image in which all source image pixels are retained. Two methods are implemented (1) using cv::initUndistortRectifyMap and cv::getOptimalNewCameraMatrix, (2) usingโ€ฆ

    C++ 17 11

  3. undistort_point undistort_point Public

    Source code to compute undistorted image coordinates of the distorted (original) coordinates (given the camera's intrinsics parameters and the distortion coefficients). This is done through the nonโ€ฆ

    C++ 5 4

  4. multiple-camera-calib-list multiple-camera-calib-list Public

    A list of tools for multiple camera calibration

    69 11

  5. openmvg_pose_extraction openmvg_pose_extraction Public

    A utility to extract camera poses [R|t] from OpenMVG's SfM results

    C++ 3 1

  6. note-build-llm-from-scratch note-build-llm-from-scratch Public

    This repo contains my study notes based exclusively from the book Build A Large Language Model from Scratch by Sebastian Raschka.

    Python