Merge branch 'main' of https://github.com/perfanalytics/pose2sim
This commit is contained in:
commit
5398059527
@ -20,6 +20,7 @@
|
||||
## INIT
|
||||
import os
|
||||
import argparse
|
||||
import re
|
||||
import numpy as np
|
||||
from lxml import etree
|
||||
import cv2
|
||||
@ -99,7 +100,6 @@ def read_qca(qca_path, binning_factor):
|
||||
# Cameras names by natural order
|
||||
C_index = [C.index(c) for c in natural_sort(C)]
|
||||
C = [C[c] for c in C_index]
|
||||
ret = [ret[c] for c in C_index]
|
||||
S = [S[c] for c in C_index]
|
||||
D = [D[c] for c in C_index]
|
||||
K = [K[c] for c in C_index]
|
||||
@ -231,4 +231,4 @@ if __name__ == '__main__':
|
||||
args = vars(parser.parse_args())
|
||||
|
||||
calib_qca_to_toml_func(args)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user