sisrfeng
sisrfeng
> It should work with torch >= 1.0. Can you un-comment the try/ except in the import dcnvs line and see what's the error message? You mean here? https://github.com/xingyizhou/CenterTrack/blob/04fe46ca61f2b029249c33516241028b0dfb0b6f/src/lib/model/networks/dla.py#L18 but...
> Cannot understand why there are so many installation errors. Did the authors try their posted instructions? We are exactly following your posted instructions, while so many compatible errors coming....
Anyone finetunes on own dataset (custom dataset) and gets better results than model provided by the author (Xingyi)? I finetuned and get worset results.
why is the autocmd `:let b:vim_current_word_disabled_in_this_buffer = 1`? Should we remove the `:` ?
Wanting for a plugin for nvim or work with coc.nvim
> it looks like copilot.vim is for both vim and nvim? > > copilot.vim: https://github.com/github/copilot.vim HEAD = [github/copilot.vim@5544600](https://github.com/github/copilot.vim/commit/554460008f18cbffecb9f1e5de58fec8410dc16f) vim: https://github.com/tom-doerr/vim_codex HEAD = [tom-doerr/vim_codex@55b27da](https://github.com/tom-doerr/vim_codex/commit/55b27da6aa3041d28208e2d064278256e51033da) neovim: https://github.com/ShoofLLC/vim-openai HEAD = [ShoofLLC/vim-openai@57c8e89](https://github.com/ShoofLLC/vim-openai/commit/57c8e89c8d4d3754ac9cafa92a9b260bc3a6f261) Since nvim0.7...
To hide the ugly and noisy log: in `~/anaconda3/envs/t_pool3/lib/python3.9/site-packages/tqdm/std.py`, line 848, change `ascii=None, disable=True, unit='it', unit_scale=False,` to `ascii=None, disable=False, unit='it', unit_scale=False` I hate tqdm!!!!!!!!!!!!!!!!!!!!!!!!!!!! Maybe we can use `sed` to...
 Using color like "#ff0000" instead of color like "h22" causes error:  > require more colors than have been specified (16) 
Hi, some 2 years later, how can we hide importlib now ? Thx!
https://github.com/ayooshkathuria/pytorch-yolo-v3/blob/fbb4ef98d5a598f4c8eded6d618a599b7d289e2f/cfg/yolov3.cfg#L8 with=320 https://github.com/ayooshkathuria/YOLO_v3_tutorial_from_scratch/blob/8264dfba39a866998b8936a24133f41f12bfbdb7/cfg/yolov3.cfg#L8 width=416 should width for training imgs be 320, 416 or 608? Thanks!