
Heading 2
Here is the content.
Heading 3
Here is the content.

Here is the content.
Here is the content.
title: Mitosis detection
order: 1
常用的命令会被记录在这里,方便查阅。
{
"scripts": {
"docs:build": "vuepress build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"docs:dev": "vuepress dev src"
}
}
pnpm run docs:dev 启动开发服务器pnpm docs:build 构建项目并输出pnpm docs:clean-dev 清除缓存并启动开发服务器
Place your introduction and profile here.
Hello everyone, I am Hongyi Wang, currently studying for a 👨🎓Ph.D. at 🏫Chongqing University of Posts and Telecommunications (CQUPT).
My supervisors are Professor Xinbo Gao and Associate Professor Jiaxu Leng.
这些笔记涉及到的领域包括但不限于:机器学习、计算机视觉、自然语言处理、数据科学等。
git log --format='%aN' | sort -u | while read name; do echo -en "$name\t"; git log --author="$name" --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, total lines: %s\n", add, subs, loc }' -; done
查看导师研究方向,申请项目,找感兴趣的进行结合
可是先理一下小目标的研究意义,有些什么应用,存在什么挑战,现有的解决思路有哪些,可能的话收集一下在做的团队就更棒了,可以看到发展趋势
类似于一个小综述,后面可以作为毕业论文的一二章,先不用英文论文,就找中文的博客来总结
回答这几个问题:小目标检测的概念是什么,有什么应用,存在什么挑战及问题,有哪些解决方法,有些什么数据集,现有方法的性能如何,未来的研究方向有哪些
研究背景及意义(有何用),当前面临的挑战(哪里难),研究现状(主流思路),研究趋势
(1)基础知识的掌握(学会了什么技能,收获了什么知识,做出了什么东西)
(2)研究方向的了解(自己要做的领域是什么,实际意义是什么,面临挑战是什么)
(3)精读的五篇论文(论文解决的问题是什么,主要思想是什么,自己看完收获了什么)