96da2cacf837a9b84ecdeafb50dfb4a93b402f33,deeplabcut/pose_estimation_tensorflow/nnet/net_factory.py,,pose_net,#Any#,12
Before Change
if "mobilenet" in net_type: // multi currently not supported
print("Initializing MobileNet")
if cfg.dataset_type == "multi-animal-imgaug":
raise Exception(
"MobileNets are currently not yet supported for multianimal DLC!"
)
from deeplabcut.pose_estimation_tensorflow.nnet.pose_net_mobilenet import (
PoseNet,
)
After Change
cls = PoseNet
else:
print("Initializing Efficientnet")
from deeplabcut.pose_estimation_tensorflow.nnet.pose_net_efficientnet import PoseNet
cls = PoseNet
else:
raise Exception("Unsupported class of network: "{}"".format(net_type))
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances
Project Name: AlexEMG/DeepLabCut
Commit Name: 96da2cacf837a9b84ecdeafb50dfb4a93b402f33
Time: 2021-01-06
Author: tr.biasi@gmail.com
File Name: deeplabcut/pose_estimation_tensorflow/nnet/net_factory.py
Class Name:
Method Name: pose_net
Project Name: maxpumperla/elephas
Commit Name: 1be3f2f89932d1586bf6d1578dc21d222e95d070
Time: 2018-08-29
Author: max.pumperla@googlemail.com
File Name: elephas/java/__init__.py
Class Name:
Method Name:
Project Name: tensorlayer/tensorlayer
Commit Name: a686af534ef2234da7ddfaa5a665bcdd1a3e0181
Time: 2017-11-21
Author: dhsig552@163.com
File Name: example/tutorial_mnist.py
Class Name:
Method Name: main_test_layers
Project Name: tensorlayer/tensorlayer
Commit Name: a686af534ef2234da7ddfaa5a665bcdd1a3e0181
Time: 2017-11-21
Author: dhsig552@163.com
File Name: example/tutorial_mnist.py
Class Name:
Method Name: main_test_cnn_layer