You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,9 @@ please follow the instructions provided at the links above.
45
45
46
46
### Module dependencies
47
47
48
-
This code has been tested and confirmed to be reproducible with  or higher versions, and has been developed using .
48
+
This code has been tested and confirmed to be reproducible with  or higher versions, and has been developed using .
49
49
50
-
Also, all code has been tested on the following environment :
50
+
Also, all code has been tested on the following environment (as we wrote in requirements.txt):
51
51
```
52
52
torch==1.11.0
53
53
torchvision==0.8.2
@@ -62,10 +62,15 @@ opencv-python==4.7.0.72
62
62
faiss-cpu==1.7.3
63
63
faiss-gpu==1.7.2
64
64
```
65
+
However, certain module versions may cause dependency issues (as of April 11, 2023).
65
66
66
-
Following command can replicate the full environment :
0 commit comments