Classes | |
class | CRAFTNode |
Functions | |
def | copy_state_dict (state_dict) |
def | test_net (net, image, text_threshold, link_threshold, text_low_bound_score, device, poly=False, refine_net=None, mag_ratio=1.5, max_image_size=1280) |
Variables | |
node = CRAFTNode() | |
def node_scripts.craft_node.copy_state_dict | ( | state_dict | ) |
Definition at line 33 of file craft_node.py.
def node_scripts.craft_node.test_net | ( | net, | |
image, | |||
text_threshold, | |||
link_threshold, | |||
text_low_bound_score, | |||
device, | |||
poly = False , |
|||
refine_net = None , |
|||
mag_ratio = 1.5 , |
|||
max_image_size = 1280 |
|||
) |
Definition at line 45 of file craft_node.py.
node_scripts.craft_node.node = CRAFTNode() |
Definition at line 211 of file craft_node.py.