diff --git a/README.md b/README.md index 9ddf230..dcb69f5 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ We strongly recommend using [Anaconda](https://www.anaconda.com/products/individ conda env create -f environment.yml ``` +> The reference implementation is concepted to run on linux hosts only. Any attempt to run the command above on windows probably results in `ResolvePackageNotFound` errors. + You may also need to add the `xview3` environment that this command creates to your list of `jupyter` kernels. This can be done by executing: ``` @@ -84,4 +86,4 @@ If you are unfamiliar with synthetic aperture radar (SAR), machine learning on S ### Machine Learning on Synthetic Aperture Radar Imagery * [Deep convolutional neural networks for ATR from SAR imagery](https://spie.org/Publications/Proceedings/Paper/10.1117/12.2176558?SSO=1) * [The development of deep learning in synthetic aperture radar imagery](https://ieeexplore.ieee.org/document/7958802) -* [Synthetic Aperture Radar Ship Detection Using Capsule Networks](https://ieeexplore.ieee.org/document/8517804) \ No newline at end of file +* [Synthetic Aperture Radar Ship Detection Using Capsule Networks](https://ieeexplore.ieee.org/document/8517804)