LvShuaiChao

Results 18 issues of LvShuaiChao

对于单类目标的训练测试,YOLOv6最高只能上86%,但是YOLOv5却可以轻松上90%。数据集使用的同样的数据集,但精度却差这么多,这是怎么一回事呢?

![image](https://user-images.githubusercontent.com/35528109/175797198-a890e00a-46e5-4f48-afa2-d0ca0210678f.png)

I trained on a single GPU for this split network and made the following changes (before) GPUS: (0,1,2,3) WORKERS: 4 | v (after) GPUS: (0,) WORKERS: 1 `len(gpus): 1 Namespace(cfg='../experiments/lip/seg_hrnet_w48_473x473_sgd_lr7e-3_wd5e-4_bs_40_epoch150.yaml',...

D:\Program\Anaconda3\envs\torch_1.8\python.exe E:/Documents/Desktop/HRNet/segmentation/HRNet-Semantic-Segmentation-pytorch-v1.1/tools/test.py Namespace(cfg='../experiments/lip/seg_hrnet_w48_473x473_sgd_lr7e-3_wd5e-4_bs_40_epoch150.yaml', opts=[]) {'AUTO_RESUME': False, 'CUDNN': CfgNode({'BENCHMARK': True, 'DETERMINISTIC': False, 'ENABLED': True}), 'DATASET': {'DATASET': 'lip', 'EXTRA_TRAIN_SET': '', 'NUM_CLASSES': 20, 'ROOT': '../data/', 'TEST_SET': 'lip/testvalList.txt', 'TRAIN_SET': 'lip/trainList.txt'}, 'DEBUG': {'DEBUG': False, 'SAVE_BATCH_IMAGES_GT':...

Hello developer, I have been using lepton for some time. This tool is very good and solves the problem of managing GitHub gist by myself. But every time I want...

help wanted
new feature

在看视频网站的时,如果要做笔记,并需要将这个图片下载到本地,仅仅需要将图片的数据内容写入到剪切板上面,然后在笔记软件或者word 上直接Ctrl+V粘贴进去,这样才是想要的效这样才是想要的效果。 针对这个需求,我在源代码上做了如下改进,在capture()函数中将canvas的值写入到剪切板中,如下图所示 ![image](https://user-images.githubusercontent.com/35528109/162751329-74e54a1e-cb68-47b4-80f9-67b6d831232f.png) 实际操作中发现Shift+S,剪切板上面没有内容,但是使用Snipaste的贴图功能却可以显示出来视频中截取的帧,我不知道自己修改的代码到底哪里出问题了,如果可以的话,希望得到您的帮助。 修改的核心代码如下: const targetPic = new Image() targetPic.onload = e => { targetPic.setAttribute('contenteditable', true) document.body.appendChild(targetPic) const selection = window.getSelection() const range = document.createRange() range.selectNode(targetPic) selection.removeAllRanges() selection.addRange(range)...

bug

文字部分可以正常显示,但是图片部分却显示为空,而自己的Markdown文档上面的图片已经上传到对应的图床上面了。为什么还会出现这个问题呢?

bug

### What feature is it? 爬取知乎问题的时候,抓不到任何内容在想,是不是因为请求头设置的不对? ### What problem does this feature solve? 知乎问题抓取 ### Additional description _No response_ ### This is not a duplicated feature request or new RSS...

RSS enhancement

### Version 0.11 ### Bug description How should I customize the generated image path? I don't want to go to the bottom of the C drive every time to find...

bug

### Version 0.11 ### Bug description https://user-images.githubusercontent.com/35528109/222628019-fc24e7bb-8ec3-4346-931e-412d6c6e8de2.mp4 ### OS windows ### Environment _No response_

bug