Pinned Repositories
assignment-speech-recognition
2018/Spring-CSIE4031(語音辨識導論, Introduction to Speech Recognition) assignment.
captcha-label-tool
驗證碼手動標記工具
deepfill_v2.pytorch
This is a re-implementation of "Free-Form Image Inpainting with Gated Convolution" with PyTorch
deepfillv2
The PyTorch implementation of ICCV 2019 oral paper: free-form inpainting (deepfillv2), especially Gated Conv
detectron2
Detectron2 is FAIR's next-generation platform for object detection and segmentation.
generative_inpainting
DeepFill v1/v2 with Contextual Attention and Gated Convolution, CVPR 2018, and ICCV 2019 Oral
Image_Completion
Image Completion using PatchMatch algorithm
simple-railway-captcha-solver
實作基於CNN的台鐵訂票驗證碼辨識以及透過模仿及資料增強的訓練集產生器 (Simple captcha solver based on CNN and a training set generator by imitating the style of captcha and data augmentation)
tkb-auto-booking
Auto booking script for a certain cram school.
JasonLiTW's Repositories
JasonLiTW/simple-railway-captcha-solver
實作基於CNN的台鐵訂票驗證碼辨識以及透過模仿及資料增強的訓練集產生器 (Simple captcha solver based on CNN and a training set generator by imitating the style of captcha and data augmentation)
JasonLiTW/assignment-speech-recognition
2018/Spring-CSIE4031(語音辨識導論, Introduction to Speech Recognition) assignment.
JasonLiTW/tkb-auto-booking
Auto booking script for a certain cram school.
JasonLiTW/captcha-label-tool
驗證碼手動標記工具
JasonLiTW/deepfill_v2.pytorch
This is a re-implementation of "Free-Form Image Inpainting with Gated Convolution" with PyTorch
JasonLiTW/deepfillv2
The PyTorch implementation of ICCV 2019 oral paper: free-form inpainting (deepfillv2), especially Gated Conv
JasonLiTW/detectron2
Detectron2 is FAIR's next-generation platform for object detection and segmentation.
JasonLiTW/generative_inpainting
DeepFill v1/v2 with Contextual Attention and Gated Convolution, CVPR 2018, and ICCV 2019 Oral
JasonLiTW/Image_Completion
Image Completion using PatchMatch algorithm
JasonLiTW/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
JasonLiTW/layeredCanvas
Abstraction layer to do layers on an html canvas element
JasonLiTW/models
Models and examples built with TensorFlow
JasonLiTW/neuralgym
Deep Learning Toolkit
JasonLiTW/NordVPN-Wireguard
A bash scripts that generates Wireguard configuration file for a NordVPN connection.
JasonLiTW/openvpn-server-hicloud
JasonLiTW/optee_my_test
JasonLiTW/optee_os
Trusted side of the TEE
JasonLiTW/PatchMatch
The algorithm of patch match implemented by python
JasonLiTW/PerC-Adversarial
Towards large yet imperceptible adversarial image perturbations with perceptual color distance
JasonLiTW/PRML
PRML algorithms implemented in Python
JasonLiTW/Rethinking-Inpainting-MEDFE
Rethinking Image Inpainting via a Mutual Encoder Decoder with Feature Equalizations. ECCV 2020 Oral
JasonLiTW/RN
Region Normalization for Image Inpainting, accepted by AAAI-2020
JasonLiTW/SceneGAN
JasonLiTW/SmartIR
Integration for Home Assistant to control climate, TV and fan devices via IR/RF controllers (Broadlink, Xiaomi, MQTT, LOOKin)
JasonLiTW/swift-debouncer
A simple class to debounce swift method, something like JavaScript debounce function