自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(26)
  • 资源 (31)
  • 收藏
  • 关注

原创 linux command line bash shortcut

ctrl + w : delete a word backwardsalt + d : delete a word forwardsctrl + a : move to the beginningctrl + e : move to the endingalt + f : move forward one wordalt + b : move backward one wordctrl...

2019-10-28 03:40:11 142

转载 how to switch between python3.5 and python3.6

http://ubuntuhandbook.org/index.php/2017/07/install-python-3-6-1-in-ubuntu-16-04-lts/

2019-10-28 01:34:29 158

转载 pycharm TabError: inconsistent use of tabs and spaces in indentation

https://stackoverflow.com/questions/53264075/pycharm-taberror-inconsistent-use-of-tabs-and-spaces-in-indentationIn the “Settings | Editor | Code Style” – try disabling “Detect and use existing file i...

2019-10-23 05:55:11 194

原创 building openpose

up to 21. Oct. 2019https://github.com/CMU-Perceptual-Computing-Lab/openpose.git1 -cmake/Cuda.cmakefor the GPU doesn’t support Volta and Turing, comment out the following lines.# Volta (CUDA >=...

2019-10-22 02:47:26 204

转载 Docker build “Could not resolve 'archive.ubuntu.com'” apt-get fails to install anything

https://stackoverflow.com/questions/24991136/docker-build-could-not-resolve-archive-ubuntu-com-apt-get-fails-to-install-aSOLUTION:On the host (I'm using Ubuntu 16.04), find out the primary and seco...

2019-10-21 18:23:05 293

原创 use IE7 agent on safari 13

http://www.smartlink.hklcb.org/temp/test.phpsafari 13 取消了ie7的代理, 要想使用, 复制下面的代码到develop->user agent->otherMozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR ...

2019-10-21 15:00:13 227

原创 some ubuntu shell commands

find / -type d -name cuda

2019-10-21 08:35:52 119

原创 docker commands

Basicdocker versiondocker -vdocker infodocker --helpdocker loginImagedocker imagesdocker pulldocker rmiContainersdocker psdocker rundocker startdocker stopSystemdocker statsdocker ...

2019-10-18 22:57:09 108

原创 how to install tensorflow-gpu==1.12.0

https://stackoverflow.com/questions/38896424/tensorflow-not-found-using-pipfirst, you need to downgrade python3.7 or higher to python3.6conda install python=3.6.8then you dopip3 install tensorflo...

2019-10-18 17:41:13 4564 1

原创 vim shortcuts

G - move to the end of the filegg - move to the beginning of the file.

2019-10-18 00:19:48 170

原创 lenet5 in tensorflow and visualization in tensorboard

# Copyright 2015 The TensorFlow Authors. All Rights Reserved.## Licensed under the Apache License, Version 2.0 (the "License");# you may not use this file except in compliance with the License.# Y...

2019-10-16 23:07:11 159

原创 pycharm shortcuts

vertical selection: alt + shift + mouse left drag

2019-10-15 12:39:48 231

转载 using logging in python

import logginglogger = logging.getLogger('simple_example')logger.setLevel(logging.DEBUG)# create file handler which logs even debug messagesfh = logging.FileHandler('spam.log')fh.setLevel(loggin...

2019-10-15 12:18:11 92

原创 add script param in pycharm

choose the script you want to rungo to menu Run->Edit Configurations…

2019-10-14 22:42:44 150

原创 Learning to Reconstruct 3D Human Pose and Shape via Model-fitting in the Loop

这篇文章把optimization and regression做了一个结合, 让他们相互支持和提高公式(1), 回归SMPL模型的参数公式(2), 即simipify 里面的优化过程公式(3),(4), 用优化后的结果回归新的SMPL模型参数...

2019-10-14 19:43:47 549

原创 keep it SMPL: Automatic estimation of 3d human pose and shape from a single image

