Skip to content

Instantly share code, notes, and snippets.

View kwea123's full-sized avatar
🔮
NeRF VTuber 電腦視覺VTuber!

AI葵 kwea123

🔮
NeRF VTuber 電腦視覺VTuber!
View GitHub Profile
@kwea123
kwea123 / f2nerf-fig4.ipynb
Last active May 11, 2024 07:23
Script to interactively understand Fig. 4 in F2-NeRF (2d toy example with 2 cameras)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kwea123
kwea123 / whisper.ipynb
Last active November 15, 2022 09:15
whisper.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kwea123
kwea123 / PumpkinGame.cs
Created October 25, 2021 12:58
Interactive pumpkin weight guessing game with youtube api
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using TMPro;
public class PumpkinsGame : MonoBehaviour
{
public GameObject pumpkins;
public float glowingSpeed;
public Material pumpkinMat;
@kwea123
kwea123 / YoutubeAPIUnity.cs
Created October 25, 2021 12:57
Youtube API that fetches live stream chat room in Unity.
using System.Collections;
using System.Collections.Generic;
using System;
using System.IO;
using UnityEngine;
using UnityEngine.Networking;
using SimpleJSON;
public class YoutubeAPI : MonoBehaviour
{
@kwea123
kwea123 / nerf_colab.ipynb
Last active March 9, 2024 19:23
nerf_colab.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kwea123
kwea123 / colmap_colab.ipynb
Created April 26, 2020 10:07
colmap_colab.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.