GoCoding GoCoding
4年前
TorchVision Faster R-CNN 微调,实战 Kaggle 小麦检测
本文将利用TorchVisionFasterRCNN预训练模型,于Kaggle:全球小麦检测(https://www.kaggle.com/c/globalwheatdetection)🌾上实践迁移学习中的一种常用技术:微调(finetuning)。本文相关的KaggleNotebooks可见:TorchVis
亚瑟 亚瑟
4年前
Flutter - 深入理解setState更新机制
基于Flutter1.5的源码剖析,分析flutter的StatefulWidget的UI更新机制,相关源码:widgets/framework.dartwidgets/binding.dartscheduler/binding.dartlib/ui/window.dartflutter/runtime/runtime_controller.c
Wesley13 Wesley13
4年前
IDEA 还是强大啊,一键把项目生成 UML 类图…
!(https://oscimg.oschina.net/oscnet/65c154af2bf643a4888a251da97297be.jpg)Java技术栈www.javastack.cn关注阅读更多优质文章(https://www.oschina.net/action/GoToLink?urlhttp
Wesley13 Wesley13
4年前
GoCN社区:2020感谢有你,2021一起加油
!(https://oscimg.oschina.net/oscnet/0d7d635c7201483fb07147b2eef77e4a.png)🌻꧁꧂🌻   今天是今年,     明天是明年,       后天是将来。  祝福所有Gopher:    今年快乐! 
Stella981 Stella981
4年前
OPENCV中文显示乱码 JAVA处理
网上搜索的都是C或者python的解决思路。这里给个java的处理思路1.Imgproc.putText中文乱码Imgproc.putText(image,newString(("性别:"gender"年龄:"age).getBytes("UTF8")),newPoint(rectsi
Stella981 Stella981
4年前
SpringBoot使用@ServerEndpoint无法依赖注入问题解决(WebSocket)
!(https://oscimg.oschina.net/oscnet/up8420801906305684903bceca6a85673cb00.png)!(https://oscimg.oschina.net/oscnet/upf7112141748204868f0368c51f4ea919103.png)如上两图所示,在WebSoc
Easter79 Easter79
4年前
SpringBoot使用@ServerEndpoint无法依赖注入问题解决(WebSocket)
!(https://oscimg.oschina.net/oscnet/up8420801906305684903bceca6a85673cb00.png)!(https://oscimg.oschina.net/oscnet/upf7112141748204868f0368c51f4ea919103.png)如上两图所示,在WebSoc
Stella981 Stella981
4年前
CSS的一些Bug
样式覆盖.center中的段落背景色都是红色希望其中的.inner是白色,结果都是红色。.centerp{   backgroundcolor:red;}.inner{   backgroundcolor:white;}因为浏览器认为.inner没有.centerp特殊。所以以下修改.c
Wesley13 Wesley13
4年前
Ubuntu14.04环境编译vlc源码for安卓Android系统
一、准备虚拟机1、所需软件deamon:DTLite44910356.1394761051.exeVMwareworkstationfull12.1.03272444\_for\_x64.exe序列号5A02HAU243TZJ49GTC7K3C61Nubuntu14.04.1desktopamd64.
Wesley13 Wesley13
4年前
499,位运算解只出现一次的数字 III
!(https://oscimg.oschina.net/oscnet/1577cf57f7c142a0ad88284800e731e0.png)It’snottheloadthatbreaksyoudown,it’sthewayyoucarryit.压垮你的不是那些重担,而是你背负的方式。问题描述