Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
yuwd
/
Polos-Demo
like
0
Running
App
Files
Files
Community
03f6091
Polos-Demo
/
validate.sh
yuwd
init
03f6091
5 months ago
raw
Copy download link
history
blame
190 Bytes
ckpt=`find . -name
"*.ckpt"
| xargs
ls
-lt | awk
'{ print $NF }'
| grep -v
'^$'
|
head
-n 1`
echo
$ckpt
python validate/validate_cvpr.py --model=
$ckpt
--polos --foil --pascal --coef --flickr