公式(2), 即SMPL 3D模型上面投影后的joint和2d image上 detected joint points之间的差异公式(3), 惩罚elbows and knees 向外弯, 即θ\thetaθ大于0公式(4), pose prior公式(6), 相交关节的penalty, 如果关节i,j相交 , 则他们所在的球的球心之间的距离由公式(6)来约束, 这里我不是太明白???...

2019-10-14 18:51:06 658

转载 VIM E297: Write error in swap file

https://superuser.com/questions/543354/swap-file-error-message-while-trying-to-edit-vimrc-filerm .vimrc.swp

2019-10-14 01:35:41 280

原创 realtime multi-person 2D pose estimation using part affinity fields

2.Method JJJ个joint, 对应JJJ张confidence mapSJS_JSJ​, CCC个limb, 对应CCC张向量图(PAF)LCL_CLC​figure3 以及公式(1)(2), F是feature map, StS^tSt第t阶段的confidence map, LtL^tLt第t阶段的PAF公式(7), 对于多人的confidence map, 在某一点...

2019-10-13 17:48:44 85

原创 Monocular Total capture: posing face, body, and hands in the wild

(2)公式算POF, 即关节到关节的单位向量, 跟PAF中2维向量不同, 这里是3维向量公式(4)中, jmBj_m^BjmB​是2d image detected keypoints, Π(J~mB(θ,ϕ,t))\mathbf \Pi(\widetilde{\mathbf J}^B_m(\theta, \phi, t))Π(JmB​(θ,ϕ,t))是根据参数建立的3D模型中keypoint...

2019-10-11 22:57:01 580

原创 Total capture: A 3D Deformation Model for tracking faces, hands and bodies

公式(1), 介绍input和output公式(2), (3)说明 总体的参数分成body, face, hands几个部分公式(4), 如果从不同的部分融合成一个整体公式(5), SMPL 模型总体公式公式(6), SMPL具体的形变公式 , 其中TjBT_j^BTjB​ constructed from θ\thetaθ (pose)公式(9), Tj=FBT...

2019-10-10 21:54:53 530

转载 ConnectionRefusedError: [Errno 111] Connection refused in pycharm

ConnectionRefusedError: [Errno 111] Connection refusedhttps://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/24This problem is related to visdom. You can start the visdom visualizatoin serve...

2019-10-09 18:44:46 3076

原创 FaceWarehouse: a 3D Facial Expression Database for Visual Computing

III FaceWarehousedifferent views 因为kinect fusion需要A. Data Capturewhich is then ray traced to generate a smooth depth map for a chosen frame.感觉像是从voxel的tsdf算出来的深度B. 公式(1)里面feature points是3...

2019-10-09 00:19:05 504

转载 create anaconda environment

Managing environmentsCreating an environment with commandsCreating an environment from an environment.yml fileSpecifying a location for an environmentUpdating an environmentCloning an environment...

2019-10-08 19:09:12 2989

转载 Installing SuiteSparse

Installing SuiteSparsejmaye edited this page on 11 Apr 2013 · 2 revisionssudo apt-get install python-software-propertiessudo add-apt-repository ppa:jmaye/ethzsudo apt-get updatesudo apt-get insta...

2019-10-07 21:18:44 1219

原创 Example-Based Facial Rigging

n 个 generic blendshape Am 个特定人脸的scan目标是:结合A(模板的blendshape)和S(特定人的scan)生成B(特定人的blendshape),使得scan(S)可以通过特定人的blendshape(B)生成If only very few training poses are givenscan的数量少And secondly, how ca...

2019-10-06 17:31:23 1116 1

转载 How to activate an Anaconda environment

create Environment:conda create -n your_environment_namesee list of conda environments:conda env listactivate your environment:conda activate your_environment_nameThat’s all folks

2019-10-04 21:35:54 356

average diffusion distance

average diffusion distance implemented in matlab

2016-08-13

Farthest Sampling on 3D meshes with mesh kept based on diffusion distance

