Skip to content

hellboywyh/gait_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

【关于画钟方面的一些信息】

gait_recognition

关于文档的编辑

https://blog.csdn.net/liu537192/article/details/45693529
https://www.cnblogs.com/guchunli/p/6371040.html
图片插入(超级详细):https://blog.csdn.net/geekleee/article/details/73018194

关于本地文档的提交

https://my.oschina.net/bxxfighting/blog/378196

常用命令

1.本地同步仓库内容:
git pull git@github.com:luckyqsz/ASAGroup.git
2.增加文件:
git add .
(注意add和.之间有空格,加.是提交所有文件,提交指定文件可以写文件名)
3.提交文件
git commit -m "这里写下你自己的记录本次提交内容的信息"
4.推送到远程仓库
git push git@github.com:luckyqsz/BCRC-ASAGroup.git

学习资料

李飞飞、吴恩达、Bengio等人的15大顶级深度学习课程 [how to read a paper](https://www.huffingtonpost.com/jennifer-raff/how-to-read-and-understand-a-scientific-paper_b_5501628.html)

take note of the authors and their institutional affiliations.
take note of the journal in which it’s published.
1.Begin by reading the introduction, not the abstract.
2. Identify the big question.
3. Summarize the background in five sentences or less.
4. Identify the specific question(s).
5. Identify the approach.
6. Read the methods section.(Draw a diagram for each experiment)
7. Read the results section.
8. Determine whether the results answer the specific question(s).
9. Read the conclusion/discussion/interpretation section.
10. Go back to the beginning and read the abstract.
11. Find out what other researchers say about the paper.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages