-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Running a full build of the mapkurator pipeline on a wsl ubuntu 18.04, and attempted to run the crop, spotter etc using altered version of the command listed on the website (see below)
python run_img.py --map_kurator_system_dir /home/mapkurator/mapkurator-system/ --input_dir_path /mnt/c/Users/ethan/OneDrive/Desktop/PHD-OCR/Detection\ Model/Input --expt_name mapKurator_test --module_cropping --module_get_dimension --module_text_spotting --text_spotting_model_dir /home/mapkurator/mapkurator-spotter/spotter-v2/ --spotter_model spotter-v2 --spotter_config /home/mapkurator/mapkurator-spotter/spotter-v2/configs/pretrain/pretrain_en_synthtext_synthmap_tt_ic_mlt.yaml --spotter_expt_name test --module_img_geojson --output_folder /mnt/c/Users/ethan/OneDrive/Desktop/PHD-OCR/Detection\ Model/Output --gpu_id 0
command runs without throwing initial errors and produces the crop, spotter,stitch output folders in the correct paths along with a empty error .csv before dropping out without a clear reason. only deprecation warnings for pandas and easy_install are given in the command line. No data is produced
Input files attempted has been .tif, .jpg, .png and a .jp2 without any success
any help would be greatly appreciated!!
Additionally the initial code user a config in PALEJUN known as Rumsey but no folder or config file of those names can be found in the mapkurator-spotter setup/install