# Papers

* [Person Re-id](/ml/papers/reid.md)
  * [Person Re-identification Overview](/ml/papers/reid/reid.md)
  * [CVPR2016 Re-id](/ml/papers/reid/cvpr-reid.md)
  * [Camera topology and Person Re-id](/ml/papers/reid/reid-topo.md)
  * [Deep transfer learning person re-id](/ml/papers/reid/deep_transfer_learning_person_reid.md)
  * [CVPR2018:TFusion](/ml/papers/reid/tfusion.md)
  * [ECCV2018:TAUDL](/ml/papers/reid/eccv2018_taudl.md)
  * [CVPR2018:Graph+reid](/ml/papers/reid/cuhk_sentimes.md)
* [Object Detection](/ml/papers/detection.md)
  * [RCNN](/ml/papers/detection/rcnn.md)
  * [SPP-net](/ml/papers/detection/sppnet.md)
  * [Fast RCNN](/ml/papers/detection/fast_rcnn.md)
  * [Faster RCNN](/ml/papers/detection/faster_rcnn.md)
  * [YOLO](/ml/papers/detection/yolo.md)
  * [SSD](/ml/papers/detection/ssd.md)
* Object Counting
  * [ECCV 2016, Hydra CCNN](/ml/papers/overview/eccv2016_hydra_ccnn.md)
* 大杂烩
  * [CNCC 2017琐记](/ml/papers/overview/cncc2017.md)
  * [CNCC2017中的深度学习与跨媒体智能](/ml/papers/overview/cncc_cv.md)
  * [MLA2016](/ml/papers/overview/mla_2016.md)


---

# 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/ml/papers.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.
