- 博客(23)
- 资源 (8)
- 收藏
- 关注
原创 编译LuxCore2.5
LuxCore依赖OpenEXROpenImageIOc-bloscembreeOpenImageDenoisetbbboostzliblibpnglibjpeg-turbolibtiff去掉python相关去掉boost.python、boost.numpy依赖修改CMakeLists.txt# MESSAGE(FATAL_ERROR "--> Could not locate required Boost files - Please check ${BOOST_
2021-08-12 11:18:19
205
原创 net core app 运行
直接运行,依赖netcore runtimedotnet exec ...dotnet-warp 是一个Global .NET Core的打包工具dotnet tool install --global dotnet-warp然后直接在项目目录下运行下面的命令就够了dotnet-warp参考.NET Core的打包到一个exe程序...
2021-06-08 10:58:08
485
原创 编译openssl-1.1.1
下载并安装 ActivePerl下载 OpenSSL修改ActivePerl\Config.pm参考Can’t locate Win32/Console.pmcd E:\openssl-1.1.1jperl Configure VC-WIN32 --prefix=E:\OpenSSL定位并运行vcvars32.batcd E:\openssl-1.1.1jnmake -f makefile
2021-05-28 15:08:37
368
原创 使用InsightFace识别人脸
Face-Recognition-with-InsightFaceMTCNNInsightFace使用datasets\train里的图片生成train.lst修改src\data\dir2lst.pyimport sysimport ossys.path.append('../common')import face_imageinput_dir = sys.argv[1]dataset = face_image.get_dataset_common(input_dir, 2)ou
2021-04-14 13:31:19
1312
2
原创 遇到Paused in debugger
<script type="text/javascript"> document.onkeydown=function(){ var e = window.event||arguments[0]; if((e.ctrlKey)&&(e.shiftKey)&&(e.keyCode==73)){ alert('你知道的太多了!'); return false; } if((e.ctrlKey)&&(e.keyCo
2021-04-01 13:37:35
210
原创 新浪微博下载完整相册
打开新浪微博,登录,打开yz的相册打开chrome的开发者工具,在Sources中+New snippettimeout=prompt("Set timeout (Second):");count=0current=location.href;if(timeout>0)setTimeout('reload()',1000*timeout);elselocation.replace(current);function reload(){setTimeout('reload()',10
2021-03-29 16:19:26
582
2
原创 编译catboost
msvs\Projects 目录下的.vcxproj“python” 替换成python.exe的路径生成的 f2c.exe 和 ragel6.exe 不能用这里下载,替换f2cragel.vcxproj 里的 protoc.exe 参数去掉 “-I=” “$(SolutionDir)…/contrib/libs/protobuf/src”把"$(VC_ExecutablePath_x64_x64)\ml64.exe"之前的“python” “$(SolutionDir)…/build/s
2020-12-08 09:14:53
348
2
原创 skui skia-m85
skui\3rdparty\skia升级为skia-m85的CMakeLists.txt#### The MIT License (MIT)## Copyright © 2017-2020 Ruben Van Boxem## Permission is hereby granted, free of charge, to any person obtaining a copy# of this software and associated documentation files (the
2020-07-23 16:38:14
702
原创 编译RetinaFace及使用
编译RetinaFaceAnaconda下运行conda install libpython m2w64-toolchain -c msys2conda install cython在Python安装路径下找到\Lib\distutils文件夹,创建distutils.cfg写入如下内容:[build]compiler=mingw32[build_ext]compiler=mi...
2020-01-21 09:09:11
615
1
原创 ros1 windows安装
打开 适用于 VS 2017 的 x64 本机工具命令提示运行@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient)....
2019-12-02 09:05:15
950
原创 编译libtorch/pytorch
git clone --recursive https://github.com/pytorch/pytorch.gitAnaconda命令行 set USE_CUDA=ON set BUILD_TEST=FALSE set MAX_JOBS=2 不设置MAX_JOBS,内存会爆scripts目录下build_windows.bat...
2019-11-07 16:04:54
1621
原创 Proj4常见投影
Proj4常见投影+proj=utm UTMmerc Mercatorstere Stereographiceqc Equidistant_Cylindricaltmerc Gauss-Kruger/Transverse_Mercato...
2019-11-05 15:42:32
3495
6
原创 编译ffmpeg-4.0 x264-stable
./configure --prefix=../build --host=x86_64-w64-mingw32 --enable-shared --extra-ldflags=-Wl,--output-def=libx264.def 如果–enable-static 后面config ffmpeg 时 会提示找不到x264,看config.log是一些符号未链接makemake inst...
2019-10-09 08:10:19
307
原创 mxnet.vcxproj
<?xml version="1.0" encoding="utf-8"?><Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfig...
2019-07-30 16:02:29
436
cen_patches_1.00_of.dat
2018-08-28
cen_patches_0.50_of.dat
2018-08-28
cen_patches_0.35_of.dat
2018-08-28
cen_patches_0.25_of.dat
2018-08-28
OpenGL SuperBible 6 code
2014-10-07
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人