danvk / oldnyc

Mapping photos of Old New York
Apache License 2.0
288 stars 132 forks source link

Box function Parameters #115

Open CruzzRazor opened 6 years ago

CruzzRazor commented 6 years ago

Can anyone please tell me what does that Box_path come from? can you what parameters should be passed to that box_path in tess/crop_to_box.py file

boxes = load_box_file(box_path) big_box = find_box_extrema(boxes) pad_box = padded_box(big_box, 20, 20)