Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SooLab/CGFormer
/ getCatIds
Method
getCatIds
tools/refer.py:207–208 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
205
return
image_ids
206
207
def
getCatIds(self):
208
return
self.Cats.keys()
209
210
def
loadRefs(self, ref_ids=[]):
211
if
type(ref_ids) == list:
Callers
nothing calls this directly
Calls
1
keys
Method · 0.80
Tested by
no test coverage detected