virtual_try_on_use_deep_learning icon indicating copy to clipboard operation
virtual_try_on_use_deep_learning copied to clipboard

使用深度学习算法实现虚拟试衣镜,结合了人体姿态估计、人体分割、几何匹配和GAN,四种模型。仅仅只依赖opencv库就能运行

Results 7 virtual_try_on_use_deep_learning issues
Sort by recently updated
recently updated
newest added

5个模型文件 四个在PYCHARM 里标志是问号,且程序跑起来说模型文件不存在。求问该怎么办

请问大佬用的opencv的版本号是多少

Can you provide Google drive link or any other means to download pretrained model? Thanks

修改了readme,具体如下: - 在readme中添加可以正常执行的环境信息(有助于后来者进行测试) - 增加测试效果,即程序生成的图片(没有测试更多图片) 在项目根目录创建models目录,将下载好的模型文件放入其中

还有openvino是否可以支持?现在太慢了,i3 8100要30秒才能出图

File "C:/Project/PycharmProject/virtual_try_on_use_deep_learning/main.py", line 79, in _precompute_coeffs points = np.array([np.arange(row) + xmins[i] for i, row in enumerate(bounds[1::2])]) / filterscale ValueError: setting an array element with a sequence. The requested array has...

cv2.error: OpenCV(4.6.0) D:\a\opencv-python\opencv-python\opencv\modules\dnn\src\layers\permute_layer.cpp:161: error: (-215:Assertion failed) (int)_numAxes == inputs[0].size() in function 'cv::dnn::PermuteLayerImpl::getMemoryShapes'