karussel_v2+new_model

This commit is contained in:
2022-06-20 20:50:07 +03:00
parent f6af1d69a1
commit ac04526fe1
470 changed files with 1258 additions and 26 deletions

View File

@@ -0,0 +1,16 @@
import openpifpaf
from . import formulaE_kp
def register():
openpifpaf.DATAMODULES['formulaE'] = formulaE_kp.FormulaE_Kp
openpifpaf.CHECKPOINT_URLS['shufflenetv2k16-apollo-24'] = \
"http://github.com/DuncanZauss/openpifpaf_assets/releases/" \
"download/v0.1.0/shufflenetv2k16-201113-135121-apollo.pkl.epoch290"
openpifpaf.CHECKPOINT_URLS['shufflenetv2k16-apollo-66'] = \
"http://github.com/DuncanZauss/openpifpaf_assets/releases/" \
"download/v0.1.0/sk16_apollo_66kp.pkl"
openpifpaf.CHECKPOINT_URLS['shufflenetv2k30-apollo-66'] = \
"http://github.com/DuncanZauss/openpifpaf_assets/releases/" \
"download/v0.1.0/sk30_apollo_66kp.pkl"