update user guide

gh-pages
KaiyangZhou 2019-03-27 00:00:27 +00:00
parent 58a657f3e2
commit fea55e01ab
3 changed files with 11 additions and 3 deletions

View File

@ -215,7 +215,11 @@ Use your own dataset
# - camid (int): camera ID, e.g. 0, 1.
# Note that
# - pid and camid should be 0-based.
# - query and gallery should share the same pid/camid system.
# - query and gallery should share the same pid scope (e.g.
# pid=0 in query refers to the same person as pid=0 in gallery).
# - train, query and gallery share the same camid scope (e.g.
# camid=0 in train refers to the same camera as camid=0
# in query/gallery).
train = ...
query = ...
gallery = ...

File diff suppressed because one or more lines are too long

View File

@ -382,7 +382,11 @@
<span class="c1"># - camid (int): camera ID, e.g. 0, 1.</span>
<span class="c1"># Note that</span>
<span class="c1"># - pid and camid should be 0-based.</span>
<span class="c1"># - query and gallery should share the same pid/camid system.</span>
<span class="c1"># - query and gallery should share the same pid scope (e.g.</span>
<span class="c1"># pid=0 in query refers to the same person as pid=0 in gallery).</span>
<span class="c1"># - train, query and gallery share the same camid scope (e.g.</span>
<span class="c1"># camid=0 in train refers to the same camera as camid=0</span>
<span class="c1"># in query/gallery).</span>
<span class="n">train</span> <span class="o">=</span> <span class="o">...</span>
<span class="n">query</span> <span class="o">=</span> <span class="o">...</span>
<span class="n">gallery</span> <span class="o">=</span> <span class="o">...</span>