karussel_v2+new_model
This commit is contained in:
16
Karussell/Training/openpifpaf_formulaE/__init__.py
Normal file
16
Karussell/Training/openpifpaf_formulaE/__init__.py
Normal 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"
|
||||
Reference in New Issue
Block a user