Domain adaptation with caffe features (Experiment)
Concepts
While most images for training are produced with high quality using digital cameras, maybe with label, the domain of interests in real world could differ in some combination of factors, including scene, intra-category variation, object location and pose..., maybe without label, domain adaption algorithms is trying to minimize this ...
Configuration of Multiple Python Versions Using Pyenv
Installation of Pyenv:
$ git clone https://github.com/yyuu/pyenv.git ~/.pyenv
Add this to .bashrc file
#Add for pyenv
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
To check the available python version for installation, run pyenv install -l
. I stalled python3.3.2 using ...
Single View Metrology
Dense Light Stereo
This computer vision project is to build 3D model of objects based on dense light images, code can be downloaded from here, for the description and relevant papers check README in the code, here only shows the results.
Smoother parameter \(\sigma\) can not be too large, either too small. The ...
Intelligent Scissor
This computer vision project is to realize the function of cutting out the objects you are interested inside a picture and then save it as another picture which has transparent background except the cut out objects. You can download the code from here. Here is an example of Lena picken ...
About me
My name is Rui Zheng.
I am a student and research assistant at Symlab HKUST, where my research is focused on computer vision and deep learning, and I am graduating in coming months. Before that, I received PhD in physics from Institute of Physics Chinese Academy of Sciences. Grab my ...