sisrfeng
sisrfeng
pudb is a TUI debugger but feels like an IDE 
 所以这份代码 跑出来的结果,跟论文有什么差别么
> socks5 proxy +1 My setting in zshrc ```bash WF_ip='219.222.11.11:4080' alias export_all_proxy="export ALL_PROXY=socks5://${WF_ip} ; export HTTPS_PROXY=https://${WF_ip} ; export HTTP_PROXY=http://${WF_ip} " export_all_proxy ``` How to modify the zshrc to enable how2...
+1 for similar problem with the plugin ```vim plug 'https://github.com/sisrfeng/sk' plug 'https://github.com/sisrfeng/skim' , \ { \ 'dir': $LEO_TOOL . '/skim', \ 'do': './install', \ } ``` 
for users of coc.nvim: instead of using this repo, just type: `CocInstall @yaegassy/coc-pylsp`.
some relevant discussion: https://github.com/princeton-vl/CornerNet/issues/110
I find that while runing test.py, if the batch_size is 15 and I add --debug 1, only 1/15 of the pictures will be send to imwrite to save. If someone...
> compile DCNv2 and add this to demo.py > > ``` > import sys > sys.path.append("./lib/model/networks/DCNv2") > ``` tried but failed
I try https://github.com/xingyizhou/CenterTrack/blob/master/readme/INSTALL.md again from step 2 ,then can import dcn maybe this step did not succeed last time ``` cd $CenterTrack_ROOT/src/lib/model/networks/ # git clone https://github.com/CharlesShang/DCNv2/ # clone if it...
after conda uninstall pytorch,I install pytorch: conda install pytorch==1.0.0 torchvision==0.2.1 cuda100 -c pytorch Now : ``` import DCN failed Import DCN failed import DCN failed import DCN failed ['/root/t/src/lib', '/root/t/src',...