Skip to content

Commit 14d5e56

Browse files
author
KaiyangZhou
committed
update doc
1 parent 8e5fc47 commit 14d5e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user_guide.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ A new Engine should be designed if you have your own loss function. The base Eng
327327

328328
Use Torchreid as a feature extractor in your projects
329329
-------------------------------------------------------
330-
We have provided a simple API for feature extraction, given input of various types such as a list of image paths or numpy arrays. More details can be found in the code at ``torchreid/utils/feature_extractor.py``. Here we show a simple example of how to extract features given a list of image paths.
330+
We have provided a simple API for feature extraction, which accepts input of various types such as a list of image paths or numpy arrays. More details can be found in the code at ``torchreid/utils/feature_extractor.py``. Here we show a simple example of how to extract features given a list of image paths.
331331

332332
.. code-block:: python
333333

0 commit comments

Comments
 (0)