mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2025-12-30 04:52:29 +00:00
Slight change in packaging code (use a shared download script).
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
$source = "https://www.dropbox.com/s/7na5qsjzz8yfoer/cen_patches_0.25_of.dat?dl=1"
|
||||
$destination = "model/patch_experts/cen_patches_0.25_of.dat"
|
||||
Invoke-WebRequest $source -OutFile $destination
|
||||
$source = "https://www.dropbox.com/s/k7bj804cyiu474t/cen_patches_0.35_of.dat?dl=1"
|
||||
$destination = "model/patch_experts/cen_patches_0.35_of.dat"
|
||||
Invoke-WebRequest $source -OutFile $destination
|
||||
$source = "https://www.dropbox.com/s/ixt4vkbmxgab1iu/cen_patches_0.50_of.dat?dl=1"
|
||||
$destination = "model/patch_experts/cen_patches_0.50_of.dat"
|
||||
Invoke-WebRequest $source -OutFile $destination
|
||||
$source = "https://www.dropbox.com/s/2t5t1sdpshzfhpj/cen_patches_1.00_of.dat?dl=1"
|
||||
$destination = "model/patch_experts/cen_patches_1.00_of.dat"
|
||||
Invoke-WebRequest $source -OutFile $destination
|
||||
@@ -21,9 +21,9 @@ copyfile([in_x64, 'model'], [out_x64, '/model'])
|
||||
|
||||
|
||||
copyfile('readme.txt', out_x86);
|
||||
copyfile('download_models.ps1', out_x86);
|
||||
copyfile('../../download_models.ps1', out_x86);
|
||||
copyfile('readme.txt', out_x64);
|
||||
copyfile('download_models.ps1', out_x64);
|
||||
copyfile('../../download_models.ps1', out_x64);
|
||||
|
||||
%% Copy libraries
|
||||
libs_x86 = dir([in_x86, '*.lib'])';
|
||||
|
||||
Reference in New Issue
Block a user