# Introduction

> 华南理工大学本硕毕业，目前关注计算机视觉相关研究。曾经在腾讯QQ邮箱、腾讯AI Lab实习，现就职于深圳大疆创新。

* 我的Github：[ahangchen](https://github.com/ahangchen)
* 知乎：[梦里风林](https://www.zhihu.com/people/meng-li-feng-lin/activities)
* 邮箱： <cweihang@foxmail.com>

> 博客记录工作学习生活中的点滴，既是积累，也是备忘。不定期更新，欢迎[Star](https://github.com/ahangchen/windy-afternoon)

## 推荐阅读

* [2019秋招面经](https://zhuanlan.zhihu.com/p/42936891)
* [我的研究生这三年](https://zhuanlan.zhihu.com/p/54161673)
* [读论文系列](https://blog.cweihang.io/ml/papers)
* [谷歌深度学习教程笔记](https://github.com/ahangchen/GDLnotes)
* [CVPR 2018 TFusion](https://blog.cweihang.io/ml/papers/reid/tfusion)
* [Sqlite在Android上的一个Bug](https://blog.cweihang.io/android/sqlite/sqlite-zai-android-shang-de-yi-ge-bug)
* [Pytorch实验代码的亿些小细节](https://blog.cweihang.io/ml/ncs/torch_best_practice)

## Paper List

* Jianming Lv, **Weihang Chen**, Qing Li, Can Yang. Unsupervised Cross-dataset person Re-identification by Transfer Learning of Spatial-temporal Patterns, CVPR 2018. (CCF A类会议) [\[paper\]](http://openaccess.thecvf.com/content_cvpr_2018/papers/Lv_Unsupervised_Cross-Dataset_Person_CVPR_2018_paper.pdf) [\[code\]](https://github.com/ahangchen/TFusion)
* Jianming Lv, Jiajie Zhong, **Weihang Chen**, Qinzhe Xiao, Zhenguo Yang and Qing Li. Homepage Augmentation by Predicting Links in Heterogenous Networks. CIKM 2018. (CCF B类会议)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.cweihang.io/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
