Seasons Home

「心若自由」

Colorectal Polyp Classification from White light Colonoscopy Images via Domain Alignment

Paper-reading, polyp

Title page 会议:Accepted at MICCAI-21 年份:2021 github链接:(无内容) pdf链接:http://arxiv.org/abs/2108.02476 数据集链接:https://drive.google.com/drive/folders/1e2t5HhQf08sTAE_CPRNVgpi6YUKgQSHn?usp=sharing Sum...

Lighting Enhancement Aids Reconstruction of Colonoscopic Surfaces

Paper-reading, polyp

Title page 会议:Accepted at IPMI 2021 年份:2021 github链接:https://github.com/zhangybzbo/ColonLight pdf链接:https://arxiv.org/pdf/2103.10310.pdf Summary The lighting inconsistency of colonoscopy...

Useful command - Tools

Useful command for useful tools/softwares

Useful commends - Tools Proxy Clash 前提条件: 你拥有 sudo 权限。 Clash 已通过 systemd 服务(名为 clash.service)管理。 Clash 的安装目录为 /opt/clash。 你知道你的 Clash 订阅链接(URL)。 场景一:更新/更换 config.yaml 配置文件 此操作适用于你...

Useful command - R

Useful command for R

Useful commends - R R proxy 1 2 3 Sys.setenv(http_proxy = "10.71.115.244:3128") Sys.setenv(https_proxy = "http://10.71.115.244:3128") Sys.getenv() Install new packages without root 1 2 3 4 5 ...

Useful command - Pytorch

Useful command for Pytorch

Useful commends - Pytorch pytorch 计算参数量与计算量 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 def shufflenet_...

Useful command - Python/conda/pip

Useful commands of Python/conda/pip

Useful commends - Python/Conda/Pip Pip 1 python3 -m pip install tensorflow==2.4.1 -i https://pypi.tuna.tsinghua.edu.cn/simple --default-timeout=200pi conda environment 1 2 3 4 5 6 7 8 9 # ...

Useful command - OCR

Useful command for OCR

Useful commends - Database paddle 1 2 3 4 # python版本 export LD_LIBRARY_PATH=/home/lty/.conda/pkgs/cudatoolkit-10.1.243-h6bb024c_0/lib/ export CUDA_VISIBLE_DEVICES="2"

Useful command - Linux

Useful command for Linux configuration

Useful commends - Linux Vim 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 # 全选(高亮显示): 按esc后,然后ggvG或者ggVG #全部复制: 按esc后,然后ggyG #全部删除: 按esc后,然后dG # 光标移到最开始 ctrl+a # 解析: # gg:是让光标移到首行,在v...

Useful command - Database

Useful command for Database

Useful commends - Database MongoDB ```bash #命令权限 sudo chown mongod:mongod /tmp/mongodb-27017.sock 新建用户 db.createUser({ user:”user”, pwd:”mima”, roles:[{role:”readWrite”, db:”colonoscopy”}] })...

Useful command - CVAT

Useful commands for CVAT/nuctl/docker

Useful commends - CVAT CVAT 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 # 启动 CVAT_HOST=10.71...