Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
X-NS
/
NSAQA
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6cefc73
NSAQA
/
deep-high-resolution-net.pytorch
/
lib
/
Makefile
laurenok24
Upload 251 files
5209465
verified
12 months ago
raw
Copy download link
history
blame
Safe
116 Bytes
all:
cd
nms; python setup_linux.py build_ext --inplace;
rm
-rf build;
cd
../../
clean:
cd
nms;
rm
*.so;
cd
../../