mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
1f3255d76b
Scripts for downloading models in DNN samples * Initial commit. Utility classes and functions for downloading files * updated download script * Support YAML parsing, update download script and configs * Fix problem with archived files * fix models.yml * Move download utilities to more appropriate place * Fix script description * Update README * update utilities for broader range of files * fix loading with no hashsum provided * remove unnecessary import * fix for Python2 * Add usage examples for downloadFile function * Add more secure cache folder selection * Remove trailing whitespaces * Fix indentation * Update function interface * Change function for temp dir, change entry name in models.yml * Update getCacheDirectory function call * Return python implementation for cache directory selection, use more specific env variable * Fix whitespace
14 lines
808 B
XML
14 lines
808 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<metalink xmlns="urn:ietf:params:xml:ns:metalink">
|
|
<file name="res10_300x300_ssd_iter_140000_fp16.caffemodel">
|
|
<identity>opencv_face_detector_fp16</identity>
|
|
<hash type="sha-1">31fc22bfdd907567a04bb45b7cfad29966caddc1</hash>
|
|
<url>https://raw.githubusercontent.com/opencv/opencv_3rdparty/dnn_samples_face_detector_20180205_fp16/res10_300x300_ssd_iter_140000_fp16.caffemodel</url>
|
|
</file>
|
|
<file name="opencv_face_detector_uint8.pb">
|
|
<identity>opencv_face_detector_uint8</identity>
|
|
<hash type="sha-1">4f2fdf6f231d759d7bbdb94353c5a68690f3d2ae</hash>
|
|
<url>https://raw.githubusercontent.com/opencv/opencv_3rdparty/dnn_samples_face_detector_20180220_uint8/opencv_face_detector_uint8.pb</url>
|
|
</file>
|
|
</metalink>
|