MCPcopy Create free account
hub / github.com/Francis-Rings/FlashPortrait / area

Method area

wan/models/face_model.py:502–505  ·  view source on GitHub ↗
(self, bbox)

Source from the content-addressed store, hash-verified

500 return iou
501
502 def area(self, bbox):
503 w = bbox[3] - bbox[1]
504 h = bbox[2] - bbox[0]
505 return w * h

Callers 1

forwardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected