這是乙個非常炫酷的成就,能將人臉特徵重建為三維空間的模型。
預訓練模型最初是用torch實現的。
此**是把torch實現的vrn模型轉換為keras的模型。
依賴:keras,custom_layers,h5py
位置參見
2.使用樣例:
輸入是3x192x192的影象
參見example-usage.ipynb。
樣例**:
from keras.models import load_model
import custom_layers
custom_objects = {
'conv': custom_layers.conv,
'batchnorm': custom_layers.batchnorm,
'upsamplingbilinear': custom_layers.upsamplingbilinear
model = load_model('vrn-unguided-keras.h5', custom_objects=custom_objects)
3.轉換結果的keras模型
位置參見
4.tensorflow的模型
位置參見
執行 三維人臉重建 VRN
和乙個 tensorflow 的 pb 模型 vrn tensorflow.pb drive.google 我只下了vrn unguided keras.h5 翻牆軟體的免費流量用完 start time time.time model load model vrn unguided keras.h...
基於slam的三維重建 SLAM 三維重建相關資源
有人問不知道去 找slam 三維重建相關資源,1 跟蹤slam前沿動態 更新的很頻繁 track advancement of slam 2 很全視覺slam資料大全,包括 the list of vision based slam visual odometry open source proje...
基於slam的三維重建 使用結構光進行三維重建
date 2020 8 2 歡迎加入國內最大的3d視覺交流社群,1700 的領域從業者正在一起學習 hyperdepth learning depth from structured light without matching 往期乾貨資源 彙總 國內最全的3d視覺學習資源,涉及計算機視覺 sla...