From 2438a843033f58ff9588fc592d9d9bf74d39c5e0 Mon Sep 17 00:00:00 2001
From: Yuwen Heng <15895948+123mutourener@users.noreply.github.com>
Date: Wed, 6 Jul 2022 19:10:22 +0800
Subject: [PATCH] Update README.md

---
 README.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 9ee62cf..a2f932e 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,21 @@
 # Dynamic-Backward-Attention-Transformer
 This is the official repository of the paper "Enhancing Material Features Using Dynamic Backward Attention on Cross-Resolution Patches".
 
+To avoid leaking information, the code is hosted on anonymous.4open.science, which does not support clone nor download the whole project. Please view the code online. The main code is at torchtools/models/dpglt/dpglt_single_branch.py
+
+If you want to try the code, please read the following guidance.
+
+## Environment
+
 To install the dependencies, please refer to the conda env file (modify the name and prefix first).
 ```
 conda env create -f environment.yml
 ```
 
-Or, if you prefer using docker, please pull our prepared image:
+Or, if you prefer using docker, you can build the environment with the Dockerfile in this project:
 
 ```
-removed due to anonymous
+sudo DOCKER_BUILDKIT=1 docker build -t dbat:1.0.0 -f Dockerfile . 
 ```
 
 ## Local Material Dataset
-- 
GitLab