Pinned Repositories
HadoopPractical
Practical Exercises for map reduce and hbase which addresses some common usage of both.
hfsoftmax
Accelerated Training for Massive Classification via Dynamic Class Selection
LeetCode
This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks.
leetcode_cpp
Repo to keep track of my practice records in C++.
Local_Light_Field_Synthesis
Local Light Field Synthesis (Pratul P. Srinivasan, Tongzhou Wang, Ashwin Sreelal, Ravi Ramamoorthi, Ren Ng ICCV 2017)
MINE
Code and models for our ICCV 2021 paper "MINE: Towards Continuous Depth MPI with NeRF for Novel View Synthesis"
myvimrc
My .vimrc file.
nerf
Code release for NeRF (Neural Radiance Fields)
TwitterRepManagement
An application that allows you to monitor online reputation over Twitter.
vincentfung13.github.io
Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
vincentfung13's Repositories
vincentfung13/MINE
Code and models for our ICCV 2021 paper "MINE: Towards Continuous Depth MPI with NeRF for Novel View Synthesis"
vincentfung13/TwitterRepManagement
An application that allows you to monitor online reputation over Twitter.
vincentfung13/HadoopPractical
Practical Exercises for map reduce and hbase which addresses some common usage of both.
vincentfung13/hfsoftmax
Accelerated Training for Massive Classification via Dynamic Class Selection
vincentfung13/LeetCode
This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks.
vincentfung13/leetcode_cpp
Repo to keep track of my practice records in C++.
vincentfung13/Local_Light_Field_Synthesis
Local Light Field Synthesis (Pratul P. Srinivasan, Tongzhou Wang, Ashwin Sreelal, Ravi Ramamoorthi, Ren Ng ICCV 2017)
vincentfung13/myvimrc
My .vimrc file.
vincentfung13/nerf
Code release for NeRF (Neural Radiance Fields)
vincentfung13/vincentfung13.github.io
Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
vincentfung13/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
vincentfung13/SCELoss-Reproduce
Reproduce Results for ICCV2019 "Symmetric Cross Entropy for Robust Learning with Noisy Labels" https://arxiv.org/abs/1908.06112
vincentfung13/SimpleSteganography
A simple implementation of hiding string/file in a bmp image using the LSB algorithm