Yowey

Results 30 issues of Yowey

## RoadNet: Learning to Comprehensively Analyze Road Networks in Complex Urban Scenes from High-Resolution Remotely Sensed Images - Project: https://github.com/yhlleo/RoadNet - Download: https://drive.google.com/open?id=1GDHy7uwgOswuCDC49OamlNkAxjaITPBI ![](https://github.com/yhlleo/RoadNet/raw/master/figures/demo.jpg) ``` @article{liu2019roadnet, title={RoadNet: Learning to Comprehensively...

这篇文章里介绍了好多其他的tricks,建议补充下: https://zhuanlan.zhihu.com/p/78555755

- [x] MIOU [Multiscale IoU: A Metric for Evaluation of Salient Object Detection with Fine Structures](https://arxiv.org/pdf/2105.14572.pdf). Done at https://github.com/lartpang/PySODMetrics/commit/3baa40a165e668c026dcbac2bc457063afe65df4 - [x] Closer to the result of matlab code. At present,...

enhancement

1. Crawley Crawley可以高速爬取对应网站的内容,支持关系和非关系数据库,数据可以导出为JSON、XML等。 2. Portia Portia是一个开源可视化爬虫工具,可让您在不需要任何编程知识的情况下爬取网站!简单地注释您感兴趣的页面,Portia将创建一个蜘蛛来从类似的页面提取数据。 3. Newspaper Newspaper可以用来提取新闻、文章和内容分析。使用多线程,支持10多种语言等。作者从requests库的简洁与强大得到灵感,使用python开发的可用于提取文章内容的程序。 支持10多种语言并且所有的都是unicode编码。 4. Grab Grab是一个用于构建Web刮板的Python框架。借助Grab,您可以构建各种复杂的网页抓取工具,从简单的5行脚本到处理数百万个网页的复杂异步网站抓取工具。Grab提供一个API用于执行网络请求和处理接收到的内容,例如与HTML文档的DOM树进行交互。 5. Cola Cola是一个分布式的爬虫框架,对于用户来说,只需编写几个特定的函数,而无需关注分布式运行的细节。任务会自动分配到多台机器上,整个过程对用户是透明的。 6. Python-goose

enhancement

utteranc is a comment system based on GitHub issues. see https://utteranc.es

https://github.com/DengPingFan/CODToolbox/blob/910358910c7824a4237b0ea689ac9d19d1958d11/Onekey_Evaluation_Code/OnekeyEvaluationCode/main.m#L102 ```matlab Bi_sal(sal>threshold)=1; ``` 建议和 https://github.com/DengPingFan/CODToolbox/blob/master/Onekey_Evaluation_Code/OnekeyEvaluationCode/Fmeasure_calu.m#L9 中的代码保持一致。 ```matlab Label3( sMap>=threshold ) = 1; ``` 这样有利于统一的代码实现。 另外,这样的设定也更加合理,因为对于`Thresholds = 1:-1/255:0;`这一系列阈值下划分的二值图中,如果使用大于等于,可以保证对于任一阈值都可能存在前景。

![](https://wx1.sinaimg.cn/mw690/a6bff99cly1gf3a7rhteqg20iy01jq32.gif) This extension is great. Thank you for your contribution. But I found that there are still some deficiencies. In IDEA, the selection of regions should be gradually increased, rather...

enhancement
waiting for vscode feature

- TVMI3K: [MICCAI 2022 | Trichomonas Vaginalis Segmentation in Microscope Images](https://arxiv.org/abs/2207.00973), [Code](https://github.com/CellRecog/cellRecog)

@drakeguan @jagd @mgorny @sjpfenninger In this commit, I add a new argument `keep_abbr_string` into `AddEnclosingMiddleware` to keep the abbreviation (`@string`) when enclosing the value and not resolving the string.

@kasecato When the number of lines copied is the same as the number of cursors, it is unable to maintain the same behavior in paste as when the other number...

help wanted