Skip to content

Commit 5e1ddb8

Browse files
Add missing import
1 parent aabf653 commit 5e1ddb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

download_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env python
22

33
import os
4+
import argparse
45
import urllib.request
56
from patchnetvlad.tools import PATCHNETVLAD_ROOT_DIR
67

0 commit comments

Comments
 (0)