From 231a4166e86f4794eba4567d8762a6f3d6e509dc Mon Sep 17 00:00:00 2001 From: MartinArroyo Date: Tue, 23 May 2023 13:20:27 +0200 Subject: [PATCH] Update README.md Updates the description of PyTorch correlation to note that it is required for training (see #48) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dcb5d4..4bbb959 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ General examples (Messi and Kobe): * pytorch >= 1.7.0 and torchvision * opencv-python * Pillow - * Pytorch Correlation (Recommend to install from [source](https://github.com/ClementPinard/Pytorch-Correlation-extension) instead of using `pip`. **The project can also work without this module but will lose some efficiency of the short-term attention**.) + * Pytorch Correlation (Recommend to install from [source](https://github.com/ClementPinard/Pytorch-Correlation-extension) instead of using `pip`. **The project can also work without this module for inference but will lose some efficiency of the short-term attention. It is required for training.**.) Optional: * scikit-image (if you want to run our **Demo**, please install)