Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EryiXie/PlaneRecNet
/ is_empty
Method
is_empty
eval.py:271–272 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
269
self.num_gt_positives += num_positives
270
271
def
is_empty(self) -> bool:
272
return
len(self.data_points) == 0 and self.num_gt_positives == 0
273
274
def
get_ap(self) -> float:
275
""
" Warning: result not cached. "
""
Callers
1
calc_map
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected