Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/AiOS
/ copy
Method
copy
util/config.py:346–347 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
344
self.__init__(state)
345
346
def
copy(self):
347
return
Config(self._cfg_dict.copy())
348
349
def
deepcopy(self):
350
return
Config(self._cfg_dict.deepcopy())
Callers
15
images_to_sorted_images
Function · 0.80
images_to_gif
Function · 0.80
xyxy2xywh
Function · 0.80
xywh2xyxy
Function · 0.80
box2cs
Function · 0.80
convert_crop_cam_to_orig_img
Function · 0.80
smooth_process
Function · 0.80
_plot_kp2d_frame
Function · 0.80
visualize_kp2d
Function · 0.80
_prepare_background
Function · 0.80
_norm_pose
Function · 0.80
visualize_kp3d
Function · 0.80
Calls
1
Config
Class · 0.70
Tested by
no test coverage detected