Update Pose2Sim.py

Delete import tensorflow when run triangulation
This commit is contained in:
HunMinKim 2024-01-18 09:28:37 +09:00 committed by GitHub
parent 187bfc1e1c
commit 3db4541f4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -345,8 +345,6 @@ def triangulation(config=None):
'''
from Pose2Sim.triangulation import triangulate_all
from Pose2Sim.augmenter import augmentTRC
from Pose2Sim.filtering import filter_all
# Determine the level at which the function is called (session:3, participant:2, trial:1)
level, config_dicts = read_config_files(config)