+datamodule_GrandPrix

This commit is contained in:
2022-08-14 23:41:30 +03:00
parent 6e22f83077
commit 7673495534
4 changed files with 751 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
import openpifpaf
from . import GrandPrix_kp
def register():
openpifpaf.DATAMODULES['GrandPrix'] = GrandPrix_kp.GrandPrix_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"