Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/ObjectDetection-OneStageDet
/ identify
Function
identify
brambox/boxes/util/convert.py:102–102 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
100
# Default identify
101
if
identify is None:
102
def
identify(f):
return
os.path.splitext(os.path.basename(f))[0]
103
104
data = {}
105
for
box_file in box_files:
Callers
1
parse
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected