Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/drinkingcoder/NeuralMarker
/ Image
Class
Image
core/datasets.py:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
warnings.filterwarnings(
"ignore"
)
25
26
class
Image:
27
def
__init__(self, path, Tcw, K):
28
self.im_path = path
29
self.Tcw = Tcw
30
self.K = K
31
32
class
PoseDataset(data.Dataset):
33
def
__init__(self, args):
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected