mirror of
https://github.com/gosticks/body-pose-animation.git
synced 2025-10-16 11:45:42 +00:00
add weights to prior
This commit is contained in:
parent
07542309ef
commit
64d40ebe79
@ -205,6 +205,7 @@ def get_loss_layers(config, device, dtype):
|
||||
if config['pose']['anglePrior']['enabled']:
|
||||
extra_loss_layers.append(AnglePriorsLoss(
|
||||
device=device,
|
||||
global_weight=config['pose']['anglePrior']['weight'],
|
||||
dtype=dtype))
|
||||
|
||||
if config['pose']['angleSumLoss']['enabled']:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user