Farthest Sampling on 3D meshes with mesh kept based on diffusion distance implemented in matlab

2016-08-13

Fast Marching on 3D Meshes with diffusion distance

Fast Marching on 3D Meshes with diffusion distance implemented in matlab

2016-08-13

PCA implementation

PCA implementation in matlab

2016-08-06

Farthest Sampling on 3D meshes with mesh kept

Farthest Sampling on 3D meshes with mesh kept

2016-08-03

Fast Marching on 3D Meshes

implement fast marching on 3d meshes in matlab

2016-07-31

farthest point sampling

implement farthest point sampling in matlab

2016-07-25

2D Fast Marching Computations

implement 2d fast marching computations in matalb

2016-07-25

princal component analysis implemented in matlab

princal component analysis implemented in matlab

2016-07-09

as-conformal-as-possible surface registration

implement paper "as-conformal-as-possible surface registraion" in matlab

2016-07-07

position based dynamics

position based dynamics implemented in matlab

2016-07-05

mixed finite elements

implement mixed finite elements in matlab

2016-06-23

laplacian interpolation

implement laplacian interpolation in matlab

2016-06-23

libmysqlclient.so.16

solve QSqlDatabase: QMYSQL driver not loaded problem

2016-05-17

GLM显示带纹理的OBJ

GLM显示带纹理的OBJ

2016-02-04

2d perlin noise ocean

采用二维柏林噪声模拟的海洋 .zip

2016-01-09

softmax regression

softmax regression 源代码 源码用的armadillo数学库,如何安装armadillo数学库,请看我的博客 http://blog.csdn.net/seamanj/article/details/49892715

2015-11-20

shadow Mapping 阴影投影

shadow Mapping 阴影投影 主要介绍阴影投影实现的原理 和 实现方法

2014-05-12

3D_Shader_DisplacementMapping_Sphere.rar

移位贴图(Displacement Mapping)的实现

2013-09-05

3D_Shader_ProjectivetTexturing.rar

投影贴图(projective texturing)的实现

2013-09-01

3D_Shader_CubeEnvMapping.rar

立方体环境映射(cubic environment mapping)的实现,其中包括了反射,折射,菲涅尔效应,色散等知识.

2013-08-29

3D_Shader_NormalMapping.rar

3D 法线贴图(normal mapping)的实现

2013-08-15

3D_Shader_SphereEnvMapping_by_seamanj

3D球形环境映射(3D Sphere environment mapping)的实现

2013-08-15

3D_Shader_SphereEnvMapping.rar

球形环境映射(sphere environment mappint)原理的实现

2013-07-23

USB监控器.rar

USB监控器_去网页打开 使用到的工具,OD和W32DASM

2013-06-14

texture&blending

DX 混合 纹理操作 包括多重纹理的操作,以及BACKBUFFER的读取

2013-05-03

3D_Math_Quaternion

四元组的应用 包含: 1.从"按定轴旋转某角度"建立四元组 2.四元组的球形插值插值 3.四元组与3x3旋转矩阵的相互转换

2013-03-08

3D_Shader_Expansion&Shrinkage;_by_Seamanj

3D_Shader_Expansion&Shrinkage;_by_Seamanj

2013-03-08

3D_Math_Solve_Matrix_Inverse_by_Seamanj.rar

矩阵各种求逆的方法 包括: 1.用矩阵行列式求逆 2.用高斯-约当消元法求逆 3.用LU分解求逆

2013-03-06

3D_Math_Solve_Matrix_Inverse.rar

矩阵各种求逆的方法 包括: 1.用矩阵行列式求逆 2.用高斯-约当消元法求逆 3.用LU分解求逆

2013-03-06

3D_Math_Quaternion_by_Seamanj.rar

四元组应用的实现 包括了 1.从"按指定轴旋转多少度"建立四元组 2.四元组的球形插值 3.四元组与3x3旋转矩阵的相互转换

2013-03-06

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除