Skip to content

Instantly share code, notes, and snippets.

@clover978
clover978 / caffe2_workflow.py
Created May 22, 2018 08:44 — forked from qfgaohao/caffe2_workflow.py
demonstrates how to train a model, init weights from another source (transfer learning), save models to pb and pbtxt files.
import numpy as np
from caffe2.python import (
brew,
model_helper,
optimizer,
workspace,
utils,
)
from caffe2.proto import caffe2_pb2
@clover978
clover978 / openpose-video2bvh.ipynb
Created May 20, 2022 23:31 — forked from eyaler/openpose-video2bvh.ipynb
openpose+video2bvh.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.