Giter Club home page Giter Club logo

Hi there šŸ‘‹

  • šŸ”­ Iā€™m currently a Ph.D. candidate in the Chinese University of Hong Kong, Shenzhen.
  • šŸŒ± Iā€™m currently learning 3D vision in microcosm.
  • šŸ‘Æ Iā€™m looking to collaborate on 3D vision in microcosm.
  • šŸ¤” Iā€™m looking for help me make the world easier.
  • šŸ’¬ Ask me about coding, papers or anything interesting!
  • šŸ“« How to reach me: https://simonhanyang.github.io/
  • šŸ˜„ Pronouns: Panda
  • āš” Fun fact: Computer Vision Researcher but Still LOVE CODING APPs AND ANYTHING INTERESTING!

AI Station Server

  • Using tensorboard on remote server ssh -L 16006:127.0.0.1:6006 cuhk
  • Saving remote server's ip and port into the local computer ~/.ssh/config by the following format:
Host cuhk
    User root
    HostName 10.xx.xxx.16
    Port xxxxx
  • Do not use pwd to log in to the remote server: saving local computer's ~/.ssh/id_rsa.pub to remote ~/.ssh/authorized_keys
  • Using Oh-my-ZSH on remote server:
# update apt or apt-get
apt update/upgrade
apt-get update/upgrade

# install zsh
apt install zsh

# check SHELL
echo $SHELL

# switch to zsh
chsh -s /bin/zsh

# install oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" -y

# install zsh-autosuggestions zsh-syntax-highlighting plugins
git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting $ZSH_CUSTOM/plugins/zsh-syntax-highlighting

# modify the config file of oh-my-zsh
vim ~/.zshrc

## change zsh style
ZSH_THEME="candy"

## add plugins
plugins=(git zsh-autosuggestions zsh-syntax-highlighting)

# activate changes
source ~/.zshrc
  • Using anaconda3 on an individual account on an AI Station (Do not have sudo permission)
# download anaconda3
wget https://mirrors.bfsu.edu.cn/anaconda/archive/Anaconda3-2023.09-0-Linux-x86_64.sh --no-check-certificate

# install anaconda3
bash Anaconda3-2021.11-Linux-x86_64.sh

## when installing, pls change the config file root to anaconda3
### original
/root/anaconda3/bin
### change to the individual account
/uname/anaconda3/bin

# change environment variable for anaconda3
vim /etc/profile

## add the following command to the end of `/etc/profile`
export PATH=/uname/anaconda3/bin:$PATH

# activate changes
source /etc/profile

# init conda, if using zsh and need to open a new bash
conda init zsh

Tips/Bugs

  • For Linux: ImportError: libGL.so.1: cannot open shared object file: No such file or directory
apt install libgl1-mesa-glx

Simon Yang's Projects

dered icon dered

The Offical Codebase for Fully Self-Supervised Depth Estimation from Defocus Clue

jekyll-theme-dumbarton icon jekyll-theme-dumbarton

Dumbarton is a Jekyll Theme developed by Tyler Butler. The theme is designed for academics and features a simple home page with an about me section, a blog, and an interactive highlights section to describe publications, coursework, courses taught, and projects. UI design with Bootstrap and Animate CSS. Dumbarton is not compatible with Github Pages

microdepthnet icon microdepthnet

Depth estimation using classification task for different focal planes microscopy images

sam4sperm icon sam4sperm

Segment Anything for Sperm cell segmentation by scratch a box

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.