finish generate_sequence.py
This commit is contained in:
20
core/evaluation.py
Normal file
20
core/evaluation.py
Normal file
@@ -0,0 +1,20 @@
|
||||
import torch
|
||||
import PytorchBoot.stereotype as stereotype
|
||||
|
||||
@stereotype.evaluation_method("delta_pose_diff", comment="unfinished")
|
||||
class DeltaPoseDiff:
|
||||
def __init__(self, config):
|
||||
pass
|
||||
|
||||
def evaluate(self, output_list, data_list):
|
||||
return
|
||||
|
||||
|
||||
@stereotype.evaluation_method("coverage_rate_increase",comment="unfinished")
|
||||
class ConverageRateIncrease:
|
||||
def __init__(self, config):
|
||||
pass
|
||||
|
||||
def evaluate(self, output_list, data_list):
|
||||
return
|
||||
|
Reference in New Issue
Block a user