top of page

Leetcod#1: Two sum

(improved solution) language: C++ key idea: STL map map use: 1. define -- map<key, value> 2. find -- map.find(key) code: class Solution {...

Git 版本控管

[web] https://blog.techbridge.cc/2018/01/17/learning-programming-and-coding-with-python-git-and-github-tutorial/ [web-git+gitlab簡易版說明]...

PWC-Net installation on ubuntu_16.04

[paper] https://arxiv.org/pdf/1709.02371.pdf [code_original] https://github.com/NVlabs/PWC-Net/tree/master/PyTorch...

Mask-RCNN on ubuntu 16.04

steps ref: https://medium.com/@kstseng/matterport-mask-rcnn-%E9%85%8D%E7%BD%AE-e62ced12c977 github: https://github.com/matterport/Mask_RC...

(Windows)putty-ssh show server images

ref: http://laptops.eng.uci.edu/software-installation/using-linux/how-to-configure-xming-putty 在run cv show image相關指令,透過ssh展示影像或影片,...

YOLO v3 on Win7

這就是一篇安裝yolov3步驟和困難記錄,馬上開始吧~ YOLO官方: https://pjreddie.com/darknet/yolo/ Github: https://github.com/AlexeyAB/darknet...

paper - Video Compression through Image Interpolation

此篇為 ECCV 2018 paper - 由 Chao-Yuan Wu : The University of Texas at Austin 提出, 提出一種 end-to-end deep learning codec,以近來deep image...

NVIDIA DIGITS installation on Win7

在實習期間接觸到的深度學習訓練系統 - NVIDIA DIGITS 引用NVIDIA官方的介紹: ” DIGITS simplifies common deep learning tasks such as managing data, designing and...

Movie - 後來的我們

“ 後來,我們什麼都有了,卻沒有了我們.” 先說這部電影的節奏和台詞, 都很在點上,都沒有讓人分神之處, 時序也處理得很乾淨, 在過去和現在的交接,很有呼應! 看完電影後,心很空 ... 林見清和方小曉錯過的,會不會也是我們錯過的。 看小曉從現實到踏實,...

Day 1 - Wix

第一次使用 wix 電腦網頁版, 架設自己網頁變得快速、簡單,整體質感很好 在註冊網站步驟時,依序回答wix設定偏好,網站建立好後, 以下介紹管理網站相關方法: Site Actions - 基本網站編輯 Site actions 提供相當多的功能依序如下: Edit...

Blog: Blog2
bottom of page