摘要:
| 原始题目 | Deep High-Resolution Representation Learning for Visual Recognition | | | | | 中文名称 | 面向视觉识别的深度高分辨率表示学习 | | 发表时间 | 2019年8月20日 | | 平台 | TPAMI | 阅读全文
摘要:
需求: 我有一些pad 文件,它们有一些表格。我需要一个图像识别工具,或者是根据我复制的表格文本来自动生成 markdown 代码。 两种方案: 一种是基于图像,输入图像然后分割每一个元素,送到 OCR 中进行文字识别,最后进行 OCR 的格式转换,再组装成 markdown 格式。 第二种: 写一 阅读全文
摘要:
在线LaTex 公式编辑 LaTex ~~强大的是:这个竟然支持图像识别公式,太棒了。~~ 好吧,它收费了。我决定要抛弃它的图像识别功能了了。 由于该在线图像识别公式的应用已经收费。因此我尝试了如下开源库用来图像识别公式: 代码仓库: https://github.com/lukas-blecher 阅读全文
摘要:
亲测可用,链接:https://www.cnblogs.com/chat-gpt/p/how-to-use-chatgpt-in-china.html 不过接码平台最少要支付 0.5$。我选择了菲律宾的号,成功了。 链接已挂! 类似教程: https://www.intbell.com/cn/blo 阅读全文
摘要:
邮箱: yz.hu@foxmail.com 微信: Odysseus93 微信扫码: QQ 扫码: 阅读全文
摘要:
1. 论文模型图: 2. 模型代码:pytorch 实现 https://github.com/oukohou/SSR_Net_Pytorch/blob/master/SSR_models/SSR_Net_model.py 注:pytorch 中的 view 在 onxx 的可视化 Netron 中 阅读全文
摘要:
https://zh.cppreference.com https://www.cplusplus.com https://www.tutorialspoint.com/cplusplus https://www.learncpp.com https://github.com/fffaraz/awe 阅读全文
摘要:
简介 YOLOv8模型设计快速,准确,易于使用,使其成为广泛的目标检测和图像分割任务的绝佳选择。 The YOLOv8 model is designed to be fast, accurate, and easy to use, making it an excellent choice for 阅读全文
摘要:
slides: https://c.d2l.ai/stanford-cs329p/_static/pdfs/cs329p_slides_7_2.pdf 视频:https://www.bilibili.com/video/BV13g411N7xy/?spm_id_from=333.999.0.0&vd 阅读全文
摘要:
1. 配置环境 参考文档:https://mmclassification.readthedocs.io/zh_CN/dev-1.x/get_started.html git clone -b 1.x https://github.com/open-mmlab/mmclassification.gi 阅读全文