MCPcopy Create free account
hub / github.com/Paper2Poster/Paper2Poster / new_pipeline.py

File new_pipeline.py

PosterAgent/new_pipeline.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from PosterAgent.parse_raw import parse_raw, gen_image_and_table
2from PosterAgent.gen_outline_layout import filter_image_table, gen_outline_layout_v2
3from utils.wei_utils import get_agent_config, utils_functions, run_code, scale_to_target_area, char_capacity
4from PosterAgent.tree_split_layout import main_train, main_inference, get_arrangments_in_inches, split_textbox, to_inches

Callers

nothing calls this directly

Calls 15

get_agent_configFunction · 0.90
scale_to_target_areaFunction · 0.90
to_inchesFunction · 0.90
parse_rawFunction · 0.90
gen_image_and_tableFunction · 0.90
LogoManagerClass · 0.90
filter_image_tableFunction · 0.90
gen_outline_layout_v2Function · 0.90
no_tree_get_layoutFunction · 0.90
main_trainFunction · 0.90
main_inferenceFunction · 0.90
split_textboxFunction · 0.90

Tested by

no test coverage detected