diff --git a/README.md b/README.md index f22992b2a652357dd593f4b06ae427da4613e18b..73226a67ef2c85588f2da470f20c8146e3bc85ee 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # Dynamic-Backward-Attention-Transformer This is the official repository of the paper "Enhancing Material Features Using Dynamic Backward Attention on Cross-Resolution Patches". + +To install the dependencies, please refer to the conda env file. +''' +conda env create -f environment.yml +''' + +Or, if you prefer using docker, please pull our prepared image: + +''' +docker pull 123mutouren/cv:1.0.0 +'''