python /home/admin/mtr/script_for_cron.py -j default -m 20 -a 'python3 /home/admin/workarea/git/Velours/python/prod/memo/memo.py --job=sla_mensuel --raspi=30006 --dashboard_places=angers_montee_convoyeur --rootfolder_sla=/data_4/data_log/job/memo/angers_montee_convoyeur -v --mtr_id=1017 --date=`date -d"$nowdate 15 day ago" +%Y-%m` ' -s sla_mensuel -M 0 -S 0 -U 90,80,95 import MySQLdb succeeded Import error (python version) Need env var : LOGRASPI Raspi : 30006, Date : 2025-09 _cr_cnf_ : /home/admin/mtr/.credentials/credentials.py _cr_cnf_ : /home/admin/mtr/.credentials/credentials.py warning , we can't find thcl infos in json_data warning , we can't find pdt infos in json_data nb_day : (0, 30) VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier TODO : Insert select and so on SELECT id, name, misc_info, datou_id_for_right FROM MTRPhoto.dashboard_places WHERE name="angers_montee_convoyeur"; SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier Fonction SLA_MENSUEL nb_day : (0, 30) VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier TODO : Insert select and so on SELECT id, name, misc_info, datou_id_for_right FROM MTRPhoto.dashboard_places WHERE name="angers_montee_convoyeur"; SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier place_id : 36 month : 09 mtr_id : 1017 dashboard_places : angers_montee_convoyeur date : 2025-09 year : 2025 raspi : 30006 select count(distinct mtr_photo_id) from MTRUser.mtr_portfolio_photos where mtr_portfolio_id in (select id from MTRUser.mtr_portfolios where id in (select mtr_portfolio_id from MTRPhoto.dashboard_results where dashboard_run_id in(select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id in (select id from MTRPhoto.dashboard_places where name = 'angers_montee_convoyeur' and date like '%2025-09%') and created_at like '%2025-09%'))); nb_day : (0, 30) after unwanted_material_data nb_day : (0, 30) SQL: SELECT ms.id, ms.name, mst.name as type, ms.test_group, ms.test_name, ms.server, ms.version_code, ms.result_str, ms.result_bool, ms.result_float, ms.lien, ms.created_at FROM MTRAdmin.monitor_sys ms INNER JOIN MTRAdmin.monitor_sys_type mst on mst.id = ms.type WHERE ms.test_name like '%30006%' AND ms.result_str like '%2025/09%'ORDER BY ms.id desc LIMIT 0, 1000000; No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 84288 seconds', 'coverage_times_pause': '0 days 86121 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 573, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8023, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 57, 'nb_images_finished': 1144, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 5, 'nb_images_started': 78, 'nb_selected_images': 1222, 'last_update': '2025/09/28', 'portfolio_id': 27298396, 'last_run_id': 2368081, 'total_number_of_photos': 8078}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83736 seconds', 'coverage_times_pause': '0 days 86116 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 3, 'end_of_day_photos_duplicated': 581, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8018, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 2099, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 24, 'nb_images_started': 356, 'nb_selected_images': 2455, 'last_update': '2025/09/28', 'portfolio_id': 27250956, 'last_run_id': 2368131, 'total_number_of_photos': 8037}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83586 seconds', 'coverage_times_pause': '0 days 86070 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 535, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8063, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 76, 'nb_images_finished': 1783, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 28, 'nb_images_started': 493, 'nb_selected_images': 2276, 'last_update': '2025/09/28', 'portfolio_id': 27205487, 'last_run_id': 2368547, 'total_number_of_photos': 8149}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 83452 seconds', 'coverage_times_pause': '0 days 86177 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_duplicated': 590, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 10, 'end_of_day_photos_uploaded': 8009, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 95, 'nb_images_finished': 1888, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 15, 'nb_images_started': 239, 'nb_selected_images': 2127, 'last_update': '2025/09/25', 'portfolio_id': 27157146, 'last_run_id': 2356077, 'total_number_of_photos': 8058}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 202 seconds', 'coverage_pause': '0 days 84342 seconds', 'coverage_times_pause': '0 days 86167 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 988, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7618, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 121, 'nb_images_finished': 2258, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2258, 'last_update': '2025/09/24', 'portfolio_id': 27110038, 'last_run_id': 2351563, 'total_number_of_photos': 7671}} No error ? {'log_dict': {'total_nb_images': 6453, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 62908 seconds', 'coverage_times_pause': '0 days 64559 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 493, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 5948, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 111, 'nb_images_finished': 2252, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2252, 'last_update': '2025/09/23', 'portfolio_id': 27077302, 'last_run_id': 2343741, 'total_number_of_photos': 5957}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83736 seconds', 'coverage_times_pause': '0 days 86116 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 3, 'end_of_day_photos_duplicated': 581, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8018, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 2099, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 24, 'nb_images_started': 356, 'nb_selected_images': 2455, 'last_update': '2025/09/27', 'portfolio_id': 27250956, 'last_run_id': 2365411, 'total_number_of_photos': 8037}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83586 seconds', 'coverage_times_pause': '0 days 86070 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 535, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8063, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 76, 'nb_images_finished': 1783, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 28, 'nb_images_started': 493, 'nb_selected_images': 2276, 'last_update': '2025/09/26', 'portfolio_id': 27205487, 'last_run_id': 2360771, 'total_number_of_photos': 8149}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 83452 seconds', 'coverage_times_pause': '0 days 86177 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_duplicated': 590, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 10, 'end_of_day_photos_uploaded': 8009, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 95, 'nb_images_finished': 1888, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 15, 'nb_images_started': 239, 'nb_selected_images': 2127, 'last_update': '2025/09/25', 'portfolio_id': 27157146, 'last_run_id': 2356077, 'total_number_of_photos': 8058}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 202 seconds', 'coverage_pause': '0 days 84342 seconds', 'coverage_times_pause': '0 days 86167 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 988, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7618, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 121, 'nb_images_finished': 2258, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2258, 'last_update': '2025/09/24', 'portfolio_id': 27110038, 'last_run_id': 2351563, 'total_number_of_photos': 7671}} No error ? {'log_dict': {'total_nb_images': 6453, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 62908 seconds', 'coverage_times_pause': '0 days 64559 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 493, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 5948, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 111, 'nb_images_finished': 2252, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2252, 'last_update': '2025/09/23', 'portfolio_id': 27077302, 'last_run_id': 2343741, 'total_number_of_photos': 5957}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 84128 seconds', 'coverage_times_pause': '0 days 86130 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 773, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7830, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/09/22', 'portfolio_id': 27058744, 'last_run_id': 2337277, 'total_number_of_photos': 7955}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83586 seconds', 'coverage_times_pause': '0 days 86070 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 535, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8063, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 76, 'nb_images_finished': 1783, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 28, 'nb_images_started': 493, 'nb_selected_images': 2276, 'last_update': '2025/09/26', 'portfolio_id': 27205487, 'last_run_id': 2360771, 'total_number_of_photos': 8149}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 83452 seconds', 'coverage_times_pause': '0 days 86177 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_duplicated': 590, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 10, 'end_of_day_photos_uploaded': 8009, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 95, 'nb_images_finished': 1888, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 15, 'nb_images_started': 239, 'nb_selected_images': 2127, 'last_update': '2025/09/25', 'portfolio_id': 27157146, 'last_run_id': 2356077, 'total_number_of_photos': 8058}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 202 seconds', 'coverage_pause': '0 days 84342 seconds', 'coverage_times_pause': '0 days 86167 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 988, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7618, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 121, 'nb_images_finished': 2258, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2258, 'last_update': '2025/09/24', 'portfolio_id': 27110038, 'last_run_id': 2351563, 'total_number_of_photos': 7671}} No error ? {'log_dict': {'total_nb_images': 6453, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 62908 seconds', 'coverage_times_pause': '0 days 64559 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 493, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 5948, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 111, 'nb_images_finished': 2252, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2252, 'last_update': '2025/09/23', 'portfolio_id': 27077302, 'last_run_id': 2343741, 'total_number_of_photos': 5957}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 84128 seconds', 'coverage_times_pause': '0 days 86130 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 773, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7830, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/09/22', 'portfolio_id': 27058744, 'last_run_id': 2337277, 'total_number_of_photos': 7955}} No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 83621 seconds', 'coverage_times_pause': '0 days 86129 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 247, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2627, 'end_of_day_photos_uploaded': 5735, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 77, 'nb_images_finished': 1574, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 38, 'nb_images_started': 641, 'nb_selected_images': 2215, 'last_update': '2025/09/22', 'portfolio_id': 27016131, 'last_run_id': 2337333, 'total_number_of_photos': 8471}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 83452 seconds', 'coverage_times_pause': '0 days 86177 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_duplicated': 590, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 10, 'end_of_day_photos_uploaded': 8009, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 95, 'nb_images_finished': 1888, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 15, 'nb_images_started': 239, 'nb_selected_images': 2127, 'last_update': '2025/09/25', 'portfolio_id': 27157146, 'last_run_id': 2356077, 'total_number_of_photos': 8058}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 202 seconds', 'coverage_pause': '0 days 84342 seconds', 'coverage_times_pause': '0 days 86167 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 988, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7618, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 121, 'nb_images_finished': 2258, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2258, 'last_update': '2025/09/24', 'portfolio_id': 27110038, 'last_run_id': 2351563, 'total_number_of_photos': 7671}} No error ? {'log_dict': {'total_nb_images': 6453, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 62908 seconds', 'coverage_times_pause': '0 days 64559 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 493, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 5948, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 111, 'nb_images_finished': 2252, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2252, 'last_update': '2025/09/23', 'portfolio_id': 27077302, 'last_run_id': 2343741, 'total_number_of_photos': 5957}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 84128 seconds', 'coverage_times_pause': '0 days 86130 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 773, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7830, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/09/22', 'portfolio_id': 27058744, 'last_run_id': 2337277, 'total_number_of_photos': 7955}} No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 83621 seconds', 'coverage_times_pause': '0 days 86129 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 247, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2627, 'end_of_day_photos_uploaded': 5735, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 77, 'nb_images_finished': 1574, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 38, 'nb_images_started': 641, 'nb_selected_images': 2215, 'last_update': '2025/09/22', 'portfolio_id': 27016131, 'last_run_id': 2337333, 'total_number_of_photos': 8471}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 83755 seconds', 'coverage_times_pause': '0 days 86069 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 451, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5624, 'end_of_day_photos_uploaded': 2528, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 121, 'nb_images_finished': 2516, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2516, 'last_update': '2025/09/22', 'portfolio_id': 26978103, 'last_run_id': 2337385, 'total_number_of_photos': 8165}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 202 seconds', 'coverage_pause': '0 days 84342 seconds', 'coverage_times_pause': '0 days 86167 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 988, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7618, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 121, 'nb_images_finished': 2258, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2258, 'last_update': '2025/09/24', 'portfolio_id': 27110038, 'last_run_id': 2351161, 'total_number_of_photos': 7671}} No error ? {'log_dict': {'total_nb_images': 6453, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 62908 seconds', 'coverage_times_pause': '0 days 64559 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 493, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 5948, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 111, 'nb_images_finished': 2252, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2252, 'last_update': '2025/09/23', 'portfolio_id': 27077302, 'last_run_id': 2343741, 'total_number_of_photos': 5957}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 84128 seconds', 'coverage_times_pause': '0 days 86130 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 773, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7830, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/09/22', 'portfolio_id': 27058744, 'last_run_id': 2337277, 'total_number_of_photos': 7955}} No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 83621 seconds', 'coverage_times_pause': '0 days 86129 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 247, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2627, 'end_of_day_photos_uploaded': 5735, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 77, 'nb_images_finished': 1574, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 38, 'nb_images_started': 641, 'nb_selected_images': 2215, 'last_update': '2025/09/22', 'portfolio_id': 27016131, 'last_run_id': 2337333, 'total_number_of_photos': 8471}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 83755 seconds', 'coverage_times_pause': '0 days 86069 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 451, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5624, 'end_of_day_photos_uploaded': 2528, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 121, 'nb_images_finished': 2516, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2516, 'last_update': '2025/09/22', 'portfolio_id': 26978103, 'last_run_id': 2337385, 'total_number_of_photos': 8165}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83193 seconds', 'coverage_times_pause': '0 days 86111 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 482, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 8120, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 95, 'nb_images_finished': 1864, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 7, 'nb_images_started': 148, 'nb_selected_images': 2012, 'last_update': '2025/09/18', 'portfolio_id': 26918384, 'last_run_id': 2317741, 'total_number_of_photos': 8131}} No error ? {'log_dict': {'total_nb_images': 6453, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 62908 seconds', 'coverage_times_pause': '0 days 64559 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 493, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 5948, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 111, 'nb_images_finished': 2252, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2252, 'last_update': '2025/09/23', 'portfolio_id': 27077302, 'last_run_id': 2343441, 'total_number_of_photos': 5957}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 84128 seconds', 'coverage_times_pause': '0 days 86130 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 773, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7830, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/09/22', 'portfolio_id': 27058744, 'last_run_id': 2337277, 'total_number_of_photos': 7955}} No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 83621 seconds', 'coverage_times_pause': '0 days 86129 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 247, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2627, 'end_of_day_photos_uploaded': 5735, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 77, 'nb_images_finished': 1574, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 38, 'nb_images_started': 641, 'nb_selected_images': 2215, 'last_update': '2025/09/22', 'portfolio_id': 27016131, 'last_run_id': 2337333, 'total_number_of_photos': 8471}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 83755 seconds', 'coverage_times_pause': '0 days 86069 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 451, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5624, 'end_of_day_photos_uploaded': 2528, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 121, 'nb_images_finished': 2516, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2516, 'last_update': '2025/09/22', 'portfolio_id': 26978103, 'last_run_id': 2337385, 'total_number_of_photos': 8165}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83193 seconds', 'coverage_times_pause': '0 days 86111 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 482, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 8120, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 95, 'nb_images_finished': 1864, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 7, 'nb_images_started': 148, 'nb_selected_images': 2012, 'last_update': '2025/09/18', 'portfolio_id': 26918384, 'last_run_id': 2317741, 'total_number_of_photos': 8131}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 84016 seconds', 'coverage_times_pause': '0 days 86176 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 364, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8239, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 116, 'nb_images_finished': 2314, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2314, 'last_update': '2025/09/17', 'portfolio_id': 26872149, 'last_run_id': 2309953, 'total_number_of_photos': 8251}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 84128 seconds', 'coverage_times_pause': '0 days 86130 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 773, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7830, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/09/21', 'portfolio_id': 27058744, 'last_run_id': 2335495, 'total_number_of_photos': 7955}} No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 83621 seconds', 'coverage_times_pause': '0 days 86129 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 247, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2627, 'end_of_day_photos_uploaded': 5735, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 78, 'nb_images_finished': 1587, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1587, 'last_update': '2025/09/20', 'portfolio_id': 27016131, 'last_run_id': 2333103, 'total_number_of_photos': 8471}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 83755 seconds', 'coverage_times_pause': '0 days 86069 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 451, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5624, 'end_of_day_photos_uploaded': 2528, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 49, 'nb_images_finished': 1013, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 72, 'nb_images_started': 1503, 'nb_selected_images': 2516, 'last_update': '2025/09/21', 'portfolio_id': 26978103, 'last_run_id': 2335497, 'total_number_of_photos': 8165}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83193 seconds', 'coverage_times_pause': '0 days 86111 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 482, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 8120, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 95, 'nb_images_finished': 1864, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 7, 'nb_images_started': 148, 'nb_selected_images': 2012, 'last_update': '2025/09/18', 'portfolio_id': 26918384, 'last_run_id': 2317741, 'total_number_of_photos': 8131}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 84016 seconds', 'coverage_times_pause': '0 days 86176 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 364, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8239, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 116, 'nb_images_finished': 2314, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2314, 'last_update': '2025/09/17', 'portfolio_id': 26872149, 'last_run_id': 2309953, 'total_number_of_photos': 8251}} No error ? {'log_dict': {'total_nb_images': 6447, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 62569 seconds', 'coverage_times_pause': '0 days 64499 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 366, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6073, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 92, 'nb_images_finished': 1978, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1978, 'last_update': '2025/09/16', 'portfolio_id': 26836540, 'last_run_id': 2301509, 'total_number_of_photos': 6084}} No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 84128 seconds', 'coverage_times_pause': '0 days 86130 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 773, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7830, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/09/20', 'portfolio_id': 27058744, 'last_run_id': 2334975, 'total_number_of_photos': 7942}} No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 83621 seconds', 'coverage_times_pause': '0 days 86129 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 247, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2627, 'end_of_day_photos_uploaded': 5735, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 78, 'nb_images_finished': 1587, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1587, 'last_update': '2025/09/20', 'portfolio_id': 27016131, 'last_run_id': 2333103, 'total_number_of_photos': 5813}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 83755 seconds', 'coverage_times_pause': '0 days 86069 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 451, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5624, 'end_of_day_photos_uploaded': 2528, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 28, 'nb_images_finished': 541, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 22, 'nb_images_started': 499, 'nb_selected_images': 1040, 'last_update': '2025/09/20', 'portfolio_id': 26978103, 'last_run_id': 2333323, 'total_number_of_photos': 6944}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83193 seconds', 'coverage_times_pause': '0 days 86111 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 482, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 8120, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 95, 'nb_images_finished': 1864, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 7, 'nb_images_started': 148, 'nb_selected_images': 2012, 'last_update': '2025/09/18', 'portfolio_id': 26918384, 'last_run_id': 2317741, 'total_number_of_photos': 8131}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 84016 seconds', 'coverage_times_pause': '0 days 86176 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 364, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8239, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 116, 'nb_images_finished': 2314, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2314, 'last_update': '2025/09/17', 'portfolio_id': 26872149, 'last_run_id': 2309953, 'total_number_of_photos': 8251}} No error ? {'log_dict': {'total_nb_images': 6447, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 62569 seconds', 'coverage_times_pause': '0 days 64499 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 366, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6073, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 92, 'nb_images_finished': 1978, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1978, 'last_update': '2025/09/16', 'portfolio_id': 26836540, 'last_run_id': 2301509, 'total_number_of_photos': 6084}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 83621 seconds', 'coverage_times_pause': '0 days 86129 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 247, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2627, 'end_of_day_photos_uploaded': 5735, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 78, 'nb_images_finished': 1587, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1587, 'last_update': '2025/09/20', 'portfolio_id': 27016131, 'last_run_id': 2332819, 'total_number_of_photos': 5813}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 83755 seconds', 'coverage_times_pause': '0 days 86069 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 451, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5624, 'end_of_day_photos_uploaded': 2528, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 28, 'nb_images_finished': 541, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 541, 'last_update': '2025/09/19', 'portfolio_id': 26978103, 'last_run_id': 2325441, 'total_number_of_photos': 3788}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83193 seconds', 'coverage_times_pause': '0 days 86111 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 482, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 8120, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 95, 'nb_images_finished': 1864, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 7, 'nb_images_started': 148, 'nb_selected_images': 2012, 'last_update': '2025/09/18', 'portfolio_id': 26918384, 'last_run_id': 2317741, 'total_number_of_photos': 8131}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 84016 seconds', 'coverage_times_pause': '0 days 86176 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 364, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8239, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 116, 'nb_images_finished': 2314, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2314, 'last_update': '2025/09/17', 'portfolio_id': 26872149, 'last_run_id': 2309953, 'total_number_of_photos': 8251}} No error ? {'log_dict': {'total_nb_images': 6447, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 62569 seconds', 'coverage_times_pause': '0 days 64499 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 366, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6073, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 92, 'nb_images_finished': 1978, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1978, 'last_update': '2025/09/16', 'portfolio_id': 26836540, 'last_run_id': 2301509, 'total_number_of_photos': 6084}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 202 seconds', 'coverage_pause': '0 days 83455 seconds', 'coverage_times_pause': '0 days 86109 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 476, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8124, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/09/14', 'portfolio_id': 26815000, 'last_run_id': 2293273, 'total_number_of_photos': 8137}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 83755 seconds', 'coverage_times_pause': '0 days 86069 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 451, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5624, 'end_of_day_photos_uploaded': 2528, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 28, 'nb_images_finished': 541, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 541, 'last_update': '2025/09/19', 'portfolio_id': 26978103, 'last_run_id': 2325139, 'total_number_of_photos': 2990}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83193 seconds', 'coverage_times_pause': '0 days 86111 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 482, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 8120, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 95, 'nb_images_finished': 1864, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 7, 'nb_images_started': 148, 'nb_selected_images': 2012, 'last_update': '2025/09/18', 'portfolio_id': 26918384, 'last_run_id': 2317741, 'total_number_of_photos': 8131}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 84016 seconds', 'coverage_times_pause': '0 days 86176 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 364, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8239, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 116, 'nb_images_finished': 2314, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2314, 'last_update': '2025/09/17', 'portfolio_id': 26872149, 'last_run_id': 2309953, 'total_number_of_photos': 8251}} No error ? {'log_dict': {'total_nb_images': 6447, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 62569 seconds', 'coverage_times_pause': '0 days 64499 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 366, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6073, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 92, 'nb_images_finished': 1978, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1978, 'last_update': '2025/09/16', 'portfolio_id': 26836540, 'last_run_id': 2301509, 'total_number_of_photos': 6084}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 202 seconds', 'coverage_pause': '0 days 83455 seconds', 'coverage_times_pause': '0 days 86109 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 476, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8124, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/09/14', 'portfolio_id': 26815000, 'last_run_id': 2293273, 'total_number_of_photos': 8137}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 84023 seconds', 'coverage_times_pause': '0 days 86109 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 470, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8131, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2229, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 4, 'nb_images_started': 133, 'nb_selected_images': 2362, 'last_update': '2025/09/16', 'portfolio_id': 26769776, 'last_run_id': 2290057, 'total_number_of_photos': 8143}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83193 seconds', 'coverage_times_pause': '0 days 86111 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 482, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 8120, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 95, 'nb_images_finished': 1864, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 7, 'nb_images_started': 148, 'nb_selected_images': 2012, 'last_update': '2025/09/18', 'portfolio_id': 26918384, 'last_run_id': 2317519, 'total_number_of_photos': 8131}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 84016 seconds', 'coverage_times_pause': '0 days 86176 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 364, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8239, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 116, 'nb_images_finished': 2314, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2314, 'last_update': '2025/09/17', 'portfolio_id': 26872149, 'last_run_id': 2309953, 'total_number_of_photos': 8251}} No error ? {'log_dict': {'total_nb_images': 6447, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 62569 seconds', 'coverage_times_pause': '0 days 64499 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 366, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6073, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 92, 'nb_images_finished': 1978, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1978, 'last_update': '2025/09/16', 'portfolio_id': 26836540, 'last_run_id': 2301509, 'total_number_of_photos': 6084}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 202 seconds', 'coverage_pause': '0 days 83455 seconds', 'coverage_times_pause': '0 days 86109 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 476, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8124, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/09/14', 'portfolio_id': 26815000, 'last_run_id': 2293273, 'total_number_of_photos': 8137}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 84023 seconds', 'coverage_times_pause': '0 days 86109 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 470, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8131, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2229, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 4, 'nb_images_started': 133, 'nb_selected_images': 2362, 'last_update': '2025/09/16', 'portfolio_id': 26769776, 'last_run_id': 2290057, 'total_number_of_photos': 8143}} No error ? {'log_dict': {'total_nb_images': 8611, 'max_time_between_images': '0 days 172 seconds', 'coverage_pause': '0 days 84364 seconds', 'coverage_times_pause': '0 days 86141 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 691, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 918, 'end_of_day_photos_uploaded': 7001, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 57, 'nb_images_finished': 1261, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 44, 'nb_images_started': 1016, 'nb_selected_images': 2277, 'last_update': '2025/09/13', 'portfolio_id': 26734754, 'last_run_id': 2290359, 'total_number_of_photos': 7935}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 84016 seconds', 'coverage_times_pause': '0 days 86176 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 364, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8239, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 116, 'nb_images_finished': 2314, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2314, 'last_update': '2025/09/17', 'portfolio_id': 26872149, 'last_run_id': 2309550, 'total_number_of_photos': 8251}} No error ? {'log_dict': {'total_nb_images': 6447, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 62569 seconds', 'coverage_times_pause': '0 days 64499 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 366, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6073, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 92, 'nb_images_finished': 1978, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1978, 'last_update': '2025/09/16', 'portfolio_id': 26836540, 'last_run_id': 2301509, 'total_number_of_photos': 6084}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 202 seconds', 'coverage_pause': '0 days 83455 seconds', 'coverage_times_pause': '0 days 86109 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 476, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8124, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/09/14', 'portfolio_id': 26815000, 'last_run_id': 2293273, 'total_number_of_photos': 8137}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 84023 seconds', 'coverage_times_pause': '0 days 86109 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 470, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8131, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2229, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 4, 'nb_images_started': 133, 'nb_selected_images': 2362, 'last_update': '2025/09/16', 'portfolio_id': 26769776, 'last_run_id': 2290057, 'total_number_of_photos': 8143}} No error ? {'log_dict': {'total_nb_images': 8611, 'max_time_between_images': '0 days 172 seconds', 'coverage_pause': '0 days 84364 seconds', 'coverage_times_pause': '0 days 86141 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 691, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 918, 'end_of_day_photos_uploaded': 7001, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 57, 'nb_images_finished': 1261, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 44, 'nb_images_started': 1016, 'nb_selected_images': 2277, 'last_update': '2025/09/13', 'portfolio_id': 26734754, 'last_run_id': 2290359, 'total_number_of_photos': 7935}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83634 seconds', 'coverage_times_pause': '0 days 86186 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 402, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8208, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 112, 'nb_images_finished': 2360, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2360, 'last_update': '2025/09/13', 'portfolio_id': 26704157, 'last_run_id': 2290393, 'total_number_of_photos': 8219}} No error ? {'log_dict': {'total_nb_images': 6447, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 62569 seconds', 'coverage_times_pause': '0 days 64499 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 366, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6073, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 92, 'nb_images_finished': 1978, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1978, 'last_update': '2025/09/16', 'portfolio_id': 26836540, 'last_run_id': 2301199, 'total_number_of_photos': 6084}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 202 seconds', 'coverage_pause': '0 days 83455 seconds', 'coverage_times_pause': '0 days 86109 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 476, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8124, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/09/14', 'portfolio_id': 26815000, 'last_run_id': 2293273, 'total_number_of_photos': 8137}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 84023 seconds', 'coverage_times_pause': '0 days 86109 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 470, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8131, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2229, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 4, 'nb_images_started': 133, 'nb_selected_images': 2362, 'last_update': '2025/09/13', 'portfolio_id': 26769776, 'last_run_id': 2290057, 'total_number_of_photos': 8143}} No error ? {'log_dict': {'total_nb_images': 8611, 'max_time_between_images': '0 days 172 seconds', 'coverage_pause': '0 days 84364 seconds', 'coverage_times_pause': '0 days 86141 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 691, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 918, 'end_of_day_photos_uploaded': 7001, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 57, 'nb_images_finished': 1261, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 44, 'nb_images_started': 1016, 'nb_selected_images': 2277, 'last_update': '2025/09/13', 'portfolio_id': 26734754, 'last_run_id': 2290359, 'total_number_of_photos': 7935}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83634 seconds', 'coverage_times_pause': '0 days 86186 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 402, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8208, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 112, 'nb_images_finished': 2360, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2360, 'last_update': '2025/09/13', 'portfolio_id': 26704157, 'last_run_id': 2290393, 'total_number_of_photos': 8219}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 84417 seconds', 'coverage_times_pause': '0 days 86186 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 550, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6309, 'end_of_day_photos_uploaded': 1756, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 96, 'nb_images_finished': 2091, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2091, 'last_update': '2025/09/13', 'portfolio_id': 26665673, 'last_run_id': 2290409, 'total_number_of_photos': 8078}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 202 seconds', 'coverage_pause': '0 days 83455 seconds', 'coverage_times_pause': '0 days 86109 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 476, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8124, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/09/14', 'portfolio_id': 26815000, 'last_run_id': 2293273, 'total_number_of_photos': 8137}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 84023 seconds', 'coverage_times_pause': '0 days 86109 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 470, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8131, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2229, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 4, 'nb_images_started': 133, 'nb_selected_images': 2362, 'last_update': '2025/09/13', 'portfolio_id': 26769776, 'last_run_id': 2290057, 'total_number_of_photos': 8143}} No error ? {'log_dict': {'total_nb_images': 8611, 'max_time_between_images': '0 days 172 seconds', 'coverage_pause': '0 days 84364 seconds', 'coverage_times_pause': '0 days 86141 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 691, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 918, 'end_of_day_photos_uploaded': 7001, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 57, 'nb_images_finished': 1261, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 44, 'nb_images_started': 1016, 'nb_selected_images': 2277, 'last_update': '2025/09/13', 'portfolio_id': 26734754, 'last_run_id': 2290359, 'total_number_of_photos': 7935}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83634 seconds', 'coverage_times_pause': '0 days 86186 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 402, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8208, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 112, 'nb_images_finished': 2360, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2360, 'last_update': '2025/09/13', 'portfolio_id': 26704157, 'last_run_id': 2290393, 'total_number_of_photos': 8219}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 84417 seconds', 'coverage_times_pause': '0 days 86186 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 550, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6309, 'end_of_day_photos_uploaded': 1756, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 96, 'nb_images_finished': 2091, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2091, 'last_update': '2025/09/13', 'portfolio_id': 26665673, 'last_run_id': 2290409, 'total_number_of_photos': 8078}} No error ? {'log_dict': {'total_nb_images': 6447, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 62895 seconds', 'coverage_times_pause': '0 days 64499 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 364, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6075, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 96, 'nb_images_finished': 2201, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2201, 'last_update': '2025/09/09', 'portfolio_id': 26626041, 'last_run_id': 2262759, 'total_number_of_photos': 6088}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 202 seconds', 'coverage_pause': '0 days 83455 seconds', 'coverage_times_pause': '0 days 86109 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 476, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8124, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/09/13', 'portfolio_id': 26815000, 'last_run_id': 2293009, 'total_number_of_photos': 8137}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 84023 seconds', 'coverage_times_pause': '0 days 86109 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 470, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8131, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2229, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 4, 'nb_images_started': 133, 'nb_selected_images': 2362, 'last_update': '2025/09/13', 'portfolio_id': 26769776, 'last_run_id': 2290057, 'total_number_of_photos': 8143}} No error ? {'log_dict': {'total_nb_images': 8611, 'max_time_between_images': '0 days 172 seconds', 'coverage_pause': '0 days 84364 seconds', 'coverage_times_pause': '0 days 86141 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 691, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 918, 'end_of_day_photos_uploaded': 7001, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 57, 'nb_images_finished': 1261, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 44, 'nb_images_started': 1016, 'nb_selected_images': 2277, 'last_update': '2025/09/13', 'portfolio_id': 26734754, 'last_run_id': 2290359, 'total_number_of_photos': 7935}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83634 seconds', 'coverage_times_pause': '0 days 86186 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 402, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8208, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 112, 'nb_images_finished': 2360, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2360, 'last_update': '2025/09/13', 'portfolio_id': 26704157, 'last_run_id': 2290393, 'total_number_of_photos': 8219}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 84417 seconds', 'coverage_times_pause': '0 days 86186 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 550, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6309, 'end_of_day_photos_uploaded': 1756, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 96, 'nb_images_finished': 2091, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2091, 'last_update': '2025/09/13', 'portfolio_id': 26665673, 'last_run_id': 2290409, 'total_number_of_photos': 8078}} No error ? {'log_dict': {'total_nb_images': 6447, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 62895 seconds', 'coverage_times_pause': '0 days 64499 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 364, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6075, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 96, 'nb_images_finished': 2201, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2201, 'last_update': '2025/09/09', 'portfolio_id': 26626041, 'last_run_id': 2262759, 'total_number_of_photos': 6088}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 84023 seconds', 'coverage_times_pause': '0 days 86109 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 470, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8131, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2229, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 4, 'nb_images_started': 133, 'nb_selected_images': 2362, 'last_update': '2025/09/13', 'portfolio_id': 26769776, 'last_run_id': 2289819, 'total_number_of_photos': 8143}} No error ? {'log_dict': {'total_nb_images': 8611, 'max_time_between_images': '0 days 172 seconds', 'coverage_pause': '0 days 84364 seconds', 'coverage_times_pause': '0 days 86141 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 691, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 918, 'end_of_day_photos_uploaded': 7001, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 52, 'nb_images_finished': 1165, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 7, 'nb_images_started': 167, 'nb_selected_images': 1332, 'last_update': '2025/09/12', 'portfolio_id': 26734754, 'last_run_id': 2283251, 'total_number_of_photos': 7935}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83634 seconds', 'coverage_times_pause': '0 days 86186 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 402, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8208, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 112, 'nb_images_finished': 2360, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2360, 'last_update': '2025/09/11', 'portfolio_id': 26704157, 'last_run_id': 2277939, 'total_number_of_photos': 8219}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 84417 seconds', 'coverage_times_pause': '0 days 86186 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 550, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6309, 'end_of_day_photos_uploaded': 1756, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 96, 'nb_images_finished': 2091, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2091, 'last_update': '2025/09/12', 'portfolio_id': 26665673, 'last_run_id': 2283713, 'total_number_of_photos': 8078}} No error ? {'log_dict': {'total_nb_images': 6447, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 62895 seconds', 'coverage_times_pause': '0 days 64499 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 364, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6075, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 96, 'nb_images_finished': 2201, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2201, 'last_update': '2025/09/09', 'portfolio_id': 26626041, 'last_run_id': 2262759, 'total_number_of_photos': 6088}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8611, 'max_time_between_images': '0 days 173 seconds', 'coverage_pause': '0 days 84533 seconds', 'coverage_times_pause': '0 days 86136 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 1567, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7037, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/09/07', 'portfolio_id': 26598399, 'last_run_id': 2253889, 'total_number_of_photos': 7050}} No error ? {'log_dict': {'total_nb_images': 8611, 'max_time_between_images': '0 days 172 seconds', 'coverage_pause': '0 days 84364 seconds', 'coverage_times_pause': '0 days 86141 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 691, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 918, 'end_of_day_photos_uploaded': 7001, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 52, 'nb_images_finished': 1165, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 7, 'nb_images_started': 167, 'nb_selected_images': 1332, 'last_update': '2025/09/12', 'portfolio_id': 26734754, 'last_run_id': 2283065, 'total_number_of_photos': 7007}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83634 seconds', 'coverage_times_pause': '0 days 86186 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 402, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8208, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 112, 'nb_images_finished': 2360, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2360, 'last_update': '2025/09/11', 'portfolio_id': 26704157, 'last_run_id': 2277939, 'total_number_of_photos': 8208}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 84417 seconds', 'coverage_times_pause': '0 days 86186 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 550, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6309, 'end_of_day_photos_uploaded': 1756, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 80, 'nb_images_finished': 1764, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 16, 'nb_images_started': 327, 'nb_selected_images': 2091, 'last_update': '2025/09/12', 'portfolio_id': 26665673, 'last_run_id': 2279841, 'total_number_of_photos': 7978}} No error ? {'log_dict': {'total_nb_images': 6447, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 62895 seconds', 'coverage_times_pause': '0 days 64499 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 364, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6075, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 96, 'nb_images_finished': 2201, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2201, 'last_update': '2025/09/09', 'portfolio_id': 26626041, 'last_run_id': 2262759, 'total_number_of_photos': 6088}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8611, 'max_time_between_images': '0 days 173 seconds', 'coverage_pause': '0 days 84533 seconds', 'coverage_times_pause': '0 days 86136 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 1567, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7037, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/09/07', 'portfolio_id': 26598399, 'last_run_id': 2253889, 'total_number_of_photos': 7050}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84392 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 436, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8171, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 110, 'nb_images_finished': 2331, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2331, 'last_update': '2025/09/06', 'portfolio_id': 26552280, 'last_run_id': 2250473, 'total_number_of_photos': 8183}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83634 seconds', 'coverage_times_pause': '0 days 86186 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 402, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8208, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 112, 'nb_images_finished': 2360, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2360, 'last_update': '2025/09/11', 'portfolio_id': 26704157, 'last_run_id': 2277637, 'total_number_of_photos': 8208}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 84417 seconds', 'coverage_times_pause': '0 days 86186 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 550, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6309, 'end_of_day_photos_uploaded': 1756, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 22, 'nb_images_finished': 475, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 11, 'nb_images_started': 203, 'nb_selected_images': 678, 'last_update': '2025/09/10', 'portfolio_id': 26665673, 'last_run_id': 2271037, 'total_number_of_photos': 6184}} No error ? {'log_dict': {'total_nb_images': 6447, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 62895 seconds', 'coverage_times_pause': '0 days 64499 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 364, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6075, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 96, 'nb_images_finished': 2201, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2201, 'last_update': '2025/09/09', 'portfolio_id': 26626041, 'last_run_id': 2262759, 'total_number_of_photos': 6088}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8611, 'max_time_between_images': '0 days 173 seconds', 'coverage_pause': '0 days 84533 seconds', 'coverage_times_pause': '0 days 86136 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 1567, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7037, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/09/07', 'portfolio_id': 26598399, 'last_run_id': 2253889, 'total_number_of_photos': 7050}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84392 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 436, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8171, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 110, 'nb_images_finished': 2331, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2331, 'last_update': '2025/09/06', 'portfolio_id': 26552280, 'last_run_id': 2250473, 'total_number_of_photos': 8183}} No error ? {'log_dict': {'total_nb_images': 8617, 'max_time_between_images': '0 days 172 seconds', 'coverage_pause': '0 days 83770 seconds', 'coverage_times_pause': '0 days 86198 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 358, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 687, 'end_of_day_photos_uploaded': 7571, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 2054, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2054, 'last_update': '2025/09/05', 'portfolio_id': 26511091, 'last_run_id': 2243305, 'total_number_of_photos': 8271}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 84417 seconds', 'coverage_times_pause': '0 days 86186 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 550, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6309, 'end_of_day_photos_uploaded': 1756, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 11, 'nb_images_finished': 223, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 5, 'nb_images_started': 107, 'nb_selected_images': 330, 'last_update': '2025/09/10', 'portfolio_id': 26665673, 'last_run_id': 2269185, 'total_number_of_photos': 2734}} No error ? {'log_dict': {'total_nb_images': 6447, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 62895 seconds', 'coverage_times_pause': '0 days 64499 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 364, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6075, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 96, 'nb_images_finished': 2201, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2201, 'last_update': '2025/09/09', 'portfolio_id': 26626041, 'last_run_id': 2262759, 'total_number_of_photos': 6088}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8611, 'max_time_between_images': '0 days 173 seconds', 'coverage_pause': '0 days 84533 seconds', 'coverage_times_pause': '0 days 86136 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 1567, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7037, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/09/07', 'portfolio_id': 26598399, 'last_run_id': 2253889, 'total_number_of_photos': 7050}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84392 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 436, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8171, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 110, 'nb_images_finished': 2331, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2331, 'last_update': '2025/09/06', 'portfolio_id': 26552280, 'last_run_id': 2250473, 'total_number_of_photos': 8183}} No error ? {'log_dict': {'total_nb_images': 8617, 'max_time_between_images': '0 days 172 seconds', 'coverage_pause': '0 days 83770 seconds', 'coverage_times_pause': '0 days 86198 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 358, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 687, 'end_of_day_photos_uploaded': 7571, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 2054, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2054, 'last_update': '2025/09/05', 'portfolio_id': 26511091, 'last_run_id': 2243305, 'total_number_of_photos': 8271}} No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83494 seconds', 'coverage_times_pause': '0 days 86060 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 280, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8310, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 110, 'nb_images_finished': 2389, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2389, 'last_update': '2025/09/04', 'portfolio_id': 26463976, 'last_run_id': 2237201, 'total_number_of_photos': 8323}} No error ? {'log_dict': {'total_nb_images': 6447, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 62895 seconds', 'coverage_times_pause': '0 days 64499 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 364, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6075, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 96, 'nb_images_finished': 2201, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2201, 'last_update': '2025/09/09', 'portfolio_id': 26626041, 'last_run_id': 2262509, 'total_number_of_photos': 6088}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8611, 'max_time_between_images': '0 days 173 seconds', 'coverage_pause': '0 days 84533 seconds', 'coverage_times_pause': '0 days 86136 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 1567, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7037, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/09/07', 'portfolio_id': 26598399, 'last_run_id': 2253889, 'total_number_of_photos': 7050}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84392 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 436, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8171, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 110, 'nb_images_finished': 2331, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2331, 'last_update': '2025/09/06', 'portfolio_id': 26552280, 'last_run_id': 2250473, 'total_number_of_photos': 8183}} No error ? {'log_dict': {'total_nb_images': 8617, 'max_time_between_images': '0 days 172 seconds', 'coverage_pause': '0 days 83770 seconds', 'coverage_times_pause': '0 days 86198 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 358, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 687, 'end_of_day_photos_uploaded': 7571, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 2054, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2054, 'last_update': '2025/09/05', 'portfolio_id': 26511091, 'last_run_id': 2243305, 'total_number_of_photos': 8271}} No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83494 seconds', 'coverage_times_pause': '0 days 86060 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 280, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8310, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 110, 'nb_images_finished': 2389, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2389, 'last_update': '2025/09/04', 'portfolio_id': 26463976, 'last_run_id': 2237201, 'total_number_of_photos': 8323}} No error ? {'log_dict': {'total_nb_images': 8605, 'max_time_between_images': '0 days 173 seconds', 'coverage_pause': '0 days 84431 seconds', 'coverage_times_pause': '0 days 86080 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 409, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8189, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2189, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2189, 'last_update': '2025/09/03', 'portfolio_id': 26419655, 'last_run_id': 2229859, 'total_number_of_photos': 8202}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8611, 'max_time_between_images': '0 days 173 seconds', 'coverage_pause': '0 days 84533 seconds', 'coverage_times_pause': '0 days 86136 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 1567, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7037, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/09/07', 'portfolio_id': 26598399, 'last_run_id': 2253889, 'total_number_of_photos': 7050}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84392 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 436, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8171, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 110, 'nb_images_finished': 2331, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2331, 'last_update': '2025/09/06', 'portfolio_id': 26552280, 'last_run_id': 2250473, 'total_number_of_photos': 8183}} No error ? {'log_dict': {'total_nb_images': 8617, 'max_time_between_images': '0 days 172 seconds', 'coverage_pause': '0 days 83770 seconds', 'coverage_times_pause': '0 days 86198 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 358, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 687, 'end_of_day_photos_uploaded': 7571, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 2054, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2054, 'last_update': '2025/09/05', 'portfolio_id': 26511091, 'last_run_id': 2243305, 'total_number_of_photos': 8271}} No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83494 seconds', 'coverage_times_pause': '0 days 86060 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 280, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8310, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 110, 'nb_images_finished': 2389, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2389, 'last_update': '2025/09/04', 'portfolio_id': 26463976, 'last_run_id': 2237201, 'total_number_of_photos': 8323}} No error ? {'log_dict': {'total_nb_images': 8605, 'max_time_between_images': '0 days 173 seconds', 'coverage_pause': '0 days 84431 seconds', 'coverage_times_pause': '0 days 86080 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 409, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8189, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2189, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2189, 'last_update': '2025/09/03', 'portfolio_id': 26419655, 'last_run_id': 2229859, 'total_number_of_photos': 8202}} No photos configured for Continue since we have an error ! No error ? {'log_dict': {'total_nb_images': 8611, 'max_time_between_images': '0 days 173 seconds', 'coverage_pause': '0 days 84533 seconds', 'coverage_times_pause': '0 days 86136 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 1567, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7037, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/09/06', 'portfolio_id': 26598399, 'last_run_id': 2253467, 'total_number_of_photos': 7050}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84392 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 436, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8171, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 110, 'nb_images_finished': 2331, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2331, 'last_update': '2025/09/06', 'portfolio_id': 26552280, 'last_run_id': 2250473, 'total_number_of_photos': 8183}} No error ? {'log_dict': {'total_nb_images': 8617, 'max_time_between_images': '0 days 172 seconds', 'coverage_pause': '0 days 83770 seconds', 'coverage_times_pause': '0 days 86198 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 358, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 687, 'end_of_day_photos_uploaded': 7571, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 2054, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2054, 'last_update': '2025/09/05', 'portfolio_id': 26511091, 'last_run_id': 2243305, 'total_number_of_photos': 8271}} No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83494 seconds', 'coverage_times_pause': '0 days 86060 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 280, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8310, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 110, 'nb_images_finished': 2389, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2389, 'last_update': '2025/09/04', 'portfolio_id': 26463976, 'last_run_id': 2237201, 'total_number_of_photos': 8323}} No error ? {'log_dict': {'total_nb_images': 8605, 'max_time_between_images': '0 days 173 seconds', 'coverage_pause': '0 days 84431 seconds', 'coverage_times_pause': '0 days 86080 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 409, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8189, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2189, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2189, 'last_update': '2025/09/03', 'portfolio_id': 26419655, 'last_run_id': 2229859, 'total_number_of_photos': 8202}} No photos configured for Continue since we have an error ! Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84392 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 436, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8171, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 110, 'nb_images_finished': 2331, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2331, 'last_update': '2025/09/06', 'portfolio_id': 26552280, 'last_run_id': 2250291, 'total_number_of_photos': 8183}} No error ? {'log_dict': {'total_nb_images': 8617, 'max_time_between_images': '0 days 172 seconds', 'coverage_pause': '0 days 83770 seconds', 'coverage_times_pause': '0 days 86198 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 358, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 687, 'end_of_day_photos_uploaded': 7571, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 2054, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2054, 'last_update': '2025/09/05', 'portfolio_id': 26511091, 'last_run_id': 2243305, 'total_number_of_photos': 8271}} No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83494 seconds', 'coverage_times_pause': '0 days 86060 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 280, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8310, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 110, 'nb_images_finished': 2389, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2389, 'last_update': '2025/09/04', 'portfolio_id': 26463976, 'last_run_id': 2237201, 'total_number_of_photos': 8323}} No error ? {'log_dict': {'total_nb_images': 8605, 'max_time_between_images': '0 days 173 seconds', 'coverage_pause': '0 days 84431 seconds', 'coverage_times_pause': '0 days 86080 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 409, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8189, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2189, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2189, 'last_update': '2025/09/03', 'portfolio_id': 26419655, 'last_run_id': 2229859, 'total_number_of_photos': 8202}} No photos configured for Continue since we have an error ! Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8617, 'max_time_between_images': '0 days 172 seconds', 'coverage_pause': '0 days 83770 seconds', 'coverage_times_pause': '0 days 86198 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 358, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 687, 'end_of_day_photos_uploaded': 7571, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 2054, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2054, 'last_update': '2025/09/05', 'portfolio_id': 26511091, 'last_run_id': 2242879, 'total_number_of_photos': 8271}} No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83494 seconds', 'coverage_times_pause': '0 days 86060 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 280, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8310, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 110, 'nb_images_finished': 2389, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2389, 'last_update': '2025/09/04', 'portfolio_id': 26463976, 'last_run_id': 2237201, 'total_number_of_photos': 8323}} No error ? {'log_dict': {'total_nb_images': 8605, 'max_time_between_images': '0 days 173 seconds', 'coverage_pause': '0 days 84431 seconds', 'coverage_times_pause': '0 days 86080 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 409, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8189, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2189, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2189, 'last_update': '2025/09/03', 'portfolio_id': 26419655, 'last_run_id': 2229859, 'total_number_of_photos': 8202}} No photos configured for Continue since we have an error ! Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83494 seconds', 'coverage_times_pause': '0 days 86060 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 280, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8310, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 110, 'nb_images_finished': 2389, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2389, 'last_update': '2025/09/04', 'portfolio_id': 26463976, 'last_run_id': 2236939, 'total_number_of_photos': 8323}} No error ? {'log_dict': {'total_nb_images': 8605, 'max_time_between_images': '0 days 173 seconds', 'coverage_pause': '0 days 84431 seconds', 'coverage_times_pause': '0 days 86080 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 409, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8189, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2189, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2189, 'last_update': '2025/09/03', 'portfolio_id': 26419655, 'last_run_id': 2229859, 'total_number_of_photos': 8202}} No photos configured for Continue since we have an error ! Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8605, 'max_time_between_images': '0 days 173 seconds', 'coverage_pause': '0 days 84431 seconds', 'coverage_times_pause': '0 days 86080 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 409, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8189, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2189, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2189, 'last_update': '2025/09/03', 'portfolio_id': 26419655, 'last_run_id': 2229503, 'total_number_of_photos': 8202}} No photos configured for Continue since we have an error ! Since we don't have condition on date we need to verify this lately ! No photos configured for Continue since we have an error ! Since we don't have condition on date we need to verify this lately ! Since we don't have condition on date we need to verify this lately ! Found day : 2025-09-27 00:00:00 Found day : 2025-09-26 00:00:00 Found day : 2025-09-25 00:00:00 Found day : 2025-09-24 00:00:00 Found day : 2025-09-23 00:00:00 Found day : 2025-09-22 00:00:00 Found day : 2025-09-20 00:00:00 Found day : 2025-09-19 00:00:00 Found day : 2025-09-18 00:00:00 Found day : 2025-09-17 00:00:00 Found day : 2025-09-16 00:00:00 Found day : 2025-09-15 00:00:00 Found day : 2025-09-13 00:00:00 Found day : 2025-09-12 00:00:00 Found day : 2025-09-11 00:00:00 Found day : 2025-09-10 00:00:00 Found day : 2025-09-09 00:00:00 Found day : 2025-09-08 00:00:00 Found day : 2025-09-06 00:00:00 Found day : 2025-09-05 00:00:00 Found day : 2025-09-04 00:00:00 Found day : 2025-09-03 00:00:00 Found day : 2025-09-02 00:00:00 Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! We will need to call the sla_per_day for these missing days : 2025-09-01 00:00:00,2025-09-29 00:00:00,2025-09-30 00:00:00 after coverage_data SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where ded.dashboard_place_id = 36 and month(ded.date) = 09 and year(ded.date) = 2025 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______pehd_pp' and ded.dashboard_place_id = 36 and month(ded.date) = 09 and year(ded.date) = 2025 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______flux_dev' and ded.dashboard_place_id = 36 and month(ded.date) = 09 and year(ded.date) = 2025 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______emr' and ded.dashboard_place_id = 36 and month(ded.date) = 09 and year(ded.date) = 2025 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______pet_clair' and ded.dashboard_place_id = 36 and month(ded.date) = 09 and year(ded.date) = 2025 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______aluminium' and ded.dashboard_place_id = 36 and month(ded.date) = 09 and year(ded.date) = 2025 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______film_pedb' and ded.dashboard_place_id = 36 and month(ded.date) = 09 and year(ded.date) = 2025 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______gm' and ded.dashboard_place_id = 36 and month(ded.date) = 09 and year(ded.date) = 2025 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______jrm' and ded.dashboard_place_id = 36 and month(ded.date) = 09 and year(ded.date) = 2025 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______ela' and ded.dashboard_place_id = 36 and month(ded.date) = 09 and year(ded.date) = 2025 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______refus' and ded.dashboard_place_id = 36 and month(ded.date) = 09 and year(ded.date) = 2025 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; select avg(cps.score) as score, SUBSTRING_INDEX(SUBSTRING_INDEX(mp.name,'__', -1), '_', 1) as sbstr, SUBSTRING_INDEX(SUBSTRING_INDEX(mp.name,'_', -2), '_', 1) as sbstr2, SUBSTRING_INDEX(mp.name,'_', -1) as sbstr3 FROM MTRUser.mtr_portfolio_photos mpp, MTRUser.mtr_portfolios mp,MTRPhoto.class_photo_score cps,MTRBack.hashtags h,MTRPhoto.dashboard_results dr,MTRPhoto.dashboard_entry_day ded, MTRPhoto.dashboard_places dp WHERE mp.id=mpp.mtr_portfolio_id and cps.photo_id=mpp.mtr_photo_id and h.hashtag_id=cps.hashtag_id and dr.mtr_portfolio_id = mpp.mtr_portfolio_id and dr.dashboard_run_id = ded.last_run_id and ded.dashboard_place_id = dp.id and h.hashtag in ('blur', 'mean_blur', 'clear') and dp.id = 36 and mp.name like '%092025%' and cps.thcl = 1533 GROUP BY sbstr ; after number_of_batch date_start : 2025-09-01 : dt_date_just_month_year : 2025-09-01 00:00:00 : VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! after pl.get_datou_sts_from_crontab : verbose : True no sts found, try to find from database SELECT dri.id FROM MTRPhoto.dashboard_run_ids dri, MTRPhoto.dashboard_entry_day ded, MTRPhoto.dashboard_places dp WHERE dp.name= "angers_montee_convoyeur" AND ded.dashboard_place_id=dp.id AND dri.dashboard_entry_day=ded.id AND dri.id=ded.last_run_id AND ded.date >= "2025-09-01" AND ded.date <= "2025-09-30" apple3 {'gm': {'mat': 'gm', 'pht': 4209, 'datou_carac_id': 3994, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'papier,background'}, 'emr': {'mat': 'emr', 'pht': 4207, 'datou_carac_id': 3993, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'carton,background'}, 'jrm': {'mat': 'jrm', 'pht': 3726, 'datou_carac_id': 3459, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'papier,background'}, 'ela': {'mat': 'ela', 'pht': 4203, 'datou_carac_id': 3991, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'ela,background'}, 'film_pedb': {'mat': 'film_pedb', 'pht': 4461, 'datou_carac_id': 4322, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'film_plastique'}, 'pehd_pp': {'mat': 'pehd_pp', 'pht': 4211, 'datou_carac_id': 3995, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'pehd,background'}, 'flux_dev': {'mat': 'flux_dev', 'pht': 4200, 'datou_carac_id': 4153, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'pet_fonce,background'}, 'aluminium': {'mat': 'aluminium', 'pht': 4205, 'datou_carac_id': 3992, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'metal,background'}, 'refus': {'mat': 'refus', 'pht': 3594, 'datou_carac_id': 3318, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'refus,background'}, 'pet_clair': {'mat': 'pet_clair', 'pht': 3327, 'datou_carac_id': 3804, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'pet_clair,bouchon,etiquette,barquette_avec_film,background'}} SELECT h.hashtag as unwanted_material, substr(dr.hashtag,8) as main_material, ptp.type as pht_type, sum(pcr.value*dr.nombre_balle)/sum(dr.nombre_balle) as ratio, count(distinct mpp.mtr_photo_id) as nb_photo, group_concat(distinct ptp.mtr_portfolio_id_2) as list_port_cont, group_concat(distinct concat(cast(ptp.mtr_portfolio_id_1 as char), ":", cast(ptp.mtr_portfolio_id_2 as char))) as assoc_port, group_concat(distinct concat(cast(ptp.mtr_portfolio_id_1 as char), ":", h.hashtag, ":", cast(ptp.type as char), ":", cast(ptp.mtr_portfolio_id_2 as char))) as assoc_mat FROM MTRPhoto.dashboard_results dr, MTRPhoto.mtr_port_to_port_ids ptp, MTRUser.mtr_portfolio_photos mpp, MTRUser.portfolio_carac_ratio pcr, MTRBack.hashtags h WHERE dr.dashboard_run_id IN (2222111,2229859,2237201,2243305,2250473,2253889,2254811,2262759,2290409,2290393,2290359,2290057,2293273,2293827,2301509,2309953,2317741,2337385,2337333,2337277,2336795,2343741,2351563,2369011,2368547,2368131,2368081) AND dr.mtr_portfolio_id=ptp.mtr_portfolio_id_1 AND dr.qualite >= 0 AND mpp.mtr_portfolio_id=ptp.mtr_portfolio_id_2 AND pcr.portfolio_id=ptp.mtr_portfolio_id_1 AND h.hashtag_id = pcr.hashtag_id AND ptp.type = pcr.hashtag_type AND mpp.hide_status = 0 AND ptp.hashtag_id=h.hashtag_id AND ptp.type IN (4209,4207,3726,4203,4461,4211,4200,4205,3594,3327) group by h.hashtag, dr.hashtag, ptp.type; VR TODO TO BETTER PARSE ! ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.005303332961418707, 'nb_photo': 912, 'list_port_cont': '26388184,26390529,26392688,26395766,26396270,26399217,26402384,26402493,26428769,26428810,26433932,26433987,26435261,26438971,26440067,26443462,26445508,26449526,26449597,26453248,26477043,26480493,26483269,26486878,26488498,26492047,26492671,26492739,26497609,26500769,26502637,26511984,26513170,26514123,26530808,26531802,26532554,26537082,26537193,26540238,26540795,26542416,26544387,26545966,26546175,26553067,26564261,26566925,26568205,26571393,26574442,26577651,26580374,26583066,26587250,26591163,26593205,26594273,26599270,26629063,26631647,26632850,26635588,26639853,26645071,26646516,26648959,26649862,26652006,26710023,26712761,26713591,26718229,26718821,26719829,26724276,26724354,26725047,26727810,26729266,26729362,26729398,26749136,26751578,26752162,26752714,26752924,26753113,26753222,26756075,26758145,26760031,26760436,26768212,26784723,26786084,26788612,26788747,26788809,26791093,26791490,26791622,26793680,26803720,26803833,26804941,26809820,26809998,26824885,26824978,26825098,26825408,26825464,2684131', 'assoc_port': '26386678:26388184,26390033:26390529,26391741:26392688,26395136:26395766,26395917:26396270,26397224:26399217,26401482:26402493,26401484:26402384,26427959:26428769,26427996:26428810,26432930:26433987,26432933:26433932,26434419:26435261,26438740:26438971,26439253:26440067,26442778:26443462,26444769:26445508,26448717:26449597,26448724:26449526,26452487:26453248,26475475:26477043,26479243:26480493,26482166:26483269,26486545:26486878,26487570:26488498,26491438:26492047,26492257:26492671,26492281:26492739,26492283:26502637,26497179:26497609,26499945:26500769,26499948:26513170,26504437:26511984,26513810:26514123,26530463:26530808,26531444:26531802,26531938:26532554,26536223:26537193,26536230:26537082,26536236:26544387,26539057:26540795,26539077:26540238,26541448:26542416,26545112:26546175,26545123:26545966,26552422:26553067,26563470:26564261,26566011:26566925,26567374:26568205,26570441:26571393,26573998:26574442,26577263:26577651,26579613:26580374,26582089:26583066,26586352:26587250,26590417:26591163,26592512:2659320', 'assoc_mat': '26386678:autre:3327:26388184,26390033:autre:3327:26390529,26391741:autre:3327:26392688,26395136:autre:3327:26395766,26395917:autre:3327:26396270,26397224:autre:3327:26399217,26401482:autre:3327:26402493,26401484:autre:3327:26402384,26427959:autre:3327:26428769,26427996:autre:3327:26428810,26432930:autre:3327:26433987,26432933:autre:3327:26433932,26434419:autre:3327:26435261,26438740:autre:3327:26438971,26439253:autre:3327:26440067,26442778:autre:3327:26443462,26444769:autre:3327:26445508,26448717:autre:3327:26449597,26448724:autre:3327:26449526,26452487:autre:3327:26453248,26475475:autre:3327:26477043,26479243:autre:3327:26480493,26482166:autre:3327:26483269,26486545:autre:3327:26486878,26487570:autre:3327:26488498,26491438:autre:3327:26492047,26492257:autre:3327:26492671,26492281:autre:3327:26492739,26492283:autre:3327:26502637,26497179:autre:3327:26497609,26499945:autre:3327:26500769,26499948:autre:3327:26513170,26504437:autre:3327:26511984,26513810:autre:3327:26514123,26530463:autre:3327:26530808,26531444:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0012175818417834178, 'nb_photo': 194, 'list_port_cont': '26447442,26455549,26456045,26487978,26489728,26492539,26492573,26495808,26498033,26504735,26528373,26540053,26542470,26545784,26580567,26581016,26582606,26583028,26586881,26587318,26641105,26645274,26724085,26728612,26752149,26752510,26752700,26758578,26761912,26766743,26796521,26801730,26824450,26856107,26861208,26861489,26886443,26891489,26906395,26910669,26911882,26939961,26962516,26963067,26967213,26975045,27056830,27057706,27059145,27061430,27071708,27072075,27072438,27072636,27072654,27072813,27082967,27087404,27094735,27104590,27108437,27133040,27172124', 'assoc_port': '26445880:26447442,26453698:26455549,26453700:26456045,26487565:26487978,26489096:26489728,26492268:26492539,26492294:26492573,26495364:26495808,26497815:26498033,26504438:26504735,26524842:26528373,26539059:26542470,26539074:26540053,26545107:26545784,26579611:26581016,26579614:26580567,26579639:26583028,26582094:26582606,26586364:26587318,26586391:26586881,26640591:26641105,26644250:26645274,26713693:26724085,26716479:26728612,26751187:26752700,26751197:26752510,26751207:26752149,26758237:26758578,26761746:26761912,26766059:26766743,26790345:26796521,26801185:26801730,26824390:26824450,26852316:26856107,26860462:26861489,26860464:26861208,26885907:26886443,26890986:26891489,26905388:26906395,26909866:26910669,26911018:26911882,26939189:26939961,26955630:26963067,26960161:26962516,26966174:26967213,26974034:26975045,27052783:27056830,27057432:27057706,27058827:27059145,27060966:27061430,27071596:27072636,27071598:27072654,27071602:27072813,27071608:27072438,27071618:27072075,27071629:27071708,27082751:2708296', 'assoc_mat': '26445880:autre:3594:26447442,26453698:autre:3594:26455549,26453700:autre:3594:26456045,26487565:autre:3594:26487978,26489096:autre:3594:26489728,26492268:autre:3594:26492539,26492294:autre:3594:26492573,26495364:autre:3594:26495808,26497815:autre:3594:26498033,26504438:autre:3594:26504735,26524842:autre:3594:26528373,26539059:autre:3594:26542470,26539074:autre:3594:26540053,26545107:autre:3594:26545784,26579611:autre:3594:26581016,26579614:autre:3594:26580567,26579639:autre:3594:26583028,26582094:autre:3594:26582606,26586364:autre:3594:26587318,26586391:autre:3594:26586881,26640591:autre:3594:26641105,26644250:autre:3594:26645274,26713693:autre:3594:26724085,26716479:autre:3594:26728612,26751187:autre:3594:26752700,26751197:autre:3594:26752510,26751207:autre:3594:26752149,26758237:autre:3594:26758578,26761746:autre:3594:26761912,26766059:autre:3594:26766743,26790345:autre:3594:26796521,26801185:autre:3594:26801730,26824390:autre:3594:26824450,26852316:autre:3594:26856107,26860462:autre:3594:26861489,26860464:'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.008170868516210315, 'nb_photo': 377, 'list_port_cont': '26390174,26400367,26425900,26430759,26434460,26436298,26446149,26452648,26452728,26474905,26479538,26482372,26482682,26489265,26495464,26502103,26524187,26524868,26530210,26532321,26532370,26540705,26541385,26549709,26554557,26567652,26569743,26574121,26579866,26583376,26590487,26598636,26598691,26631200,26638735,26639655,26649435,26659634,26704202,26709580,26713328,26713758,26714370,26714483,26717004,26719577,26721498,26723948,26724598,26727317,26728937,26730521,26735048,26736807,26747419,26751413,26751640,26752883,26759765,26787830,26788366,26788685,26790463,26791166,26791422,26793102,26801358,26804253,26806551,26824600,26825002,26826153,26853695,26863822,26870551,26877036,26884746,26889808,26889955,26895195,26902593,26911086,26927684,26930312,26939168,26943362,26957323,26974177,26978418,27016292,27045480,27049185,27053122,27057482,27067038,27067174,27067754,27071719,27071892,27072193,27082950,27083177,27083444,27089633,27089755,27103227,27118940,27136236,27143900,27168320,27169959,27173975,27180036,2718292', 'assoc_port': '26390032:26390174,26400187:26400367,26425488:26425900,26430556:26430759,26430558:26434460,26436213:26436298,26445882:26446149,26452500:26452728,26452501:26452648,26474311:26474905,26479246:26479538,26482157:26482682,26482163:26482372,26489121:26489265,26491437:26502103,26495360:26495464,26523735:26524868,26523739:26524187,26529997:26530210,26531940:26532370,26531945:26532321,26536217:26541385,26536219:26540705,26545130:26549709,26554522:26554557,26567363:26567652,26569619:26569743,26574000:26574121,26579608:26579866,26579609:26583376,26590423:26590487,26598497:26598691,26598498:26598636,26631031:26631200,26638672:26638735,26639553:26639655,26649399:26649435,26655464:26659634,26704153:26704202,26709301:26709580,26713231:26713328,26713696:26713758,26714279:26714483,26714280:26714370,26716907:26717004,26719534:26719577,26721331:26721498,26723905:26723948,26724514:26724598,26727127:26727317,26728824:26728937,26730497:26730521,26734855:26735048,26736694:26736807,26747097:26747419,26751113:26752883,26751163:2675141', 'assoc_mat': '26390032:autre_refus:3726:26390174,26400187:autre_refus:3726:26400367,26425488:autre_refus:3726:26425900,26430556:autre_refus:3726:26430759,26430558:autre_refus:3726:26434460,26436213:autre_refus:3726:26436298,26445882:autre_refus:3726:26446149,26452500:autre_refus:3726:26452728,26452501:autre_refus:3726:26452648,26474311:autre_refus:3726:26474905,26479246:autre_refus:3726:26479538,26482157:autre_refus:3726:26482682,26482163:autre_refus:3726:26482372,26489121:autre_refus:3726:26489265,26491437:autre_refus:3726:26502103,26495360:autre_refus:3726:26495464,26523735:autre_refus:3726:26524868,26523739:autre_refus:3726:26524187,26529997:autre_refus:3726:26530210,26531940:autre_refus:3726:26532370,26531945:autre_refus:3726:26532321,26536217:autre_refus:3726:26541385,26536219:autre_refus:3726:26540705,26545130:autre_refus:3726:26549709,26554522:autre_refus:3726:26554557,26567363:autre_refus:3726:26567652,26569619:autre_refus:3726:26569743,26574000:autre_refus:3726:26574121,26579608:autre_refus:3726:26579866,26579609:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002804719082147301, 'nb_photo': 7, 'list_port_cont': '26583059,26639849,26752965,26914270,26956570,27188923,27223868', 'assoc_port': '26582089:26583059,26639558:26639849,26751183:26752965,26907134:26914270,26955632:26956570,27188045:27188923,27223295:27223868', 'assoc_mat': '26582089:barquette_avec_film:3327:26583059,26639558:barquette_avec_film:3327:26639849,26751183:barquette_avec_film:3327:26752965,26907134:barquette_avec_film:3327:26914270,26955632:barquette_avec_film:3327:26956570,27188045:barquette_avec_film:3327:27188923,27223295:barquette_avec_film:3327:27223868'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.000618735443703762, 'nb_photo': 6, 'list_port_cont': '26631747,26803601,26814715,26860739,27225920,27315371', 'assoc_port': '26631030:26631747,26792966:26803601,26807483:26814715,26857652:26860739,27225865:27225920,27315318:27315371', 'assoc_mat': '26631030:barquette_opaque:4205:26631747,26792966:barquette_opaque:4205:26803601,26807483:barquette_opaque:4205:26814715,26857652:barquette_opaque:4205:26860739,27225865:barquette_opaque:4205:27225920,27315318:barquette_opaque:4205:27315371'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0014732308379829594, 'nb_photo': 238, 'list_port_cont': '26401207,26428250,26466905,26482238,26499481,26514103,26531676,26554797,26573829,26594034,26594261,26639890,26649787,26712931,26716786,26720352,26727755,26753035,26762004,26790928,26803245,26809750,26830005,26843104,26861876,26884564,26892043,26941183,26997041,27021322,27057238,27060833,27072370,27072629,27085870,27085932,27097980,27110326,27121813,27148937,27152247,27175119,27321174,27321709,27321793,27321812,27322632,27323251,27324036', 'assoc_port': '26391739:26401207,26425490:26428250,26464089:26466905,26478053:26482238,26492286:26499481,26513793:26514103,26531456:26531676,26554503:26554797,26570438:26573829,26582091:26594261,26593673:26594034,26639552:26639890,26649367:26649787,26712856:26712931,26716458:26716786,26719969:26720352,26727128:26727755,26751193:26762004,26752200:26753035,26790304:26803245,26790329:26790928,26803083:26809750,26824358:26830005,26842682:26843104,26857659:26861876,26879651:26884564,26891694:26892043,26934346:26941183,26960163:26997041,27019455:27021322,27055905:27057238,27058829:27060833,27071586:27072629,27071621:27072370,27082807:27085932,27082821:27085870,27089619:27110326,27097607:27097980,27117389:27121813,27143712:27152247,27143717:27148937,27169466:27175119,27237161:27324036,27268285:27322632,27279595:27321793,27279604:27321812,27285604:27321709,27307131:27323251,27313960:27321174', 'assoc_mat': '26391739:barquette_opaque:4203:26401207,26425490:barquette_opaque:4203:26428250,26464089:barquette_opaque:4203:26466905,26478053:barquette_opaque:4203:26482238,26492286:barquette_opaque:4203:26499481,26513793:barquette_opaque:4203:26514103,26531456:barquette_opaque:4203:26531676,26554503:barquette_opaque:4203:26554797,26570438:barquette_opaque:4203:26573829,26582091:barquette_opaque:4203:26594261,26593673:barquette_opaque:4203:26594034,26639552:barquette_opaque:4203:26639890,26649367:barquette_opaque:4203:26649787,26712856:barquette_opaque:4203:26712931,26716458:barquette_opaque:4203:26716786,26719969:barquette_opaque:4203:26720352,26727128:barquette_opaque:4203:26727755,26751193:barquette_opaque:4203:26762004,26752200:barquette_opaque:4203:26753035,26790304:barquette_opaque:4203:26803245,26790329:barquette_opaque:4203:26790928,26803083:barquette_opaque:4203:26809750,26824358:barquette_opaque:4203:26830005,26842682:barquette_opaque:4203:26843104,26857659:barquette_opaque:4203:26861876,26879651:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007581351035731513, 'nb_photo': 59, 'list_port_cont': '26392723,26402572,26442489,26481196,26512211,26513274,26530228,26573885,26593827,26594343,26594786,26629433,26659132,26714509,26723987,26754271,26754486,26755466,26761388,26790814,26861375,26885972,26888860,26891177,26902059,26920342,26934538,27017773,27047716,27056925,27067213,27072094,27072490,27082895,27084572,27100021,27103160,27107659,27117571,27120262,27142841,27148536,27200225,27235788,27280091,27307164,27312721,27321497,27322399,27322505,27323439,27324111,27324328,27324352,27324568', 'assoc_port': '26391740:26392723,26400217:26402572,26439255:26442489,26478050:26481196,26492284:26512211,26499949:26513274,26529999:26530228,26573163:26573885,26582093:26593827,26593668:26594786,26593671:26594343,26629310:26629433,26659111:26659132,26714282:26714509,26723907:26723987,26751140:26761388,26751195:26754486,26751227:26754271,26755359:26755466,26790313:26790814,26857669:26861375,26884491:26885972,26888729:26888860,26890984:26891177,26901825:26902059,26920157:26920342,26934348:26934538,27016184:27017773,27047561:27047716,27055903:27056925,27066982:27067213,27071594:27072490,27071614:27072094,27082748:27084572,27082793:27082895,27093790:27107659,27099905:27100021,27102188:27103160,27117431:27117571,27120098:27120262,27141178:27142841,27143732:27148536,27199569:27200225,27223292:27324568,27225867:27324352,27226341:27324328,27234786:27324111,27234794:27235788,27244956:27323439,27268283:27322505,27268286:27322399,27279608:27280091,27291715:27321497,27307132:27307164,27309322:27312721', 'assoc_mat': '26391740:barquette_opaque:4207:26392723,26400217:barquette_opaque:4207:26402572,26439255:barquette_opaque:4207:26442489,26478050:barquette_opaque:4207:26481196,26492284:barquette_opaque:4207:26512211,26499949:barquette_opaque:4207:26513274,26529999:barquette_opaque:4207:26530228,26573163:barquette_opaque:4207:26573885,26582093:barquette_opaque:4207:26593827,26593668:barquette_opaque:4207:26594786,26593671:barquette_opaque:4207:26594343,26629310:barquette_opaque:4207:26629433,26659111:barquette_opaque:4207:26659132,26714282:barquette_opaque:4207:26714509,26723907:barquette_opaque:4207:26723987,26751140:barquette_opaque:4207:26761388,26751195:barquette_opaque:4207:26754486,26751227:barquette_opaque:4207:26754271,26755359:barquette_opaque:4207:26755466,26790313:barquette_opaque:4207:26790814,26857669:barquette_opaque:4207:26861375,26884491:barquette_opaque:4207:26885972,26888729:barquette_opaque:4207:26888860,26890984:barquette_opaque:4207:26891177,26901825:barquette_opaque:4207:26902059,26920157:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.014605534239066091, 'nb_photo': 10, 'list_port_cont': '26479817,26712702,26824560,26850982,26927925,27073158,27083281,27304575', 'assoc_port': '26479280:26479817,26712595:26712702,26824363:26824560,26850783:26850982,26927382:26927925,27071626:27073158,27082792:27083281,27304154:27304575', 'assoc_mat': '26479280:barquette_opaque:4461:26479817,26712595:barquette_opaque:4461:26712702,26824363:barquette_opaque:4461:26824560,26850783:barquette_opaque:4461:26850982,26927382:barquette_opaque:4461:26927925,27071626:barquette_opaque:4461:27073158,27082792:barquette_opaque:4461:27083281,27304154:barquette_opaque:4461:27304575'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0051660157094952615, 'nb_photo': 48, 'list_port_cont': '26390805,26391934,26445021,26453950,26479892,26488052,26489596,26528044,26533729,26590828,26638924,26649500,26651538,26719601,26724847,26753060,26753295,26753532,26765692,26772349,26791477,26803317,26902870,26939755,26944820,26960600,26966614,27056338,27057633,27082145,27087498,27089861,27100731,27108283,27144401,27208920,27237388,27270714,27279834,27286749', 'assoc_port': '26390468:26390805,26391743:26391934,26444763:26445021,26453706:26453950,26479276:26479892,26487567:26488052,26489107:26489596,26527510:26528044,26533165:26533729,26590421:26590828,26638671:26638924,26649382:26649500,26651203:26651538,26719537:26719601,26724509:26724847,26751126:26753532,26751153:26753295,26751156:26753060,26758235:26765692,26766062:26772349,26791164:26791477,26803079:26803317,26902491:26902870,26939162:26939755,26944434:26944820,26960160:26960600,26966173:26966614,27055914:27056338,27057431:27057633,27081915:27082145,27086919:27087498,27089620:27089861,27100517:27100731,27108097:27108283,27143720:27144401,27208855:27208920,27237166:27237388,27270444:27270714,27279607:27279834,27286595:27286749', 'assoc_mat': '26390468:barquette_opaque:4200:26390805,26391743:barquette_opaque:4200:26391934,26444763:barquette_opaque:4200:26445021,26453706:barquette_opaque:4200:26453950,26479276:barquette_opaque:4200:26479892,26487567:barquette_opaque:4200:26488052,26489107:barquette_opaque:4200:26489596,26527510:barquette_opaque:4200:26528044,26533165:barquette_opaque:4200:26533729,26590421:barquette_opaque:4200:26590828,26638671:barquette_opaque:4200:26638924,26649382:barquette_opaque:4200:26649500,26651203:barquette_opaque:4200:26651538,26719537:barquette_opaque:4200:26719601,26724509:barquette_opaque:4200:26724847,26751126:barquette_opaque:4200:26753532,26751153:barquette_opaque:4200:26753295,26751156:barquette_opaque:4200:26753060,26758235:barquette_opaque:4200:26765692,26766062:barquette_opaque:4200:26772349,26791164:barquette_opaque:4200:26791477,26803079:barquette_opaque:4200:26803317,26902491:barquette_opaque:4200:26902870,26939162:barquette_opaque:4200:26939755,26944434:barquette_opaque:4200:26944820,26960160:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0024398645312617272, 'nb_photo': 10, 'list_port_cont': '26433287,26457692,26482835,26504827,26712561,26712734,26713946,27109103,27172468,27180375', 'assoc_port': '26432929:26433287,26457500:26457692,26482160:26482835,26504435:26504827,26712523:26712561,26712577:26712734,26713695:26713946,27102186:27109103,27172140:27172468,27179724:27180375', 'assoc_mat': '26432929:barquette_opaque:4209:26433287,26457500:barquette_opaque:4209:26457692,26482160:barquette_opaque:4209:26482835,26504435:barquette_opaque:4209:26504827,26712523:barquette_opaque:4209:26712561,26712577:barquette_opaque:4209:26712734,26713695:barquette_opaque:4209:26713946,27102186:barquette_opaque:4209:27109103,27172140:barquette_opaque:4209:27172468,27179724:barquette_opaque:4209:27180375'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.006566141658459502, 'nb_photo': 3465, 'list_port_cont': '26388169,26388950,26391051,26392356,26395468,26396193,26400923,26428416,26431036,26433464,26436513,26438929,26438984,26439995,26443390,26446807,26449499,26449777,26453061,26454579,26456887,26466444,26476744,26478958,26480394,26480837,26483074,26486779,26488223,26492585,26495949,26498080,26501737,26504863,26505754,26510191,26512352,26525367,26530321,26530769,26532348,26532484,26536830,26539874,26540874,26542233,26545612,26546593,26566096,26568082,26568545,26571363,26574382,26574425,26577536,26578817,26582710,26583980,26587146,26588008,26591062,26593130,26594144,26595336,26628893,26629805,26629908,26629983,26632797,26635181,26639807,26641281,26641584,26643251,26643487,26648912,26651699,26656181,26657277,26658052,26711480,26712215,26712372,26712747,26712963,26714088,26714542,26716730,26718216,26718755,26720305,26721968,26724250,26724994,26726598,26726709,26726859,26729179,26729302,26730788,26747821,26748902,26748951,26751237,26751800,26752316,26752521,26752641,26753176,26753505,26753879,26754627,26754812,2675729', 'assoc_port': '26386677:26388169,26387927:26388950,26390466:26391051,26391738:26392356,26395135:26395468,26395919:26396193,26400216:26400923,26427977:26428416,26430555:26431036,26432931:26433464,26436193:26436513,26438736:26438984,26438738:26438929,26439265:26439995,26442792:26443390,26445908:26446807,26448719:26449777,26448722:26449499,26452472:26453061,26453702:26454579,26456347:26456887,26457498:26466444,26475512:26476744,26478052:26478958,26479251:26480837,26479259:26480394,26482170:26483074,26486544:26486779,26487572:26488223,26492290:26492585,26495362:26495949,26495368:26512352,26497817:26505754,26497820:26498080,26501108:26501737,26501112:26510191,26504436:26504863,26524843:26525367,26529998:26530321,26530465:26530769,26531949:26532484,26531952:26532348,26536212:26536830,26539070:26540874,26539081:26539874,26541434:26542233,26545117:26546593,26545125:26545612,26563481:26566096,26567360:26568545,26567361:26568082,26570440:26571363,26573995:26574425,26573997:26574382,26577265:26577536,26578357:26578817,26582092:2658271', 'assoc_mat': '26386677:barquette_opaque:4211:26388169,26387927:barquette_opaque:4211:26388950,26390466:barquette_opaque:4211:26391051,26391738:barquette_opaque:4211:26392356,26395135:barquette_opaque:4211:26395468,26395919:barquette_opaque:4211:26396193,26400216:barquette_opaque:4211:26400923,26427977:barquette_opaque:4211:26428416,26430555:barquette_opaque:4211:26431036,26432931:barquette_opaque:4211:26433464,26436193:barquette_opaque:4211:26436513,26438736:barquette_opaque:4211:26438984,26438738:barquette_opaque:4211:26438929,26439265:barquette_opaque:4211:26439995,26442792:barquette_opaque:4211:26443390,26445908:barquette_opaque:4211:26446807,26448719:barquette_opaque:4211:26449777,26448722:barquette_opaque:4211:26449499,26452472:barquette_opaque:4211:26453061,26453702:barquette_opaque:4211:26454579,26456347:barquette_opaque:4211:26456887,26457498:barquette_opaque:4211:26466444,26475512:barquette_opaque:4211:26476744,26478052:barquette_opaque:4211:26478958,26479251:barquette_opaque:4211:26480837,26479259:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0003968164274173587, 'nb_photo': 53, 'list_port_cont': '26392687,26402385,26435256,26486884,26497605,26502635,26571395,26591166,26599263,26713594,26718233,26727821,26751568,26760439,26791095,26803823,26804949,26824884,26847466,26864492,26883208,26893088,26900063,26945100,26948803,26960968,26962268,27020328,27048525,27057714,27072486,27072603,27072838,27087854,27090033,27136818,27150233,27177218,27196272,27233130,27237919,27251496,27277503,27308176,27314280', 'assoc_port': '26391741:26392687,26401484:26402385,26434419:26435256,26486545:26486884,26492283:26502635,26497179:26497605,26570441:26571395,26590417:26591166,26599079:26599263,26713210:26713594,26717838:26718233,26727126:26727821,26750689:26751568,26759504:26760439,26790328:26791095,26797052:26893088,26803080:26803823,26804094:26804949,26824397:26824884,26846491:26847466,26863687:26864492,26882353:26883208,26899279:26900063,26944437:26945100,26947677:26948803,26960159:26960968,26961411:26962268,27019445:27020328,27047552:27048525,27057434:27057714,27071583:27072838,27071593:27072603,27071609:27072486,27086917:27087854,27089636:27090033,27131474:27136818,27149758:27150233,27169404:27177218,27195477:27196272,27226338:27233130,27237168:27237919,27244940:27251496,27275383:27277503,27307824:27308176,27313970:27314280', 'assoc_mat': '26391741:bouchon:3327:26392687,26401484:bouchon:3327:26402385,26434419:bouchon:3327:26435256,26486545:bouchon:3327:26486884,26492283:bouchon:3327:26502635,26497179:bouchon:3327:26497605,26570441:bouchon:3327:26571395,26590417:bouchon:3327:26591166,26599079:bouchon:3327:26599263,26713210:bouchon:3327:26713594,26717838:bouchon:3327:26718233,26727126:bouchon:3327:26727821,26750689:bouchon:3327:26751568,26759504:bouchon:3327:26760439,26790328:bouchon:3327:26791095,26797052:bouchon:3327:26893088,26803080:bouchon:3327:26803823,26804094:bouchon:3327:26804949,26824397:bouchon:3327:26824884,26846491:bouchon:3327:26847466,26863687:bouchon:3327:26864492,26882353:bouchon:3327:26883208,26899279:bouchon:3327:26900063,26944437:bouchon:3327:26945100,26947677:bouchon:3327:26948803,26960159:bouchon:3327:26960968,26961411:bouchon:3327:26962268,27019445:bouchon:3327:27020328,27047552:bouchon:3327:27048525,27057434:bouchon:3327:27057714,27071583:bouchon:3327:27072838,27071593:bouchon:3327:27072603,27071609:bouchon:3327:27072486,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01317325501781021, 'nb_photo': 217, 'list_port_cont': '26387579,26391112,26442019,26446249,26481328,26497552,26530573,26537129,26571950,26594392,26631746,26634295,26648883,26719642,26728985,26753079,26759676,26761322,26803611,26814712,26814904,26824511,26860728,26890087,26891106,26942073,27059939,27072558,27100813,27103288,27131720,27145531,27185455,27225925,27315365,27321653,27323920', 'assoc_port': '26386679:26387579,26390464:26391112,26439252:26442019,26445912:26446249,26478051:26481328,26497171:26497552,26530468:26530573,26536228:26537129,26569621:26571950,26586363:26594392,26631030:26631746,26631983:26634295,26648316:26648883,26719536:26719642,26728853:26728985,26751099:26761322,26751279:26753079,26759529:26759676,26792966:26803611,26807483:26814712,26807485:26814904,26824394:26824511,26857652:26860728,26889624:26890087,26890987:26891106,26939177:26942073,27058817:27059939,27071587:27072558,27097601:27100813,27103125:27103288,27131472:27131720,27143738:27145531,27185120:27185455,27225865:27225925,27237164:27323920,27285547:27321653,27315318:27315365', 'assoc_mat': '26386679:carton:4205:26387579,26390464:carton:4205:26391112,26439252:carton:4205:26442019,26445912:carton:4205:26446249,26478051:carton:4205:26481328,26497171:carton:4205:26497552,26530468:carton:4205:26530573,26536228:carton:4205:26537129,26569621:carton:4205:26571950,26586363:carton:4205:26594392,26631030:carton:4205:26631746,26631983:carton:4205:26634295,26648316:carton:4205:26648883,26719536:carton:4205:26719642,26728853:carton:4205:26728985,26751099:carton:4205:26761322,26751279:carton:4205:26753079,26759529:carton:4205:26759676,26792966:carton:4205:26803611,26807483:carton:4205:26814712,26807485:carton:4205:26814904,26824394:carton:4205:26824511,26857652:carton:4205:26860728,26889624:carton:4205:26890087,26890987:carton:4205:26891106,26939177:carton:4205:26942073,27058817:carton:4205:27059939,27071587:carton:4205:27072558,27097601:carton:4205:27100813,27103125:carton:4205:27103288,27131472:carton:4205:27131720,27143738:carton:4205:27145531,27185120:carton:4205:27185455,27225865:carton:4205:27225925,2723'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.012121187849578855, 'nb_photo': 811, 'list_port_cont': '26401214,26428260,26442673,26466901,26482232,26499482,26514093,26531667,26554800,26573842,26594032,26594263,26639893,26649798,26712939,26716783,26720354,26727761,26753027,26762006,26790937,26803247,26809752,26830019,26843099,26861881,26884565,26892050,26913451,26941178,26997053,27021323,27057240,27060837,27072375,27072622,27085866,27085939,27097988,27110331,27121806,27148940,27152261,27175121,27321180,27321712,27321797,27321804,27322642,27323253,27324047,27324426', 'assoc_port': '26391739:26401214,26425490:26428260,26439254:26442673,26464089:26466901,26478053:26482232,26492286:26499482,26513793:26514093,26531456:26531667,26554503:26554800,26570438:26573842,26582091:26594263,26593673:26594032,26639552:26639893,26649367:26649798,26712856:26712939,26716458:26716783,26719969:26720354,26727128:26727761,26751193:26762006,26752200:26753027,26790304:26803247,26790329:26790937,26803083:26809752,26824358:26830019,26842682:26843099,26857659:26861881,26879651:26884565,26891694:26892050,26907141:26913451,26934346:26941178,26960163:26997053,27019455:27021323,27055905:27057240,27058829:27060837,27071586:27072622,27071621:27072375,27082807:27085939,27082821:27085866,27089619:27110331,27097607:27097988,27117389:27121806,27143712:27152261,27143717:27148940,27169466:27175121,27225874:27324426,27237161:27324047,27268285:27322642,27279595:27321797,27279604:27321804,27285604:27321712,27307131:27323253,27313960:27321180', 'assoc_mat': '26391739:carton:4203:26401214,26425490:carton:4203:26428260,26439254:carton:4203:26442673,26464089:carton:4203:26466901,26478053:carton:4203:26482232,26492286:carton:4203:26499482,26513793:carton:4203:26514093,26531456:carton:4203:26531667,26554503:carton:4203:26554800,26570438:carton:4203:26573842,26582091:carton:4203:26594263,26593673:carton:4203:26594032,26639552:carton:4203:26639893,26649367:carton:4203:26649798,26712856:carton:4203:26712939,26716458:carton:4203:26716783,26719969:carton:4203:26720354,26727128:carton:4203:26727761,26751193:carton:4203:26762006,26752200:carton:4203:26753027,26790304:carton:4203:26803247,26790329:carton:4203:26790937,26803083:carton:4203:26809752,26824358:carton:4203:26830019,26842682:carton:4203:26843099,26857659:carton:4203:26861881,26879651:carton:4203:26884565,26891694:carton:4203:26892050,26907141:carton:4203:26913451,26934346:carton:4203:26941178,26960163:carton:4203:26997053,27019455:carton:4203:27021323,27055905:carton:4203:27057240,27058829:carton:4203:27060837,2707'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9612921330022174, 'nb_photo': 6421, 'list_port_cont': '26387959,26389582,26390206,26390244,26390769,26392726,26392817,26396112,26399068,26402561,26404489,26404689,26428232,26430699,26435620,26437746,26438841,26441738,26442496,26444823,26444992,26445010,26445210,26449582,26453579,26456339,26457302,26460072,26460294,26466768,26481210,26482866,26482996,26483212,26486386,26486551,26486814,26490156,26496981,26500168,26512210,26513269,26513620,26513797,26515486,26516686,26516936,26517085,26529260,26530229,26530629,26530705,26531566,26532234,26536304,26543363,26546298,26547182,26549387,26549615,26553298,26553424,26553577,26556883,26570555,26571382,26571634,26573633,26573875,26574271,26577475,26583727,26590296,26590943,26593830,26594337,26594514,26594774,26595311,26596406,26599193,26628961,26629431,26629872,26634309,26634775,26638687,26639624,26640161,26641960,26644312,26648904,26649429,26649635,26658791,26659139,26668184,26711869,26712383,26712655,26713343,26714046,26714508,26715959,26716659,26716698,26716996,26718537,26719736,26721649,26723999,26724712,26726646,2672679', 'assoc_port': '26386707:26387959,26387952:26389582,26390029:26390244,26390034:26390206,26390467:26390769,26391740:26392726,26391742:26392817,26395918:26396112,26397261:26399068,26400217:26402561,26401457:26404489,26401486:26404689,26427995:26428232,26430559:26430699,26434416:26435620,26437046:26437746,26438741:26438841,26439251:26441738,26439255:26442496,26442776:26444823,26442788:26445010,26442817:26445210,26444767:26444992,26445905:26449582,26448721:26453579,26452473:26456339,26453704:26457302,26456343:26460072,26456352:26460294,26464088:26466768,26475514:26486814,26478050:26481210,26479241:26482866,26479253:26482996,26479256:26483212,26482169:26486386,26482173:26486551,26487562:26490156,26489092:26496981,26492284:26512210,26497173:26516686,26497175:26516936,26497181:26517085,26499949:26513269,26499965:26500168,26501106:26513620,26501113:26513797,26511275:26515486,26523740:26529260,26524840:26530705,26529999:26530229,26530464:26530629,26531442:26531566,26531950:26532234,26533163:26547182,26533166:26546298,26536214:2655329', 'assoc_mat': '26386707:carton:4207:26387959,26387952:carton:4207:26389582,26390029:carton:4207:26390244,26390034:carton:4207:26390206,26390467:carton:4207:26390769,26391740:carton:4207:26392726,26391742:carton:4207:26392817,26395918:carton:4207:26396112,26397261:carton:4207:26399068,26400217:carton:4207:26402561,26401457:carton:4207:26404489,26401486:carton:4207:26404689,26427995:carton:4207:26428232,26430559:carton:4207:26430699,26434416:carton:4207:26435620,26437046:carton:4207:26437746,26438741:carton:4207:26438841,26439251:carton:4207:26441738,26439255:carton:4207:26442496,26442776:carton:4207:26444823,26442788:carton:4207:26445010,26442817:carton:4207:26445210,26444767:carton:4207:26444992,26445905:carton:4207:26449582,26448721:carton:4207:26453579,26452473:carton:4207:26456339,26453704:carton:4207:26457302,26456343:carton:4207:26460072,26456352:carton:4207:26460294,26464088:carton:4207:26466768,26475514:carton:4207:26486814,26478050:carton:4207:26481210,26479241:carton:4207:26482866,26479253:carton:4207:26482996,2647'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.012430044140351608, 'nb_photo': 2668, 'list_port_cont': '26388592,26395382,26400644,26401896,26428476,26430868,26436384,26439686,26445258,26446527,26456732,26457821,26476246,26479825,26480072,26488390,26491703,26495775,26497998,26501480,26531678,26531731,26533822,26536664,26540278,26540455,26545676,26567755,26573442,26573460,26578773,26584052,26588048,26595353,26595395,26628820,26631336,26638857,26640992,26649518,26651294,26651880,26655917,26712414,26712694,26714502,26716671,26718716,26720096,26721755,26724910,26726818,26727367,26747636,26750747,26751735,26751826,26752013,26752404,26755769,26758688,26760456,26772374,26785781,26788104,26788582,26790703,26794721,26803437,26806758,26824554,26824771,26824855,26841945,26846956,26848273,26850994,26865261,26865483,26870685,26870737,26882798,26886412,26889983,26894123,26895246,26903021,26907608,26908783,26927920,26933755,26943656,26944859,26952891,26961912,26966943,27016502,27049469,27053321,27056253,27059190,27059381,27067146,27067227,27071766,27072033,27072119,27072190,27072235,27073156,27081212,27083288,27083503,2708736', 'assoc_port': '26387953:26388592,26395137:26395382,26400218:26400644,26401455:26401896,26427958:26428476,26430561:26430868,26436194:26436384,26439256:26439686,26444765:26445258,26445909:26446527,26456344:26456732,26457495:26457821,26475495:26476246,26479249:26480072,26479280:26479825,26487569:26488390,26491451:26491703,26495358:26495775,26497818:26497998,26501114:26501480,26531440:26531731,26531443:26531678,26533164:26533822,26536215:26536664,26539053:26540455,26539072:26540278,26545119:26545676,26567362:26567755,26573161:26573460,26573165:26573442,26578355:26578773,26583459:26584052,26587629:26588048,26595187:26595395,26595189:26595353,26628256:26628820,26631029:26631336,26638676:26638857,26640558:26640992,26649359:26649518,26651196:26651880,26651200:26651294,26655471:26655917,26712338:26712414,26712595:26712694,26714283:26714502,26716438:26716671,26718541:26718716,26719967:26720096,26721330:26721755,26724506:26724910,26726289:26726818,26727130:26727367,26747103:26747636,26750687:26750747,26751100:26751735,26751147:2675240', 'assoc_mat': '26387953:carton:4461:26388592,26395137:carton:4461:26395382,26400218:carton:4461:26400644,26401455:carton:4461:26401896,26427958:carton:4461:26428476,26430561:carton:4461:26430868,26436194:carton:4461:26436384,26439256:carton:4461:26439686,26444765:carton:4461:26445258,26445909:carton:4461:26446527,26456344:carton:4461:26456732,26457495:carton:4461:26457821,26475495:carton:4461:26476246,26479249:carton:4461:26480072,26479280:carton:4461:26479825,26487569:carton:4461:26488390,26491451:carton:4461:26491703,26495358:carton:4461:26495775,26497818:carton:4461:26497998,26501114:carton:4461:26501480,26531440:carton:4461:26531731,26531443:carton:4461:26531678,26533164:carton:4461:26533822,26536215:carton:4461:26536664,26539053:carton:4461:26540455,26539072:carton:4461:26540278,26545119:carton:4461:26545676,26567362:carton:4461:26567755,26573161:carton:4461:26573460,26573165:carton:4461:26573442,26578355:carton:4461:26578773,26583459:carton:4461:26584052,26587629:carton:4461:26588048,26595187:carton:4461:26595395,2659'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.022581416185280846, 'nb_photo': 1173, 'list_port_cont': '26387267,26387296,26390800,26390835,26390940,26391942,26392137,26397740,26434867,26435117,26437493,26437692,26438885,26443138,26445026,26446349,26449066,26453942,26454243,26455685,26456660,26478474,26478848,26479902,26488051,26488147,26489585,26492369,26497377,26500341,26502190,26507355,26509908,26527963,26530634,26533728,26536507,26539597,26545465,26545508,26546731,26552833,26566269,26573561,26577529,26579880,26583871,26587964,26590833,26593924,26595301,26599130,26629643,26635160,26638917,26641033,26646033,26649496,26651527,26712634,26716011,26716618,26717054,26718139,26719592,26721570,26724072,26724835,26726630,26729087,26748630,26752220,26752388,26752475,26752604,26752976,26753057,26753290,26753545,26753865,26760415,26765685,26767679,26772350,26791486,26794453,26795874,26801620,26803328,26804497,26804760,26809371,26815176,26824664,26824795,26824913,26825031,26825187,26842860,26846764,26854011,26865364,26865711,26877119,26884901,26885227,26889109,26891205,26891817,26891840,26902025,26902864,26909997,2691020', 'assoc_port': '26386718:26387296,26386744:26387267,26390463:26390940,26390465:26390835,26390468:26390800,26391743:26391942,26391744:26392137,26397265:26397740,26434412:26434867,26434414:26435117,26437044:26437692,26437051:26437493,26438743:26438885,26442818:26443138,26444763:26445026,26445884:26446349,26448726:26449066,26452474:26455685,26453706:26453942,26453708:26454243,26456350:26456660,26478047:26478848,26478049:26478474,26479276:26479902,26487564:26488147,26487567:26488051,26489107:26489585,26492292:26492369,26495367:26502190,26497183:26497377,26499951:26500341,26501110:26509908,26507069:26507355,26527509:26527963,26530467:26530634,26533165:26533728,26536221:26546731,26536226:26536507,26539062:26539597,26545110:26545508,26545122:26545465,26552443:26552833,26566015:26566269,26573162:26573561,26577262:26577529,26579612:26579880,26583473:26583871,26587642:26587964,26590421:26590833,26593672:26593924,26595190:26595301,26599081:26599130,26629305:26629643,26634579:26635160,26638671:26638917,26640649:26641033,26645501:2664603', 'assoc_mat': '26386718:carton:4200:26387296,26386744:carton:4200:26387267,26390463:carton:4200:26390940,26390465:carton:4200:26390835,26390468:carton:4200:26390800,26391743:carton:4200:26391942,26391744:carton:4200:26392137,26397265:carton:4200:26397740,26434412:carton:4200:26434867,26434414:carton:4200:26435117,26437044:carton:4200:26437692,26437051:carton:4200:26437493,26438743:carton:4200:26438885,26442818:carton:4200:26443138,26444763:carton:4200:26445026,26445884:carton:4200:26446349,26448726:carton:4200:26449066,26452474:carton:4200:26455685,26453706:carton:4200:26453942,26453708:carton:4200:26454243,26456350:carton:4200:26456660,26478047:carton:4200:26478848,26478049:carton:4200:26478474,26479276:carton:4200:26479902,26487564:carton:4200:26488147,26487567:carton:4200:26488051,26489107:carton:4200:26489585,26492292:carton:4200:26492369,26495367:carton:4200:26502190,26497183:carton:4200:26497377,26499951:carton:4200:26500341,26501110:carton:4200:26509908,26507069:carton:4200:26507355,26527509:carton:4200:26527963,2653'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01866083247604378, 'nb_photo': 405, 'list_port_cont': '26390304,26398075,26430682,26433288,26445103,26456456,26457694,26476474,26482833,26504581,26504815,26532060,26545382,26552939,26563923,26578708,26586517,26592669,26626673,26629502,26632310,26639788,26660667,26668127,26712560,26712722,26712885,26713957,26716605,26718633,26721632,26724121,26728968,26747385,26747479,26751665,26751678,26755950,26783780,26790640,26793576,26809097,26809482,26824620,26844138,26852446,26860725,26863972,26879968,26886004,26886317,26905914,26930643,26939495,26939628,26956086,26966622,27019727,27019755,27047900,27071689,27071826,27083112,27083314,27089720,27092740,27100162,27102486,27109101,27117715,27126467,27140379,27144070,27147621,27151060,27172476,27180387,27188375,27195903,27223594,27225967,27245144,27245321,27251394,27268613,27268677,27277035,27281568,27286730,27310644', 'assoc_port': '26390031:26390304,26395921:26398075,26430557:26430682,26432929:26433288,26444773:26445103,26456353:26456456,26457500:26457694,26475493:26476474,26482160:26482833,26504435:26504815,26504439:26504581,26531944:26532060,26545129:26545382,26552442:26552939,26563464:26563923,26578354:26578708,26586392:26586517,26592510:26592669,26626409:26626673,26629300:26629502,26631986:26632310,26639554:26639788,26660297:26660667,26667792:26668127,26712523:26712560,26712577:26712722,26712853:26712885,26713695:26713957,26716480:26716605,26718542:26718633,26721332:26721632,26723903:26724121,26728850:26728968,26747084:26747385,26747101:26747479,26751145:26751678,26751277:26751665,26755358:26755950,26783338:26793576,26783343:26783780,26790305:26790640,26801184:26809097,26809213:26809482,26824347:26824620,26843742:26844138,26852313:26852446,26860461:26860725,26863697:26863972,26879650:26879968,26885905:26886317,26885909:26886004,26905390:26905914,26930240:26930643,26939179:26939628,26939194:26939495,26955634:26956086,26966197:2696662', 'assoc_mat': '26390031:carton:4209:26390304,26395921:carton:4209:26398075,26430557:carton:4209:26430682,26432929:carton:4209:26433288,26444773:carton:4209:26445103,26456353:carton:4209:26456456,26457500:carton:4209:26457694,26475493:carton:4209:26476474,26482160:carton:4209:26482833,26504435:carton:4209:26504815,26504439:carton:4209:26504581,26531944:carton:4209:26532060,26545129:carton:4209:26545382,26552442:carton:4209:26552939,26563464:carton:4209:26563923,26578354:carton:4209:26578708,26586392:carton:4209:26586517,26592510:carton:4209:26592669,26626409:carton:4209:26626673,26629300:carton:4209:26629502,26631986:carton:4209:26632310,26639554:carton:4209:26639788,26660297:carton:4209:26660667,26667792:carton:4209:26668127,26712523:carton:4209:26712560,26712577:carton:4209:26712722,26712853:carton:4209:26712885,26713695:carton:4209:26713957,26716480:carton:4209:26716605,26718542:carton:4209:26718633,26721332:carton:4209:26721632,26723903:carton:4209:26724121,26728850:carton:4209:26728968,26747084:carton:4209:26747385,2674'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.006616744352841941, 'nb_photo': 6895, 'list_port_cont': '26388171,26388935,26391060,26392360,26395452,26396187,26400917,26428415,26431034,26433484,26436506,26438943,26438986,26439987,26443392,26446818,26449495,26449782,26453067,26454586,26456890,26466443,26476758,26478945,26480404,26480854,26483065,26486793,26488222,26492586,26495952,26498084,26501724,26504869,26505759,26510196,26512358,26525366,26530323,26530774,26532347,26532493,26536844,26539859,26540861,26542228,26545611,26546583,26566093,26568081,26568555,26571364,26574385,26574428,26577537,26578812,26582704,26583969,26587140,26588007,26591064,26593124,26594147,26595331,26628888,26629794,26629903,26629988,26632799,26635194,26639813,26641289,26641580,26643245,26643486,26648925,26651693,26656186,26657261,26657421,26658060,26711494,26712228,26712359,26712376,26712746,26712970,26713395,26714104,26714422,26714556,26716716,26718213,26718742,26720302,26721955,26724259,26725006,26726612,26726714,26726857,26729181,26729310,26730783,26747828,26748897,26748939,26751248,26751799,26752329,26752525,26752647,26753169,2675350', 'assoc_port': '26386677:26388171,26387927:26388935,26390466:26391060,26391738:26392360,26395135:26395452,26395919:26396187,26400216:26400917,26427977:26428415,26430555:26431034,26432931:26433484,26436193:26436506,26438736:26438986,26438738:26438943,26439265:26439987,26442792:26443392,26445908:26446818,26448719:26449782,26448722:26449495,26452472:26453067,26453702:26454586,26456347:26456890,26457498:26466443,26475512:26476758,26478052:26478945,26479251:26480854,26479259:26480404,26482170:26483065,26486544:26486793,26487572:26488222,26492290:26492586,26495362:26495952,26495368:26512358,26497817:26505759,26497820:26498084,26501108:26501724,26501112:26510196,26504436:26504869,26524843:26525366,26529998:26530323,26530465:26530774,26531949:26532493,26531952:26532347,26536212:26536844,26539070:26540861,26539081:26539859,26541434:26542228,26545117:26546583,26545125:26545611,26563481:26566093,26567360:26568555,26567361:26568081,26570440:26571364,26573995:26574428,26573997:26574385,26577265:26577537,26578357:26578812,26582092:2658270', 'assoc_mat': '26386677:carton:4211:26388171,26387927:carton:4211:26388935,26390466:carton:4211:26391060,26391738:carton:4211:26392360,26395135:carton:4211:26395452,26395919:carton:4211:26396187,26400216:carton:4211:26400917,26427977:carton:4211:26428415,26430555:carton:4211:26431034,26432931:carton:4211:26433484,26436193:carton:4211:26436506,26438736:carton:4211:26438986,26438738:carton:4211:26438943,26439265:carton:4211:26439987,26442792:carton:4211:26443392,26445908:carton:4211:26446818,26448719:carton:4211:26449782,26448722:carton:4211:26449495,26452472:carton:4211:26453067,26453702:carton:4211:26454586,26456347:carton:4211:26456890,26457498:carton:4211:26466443,26475512:carton:4211:26476758,26478052:carton:4211:26478945,26479251:carton:4211:26480854,26479259:carton:4211:26480404,26482170:carton:4211:26483065,26486544:carton:4211:26486793,26487572:carton:4211:26488222,26492290:carton:4211:26492586,26495362:carton:4211:26495952,26495368:carton:4211:26512358,26497817:carton:4211:26505759,26497820:carton:4211:26498084,2650'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0019766269093892818, 'nb_photo': 167, 'list_port_cont': '26388192,26390526,26392683,26395775,26396267,26399219,26402387,26402484,26433991,26440066,26445505,26449517,26453259,26458200,26486876,26488495,26492666,26497608,26500774,26502636,26513176,26530816,26537080,26537196,26540233,26540791,26544390,26545962,26546169,26568202,26571401,26574444,26577655,26580376,26587258,26591167,26635593,26639844,26645064,26652004,26717111,26718224,26719830,26724360,26725053,26729366,26751570,26752161,26753112,26760440,26768205,26784721,26788617,26791097,26803829,26804950,26809993,26824878,26825099,26825139,26825418,26851139,26852998,26854331,26865771,26868346,26886838,26892091,26893096,26900058,26903284,26907931,26920473,26945089,26948812,26956575,26966701,27049654,27052409,27055700,27057713,27067296,27067398,27072593,27083791,27084027,27087866,27094882,27095203,27100342,27123923,27133129,27140936,27144701,27188931,27196268,27199119,27227921,27232232,27235548,27251506,27282062,27286357,27314284', 'assoc_port': '26386678:26388192,26390033:26390526,26391741:26392683,26395136:26395775,26395917:26396267,26397224:26399219,26401482:26402484,26401484:26402387,26432930:26433991,26439253:26440066,26444769:26445505,26448724:26449517,26452487:26453259,26457497:26458200,26486545:26486876,26487570:26488495,26492257:26492666,26492283:26502636,26497179:26497608,26499945:26500774,26499948:26513176,26530463:26530816,26536223:26537196,26536230:26537080,26536236:26544390,26539057:26540791,26539077:26540233,26545112:26546169,26545123:26545962,26567374:26568202,26570441:26571401,26573998:26574444,26577263:26577655,26579613:26580376,26586352:26587258,26590417:26591167,26634597:26635593,26639558:26639844,26644252:26645064,26651201:26652004,26716906:26717111,26717838:26718224,26719532:26719830,26723898:26724360,26724518:26725053,26728823:26729366,26750689:26751570,26751128:26752161,26751158:26753112,26759504:26760440,26761740:26768205,26783333:26784721,26787558:26788617,26790328:26791097,26797052:26893096,26803080:26803829,26804094:2680495', 'assoc_mat': '26386678:carton:3327:26388192,26390033:carton:3327:26390526,26391741:carton:3327:26392683,26395136:carton:3327:26395775,26395917:carton:3327:26396267,26397224:carton:3327:26399219,26401482:carton:3327:26402484,26401484:carton:3327:26402387,26432930:carton:3327:26433991,26439253:carton:3327:26440066,26444769:carton:3327:26445505,26448724:carton:3327:26449517,26452487:carton:3327:26453259,26457497:carton:3327:26458200,26486545:carton:3327:26486876,26487570:carton:3327:26488495,26492257:carton:3327:26492666,26492283:carton:3327:26502636,26497179:carton:3327:26497608,26499945:carton:3327:26500774,26499948:carton:3327:26513176,26530463:carton:3327:26530816,26536223:carton:3327:26537196,26536230:carton:3327:26537080,26536236:carton:3327:26544390,26539057:carton:3327:26540791,26539077:carton:3327:26540233,26545112:carton:3327:26546169,26545123:carton:3327:26545962,26567374:carton:3327:26568202,26570441:carton:3327:26571401,26573998:carton:3327:26574444,26577263:carton:3327:26577655,26579613:carton:3327:26580376,2658'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.00550477840591281, 'nb_photo': 1074, 'list_port_cont': '26447438,26449673,26455553,26456046,26487973,26489738,26492540,26492574,26495815,26498027,26504743,26528378,26540055,26540186,26542463,26545779,26573804,26580562,26581013,26582609,26583021,26586885,26587322,26641099,26645281,26648986,26724088,26728607,26752143,26752514,26752690,26753087,26758581,26761911,26766752,26784201,26796524,26801727,26812355,26824449,26851096,26856104,26858063,26858669,26861207,26861479,26886440,26891488,26906396,26910662,26911875,26939965,26957129,26962519,26963076,26967221,26975042,27056834,27057664,27057703,27059141,27059650,27061437,27071714,27072072,27072441,27072579,27072640,27072651,27072815,27082959,27087402,27094745,27098449,27102476,27104587,27108435,27133043,27172132', 'assoc_port': '26445880:26447438,26445902:26449673,26453698:26455553,26453700:26456046,26487565:26487973,26489096:26489738,26492268:26492540,26492294:26492574,26495364:26495815,26497815:26498027,26504438:26504743,26524842:26528378,26539059:26542463,26539064:26540186,26539074:26540055,26545107:26545779,26573164:26573804,26579611:26581013,26579614:26580562,26579639:26583021,26582094:26582609,26586364:26587322,26586391:26586885,26640591:26641099,26644250:26645281,26648299:26648986,26713693:26724088,26716479:26728607,26751144:26753087,26751187:26752690,26751197:26752514,26751207:26752143,26758237:26758581,26761746:26761911,26766059:26766752,26783341:26784201,26790345:26796524,26801185:26801727,26809208:26812355,26824390:26824449,26850785:26851096,26852316:26856104,26857655:26858669,26857683:26858063,26860462:26861479,26860464:26861207,26885907:26886440,26890986:26891488,26905388:26906396,26909866:26910662,26911018:26911875,26939189:26939965,26955630:26963076,26955635:26957129,26960161:26962519,26966174:26967221,26974034:2697504', 'assoc_mat': '26445880:carton:3594:26447438,26445902:carton:3594:26449673,26453698:carton:3594:26455553,26453700:carton:3594:26456046,26487565:carton:3594:26487973,26489096:carton:3594:26489738,26492268:carton:3594:26492540,26492294:carton:3594:26492574,26495364:carton:3594:26495815,26497815:carton:3594:26498027,26504438:carton:3594:26504743,26524842:carton:3594:26528378,26539059:carton:3594:26542463,26539064:carton:3594:26540186,26539074:carton:3594:26540055,26545107:carton:3594:26545779,26573164:carton:3594:26573804,26579611:carton:3594:26581013,26579614:carton:3594:26580562,26579639:carton:3594:26583021,26582094:carton:3594:26582609,26586364:carton:3594:26587322,26586391:carton:3594:26586885,26640591:carton:3594:26641099,26644250:carton:3594:26645281,26648299:carton:3594:26648986,26713693:carton:3594:26724088,26716479:carton:3594:26728607,26751144:carton:3594:26753087,26751187:carton:3594:26752690,26751197:carton:3594:26752514,26751207:carton:3594:26752143,26758237:carton:3594:26758581,26761746:carton:3594:26761911,2676'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0015752524474295043, 'nb_photo': 51, 'list_port_cont': '26436290,26482679,26495457,26524866,26574127,26579868,26590492,26631197,26638733,26639664,26659632,26706384,26709582,26717006,26721494,26726490,26747425,26752879,26788692,26793101,26824605,26826158,26853692,26870562,26927682,27016282,27045478,27067168,27071893,27089632,27093990,27100495,27131627,27182913,27225943,27228981,27271099,27275490,27314045', 'assoc_port': '26436213:26436290,26482157:26482679,26495360:26495457,26523735:26524866,26574000:26574127,26579608:26579868,26590423:26590492,26631031:26631197,26638672:26638733,26639553:26639664,26655464:26659632,26706184:26706384,26709301:26709582,26716907:26717006,26721331:26721494,26726290:26726490,26747097:26747425,26751113:26752879,26787528:26788692,26792965:26793101,26824368:26824605,26824393:26826158,26853530:26853692,26870397:26870562,26927347:26927682,27016170:27016282,27045239:27045478,27066975:27067168,27071604:27071893,27086905:27089632,27093816:27093990,27097587:27100495,27131470:27131627,27182701:27182913,27225869:27225943,27228383:27228981,27270434:27271099,27275379:27275490,27313953:27314045', 'assoc_mat': '26436213:cartonnette:3726:26436290,26482157:cartonnette:3726:26482679,26495360:cartonnette:3726:26495457,26523735:cartonnette:3726:26524866,26574000:cartonnette:3726:26574127,26579608:cartonnette:3726:26579868,26590423:cartonnette:3726:26590492,26631031:cartonnette:3726:26631197,26638672:cartonnette:3726:26638733,26639553:cartonnette:3726:26639664,26655464:cartonnette:3726:26659632,26706184:cartonnette:3726:26706384,26709301:cartonnette:3726:26709582,26716907:cartonnette:3726:26717006,26721331:cartonnette:3726:26721494,26726290:cartonnette:3726:26726490,26747097:cartonnette:3726:26747425,26751113:cartonnette:3726:26752879,26787528:cartonnette:3726:26788692,26792965:cartonnette:3726:26793101,26824368:cartonnette:3726:26824605,26824393:cartonnette:3726:26826158,26853530:cartonnette:3726:26853692,26870397:cartonnette:3726:26870562,26927347:cartonnette:3726:26927682,27016170:cartonnette:3726:27016282,27045239:cartonnette:3726:27045478,27066975:cartonnette:3726:27067168,27071604:cartonnette:3726:27071893,27086905:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00909385793520848, 'nb_photo': 281, 'list_port_cont': '26390171,26434468,26436296,26474902,26479543,26482371,26489264,26502108,26524190,26524865,26530219,26532323,26532376,26540698,26541377,26554548,26560188,26567660,26569746,26574120,26574194,26579864,26582225,26590495,26598635,26598685,26631207,26639660,26649436,26704197,26706381,26706557,26707587,26709581,26712642,26713768,26714371,26714484,26717005,26719579,26721497,26723952,26724601,26727319,26728928,26730516,26747420,26751639,26752885,26759767,26787829,26788683,26788938,26790468,26791165,26791426,26793110,26797907,26804248,26806559,26824599,26825000,26826149,26842810,26853689,26863820,26870524,26870561,26872217,26877029,26885042,26889803,26889956,26895191,26902584,26911084,26927691,26930325,26939158,26943365,26974171,26978332,26978422,26980792,27016290,27067171,27067760,27071727,27083440,27089623,27089752,27093986,27103220,27118946,27123436,27131629,27136227,27143901,27168327,27169956,27173978,27185279,27195770,27198700,27202234,27209102,27225951,27226155,27228992,27234957,27251308,27251555,27265254,2727548', 'assoc_port': '26390032:26390171,26430558:26434468,26436213:26436296,26474311:26474902,26479246:26479543,26482163:26482371,26489121:26489264,26491437:26502108,26523735:26524865,26523739:26524190,26529997:26530219,26531940:26532376,26531945:26532323,26536217:26541377,26536219:26540698,26554522:26554548,26560132:26560188,26567363:26567660,26569619:26569746,26573999:26574194,26574000:26574120,26579608:26579864,26582090:26582225,26590423:26590495,26598497:26598685,26598498:26598635,26631031:26631207,26639553:26639660,26649399:26649436,26704153:26704197,26706182:26706557,26706184:26706381,26707411:26707587,26709301:26709581,26712592:26712642,26713696:26713768,26714279:26714484,26714280:26714371,26716907:26717005,26719534:26719579,26721331:26721497,26723905:26723952,26724514:26724601,26727127:26727319,26728824:26728928,26730497:26730516,26747097:26747420,26751113:26752885,26751284:26751639,26759506:26759767,26787528:26788683,26787541:26788938,26787563:26787829,26790282:26791165,26790301:26791426,26790302:26790468,26792965:2679311', 'assoc_mat': '26390032:Carton_brun:3726:26390171,26430558:Carton_brun:3726:26434468,26436213:Carton_brun:3726:26436296,26474311:Carton_brun:3726:26474902,26479246:Carton_brun:3726:26479543,26482163:Carton_brun:3726:26482371,26489121:Carton_brun:3726:26489264,26491437:Carton_brun:3726:26502108,26523735:Carton_brun:3726:26524865,26523739:Carton_brun:3726:26524190,26529997:Carton_brun:3726:26530219,26531940:Carton_brun:3726:26532376,26531945:Carton_brun:3726:26532323,26536217:Carton_brun:3726:26541377,26536219:Carton_brun:3726:26540698,26554522:Carton_brun:3726:26554548,26560132:Carton_brun:3726:26560188,26567363:Carton_brun:3726:26567660,26569619:Carton_brun:3726:26569746,26573999:Carton_brun:3726:26574194,26574000:Carton_brun:3726:26574120,26579608:Carton_brun:3726:26579864,26582090:Carton_brun:3726:26582225,26590423:Carton_brun:3726:26590495,26598497:Carton_brun:3726:26598685,26598498:Carton_brun:3726:26598635,26631031:Carton_brun:3726:26631207,26639553:Carton_brun:3726:26639660,26649399:Carton_brun:3726:26649436,26704153:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00643932719405857, 'nb_photo': 98, 'list_port_cont': '26390173,26396034,26400362,26495456,26502101,26524870,26530211,26540702,26549714,26569742,26579867,26598689,26638727,26649434,26713319,26728932,26752886,26759763,26787832,26788693,26804254,26824602,26826156,26842811,26853691,26870556,26877027,26884744,26885045,26889958,26895189,26927680,26930317,26939161,26943367,26978419,27016286,27053118,27057490,27071891,27072199,27089747,27093991,27100488,27118935,27136232,27143906,27168319,27169953,27173985,27225944,27228990,27251548,27279681,27279763,27298722,27307190', 'assoc_port': '26390032:26390173,26395916:26396034,26400187:26400362,26491437:26502101,26495360:26495456,26523735:26524870,26529997:26530211,26536219:26540702,26545130:26549714,26569619:26569742,26579608:26579867,26598497:26598689,26638672:26638727,26649399:26649434,26713231:26713319,26728824:26728932,26751113:26752886,26759506:26759763,26787528:26788693,26787563:26787832,26804092:26804254,26824368:26824602,26824393:26826156,26842680:26842811,26853530:26853691,26870397:26870556,26876770:26877027,26884485:26885045,26884487:26884744,26889598:26889958,26894919:26895189,26927347:26927680,26930238:26930317,26934345:26939161,26943053:26943367,26978257:26978419,27016170:27016286,27052787:27053118,27057437:27057490,27071589:27072199,27071604:27071891,27089621:27089747,27093816:27093991,27097587:27100488,27118653:27118935,27136042:27136232,27143736:27143906,27168011:27168319,27169442:27169953,27173731:27173985,27225869:27225944,27228383:27228990,27251110:27251548,27279552:27279681,27279612:27279763,27298624:27298722,27307127:2730719', 'assoc_mat': '26390032:Carton_gris:3726:26390173,26395916:Carton_gris:3726:26396034,26400187:Carton_gris:3726:26400362,26491437:Carton_gris:3726:26502101,26495360:Carton_gris:3726:26495456,26523735:Carton_gris:3726:26524870,26529997:Carton_gris:3726:26530211,26536219:Carton_gris:3726:26540702,26545130:Carton_gris:3726:26549714,26569619:Carton_gris:3726:26569742,26579608:Carton_gris:3726:26579867,26598497:Carton_gris:3726:26598689,26638672:Carton_gris:3726:26638727,26649399:Carton_gris:3726:26649434,26713231:Carton_gris:3726:26713319,26728824:Carton_gris:3726:26728932,26751113:Carton_gris:3726:26752886,26759506:Carton_gris:3726:26759763,26787528:Carton_gris:3726:26788693,26787563:Carton_gris:3726:26787832,26804092:Carton_gris:3726:26804254,26824368:Carton_gris:3726:26824602,26824393:Carton_gris:3726:26826156,26842680:Carton_gris:3726:26842811,26853530:Carton_gris:3726:26853691,26870397:Carton_gris:3726:26870556,26876770:Carton_gris:3726:26877027,26884485:Carton_gris:3726:26885045,26884487:Carton_gris:3726:26884744,26889598:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0015897275082992, 'nb_photo': 13, 'list_port_cont': '26442016,26537137,26571946,26594395,26631754,26634291,26648878,26803608,26890102,27059938,27072563,27103289,27315370', 'assoc_port': '26439252:26442016,26536228:26537137,26569621:26571946,26586363:26594395,26631030:26631754,26631983:26634291,26648316:26648878,26792966:26803608,26889624:26890102,27058817:27059938,27071587:27072563,27103125:27103289,27315318:27315370', 'assoc_mat': '26439252:ela:4205:26442016,26536228:ela:4205:26537137,26569621:ela:4205:26571946,26586363:ela:4205:26594395,26631030:ela:4205:26631754,26631983:ela:4205:26634291,26648316:ela:4205:26648878,26792966:ela:4205:26803608,26889624:ela:4205:26890102,27058817:ela:4205:27059938,27071587:ela:4205:27072563,27103125:ela:4205:27103289,27315318:ela:4205:27315370'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9342252863163266, 'nb_photo': 533, 'list_port_cont': '26401205,26428252,26442675,26466911,26482239,26499472,26514104,26531665,26554792,26573837,26594030,26594259,26639894,26649793,26712933,26716791,26720359,26727756,26753042,26762015,26790936,26803253,26809751,26830006,26843100,26861879,26884572,26892045,26913454,26941191,26997043,27021324,27057252,27060826,27072382,27072631,27085865,27085941,27097978,27110336,27121801,27148927,27152258,27175126,27321170,27321715,27321795,27321802,27322635,27323239,27324044,27324418', 'assoc_port': '26391739:26401205,26425490:26428252,26439254:26442675,26464089:26466911,26478053:26482239,26492286:26499472,26513793:26514104,26531456:26531665,26554503:26554792,26570438:26573837,26582091:26594259,26593673:26594030,26639552:26639894,26649367:26649793,26712856:26712933,26716458:26716791,26719969:26720359,26727128:26727756,26751193:26762015,26752200:26753042,26790304:26803253,26790329:26790936,26803083:26809751,26824358:26830006,26842682:26843100,26857659:26861879,26879651:26884572,26891694:26892045,26907141:26913454,26934346:26941191,26960163:26997043,27019455:27021324,27055905:27057252,27058829:27060826,27071586:27072631,27071621:27072382,27082807:27085941,27082821:27085865,27089619:27110336,27097607:27097978,27117389:27121801,27143712:27152258,27143717:27148927,27169466:27175126,27225874:27324418,27237161:27324044,27268285:27322635,27279595:27321795,27279604:27321802,27285604:27321715,27307131:27323239,27313960:27321170', 'assoc_mat': '26391739:ela:4203:26401205,26425490:ela:4203:26428252,26439254:ela:4203:26442675,26464089:ela:4203:26466911,26478053:ela:4203:26482239,26492286:ela:4203:26499472,26513793:ela:4203:26514104,26531456:ela:4203:26531665,26554503:ela:4203:26554792,26570438:ela:4203:26573837,26582091:ela:4203:26594259,26593673:ela:4203:26594030,26639552:ela:4203:26639894,26649367:ela:4203:26649793,26712856:ela:4203:26712933,26716458:ela:4203:26716791,26719969:ela:4203:26720359,26727128:ela:4203:26727756,26751193:ela:4203:26762015,26752200:ela:4203:26753042,26790304:ela:4203:26803253,26790329:ela:4203:26790936,26803083:ela:4203:26809751,26824358:ela:4203:26830006,26842682:ela:4203:26843100,26857659:ela:4203:26861879,26879651:ela:4203:26884572,26891694:ela:4203:26892045,26907141:ela:4203:26913454,26934346:ela:4203:26941191,26960163:ela:4203:26997043,27019455:ela:4203:27021324,27055905:ela:4203:27057252,27058829:ela:4203:27060826,27071586:ela:4203:27072631,27071621:ela:4203:27072382,27082807:ela:4203:27085941,27082821:ela:4203:2708586'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007301730250418362, 'nb_photo': 72, 'list_port_cont': '26387970,26392719,26396098,26404486,26442488,26449573,26460085,26486384,26513621,26515479,26516690,26547192,26549398,26583720,26629423,26634304,26638692,26639621,26648896,26712663,26713339,26730043,26736962,26752930,26754491,26761092,26761796,26761882,26763662,26790689,26790825,26806377,26824689,26825278,26841764,26847956,26858772,26863534,26870650,26891180,26904878,26917453,26944521,26980843,27057052,27067119,27067202,27067546,27072002,27072081,27072471,27081651,27083830,27097631,27103159,27148527,27221493,27279643,27310410,27322503,27324334', 'assoc_port': '26386707:26387970,26391740:26392719,26395918:26396098,26401457:26404486,26439255:26442488,26445905:26449573,26456343:26460085,26482169:26486384,26497173:26516690,26501106:26513621,26511275:26515479,26533163:26547192,26545109:26549398,26583460:26583720,26629310:26629423,26631967:26634304,26638674:26638692,26639559:26639621,26648300:26648896,26712596:26712663,26713212:26713339,26728826:26730043,26736695:26736962,26751084:26761092,26751161:26761796,26751189:26761882,26751195:26754491,26752201:26752930,26759508:26763662,26790313:26790825,26790315:26790689,26790343:26806377,26824349:26825278,26824384:26824689,26840612:26841764,26847811:26847956,26856533:26858772,26860465:26863534,26870433:26870650,26890984:26891180,26894917:26904878,26911052:26917453,26943040:26944521,26980715:26980843,27055910:27057052,27066978:27067546,27066982:27067202,27066996:27067119,27071585:27072471,27071614:27072081,27071619:27072002,27080855:27081651,27082739:27083830,27097605:27097631,27102188:27103159,27143732:27148527,27221336:2722149', 'assoc_mat': '26386707:ela:4207:26387970,26391740:ela:4207:26392719,26395918:ela:4207:26396098,26401457:ela:4207:26404486,26439255:ela:4207:26442488,26445905:ela:4207:26449573,26456343:ela:4207:26460085,26482169:ela:4207:26486384,26497173:ela:4207:26516690,26501106:ela:4207:26513621,26511275:ela:4207:26515479,26533163:ela:4207:26547192,26545109:ela:4207:26549398,26583460:ela:4207:26583720,26629310:ela:4207:26629423,26631967:ela:4207:26634304,26638674:ela:4207:26638692,26639559:ela:4207:26639621,26648300:ela:4207:26648896,26712596:ela:4207:26712663,26713212:ela:4207:26713339,26728826:ela:4207:26730043,26736695:ela:4207:26736962,26751084:ela:4207:26761092,26751161:ela:4207:26761796,26751189:ela:4207:26761882,26751195:ela:4207:26754491,26752201:ela:4207:26752930,26759508:ela:4207:26763662,26790313:ela:4207:26790825,26790315:ela:4207:26790689,26790343:ela:4207:26806377,26824349:ela:4207:26825278,26824384:ela:4207:26824689,26840612:ela:4207:26841764,26847811:ela:4207:26847956,26856533:ela:4207:26858772,26860465:ela:4207:2686353'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008407939631675788, 'nb_photo': 2, 'list_port_cont': '26882786,26903020', 'assoc_port': '26882336:26882786,26902487:26903020', 'assoc_mat': '26882336:ela:4461:26882786,26902487:ela:4461:26903020'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0015041813835578, 'nb_photo': 79, 'list_port_cont': '26390797,26390838,26390952,26391933,26397743,26438891,26446348,26456658,26479901,26488155,26530642,26533730,26545516,26546725,26552837,26573571,26577504,26583868,26587959,26638909,26641036,26724062,26752986,26753543,26772353,26791487,26794451,26803329,26824665,26842864,26865710,26889112,26911262,26939751,26960590,26966600,27024330,27056328,27067071,27067409,27071787,27071916,27072318,27087841,27108281,27185513,27188428,27192206,27195608,27221708,27226498,27235095,27239923,27257648,27285732,27286347,27286748,27292173,27307209,27311618', 'assoc_port': '26390463:26390952,26390465:26390838,26390468:26390797,26391743:26391933,26397265:26397743,26438743:26438891,26445884:26446348,26456350:26456658,26479276:26479901,26487564:26488155,26530467:26530642,26533165:26533730,26536221:26546725,26545110:26545516,26552443:26552837,26573162:26573571,26577262:26577504,26583473:26583868,26587642:26587959,26638671:26638909,26640649:26641036,26723896:26724062,26751126:26753543,26751185:26752986,26766062:26772353,26791164:26791487,26794137:26794451,26803079:26803329,26824389:26824665,26842684:26842864,26865021:26865710,26888727:26889112,26911020:26911262,26939162:26939751,26960160:26960590,26966173:26966600,27024174:27024330,27055914:27056328,27066977:27067409,27066995:27067071,27071580:27072318,27071615:27071916,27071622:27071787,27086908:27087841,27108097:27108281,27185122:27185513,27188048:27188428,27191995:27192206,27195474:27195608,27221338:27221708,27226343:27226498,27231366:27239923,27234793:27235095,27251086:27257648,27285543:27286347,27285599:27285732,27286595:2728674', 'assoc_mat': '26390463:ela:4200:26390952,26390465:ela:4200:26390838,26390468:ela:4200:26390797,26391743:ela:4200:26391933,26397265:ela:4200:26397743,26438743:ela:4200:26438891,26445884:ela:4200:26446348,26456350:ela:4200:26456658,26479276:ela:4200:26479901,26487564:ela:4200:26488155,26530467:ela:4200:26530642,26533165:ela:4200:26533730,26536221:ela:4200:26546725,26545110:ela:4200:26545516,26552443:ela:4200:26552837,26573162:ela:4200:26573571,26577262:ela:4200:26577504,26583473:ela:4200:26583868,26587642:ela:4200:26587959,26638671:ela:4200:26638909,26640649:ela:4200:26641036,26723896:ela:4200:26724062,26751126:ela:4200:26753543,26751185:ela:4200:26752986,26766062:ela:4200:26772353,26791164:ela:4200:26791487,26794137:ela:4200:26794451,26803079:ela:4200:26803329,26824389:ela:4200:26824665,26842684:ela:4200:26842864,26865021:ela:4200:26865710,26888727:ela:4200:26889112,26911020:ela:4200:26911262,26939162:ela:4200:26939751,26960160:ela:4200:26960590,26966173:ela:4200:26966600,27024174:ela:4200:27024330,27055914:ela:4200:2705632'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0017250045052602206, 'nb_photo': 59, 'list_port_cont': '26390306,26398074,26430686,26476479,26482837,26532055,26552940,26578502,26578697,26586516,26592670,26712547,26713949,26716635,26721628,26724122,26751677,26755957,26790639,26863977,26886032,26886311,26911401,26956087,26965789,27047912,27071684,27071827,27083322,27100163,27126456,27172467,27188373,27195912,27251395,27268619,27268682,27281563,27310637', 'assoc_port': '26390031:26390306,26395921:26398074,26430557:26430686,26475493:26476479,26482160:26482837,26531944:26532055,26552442:26552940,26578353:26578502,26578354:26578697,26586392:26586516,26592510:26592670,26712523:26712547,26713695:26713949,26716478:26716635,26721332:26721628,26723903:26724122,26751145:26751677,26755358:26755957,26790305:26790639,26863697:26863977,26885905:26886311,26885909:26886032,26911022:26911401,26955634:26956087,26965623:26965789,27047556:27047912,27071632:27071827,27071636:27071684,27082754:27083322,27099890:27100163,27125995:27126456,27172140:27172467,27188054:27188373,27195451:27195912,27251108:27251395,27268276:27268682,27268306:27268619,27281261:27281563,27310503:27310637', 'assoc_mat': '26390031:ela:4209:26390306,26395921:ela:4209:26398074,26430557:ela:4209:26430686,26475493:ela:4209:26476479,26482160:ela:4209:26482837,26531944:ela:4209:26532055,26552442:ela:4209:26552940,26578353:ela:4209:26578502,26578354:ela:4209:26578697,26586392:ela:4209:26586516,26592510:ela:4209:26592670,26712523:ela:4209:26712547,26713695:ela:4209:26713949,26716478:ela:4209:26716635,26721332:ela:4209:26721628,26723903:ela:4209:26724122,26751145:ela:4209:26751677,26755358:ela:4209:26755957,26790305:ela:4209:26790639,26863697:ela:4209:26863977,26885905:ela:4209:26886311,26885909:ela:4209:26886032,26911022:ela:4209:26911401,26955634:ela:4209:26956087,26965623:ela:4209:26965789,27047556:ela:4209:27047912,27071632:ela:4209:27071827,27071636:ela:4209:27071684,27082754:ela:4209:27083322,27099890:ela:4209:27100163,27125995:ela:4209:27126456,27172140:ela:4209:27172467,27188054:ela:4209:27188373,27195451:ela:4209:27195912,27251108:ela:4209:27251395,27268276:ela:4209:27268682,27268306:ela:4209:27268619,27281261:ela:4209:2728156'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.000990738473022074, 'nb_photo': 1417, 'list_port_cont': '26388175,26388942,26391052,26392350,26395463,26396188,26400930,26431040,26433460,26436516,26438938,26438987,26439998,26443393,26446814,26449494,26449791,26453053,26454574,26456893,26466439,26476751,26478955,26480397,26480847,26483070,26486788,26488211,26492583,26495939,26498085,26501732,26505748,26512360,26525369,26530319,26530775,26532353,26532490,26536843,26539862,26540865,26542239,26545625,26546580,26566108,26568091,26568553,26571369,26574378,26574424,26577532,26578814,26582702,26583983,26587147,26588018,26591075,26593131,26594154,26595342,26628879,26629793,26629900,26632789,26639816,26641295,26641595,26643237,26643494,26648911,26651689,26656172,26657272,26658056,26711490,26712227,26712365,26712740,26712961,26714415,26714541,26716717,26718203,26718753,26720297,26721964,26724256,26724999,26726609,26726862,26729296,26730773,26747817,26751239,26751808,26752325,26752531,26752639,26753167,26753500,26753889,26754618,26754808,26757308,26758765,26760091,26766289,26767802,26772982,26787207,26788659,26790858,2679129', 'assoc_port': '26386677:26388175,26387927:26388942,26390466:26391052,26391738:26392350,26395135:26395463,26395919:26396188,26400216:26400930,26430555:26431040,26432931:26433460,26436193:26436516,26438736:26438987,26438738:26438938,26439265:26439998,26442792:26443393,26445908:26446814,26448719:26449791,26448722:26449494,26452472:26453053,26453702:26454574,26456347:26456893,26457498:26466439,26475512:26476751,26478052:26478955,26479251:26480847,26479259:26480397,26482170:26483070,26486544:26486788,26487572:26488211,26492290:26492583,26495362:26495939,26495368:26512360,26497817:26505748,26497820:26498085,26501108:26501732,26524843:26525369,26529998:26530319,26530465:26530775,26531949:26532490,26531952:26532353,26536212:26536843,26539070:26540865,26539081:26539862,26541434:26542239,26545117:26546580,26545125:26545625,26563481:26566108,26567360:26568553,26567361:26568091,26570440:26571369,26573995:26574424,26573997:26574378,26577265:26577532,26578357:26578814,26582092:26582702,26583446:26583983,26586390:26587147,26587655:2658801', 'assoc_mat': '26386677:ela:4211:26388175,26387927:ela:4211:26388942,26390466:ela:4211:26391052,26391738:ela:4211:26392350,26395135:ela:4211:26395463,26395919:ela:4211:26396188,26400216:ela:4211:26400930,26430555:ela:4211:26431040,26432931:ela:4211:26433460,26436193:ela:4211:26436516,26438736:ela:4211:26438987,26438738:ela:4211:26438938,26439265:ela:4211:26439998,26442792:ela:4211:26443393,26445908:ela:4211:26446814,26448719:ela:4211:26449791,26448722:ela:4211:26449494,26452472:ela:4211:26453053,26453702:ela:4211:26454574,26456347:ela:4211:26456893,26457498:ela:4211:26466439,26475512:ela:4211:26476751,26478052:ela:4211:26478955,26479251:ela:4211:26480847,26479259:ela:4211:26480397,26482170:ela:4211:26483070,26486544:ela:4211:26486788,26487572:ela:4211:26488211,26492290:ela:4211:26492583,26495362:ela:4211:26495939,26495368:ela:4211:26512360,26497817:ela:4211:26505748,26497820:ela:4211:26498085,26501108:ela:4211:26501732,26524843:ela:4211:26525369,26529998:ela:4211:26530319,26530465:ela:4211:26530775,26531949:ela:4211:2653249'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 5.79662542946515e-05, 'nb_photo': 27, 'list_port_cont': '26428253,26499475,26554794,26573831,26594254,26649792,26712937,26803246,26809756,26830008,26843097,26884571,27021329,27057241,27072378,27072628,27097985,27121798,27324048', 'assoc_port': '26425490:26428253,26492286:26499475,26554503:26554794,26570438:26573831,26582091:26594254,26649367:26649792,26712856:26712937,26790304:26803246,26803083:26809756,26824358:26830008,26842682:26843097,26879651:26884571,27019455:27021329,27055905:27057241,27071586:27072628,27071621:27072378,27097607:27097985,27117389:27121798,27237161:27324048', 'assoc_mat': '26425490:etiquette:4203:26428253,26492286:etiquette:4203:26499475,26554503:etiquette:4203:26554794,26570438:etiquette:4203:26573831,26582091:etiquette:4203:26594254,26649367:etiquette:4203:26649792,26712856:etiquette:4203:26712937,26790304:etiquette:4203:26803246,26803083:etiquette:4203:26809756,26824358:etiquette:4203:26830008,26842682:etiquette:4203:26843097,26879651:etiquette:4203:26884571,27019455:etiquette:4203:27021329,27055905:etiquette:4203:27057241,27071586:etiquette:4203:27072628,27071621:etiquette:4203:27072378,27097607:etiquette:4203:27097985,27117389:etiquette:4203:27121798,27237161:etiquette:4203:27324048'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00020870120119057737, 'nb_photo': 1, 'list_port_cont': '26818331', 'assoc_port': '26790308:26818331', 'assoc_mat': '26790308:etiquette:4207:26818331'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0001439744055954953, 'nb_photo': 1, 'list_port_cont': '27277033', 'assoc_port': '27276864:27277033', 'assoc_mat': '27276864:etiquette:4209:27277033'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 4.52138644782049e-06, 'nb_photo': 1, 'list_port_cont': '27067186', 'assoc_port': '27067009:27067186', 'assoc_mat': '27067009:etiquette:4211:27067186'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0043692860758511864, 'nb_photo': 2, 'list_port_cont': '27136926,27188922', 'assoc_port': '27136055:27136926,27188045:27188922', 'assoc_mat': '27136055:etiquette:3327:27136926,27188045:etiquette:3327:27188922'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01978802375006136, 'nb_photo': 526, 'list_port_cont': '26387572,26391115,26442023,26446254,26481324,26497562,26530579,26537136,26571943,26594403,26631755,26634288,26648884,26719640,26728977,26753072,26759685,26761330,26803597,26814710,26814913,26824498,26860738,26867877,26890093,26891096,26942078,26974283,27059943,27072559,27100817,27103279,27131714,27145519,27185458,27225923,27315362,27321655,27323914', 'assoc_port': '26386679:26387572,26390464:26391115,26439252:26442023,26445912:26446254,26478051:26481324,26497171:26497562,26530468:26530579,26536228:26537136,26569621:26571943,26586363:26594403,26631030:26631755,26631983:26634288,26648316:26648884,26719536:26719640,26728853:26728977,26751099:26761330,26751279:26753072,26759529:26759685,26792966:26803597,26807483:26814710,26807485:26814913,26824394:26824498,26857652:26860738,26867715:26867877,26889624:26890093,26890987:26891096,26939177:26942078,26974036:26974283,27058817:27059943,27071587:27072559,27097601:27100817,27103125:27103279,27131472:27131714,27143738:27145519,27185120:27185458,27225865:27225923,27237164:27323914,27285547:27321655,27315318:27315362', 'assoc_mat': '26386679:film_plastique:4205:26387572,26390464:film_plastique:4205:26391115,26439252:film_plastique:4205:26442023,26445912:film_plastique:4205:26446254,26478051:film_plastique:4205:26481324,26497171:film_plastique:4205:26497562,26530468:film_plastique:4205:26530579,26536228:film_plastique:4205:26537136,26569621:film_plastique:4205:26571943,26586363:film_plastique:4205:26594403,26631030:film_plastique:4205:26631755,26631983:film_plastique:4205:26634288,26648316:film_plastique:4205:26648884,26719536:film_plastique:4205:26719640,26728853:film_plastique:4205:26728977,26751099:film_plastique:4205:26761330,26751279:film_plastique:4205:26753072,26759529:film_plastique:4205:26759685,26792966:film_plastique:4205:26803597,26807483:film_plastique:4205:26814710,26807485:film_plastique:4205:26814913,26824394:film_plastique:4205:26824498,26857652:film_plastique:4205:26860738,26867715:film_plastique:4205:26867877,26889624:film_plastique:4205:26890093,26890987:film_plastique:4205:26891096,26939177:film_plastique:4205:2694207'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0060710387603150956, 'nb_photo': 764, 'list_port_cont': '26401215,26428254,26442677,26466906,26482242,26499476,26514091,26531662,26554804,26573839,26594036,26594257,26639880,26649789,26712940,26716782,26720357,26727752,26753040,26762012,26790935,26803251,26809755,26830016,26843089,26861873,26884569,26892040,26913445,26941182,26997051,27021330,27057245,27060822,27072380,27072624,27085871,27085945,27097979,27110337,27121807,27148928,27152251,27175123,27321178,27321706,27321790,27321806,27322636,27323243,27324035,27324425', 'assoc_port': '26391739:26401215,26425490:26428254,26439254:26442677,26464089:26466906,26478053:26482242,26492286:26499476,26513793:26514091,26531456:26531662,26554503:26554804,26570438:26573839,26582091:26594257,26593673:26594036,26639552:26639880,26649367:26649789,26712856:26712940,26716458:26716782,26719969:26720357,26727128:26727752,26751193:26762012,26752200:26753040,26790304:26803251,26790329:26790935,26803083:26809755,26824358:26830016,26842682:26843089,26857659:26861873,26879651:26884569,26891694:26892040,26907141:26913445,26934346:26941182,26960163:26997051,27019455:27021330,27055905:27057245,27058829:27060822,27071586:27072624,27071621:27072380,27082807:27085945,27082821:27085871,27089619:27110337,27097607:27097979,27117389:27121807,27143712:27152251,27143717:27148928,27169466:27175123,27225874:27324425,27237161:27324035,27268285:27322636,27279595:27321790,27279604:27321806,27285604:27321706,27307131:27323243,27313960:27321178', 'assoc_mat': '26391739:film_plastique:4203:26401215,26425490:film_plastique:4203:26428254,26439254:film_plastique:4203:26442677,26464089:film_plastique:4203:26466906,26478053:film_plastique:4203:26482242,26492286:film_plastique:4203:26499476,26513793:film_plastique:4203:26514091,26531456:film_plastique:4203:26531662,26554503:film_plastique:4203:26554804,26570438:film_plastique:4203:26573839,26582091:film_plastique:4203:26594257,26593673:film_plastique:4203:26594036,26639552:film_plastique:4203:26639880,26649367:film_plastique:4203:26649789,26712856:film_plastique:4203:26712940,26716458:film_plastique:4203:26716782,26719969:film_plastique:4203:26720357,26727128:film_plastique:4203:26727752,26751193:film_plastique:4203:26762012,26752200:film_plastique:4203:26753040,26790304:film_plastique:4203:26803251,26790329:film_plastique:4203:26790935,26803083:film_plastique:4203:26809755,26824358:film_plastique:4203:26830016,26842682:film_plastique:4203:26843089,26857659:film_plastique:4203:26861873,26879651:film_plastique:4203:2688456'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003715478163767275, 'nb_photo': 2256, 'list_port_cont': '26387962,26389592,26390202,26390240,26390767,26392720,26392818,26396099,26399054,26402573,26404487,26404690,26428225,26430707,26435634,26437755,26438852,26441737,26442494,26444825,26444994,26445009,26445201,26449580,26453580,26456327,26457299,26460086,26460302,26466759,26481202,26482870,26482999,26483214,26486395,26486547,26486804,26490161,26496977,26500166,26512223,26513267,26513630,26513796,26515488,26516694,26517084,26529261,26530227,26530616,26530707,26531573,26532248,26536306,26543368,26546289,26547190,26549384,26549609,26553299,26553426,26553558,26556888,26570559,26571376,26571623,26573644,26573879,26574283,26577480,26583728,26590295,26590944,26593831,26594342,26594500,26594784,26595312,26596402,26599191,26628966,26629425,26629870,26634313,26634778,26638699,26639634,26640155,26641948,26644301,26648903,26649415,26649633,26658780,26659137,26668190,26711876,26712382,26712656,26713334,26714039,26714529,26715960,26716655,26716706,26716986,26718528,26719758,26721647,26723998,26724702,26726647,26726781,2672733', 'assoc_port': '26386707:26387962,26387952:26389592,26390029:26390240,26390034:26390202,26390467:26390767,26391740:26392720,26391742:26392818,26395918:26396099,26397261:26399054,26400217:26402573,26401457:26404487,26401486:26404690,26427995:26428225,26430559:26430707,26434416:26435634,26437046:26437755,26438741:26438852,26439251:26441737,26439255:26442494,26442776:26444825,26442788:26445009,26442817:26445201,26444767:26444994,26445905:26449580,26448721:26453580,26452473:26456327,26453704:26457299,26456343:26460086,26456352:26460302,26464088:26466759,26475514:26486804,26478050:26481202,26479241:26482870,26479253:26482999,26479256:26483214,26482169:26486395,26482173:26486547,26487562:26490161,26489092:26496977,26492284:26512223,26497173:26516694,26497181:26517084,26499949:26513267,26499965:26500166,26501106:26513630,26501113:26513796,26511275:26515488,26523740:26529261,26524840:26530707,26529999:26530227,26530464:26530616,26531442:26531573,26531950:26532248,26533163:26547190,26533166:26546289,26536214:26553299,26536224:2655342', 'assoc_mat': '26386707:film_plastique:4207:26387962,26387952:film_plastique:4207:26389592,26390029:film_plastique:4207:26390240,26390034:film_plastique:4207:26390202,26390467:film_plastique:4207:26390767,26391740:film_plastique:4207:26392720,26391742:film_plastique:4207:26392818,26395918:film_plastique:4207:26396099,26397261:film_plastique:4207:26399054,26400217:film_plastique:4207:26402573,26401457:film_plastique:4207:26404487,26401486:film_plastique:4207:26404690,26427995:film_plastique:4207:26428225,26430559:film_plastique:4207:26430707,26434416:film_plastique:4207:26435634,26437046:film_plastique:4207:26437755,26438741:film_plastique:4207:26438852,26439251:film_plastique:4207:26441737,26439255:film_plastique:4207:26442494,26442776:film_plastique:4207:26444825,26442788:film_plastique:4207:26445009,26442817:film_plastique:4207:26445201,26444767:film_plastique:4207:26444994,26445905:film_plastique:4207:26449580,26448721:film_plastique:4207:26453580,26452473:film_plastique:4207:26456327,26453704:film_plastique:4207:2645729'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7947369249774114, 'nb_photo': 5054, 'list_port_cont': '26388580,26395371,26400643,26401891,26428470,26430871,26436386,26439696,26445252,26446517,26456741,26457825,26476232,26479821,26480067,26488392,26491717,26495787,26497995,26501478,26531687,26531734,26533838,26536660,26540288,26540456,26545679,26567748,26573432,26573451,26578780,26584037,26588047,26595347,26595393,26628817,26631354,26638874,26641001,26649524,26651295,26651871,26655914,26712406,26712696,26714504,26716677,26718709,26720104,26721758,26724908,26726817,26727365,26747641,26750746,26751729,26751823,26752012,26752405,26755764,26758698,26760459,26772367,26785788,26788112,26788579,26790697,26794707,26803432,26806744,26824556,26824765,26824857,26841946,26846960,26848274,26850992,26865253,26865491,26870689,26870735,26882789,26886420,26889987,26894117,26895233,26903022,26907615,26908789,26927912,26933766,26943663,26944846,26952894,26961921,26966939,27016492,27049471,27053309,27056256,27059194,27059389,27067142,27067225,27071770,27072035,27072125,27072185,27072227,27073151,27081205,27083278,27083497,2708736', 'assoc_port': '26387953:26388580,26395137:26395371,26400218:26400643,26401455:26401891,26427958:26428470,26430561:26430871,26436194:26436386,26439256:26439696,26444765:26445252,26445909:26446517,26456344:26456741,26457495:26457825,26475495:26476232,26479249:26480067,26479280:26479821,26487569:26488392,26491451:26491717,26495358:26495787,26497818:26497995,26501114:26501478,26531440:26531734,26531443:26531687,26533164:26533838,26536215:26536660,26539053:26540456,26539072:26540288,26545119:26545679,26567362:26567748,26573161:26573451,26573165:26573432,26578355:26578780,26583459:26584037,26587629:26588047,26595187:26595393,26595189:26595347,26628256:26628817,26631029:26631354,26638676:26638874,26640558:26641001,26649359:26649524,26651196:26651871,26651200:26651295,26655471:26655914,26712338:26712406,26712595:26712696,26714283:26714504,26716438:26716677,26718541:26718709,26719967:26720104,26721330:26721758,26724506:26724908,26726289:26726817,26727130:26727365,26747103:26747641,26750687:26750746,26751100:26751729,26751147:2675240', 'assoc_mat': '26387953:film_plastique:4461:26388580,26395137:film_plastique:4461:26395371,26400218:film_plastique:4461:26400643,26401455:film_plastique:4461:26401891,26427958:film_plastique:4461:26428470,26430561:film_plastique:4461:26430871,26436194:film_plastique:4461:26436386,26439256:film_plastique:4461:26439696,26444765:film_plastique:4461:26445252,26445909:film_plastique:4461:26446517,26456344:film_plastique:4461:26456741,26457495:film_plastique:4461:26457825,26475495:film_plastique:4461:26476232,26479249:film_plastique:4461:26480067,26479280:film_plastique:4461:26479821,26487569:film_plastique:4461:26488392,26491451:film_plastique:4461:26491717,26495358:film_plastique:4461:26495787,26497818:film_plastique:4461:26497995,26501114:film_plastique:4461:26501478,26531440:film_plastique:4461:26531734,26531443:film_plastique:4461:26531687,26533164:film_plastique:4461:26533838,26536215:film_plastique:4461:26536660,26539053:film_plastique:4461:26540456,26539072:film_plastique:4461:26540288,26545119:film_plastique:4461:2654567'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.020853907304162124, 'nb_photo': 2551, 'list_port_cont': '26387269,26387300,26390796,26390831,26390954,26391931,26392139,26397727,26434862,26435121,26437500,26437696,26438881,26443148,26445017,26446351,26449061,26453941,26454228,26455682,26456661,26478466,26478851,26479903,26488055,26488162,26489593,26492368,26497371,26500340,26502181,26507349,26509906,26527949,26528037,26530637,26533736,26536512,26539309,26539591,26545475,26545515,26546721,26552823,26566262,26573572,26577521,26579892,26583865,26587966,26590832,26593937,26595297,26599125,26629646,26635157,26638912,26641025,26646026,26649499,26651529,26712637,26716001,26716617,26717058,26718138,26719596,26721578,26724063,26724837,26726625,26729077,26748635,26752207,26752383,26752453,26752607,26752977,26753056,26753283,26753547,26753861,26760406,26765684,26767686,26772346,26788466,26790532,26791485,26794454,26795868,26801621,26803325,26804492,26804761,26809377,26815170,26824676,26824796,26824911,26825046,26825186,26842866,26846771,26854012,26865355,26865706,26877121,26884912,26885225,26889114,26891209,26891809,2689184', 'assoc_port': '26386718:26387300,26386744:26387269,26390463:26390954,26390465:26390831,26390468:26390796,26391743:26391931,26391744:26392139,26397265:26397727,26434412:26434862,26434414:26435121,26437044:26437696,26437051:26437500,26438743:26438881,26442818:26443148,26444763:26445017,26445884:26446351,26448726:26449061,26452474:26455682,26453706:26453941,26453708:26454228,26456350:26456661,26478047:26478851,26478049:26478466,26479276:26479903,26487564:26488162,26487567:26488055,26489107:26489593,26492292:26492368,26495367:26502181,26497183:26497371,26499951:26500340,26501110:26509906,26507069:26507349,26527509:26527949,26527510:26528037,26530467:26530637,26533165:26533736,26536221:26546721,26536226:26536512,26539062:26539591,26539067:26539309,26545110:26545515,26545122:26545475,26552443:26552823,26566015:26566262,26573162:26573572,26577262:26577521,26579612:26579892,26583473:26583865,26587642:26587966,26590421:26590832,26593672:26593937,26595190:26595297,26599081:26599125,26629305:26629646,26634579:26635157,26638671:2663891', 'assoc_mat': '26386718:film_plastique:4200:26387300,26386744:film_plastique:4200:26387269,26390463:film_plastique:4200:26390954,26390465:film_plastique:4200:26390831,26390468:film_plastique:4200:26390796,26391743:film_plastique:4200:26391931,26391744:film_plastique:4200:26392139,26397265:film_plastique:4200:26397727,26434412:film_plastique:4200:26434862,26434414:film_plastique:4200:26435121,26437044:film_plastique:4200:26437696,26437051:film_plastique:4200:26437500,26438743:film_plastique:4200:26438881,26442818:film_plastique:4200:26443148,26444763:film_plastique:4200:26445017,26445884:film_plastique:4200:26446351,26448726:film_plastique:4200:26449061,26452474:film_plastique:4200:26455682,26453706:film_plastique:4200:26453941,26453708:film_plastique:4200:26454228,26456350:film_plastique:4200:26456661,26478047:film_plastique:4200:26478851,26478049:film_plastique:4200:26478466,26479276:film_plastique:4200:26479903,26487564:film_plastique:4200:26488162,26487567:film_plastique:4200:26488055,26489107:film_plastique:4200:2648959'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.00880100983036556, 'nb_photo': 145, 'list_port_cont': '26390295,26398082,26430692,26445108,26456463,26457701,26476468,26482842,26504814,26545377,26552941,26563920,26578702,26586521,26592758,26626683,26629494,26632322,26639786,26660673,26712736,26712875,26713953,26721634,26724123,26728957,26747379,26747485,26751680,26755958,26783785,26790638,26793575,26809501,26824618,26844133,26852438,26863971,26879993,26939636,26966616,27019723,27019744,27071687,27071824,27083108,27092749,27100155,27102487,27102889,27117717,27118834,27126460,27140377,27147625,27151057,27172473,27180390,27188362,27195913,27223597,27225962,27245151,27245320,27251404,27268625,27268678,27286729,27307962,27310641', 'assoc_port': '26390031:26390295,26395921:26398082,26430557:26430692,26444773:26445108,26456353:26456463,26457500:26457701,26475493:26476468,26482160:26482842,26504435:26504814,26545129:26545377,26552442:26552941,26563464:26563920,26578354:26578702,26586392:26586521,26592511:26592758,26626409:26626683,26629300:26629494,26631986:26632322,26639554:26639786,26660297:26660673,26712577:26712736,26712853:26712875,26713695:26713953,26721332:26721634,26723903:26724123,26728850:26728957,26747084:26747379,26747101:26747485,26751145:26751680,26755358:26755958,26783338:26793575,26783343:26783785,26790305:26790638,26809213:26809501,26824347:26824618,26843742:26844133,26852313:26852438,26863697:26863971,26879650:26879993,26939179:26939636,26966197:26966616,27019447:27019744,27019452:27019723,27071632:27071824,27071636:27071687,27082759:27083108,27086910:27092749,27093763:27102889,27099890:27100155,27102183:27102487,27117388:27117717,27118660:27118834,27125995:27126460,27139917:27140377,27147391:27147625,27150783:27151057,27172140:2717247', 'assoc_mat': '26390031:film_plastique:4209:26390295,26395921:film_plastique:4209:26398082,26430557:film_plastique:4209:26430692,26444773:film_plastique:4209:26445108,26456353:film_plastique:4209:26456463,26457500:film_plastique:4209:26457701,26475493:film_plastique:4209:26476468,26482160:film_plastique:4209:26482842,26504435:film_plastique:4209:26504814,26545129:film_plastique:4209:26545377,26552442:film_plastique:4209:26552941,26563464:film_plastique:4209:26563920,26578354:film_plastique:4209:26578702,26586392:film_plastique:4209:26586521,26592511:film_plastique:4209:26592758,26626409:film_plastique:4209:26626683,26629300:film_plastique:4209:26629494,26631986:film_plastique:4209:26632322,26639554:film_plastique:4209:26639786,26660297:film_plastique:4209:26660673,26712577:film_plastique:4209:26712736,26712853:film_plastique:4209:26712875,26713695:film_plastique:4209:26713953,26721332:film_plastique:4209:26721634,26723903:film_plastique:4209:26724123,26728850:film_plastique:4209:26728957,26747084:film_plastique:4209:2674737'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.004783156999464547, 'nb_photo': 12968, 'list_port_cont': '26388168,26388943,26391066,26392351,26395465,26396185,26400928,26428404,26431041,26433481,26436518,26438944,26438993,26439989,26443399,26446815,26449487,26449776,26453060,26454575,26456891,26466445,26476741,26478959,26480408,26480852,26483075,26486780,26488215,26492587,26495950,26498082,26501731,26504862,26505749,26510198,26512361,26525373,26530322,26530768,26532350,26532479,26536841,26539873,26540866,26542229,26545616,26546588,26566105,26568076,26568548,26571372,26574369,26574432,26577542,26578813,26582705,26583979,26587150,26588016,26591061,26593138,26594140,26595341,26628894,26629804,26629899,26629987,26632802,26635180,26639806,26641285,26641590,26643250,26643497,26648921,26651691,26656178,26657264,26657418,26658064,26711493,26712217,26712346,26712377,26712755,26712972,26713390,26714100,26714426,26714544,26716719,26718215,26718754,26720298,26721953,26724262,26725001,26726614,26726716,26726850,26729184,26729311,26730784,26747819,26748899,26748948,26751245,26751801,26752317,26752517,26752640,26753170,2675351', 'assoc_port': '26386677:26388168,26387927:26388943,26390466:26391066,26391738:26392351,26395135:26395465,26395919:26396185,26400216:26400928,26427977:26428404,26430555:26431041,26432931:26433481,26436193:26436518,26438736:26438993,26438738:26438944,26439265:26439989,26442792:26443399,26445908:26446815,26448719:26449776,26448722:26449487,26452472:26453060,26453702:26454575,26456347:26456891,26457498:26466445,26475512:26476741,26478052:26478959,26479251:26480852,26479259:26480408,26482170:26483075,26486544:26486780,26487572:26488215,26492290:26492587,26495362:26495950,26495368:26512361,26497817:26505749,26497820:26498082,26501108:26501731,26501112:26510198,26504436:26504862,26524843:26525373,26529998:26530322,26530465:26530768,26531949:26532479,26531952:26532350,26536212:26536841,26539070:26540866,26539081:26539873,26541434:26542229,26545117:26546588,26545125:26545616,26563481:26566105,26567360:26568548,26567361:26568076,26570440:26571372,26573995:26574432,26573997:26574369,26577265:26577542,26578357:26578813,26582092:2658270', 'assoc_mat': '26386677:film_plastique:4211:26388168,26387927:film_plastique:4211:26388943,26390466:film_plastique:4211:26391066,26391738:film_plastique:4211:26392351,26395135:film_plastique:4211:26395465,26395919:film_plastique:4211:26396185,26400216:film_plastique:4211:26400928,26427977:film_plastique:4211:26428404,26430555:film_plastique:4211:26431041,26432931:film_plastique:4211:26433481,26436193:film_plastique:4211:26436518,26438736:film_plastique:4211:26438993,26438738:film_plastique:4211:26438944,26439265:film_plastique:4211:26439989,26442792:film_plastique:4211:26443399,26445908:film_plastique:4211:26446815,26448719:film_plastique:4211:26449776,26448722:film_plastique:4211:26449487,26452472:film_plastique:4211:26453060,26453702:film_plastique:4211:26454575,26456347:film_plastique:4211:26456891,26457498:film_plastique:4211:26466445,26475512:film_plastique:4211:26476741,26478052:film_plastique:4211:26478959,26479251:film_plastique:4211:26480852,26479259:film_plastique:4211:26480408,26482170:film_plastique:4211:2648307'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0009128084765697102, 'nb_photo': 10, 'list_port_cont': '26598690,26752882,26790469,26870557,26884738,26895193,27136235,27307189,27314046', 'assoc_port': '26598497:26598690,26751113:26752882,26790302:26790469,26870397:26870557,26884487:26884738,26894919:26895193,27136042:27136235,27307127:27307189,27313953:27314046', 'assoc_mat': '26598497:kraft:3726:26598690,26751113:kraft:3726:26752882,26790302:kraft:3726:26790469,26870397:kraft:3726:26870557,26884487:kraft:3726:26884738,26894919:kraft:3726:26895193,27136042:kraft:3726:27136235,27307127:kraft:3726:27307189,27313953:kraft:3726:27314046'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9523314400887267, 'nb_photo': 42, 'list_port_cont': '26442017,26481322,26497560,26530574,26537132,26571947,26594391,26631742,26728973,26753064,26761319,26803600,26814713,26824505,26860730,26867878,26891101,26942096,27059942,27100828,27131719,27145528,27185451,27225933', 'assoc_port': '26439252:26442017,26478051:26481322,26497171:26497560,26530468:26530574,26536228:26537132,26569621:26571947,26586363:26594391,26631030:26631742,26728853:26728973,26751099:26761319,26751279:26753064,26792966:26803600,26807483:26814713,26824394:26824505,26857652:26860730,26867715:26867878,26890987:26891101,26939177:26942096,27058817:27059942,27097601:27100828,27131472:27131719,27143738:27145528,27185120:27185451,27225865:27225933', 'assoc_mat': '26439252:metal:4205:26442017,26478051:metal:4205:26481322,26497171:metal:4205:26497560,26530468:metal:4205:26530574,26536228:metal:4205:26537132,26569621:metal:4205:26571947,26586363:metal:4205:26594391,26631030:metal:4205:26631742,26728853:metal:4205:26728973,26751099:metal:4205:26761319,26751279:metal:4205:26753064,26792966:metal:4205:26803600,26807483:metal:4205:26814713,26824394:metal:4205:26824505,26857652:metal:4205:26860730,26867715:metal:4205:26867878,26890987:metal:4205:26891101,26939177:metal:4205:26942096,27058817:metal:4205:27059942,27097601:metal:4205:27100828,27131472:metal:4205:27131719,27143738:metal:4205:27145528,27185120:metal:4205:27185451,27225865:metal:4205:27225933'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.018720212751992683, 'nb_photo': 1496, 'list_port_cont': '26401208,26428261,26442687,26466907,26482246,26499471,26514106,26531670,26554805,26573841,26594040,26594264,26639896,26649786,26712941,26716790,26720362,26727766,26753032,26762005,26790929,26803243,26809762,26830004,26843101,26861872,26884568,26892041,26913458,26941187,26997049,27021327,27057246,27060830,27072373,27072625,27085864,27085943,27097981,27110323,27121802,27148945,27152253,27175117,27321181,27321705,27321783,27321809,27322647,27323247,27324039,27324423', 'assoc_port': '26391739:26401208,26425490:26428261,26439254:26442687,26464089:26466907,26478053:26482246,26492286:26499471,26513793:26514106,26531456:26531670,26554503:26554805,26570438:26573841,26582091:26594264,26593673:26594040,26639552:26639896,26649367:26649786,26712856:26712941,26716458:26716790,26719969:26720362,26727128:26727766,26751193:26762005,26752200:26753032,26790304:26803243,26790329:26790929,26803083:26809762,26824358:26830004,26842682:26843101,26857659:26861872,26879651:26884568,26891694:26892041,26907141:26913458,26934346:26941187,26960163:26997049,27019455:27021327,27055905:27057246,27058829:27060830,27071586:27072625,27071621:27072373,27082807:27085943,27082821:27085864,27089619:27110323,27097607:27097981,27117389:27121802,27143712:27152253,27143717:27148945,27169466:27175117,27225874:27324423,27237161:27324039,27268285:27322647,27279595:27321783,27279604:27321809,27285604:27321705,27307131:27323247,27313960:27321181', 'assoc_mat': '26391739:metal:4203:26401208,26425490:metal:4203:26428261,26439254:metal:4203:26442687,26464089:metal:4203:26466907,26478053:metal:4203:26482246,26492286:metal:4203:26499471,26513793:metal:4203:26514106,26531456:metal:4203:26531670,26554503:metal:4203:26554805,26570438:metal:4203:26573841,26582091:metal:4203:26594264,26593673:metal:4203:26594040,26639552:metal:4203:26639896,26649367:metal:4203:26649786,26712856:metal:4203:26712941,26716458:metal:4203:26716790,26719969:metal:4203:26720362,26727128:metal:4203:26727766,26751193:metal:4203:26762005,26752200:metal:4203:26753032,26790304:metal:4203:26803243,26790329:metal:4203:26790929,26803083:metal:4203:26809762,26824358:metal:4203:26830004,26842682:metal:4203:26843101,26857659:metal:4203:26861872,26879651:metal:4203:26884568,26891694:metal:4203:26892041,26907141:metal:4203:26913458,26934346:metal:4203:26941187,26960163:metal:4203:26997049,27019455:metal:4203:27021327,27055905:metal:4203:27057246,27058829:metal:4203:27060830,27071586:metal:4203:27072625,27071621:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.011373367433169641, 'nb_photo': 1255, 'list_port_cont': '26387956,26389587,26390201,26390242,26390771,26392725,26392816,26396100,26399057,26402568,26404490,26428236,26430708,26435621,26437753,26438845,26441733,26442495,26444830,26444984,26445007,26445214,26449575,26453583,26456337,26457303,26460082,26460299,26466769,26481195,26482865,26483210,26486381,26486560,26486811,26490159,26496972,26500173,26512216,26513266,26513627,26513794,26515491,26516691,26516926,26517090,26529256,26530238,26530617,26530712,26531570,26532237,26536315,26543362,26546287,26547183,26549606,26553301,26553419,26553567,26556882,26570558,26571374,26571626,26573643,26573881,26574273,26577471,26583721,26590287,26590945,26593839,26594348,26594780,26596403,26599199,26628962,26629432,26629874,26634315,26634782,26638700,26639635,26640157,26641959,26644299,26648897,26649424,26649627,26658784,26659127,26668179,26711872,26712390,26712657,26713336,26714035,26714531,26715949,26716653,26716707,26716987,26718540,26719750,26721646,26723994,26724715,26726650,26726790,26727342,26730045,26730583,26736967,2674846', 'assoc_port': '26386707:26387956,26387952:26389587,26390029:26390242,26390034:26390201,26390467:26390771,26391740:26392725,26391742:26392816,26395918:26396100,26397261:26399057,26400217:26402568,26401457:26404490,26427995:26428236,26430559:26430708,26434416:26435621,26437046:26437753,26438741:26438845,26439251:26441733,26439255:26442495,26442776:26444830,26442788:26445007,26442817:26445214,26444767:26444984,26445905:26449575,26448721:26453583,26452473:26456337,26453704:26457303,26456343:26460082,26456352:26460299,26464088:26466769,26475514:26486811,26478050:26481195,26479241:26482865,26479256:26483210,26482169:26486381,26482173:26486560,26487562:26490159,26489092:26496972,26492284:26512216,26497173:26516691,26497175:26516926,26497181:26517090,26499949:26513266,26499965:26500173,26501106:26513627,26501113:26513794,26511275:26515491,26523740:26529256,26524840:26530712,26529999:26530238,26530464:26530617,26531442:26531570,26531950:26532237,26533163:26547183,26533166:26546287,26536214:26553301,26536224:26553419,26536233:2655356', 'assoc_mat': '26386707:metal:4207:26387956,26387952:metal:4207:26389587,26390029:metal:4207:26390242,26390034:metal:4207:26390201,26390467:metal:4207:26390771,26391740:metal:4207:26392725,26391742:metal:4207:26392816,26395918:metal:4207:26396100,26397261:metal:4207:26399057,26400217:metal:4207:26402568,26401457:metal:4207:26404490,26427995:metal:4207:26428236,26430559:metal:4207:26430708,26434416:metal:4207:26435621,26437046:metal:4207:26437753,26438741:metal:4207:26438845,26439251:metal:4207:26441733,26439255:metal:4207:26442495,26442776:metal:4207:26444830,26442788:metal:4207:26445007,26442817:metal:4207:26445214,26444767:metal:4207:26444984,26445905:metal:4207:26449575,26448721:metal:4207:26453583,26452473:metal:4207:26456337,26453704:metal:4207:26457303,26456343:metal:4207:26460082,26456352:metal:4207:26460299,26464088:metal:4207:26466769,26475514:metal:4207:26486811,26478050:metal:4207:26481195,26479241:metal:4207:26482865,26479256:metal:4207:26483210,26482169:metal:4207:26486381,26482173:metal:4207:26486560,26487562:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004163319963504287, 'nb_photo': 27, 'list_port_cont': '26395384,26439695,26446515,26456744,26497996,26533842,26595344,26631340,26714493,26718714,26724901,26747639,26803430,26841948,26895248,26927914,26933758,26944848,26966929,27056246,27067147,27104037,27111199,27251382,27268690', 'assoc_port': '26395137:26395384,26439256:26439695,26445909:26446515,26456344:26456744,26497818:26497996,26533164:26533842,26595189:26595344,26631029:26631340,26714283:26714493,26718541:26718714,26724506:26724901,26747103:26747639,26797056:26895248,26803084:26803430,26841707:26841948,26927382:26927914,26933237:26933758,26944436:26944848,26966195:26966929,27055927:27056246,27066980:27067147,27097603:27104037,27106940:27111199,27251069:27251382,27268287:27268690', 'assoc_mat': '26395137:metal:4461:26395384,26439256:metal:4461:26439695,26445909:metal:4461:26446515,26456344:metal:4461:26456744,26497818:metal:4461:26497996,26533164:metal:4461:26533842,26595189:metal:4461:26595344,26631029:metal:4461:26631340,26714283:metal:4461:26714493,26718541:metal:4461:26718714,26724506:metal:4461:26724901,26747103:metal:4461:26747639,26797056:metal:4461:26895248,26803084:metal:4461:26803430,26841707:metal:4461:26841948,26927382:metal:4461:26927914,26933237:metal:4461:26933758,26944436:metal:4461:26944848,26966195:metal:4461:26966929,27055927:metal:4461:27056246,27066980:metal:4461:27067147,27097603:metal:4461:27104037,27106940:metal:4461:27111199,27251069:metal:4461:27251382,27268287:metal:4461:27268690'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.006250944718146892, 'nb_photo': 24, 'list_port_cont': '26390836,26445025,26449057,26528038,26530636,26533733,26573563,26638913,26718136,26753293,26767685,26794459,26795844,26854015,26889116,27059071,27067418,27148851,27149927,27314157', 'assoc_port': '26390465:26390836,26444763:26445025,26448726:26449057,26527510:26528038,26530467:26530636,26533165:26533733,26573162:26573563,26638671:26638913,26717840:26718136,26751153:26753293,26761747:26767685,26787565:26795844,26794137:26794459,26853524:26854015,26888727:26889116,27058822:27059071,27066977:27067418,27141176:27148851,27149757:27149927,27313957:27314157', 'assoc_mat': '26390465:metal:4200:26390836,26444763:metal:4200:26445025,26448726:metal:4200:26449057,26527510:metal:4200:26528038,26530467:metal:4200:26530636,26533165:metal:4200:26533733,26573162:metal:4200:26573563,26638671:metal:4200:26638913,26717840:metal:4200:26718136,26751153:metal:4200:26753293,26761747:metal:4200:26767685,26787565:metal:4200:26795844,26794137:metal:4200:26794459,26853524:metal:4200:26854015,26888727:metal:4200:26889116,27058822:metal:4200:27059071,27066977:metal:4200:27067418,27141176:metal:4200:27148851,27149757:metal:4200:27149927,27313957:metal:4200:27314157'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01476705673238619, 'nb_photo': 99, 'list_port_cont': '26390293,26398084,26433294,26445111,26476476,26504823,26552945,26563928,26569738,26578710,26586518,26592683,26592774,26626674,26629499,26632319,26668130,26712728,26713948,26718635,26721642,26728955,26747481,26751684,26755952,26790642,26809100,26879974,26886020,26886316,26911408,26930642,26965778,26966627,27019717,27071688,27071832,27083110,27083317,27092737,27100159,27102489,27102891,27109098,27117724,27126457,27140370,27144059,27151065,27180381,27195909,27223586,27225970,27245154,27245322,27268621,27268680,27277039,27310638', 'assoc_port': '26390031:26390293,26395921:26398084,26432929:26433294,26444773:26445111,26475493:26476476,26504435:26504823,26552442:26552945,26563464:26563928,26569614:26569738,26578354:26578710,26586392:26586518,26592510:26592683,26592511:26592774,26626409:26626674,26629300:26629499,26631986:26632319,26667792:26668130,26712577:26712728,26713695:26713948,26718542:26718635,26721332:26721642,26728850:26728955,26747101:26747481,26751145:26751684,26755358:26755952,26790305:26790642,26801184:26809100,26879650:26879974,26885905:26886316,26885909:26886020,26911022:26911408,26930240:26930642,26965623:26965778,26966197:26966627,27019452:27019717,27071632:27071832,27071636:27071688,27082754:27083317,27082759:27083110,27086910:27092737,27093763:27102891,27099890:27100159,27102183:27102489,27102186:27109098,27117388:27117724,27125995:27126457,27139917:27140370,27143715:27144059,27150783:27151065,27179724:27180381,27195451:27195909,27221331:27225970,27223288:27223586,27244904:27245322,27244920:27245154,27268276:27268680,27268306:2726862', 'assoc_mat': '26390031:metal:4209:26390293,26395921:metal:4209:26398084,26432929:metal:4209:26433294,26444773:metal:4209:26445111,26475493:metal:4209:26476476,26504435:metal:4209:26504823,26552442:metal:4209:26552945,26563464:metal:4209:26563928,26569614:metal:4209:26569738,26578354:metal:4209:26578710,26586392:metal:4209:26586518,26592510:metal:4209:26592683,26592511:metal:4209:26592774,26626409:metal:4209:26626674,26629300:metal:4209:26629499,26631986:metal:4209:26632319,26667792:metal:4209:26668130,26712577:metal:4209:26712728,26713695:metal:4209:26713948,26718542:metal:4209:26718635,26721332:metal:4209:26721642,26728850:metal:4209:26728955,26747101:metal:4209:26747481,26751145:metal:4209:26751684,26755358:metal:4209:26755952,26790305:metal:4209:26790642,26801184:metal:4209:26809100,26879650:metal:4209:26879974,26885905:metal:4209:26886316,26885909:metal:4209:26886020,26911022:metal:4209:26911408,26930240:metal:4209:26930642,26965623:metal:4209:26965778,26966197:metal:4209:26966627,27019452:metal:4209:27019717,27071632:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.003094424302444262, 'nb_photo': 392, 'list_port_cont': '26388167,26388947,26391057,26395467,26396189,26400921,26428419,26431035,26436507,26438979,26443385,26446808,26449492,26449789,26453055,26454583,26456901,26466436,26476746,26478946,26480403,26483076,26486789,26488217,26492582,26495953,26498090,26501736,26505758,26510189,26525370,26530312,26530777,26532354,26532495,26536832,26540873,26542232,26568080,26568549,26571362,26574371,26574426,26577547,26578825,26582706,26587139,26588010,26591063,26594152,26628895,26629802,26632791,26639803,26641286,26643252,26643492,26648923,26656171,26711492,26712353,26712748,26712964,26714094,26714545,26716724,26718209,26718749,26720309,26726852,26729183,26729284,26730777,26748904,26748949,26751235,26752527,26753880,26754620,26754824,26757305,26758774,26760079,26766282,26767788,26772980,26791293,26791892,26794990,26798472,26799841,26801822,26802374,26807619,26807840,26808149,26825023,26825365,26841398,26842032,26848465,26852945,26854197,26861120,26864174,26878177,26880387,26881359,26883168,26886647,26889229,26889423,26891395,2689430', 'assoc_port': '26386677:26388167,26387927:26388947,26390466:26391057,26395135:26395467,26395919:26396189,26400216:26400921,26427977:26428419,26430555:26431035,26436193:26436507,26438736:26438979,26442792:26443385,26445908:26446808,26448719:26449789,26448722:26449492,26452472:26453055,26453702:26454583,26456347:26456901,26457498:26466436,26475512:26476746,26478052:26478946,26479259:26480403,26482170:26483076,26486544:26486789,26487572:26488217,26492290:26492582,26495362:26495953,26497817:26505758,26497820:26498090,26501108:26501736,26501112:26510189,26524843:26525370,26529998:26530312,26530465:26530777,26531949:26532495,26531952:26532354,26536212:26536832,26539070:26540873,26541434:26542232,26567360:26568549,26567361:26568080,26570440:26571362,26573995:26574426,26573997:26574371,26577265:26577547,26578357:26578825,26582092:26582706,26586390:26587139,26587655:26588010,26590416:26591063,26593669:26594152,26628258:26628895,26629309:26629802,26631981:26632791,26639557:26639803,26640557:26643492,26640573:26643252,26640668:2664128', 'assoc_mat': '26386677:metal:4211:26388167,26387927:metal:4211:26388947,26390466:metal:4211:26391057,26395135:metal:4211:26395467,26395919:metal:4211:26396189,26400216:metal:4211:26400921,26427977:metal:4211:26428419,26430555:metal:4211:26431035,26436193:metal:4211:26436507,26438736:metal:4211:26438979,26442792:metal:4211:26443385,26445908:metal:4211:26446808,26448719:metal:4211:26449789,26448722:metal:4211:26449492,26452472:metal:4211:26453055,26453702:metal:4211:26454583,26456347:metal:4211:26456901,26457498:metal:4211:26466436,26475512:metal:4211:26476746,26478052:metal:4211:26478946,26479259:metal:4211:26480403,26482170:metal:4211:26483076,26486544:metal:4211:26486789,26487572:metal:4211:26488217,26492290:metal:4211:26492582,26495362:metal:4211:26495953,26497817:metal:4211:26505758,26497820:metal:4211:26498090,26501108:metal:4211:26501736,26501112:metal:4211:26510189,26524843:metal:4211:26525370,26529998:metal:4211:26530312,26530465:metal:4211:26530777,26531949:metal:4211:26532495,26531952:metal:4211:26532354,26536212:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.003341776285142314, 'nb_photo': 1, 'list_port_cont': '26760039', 'assoc_port': '26759193:26760039', 'assoc_mat': '26759193:metal:3327:26760039'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0006999673542752901, 'nb_photo': 146, 'list_port_cont': '26447444,26449677,26456048,26487977,26489736,26492533,26495807,26498036,26528370,26540049,26542467,26545780,26573800,26580564,26581009,26645282,26648984,26724093,26752148,26752513,26752696,26753084,26758582,26761910,26766750,26784208,26796525,26801734,26812354,26824454,26851100,26858667,26861205,26891495,26906392,26910659,26939957,26962517,26963066,26975050,27056839,27057662,27057702,27059648,27061435,27071710,27072074,27072437,27072582,27072642,27072645,27072822,27082963,27087407,27094741,27098444,27104580,27133041,27172125', 'assoc_port': '26445880:26447444,26445902:26449677,26453700:26456048,26487565:26487977,26489096:26489736,26492268:26492533,26495364:26495807,26497815:26498036,26524842:26528370,26539059:26542467,26539074:26540049,26545107:26545780,26573164:26573800,26579611:26581009,26579614:26580564,26644250:26645282,26648299:26648984,26713693:26724093,26751144:26753084,26751187:26752696,26751197:26752513,26751207:26752148,26758237:26758582,26761746:26761910,26766059:26766750,26783341:26784208,26790345:26796525,26801185:26801734,26809208:26812354,26824390:26824454,26850785:26851100,26857655:26858667,26860464:26861205,26890986:26891495,26905388:26906392,26909866:26910659,26939189:26939957,26955630:26963066,26960161:26962517,26974034:26975050,27052783:27056839,27057432:27057702,27057436:27057662,27058821:27059648,27060966:27061435,27071590:27072582,27071596:27072642,27071598:27072645,27071602:27072822,27071608:27072437,27071618:27072074,27071629:27071710,27082751:27082963,27086938:27087407,27093812:27094741,27097608:27098444,27102182:2710458', 'assoc_mat': '26445880:metal:3594:26447444,26445902:metal:3594:26449677,26453700:metal:3594:26456048,26487565:metal:3594:26487977,26489096:metal:3594:26489736,26492268:metal:3594:26492533,26495364:metal:3594:26495807,26497815:metal:3594:26498036,26524842:metal:3594:26528370,26539059:metal:3594:26542467,26539074:metal:3594:26540049,26545107:metal:3594:26545780,26573164:metal:3594:26573800,26579611:metal:3594:26581009,26579614:metal:3594:26580564,26644250:metal:3594:26645282,26648299:metal:3594:26648984,26713693:metal:3594:26724093,26751144:metal:3594:26753084,26751187:metal:3594:26752696,26751197:metal:3594:26752513,26751207:metal:3594:26752148,26758237:metal:3594:26758582,26761746:metal:3594:26761910,26766059:metal:3594:26766750,26783341:metal:3594:26784208,26790345:metal:3594:26796525,26801185:metal:3594:26801734,26809208:metal:3594:26812354,26824390:metal:3594:26824454,26850785:metal:3594:26851100,26857655:metal:3594:26858667,26860464:metal:3594:26861205,26890986:metal:3594:26891495,26905388:metal:3594:26906392,26909866:'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.019734251911789118, 'nb_photo': 1478, 'list_port_cont': '26387570,26391102,26442026,26446242,26481325,26497564,26530569,26537135,26571948,26594400,26631744,26634294,26648879,26719639,26728978,26753066,26759670,26761317,26803604,26814703,26814909,26824506,26860740,26867870,26890095,26891097,26942089,26974286,27059935,27072561,27100827,27103285,27131709,27145526,27185467,27225934,27315374,27321658,27323927', 'assoc_port': '26386679:26387570,26390464:26391102,26439252:26442026,26445912:26446242,26478051:26481325,26497171:26497564,26530468:26530569,26536228:26537135,26569621:26571948,26586363:26594400,26631030:26631744,26631983:26634294,26648316:26648879,26719536:26719639,26728853:26728978,26751099:26761317,26751279:26753066,26759529:26759670,26792966:26803604,26807483:26814703,26807485:26814909,26824394:26824506,26857652:26860740,26867715:26867870,26889624:26890095,26890987:26891097,26939177:26942089,26974036:26974286,27058817:27059935,27071587:27072561,27097601:27100827,27103125:27103285,27131472:27131709,27143738:27145526,27185120:27185467,27225865:27225934,27237164:27323927,27285547:27321658,27315318:27315374', 'assoc_mat': '26386679:papier:4205:26387570,26390464:papier:4205:26391102,26439252:papier:4205:26442026,26445912:papier:4205:26446242,26478051:papier:4205:26481325,26497171:papier:4205:26497564,26530468:papier:4205:26530569,26536228:papier:4205:26537135,26569621:papier:4205:26571948,26586363:papier:4205:26594400,26631030:papier:4205:26631744,26631983:papier:4205:26634294,26648316:papier:4205:26648879,26719536:papier:4205:26719639,26728853:papier:4205:26728978,26751099:papier:4205:26761317,26751279:papier:4205:26753066,26759529:papier:4205:26759670,26792966:papier:4205:26803604,26807483:papier:4205:26814703,26807485:papier:4205:26814909,26824394:papier:4205:26824506,26857652:papier:4205:26860740,26867715:papier:4205:26867870,26889624:papier:4205:26890095,26890987:papier:4205:26891097,26939177:papier:4205:26942089,26974036:papier:4205:26974286,27058817:papier:4205:27059935,27071587:papier:4205:27072561,27097601:papier:4205:27100827,27103125:papier:4205:27103285,27131472:papier:4205:27131709,27143738:papier:4205:27145526,2718'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.027794641157906162, 'nb_photo': 8204, 'list_port_cont': '26401209,26428258,26442678,26466903,26482233,26499473,26514100,26531674,26554807,26573834,26594043,26594255,26639885,26649784,26712926,26716778,26720360,26727757,26753037,26762013,26790938,26803240,26809757,26830015,26843102,26861877,26884566,26892048,26913457,26941180,26997039,27021336,27057239,27060838,27072376,27072630,27085869,27085940,27097973,27110327,27121804,27148942,27152256,27175132,27321176,27321702,27321787,27321807,27322641,27323246,27324034,27324427', 'assoc_port': '26391739:26401209,26425490:26428258,26439254:26442678,26464089:26466903,26478053:26482233,26492286:26499473,26513793:26514100,26531456:26531674,26554503:26554807,26570438:26573834,26582091:26594255,26593673:26594043,26639552:26639885,26649367:26649784,26712856:26712926,26716458:26716778,26719969:26720360,26727128:26727757,26751193:26762013,26752200:26753037,26790304:26803240,26790329:26790938,26803083:26809757,26824358:26830015,26842682:26843102,26857659:26861877,26879651:26884566,26891694:26892048,26907141:26913457,26934346:26941180,26960163:26997039,27019455:27021336,27055905:27057239,27058829:27060838,27071586:27072630,27071621:27072376,27082807:27085940,27082821:27085869,27089619:27110327,27097607:27097973,27117389:27121804,27143712:27152256,27143717:27148942,27169466:27175132,27225874:27324427,27237161:27324034,27268285:27322641,27279595:27321787,27279604:27321807,27285604:27321702,27307131:27323246,27313960:27321176', 'assoc_mat': '26391739:papier:4203:26401209,26425490:papier:4203:26428258,26439254:papier:4203:26442678,26464089:papier:4203:26466903,26478053:papier:4203:26482233,26492286:papier:4203:26499473,26513793:papier:4203:26514100,26531456:papier:4203:26531674,26554503:papier:4203:26554807,26570438:papier:4203:26573834,26582091:papier:4203:26594255,26593673:papier:4203:26594043,26639552:papier:4203:26639885,26649367:papier:4203:26649784,26712856:papier:4203:26712926,26716458:papier:4203:26716778,26719969:papier:4203:26720360,26727128:papier:4203:26727757,26751193:papier:4203:26762013,26752200:papier:4203:26753037,26790304:papier:4203:26803240,26790329:papier:4203:26790938,26803083:papier:4203:26809757,26824358:papier:4203:26830015,26842682:papier:4203:26843102,26857659:papier:4203:26861877,26879651:papier:4203:26884566,26891694:papier:4203:26892048,26907141:papier:4203:26913457,26934346:papier:4203:26941180,26960163:papier:4203:26997039,27019455:papier:4203:27021336,27055905:papier:4203:27057239,27058829:papier:4203:27060838,2707'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.025080215923396123, 'nb_photo': 13962, 'list_port_cont': '26387967,26389586,26390200,26390248,26390774,26392728,26392811,26396101,26399060,26402559,26404494,26404687,26428222,26430702,26435622,26437750,26438843,26441734,26442491,26444833,26444996,26445001,26445203,26449572,26453578,26456325,26457296,26460083,26460291,26466755,26481207,26482863,26482997,26483206,26486383,26486558,26486813,26490157,26496969,26500175,26512219,26513281,26513632,26513803,26515481,26516697,26516934,26517088,26529249,26530235,26530620,26530714,26531574,26532239,26536303,26543371,26546296,26547185,26549400,26549607,26553309,26553431,26553560,26556892,26570545,26571379,26571620,26573639,26573878,26574269,26577477,26583719,26590283,26590950,26593834,26594341,26594507,26594776,26595314,26596407,26599198,26628968,26629422,26629878,26634303,26634784,26638693,26639622,26640152,26641956,26644314,26648898,26649417,26649637,26658790,26659138,26668192,26711866,26712394,26712665,26713333,26714041,26714511,26715951,26716654,26716712,26716999,26718532,26719757,26721654,26723991,26724708,26726640,2672679', 'assoc_port': '26386707:26387967,26387952:26389586,26390029:26390248,26390034:26390200,26390467:26390774,26391740:26392728,26391742:26392811,26395918:26396101,26397261:26399060,26400217:26402559,26401457:26404494,26401486:26404687,26427995:26428222,26430559:26430702,26434416:26435622,26437046:26437750,26438741:26438843,26439251:26441734,26439255:26442491,26442776:26444833,26442788:26445001,26442817:26445203,26444767:26444996,26445905:26449572,26448721:26453578,26452473:26456325,26453704:26457296,26456343:26460083,26456352:26460291,26464088:26466755,26475514:26486813,26478050:26481207,26479241:26482863,26479253:26482997,26479256:26483206,26482169:26486383,26482173:26486558,26487562:26490157,26489092:26496969,26492284:26512219,26497173:26516697,26497175:26516934,26497181:26517088,26499949:26513281,26499965:26500175,26501106:26513632,26501113:26513803,26511275:26515481,26523740:26529249,26524840:26530714,26529999:26530235,26530464:26530620,26531442:26531574,26531950:26532239,26533163:26547185,26533166:26546296,26536214:2655330', 'assoc_mat': '26386707:papier:4207:26387967,26387952:papier:4207:26389586,26390029:papier:4207:26390248,26390034:papier:4207:26390200,26390467:papier:4207:26390774,26391740:papier:4207:26392728,26391742:papier:4207:26392811,26395918:papier:4207:26396101,26397261:papier:4207:26399060,26400217:papier:4207:26402559,26401457:papier:4207:26404494,26401486:papier:4207:26404687,26427995:papier:4207:26428222,26430559:papier:4207:26430702,26434416:papier:4207:26435622,26437046:papier:4207:26437750,26438741:papier:4207:26438843,26439251:papier:4207:26441734,26439255:papier:4207:26442491,26442776:papier:4207:26444833,26442788:papier:4207:26445001,26442817:papier:4207:26445203,26444767:papier:4207:26444996,26445905:papier:4207:26449572,26448721:papier:4207:26453578,26452473:papier:4207:26456325,26453704:papier:4207:26457296,26456343:papier:4207:26460083,26456352:papier:4207:26460291,26464088:papier:4207:26466755,26475514:papier:4207:26486813,26478050:papier:4207:26481207,26479241:papier:4207:26482863,26479253:papier:4207:26482997,2647'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.19014923258136576, 'nb_photo': 36185, 'list_port_cont': '26388582,26395376,26400638,26401888,26428480,26430863,26436390,26439692,26445245,26446523,26456746,26457829,26476235,26479824,26480073,26488403,26491707,26495785,26497997,26501489,26531691,26531729,26533846,26536670,26540277,26540462,26545666,26567756,26573433,26573459,26578785,26584042,26588040,26595358,26595403,26628828,26631339,26638873,26640994,26649521,26651299,26651876,26655916,26712402,26712693,26714499,26716669,26718717,26720095,26721760,26724911,26726811,26727374,26747642,26750752,26751730,26751830,26752018,26752411,26755756,26758693,26760455,26772382,26785782,26788105,26788585,26790698,26794717,26803423,26806756,26824549,26824764,26824856,26841938,26846961,26848285,26850990,26865256,26865495,26870695,26870731,26882785,26886418,26889984,26894113,26895242,26903026,26907607,26908785,26927918,26933759,26943657,26944842,26952890,26961914,26966928,27016494,27049472,27053312,27056257,27059195,27059383,27067143,27067217,27071765,27072021,27072120,27072181,27072228,27073146,27081218,27083283,27083500,2708735', 'assoc_port': '26387953:26388582,26395137:26395376,26400218:26400638,26401455:26401888,26427958:26428480,26430561:26430863,26436194:26436390,26439256:26439692,26444765:26445245,26445909:26446523,26456344:26456746,26457495:26457829,26475495:26476235,26479249:26480073,26479280:26479824,26487569:26488403,26491451:26491707,26495358:26495785,26497818:26497997,26501114:26501489,26531440:26531729,26531443:26531691,26533164:26533846,26536215:26536670,26539053:26540462,26539072:26540277,26545119:26545666,26567362:26567756,26573161:26573459,26573165:26573433,26578355:26578785,26583459:26584042,26587629:26588040,26595187:26595403,26595189:26595358,26628256:26628828,26631029:26631339,26638676:26638873,26640558:26640994,26649359:26649521,26651196:26651876,26651200:26651299,26655471:26655916,26712338:26712402,26712595:26712693,26714283:26714499,26716438:26716669,26718541:26718717,26719967:26720095,26721330:26721760,26724506:26724911,26726289:26726811,26727130:26727374,26747103:26747642,26750687:26750752,26751100:26751730,26751147:2675241', 'assoc_mat': '26387953:papier:4461:26388582,26395137:papier:4461:26395376,26400218:papier:4461:26400638,26401455:papier:4461:26401888,26427958:papier:4461:26428480,26430561:papier:4461:26430863,26436194:papier:4461:26436390,26439256:papier:4461:26439692,26444765:papier:4461:26445245,26445909:papier:4461:26446523,26456344:papier:4461:26456746,26457495:papier:4461:26457829,26475495:papier:4461:26476235,26479249:papier:4461:26480073,26479280:papier:4461:26479824,26487569:papier:4461:26488403,26491451:papier:4461:26491707,26495358:papier:4461:26495785,26497818:papier:4461:26497997,26501114:papier:4461:26501489,26531440:papier:4461:26531729,26531443:papier:4461:26531691,26533164:papier:4461:26533846,26536215:papier:4461:26536670,26539053:papier:4461:26540462,26539072:papier:4461:26540277,26545119:papier:4461:26545666,26567362:papier:4461:26567756,26573161:papier:4461:26573459,26573165:papier:4461:26573433,26578355:papier:4461:26578785,26583459:papier:4461:26584042,26587629:papier:4461:26588040,26595187:papier:4461:26595403,2659'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.08023171222995404, 'nb_photo': 5018, 'list_port_cont': '26387255,26387313,26390799,26390833,26390946,26391944,26392135,26397737,26434871,26435128,26437498,26437688,26438889,26443149,26445024,26446360,26449064,26453949,26454238,26455696,26456650,26478472,26478854,26479896,26488041,26488151,26489592,26492360,26497383,26500336,26502187,26507354,26509893,26527960,26528033,26530646,26533734,26536502,26539311,26539577,26545468,26545506,26546720,26552831,26566258,26573570,26577503,26579884,26583866,26587968,26590830,26593938,26595302,26599123,26629644,26635155,26638910,26641030,26646036,26649490,26651526,26712635,26716013,26716615,26717061,26718133,26719603,26721565,26724067,26724836,26726618,26729079,26748636,26752219,26752382,26752458,26752596,26752991,26753049,26753280,26753541,26753862,26760405,26765688,26767683,26772360,26788458,26790525,26791474,26794455,26795861,26801622,26803324,26804498,26804772,26809379,26815173,26824671,26824792,26824917,26825047,26825173,26842854,26846757,26854016,26865362,26865713,26877124,26884897,26885216,26889118,26891199,26891807,2689184', 'assoc_port': '26386718:26387313,26386744:26387255,26390463:26390946,26390465:26390833,26390468:26390799,26391743:26391944,26391744:26392135,26397265:26397737,26434412:26434871,26434414:26435128,26437044:26437688,26437051:26437498,26438743:26438889,26442818:26443149,26444763:26445024,26445884:26446360,26448726:26449064,26452474:26455696,26453706:26453949,26453708:26454238,26456350:26456650,26478047:26478854,26478049:26478472,26479276:26479896,26487564:26488151,26487567:26488041,26489107:26489592,26492292:26492360,26495367:26502187,26497183:26497383,26499951:26500336,26501110:26509893,26507069:26507354,26527509:26527960,26527510:26528033,26530467:26530646,26533165:26533734,26536221:26546720,26536226:26536502,26539062:26539577,26539067:26539311,26545110:26545506,26545122:26545468,26552443:26552831,26566015:26566258,26573162:26573570,26577262:26577503,26579612:26579884,26583473:26583866,26587642:26587968,26590421:26590830,26593672:26593938,26595190:26595302,26599081:26599123,26629305:26629644,26634579:26635155,26638671:2663891', 'assoc_mat': '26386718:papier:4200:26387313,26386744:papier:4200:26387255,26390463:papier:4200:26390946,26390465:papier:4200:26390833,26390468:papier:4200:26390799,26391743:papier:4200:26391944,26391744:papier:4200:26392135,26397265:papier:4200:26397737,26434412:papier:4200:26434871,26434414:papier:4200:26435128,26437044:papier:4200:26437688,26437051:papier:4200:26437498,26438743:papier:4200:26438889,26442818:papier:4200:26443149,26444763:papier:4200:26445024,26445884:papier:4200:26446360,26448726:papier:4200:26449064,26452474:papier:4200:26455696,26453706:papier:4200:26453949,26453708:papier:4200:26454238,26456350:papier:4200:26456650,26478047:papier:4200:26478854,26478049:papier:4200:26478472,26479276:papier:4200:26479896,26487564:papier:4200:26488151,26487567:papier:4200:26488041,26489107:papier:4200:26489592,26492292:papier:4200:26492360,26495367:papier:4200:26502187,26497183:papier:4200:26497383,26499951:papier:4200:26500336,26501110:papier:4200:26509893,26507069:papier:4200:26507354,26527509:papier:4200:26527960,2652'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.970083847781892, 'nb_photo': 16242, 'list_port_cont': '26390296,26398076,26430689,26433292,26445104,26456461,26457696,26476470,26482845,26504570,26504826,26523965,26530163,26532048,26545383,26552937,26563925,26569732,26578507,26578699,26586527,26592677,26592763,26626680,26629493,26632312,26639790,26640880,26660670,26668119,26712554,26712725,26712877,26713959,26716609,26716638,26718632,26721638,26724129,26728961,26747381,26747482,26751664,26751685,26755949,26783794,26790651,26793568,26809104,26809486,26824608,26844132,26852448,26860716,26863970,26879966,26886028,26886320,26905901,26911398,26930657,26939491,26939632,26956088,26965779,26966624,27019715,27019757,27047908,27067032,27071690,27071829,27083103,27083318,27089697,27092753,27100161,27102483,27102883,27109104,27117723,27118835,27118964,27126470,27140373,27144057,27147632,27151058,27172469,27180388,27188369,27195917,27223592,27225963,27245150,27245326,27251389,27268617,27268676,27277031,27281560,27286728,27291997,27307965,27310643', 'assoc_port': '26390031:26390296,26395921:26398076,26430557:26430689,26432929:26433292,26444773:26445104,26456353:26456461,26457500:26457696,26475493:26476470,26482160:26482845,26504435:26504826,26504439:26504570,26523737:26523965,26530000:26530163,26531944:26532048,26545129:26545383,26552442:26552937,26563464:26563925,26569614:26569732,26578353:26578507,26578354:26578699,26586392:26586527,26592510:26592677,26592511:26592763,26626409:26626680,26629300:26629493,26631986:26632312,26639554:26639790,26640630:26640880,26660297:26660670,26667792:26668119,26712523:26712554,26712577:26712725,26712853:26712877,26713695:26713959,26716478:26716638,26716480:26716609,26718542:26718632,26721332:26721638,26723903:26724129,26728850:26728961,26747084:26747381,26747101:26747482,26751145:26751685,26751277:26751664,26755358:26755949,26783338:26793568,26783343:26783794,26790305:26790651,26801184:26809104,26809213:26809486,26824347:26824608,26843742:26844132,26852313:26852448,26860461:26860716,26863697:26863970,26879650:26879966,26885905:2688632', 'assoc_mat': '26390031:papier:4209:26390296,26395921:papier:4209:26398076,26430557:papier:4209:26430689,26432929:papier:4209:26433292,26444773:papier:4209:26445104,26456353:papier:4209:26456461,26457500:papier:4209:26457696,26475493:papier:4209:26476470,26482160:papier:4209:26482845,26504435:papier:4209:26504826,26504439:papier:4209:26504570,26523737:papier:4209:26523965,26530000:papier:4209:26530163,26531944:papier:4209:26532048,26545129:papier:4209:26545383,26552442:papier:4209:26552937,26563464:papier:4209:26563925,26569614:papier:4209:26569732,26578353:papier:4209:26578507,26578354:papier:4209:26578699,26586392:papier:4209:26586527,26592510:papier:4209:26592677,26592511:papier:4209:26592763,26626409:papier:4209:26626680,26629300:papier:4209:26629493,26631986:papier:4209:26632312,26639554:papier:4209:26639790,26640630:papier:4209:26640880,26660297:papier:4209:26660670,26667792:papier:4209:26668119,26712523:papier:4209:26712554,26712577:papier:4209:26712725,26712853:papier:4209:26712877,26713695:papier:4209:26713959,2671'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010614605362277879, 'nb_photo': 27106, 'list_port_cont': '26388174,26388944,26391064,26392369,26395455,26396192,26400918,26428409,26431039,26433462,26436503,26438934,26438992,26439997,26443391,26446812,26449485,26449787,26453066,26454571,26456897,26466437,26476745,26478944,26480401,26480831,26483066,26486782,26488210,26492584,26495941,26498077,26501725,26504868,26505744,26510201,26512356,26525372,26530316,26530764,26532344,26532494,26536842,26539872,26540870,26542235,26545610,26546578,26566103,26568077,26568556,26571371,26574379,26574439,26577543,26578823,26582699,26583977,26587137,26588009,26591076,26593132,26594139,26595338,26628883,26629790,26629901,26629982,26632796,26635186,26639819,26641288,26641591,26643239,26643483,26648909,26651695,26656182,26657271,26657425,26658051,26711487,26712223,26712354,26712373,26712743,26712973,26713400,26714091,26714416,26714551,26716718,26718201,26718740,26720299,26721956,26724258,26724993,26726610,26726707,26726863,26729187,26729309,26730774,26747814,26748900,26748952,26751243,26751809,26752322,26752524,26752638,26753168,2675351', 'assoc_port': '26386677:26388174,26387927:26388944,26390466:26391064,26391738:26392369,26395135:26395455,26395919:26396192,26400216:26400918,26427977:26428409,26430555:26431039,26432931:26433462,26436193:26436503,26438736:26438992,26438738:26438934,26439265:26439997,26442792:26443391,26445908:26446812,26448719:26449787,26448722:26449485,26452472:26453066,26453702:26454571,26456347:26456897,26457498:26466437,26475512:26476745,26478052:26478944,26479251:26480831,26479259:26480401,26482170:26483066,26486544:26486782,26487572:26488210,26492290:26492584,26495362:26495941,26495368:26512356,26497817:26505744,26497820:26498077,26501108:26501725,26501112:26510201,26504436:26504868,26524843:26525372,26529998:26530316,26530465:26530764,26531949:26532494,26531952:26532344,26536212:26536842,26539070:26540870,26539081:26539872,26541434:26542235,26545117:26546578,26545125:26545610,26563481:26566103,26567360:26568556,26567361:26568077,26570440:26571371,26573995:26574439,26573997:26574379,26577265:26577543,26578357:26578823,26582092:2658269', 'assoc_mat': '26386677:papier:4211:26388174,26387927:papier:4211:26388944,26390466:papier:4211:26391064,26391738:papier:4211:26392369,26395135:papier:4211:26395455,26395919:papier:4211:26396192,26400216:papier:4211:26400918,26427977:papier:4211:26428409,26430555:papier:4211:26431039,26432931:papier:4211:26433462,26436193:papier:4211:26436503,26438736:papier:4211:26438992,26438738:papier:4211:26438934,26439265:papier:4211:26439997,26442792:papier:4211:26443391,26445908:papier:4211:26446812,26448719:papier:4211:26449787,26448722:papier:4211:26449485,26452472:papier:4211:26453066,26453702:papier:4211:26454571,26456347:papier:4211:26456897,26457498:papier:4211:26466437,26475512:papier:4211:26476745,26478052:papier:4211:26478944,26479251:papier:4211:26480831,26479259:papier:4211:26480401,26482170:papier:4211:26483066,26486544:papier:4211:26486782,26487572:papier:4211:26488210,26492290:papier:4211:26492584,26495362:papier:4211:26495941,26495368:papier:4211:26512356,26497817:papier:4211:26505744,26497820:papier:4211:26498077,2650'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0077685795635154785, 'nb_photo': 420, 'list_port_cont': '26388196,26390534,26392675,26395768,26396268,26402380,26402483,26428811,26433924,26445500,26449527,26486886,26488497,26492045,26492674,26497601,26500775,26502633,26514136,26525690,26530812,26531806,26537070,26537189,26540232,26540800,26542419,26544391,26546172,26568206,26571392,26574441,26577654,26580368,26583067,26587253,26599272,26631653,26632853,26635589,26639851,26645060,26646506,26649868,26652009,26717114,26718227,26718817,26719822,26724353,26725052,26729358,26752172,26752922,26752963,26753115,26753218,26756081,26760443,26768213,26784712,26788613,26788737,26791092,26793678,26803715,26804940,26810003,26824875,26825414,26825461,26847471,26848616,26851135,26853001,26854333,26858582,26861286,26864491,26870803,26883205,26890152,26892095,26893099,26900062,26900093,26920472,26945092,26945173,26948820,26949052,26953312,26956572,26960965,27020219,27024750,27048288,27053736,27055709,27056694,27059556,27059726,27059851,27067306,27067403,27072425,27072477,27072533,27072595,27072613,27072666,27072837,27083793,2709003', 'assoc_port': '26386678:26388196,26390033:26390534,26391741:26392675,26395136:26395768,26395917:26396268,26401482:26402483,26401484:26402380,26427996:26428811,26432933:26433924,26444769:26445500,26448724:26449527,26486545:26486886,26487570:26488497,26491438:26492045,26492257:26492674,26492283:26502633,26497179:26497601,26499945:26500775,26513810:26514136,26524841:26525690,26530463:26530812,26531444:26531806,26536223:26537189,26536230:26537070,26536236:26544391,26539057:26540800,26539077:26540232,26541448:26542419,26545112:26546172,26567374:26568206,26570441:26571392,26573998:26574441,26577263:26577654,26579613:26580368,26582089:26583067,26586352:26587253,26599079:26599272,26631028:26631653,26631953:26632853,26634597:26635589,26639558:26639851,26644252:26645060,26645500:26646506,26649357:26649868,26651201:26652009,26716906:26717114,26717838:26718227,26718524:26718817,26719532:26719822,26723898:26724353,26724518:26725052,26728823:26729358,26751081:26756081,26751128:26752172,26751142:26753218,26751158:26753115,26751183:2675296', 'assoc_mat': '26386678:papier:3327:26388196,26390033:papier:3327:26390534,26391741:papier:3327:26392675,26395136:papier:3327:26395768,26395917:papier:3327:26396268,26401482:papier:3327:26402483,26401484:papier:3327:26402380,26427996:papier:3327:26428811,26432933:papier:3327:26433924,26444769:papier:3327:26445500,26448724:papier:3327:26449527,26486545:papier:3327:26486886,26487570:papier:3327:26488497,26491438:papier:3327:26492045,26492257:papier:3327:26492674,26492283:papier:3327:26502633,26497179:papier:3327:26497601,26499945:papier:3327:26500775,26513810:papier:3327:26514136,26524841:papier:3327:26525690,26530463:papier:3327:26530812,26531444:papier:3327:26531806,26536223:papier:3327:26537189,26536230:papier:3327:26537070,26536236:papier:3327:26544391,26539057:papier:3327:26540800,26539077:papier:3327:26540232,26541448:papier:3327:26542419,26545112:papier:3327:26546172,26567374:papier:3327:26568206,26570441:papier:3327:26571392,26573998:papier:3327:26574441,26577263:papier:3327:26577654,26579613:papier:3327:26580368,2658'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0696949618448221, 'nb_photo': 10484, 'list_port_cont': '26447437,26449678,26455556,26456041,26487982,26489730,26492532,26492565,26495812,26498034,26504738,26528377,26540052,26540180,26542469,26545783,26573801,26580565,26581007,26582612,26583027,26586889,26587320,26641098,26645277,26648982,26724084,26728611,26752146,26752512,26752693,26753092,26758584,26761917,26766744,26784202,26796526,26801735,26812356,26824455,26851099,26856109,26858065,26858671,26861202,26861484,26886449,26891494,26906399,26910668,26911877,26939963,26957137,26962514,26963071,26967222,26975047,27056840,27057657,27057704,27059147,27059645,27061431,27071716,27072079,27072435,27072576,27072637,27072649,27072823,27082960,27087401,27094737,27098443,27102473,27104583,27108434,27133039,27172127', 'assoc_port': '26445880:26447437,26445902:26449678,26453698:26455556,26453700:26456041,26487565:26487982,26489096:26489730,26492268:26492532,26492294:26492565,26495364:26495812,26497815:26498034,26504438:26504738,26524842:26528377,26539059:26542469,26539064:26540180,26539074:26540052,26545107:26545783,26573164:26573801,26579611:26581007,26579614:26580565,26579639:26583027,26582094:26582612,26586364:26587320,26586391:26586889,26640591:26641098,26644250:26645277,26648299:26648982,26713693:26724084,26716479:26728611,26751144:26753092,26751187:26752693,26751197:26752512,26751207:26752146,26758237:26758584,26761746:26761917,26766059:26766744,26783341:26784202,26790345:26796526,26801185:26801735,26809208:26812356,26824390:26824455,26850785:26851099,26852316:26856109,26857655:26858671,26857683:26858065,26860462:26861484,26860464:26861202,26885907:26886449,26890986:26891494,26905388:26906399,26909866:26910668,26911018:26911877,26939189:26939963,26955630:26963071,26955635:26957137,26960161:26962514,26966174:26967222,26974034:2697504', 'assoc_mat': '26445880:papier:3594:26447437,26445902:papier:3594:26449678,26453698:papier:3594:26455556,26453700:papier:3594:26456041,26487565:papier:3594:26487982,26489096:papier:3594:26489730,26492268:papier:3594:26492532,26492294:papier:3594:26492565,26495364:papier:3594:26495812,26497815:papier:3594:26498034,26504438:papier:3594:26504738,26524842:papier:3594:26528377,26539059:papier:3594:26542469,26539064:papier:3594:26540180,26539074:papier:3594:26540052,26545107:papier:3594:26545783,26573164:papier:3594:26573801,26579611:papier:3594:26581007,26579614:papier:3594:26580565,26579639:papier:3594:26583027,26582094:papier:3594:26582612,26586364:papier:3594:26587320,26586391:papier:3594:26586889,26640591:papier:3594:26641098,26644250:papier:3594:26645277,26648299:papier:3594:26648982,26713693:papier:3594:26724084,26716479:papier:3594:26728611,26751144:papier:3594:26753092,26751187:papier:3594:26752693,26751197:papier:3594:26752512,26751207:papier:3594:26752146,26758237:papier:3594:26758584,26761746:papier:3594:26761917,2676'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0043398954587633345, 'nb_photo': 37, 'list_port_cont': '26387569,26391110,26446243,26530578,26571953,26631748,26648885,26719628,26753065,26761329,26803603,26814701,26860741,26891111,27072556,27100822,27131722,27145523,27315361,27321662,27323919', 'assoc_port': '26386679:26387569,26390464:26391110,26445912:26446243,26530468:26530578,26569621:26571953,26631030:26631748,26648316:26648885,26719536:26719628,26751099:26761329,26751279:26753065,26792966:26803603,26807483:26814701,26857652:26860741,26890987:26891111,27071587:27072556,27097601:27100822,27131472:27131722,27143738:27145523,27237164:27323919,27285547:27321662,27315318:27315361', 'assoc_mat': '26386679:pehd:4205:26387569,26390464:pehd:4205:26391110,26445912:pehd:4205:26446243,26530468:pehd:4205:26530578,26569621:pehd:4205:26571953,26631030:pehd:4205:26631748,26648316:pehd:4205:26648885,26719536:pehd:4205:26719628,26751099:pehd:4205:26761329,26751279:pehd:4205:26753065,26792966:pehd:4205:26803603,26807483:pehd:4205:26814701,26857652:pehd:4205:26860741,26890987:pehd:4205:26891111,27071587:pehd:4205:27072556,27097601:pehd:4205:27100822,27131472:pehd:4205:27131722,27143738:pehd:4205:27145523,27237164:pehd:4205:27323919,27285547:pehd:4205:27321662,27315318:pehd:4205:27315361'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0032119989942554746, 'nb_photo': 211, 'list_port_cont': '26401211,26428256,26442685,26466908,26482235,26499484,26514105,26554803,26573833,26594039,26594256,26639886,26649795,26712935,26716789,26720361,26727764,26753028,26762008,26790932,26803241,26809758,26830009,26843098,26861883,26884570,26892046,26913444,26941192,26997052,27021331,27057247,27072381,27072618,27085879,27085934,27097974,27110332,27121809,27148932,27152262,27175122,27321171,27321703,27321813,27322634,27323241,27324043,27324415', 'assoc_port': '26391739:26401211,26425490:26428256,26439254:26442685,26464089:26466908,26478053:26482235,26492286:26499484,26513793:26514105,26554503:26554803,26570438:26573833,26582091:26594256,26593673:26594039,26639552:26639886,26649367:26649795,26712856:26712935,26716458:26716789,26719969:26720361,26727128:26727764,26751193:26762008,26752200:26753028,26790304:26803241,26790329:26790932,26803083:26809758,26824358:26830009,26842682:26843098,26857659:26861883,26879651:26884570,26891694:26892046,26907141:26913444,26934346:26941192,26960163:26997052,27019455:27021331,27055905:27057247,27071586:27072618,27071621:27072381,27082807:27085934,27082821:27085879,27089619:27110332,27097607:27097974,27117389:27121809,27143712:27152262,27143717:27148932,27169466:27175122,27225874:27324415,27237161:27324043,27268285:27322634,27279604:27321813,27285604:27321703,27307131:27323241,27313960:27321171', 'assoc_mat': '26391739:pehd:4203:26401211,26425490:pehd:4203:26428256,26439254:pehd:4203:26442685,26464089:pehd:4203:26466908,26478053:pehd:4203:26482235,26492286:pehd:4203:26499484,26513793:pehd:4203:26514105,26554503:pehd:4203:26554803,26570438:pehd:4203:26573833,26582091:pehd:4203:26594256,26593673:pehd:4203:26594039,26639552:pehd:4203:26639886,26649367:pehd:4203:26649795,26712856:pehd:4203:26712935,26716458:pehd:4203:26716789,26719969:pehd:4203:26720361,26727128:pehd:4203:26727764,26751193:pehd:4203:26762008,26752200:pehd:4203:26753028,26790304:pehd:4203:26803241,26790329:pehd:4203:26790932,26803083:pehd:4203:26809758,26824358:pehd:4203:26830009,26842682:pehd:4203:26843098,26857659:pehd:4203:26861883,26879651:pehd:4203:26884570,26891694:pehd:4203:26892046,26907141:pehd:4203:26913444,26934346:pehd:4203:26941192,26960163:pehd:4203:26997052,27019455:pehd:4203:27021331,27055905:pehd:4203:27057247,27071586:pehd:4203:27072618,27071621:pehd:4203:27072381,27082807:pehd:4203:27085934,27082821:pehd:4203:27085879,27089619:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0028119679063754307, 'nb_photo': 161, 'list_port_cont': '26387963,26390207,26404500,26404684,26441744,26442486,26445216,26456326,26457306,26481209,26486382,26486548,26486799,26490153,26500164,26512209,26513623,26529258,26530240,26530622,26530708,26532238,26543374,26547179,26549614,26553434,26571387,26571627,26590288,26594347,26594782,26595317,26599200,26629429,26629876,26634774,26638689,26640158,26644306,26649427,26712381,26712658,26716650,26716711,26718525,26726643,26726783,26727347,26736964,26748475,26753418,26754260,26762208,26763666,26766678,26790547,26804412,26804591,26824711,26825276,26842109,26861366,26867630,26867854,26878369,26879839,26883381,26885987,26899325,26901861,26902640,26908278,26934131,26944529,26961478,26980844,27017613,27020778,27046088,27056009,27057120,27060255,27067389,27071851,27072092,27072322,27072362,27072474,27082901,27083840,27088394,27089553,27097668,27099928,27103139,27103173,27108210,27120249,27123364,27123383,27131581,27131965,27141493,27141903,27148540,27149869,27151842,27169610,27174456,27182835,27184696,27185225,27185396,2719863', 'assoc_port': '26386707:26387963,26390034:26390207,26401457:26404500,26401486:26404684,26439251:26441744,26439255:26442486,26442817:26445216,26452473:26456326,26453704:26457306,26475514:26486799,26478050:26481209,26482169:26486382,26482173:26486548,26487562:26490153,26492284:26512209,26499965:26500164,26501106:26513623,26523740:26529258,26524840:26530708,26529999:26530240,26530464:26530622,26531950:26532238,26533163:26547179,26536224:26553434,26539079:26543374,26545115:26549614,26569616:26571387,26569617:26571627,26578356:26590288,26593668:26594782,26593671:26594347,26595188:26595317,26599080:26599200,26629302:26629876,26629310:26629429,26634577:26640158,26634599:26634774,26638674:26638689,26644236:26644306,26649403:26649427,26712339:26712381,26712596:26712658,26716437:26716711,26716463:26716650,26717841:26718525,26726288:26726783,26726291:26726643,26727129:26727347,26736695:26736964,26748262:26748475,26751227:26754260,26751252:26753418,26755356:26762208,26759508:26763666,26766065:26766678,26771990:26790547,26794110:2680441', 'assoc_mat': '26386707:pehd:4207:26387963,26390034:pehd:4207:26390207,26401457:pehd:4207:26404500,26401486:pehd:4207:26404684,26439251:pehd:4207:26441744,26439255:pehd:4207:26442486,26442817:pehd:4207:26445216,26452473:pehd:4207:26456326,26453704:pehd:4207:26457306,26475514:pehd:4207:26486799,26478050:pehd:4207:26481209,26482169:pehd:4207:26486382,26482173:pehd:4207:26486548,26487562:pehd:4207:26490153,26492284:pehd:4207:26512209,26499965:pehd:4207:26500164,26501106:pehd:4207:26513623,26523740:pehd:4207:26529258,26524840:pehd:4207:26530708,26529999:pehd:4207:26530240,26530464:pehd:4207:26530622,26531950:pehd:4207:26532238,26533163:pehd:4207:26547179,26536224:pehd:4207:26553434,26539079:pehd:4207:26543374,26545115:pehd:4207:26549614,26569616:pehd:4207:26571387,26569617:pehd:4207:26571627,26578356:pehd:4207:26590288,26593668:pehd:4207:26594782,26593671:pehd:4207:26594347,26595188:pehd:4207:26595317,26599080:pehd:4207:26599200,26629302:pehd:4207:26629876,26629310:pehd:4207:26629429,26634577:pehd:4207:26640158,26634599:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004414654920297219, 'nb_photo': 17, 'list_port_cont': '26400642,26638877,26651881,26712412,26712697,26726821,26747629,26752413,26894119,26903024,26944850,27087371,27136691,27192383,27229084,27309602', 'assoc_port': '26400218:26400642,26638676:26638877,26651196:26651881,26712338:26712412,26712595:26712697,26726289:26726821,26747103:26747629,26751147:26752413,26893753:26894119,26902487:26903024,26944436:26944850,27086914:27087371,27136041:27136691,27191990:27192383,27228377:27229084,27309320:27309602', 'assoc_mat': '26400218:pehd:4461:26400642,26638676:pehd:4461:26638877,26651196:pehd:4461:26651881,26712338:pehd:4461:26712412,26712595:pehd:4461:26712697,26726289:pehd:4461:26726821,26747103:pehd:4461:26747629,26751147:pehd:4461:26752413,26893753:pehd:4461:26894119,26902487:pehd:4461:26903024,26944436:pehd:4461:26944850,27086914:pehd:4461:27087371,27136041:pehd:4461:27136691,27191990:pehd:4461:27192383,27228377:pehd:4461:27229084,27309320:pehd:4461:27309602'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.004715956648380787, 'nb_photo': 279, 'list_port_cont': '26387302,26390801,26390951,26392127,26397733,26434870,26437504,26437686,26438883,26443145,26449055,26454232,26455686,26456657,26478461,26478855,26479897,26488056,26488157,26489586,26492370,26500334,26509904,26527959,26530635,26533737,26536505,26539313,26539581,26545462,26546729,26552828,26566268,26577499,26583861,26587960,26590834,26629642,26635152,26638920,26641027,26646024,26651539,26716014,26718141,26719598,26721566,26724061,26726623,26729080,26748631,26752212,26752389,26752470,26752983,26753052,26753289,26753537,26753866,26760401,26765689,26772352,26788481,26794450,26795872,26801617,26803322,26804495,26804771,26824668,26824798,26825043,26825185,26842862,26854017,26865704,26877117,26885220,26891211,26902020,26902860,26911259,26911512,26916658,26927810,26939760,26960587,26966031,26966610,27047872,27056323,27056547,27058110,27059073,27067414,27071661,27071788,27071911,27072105,27072313,27082138,27083783,27087495,27089657,27089848,27094336,27098017,27100077,27100725,27108118,27108285,27117835,27128979,2713169', 'assoc_port': '26386718:26387302,26390463:26390951,26390468:26390801,26391744:26392127,26397265:26397733,26434412:26434870,26437044:26437686,26437051:26437504,26438743:26438883,26442818:26443145,26448726:26449055,26452474:26455686,26453708:26454232,26456350:26456657,26478047:26478855,26478049:26478461,26479276:26479897,26487564:26488157,26487567:26488056,26489107:26489586,26492292:26492370,26499951:26500334,26501110:26509904,26527509:26527959,26530467:26530635,26533165:26533737,26536221:26546729,26536226:26536505,26539062:26539581,26539067:26539313,26545122:26545462,26552443:26552828,26566015:26566268,26577262:26577499,26583473:26583861,26587642:26587960,26590421:26590834,26629305:26629642,26634579:26635152,26638671:26638920,26640649:26641027,26645501:26646024,26651203:26651539,26715928:26716014,26717840:26718141,26719537:26719598,26721333:26721566,26723896:26724061,26726293:26726623,26728830:26729080,26748261:26748631,26751086:26753866,26751126:26753537,26751153:26753289,26751156:26753052,26751185:26752983,26751233:2675238', 'assoc_mat': '26386718:pehd:4200:26387302,26390463:pehd:4200:26390951,26390468:pehd:4200:26390801,26391744:pehd:4200:26392127,26397265:pehd:4200:26397733,26434412:pehd:4200:26434870,26437044:pehd:4200:26437686,26437051:pehd:4200:26437504,26438743:pehd:4200:26438883,26442818:pehd:4200:26443145,26448726:pehd:4200:26449055,26452474:pehd:4200:26455686,26453708:pehd:4200:26454232,26456350:pehd:4200:26456657,26478047:pehd:4200:26478855,26478049:pehd:4200:26478461,26479276:pehd:4200:26479897,26487564:pehd:4200:26488157,26487567:pehd:4200:26488056,26489107:pehd:4200:26489586,26492292:pehd:4200:26492370,26499951:pehd:4200:26500334,26501110:pehd:4200:26509904,26527509:pehd:4200:26527959,26530467:pehd:4200:26530635,26533165:pehd:4200:26533737,26536221:pehd:4200:26546729,26536226:pehd:4200:26536505,26539062:pehd:4200:26539581,26539067:pehd:4200:26539313,26545122:pehd:4200:26545462,26552443:pehd:4200:26552828,26566015:pehd:4200:26566268,26577262:pehd:4200:26577499,26583473:pehd:4200:26583861,26587642:pehd:4200:26587960,26590421:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004856059111350858, 'nb_photo': 49, 'list_port_cont': '26457698,26504818,26545384,26552943,26563917,26578499,26586523,26626670,26712562,26713960,26721629,26724116,26728965,26747486,26844139,26905913,26965784,27019752,27071685,27071830,27083311,27102898,27117710,27118954,27151061,27195905,27251390,27268681,27307969', 'assoc_port': '26457500:26457698,26504435:26504818,26545129:26545384,26552442:26552943,26563464:26563917,26578353:26578499,26586392:26586523,26626409:26626670,26712523:26712562,26713695:26713960,26721332:26721629,26723903:26724116,26728850:26728965,26747101:26747486,26843742:26844139,26905390:26905913,26965623:26965784,27019447:27019752,27071632:27071830,27071636:27071685,27082754:27083311,27093763:27102898,27117388:27117710,27118659:27118954,27150783:27151061,27195451:27195905,27251108:27251390,27268276:27268681,27307823:27307969', 'assoc_mat': '26457500:pehd:4209:26457698,26504435:pehd:4209:26504818,26545129:pehd:4209:26545384,26552442:pehd:4209:26552943,26563464:pehd:4209:26563917,26578353:pehd:4209:26578499,26586392:pehd:4209:26586523,26626409:pehd:4209:26626670,26712523:pehd:4209:26712562,26713695:pehd:4209:26713960,26721332:pehd:4209:26721629,26723903:pehd:4209:26724116,26728850:pehd:4209:26728965,26747101:pehd:4209:26747486,26843742:pehd:4209:26844139,26905390:pehd:4209:26905913,26965623:pehd:4209:26965784,27019447:pehd:4209:27019752,27071632:pehd:4209:27071830,27071636:pehd:4209:27071685,27082754:pehd:4209:27083311,27093763:pehd:4209:27102898,27117388:pehd:4209:27117710,27118659:pehd:4209:27118954,27150783:pehd:4209:27151061,27195451:pehd:4209:27195905,27251108:pehd:4209:27251390,27268276:pehd:4209:27268681,27307823:pehd:4209:27307969'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9708004762774791, 'nb_photo': 9000, 'list_port_cont': '26388180,26388936,26391058,26392363,26395457,26396197,26400925,26428408,26431032,26433483,26436514,26438935,26438985,26440003,26443400,26446811,26449498,26449778,26453054,26454585,26456898,26466447,26476749,26478960,26480400,26480833,26483064,26486785,26488212,26492588,26495948,26498086,26501726,26504867,26505751,26510204,26512355,26525374,26530326,26530770,26532349,26532487,26536833,26539864,26540864,26542227,26545622,26546594,26566098,26568083,26568550,26571358,26574373,26574429,26577540,26578815,26582707,26583978,26587145,26588015,26591066,26593135,26594145,26595332,26628884,26629799,26629907,26629990,26632806,26635192,26639818,26641284,26641592,26643238,26643499,26648915,26651690,26656177,26657265,26658058,26711495,26712220,26712347,26712370,26712749,26712969,26713393,26714099,26714420,26714554,26716729,26718205,26718741,26720303,26721965,26724248,26725008,26726604,26726858,26729185,26729294,26730785,26747825,26748906,26748934,26751251,26751816,26752323,26752516,26752650,26753178,26753501,26753876,2675462', 'assoc_port': '26386677:26388180,26387927:26388936,26390466:26391058,26391738:26392363,26395135:26395457,26395919:26396197,26400216:26400925,26427977:26428408,26430555:26431032,26432931:26433483,26436193:26436514,26438736:26438985,26438738:26438935,26439265:26440003,26442792:26443400,26445908:26446811,26448719:26449778,26448722:26449498,26452472:26453054,26453702:26454585,26456347:26456898,26457498:26466447,26475512:26476749,26478052:26478960,26479251:26480833,26479259:26480400,26482170:26483064,26486544:26486785,26487572:26488212,26492290:26492588,26495362:26495948,26495368:26512355,26497817:26505751,26497820:26498086,26501108:26501726,26501112:26510204,26504436:26504867,26524843:26525374,26529998:26530326,26530465:26530770,26531949:26532487,26531952:26532349,26536212:26536833,26539070:26540864,26539081:26539864,26541434:26542227,26545117:26546594,26545125:26545622,26563481:26566098,26567360:26568550,26567361:26568083,26570440:26571358,26573995:26574429,26573997:26574373,26577265:26577540,26578357:26578815,26582092:2658270', 'assoc_mat': '26386677:pehd:4211:26388180,26387927:pehd:4211:26388936,26390466:pehd:4211:26391058,26391738:pehd:4211:26392363,26395135:pehd:4211:26395457,26395919:pehd:4211:26396197,26400216:pehd:4211:26400925,26427977:pehd:4211:26428408,26430555:pehd:4211:26431032,26432931:pehd:4211:26433483,26436193:pehd:4211:26436514,26438736:pehd:4211:26438985,26438738:pehd:4211:26438935,26439265:pehd:4211:26440003,26442792:pehd:4211:26443400,26445908:pehd:4211:26446811,26448719:pehd:4211:26449778,26448722:pehd:4211:26449498,26452472:pehd:4211:26453054,26453702:pehd:4211:26454585,26456347:pehd:4211:26456898,26457498:pehd:4211:26466447,26475512:pehd:4211:26476749,26478052:pehd:4211:26478960,26479251:pehd:4211:26480833,26479259:pehd:4211:26480400,26482170:pehd:4211:26483064,26486544:pehd:4211:26486785,26487572:pehd:4211:26488212,26492290:pehd:4211:26492588,26495362:pehd:4211:26495948,26495368:pehd:4211:26512355,26497817:pehd:4211:26505751,26497820:pehd:4211:26498086,26501108:pehd:4211:26501726,26501112:pehd:4211:26510204,26504436:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002684222175734652, 'nb_photo': 1, 'list_port_cont': '26443450', 'assoc_port': '26442778:26443450', 'assoc_mat': '26442778:pehd:3327:26443450'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0003838940901017069, 'nb_photo': 20, 'list_port_cont': '26449668,26495809,26582615,26587326,26648987,26761916,26766742,26858674,26906389,26967223,27059137,27061429,27072439,27072638,27072646', 'assoc_port': '26445902:26449668,26495364:26495809,26582094:26582615,26586364:26587326,26648299:26648987,26761746:26761916,26766059:26766742,26857655:26858674,26905388:26906389,26966174:26967223,27058827:27059137,27060966:27061429,27071596:27072638,27071598:27072646,27071608:27072439', 'assoc_mat': '26445902:pehd:3594:26449668,26495364:pehd:3594:26495809,26582094:pehd:3594:26582615,26586364:pehd:3594:26587326,26648299:pehd:3594:26648987,26761746:pehd:3594:26761916,26766059:pehd:3594:26766742,26857655:pehd:3594:26858674,26905388:pehd:3594:26906389,26966174:pehd:3594:26967223,27058827:pehd:3594:27059137,27060966:pehd:3594:27061429,27071596:pehd:3594:27072638,27071598:pehd:3594:27072646,27071608:pehd:3594:27072439'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0025585167967463887, 'nb_photo': 7, 'list_port_cont': '26387573,26530571,26537131,26631745,26648873,26803610', 'assoc_port': '26386679:26387573,26530468:26530571,26536228:26537131,26631030:26631745,26648316:26648873,26792966:26803610', 'assoc_mat': '26386679:pet_clair:4205:26387573,26530468:pet_clair:4205:26530571,26536228:pet_clair:4205:26537131,26631030:pet_clair:4205:26631745,26648316:pet_clair:4205:26648873,26792966:pet_clair:4205:26803610'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00019751973354097883, 'nb_photo': 2, 'list_port_cont': '26892047,27110330', 'assoc_port': '26891694:26892047,27089619:27110330', 'assoc_mat': '26891694:pet_clair:4203:26892047,27089619:pet_clair:4203:27110330'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0031639907126375195, 'nb_photo': 2, 'list_port_cont': '26486810,27097667', 'assoc_port': '26475514:26486810,27086903:27097667', 'assoc_mat': '26475514:pet_clair:4207:26486810,27086903:pet_clair:4207:27097667'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0018489436403324648, 'nb_photo': 1, 'list_port_cont': '27136689', 'assoc_port': '27136041:27136689', 'assoc_mat': '27136041:pet_clair:4461:27136689'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.007315652673550061, 'nb_photo': 10, 'list_port_cont': '26390837,26478856,26489591,26527951,26530647,26629648,26804764,27058113,27270716,27276960', 'assoc_port': '26390465:26390837,26478047:26478856,26489107:26489591,26527509:26527951,26530467:26530647,26629305:26629648,26804090:26804764,27051510:27058113,27270444:27270716,27276866:27276960', 'assoc_mat': '26390465:pet_clair:4200:26390837,26478047:pet_clair:4200:26478856,26489107:pet_clair:4200:26489591,26527509:pet_clair:4200:26527951,26530467:pet_clair:4200:26530647,26629305:pet_clair:4200:26629648,26804090:pet_clair:4200:26804764,27051510:pet_clair:4200:27058113,27270444:pet_clair:4200:27270716,27276866:pet_clair:4200:27276960'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0005377171785656355, 'nb_photo': 33, 'list_port_cont': '26396200,26478947,26525365,26546590,26582703,26629798,26641581,26712976,26716720,26747812,26808144,26824949,27056464,27056999,27072451,27108570,27119917,27120536,27142006,27142228,27159118,27172854,27183470,27192976,27209086,27237497,27277005,27292294,27293358', 'assoc_port': '26395919:26396200,26478052:26478947,26524843:26525365,26545117:26546590,26582092:26582703,26629309:26629798,26640635:26641581,26712854:26712976,26716436:26716720,26747099:26747812,26807476:26808144,26824380:26824949,27055907:27056999,27055941:27056464,27071606:27072451,27108103:27108570,27118655:27119917,27120104:27120536,27141147:27142228,27141174:27142006,27158774:27159118,27172139:27172854,27182700:27183470,27185124:27192976,27208854:27209086,27237170:27237497,27276867:27277005,27291692:27293358,27291717:27292294', 'assoc_mat': '26395919:pet_clair:4211:26396200,26478052:pet_clair:4211:26478947,26524843:pet_clair:4211:26525365,26545117:pet_clair:4211:26546590,26582092:pet_clair:4211:26582703,26629309:pet_clair:4211:26629798,26640635:pet_clair:4211:26641581,26712854:pet_clair:4211:26712976,26716436:pet_clair:4211:26716720,26747099:pet_clair:4211:26747812,26807476:pet_clair:4211:26808144,26824380:pet_clair:4211:26824949,27055907:pet_clair:4211:27056999,27055941:pet_clair:4211:27056464,27071606:pet_clair:4211:27072451,27108103:pet_clair:4211:27108570,27118655:pet_clair:4211:27119917,27120104:pet_clair:4211:27120536,27141147:pet_clair:4211:27142228,27141174:pet_clair:4211:27142006,27158774:pet_clair:4211:27159118,27172139:pet_clair:4211:27172854,27182700:pet_clair:4211:27183470,27185124:pet_clair:4211:27192976,27208854:pet_clair:4211:27209086,27237170:pet_clair:4211:27237497,27276867:pet_clair:4211:27277005,27291692:pet_clair:4211:27293358,27291717:pet_clair:4211:27292294'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9924920856320254, 'nb_photo': 112483, 'list_port_cont': '26388191,26390535,26392699,26395770,26396266,26399211,26402393,26402481,26428773,26428804,26433937,26433985,26435252,26437766,26438974,26440075,26443460,26445498,26449516,26449601,26453258,26458210,26477045,26480499,26483275,26486885,26488491,26492043,26492675,26492738,26497610,26500771,26502634,26511990,26513166,26514129,26525700,26530810,26531807,26532549,26537073,26537192,26540241,26540789,26542413,26544397,26545950,26546170,26553073,26564271,26566920,26568201,26571394,26574443,26577652,26580369,26583063,26587256,26591162,26593203,26594278,26599268,26629074,26631648,26632851,26635582,26639852,26645056,26646503,26648965,26649871,26652002,26710025,26712760,26713020,26713589,26717115,26718220,26718813,26719825,26724272,26724352,26725051,26727820,26729258,26729359,26729392,26735478,26749131,26751577,26752157,26752707,26752926,26752959,26753106,26753217,26756068,26758158,26760032,26760438,26768203,26784715,26786083,26788619,26788742,26788814,26791098,26791280,26791492,26791630,26793677,26803727,26803827,2680494', 'assoc_port': '26386678:26388191,26390033:26390535,26391741:26392699,26395136:26395770,26395917:26396266,26397224:26399211,26401482:26402481,26401484:26402393,26427959:26428773,26427996:26428804,26432930:26433985,26432933:26433937,26434419:26435252,26437048:26437766,26438740:26438974,26439253:26440075,26442778:26443460,26444769:26445498,26448717:26449601,26448724:26449516,26452487:26453258,26457497:26458210,26475475:26477045,26479243:26480499,26482166:26483275,26486545:26486885,26487570:26488491,26491438:26492043,26492257:26492675,26492281:26492738,26492283:26502634,26497179:26497610,26499945:26500771,26499948:26513166,26504437:26511990,26513810:26514129,26524841:26525700,26530463:26530810,26531444:26531807,26531938:26532549,26536223:26537192,26536230:26537073,26536236:26544397,26539057:26540789,26539077:26540241,26541448:26542413,26545112:26546170,26545123:26545950,26552422:26553073,26563470:26564271,26566011:26566920,26567374:26568201,26570441:26571394,26573998:26574443,26577263:26577652,26579613:26580369,26582089:2658306', 'assoc_mat': '26386678:pet_clair:3327:26388191,26390033:pet_clair:3327:26390535,26391741:pet_clair:3327:26392699,26395136:pet_clair:3327:26395770,26395917:pet_clair:3327:26396266,26397224:pet_clair:3327:26399211,26401482:pet_clair:3327:26402481,26401484:pet_clair:3327:26402393,26427959:pet_clair:3327:26428773,26427996:pet_clair:3327:26428804,26432930:pet_clair:3327:26433985,26432933:pet_clair:3327:26433937,26434419:pet_clair:3327:26435252,26437048:pet_clair:3327:26437766,26438740:pet_clair:3327:26438974,26439253:pet_clair:3327:26440075,26442778:pet_clair:3327:26443460,26444769:pet_clair:3327:26445498,26448717:pet_clair:3327:26449601,26448724:pet_clair:3327:26449516,26452487:pet_clair:3327:26453258,26457497:pet_clair:3327:26458210,26475475:pet_clair:3327:26477045,26479243:pet_clair:3327:26480499,26482166:pet_clair:3327:26483275,26486545:pet_clair:3327:26486885,26487570:pet_clair:3327:26488491,26491438:pet_clair:3327:26492043,26492257:pet_clair:3327:26492675,26492281:pet_clair:3327:26492738,26492283:pet_clair:3327:26502634,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.02221634834960999, 'nb_photo': 1530, 'list_port_cont': '26447434,26449675,26455558,26456047,26487980,26489737,26492537,26492567,26495805,26498035,26504733,26528369,26540057,26540178,26542464,26545778,26573802,26580560,26581011,26582616,26583022,26586891,26587324,26641104,26645280,26648983,26724087,26728613,26752144,26752505,26752698,26753090,26758585,26761919,26766747,26784203,26796529,26801729,26812360,26824458,26851097,26856113,26858061,26858670,26861201,26861486,26886445,26891496,26906390,26910660,26911874,26939959,26957133,26962523,26963074,26967220,26975051,27056837,27057665,27057698,27059138,27059649,27061436,27071712,27072076,27072436,27072577,27072641,27072650,27072817,27082966,27087403,27094738,27098447,27102466,27104584,27108433,27133044,27172133', 'assoc_port': '26445880:26447434,26445902:26449675,26453698:26455558,26453700:26456047,26487565:26487980,26489096:26489737,26492268:26492537,26492294:26492567,26495364:26495805,26497815:26498035,26504438:26504733,26524842:26528369,26539059:26542464,26539064:26540178,26539074:26540057,26545107:26545778,26573164:26573802,26579611:26581011,26579614:26580560,26579639:26583022,26582094:26582616,26586364:26587324,26586391:26586891,26640591:26641104,26644250:26645280,26648299:26648983,26713693:26724087,26716479:26728613,26751144:26753090,26751187:26752698,26751197:26752505,26751207:26752144,26758237:26758585,26761746:26761919,26766059:26766747,26783341:26784203,26790345:26796529,26801185:26801729,26809208:26812360,26824390:26824458,26850785:26851097,26852316:26856113,26857655:26858670,26857683:26858061,26860462:26861486,26860464:26861201,26885907:26886445,26890986:26891496,26905388:26906390,26909866:26910660,26911018:26911874,26939189:26939959,26955630:26963074,26955635:26957133,26960161:26962523,26966174:26967220,26974034:2697505', 'assoc_mat': '26445880:pet_clair:3594:26447434,26445902:pet_clair:3594:26449675,26453698:pet_clair:3594:26455558,26453700:pet_clair:3594:26456047,26487565:pet_clair:3594:26487980,26489096:pet_clair:3594:26489737,26492268:pet_clair:3594:26492537,26492294:pet_clair:3594:26492567,26495364:pet_clair:3594:26495805,26497815:pet_clair:3594:26498035,26504438:pet_clair:3594:26504733,26524842:pet_clair:3594:26528369,26539059:pet_clair:3594:26542464,26539064:pet_clair:3594:26540178,26539074:pet_clair:3594:26540057,26545107:pet_clair:3594:26545778,26573164:pet_clair:3594:26573802,26579611:pet_clair:3594:26581011,26579614:pet_clair:3594:26580560,26579639:pet_clair:3594:26583022,26582094:pet_clair:3594:26582616,26586364:pet_clair:3594:26587324,26586391:pet_clair:3594:26586891,26640591:pet_clair:3594:26641104,26644250:pet_clair:3594:26645280,26648299:pet_clair:3594:26648983,26713693:pet_clair:3594:26724087,26716479:pet_clair:3594:26728613,26751144:pet_clair:3594:26753090,26751187:pet_clair:3594:26752698,26751197:pet_clair:3594:26752505,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0011613837581137842, 'nb_photo': 68, 'list_port_cont': '26447440,26456040,26492575,26495810,26540056,26545785,26573809,26580558,26582614,26583024,26587323,26752506,26758579,26761913,26796522,26812358,26851090,26858676,26861203,26861478,26939966,26962521,26963072,26967216,26975043,27057701,27061428,27071717,27072080,27072442,27072574,27072643,27072821,27082962,27094739,27098445,27104581,27108443,27172129', 'assoc_port': '26445880:26447440,26453700:26456040,26492294:26492575,26495364:26495810,26539074:26540056,26545107:26545785,26573164:26573809,26579614:26580558,26579639:26583024,26582094:26582614,26586364:26587323,26751197:26752506,26758237:26758579,26761746:26761913,26790345:26796522,26809208:26812358,26850785:26851090,26857655:26858676,26860462:26861478,26860464:26861203,26939189:26939966,26955630:26963072,26960161:26962521,26966174:26967216,26974034:26975043,27057432:27057701,27060966:27061428,27071590:27072574,27071596:27072643,27071602:27072821,27071608:27072442,27071618:27072080,27071629:27071717,27082751:27082962,27093812:27094739,27097608:27098445,27102182:27104581,27108099:27108443,27168014:27172129', 'assoc_mat': '26445880:pet_fonce:3594:26447440,26453700:pet_fonce:3594:26456040,26492294:pet_fonce:3594:26492575,26495364:pet_fonce:3594:26495810,26539074:pet_fonce:3594:26540056,26545107:pet_fonce:3594:26545785,26573164:pet_fonce:3594:26573809,26579614:pet_fonce:3594:26580558,26579639:pet_fonce:3594:26583024,26582094:pet_fonce:3594:26582614,26586364:pet_fonce:3594:26587323,26751197:pet_fonce:3594:26752506,26758237:pet_fonce:3594:26758579,26761746:pet_fonce:3594:26761913,26790345:pet_fonce:3594:26796522,26809208:pet_fonce:3594:26812358,26850785:pet_fonce:3594:26851090,26857655:pet_fonce:3594:26858676,26860462:pet_fonce:3594:26861478,26860464:pet_fonce:3594:26861203,26939189:pet_fonce:3594:26939966,26955630:pet_fonce:3594:26963072,26960161:pet_fonce:3594:26962521,26966174:pet_fonce:3594:26967216,26974034:pet_fonce:3594:26975043,27057432:pet_fonce:3594:27057701,27060966:pet_fonce:3594:27061428,27071590:pet_fonce:3594:27072574,27071596:pet_fonce:3594:27072643,27071602:pet_fonce:3594:27072821,27071608:pet_fonce:3594:27072442,2'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00017634919078135118, 'nb_photo': 2, 'list_port_cont': '26573827,26884561', 'assoc_port': '26570438:26573827,26879651:26884561', 'assoc_mat': '26570438:pet_opaque:4203:26573827,26879651:pet_opaque:4203:26884561'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008608085859124544, 'nb_photo': 4, 'list_port_cont': '26714492,27081215,27144154,27147866', 'assoc_port': '26714283:26714492,27080857:27081215,27143730:27144154,27147393:27147866', 'assoc_mat': '26714283:pet_opaque:4461:26714492,27080857:pet_opaque:4461:27081215,27143730:pet_opaque:4461:27144154,27147393:pet_opaque:4461:27147866'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.001476374444734235, 'nb_photo': 73, 'list_port_cont': '26390949,26391936,26397741,26434866,26437502,26437680,26454229,26455690,26488043,26497384,26507342,26509907,26528046,26533725,26536516,26573562,26583862,26587962,26590831,26593931,26638915,26646038,26649492,26716006,26719590,26721569,26753285,26765690,26801624,26804491,26804758,26815179,26842863,26846767,26854013,26865360,26885229,26891200,26891808,26902011,26966014,27016337,27024336,27047878,27056332,27056552,27087235,27117826,27131761,27140136,27148849,27192199,27208921,27226023,27237379,27257644,27286759,27288594,27292170', 'assoc_port': '26390463:26390949,26391743:26391936,26397265:26397741,26434412:26434866,26437044:26437680,26437051:26437502,26452474:26455690,26453708:26454229,26487567:26488043,26497183:26497384,26501110:26509907,26507069:26507342,26527510:26528046,26533165:26533725,26536226:26536516,26573162:26573562,26583473:26583862,26587642:26587962,26590421:26590831,26593672:26593931,26638671:26638915,26645501:26646038,26649382:26649492,26715928:26716006,26719537:26719590,26721333:26721569,26751153:26753285,26758235:26765690,26801187:26801624,26804090:26804758,26804095:26804491,26807477:26815179,26842684:26842863,26846501:26846767,26853524:26854013,26865051:26865360,26884490:26885229,26890983:26891200,26891696:26891808,26901822:26902011,26965621:26966014,27016176:27016337,27024174:27024336,27047557:27047878,27055902:27056552,27055914:27056332,27086921:27087235,27117430:27117826,27131468:27131761,27139928:27140136,27141176:27148849,27191995:27192199,27208855:27208921,27225878:27226023,27237166:27237379,27251086:27257644,27281264:2728859', 'assoc_mat': '26390463:pet_opaque:4200:26390949,26391743:pet_opaque:4200:26391936,26397265:pet_opaque:4200:26397741,26434412:pet_opaque:4200:26434866,26437044:pet_opaque:4200:26437680,26437051:pet_opaque:4200:26437502,26452474:pet_opaque:4200:26455690,26453708:pet_opaque:4200:26454229,26487567:pet_opaque:4200:26488043,26497183:pet_opaque:4200:26497384,26501110:pet_opaque:4200:26509907,26507069:pet_opaque:4200:26507342,26527510:pet_opaque:4200:26528046,26533165:pet_opaque:4200:26533725,26536226:pet_opaque:4200:26536516,26573162:pet_opaque:4200:26573562,26583473:pet_opaque:4200:26583862,26587642:pet_opaque:4200:26587962,26590421:pet_opaque:4200:26590831,26593672:pet_opaque:4200:26593931,26638671:pet_opaque:4200:26638915,26645501:pet_opaque:4200:26646038,26649382:pet_opaque:4200:26649492,26715928:pet_opaque:4200:26716006,26719537:pet_opaque:4200:26719590,26721333:pet_opaque:4200:26721569,26751153:pet_opaque:4200:26753285,26758235:pet_opaque:4200:26765690,26801187:pet_opaque:4200:26801624,26804090:pet_opaque:4200:26804758,2680'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00016910328741248193, 'nb_photo': 64, 'list_port_cont': '26388940,26391065,26392359,26436505,26438928,26438991,26453068,26456892,26466441,26478948,26480841,26483067,26525375,26577541,26629913,26657276,26714095,26718739,26720304,26726600,26729186,26751810,26806947,26883183,26886640,26896023,26902089,26940166,26945936,27071945,27073191,27084646,27087630,27088112,27098953,27100197,27103302,27120539,27129690,27140582,27142014,27160680,27172871,27188698,27202643,27202981,27222053,27223715,27245582,27257978,27270263,27286394,27287020,27304813,27307263,27311188', 'assoc_port': '26387927:26388940,26390466:26391065,26391738:26392359,26436193:26436505,26438736:26438991,26438738:26438928,26452472:26453068,26456347:26456892,26457498:26466441,26478052:26478948,26479251:26480841,26482170:26483067,26524843:26525375,26577265:26577541,26629307:26629913,26656767:26657276,26713694:26714095,26718523:26718739,26719968:26720304,26726294:26726600,26728851:26729186,26751283:26751810,26797057:26896023,26806417:26806947,26882356:26883183,26885900:26886640,26901838:26902089,26934344:26945936,26939175:26940166,27071624:27073191,27071634:27071945,27082752:27084646,27086907:27098953,27086924:27088112,27086940:27087630,27099891:27100197,27103129:27103302,27120104:27120539,27128860:27129690,27139935:27140582,27141174:27142014,27160107:27160680,27172139:27172871,27188072:27188698,27202109:27202981,27202127:27202643,27221337:27222053,27223296:27223715,27244975:27245582,27251107:27257978,27268281:27270263,27285545:27286394,27286594:27287020,27304150:27304813,27307125:27307263,27307129:27311188', 'assoc_mat': '26387927:pet_opaque:4211:26388940,26390466:pet_opaque:4211:26391065,26391738:pet_opaque:4211:26392359,26436193:pet_opaque:4211:26436505,26438736:pet_opaque:4211:26438991,26438738:pet_opaque:4211:26438928,26452472:pet_opaque:4211:26453068,26456347:pet_opaque:4211:26456892,26457498:pet_opaque:4211:26466441,26478052:pet_opaque:4211:26478948,26479251:pet_opaque:4211:26480841,26482170:pet_opaque:4211:26483067,26524843:pet_opaque:4211:26525375,26577265:pet_opaque:4211:26577541,26629307:pet_opaque:4211:26629913,26656767:pet_opaque:4211:26657276,26713694:pet_opaque:4211:26714095,26718523:pet_opaque:4211:26718739,26719968:pet_opaque:4211:26720304,26726294:pet_opaque:4211:26726600,26728851:pet_opaque:4211:26729186,26751283:pet_opaque:4211:26751810,26797057:pet_opaque:4211:26896023,26806417:pet_opaque:4211:26806947,26882356:pet_opaque:4211:26883183,26885900:pet_opaque:4211:26886640,26901838:pet_opaque:4211:26902089,26934344:pet_opaque:4211:26945936,26939175:pet_opaque:4211:26940166,27071624:pet_opaque:4211:27073191,2707'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005445540117574896, 'nb_photo': 713, 'list_port_cont': '26390166,26396031,26400371,26425896,26430762,26434459,26436294,26444911,26446148,26452642,26452720,26474906,26479539,26482676,26489259,26495458,26502109,26524188,26524861,26530215,26532309,26532326,26532366,26540707,26541387,26549716,26552503,26554551,26567662,26569747,26574122,26574193,26579875,26582227,26583386,26590486,26598637,26598684,26631201,26638734,26639583,26639658,26649433,26655612,26659622,26704205,26706545,26709583,26712643,26713327,26713776,26714367,26717001,26719576,26724604,26726491,26727316,26728930,26730511,26735044,26747429,26751431,26751635,26752888,26759768,26787836,26788372,26788687,26788931,26790462,26791425,26793105,26797897,26801359,26804249,26806548,26824598,26825004,26826150,26842817,26853685,26863825,26870513,26870555,26877039,26884741,26885046,26889801,26889963,26895188,26911080,26927689,26930314,26939167,26943358,26957330,27016281,27024241,27045483,27049197,27053120,27057489,27067045,27067176,27067757,27071720,27071898,27072203,27083442,27089631,27089751,27090066,27093996,2710049', 'assoc_port': '26390032:26390166,26395916:26396031,26400187:26400371,26425488:26425896,26430556:26430762,26430558:26434459,26436213:26436294,26444771:26444911,26445882:26446148,26452500:26452720,26452501:26452642,26474311:26474906,26479246:26479539,26482157:26482676,26489121:26489259,26491437:26502109,26495360:26495458,26523735:26524861,26523739:26524188,26529997:26530215,26531940:26532366,26531942:26532309,26531945:26532326,26536217:26541387,26536219:26540707,26545130:26549716,26552421:26552503,26554522:26554551,26567363:26567662,26569619:26569747,26573999:26574193,26574000:26574122,26579608:26579875,26579609:26583386,26582090:26582227,26590423:26590486,26598497:26598684,26598498:26598637,26631031:26631201,26638672:26638734,26639553:26639658,26639556:26639583,26649399:26649433,26655464:26659622,26655465:26655612,26704153:26704205,26706183:26706545,26709301:26709583,26712592:26712643,26713231:26713327,26713696:26713776,26714280:26714367,26716907:26717001,26719534:26719576,26724514:26724604,26726290:26726491,26727127:2672731', 'assoc_mat': '26390032:plastique:3726:26390166,26395916:plastique:3726:26396031,26400187:plastique:3726:26400371,26425488:plastique:3726:26425896,26430556:plastique:3726:26430762,26430558:plastique:3726:26434459,26436213:plastique:3726:26436294,26444771:plastique:3726:26444911,26445882:plastique:3726:26446148,26452500:plastique:3726:26452720,26452501:plastique:3726:26452642,26474311:plastique:3726:26474906,26479246:plastique:3726:26479539,26482157:plastique:3726:26482676,26489121:plastique:3726:26489259,26491437:plastique:3726:26502109,26495360:plastique:3726:26495458,26523735:plastique:3726:26524861,26523739:plastique:3726:26524188,26529997:plastique:3726:26530215,26531940:plastique:3726:26532366,26531942:plastique:3726:26532309,26531945:plastique:3726:26532326,26536217:plastique:3726:26541387,26536219:plastique:3726:26540707,26545130:plastique:3726:26549716,26552421:plastique:3726:26552503,26554522:plastique:3726:26554551,26567363:plastique:3726:26567662,26569619:plastique:3726:26569747,26573999:plastique:3726:26574193,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010731580926828738, 'nb_photo': 1507, 'list_port_cont': '26390168,26396037,26400363,26425898,26430760,26434461,26436288,26444903,26446150,26452640,26452721,26474904,26479542,26482368,26482684,26489257,26495465,26502107,26524182,26524873,26530213,26532071,26532314,26532322,26532372,26540703,26541380,26545258,26549708,26552496,26554550,26560190,26567651,26569752,26574125,26574192,26579874,26582236,26583380,26590488,26598634,26598683,26631198,26638736,26639580,26639663,26649440,26655609,26659618,26704198,26706392,26706553,26706556,26707593,26709588,26712651,26713323,26713762,26714365,26717010,26719571,26719654,26724608,26726489,26727308,26728931,26730512,26735042,26736806,26747423,26751441,26751638,26752881,26759762,26787840,26788691,26788939,26790471,26791430,26793111,26797902,26801355,26806553,26824604,26824998,26826152,26842813,26853694,26863823,26870522,26870552,26877032,26884736,26885047,26889817,26889966,26895197,26902583,26911087,26927692,26930321,26939165,26943357,26955806,26957327,26974172,26974188,26978333,26978420,26980803,27016285,27024239,27045474,2704919', 'assoc_port': '26390032:26390168,26395916:26396037,26400187:26400363,26425488:26425898,26430556:26430760,26430558:26434461,26436213:26436288,26444771:26444903,26445882:26446150,26452500:26452721,26452501:26452640,26474311:26474904,26479246:26479542,26482157:26482684,26482163:26482368,26489121:26489257,26491437:26502107,26495360:26495465,26523735:26524873,26523739:26524182,26529997:26530213,26531940:26532372,26531942:26532314,26531945:26532322,26531947:26532071,26536217:26541380,26536219:26540703,26545127:26545258,26545130:26549708,26552421:26552496,26554522:26554550,26560132:26560190,26567363:26567651,26569619:26569752,26573999:26574192,26574000:26574125,26579608:26579874,26579609:26583380,26582090:26582236,26590423:26590488,26598497:26598683,26598498:26598634,26631031:26631198,26638672:26638736,26639553:26639663,26639556:26639580,26649399:26649440,26655464:26659618,26655465:26655609,26704153:26704198,26706182:26706556,26706183:26706553,26706184:26706392,26707411:26707593,26709301:26709588,26712592:26712651,26713231:2671332', 'assoc_mat': '26390032:Teint_Dans_La_Masse:3726:26390168,26395916:Teint_Dans_La_Masse:3726:26396037,26400187:Teint_Dans_La_Masse:3726:26400363,26425488:Teint_Dans_La_Masse:3726:26425898,26430556:Teint_Dans_La_Masse:3726:26430760,26430558:Teint_Dans_La_Masse:3726:26434461,26436213:Teint_Dans_La_Masse:3726:26436288,26444771:Teint_Dans_La_Masse:3726:26444903,26445882:Teint_Dans_La_Masse:3726:26446150,26452500:Teint_Dans_La_Masse:3726:26452721,26452501:Teint_Dans_La_Masse:3726:26452640,26474311:Teint_Dans_La_Masse:3726:26474904,26479246:Teint_Dans_La_Masse:3726:26479542,26482157:Teint_Dans_La_Masse:3726:26482684,26482163:Teint_Dans_La_Masse:3726:26482368,26489121:Teint_Dans_La_Masse:3726:26489257,26491437:Teint_Dans_La_Masse:3726:26502107,26495360:Teint_Dans_La_Masse:3726:26495465,26523735:Teint_Dans_La_Masse:3726:26524873,26523739:Teint_Dans_La_Masse:3726:26524182,26529997:Teint_Dans_La_Masse:3726:26530213,26531940:Teint_Dans_La_Masse:3726:26532372,26531942:Teint_Dans_La_Masse:3726:26532314,26531945:Teint_Dans_La_Masse:3726:2'}) select count(distinct mtr_photo_id) from MTRUser.mtr_portfolio_photos where mtr_portfolio_id in (select mtr_portfolio_id from MTRPhoto.dashboard_results where dashboard_run_id in(2222111,2229859,2237201,2243305,2250473,2253889,2254811,2262759,2290409,2290393,2290359,2290057,2293273,2293827,2301509,2309953,2317741,2337385,2337333,2337277,2336795,2343741,2351563,2369011,2368547,2368131,2368081)); after get_hostname_from_raspi hasthag : pehd_pp hasthag that could be used but not yet : _______pehd,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______pehd_pp' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-09-01' and date <= '2025-09-30') GROUP BY month order by month; hasthag : flux_dev hasthag that could be used but not yet : _______pet_fonce,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______flux_dev' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-09-01' and date <= '2025-09-30') GROUP BY month order by month; hasthag : emr hasthag that could be used but not yet : _______carton,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______emr' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-09-01' and date <= '2025-09-30') GROUP BY month order by month; hasthag : pet_clair hasthag that could be used but not yet : _______pet_clair,bouchon,etiquette,barquette_avec_film,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______pet_clair' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-09-01' and date <= '2025-09-30') GROUP BY month order by month; hasthag : aluminium hasthag that could be used but not yet : _______metal,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______aluminium' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-09-01' and date <= '2025-09-30') GROUP BY month order by month; hasthag : film_pedb hasthag that could be used but not yet : _______film_plastique SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______film_pedb' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-09-01' and date <= '2025-09-30') GROUP BY month order by month; hasthag : gm hasthag that could be used but not yet : _______papier,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______gm' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-09-01' and date <= '2025-09-30') GROUP BY month order by month; hasthag : jrm hasthag that could be used but not yet : _______papier,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______jrm' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-09-01' and date <= '2025-09-30') GROUP BY month order by month; hasthag : ela hasthag that could be used but not yet : _______ela,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______ela' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-09-01' and date <= '2025-09-30') GROUP BY month order by month; hasthag : refus hasthag that could be used but not yet : _______refus,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______refus' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-09-01' and date <= '2025-09-30') GROUP BY month order by month; after impurety_average_per_hashtag {'number_of_analysed_photos': ((39484,),), 'unwanted_material_monthly_percentage': ((0.056019623202912545,),), 'material_repartition': (('pet_clair', 9037), ('pehd_pp', 6509), ('emr', 5755), ('film_pedb', 4944), ('jrm', 4805), ('flux_dev', 3577), ('gm', 1674), ('ela', 1349), ('refus', 1028), ('aluminium', 540)), 'material_dict': {'pet_clair': 9037, 'pehd_pp': 6509, 'emr': 5755, 'film_pedb': 4944, 'jrm': 4805, 'flux_dev': 3577, 'autres': 4591}, 'coverage_data': (('2025/09/27/', 1.0), ('2025/09/26/', 1.0), ('2025/09/25/', 1.0), ('2025/09/24/', 1.0), ('2025/09/23/', 1.0), ('2025/09/22/', 1.0), ('2025/09/20/', 1.0), ('2025/09/19/', 1.0), ('2025/09/18/', 1.0), ('2025/09/17/', 1.0), ('2025/09/16/', 1.0), ('2025/09/15/', 1.0), ('2025/09/13/', 1.0), ('2025/09/12/', 1.0), ('2025/09/11/', 1.0), ('2025/09/10/', 1.0), ('2025/09/09/', 1.0), ('2025/09/08/', 1.0), ('2025/09/06/', 1.0), ('2025/09/05/', 1.0), ('2025/09/04/', 1.0), ('2025/09/03/', 1.0), ('2025/09/02/', 1.0)), 'impurety_average_data': ((datetime.date(2025, 9, 1), 0.056457544595664134, 12), (datetime.date(2025, 9, 2), 0.05448005118620733, 16), (datetime.date(2025, 9, 3), 0.059375013901363044, 50), (datetime.date(2025, 9, 4), 0.059132455226354005, 21), (datetime.date(2025, 9, 5), 0.06145155711589178, 14), (datetime.date(2025, 9, 8), 0.05781144313279852, 13), (datetime.date(2025, 9, 9), 0.05625748904400728, 11), (datetime.date(2025, 9, 10), 0.05490404602364127, 7), (datetime.date(2025, 9, 11), 0.05803338936640781, 12), (datetime.date(2025, 9, 12), 0.05269561506741824, 5), (datetime.date(2025, 9, 15), 0.06007595620424618, 37), (datetime.date(2025, 9, 16), 0.05558038934910769, 67), (datetime.date(2025, 9, 17), 0.0611311027997623, 48), (datetime.date(2025, 9, 18), 0.05493658918897516, 48), (datetime.date(2025, 9, 19), 0.05453555053874367, 31), (datetime.date(2025, 9, 22), 0.054418878207525286, 26), (datetime.date(2025, 9, 23), 0.0526144079878505, 35), (datetime.date(2025, 9, 24), 0.04675112072922988, 36), (datetime.date(2025, 9, 25), 0.06126241152518481, 35), (datetime.date(2025, 9, 26), 0.05296785101417354, 41), (datetime.date(2025, 9, 27), 0.04795081060178892, 6)), 'impurety_average_data_per_hashtag': {'pehd_pp': ((datetime.date(2025, 9, 1), 0.03846401887476657, 12), (datetime.date(2025, 9, 2), 0.028926058057119383, 12), (datetime.date(2025, 9, 3), 0.02935055460412052, 25), (datetime.date(2025, 9, 4), 0.03124560716706509, 19), (datetime.date(2025, 9, 5), 0.02940140524242392, 18), (datetime.date(2025, 9, 8), 0.02846249191520956, 39), (datetime.date(2025, 9, 9), 0.029577388874445464, 19), (datetime.date(2025, 9, 10), 0.028307907277844428, 17), (datetime.date(2025, 9, 11), 0.031008158109099918, 24), (datetime.date(2025, 9, 12), 0.02897611364924222, 13), (datetime.date(2025, 9, 15), 0.03198365152779824, 22), (datetime.date(2025, 9, 16), 0.030901339072029983, 7), (datetime.date(2025, 9, 17), 0.030511549242488507, 5), (datetime.date(2025, 9, 18), 0.030535079778111585, 9), (datetime.date(2025, 9, 19), 0.03095334352023017, 22), (datetime.date(2025, 9, 22), 0.030913918992449576, 23), (datetime.date(2025, 9, 23), 0.02843043599254904, 27), (datetime.date(2025, 9, 24), 0.027426490666457286, 12), (datetime.date(2025, 9, 25), 0.028127157391452638, 21), (datetime.date(2025, 9, 26), 0.027418888388606018, 28), (datetime.date(2025, 9, 27), 0.02859653159216778, 14)), 'flux_dev': ((datetime.date(2025, 9, 1), 0.06882167597109418, 14), (datetime.date(2025, 9, 2), 0.14553648097787117, 13), (datetime.date(2025, 9, 3), 0.14604723407995318, 24), (datetime.date(2025, 9, 4), 0.14389158293973892, 29), (datetime.date(2025, 9, 5), 0.14101395295291735, 33), (datetime.date(2025, 9, 8), 0.11363551090939653, 28), (datetime.date(2025, 9, 9), 0.14054358160690056, 15), (datetime.date(2025, 9, 10), 0.11733096254553622, 6), (datetime.date(2025, 9, 11), 0.11639233636326161, 8), (datetime.date(2025, 9, 12), 0.11509409194339279, 12), (datetime.date(2025, 9, 15), 0.12368138833108724, 18), (datetime.date(2025, 9, 16), 0.11674329300597276, 12), (datetime.date(2025, 9, 17), 0.12287642556073256, 8), (datetime.date(2025, 9, 18), 0.12118273913337854, 9), (datetime.date(2025, 9, 19), 0.1168439753072732, 10), (datetime.date(2025, 9, 22), 0.0970230459062901, 22), (datetime.date(2025, 9, 23), 0.11916096184750272, 10), (datetime.date(2025, 9, 24), 0.10599870563803702, 24), (datetime.date(2025, 9, 25), 0.11439336496823564, 28), (datetime.date(2025, 9, 26), 0.10942378331588876, 29), (datetime.date(2025, 9, 27), 0.10474618032981296, 6)), 'emr': ((datetime.date(2025, 9, 1), 0.042919548860142445, 26), (datetime.date(2025, 9, 2), 0.03687517640412395, 17), (datetime.date(2025, 9, 3), 0.03727738644672903, 13), (datetime.date(2025, 9, 4), 0.03807306404222226, 10), (datetime.date(2025, 9, 5), 0.040724882838759593, 14), (datetime.date(2025, 9, 8), 0.04014858561621167, 14), (datetime.date(2025, 9, 9), 0.03430561653455218, 15), (datetime.date(2025, 9, 10), 0.03710527746959295, 15), (datetime.date(2025, 9, 11), 0.04277077355388476, 20), (datetime.date(2025, 9, 12), 0.0396440708184069, 12), (datetime.date(2025, 9, 15), 0.03792476836064243, 22), (datetime.date(2025, 9, 16), 0.038805657045423464, 15), (datetime.date(2025, 9, 17), 0.03740729244796018, 16), (datetime.date(2025, 9, 18), 0.039193395870189274, 18), (datetime.date(2025, 9, 19), 0.039745252652313344, 16), (datetime.date(2025, 9, 22), 0.038199022746367606, 34), (datetime.date(2025, 9, 23), 0.03669767026438925, 14), (datetime.date(2025, 9, 24), 0.039245100937042296, 18), (datetime.date(2025, 9, 25), 0.036921316278477306, 19), (datetime.date(2025, 9, 26), 0.03650232808233739, 6), (datetime.date(2025, 9, 27), 0.03320655203838693, 14)), 'pet_clair': ((datetime.date(2025, 9, 1), 0.012132047754273779, 25), (datetime.date(2025, 9, 2), 0.0039022741439496697, 31), (datetime.date(2025, 9, 3), 0.008414329130064397, 49), (datetime.date(2025, 9, 4), 0.010700623295266488, 28), (datetime.date(2025, 9, 5), 0.008135875045714364, 21), (datetime.date(2025, 9, 8), 0.006850934806161461, 51), (datetime.date(2025, 9, 9), 0.005900755106181868, 52), (datetime.date(2025, 9, 10), 0.006818549651211035, 27), (datetime.date(2025, 9, 11), 0.012744150411590747, 29), (datetime.date(2025, 9, 12), 0.007316395591279695, 24), (datetime.date(2025, 9, 15), 0.007504756168331564, 29), (datetime.date(2025, 9, 16), 0.008372664815999116, 25), (datetime.date(2025, 9, 17), 0.008695321426290882, 30), (datetime.date(2025, 9, 18), 0.010312024914821012, 30), (datetime.date(2025, 9, 19), 0.005149921496954528, 57), (datetime.date(2025, 9, 22), 0.004428575484522258, 47), (datetime.date(2025, 9, 23), 0.004077425406601955, 46), (datetime.date(2025, 9, 24), 0.006187838743383226, 34), (datetime.date(2025, 9, 25), 0.006179940770267756, 52), (datetime.date(2025, 9, 26), 0.004443071795086768, 60), (datetime.date(2025, 9, 27), 0.00372953904854023, 27)), 'aluminium': ((datetime.date(2025, 9, 1), 0.046149258181519326, 10), (datetime.date(2025, 9, 2), 0.03694298958651392, 18), (datetime.date(2025, 9, 3), 0.03979068991478714, 18), (datetime.date(2025, 9, 4), 0.049620232717608306, 15), (datetime.date(2025, 9, 5), 0.04904492980722488, 15), (datetime.date(2025, 9, 8), 0.047470364127464505, 15), (datetime.date(2025, 9, 9), 0.04067021853621692, 19), (datetime.date(2025, 9, 10), 0.05012975592526792, 16), (datetime.date(2025, 9, 11), 0.037914737782515806, 15), (datetime.date(2025, 9, 12), 0.04410274242791043, 29), (datetime.date(2025, 9, 15), 0.04300867961203923, 8), (datetime.date(2025, 9, 16), 0.05060775416248644, 10), (datetime.date(2025, 9, 17), 0.05837850518355558, 16), (datetime.date(2025, 9, 18), 0.04613421621073168, 28), (datetime.date(2025, 9, 19), 0.06822783746100124, 14), (datetime.date(2025, 9, 22), 0.06529200555412398, 11), (datetime.date(2025, 9, 23), 0.06236531172486765, 17), (datetime.date(2025, 9, 24), 0.09956767871751404, 5), (datetime.date(2025, 9, 25), 0.049442405166854275, 15), (datetime.date(2025, 9, 26), 0.06850913361366667, 7), (datetime.date(2025, 9, 27), 0.08058076559389424, 13)), 'film_pedb': ((datetime.date(2025, 9, 1), 0.23377570926984126, 36), (datetime.date(2025, 9, 2), 0.17309095642283523, 42), (datetime.date(2025, 9, 3), 0.19559461956836732, 37), (datetime.date(2025, 9, 4), 0.2070406611874803, 35), (datetime.date(2025, 9, 5), 0.18251354733923336, 33), (datetime.date(2025, 9, 8), 0.19699564295091776, 33), (datetime.date(2025, 9, 9), 0.19323445826703145, 45), (datetime.date(2025, 9, 10), 0.19590554454589804, 42), (datetime.date(2025, 9, 11), 0.19448000587741368, 35), (datetime.date(2025, 9, 12), 0.19958224351996445, 42), (datetime.date(2025, 9, 15), 0.19793514961590736, 37), (datetime.date(2025, 9, 16), 0.19697381715734524, 32), (datetime.date(2025, 9, 17), 0.21919562871350576, 39), (datetime.date(2025, 9, 18), 0.20091888812631906, 29), (datetime.date(2025, 9, 19), 0.22862933138462813, 27), (datetime.date(2025, 9, 22), 0.21051167327945017, 33), (datetime.date(2025, 9, 23), 0.19098117200716935, 29), (datetime.date(2025, 9, 24), 0.1655894431831862, 30), (datetime.date(2025, 9, 25), 0.22345406664315232, 35), (datetime.date(2025, 9, 26), 0.21020517664663443, 26), (datetime.date(2025, 9, 27), 0.20840930747020703, 29)), 'gm': ((datetime.date(2025, 9, 1), 0.02485178737738085, 29), (datetime.date(2025, 9, 2), 0.026338275211919396, 22), (datetime.date(2025, 9, 3), 0.06539784035606395, 15), (datetime.date(2025, 9, 4), 0.035255867919567044, 6), (datetime.date(2025, 9, 5), 0.039178107773359235, 14), (datetime.date(2025, 9, 8), 0.019947233594099518, 13), (datetime.date(2025, 9, 9), 0.023428696678813855, 23), (datetime.date(2025, 9, 10), 0.03145066425847205, 35), (datetime.date(2025, 9, 11), 0.017216021972883095, 12), (datetime.date(2025, 9, 12), 0.023036528600316675, 28), (datetime.date(2025, 9, 15), 0.011690060428760425, 27), (datetime.date(2025, 9, 16), 0.027685419906980428, 23), (datetime.date(2025, 9, 17), 0.025745948144358807, 21), (datetime.date(2025, 9, 18), 0.02561013317959984, 7), (datetime.date(2025, 9, 19), 0.034226204957658275, 26), (datetime.date(2025, 9, 22), 0.023569089696965372, 26), (datetime.date(2025, 9, 23), 0.04666634329265872, 6), (datetime.date(2025, 9, 24), 0.03302215216861807, 24), (datetime.date(2025, 9, 25), 0.04235727295178778, 22), (datetime.date(2025, 9, 26), 0.02676946294351269, 10), (datetime.date(2025, 9, 27), 0.028630756867360274, 22)), 'jrm': ((datetime.date(2025, 9, 1), 0.024826213775052685, 51), (datetime.date(2025, 9, 2), 0.026228381151845052, 16), (datetime.date(2025, 9, 3), 0.03404511927372076, 50), (datetime.date(2025, 9, 4), 0.031073856035292335, 21), (datetime.date(2025, 9, 5), 0.039875906650964035, 36), (datetime.date(2025, 9, 8), 0.02225563465641878, 35), (datetime.date(2025, 9, 9), 0.0317088354430478, 11), (datetime.date(2025, 9, 10), 0.04109931301490171, 7), (datetime.date(2025, 9, 11), 0.02964700983799209, 38), (datetime.date(2025, 9, 12), 0.027629441384973696, 5), (datetime.date(2025, 9, 15), 0.032692667885410455, 35), (datetime.date(2025, 9, 16), 0.026480797634966285, 67), (datetime.date(2025, 9, 17), 0.051276552838701826, 48), (datetime.date(2025, 9, 18), 0.02099772394402364, 48), (datetime.date(2025, 9, 19), 0.018522742824072472, 31), (datetime.date(2025, 9, 22), 0.030385388123082415, 38), (datetime.date(2025, 9, 23), 0.028623314081068465, 35), (datetime.date(2025, 9, 24), 0.025641661285059073, 36), (datetime.date(2025, 9, 25), 0.03827829321071998, 72), (datetime.date(2025, 9, 26), 0.024022106364682806, 41), (datetime.date(2025, 9, 27), 0.01923393355856818, 54)), 'ela': ((datetime.date(2025, 9, 1), 0.03830728434845054, 37), (datetime.date(2025, 9, 2), 0.06994012045340375, 28), (datetime.date(2025, 9, 3), 0.07773102346177754, 23), (datetime.date(2025, 9, 4), 0.0448733462686952, 22), (datetime.date(2025, 9, 5), 0.07412658741822518, 30), (datetime.date(2025, 9, 8), 0.0577992560591101, 35), (datetime.date(2025, 9, 9), 0.06507011438654976, 28), (datetime.date(2025, 9, 10), 0.08219607466221991, 31), (datetime.date(2025, 9, 11), 0.06591534760882982, 39), (datetime.date(2025, 9, 12), 0.0706080422396135, 26), (datetime.date(2025, 9, 15), 0.06982831501827134, 26), (datetime.date(2025, 9, 16), 0.07655266637760315, 28), (datetime.date(2025, 9, 17), 0.05538434713607251, 28), (datetime.date(2025, 9, 18), 0.06380438249441592, 26), (datetime.date(2025, 9, 19), 0.06184378248469651, 36), (datetime.date(2025, 9, 22), 0.057535135152741036, 24), (datetime.date(2025, 9, 23), 0.06472024244616201, 24), (datetime.date(2025, 9, 24), 0.06529066312690678, 31), (datetime.date(2025, 9, 25), 0.07109500512263461, 32), (datetime.date(2025, 9, 26), 0.07330346016009788, 33), (datetime.date(2025, 9, 27), 0.08407864238713376, 29)), 'refus': ((datetime.date(2025, 9, 2), 0.0705734977816358, 18), (datetime.date(2025, 9, 3), 0.06643826235240811, 18), (datetime.date(2025, 9, 4), 0.07397300341039488, 7), (datetime.date(2025, 9, 5), 0.10087518200099356, 21), (datetime.date(2025, 9, 8), 0.12587029099954986, 12), (datetime.date(2025, 9, 9), 0.09202414469876948, 8), (datetime.date(2025, 9, 10), 0.03352322048611112, 8), (datetime.date(2025, 9, 11), 0.09873854648919754, 6), (datetime.date(2025, 9, 12), 0.08172200782927401, 5), (datetime.date(2025, 9, 15), 0.08341150957272377, 11), (datetime.date(2025, 9, 16), 0.07316816345068643, 6), (datetime.date(2025, 9, 17), 0.0925998739349679, 14), (datetime.date(2025, 9, 18), 0.07911027892561985, 14), (datetime.date(2025, 9, 19), 0.07912193239341678, 15), (datetime.date(2025, 9, 22), 0.08535217503920252, 8), (datetime.date(2025, 9, 23), 0.0958101650913066, 18), (datetime.date(2025, 9, 24), 0.029483434606481486, 5))}, 'quality_array': [['-6.600138551741995', '01092025'], ['-6.196327823313674', '02092025'], ['-6.383192866183648', '03092025'], ['-6.3769328057950005', '04092025'], ['-6.3347783046267105', '05092025'], ['-6.3519480400875095', '08092025'], ['-6.378768989760409', '09092025'], ['-6.273206884517825', '10092025'], ['-6.332448844734967', '11092025'], ['-6.348367160973169', '12092025'], ['-6.348383729961983', '15092025'], ['-6.381754210734176', '16092025'], ['-6.329021128212689', '17092025'], ['-6.416891347627772', '18092025'], ['-6.36210926128736', '19092025'], ['-6.444311323717856', '22092025'], ['-6.339703327370377', '23092025'], ['-6.26107854342625', '24092025'], ['-6.345039040856663', '25092025'], ['-6.303400621918712', '26092025'], ['-6.406553646896219', '27092025']], 'number_of_batch': ((2185,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.005303332961418707, 'nb_photo': 912, 'list_port_cont': '26388184,26390529,26392688,26395766,26396270,26399217,26402384,26402493,26428769,26428810,26433932,26433987,26435261,26438971,26440067,26443462,26445508,26449526,26449597,26453248,26477043,26480493,26483269,26486878,26488498,26492047,26492671,26492739,26497609,26500769,26502637,26511984,26513170,26514123,26530808,26531802,26532554,26537082,26537193,26540238,26540795,26542416,26544387,26545966,26546175,26553067,26564261,26566925,26568205,26571393,26574442,26577651,26580374,26583066,26587250,26591163,26593205,26594273,26599270,26629063,26631647,26632850,26635588,26639853,26645071,26646516,26648959,26649862,26652006,26710023,26712761,26713591,26718229,26718821,26719829,26724276,26724354,26725047,26727810,26729266,26729362,26729398,26749136,26751578,26752162,26752714,26752924,26753113,26753222,26756075,26758145,26760031,26760436,26768212,26784723,26786084,26788612,26788747,26788809,26791093,26791490,26791622,26793680,26803720,26803833,26804941,26809820,26809998,26824885,26824978,26825098,26825408,26825464,2684131', 'assoc_port': '26386678:26388184,26390033:26390529,26391741:26392688,26395136:26395766,26395917:26396270,26397224:26399217,26401482:26402493,26401484:26402384,26427959:26428769,26427996:26428810,26432930:26433987,26432933:26433932,26434419:26435261,26438740:26438971,26439253:26440067,26442778:26443462,26444769:26445508,26448717:26449597,26448724:26449526,26452487:26453248,26475475:26477043,26479243:26480493,26482166:26483269,26486545:26486878,26487570:26488498,26491438:26492047,26492257:26492671,26492281:26492739,26492283:26502637,26497179:26497609,26499945:26500769,26499948:26513170,26504437:26511984,26513810:26514123,26530463:26530808,26531444:26531802,26531938:26532554,26536223:26537193,26536230:26537082,26536236:26544387,26539057:26540795,26539077:26540238,26541448:26542416,26545112:26546175,26545123:26545966,26552422:26553067,26563470:26564261,26566011:26566925,26567374:26568205,26570441:26571393,26573998:26574442,26577263:26577651,26579613:26580374,26582089:26583066,26586352:26587250,26590417:26591163,26592512:2659320', 'assoc_mat': '26386678:autre:3327:26388184,26390033:autre:3327:26390529,26391741:autre:3327:26392688,26395136:autre:3327:26395766,26395917:autre:3327:26396270,26397224:autre:3327:26399217,26401482:autre:3327:26402493,26401484:autre:3327:26402384,26427959:autre:3327:26428769,26427996:autre:3327:26428810,26432930:autre:3327:26433987,26432933:autre:3327:26433932,26434419:autre:3327:26435261,26438740:autre:3327:26438971,26439253:autre:3327:26440067,26442778:autre:3327:26443462,26444769:autre:3327:26445508,26448717:autre:3327:26449597,26448724:autre:3327:26449526,26452487:autre:3327:26453248,26475475:autre:3327:26477043,26479243:autre:3327:26480493,26482166:autre:3327:26483269,26486545:autre:3327:26486878,26487570:autre:3327:26488498,26491438:autre:3327:26492047,26492257:autre:3327:26492671,26492281:autre:3327:26492739,26492283:autre:3327:26502637,26497179:autre:3327:26497609,26499945:autre:3327:26500769,26499948:autre:3327:26513170,26504437:autre:3327:26511984,26513810:autre:3327:26514123,26530463:autre:3327:26530808,26531444:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0012175818417834178, 'nb_photo': 194, 'list_port_cont': '26447442,26455549,26456045,26487978,26489728,26492539,26492573,26495808,26498033,26504735,26528373,26540053,26542470,26545784,26580567,26581016,26582606,26583028,26586881,26587318,26641105,26645274,26724085,26728612,26752149,26752510,26752700,26758578,26761912,26766743,26796521,26801730,26824450,26856107,26861208,26861489,26886443,26891489,26906395,26910669,26911882,26939961,26962516,26963067,26967213,26975045,27056830,27057706,27059145,27061430,27071708,27072075,27072438,27072636,27072654,27072813,27082967,27087404,27094735,27104590,27108437,27133040,27172124', 'assoc_port': '26445880:26447442,26453698:26455549,26453700:26456045,26487565:26487978,26489096:26489728,26492268:26492539,26492294:26492573,26495364:26495808,26497815:26498033,26504438:26504735,26524842:26528373,26539059:26542470,26539074:26540053,26545107:26545784,26579611:26581016,26579614:26580567,26579639:26583028,26582094:26582606,26586364:26587318,26586391:26586881,26640591:26641105,26644250:26645274,26713693:26724085,26716479:26728612,26751187:26752700,26751197:26752510,26751207:26752149,26758237:26758578,26761746:26761912,26766059:26766743,26790345:26796521,26801185:26801730,26824390:26824450,26852316:26856107,26860462:26861489,26860464:26861208,26885907:26886443,26890986:26891489,26905388:26906395,26909866:26910669,26911018:26911882,26939189:26939961,26955630:26963067,26960161:26962516,26966174:26967213,26974034:26975045,27052783:27056830,27057432:27057706,27058827:27059145,27060966:27061430,27071596:27072636,27071598:27072654,27071602:27072813,27071608:27072438,27071618:27072075,27071629:27071708,27082751:2708296', 'assoc_mat': '26445880:autre:3594:26447442,26453698:autre:3594:26455549,26453700:autre:3594:26456045,26487565:autre:3594:26487978,26489096:autre:3594:26489728,26492268:autre:3594:26492539,26492294:autre:3594:26492573,26495364:autre:3594:26495808,26497815:autre:3594:26498033,26504438:autre:3594:26504735,26524842:autre:3594:26528373,26539059:autre:3594:26542470,26539074:autre:3594:26540053,26545107:autre:3594:26545784,26579611:autre:3594:26581016,26579614:autre:3594:26580567,26579639:autre:3594:26583028,26582094:autre:3594:26582606,26586364:autre:3594:26587318,26586391:autre:3594:26586881,26640591:autre:3594:26641105,26644250:autre:3594:26645274,26713693:autre:3594:26724085,26716479:autre:3594:26728612,26751187:autre:3594:26752700,26751197:autre:3594:26752510,26751207:autre:3594:26752149,26758237:autre:3594:26758578,26761746:autre:3594:26761912,26766059:autre:3594:26766743,26790345:autre:3594:26796521,26801185:autre:3594:26801730,26824390:autre:3594:26824450,26852316:autre:3594:26856107,26860462:autre:3594:26861489,26860464:'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.008170868516210315, 'nb_photo': 377, 'list_port_cont': '26390174,26400367,26425900,26430759,26434460,26436298,26446149,26452648,26452728,26474905,26479538,26482372,26482682,26489265,26495464,26502103,26524187,26524868,26530210,26532321,26532370,26540705,26541385,26549709,26554557,26567652,26569743,26574121,26579866,26583376,26590487,26598636,26598691,26631200,26638735,26639655,26649435,26659634,26704202,26709580,26713328,26713758,26714370,26714483,26717004,26719577,26721498,26723948,26724598,26727317,26728937,26730521,26735048,26736807,26747419,26751413,26751640,26752883,26759765,26787830,26788366,26788685,26790463,26791166,26791422,26793102,26801358,26804253,26806551,26824600,26825002,26826153,26853695,26863822,26870551,26877036,26884746,26889808,26889955,26895195,26902593,26911086,26927684,26930312,26939168,26943362,26957323,26974177,26978418,27016292,27045480,27049185,27053122,27057482,27067038,27067174,27067754,27071719,27071892,27072193,27082950,27083177,27083444,27089633,27089755,27103227,27118940,27136236,27143900,27168320,27169959,27173975,27180036,2718292', 'assoc_port': '26390032:26390174,26400187:26400367,26425488:26425900,26430556:26430759,26430558:26434460,26436213:26436298,26445882:26446149,26452500:26452728,26452501:26452648,26474311:26474905,26479246:26479538,26482157:26482682,26482163:26482372,26489121:26489265,26491437:26502103,26495360:26495464,26523735:26524868,26523739:26524187,26529997:26530210,26531940:26532370,26531945:26532321,26536217:26541385,26536219:26540705,26545130:26549709,26554522:26554557,26567363:26567652,26569619:26569743,26574000:26574121,26579608:26579866,26579609:26583376,26590423:26590487,26598497:26598691,26598498:26598636,26631031:26631200,26638672:26638735,26639553:26639655,26649399:26649435,26655464:26659634,26704153:26704202,26709301:26709580,26713231:26713328,26713696:26713758,26714279:26714483,26714280:26714370,26716907:26717004,26719534:26719577,26721331:26721498,26723905:26723948,26724514:26724598,26727127:26727317,26728824:26728937,26730497:26730521,26734855:26735048,26736694:26736807,26747097:26747419,26751113:26752883,26751163:2675141', 'assoc_mat': '26390032:autre_refus:3726:26390174,26400187:autre_refus:3726:26400367,26425488:autre_refus:3726:26425900,26430556:autre_refus:3726:26430759,26430558:autre_refus:3726:26434460,26436213:autre_refus:3726:26436298,26445882:autre_refus:3726:26446149,26452500:autre_refus:3726:26452728,26452501:autre_refus:3726:26452648,26474311:autre_refus:3726:26474905,26479246:autre_refus:3726:26479538,26482157:autre_refus:3726:26482682,26482163:autre_refus:3726:26482372,26489121:autre_refus:3726:26489265,26491437:autre_refus:3726:26502103,26495360:autre_refus:3726:26495464,26523735:autre_refus:3726:26524868,26523739:autre_refus:3726:26524187,26529997:autre_refus:3726:26530210,26531940:autre_refus:3726:26532370,26531945:autre_refus:3726:26532321,26536217:autre_refus:3726:26541385,26536219:autre_refus:3726:26540705,26545130:autre_refus:3726:26549709,26554522:autre_refus:3726:26554557,26567363:autre_refus:3726:26567652,26569619:autre_refus:3726:26569743,26574000:autre_refus:3726:26574121,26579608:autre_refus:3726:26579866,26579609:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002804719082147301, 'nb_photo': 7, 'list_port_cont': '26583059,26639849,26752965,26914270,26956570,27188923,27223868', 'assoc_port': '26582089:26583059,26639558:26639849,26751183:26752965,26907134:26914270,26955632:26956570,27188045:27188923,27223295:27223868', 'assoc_mat': '26582089:barquette_avec_film:3327:26583059,26639558:barquette_avec_film:3327:26639849,26751183:barquette_avec_film:3327:26752965,26907134:barquette_avec_film:3327:26914270,26955632:barquette_avec_film:3327:26956570,27188045:barquette_avec_film:3327:27188923,27223295:barquette_avec_film:3327:27223868'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.000618735443703762, 'nb_photo': 6, 'list_port_cont': '26631747,26803601,26814715,26860739,27225920,27315371', 'assoc_port': '26631030:26631747,26792966:26803601,26807483:26814715,26857652:26860739,27225865:27225920,27315318:27315371', 'assoc_mat': '26631030:barquette_opaque:4205:26631747,26792966:barquette_opaque:4205:26803601,26807483:barquette_opaque:4205:26814715,26857652:barquette_opaque:4205:26860739,27225865:barquette_opaque:4205:27225920,27315318:barquette_opaque:4205:27315371'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0014732308379829594, 'nb_photo': 238, 'list_port_cont': '26401207,26428250,26466905,26482238,26499481,26514103,26531676,26554797,26573829,26594034,26594261,26639890,26649787,26712931,26716786,26720352,26727755,26753035,26762004,26790928,26803245,26809750,26830005,26843104,26861876,26884564,26892043,26941183,26997041,27021322,27057238,27060833,27072370,27072629,27085870,27085932,27097980,27110326,27121813,27148937,27152247,27175119,27321174,27321709,27321793,27321812,27322632,27323251,27324036', 'assoc_port': '26391739:26401207,26425490:26428250,26464089:26466905,26478053:26482238,26492286:26499481,26513793:26514103,26531456:26531676,26554503:26554797,26570438:26573829,26582091:26594261,26593673:26594034,26639552:26639890,26649367:26649787,26712856:26712931,26716458:26716786,26719969:26720352,26727128:26727755,26751193:26762004,26752200:26753035,26790304:26803245,26790329:26790928,26803083:26809750,26824358:26830005,26842682:26843104,26857659:26861876,26879651:26884564,26891694:26892043,26934346:26941183,26960163:26997041,27019455:27021322,27055905:27057238,27058829:27060833,27071586:27072629,27071621:27072370,27082807:27085932,27082821:27085870,27089619:27110326,27097607:27097980,27117389:27121813,27143712:27152247,27143717:27148937,27169466:27175119,27237161:27324036,27268285:27322632,27279595:27321793,27279604:27321812,27285604:27321709,27307131:27323251,27313960:27321174', 'assoc_mat': '26391739:barquette_opaque:4203:26401207,26425490:barquette_opaque:4203:26428250,26464089:barquette_opaque:4203:26466905,26478053:barquette_opaque:4203:26482238,26492286:barquette_opaque:4203:26499481,26513793:barquette_opaque:4203:26514103,26531456:barquette_opaque:4203:26531676,26554503:barquette_opaque:4203:26554797,26570438:barquette_opaque:4203:26573829,26582091:barquette_opaque:4203:26594261,26593673:barquette_opaque:4203:26594034,26639552:barquette_opaque:4203:26639890,26649367:barquette_opaque:4203:26649787,26712856:barquette_opaque:4203:26712931,26716458:barquette_opaque:4203:26716786,26719969:barquette_opaque:4203:26720352,26727128:barquette_opaque:4203:26727755,26751193:barquette_opaque:4203:26762004,26752200:barquette_opaque:4203:26753035,26790304:barquette_opaque:4203:26803245,26790329:barquette_opaque:4203:26790928,26803083:barquette_opaque:4203:26809750,26824358:barquette_opaque:4203:26830005,26842682:barquette_opaque:4203:26843104,26857659:barquette_opaque:4203:26861876,26879651:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007581351035731513, 'nb_photo': 59, 'list_port_cont': '26392723,26402572,26442489,26481196,26512211,26513274,26530228,26573885,26593827,26594343,26594786,26629433,26659132,26714509,26723987,26754271,26754486,26755466,26761388,26790814,26861375,26885972,26888860,26891177,26902059,26920342,26934538,27017773,27047716,27056925,27067213,27072094,27072490,27082895,27084572,27100021,27103160,27107659,27117571,27120262,27142841,27148536,27200225,27235788,27280091,27307164,27312721,27321497,27322399,27322505,27323439,27324111,27324328,27324352,27324568', 'assoc_port': '26391740:26392723,26400217:26402572,26439255:26442489,26478050:26481196,26492284:26512211,26499949:26513274,26529999:26530228,26573163:26573885,26582093:26593827,26593668:26594786,26593671:26594343,26629310:26629433,26659111:26659132,26714282:26714509,26723907:26723987,26751140:26761388,26751195:26754486,26751227:26754271,26755359:26755466,26790313:26790814,26857669:26861375,26884491:26885972,26888729:26888860,26890984:26891177,26901825:26902059,26920157:26920342,26934348:26934538,27016184:27017773,27047561:27047716,27055903:27056925,27066982:27067213,27071594:27072490,27071614:27072094,27082748:27084572,27082793:27082895,27093790:27107659,27099905:27100021,27102188:27103160,27117431:27117571,27120098:27120262,27141178:27142841,27143732:27148536,27199569:27200225,27223292:27324568,27225867:27324352,27226341:27324328,27234786:27324111,27234794:27235788,27244956:27323439,27268283:27322505,27268286:27322399,27279608:27280091,27291715:27321497,27307132:27307164,27309322:27312721', 'assoc_mat': '26391740:barquette_opaque:4207:26392723,26400217:barquette_opaque:4207:26402572,26439255:barquette_opaque:4207:26442489,26478050:barquette_opaque:4207:26481196,26492284:barquette_opaque:4207:26512211,26499949:barquette_opaque:4207:26513274,26529999:barquette_opaque:4207:26530228,26573163:barquette_opaque:4207:26573885,26582093:barquette_opaque:4207:26593827,26593668:barquette_opaque:4207:26594786,26593671:barquette_opaque:4207:26594343,26629310:barquette_opaque:4207:26629433,26659111:barquette_opaque:4207:26659132,26714282:barquette_opaque:4207:26714509,26723907:barquette_opaque:4207:26723987,26751140:barquette_opaque:4207:26761388,26751195:barquette_opaque:4207:26754486,26751227:barquette_opaque:4207:26754271,26755359:barquette_opaque:4207:26755466,26790313:barquette_opaque:4207:26790814,26857669:barquette_opaque:4207:26861375,26884491:barquette_opaque:4207:26885972,26888729:barquette_opaque:4207:26888860,26890984:barquette_opaque:4207:26891177,26901825:barquette_opaque:4207:26902059,26920157:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.014605534239066091, 'nb_photo': 10, 'list_port_cont': '26479817,26712702,26824560,26850982,26927925,27073158,27083281,27304575', 'assoc_port': '26479280:26479817,26712595:26712702,26824363:26824560,26850783:26850982,26927382:26927925,27071626:27073158,27082792:27083281,27304154:27304575', 'assoc_mat': '26479280:barquette_opaque:4461:26479817,26712595:barquette_opaque:4461:26712702,26824363:barquette_opaque:4461:26824560,26850783:barquette_opaque:4461:26850982,26927382:barquette_opaque:4461:26927925,27071626:barquette_opaque:4461:27073158,27082792:barquette_opaque:4461:27083281,27304154:barquette_opaque:4461:27304575'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0051660157094952615, 'nb_photo': 48, 'list_port_cont': '26390805,26391934,26445021,26453950,26479892,26488052,26489596,26528044,26533729,26590828,26638924,26649500,26651538,26719601,26724847,26753060,26753295,26753532,26765692,26772349,26791477,26803317,26902870,26939755,26944820,26960600,26966614,27056338,27057633,27082145,27087498,27089861,27100731,27108283,27144401,27208920,27237388,27270714,27279834,27286749', 'assoc_port': '26390468:26390805,26391743:26391934,26444763:26445021,26453706:26453950,26479276:26479892,26487567:26488052,26489107:26489596,26527510:26528044,26533165:26533729,26590421:26590828,26638671:26638924,26649382:26649500,26651203:26651538,26719537:26719601,26724509:26724847,26751126:26753532,26751153:26753295,26751156:26753060,26758235:26765692,26766062:26772349,26791164:26791477,26803079:26803317,26902491:26902870,26939162:26939755,26944434:26944820,26960160:26960600,26966173:26966614,27055914:27056338,27057431:27057633,27081915:27082145,27086919:27087498,27089620:27089861,27100517:27100731,27108097:27108283,27143720:27144401,27208855:27208920,27237166:27237388,27270444:27270714,27279607:27279834,27286595:27286749', 'assoc_mat': '26390468:barquette_opaque:4200:26390805,26391743:barquette_opaque:4200:26391934,26444763:barquette_opaque:4200:26445021,26453706:barquette_opaque:4200:26453950,26479276:barquette_opaque:4200:26479892,26487567:barquette_opaque:4200:26488052,26489107:barquette_opaque:4200:26489596,26527510:barquette_opaque:4200:26528044,26533165:barquette_opaque:4200:26533729,26590421:barquette_opaque:4200:26590828,26638671:barquette_opaque:4200:26638924,26649382:barquette_opaque:4200:26649500,26651203:barquette_opaque:4200:26651538,26719537:barquette_opaque:4200:26719601,26724509:barquette_opaque:4200:26724847,26751126:barquette_opaque:4200:26753532,26751153:barquette_opaque:4200:26753295,26751156:barquette_opaque:4200:26753060,26758235:barquette_opaque:4200:26765692,26766062:barquette_opaque:4200:26772349,26791164:barquette_opaque:4200:26791477,26803079:barquette_opaque:4200:26803317,26902491:barquette_opaque:4200:26902870,26939162:barquette_opaque:4200:26939755,26944434:barquette_opaque:4200:26944820,26960160:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0024398645312617272, 'nb_photo': 10, 'list_port_cont': '26433287,26457692,26482835,26504827,26712561,26712734,26713946,27109103,27172468,27180375', 'assoc_port': '26432929:26433287,26457500:26457692,26482160:26482835,26504435:26504827,26712523:26712561,26712577:26712734,26713695:26713946,27102186:27109103,27172140:27172468,27179724:27180375', 'assoc_mat': '26432929:barquette_opaque:4209:26433287,26457500:barquette_opaque:4209:26457692,26482160:barquette_opaque:4209:26482835,26504435:barquette_opaque:4209:26504827,26712523:barquette_opaque:4209:26712561,26712577:barquette_opaque:4209:26712734,26713695:barquette_opaque:4209:26713946,27102186:barquette_opaque:4209:27109103,27172140:barquette_opaque:4209:27172468,27179724:barquette_opaque:4209:27180375'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.006566141658459502, 'nb_photo': 3465, 'list_port_cont': '26388169,26388950,26391051,26392356,26395468,26396193,26400923,26428416,26431036,26433464,26436513,26438929,26438984,26439995,26443390,26446807,26449499,26449777,26453061,26454579,26456887,26466444,26476744,26478958,26480394,26480837,26483074,26486779,26488223,26492585,26495949,26498080,26501737,26504863,26505754,26510191,26512352,26525367,26530321,26530769,26532348,26532484,26536830,26539874,26540874,26542233,26545612,26546593,26566096,26568082,26568545,26571363,26574382,26574425,26577536,26578817,26582710,26583980,26587146,26588008,26591062,26593130,26594144,26595336,26628893,26629805,26629908,26629983,26632797,26635181,26639807,26641281,26641584,26643251,26643487,26648912,26651699,26656181,26657277,26658052,26711480,26712215,26712372,26712747,26712963,26714088,26714542,26716730,26718216,26718755,26720305,26721968,26724250,26724994,26726598,26726709,26726859,26729179,26729302,26730788,26747821,26748902,26748951,26751237,26751800,26752316,26752521,26752641,26753176,26753505,26753879,26754627,26754812,2675729', 'assoc_port': '26386677:26388169,26387927:26388950,26390466:26391051,26391738:26392356,26395135:26395468,26395919:26396193,26400216:26400923,26427977:26428416,26430555:26431036,26432931:26433464,26436193:26436513,26438736:26438984,26438738:26438929,26439265:26439995,26442792:26443390,26445908:26446807,26448719:26449777,26448722:26449499,26452472:26453061,26453702:26454579,26456347:26456887,26457498:26466444,26475512:26476744,26478052:26478958,26479251:26480837,26479259:26480394,26482170:26483074,26486544:26486779,26487572:26488223,26492290:26492585,26495362:26495949,26495368:26512352,26497817:26505754,26497820:26498080,26501108:26501737,26501112:26510191,26504436:26504863,26524843:26525367,26529998:26530321,26530465:26530769,26531949:26532484,26531952:26532348,26536212:26536830,26539070:26540874,26539081:26539874,26541434:26542233,26545117:26546593,26545125:26545612,26563481:26566096,26567360:26568545,26567361:26568082,26570440:26571363,26573995:26574425,26573997:26574382,26577265:26577536,26578357:26578817,26582092:2658271', 'assoc_mat': '26386677:barquette_opaque:4211:26388169,26387927:barquette_opaque:4211:26388950,26390466:barquette_opaque:4211:26391051,26391738:barquette_opaque:4211:26392356,26395135:barquette_opaque:4211:26395468,26395919:barquette_opaque:4211:26396193,26400216:barquette_opaque:4211:26400923,26427977:barquette_opaque:4211:26428416,26430555:barquette_opaque:4211:26431036,26432931:barquette_opaque:4211:26433464,26436193:barquette_opaque:4211:26436513,26438736:barquette_opaque:4211:26438984,26438738:barquette_opaque:4211:26438929,26439265:barquette_opaque:4211:26439995,26442792:barquette_opaque:4211:26443390,26445908:barquette_opaque:4211:26446807,26448719:barquette_opaque:4211:26449777,26448722:barquette_opaque:4211:26449499,26452472:barquette_opaque:4211:26453061,26453702:barquette_opaque:4211:26454579,26456347:barquette_opaque:4211:26456887,26457498:barquette_opaque:4211:26466444,26475512:barquette_opaque:4211:26476744,26478052:barquette_opaque:4211:26478958,26479251:barquette_opaque:4211:26480837,26479259:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0003968164274173587, 'nb_photo': 53, 'list_port_cont': '26392687,26402385,26435256,26486884,26497605,26502635,26571395,26591166,26599263,26713594,26718233,26727821,26751568,26760439,26791095,26803823,26804949,26824884,26847466,26864492,26883208,26893088,26900063,26945100,26948803,26960968,26962268,27020328,27048525,27057714,27072486,27072603,27072838,27087854,27090033,27136818,27150233,27177218,27196272,27233130,27237919,27251496,27277503,27308176,27314280', 'assoc_port': '26391741:26392687,26401484:26402385,26434419:26435256,26486545:26486884,26492283:26502635,26497179:26497605,26570441:26571395,26590417:26591166,26599079:26599263,26713210:26713594,26717838:26718233,26727126:26727821,26750689:26751568,26759504:26760439,26790328:26791095,26797052:26893088,26803080:26803823,26804094:26804949,26824397:26824884,26846491:26847466,26863687:26864492,26882353:26883208,26899279:26900063,26944437:26945100,26947677:26948803,26960159:26960968,26961411:26962268,27019445:27020328,27047552:27048525,27057434:27057714,27071583:27072838,27071593:27072603,27071609:27072486,27086917:27087854,27089636:27090033,27131474:27136818,27149758:27150233,27169404:27177218,27195477:27196272,27226338:27233130,27237168:27237919,27244940:27251496,27275383:27277503,27307824:27308176,27313970:27314280', 'assoc_mat': '26391741:bouchon:3327:26392687,26401484:bouchon:3327:26402385,26434419:bouchon:3327:26435256,26486545:bouchon:3327:26486884,26492283:bouchon:3327:26502635,26497179:bouchon:3327:26497605,26570441:bouchon:3327:26571395,26590417:bouchon:3327:26591166,26599079:bouchon:3327:26599263,26713210:bouchon:3327:26713594,26717838:bouchon:3327:26718233,26727126:bouchon:3327:26727821,26750689:bouchon:3327:26751568,26759504:bouchon:3327:26760439,26790328:bouchon:3327:26791095,26797052:bouchon:3327:26893088,26803080:bouchon:3327:26803823,26804094:bouchon:3327:26804949,26824397:bouchon:3327:26824884,26846491:bouchon:3327:26847466,26863687:bouchon:3327:26864492,26882353:bouchon:3327:26883208,26899279:bouchon:3327:26900063,26944437:bouchon:3327:26945100,26947677:bouchon:3327:26948803,26960159:bouchon:3327:26960968,26961411:bouchon:3327:26962268,27019445:bouchon:3327:27020328,27047552:bouchon:3327:27048525,27057434:bouchon:3327:27057714,27071583:bouchon:3327:27072838,27071593:bouchon:3327:27072603,27071609:bouchon:3327:27072486,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01317325501781021, 'nb_photo': 217, 'list_port_cont': '26387579,26391112,26442019,26446249,26481328,26497552,26530573,26537129,26571950,26594392,26631746,26634295,26648883,26719642,26728985,26753079,26759676,26761322,26803611,26814712,26814904,26824511,26860728,26890087,26891106,26942073,27059939,27072558,27100813,27103288,27131720,27145531,27185455,27225925,27315365,27321653,27323920', 'assoc_port': '26386679:26387579,26390464:26391112,26439252:26442019,26445912:26446249,26478051:26481328,26497171:26497552,26530468:26530573,26536228:26537129,26569621:26571950,26586363:26594392,26631030:26631746,26631983:26634295,26648316:26648883,26719536:26719642,26728853:26728985,26751099:26761322,26751279:26753079,26759529:26759676,26792966:26803611,26807483:26814712,26807485:26814904,26824394:26824511,26857652:26860728,26889624:26890087,26890987:26891106,26939177:26942073,27058817:27059939,27071587:27072558,27097601:27100813,27103125:27103288,27131472:27131720,27143738:27145531,27185120:27185455,27225865:27225925,27237164:27323920,27285547:27321653,27315318:27315365', 'assoc_mat': '26386679:carton:4205:26387579,26390464:carton:4205:26391112,26439252:carton:4205:26442019,26445912:carton:4205:26446249,26478051:carton:4205:26481328,26497171:carton:4205:26497552,26530468:carton:4205:26530573,26536228:carton:4205:26537129,26569621:carton:4205:26571950,26586363:carton:4205:26594392,26631030:carton:4205:26631746,26631983:carton:4205:26634295,26648316:carton:4205:26648883,26719536:carton:4205:26719642,26728853:carton:4205:26728985,26751099:carton:4205:26761322,26751279:carton:4205:26753079,26759529:carton:4205:26759676,26792966:carton:4205:26803611,26807483:carton:4205:26814712,26807485:carton:4205:26814904,26824394:carton:4205:26824511,26857652:carton:4205:26860728,26889624:carton:4205:26890087,26890987:carton:4205:26891106,26939177:carton:4205:26942073,27058817:carton:4205:27059939,27071587:carton:4205:27072558,27097601:carton:4205:27100813,27103125:carton:4205:27103288,27131472:carton:4205:27131720,27143738:carton:4205:27145531,27185120:carton:4205:27185455,27225865:carton:4205:27225925,2723'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.012121187849578855, 'nb_photo': 811, 'list_port_cont': '26401214,26428260,26442673,26466901,26482232,26499482,26514093,26531667,26554800,26573842,26594032,26594263,26639893,26649798,26712939,26716783,26720354,26727761,26753027,26762006,26790937,26803247,26809752,26830019,26843099,26861881,26884565,26892050,26913451,26941178,26997053,27021323,27057240,27060837,27072375,27072622,27085866,27085939,27097988,27110331,27121806,27148940,27152261,27175121,27321180,27321712,27321797,27321804,27322642,27323253,27324047,27324426', 'assoc_port': '26391739:26401214,26425490:26428260,26439254:26442673,26464089:26466901,26478053:26482232,26492286:26499482,26513793:26514093,26531456:26531667,26554503:26554800,26570438:26573842,26582091:26594263,26593673:26594032,26639552:26639893,26649367:26649798,26712856:26712939,26716458:26716783,26719969:26720354,26727128:26727761,26751193:26762006,26752200:26753027,26790304:26803247,26790329:26790937,26803083:26809752,26824358:26830019,26842682:26843099,26857659:26861881,26879651:26884565,26891694:26892050,26907141:26913451,26934346:26941178,26960163:26997053,27019455:27021323,27055905:27057240,27058829:27060837,27071586:27072622,27071621:27072375,27082807:27085939,27082821:27085866,27089619:27110331,27097607:27097988,27117389:27121806,27143712:27152261,27143717:27148940,27169466:27175121,27225874:27324426,27237161:27324047,27268285:27322642,27279595:27321797,27279604:27321804,27285604:27321712,27307131:27323253,27313960:27321180', 'assoc_mat': '26391739:carton:4203:26401214,26425490:carton:4203:26428260,26439254:carton:4203:26442673,26464089:carton:4203:26466901,26478053:carton:4203:26482232,26492286:carton:4203:26499482,26513793:carton:4203:26514093,26531456:carton:4203:26531667,26554503:carton:4203:26554800,26570438:carton:4203:26573842,26582091:carton:4203:26594263,26593673:carton:4203:26594032,26639552:carton:4203:26639893,26649367:carton:4203:26649798,26712856:carton:4203:26712939,26716458:carton:4203:26716783,26719969:carton:4203:26720354,26727128:carton:4203:26727761,26751193:carton:4203:26762006,26752200:carton:4203:26753027,26790304:carton:4203:26803247,26790329:carton:4203:26790937,26803083:carton:4203:26809752,26824358:carton:4203:26830019,26842682:carton:4203:26843099,26857659:carton:4203:26861881,26879651:carton:4203:26884565,26891694:carton:4203:26892050,26907141:carton:4203:26913451,26934346:carton:4203:26941178,26960163:carton:4203:26997053,27019455:carton:4203:27021323,27055905:carton:4203:27057240,27058829:carton:4203:27060837,2707'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9612921330022174, 'nb_photo': 6421, 'list_port_cont': '26387959,26389582,26390206,26390244,26390769,26392726,26392817,26396112,26399068,26402561,26404489,26404689,26428232,26430699,26435620,26437746,26438841,26441738,26442496,26444823,26444992,26445010,26445210,26449582,26453579,26456339,26457302,26460072,26460294,26466768,26481210,26482866,26482996,26483212,26486386,26486551,26486814,26490156,26496981,26500168,26512210,26513269,26513620,26513797,26515486,26516686,26516936,26517085,26529260,26530229,26530629,26530705,26531566,26532234,26536304,26543363,26546298,26547182,26549387,26549615,26553298,26553424,26553577,26556883,26570555,26571382,26571634,26573633,26573875,26574271,26577475,26583727,26590296,26590943,26593830,26594337,26594514,26594774,26595311,26596406,26599193,26628961,26629431,26629872,26634309,26634775,26638687,26639624,26640161,26641960,26644312,26648904,26649429,26649635,26658791,26659139,26668184,26711869,26712383,26712655,26713343,26714046,26714508,26715959,26716659,26716698,26716996,26718537,26719736,26721649,26723999,26724712,26726646,2672679', 'assoc_port': '26386707:26387959,26387952:26389582,26390029:26390244,26390034:26390206,26390467:26390769,26391740:26392726,26391742:26392817,26395918:26396112,26397261:26399068,26400217:26402561,26401457:26404489,26401486:26404689,26427995:26428232,26430559:26430699,26434416:26435620,26437046:26437746,26438741:26438841,26439251:26441738,26439255:26442496,26442776:26444823,26442788:26445010,26442817:26445210,26444767:26444992,26445905:26449582,26448721:26453579,26452473:26456339,26453704:26457302,26456343:26460072,26456352:26460294,26464088:26466768,26475514:26486814,26478050:26481210,26479241:26482866,26479253:26482996,26479256:26483212,26482169:26486386,26482173:26486551,26487562:26490156,26489092:26496981,26492284:26512210,26497173:26516686,26497175:26516936,26497181:26517085,26499949:26513269,26499965:26500168,26501106:26513620,26501113:26513797,26511275:26515486,26523740:26529260,26524840:26530705,26529999:26530229,26530464:26530629,26531442:26531566,26531950:26532234,26533163:26547182,26533166:26546298,26536214:2655329', 'assoc_mat': '26386707:carton:4207:26387959,26387952:carton:4207:26389582,26390029:carton:4207:26390244,26390034:carton:4207:26390206,26390467:carton:4207:26390769,26391740:carton:4207:26392726,26391742:carton:4207:26392817,26395918:carton:4207:26396112,26397261:carton:4207:26399068,26400217:carton:4207:26402561,26401457:carton:4207:26404489,26401486:carton:4207:26404689,26427995:carton:4207:26428232,26430559:carton:4207:26430699,26434416:carton:4207:26435620,26437046:carton:4207:26437746,26438741:carton:4207:26438841,26439251:carton:4207:26441738,26439255:carton:4207:26442496,26442776:carton:4207:26444823,26442788:carton:4207:26445010,26442817:carton:4207:26445210,26444767:carton:4207:26444992,26445905:carton:4207:26449582,26448721:carton:4207:26453579,26452473:carton:4207:26456339,26453704:carton:4207:26457302,26456343:carton:4207:26460072,26456352:carton:4207:26460294,26464088:carton:4207:26466768,26475514:carton:4207:26486814,26478050:carton:4207:26481210,26479241:carton:4207:26482866,26479253:carton:4207:26482996,2647'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.012430044140351608, 'nb_photo': 2668, 'list_port_cont': '26388592,26395382,26400644,26401896,26428476,26430868,26436384,26439686,26445258,26446527,26456732,26457821,26476246,26479825,26480072,26488390,26491703,26495775,26497998,26501480,26531678,26531731,26533822,26536664,26540278,26540455,26545676,26567755,26573442,26573460,26578773,26584052,26588048,26595353,26595395,26628820,26631336,26638857,26640992,26649518,26651294,26651880,26655917,26712414,26712694,26714502,26716671,26718716,26720096,26721755,26724910,26726818,26727367,26747636,26750747,26751735,26751826,26752013,26752404,26755769,26758688,26760456,26772374,26785781,26788104,26788582,26790703,26794721,26803437,26806758,26824554,26824771,26824855,26841945,26846956,26848273,26850994,26865261,26865483,26870685,26870737,26882798,26886412,26889983,26894123,26895246,26903021,26907608,26908783,26927920,26933755,26943656,26944859,26952891,26961912,26966943,27016502,27049469,27053321,27056253,27059190,27059381,27067146,27067227,27071766,27072033,27072119,27072190,27072235,27073156,27081212,27083288,27083503,2708736', 'assoc_port': '26387953:26388592,26395137:26395382,26400218:26400644,26401455:26401896,26427958:26428476,26430561:26430868,26436194:26436384,26439256:26439686,26444765:26445258,26445909:26446527,26456344:26456732,26457495:26457821,26475495:26476246,26479249:26480072,26479280:26479825,26487569:26488390,26491451:26491703,26495358:26495775,26497818:26497998,26501114:26501480,26531440:26531731,26531443:26531678,26533164:26533822,26536215:26536664,26539053:26540455,26539072:26540278,26545119:26545676,26567362:26567755,26573161:26573460,26573165:26573442,26578355:26578773,26583459:26584052,26587629:26588048,26595187:26595395,26595189:26595353,26628256:26628820,26631029:26631336,26638676:26638857,26640558:26640992,26649359:26649518,26651196:26651880,26651200:26651294,26655471:26655917,26712338:26712414,26712595:26712694,26714283:26714502,26716438:26716671,26718541:26718716,26719967:26720096,26721330:26721755,26724506:26724910,26726289:26726818,26727130:26727367,26747103:26747636,26750687:26750747,26751100:26751735,26751147:2675240', 'assoc_mat': '26387953:carton:4461:26388592,26395137:carton:4461:26395382,26400218:carton:4461:26400644,26401455:carton:4461:26401896,26427958:carton:4461:26428476,26430561:carton:4461:26430868,26436194:carton:4461:26436384,26439256:carton:4461:26439686,26444765:carton:4461:26445258,26445909:carton:4461:26446527,26456344:carton:4461:26456732,26457495:carton:4461:26457821,26475495:carton:4461:26476246,26479249:carton:4461:26480072,26479280:carton:4461:26479825,26487569:carton:4461:26488390,26491451:carton:4461:26491703,26495358:carton:4461:26495775,26497818:carton:4461:26497998,26501114:carton:4461:26501480,26531440:carton:4461:26531731,26531443:carton:4461:26531678,26533164:carton:4461:26533822,26536215:carton:4461:26536664,26539053:carton:4461:26540455,26539072:carton:4461:26540278,26545119:carton:4461:26545676,26567362:carton:4461:26567755,26573161:carton:4461:26573460,26573165:carton:4461:26573442,26578355:carton:4461:26578773,26583459:carton:4461:26584052,26587629:carton:4461:26588048,26595187:carton:4461:26595395,2659'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.022581416185280846, 'nb_photo': 1173, 'list_port_cont': '26387267,26387296,26390800,26390835,26390940,26391942,26392137,26397740,26434867,26435117,26437493,26437692,26438885,26443138,26445026,26446349,26449066,26453942,26454243,26455685,26456660,26478474,26478848,26479902,26488051,26488147,26489585,26492369,26497377,26500341,26502190,26507355,26509908,26527963,26530634,26533728,26536507,26539597,26545465,26545508,26546731,26552833,26566269,26573561,26577529,26579880,26583871,26587964,26590833,26593924,26595301,26599130,26629643,26635160,26638917,26641033,26646033,26649496,26651527,26712634,26716011,26716618,26717054,26718139,26719592,26721570,26724072,26724835,26726630,26729087,26748630,26752220,26752388,26752475,26752604,26752976,26753057,26753290,26753545,26753865,26760415,26765685,26767679,26772350,26791486,26794453,26795874,26801620,26803328,26804497,26804760,26809371,26815176,26824664,26824795,26824913,26825031,26825187,26842860,26846764,26854011,26865364,26865711,26877119,26884901,26885227,26889109,26891205,26891817,26891840,26902025,26902864,26909997,2691020', 'assoc_port': '26386718:26387296,26386744:26387267,26390463:26390940,26390465:26390835,26390468:26390800,26391743:26391942,26391744:26392137,26397265:26397740,26434412:26434867,26434414:26435117,26437044:26437692,26437051:26437493,26438743:26438885,26442818:26443138,26444763:26445026,26445884:26446349,26448726:26449066,26452474:26455685,26453706:26453942,26453708:26454243,26456350:26456660,26478047:26478848,26478049:26478474,26479276:26479902,26487564:26488147,26487567:26488051,26489107:26489585,26492292:26492369,26495367:26502190,26497183:26497377,26499951:26500341,26501110:26509908,26507069:26507355,26527509:26527963,26530467:26530634,26533165:26533728,26536221:26546731,26536226:26536507,26539062:26539597,26545110:26545508,26545122:26545465,26552443:26552833,26566015:26566269,26573162:26573561,26577262:26577529,26579612:26579880,26583473:26583871,26587642:26587964,26590421:26590833,26593672:26593924,26595190:26595301,26599081:26599130,26629305:26629643,26634579:26635160,26638671:26638917,26640649:26641033,26645501:2664603', 'assoc_mat': '26386718:carton:4200:26387296,26386744:carton:4200:26387267,26390463:carton:4200:26390940,26390465:carton:4200:26390835,26390468:carton:4200:26390800,26391743:carton:4200:26391942,26391744:carton:4200:26392137,26397265:carton:4200:26397740,26434412:carton:4200:26434867,26434414:carton:4200:26435117,26437044:carton:4200:26437692,26437051:carton:4200:26437493,26438743:carton:4200:26438885,26442818:carton:4200:26443138,26444763:carton:4200:26445026,26445884:carton:4200:26446349,26448726:carton:4200:26449066,26452474:carton:4200:26455685,26453706:carton:4200:26453942,26453708:carton:4200:26454243,26456350:carton:4200:26456660,26478047:carton:4200:26478848,26478049:carton:4200:26478474,26479276:carton:4200:26479902,26487564:carton:4200:26488147,26487567:carton:4200:26488051,26489107:carton:4200:26489585,26492292:carton:4200:26492369,26495367:carton:4200:26502190,26497183:carton:4200:26497377,26499951:carton:4200:26500341,26501110:carton:4200:26509908,26507069:carton:4200:26507355,26527509:carton:4200:26527963,2653'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01866083247604378, 'nb_photo': 405, 'list_port_cont': '26390304,26398075,26430682,26433288,26445103,26456456,26457694,26476474,26482833,26504581,26504815,26532060,26545382,26552939,26563923,26578708,26586517,26592669,26626673,26629502,26632310,26639788,26660667,26668127,26712560,26712722,26712885,26713957,26716605,26718633,26721632,26724121,26728968,26747385,26747479,26751665,26751678,26755950,26783780,26790640,26793576,26809097,26809482,26824620,26844138,26852446,26860725,26863972,26879968,26886004,26886317,26905914,26930643,26939495,26939628,26956086,26966622,27019727,27019755,27047900,27071689,27071826,27083112,27083314,27089720,27092740,27100162,27102486,27109101,27117715,27126467,27140379,27144070,27147621,27151060,27172476,27180387,27188375,27195903,27223594,27225967,27245144,27245321,27251394,27268613,27268677,27277035,27281568,27286730,27310644', 'assoc_port': '26390031:26390304,26395921:26398075,26430557:26430682,26432929:26433288,26444773:26445103,26456353:26456456,26457500:26457694,26475493:26476474,26482160:26482833,26504435:26504815,26504439:26504581,26531944:26532060,26545129:26545382,26552442:26552939,26563464:26563923,26578354:26578708,26586392:26586517,26592510:26592669,26626409:26626673,26629300:26629502,26631986:26632310,26639554:26639788,26660297:26660667,26667792:26668127,26712523:26712560,26712577:26712722,26712853:26712885,26713695:26713957,26716480:26716605,26718542:26718633,26721332:26721632,26723903:26724121,26728850:26728968,26747084:26747385,26747101:26747479,26751145:26751678,26751277:26751665,26755358:26755950,26783338:26793576,26783343:26783780,26790305:26790640,26801184:26809097,26809213:26809482,26824347:26824620,26843742:26844138,26852313:26852446,26860461:26860725,26863697:26863972,26879650:26879968,26885905:26886317,26885909:26886004,26905390:26905914,26930240:26930643,26939179:26939628,26939194:26939495,26955634:26956086,26966197:2696662', 'assoc_mat': '26390031:carton:4209:26390304,26395921:carton:4209:26398075,26430557:carton:4209:26430682,26432929:carton:4209:26433288,26444773:carton:4209:26445103,26456353:carton:4209:26456456,26457500:carton:4209:26457694,26475493:carton:4209:26476474,26482160:carton:4209:26482833,26504435:carton:4209:26504815,26504439:carton:4209:26504581,26531944:carton:4209:26532060,26545129:carton:4209:26545382,26552442:carton:4209:26552939,26563464:carton:4209:26563923,26578354:carton:4209:26578708,26586392:carton:4209:26586517,26592510:carton:4209:26592669,26626409:carton:4209:26626673,26629300:carton:4209:26629502,26631986:carton:4209:26632310,26639554:carton:4209:26639788,26660297:carton:4209:26660667,26667792:carton:4209:26668127,26712523:carton:4209:26712560,26712577:carton:4209:26712722,26712853:carton:4209:26712885,26713695:carton:4209:26713957,26716480:carton:4209:26716605,26718542:carton:4209:26718633,26721332:carton:4209:26721632,26723903:carton:4209:26724121,26728850:carton:4209:26728968,26747084:carton:4209:26747385,2674'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.006616744352841941, 'nb_photo': 6895, 'list_port_cont': '26388171,26388935,26391060,26392360,26395452,26396187,26400917,26428415,26431034,26433484,26436506,26438943,26438986,26439987,26443392,26446818,26449495,26449782,26453067,26454586,26456890,26466443,26476758,26478945,26480404,26480854,26483065,26486793,26488222,26492586,26495952,26498084,26501724,26504869,26505759,26510196,26512358,26525366,26530323,26530774,26532347,26532493,26536844,26539859,26540861,26542228,26545611,26546583,26566093,26568081,26568555,26571364,26574385,26574428,26577537,26578812,26582704,26583969,26587140,26588007,26591064,26593124,26594147,26595331,26628888,26629794,26629903,26629988,26632799,26635194,26639813,26641289,26641580,26643245,26643486,26648925,26651693,26656186,26657261,26657421,26658060,26711494,26712228,26712359,26712376,26712746,26712970,26713395,26714104,26714422,26714556,26716716,26718213,26718742,26720302,26721955,26724259,26725006,26726612,26726714,26726857,26729181,26729310,26730783,26747828,26748897,26748939,26751248,26751799,26752329,26752525,26752647,26753169,2675350', 'assoc_port': '26386677:26388171,26387927:26388935,26390466:26391060,26391738:26392360,26395135:26395452,26395919:26396187,26400216:26400917,26427977:26428415,26430555:26431034,26432931:26433484,26436193:26436506,26438736:26438986,26438738:26438943,26439265:26439987,26442792:26443392,26445908:26446818,26448719:26449782,26448722:26449495,26452472:26453067,26453702:26454586,26456347:26456890,26457498:26466443,26475512:26476758,26478052:26478945,26479251:26480854,26479259:26480404,26482170:26483065,26486544:26486793,26487572:26488222,26492290:26492586,26495362:26495952,26495368:26512358,26497817:26505759,26497820:26498084,26501108:26501724,26501112:26510196,26504436:26504869,26524843:26525366,26529998:26530323,26530465:26530774,26531949:26532493,26531952:26532347,26536212:26536844,26539070:26540861,26539081:26539859,26541434:26542228,26545117:26546583,26545125:26545611,26563481:26566093,26567360:26568555,26567361:26568081,26570440:26571364,26573995:26574428,26573997:26574385,26577265:26577537,26578357:26578812,26582092:2658270', 'assoc_mat': '26386677:carton:4211:26388171,26387927:carton:4211:26388935,26390466:carton:4211:26391060,26391738:carton:4211:26392360,26395135:carton:4211:26395452,26395919:carton:4211:26396187,26400216:carton:4211:26400917,26427977:carton:4211:26428415,26430555:carton:4211:26431034,26432931:carton:4211:26433484,26436193:carton:4211:26436506,26438736:carton:4211:26438986,26438738:carton:4211:26438943,26439265:carton:4211:26439987,26442792:carton:4211:26443392,26445908:carton:4211:26446818,26448719:carton:4211:26449782,26448722:carton:4211:26449495,26452472:carton:4211:26453067,26453702:carton:4211:26454586,26456347:carton:4211:26456890,26457498:carton:4211:26466443,26475512:carton:4211:26476758,26478052:carton:4211:26478945,26479251:carton:4211:26480854,26479259:carton:4211:26480404,26482170:carton:4211:26483065,26486544:carton:4211:26486793,26487572:carton:4211:26488222,26492290:carton:4211:26492586,26495362:carton:4211:26495952,26495368:carton:4211:26512358,26497817:carton:4211:26505759,26497820:carton:4211:26498084,2650'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0019766269093892818, 'nb_photo': 167, 'list_port_cont': '26388192,26390526,26392683,26395775,26396267,26399219,26402387,26402484,26433991,26440066,26445505,26449517,26453259,26458200,26486876,26488495,26492666,26497608,26500774,26502636,26513176,26530816,26537080,26537196,26540233,26540791,26544390,26545962,26546169,26568202,26571401,26574444,26577655,26580376,26587258,26591167,26635593,26639844,26645064,26652004,26717111,26718224,26719830,26724360,26725053,26729366,26751570,26752161,26753112,26760440,26768205,26784721,26788617,26791097,26803829,26804950,26809993,26824878,26825099,26825139,26825418,26851139,26852998,26854331,26865771,26868346,26886838,26892091,26893096,26900058,26903284,26907931,26920473,26945089,26948812,26956575,26966701,27049654,27052409,27055700,27057713,27067296,27067398,27072593,27083791,27084027,27087866,27094882,27095203,27100342,27123923,27133129,27140936,27144701,27188931,27196268,27199119,27227921,27232232,27235548,27251506,27282062,27286357,27314284', 'assoc_port': '26386678:26388192,26390033:26390526,26391741:26392683,26395136:26395775,26395917:26396267,26397224:26399219,26401482:26402484,26401484:26402387,26432930:26433991,26439253:26440066,26444769:26445505,26448724:26449517,26452487:26453259,26457497:26458200,26486545:26486876,26487570:26488495,26492257:26492666,26492283:26502636,26497179:26497608,26499945:26500774,26499948:26513176,26530463:26530816,26536223:26537196,26536230:26537080,26536236:26544390,26539057:26540791,26539077:26540233,26545112:26546169,26545123:26545962,26567374:26568202,26570441:26571401,26573998:26574444,26577263:26577655,26579613:26580376,26586352:26587258,26590417:26591167,26634597:26635593,26639558:26639844,26644252:26645064,26651201:26652004,26716906:26717111,26717838:26718224,26719532:26719830,26723898:26724360,26724518:26725053,26728823:26729366,26750689:26751570,26751128:26752161,26751158:26753112,26759504:26760440,26761740:26768205,26783333:26784721,26787558:26788617,26790328:26791097,26797052:26893096,26803080:26803829,26804094:2680495', 'assoc_mat': '26386678:carton:3327:26388192,26390033:carton:3327:26390526,26391741:carton:3327:26392683,26395136:carton:3327:26395775,26395917:carton:3327:26396267,26397224:carton:3327:26399219,26401482:carton:3327:26402484,26401484:carton:3327:26402387,26432930:carton:3327:26433991,26439253:carton:3327:26440066,26444769:carton:3327:26445505,26448724:carton:3327:26449517,26452487:carton:3327:26453259,26457497:carton:3327:26458200,26486545:carton:3327:26486876,26487570:carton:3327:26488495,26492257:carton:3327:26492666,26492283:carton:3327:26502636,26497179:carton:3327:26497608,26499945:carton:3327:26500774,26499948:carton:3327:26513176,26530463:carton:3327:26530816,26536223:carton:3327:26537196,26536230:carton:3327:26537080,26536236:carton:3327:26544390,26539057:carton:3327:26540791,26539077:carton:3327:26540233,26545112:carton:3327:26546169,26545123:carton:3327:26545962,26567374:carton:3327:26568202,26570441:carton:3327:26571401,26573998:carton:3327:26574444,26577263:carton:3327:26577655,26579613:carton:3327:26580376,2658'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.00550477840591281, 'nb_photo': 1074, 'list_port_cont': '26447438,26449673,26455553,26456046,26487973,26489738,26492540,26492574,26495815,26498027,26504743,26528378,26540055,26540186,26542463,26545779,26573804,26580562,26581013,26582609,26583021,26586885,26587322,26641099,26645281,26648986,26724088,26728607,26752143,26752514,26752690,26753087,26758581,26761911,26766752,26784201,26796524,26801727,26812355,26824449,26851096,26856104,26858063,26858669,26861207,26861479,26886440,26891488,26906396,26910662,26911875,26939965,26957129,26962519,26963076,26967221,26975042,27056834,27057664,27057703,27059141,27059650,27061437,27071714,27072072,27072441,27072579,27072640,27072651,27072815,27082959,27087402,27094745,27098449,27102476,27104587,27108435,27133043,27172132', 'assoc_port': '26445880:26447438,26445902:26449673,26453698:26455553,26453700:26456046,26487565:26487973,26489096:26489738,26492268:26492540,26492294:26492574,26495364:26495815,26497815:26498027,26504438:26504743,26524842:26528378,26539059:26542463,26539064:26540186,26539074:26540055,26545107:26545779,26573164:26573804,26579611:26581013,26579614:26580562,26579639:26583021,26582094:26582609,26586364:26587322,26586391:26586885,26640591:26641099,26644250:26645281,26648299:26648986,26713693:26724088,26716479:26728607,26751144:26753087,26751187:26752690,26751197:26752514,26751207:26752143,26758237:26758581,26761746:26761911,26766059:26766752,26783341:26784201,26790345:26796524,26801185:26801727,26809208:26812355,26824390:26824449,26850785:26851096,26852316:26856104,26857655:26858669,26857683:26858063,26860462:26861479,26860464:26861207,26885907:26886440,26890986:26891488,26905388:26906396,26909866:26910662,26911018:26911875,26939189:26939965,26955630:26963076,26955635:26957129,26960161:26962519,26966174:26967221,26974034:2697504', 'assoc_mat': '26445880:carton:3594:26447438,26445902:carton:3594:26449673,26453698:carton:3594:26455553,26453700:carton:3594:26456046,26487565:carton:3594:26487973,26489096:carton:3594:26489738,26492268:carton:3594:26492540,26492294:carton:3594:26492574,26495364:carton:3594:26495815,26497815:carton:3594:26498027,26504438:carton:3594:26504743,26524842:carton:3594:26528378,26539059:carton:3594:26542463,26539064:carton:3594:26540186,26539074:carton:3594:26540055,26545107:carton:3594:26545779,26573164:carton:3594:26573804,26579611:carton:3594:26581013,26579614:carton:3594:26580562,26579639:carton:3594:26583021,26582094:carton:3594:26582609,26586364:carton:3594:26587322,26586391:carton:3594:26586885,26640591:carton:3594:26641099,26644250:carton:3594:26645281,26648299:carton:3594:26648986,26713693:carton:3594:26724088,26716479:carton:3594:26728607,26751144:carton:3594:26753087,26751187:carton:3594:26752690,26751197:carton:3594:26752514,26751207:carton:3594:26752143,26758237:carton:3594:26758581,26761746:carton:3594:26761911,2676'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0015752524474295043, 'nb_photo': 51, 'list_port_cont': '26436290,26482679,26495457,26524866,26574127,26579868,26590492,26631197,26638733,26639664,26659632,26706384,26709582,26717006,26721494,26726490,26747425,26752879,26788692,26793101,26824605,26826158,26853692,26870562,26927682,27016282,27045478,27067168,27071893,27089632,27093990,27100495,27131627,27182913,27225943,27228981,27271099,27275490,27314045', 'assoc_port': '26436213:26436290,26482157:26482679,26495360:26495457,26523735:26524866,26574000:26574127,26579608:26579868,26590423:26590492,26631031:26631197,26638672:26638733,26639553:26639664,26655464:26659632,26706184:26706384,26709301:26709582,26716907:26717006,26721331:26721494,26726290:26726490,26747097:26747425,26751113:26752879,26787528:26788692,26792965:26793101,26824368:26824605,26824393:26826158,26853530:26853692,26870397:26870562,26927347:26927682,27016170:27016282,27045239:27045478,27066975:27067168,27071604:27071893,27086905:27089632,27093816:27093990,27097587:27100495,27131470:27131627,27182701:27182913,27225869:27225943,27228383:27228981,27270434:27271099,27275379:27275490,27313953:27314045', 'assoc_mat': '26436213:cartonnette:3726:26436290,26482157:cartonnette:3726:26482679,26495360:cartonnette:3726:26495457,26523735:cartonnette:3726:26524866,26574000:cartonnette:3726:26574127,26579608:cartonnette:3726:26579868,26590423:cartonnette:3726:26590492,26631031:cartonnette:3726:26631197,26638672:cartonnette:3726:26638733,26639553:cartonnette:3726:26639664,26655464:cartonnette:3726:26659632,26706184:cartonnette:3726:26706384,26709301:cartonnette:3726:26709582,26716907:cartonnette:3726:26717006,26721331:cartonnette:3726:26721494,26726290:cartonnette:3726:26726490,26747097:cartonnette:3726:26747425,26751113:cartonnette:3726:26752879,26787528:cartonnette:3726:26788692,26792965:cartonnette:3726:26793101,26824368:cartonnette:3726:26824605,26824393:cartonnette:3726:26826158,26853530:cartonnette:3726:26853692,26870397:cartonnette:3726:26870562,26927347:cartonnette:3726:26927682,27016170:cartonnette:3726:27016282,27045239:cartonnette:3726:27045478,27066975:cartonnette:3726:27067168,27071604:cartonnette:3726:27071893,27086905:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00909385793520848, 'nb_photo': 281, 'list_port_cont': '26390171,26434468,26436296,26474902,26479543,26482371,26489264,26502108,26524190,26524865,26530219,26532323,26532376,26540698,26541377,26554548,26560188,26567660,26569746,26574120,26574194,26579864,26582225,26590495,26598635,26598685,26631207,26639660,26649436,26704197,26706381,26706557,26707587,26709581,26712642,26713768,26714371,26714484,26717005,26719579,26721497,26723952,26724601,26727319,26728928,26730516,26747420,26751639,26752885,26759767,26787829,26788683,26788938,26790468,26791165,26791426,26793110,26797907,26804248,26806559,26824599,26825000,26826149,26842810,26853689,26863820,26870524,26870561,26872217,26877029,26885042,26889803,26889956,26895191,26902584,26911084,26927691,26930325,26939158,26943365,26974171,26978332,26978422,26980792,27016290,27067171,27067760,27071727,27083440,27089623,27089752,27093986,27103220,27118946,27123436,27131629,27136227,27143901,27168327,27169956,27173978,27185279,27195770,27198700,27202234,27209102,27225951,27226155,27228992,27234957,27251308,27251555,27265254,2727548', 'assoc_port': '26390032:26390171,26430558:26434468,26436213:26436296,26474311:26474902,26479246:26479543,26482163:26482371,26489121:26489264,26491437:26502108,26523735:26524865,26523739:26524190,26529997:26530219,26531940:26532376,26531945:26532323,26536217:26541377,26536219:26540698,26554522:26554548,26560132:26560188,26567363:26567660,26569619:26569746,26573999:26574194,26574000:26574120,26579608:26579864,26582090:26582225,26590423:26590495,26598497:26598685,26598498:26598635,26631031:26631207,26639553:26639660,26649399:26649436,26704153:26704197,26706182:26706557,26706184:26706381,26707411:26707587,26709301:26709581,26712592:26712642,26713696:26713768,26714279:26714484,26714280:26714371,26716907:26717005,26719534:26719579,26721331:26721497,26723905:26723952,26724514:26724601,26727127:26727319,26728824:26728928,26730497:26730516,26747097:26747420,26751113:26752885,26751284:26751639,26759506:26759767,26787528:26788683,26787541:26788938,26787563:26787829,26790282:26791165,26790301:26791426,26790302:26790468,26792965:2679311', 'assoc_mat': '26390032:Carton_brun:3726:26390171,26430558:Carton_brun:3726:26434468,26436213:Carton_brun:3726:26436296,26474311:Carton_brun:3726:26474902,26479246:Carton_brun:3726:26479543,26482163:Carton_brun:3726:26482371,26489121:Carton_brun:3726:26489264,26491437:Carton_brun:3726:26502108,26523735:Carton_brun:3726:26524865,26523739:Carton_brun:3726:26524190,26529997:Carton_brun:3726:26530219,26531940:Carton_brun:3726:26532376,26531945:Carton_brun:3726:26532323,26536217:Carton_brun:3726:26541377,26536219:Carton_brun:3726:26540698,26554522:Carton_brun:3726:26554548,26560132:Carton_brun:3726:26560188,26567363:Carton_brun:3726:26567660,26569619:Carton_brun:3726:26569746,26573999:Carton_brun:3726:26574194,26574000:Carton_brun:3726:26574120,26579608:Carton_brun:3726:26579864,26582090:Carton_brun:3726:26582225,26590423:Carton_brun:3726:26590495,26598497:Carton_brun:3726:26598685,26598498:Carton_brun:3726:26598635,26631031:Carton_brun:3726:26631207,26639553:Carton_brun:3726:26639660,26649399:Carton_brun:3726:26649436,26704153:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00643932719405857, 'nb_photo': 98, 'list_port_cont': '26390173,26396034,26400362,26495456,26502101,26524870,26530211,26540702,26549714,26569742,26579867,26598689,26638727,26649434,26713319,26728932,26752886,26759763,26787832,26788693,26804254,26824602,26826156,26842811,26853691,26870556,26877027,26884744,26885045,26889958,26895189,26927680,26930317,26939161,26943367,26978419,27016286,27053118,27057490,27071891,27072199,27089747,27093991,27100488,27118935,27136232,27143906,27168319,27169953,27173985,27225944,27228990,27251548,27279681,27279763,27298722,27307190', 'assoc_port': '26390032:26390173,26395916:26396034,26400187:26400362,26491437:26502101,26495360:26495456,26523735:26524870,26529997:26530211,26536219:26540702,26545130:26549714,26569619:26569742,26579608:26579867,26598497:26598689,26638672:26638727,26649399:26649434,26713231:26713319,26728824:26728932,26751113:26752886,26759506:26759763,26787528:26788693,26787563:26787832,26804092:26804254,26824368:26824602,26824393:26826156,26842680:26842811,26853530:26853691,26870397:26870556,26876770:26877027,26884485:26885045,26884487:26884744,26889598:26889958,26894919:26895189,26927347:26927680,26930238:26930317,26934345:26939161,26943053:26943367,26978257:26978419,27016170:27016286,27052787:27053118,27057437:27057490,27071589:27072199,27071604:27071891,27089621:27089747,27093816:27093991,27097587:27100488,27118653:27118935,27136042:27136232,27143736:27143906,27168011:27168319,27169442:27169953,27173731:27173985,27225869:27225944,27228383:27228990,27251110:27251548,27279552:27279681,27279612:27279763,27298624:27298722,27307127:2730719', 'assoc_mat': '26390032:Carton_gris:3726:26390173,26395916:Carton_gris:3726:26396034,26400187:Carton_gris:3726:26400362,26491437:Carton_gris:3726:26502101,26495360:Carton_gris:3726:26495456,26523735:Carton_gris:3726:26524870,26529997:Carton_gris:3726:26530211,26536219:Carton_gris:3726:26540702,26545130:Carton_gris:3726:26549714,26569619:Carton_gris:3726:26569742,26579608:Carton_gris:3726:26579867,26598497:Carton_gris:3726:26598689,26638672:Carton_gris:3726:26638727,26649399:Carton_gris:3726:26649434,26713231:Carton_gris:3726:26713319,26728824:Carton_gris:3726:26728932,26751113:Carton_gris:3726:26752886,26759506:Carton_gris:3726:26759763,26787528:Carton_gris:3726:26788693,26787563:Carton_gris:3726:26787832,26804092:Carton_gris:3726:26804254,26824368:Carton_gris:3726:26824602,26824393:Carton_gris:3726:26826156,26842680:Carton_gris:3726:26842811,26853530:Carton_gris:3726:26853691,26870397:Carton_gris:3726:26870556,26876770:Carton_gris:3726:26877027,26884485:Carton_gris:3726:26885045,26884487:Carton_gris:3726:26884744,26889598:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0015897275082992, 'nb_photo': 13, 'list_port_cont': '26442016,26537137,26571946,26594395,26631754,26634291,26648878,26803608,26890102,27059938,27072563,27103289,27315370', 'assoc_port': '26439252:26442016,26536228:26537137,26569621:26571946,26586363:26594395,26631030:26631754,26631983:26634291,26648316:26648878,26792966:26803608,26889624:26890102,27058817:27059938,27071587:27072563,27103125:27103289,27315318:27315370', 'assoc_mat': '26439252:ela:4205:26442016,26536228:ela:4205:26537137,26569621:ela:4205:26571946,26586363:ela:4205:26594395,26631030:ela:4205:26631754,26631983:ela:4205:26634291,26648316:ela:4205:26648878,26792966:ela:4205:26803608,26889624:ela:4205:26890102,27058817:ela:4205:27059938,27071587:ela:4205:27072563,27103125:ela:4205:27103289,27315318:ela:4205:27315370'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9342252863163266, 'nb_photo': 533, 'list_port_cont': '26401205,26428252,26442675,26466911,26482239,26499472,26514104,26531665,26554792,26573837,26594030,26594259,26639894,26649793,26712933,26716791,26720359,26727756,26753042,26762015,26790936,26803253,26809751,26830006,26843100,26861879,26884572,26892045,26913454,26941191,26997043,27021324,27057252,27060826,27072382,27072631,27085865,27085941,27097978,27110336,27121801,27148927,27152258,27175126,27321170,27321715,27321795,27321802,27322635,27323239,27324044,27324418', 'assoc_port': '26391739:26401205,26425490:26428252,26439254:26442675,26464089:26466911,26478053:26482239,26492286:26499472,26513793:26514104,26531456:26531665,26554503:26554792,26570438:26573837,26582091:26594259,26593673:26594030,26639552:26639894,26649367:26649793,26712856:26712933,26716458:26716791,26719969:26720359,26727128:26727756,26751193:26762015,26752200:26753042,26790304:26803253,26790329:26790936,26803083:26809751,26824358:26830006,26842682:26843100,26857659:26861879,26879651:26884572,26891694:26892045,26907141:26913454,26934346:26941191,26960163:26997043,27019455:27021324,27055905:27057252,27058829:27060826,27071586:27072631,27071621:27072382,27082807:27085941,27082821:27085865,27089619:27110336,27097607:27097978,27117389:27121801,27143712:27152258,27143717:27148927,27169466:27175126,27225874:27324418,27237161:27324044,27268285:27322635,27279595:27321795,27279604:27321802,27285604:27321715,27307131:27323239,27313960:27321170', 'assoc_mat': '26391739:ela:4203:26401205,26425490:ela:4203:26428252,26439254:ela:4203:26442675,26464089:ela:4203:26466911,26478053:ela:4203:26482239,26492286:ela:4203:26499472,26513793:ela:4203:26514104,26531456:ela:4203:26531665,26554503:ela:4203:26554792,26570438:ela:4203:26573837,26582091:ela:4203:26594259,26593673:ela:4203:26594030,26639552:ela:4203:26639894,26649367:ela:4203:26649793,26712856:ela:4203:26712933,26716458:ela:4203:26716791,26719969:ela:4203:26720359,26727128:ela:4203:26727756,26751193:ela:4203:26762015,26752200:ela:4203:26753042,26790304:ela:4203:26803253,26790329:ela:4203:26790936,26803083:ela:4203:26809751,26824358:ela:4203:26830006,26842682:ela:4203:26843100,26857659:ela:4203:26861879,26879651:ela:4203:26884572,26891694:ela:4203:26892045,26907141:ela:4203:26913454,26934346:ela:4203:26941191,26960163:ela:4203:26997043,27019455:ela:4203:27021324,27055905:ela:4203:27057252,27058829:ela:4203:27060826,27071586:ela:4203:27072631,27071621:ela:4203:27072382,27082807:ela:4203:27085941,27082821:ela:4203:2708586'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007301730250418362, 'nb_photo': 72, 'list_port_cont': '26387970,26392719,26396098,26404486,26442488,26449573,26460085,26486384,26513621,26515479,26516690,26547192,26549398,26583720,26629423,26634304,26638692,26639621,26648896,26712663,26713339,26730043,26736962,26752930,26754491,26761092,26761796,26761882,26763662,26790689,26790825,26806377,26824689,26825278,26841764,26847956,26858772,26863534,26870650,26891180,26904878,26917453,26944521,26980843,27057052,27067119,27067202,27067546,27072002,27072081,27072471,27081651,27083830,27097631,27103159,27148527,27221493,27279643,27310410,27322503,27324334', 'assoc_port': '26386707:26387970,26391740:26392719,26395918:26396098,26401457:26404486,26439255:26442488,26445905:26449573,26456343:26460085,26482169:26486384,26497173:26516690,26501106:26513621,26511275:26515479,26533163:26547192,26545109:26549398,26583460:26583720,26629310:26629423,26631967:26634304,26638674:26638692,26639559:26639621,26648300:26648896,26712596:26712663,26713212:26713339,26728826:26730043,26736695:26736962,26751084:26761092,26751161:26761796,26751189:26761882,26751195:26754491,26752201:26752930,26759508:26763662,26790313:26790825,26790315:26790689,26790343:26806377,26824349:26825278,26824384:26824689,26840612:26841764,26847811:26847956,26856533:26858772,26860465:26863534,26870433:26870650,26890984:26891180,26894917:26904878,26911052:26917453,26943040:26944521,26980715:26980843,27055910:27057052,27066978:27067546,27066982:27067202,27066996:27067119,27071585:27072471,27071614:27072081,27071619:27072002,27080855:27081651,27082739:27083830,27097605:27097631,27102188:27103159,27143732:27148527,27221336:2722149', 'assoc_mat': '26386707:ela:4207:26387970,26391740:ela:4207:26392719,26395918:ela:4207:26396098,26401457:ela:4207:26404486,26439255:ela:4207:26442488,26445905:ela:4207:26449573,26456343:ela:4207:26460085,26482169:ela:4207:26486384,26497173:ela:4207:26516690,26501106:ela:4207:26513621,26511275:ela:4207:26515479,26533163:ela:4207:26547192,26545109:ela:4207:26549398,26583460:ela:4207:26583720,26629310:ela:4207:26629423,26631967:ela:4207:26634304,26638674:ela:4207:26638692,26639559:ela:4207:26639621,26648300:ela:4207:26648896,26712596:ela:4207:26712663,26713212:ela:4207:26713339,26728826:ela:4207:26730043,26736695:ela:4207:26736962,26751084:ela:4207:26761092,26751161:ela:4207:26761796,26751189:ela:4207:26761882,26751195:ela:4207:26754491,26752201:ela:4207:26752930,26759508:ela:4207:26763662,26790313:ela:4207:26790825,26790315:ela:4207:26790689,26790343:ela:4207:26806377,26824349:ela:4207:26825278,26824384:ela:4207:26824689,26840612:ela:4207:26841764,26847811:ela:4207:26847956,26856533:ela:4207:26858772,26860465:ela:4207:2686353'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008407939631675788, 'nb_photo': 2, 'list_port_cont': '26882786,26903020', 'assoc_port': '26882336:26882786,26902487:26903020', 'assoc_mat': '26882336:ela:4461:26882786,26902487:ela:4461:26903020'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0015041813835578, 'nb_photo': 79, 'list_port_cont': '26390797,26390838,26390952,26391933,26397743,26438891,26446348,26456658,26479901,26488155,26530642,26533730,26545516,26546725,26552837,26573571,26577504,26583868,26587959,26638909,26641036,26724062,26752986,26753543,26772353,26791487,26794451,26803329,26824665,26842864,26865710,26889112,26911262,26939751,26960590,26966600,27024330,27056328,27067071,27067409,27071787,27071916,27072318,27087841,27108281,27185513,27188428,27192206,27195608,27221708,27226498,27235095,27239923,27257648,27285732,27286347,27286748,27292173,27307209,27311618', 'assoc_port': '26390463:26390952,26390465:26390838,26390468:26390797,26391743:26391933,26397265:26397743,26438743:26438891,26445884:26446348,26456350:26456658,26479276:26479901,26487564:26488155,26530467:26530642,26533165:26533730,26536221:26546725,26545110:26545516,26552443:26552837,26573162:26573571,26577262:26577504,26583473:26583868,26587642:26587959,26638671:26638909,26640649:26641036,26723896:26724062,26751126:26753543,26751185:26752986,26766062:26772353,26791164:26791487,26794137:26794451,26803079:26803329,26824389:26824665,26842684:26842864,26865021:26865710,26888727:26889112,26911020:26911262,26939162:26939751,26960160:26960590,26966173:26966600,27024174:27024330,27055914:27056328,27066977:27067409,27066995:27067071,27071580:27072318,27071615:27071916,27071622:27071787,27086908:27087841,27108097:27108281,27185122:27185513,27188048:27188428,27191995:27192206,27195474:27195608,27221338:27221708,27226343:27226498,27231366:27239923,27234793:27235095,27251086:27257648,27285543:27286347,27285599:27285732,27286595:2728674', 'assoc_mat': '26390463:ela:4200:26390952,26390465:ela:4200:26390838,26390468:ela:4200:26390797,26391743:ela:4200:26391933,26397265:ela:4200:26397743,26438743:ela:4200:26438891,26445884:ela:4200:26446348,26456350:ela:4200:26456658,26479276:ela:4200:26479901,26487564:ela:4200:26488155,26530467:ela:4200:26530642,26533165:ela:4200:26533730,26536221:ela:4200:26546725,26545110:ela:4200:26545516,26552443:ela:4200:26552837,26573162:ela:4200:26573571,26577262:ela:4200:26577504,26583473:ela:4200:26583868,26587642:ela:4200:26587959,26638671:ela:4200:26638909,26640649:ela:4200:26641036,26723896:ela:4200:26724062,26751126:ela:4200:26753543,26751185:ela:4200:26752986,26766062:ela:4200:26772353,26791164:ela:4200:26791487,26794137:ela:4200:26794451,26803079:ela:4200:26803329,26824389:ela:4200:26824665,26842684:ela:4200:26842864,26865021:ela:4200:26865710,26888727:ela:4200:26889112,26911020:ela:4200:26911262,26939162:ela:4200:26939751,26960160:ela:4200:26960590,26966173:ela:4200:26966600,27024174:ela:4200:27024330,27055914:ela:4200:2705632'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0017250045052602206, 'nb_photo': 59, 'list_port_cont': '26390306,26398074,26430686,26476479,26482837,26532055,26552940,26578502,26578697,26586516,26592670,26712547,26713949,26716635,26721628,26724122,26751677,26755957,26790639,26863977,26886032,26886311,26911401,26956087,26965789,27047912,27071684,27071827,27083322,27100163,27126456,27172467,27188373,27195912,27251395,27268619,27268682,27281563,27310637', 'assoc_port': '26390031:26390306,26395921:26398074,26430557:26430686,26475493:26476479,26482160:26482837,26531944:26532055,26552442:26552940,26578353:26578502,26578354:26578697,26586392:26586516,26592510:26592670,26712523:26712547,26713695:26713949,26716478:26716635,26721332:26721628,26723903:26724122,26751145:26751677,26755358:26755957,26790305:26790639,26863697:26863977,26885905:26886311,26885909:26886032,26911022:26911401,26955634:26956087,26965623:26965789,27047556:27047912,27071632:27071827,27071636:27071684,27082754:27083322,27099890:27100163,27125995:27126456,27172140:27172467,27188054:27188373,27195451:27195912,27251108:27251395,27268276:27268682,27268306:27268619,27281261:27281563,27310503:27310637', 'assoc_mat': '26390031:ela:4209:26390306,26395921:ela:4209:26398074,26430557:ela:4209:26430686,26475493:ela:4209:26476479,26482160:ela:4209:26482837,26531944:ela:4209:26532055,26552442:ela:4209:26552940,26578353:ela:4209:26578502,26578354:ela:4209:26578697,26586392:ela:4209:26586516,26592510:ela:4209:26592670,26712523:ela:4209:26712547,26713695:ela:4209:26713949,26716478:ela:4209:26716635,26721332:ela:4209:26721628,26723903:ela:4209:26724122,26751145:ela:4209:26751677,26755358:ela:4209:26755957,26790305:ela:4209:26790639,26863697:ela:4209:26863977,26885905:ela:4209:26886311,26885909:ela:4209:26886032,26911022:ela:4209:26911401,26955634:ela:4209:26956087,26965623:ela:4209:26965789,27047556:ela:4209:27047912,27071632:ela:4209:27071827,27071636:ela:4209:27071684,27082754:ela:4209:27083322,27099890:ela:4209:27100163,27125995:ela:4209:27126456,27172140:ela:4209:27172467,27188054:ela:4209:27188373,27195451:ela:4209:27195912,27251108:ela:4209:27251395,27268276:ela:4209:27268682,27268306:ela:4209:27268619,27281261:ela:4209:2728156'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.000990738473022074, 'nb_photo': 1417, 'list_port_cont': '26388175,26388942,26391052,26392350,26395463,26396188,26400930,26431040,26433460,26436516,26438938,26438987,26439998,26443393,26446814,26449494,26449791,26453053,26454574,26456893,26466439,26476751,26478955,26480397,26480847,26483070,26486788,26488211,26492583,26495939,26498085,26501732,26505748,26512360,26525369,26530319,26530775,26532353,26532490,26536843,26539862,26540865,26542239,26545625,26546580,26566108,26568091,26568553,26571369,26574378,26574424,26577532,26578814,26582702,26583983,26587147,26588018,26591075,26593131,26594154,26595342,26628879,26629793,26629900,26632789,26639816,26641295,26641595,26643237,26643494,26648911,26651689,26656172,26657272,26658056,26711490,26712227,26712365,26712740,26712961,26714415,26714541,26716717,26718203,26718753,26720297,26721964,26724256,26724999,26726609,26726862,26729296,26730773,26747817,26751239,26751808,26752325,26752531,26752639,26753167,26753500,26753889,26754618,26754808,26757308,26758765,26760091,26766289,26767802,26772982,26787207,26788659,26790858,2679129', 'assoc_port': '26386677:26388175,26387927:26388942,26390466:26391052,26391738:26392350,26395135:26395463,26395919:26396188,26400216:26400930,26430555:26431040,26432931:26433460,26436193:26436516,26438736:26438987,26438738:26438938,26439265:26439998,26442792:26443393,26445908:26446814,26448719:26449791,26448722:26449494,26452472:26453053,26453702:26454574,26456347:26456893,26457498:26466439,26475512:26476751,26478052:26478955,26479251:26480847,26479259:26480397,26482170:26483070,26486544:26486788,26487572:26488211,26492290:26492583,26495362:26495939,26495368:26512360,26497817:26505748,26497820:26498085,26501108:26501732,26524843:26525369,26529998:26530319,26530465:26530775,26531949:26532490,26531952:26532353,26536212:26536843,26539070:26540865,26539081:26539862,26541434:26542239,26545117:26546580,26545125:26545625,26563481:26566108,26567360:26568553,26567361:26568091,26570440:26571369,26573995:26574424,26573997:26574378,26577265:26577532,26578357:26578814,26582092:26582702,26583446:26583983,26586390:26587147,26587655:2658801', 'assoc_mat': '26386677:ela:4211:26388175,26387927:ela:4211:26388942,26390466:ela:4211:26391052,26391738:ela:4211:26392350,26395135:ela:4211:26395463,26395919:ela:4211:26396188,26400216:ela:4211:26400930,26430555:ela:4211:26431040,26432931:ela:4211:26433460,26436193:ela:4211:26436516,26438736:ela:4211:26438987,26438738:ela:4211:26438938,26439265:ela:4211:26439998,26442792:ela:4211:26443393,26445908:ela:4211:26446814,26448719:ela:4211:26449791,26448722:ela:4211:26449494,26452472:ela:4211:26453053,26453702:ela:4211:26454574,26456347:ela:4211:26456893,26457498:ela:4211:26466439,26475512:ela:4211:26476751,26478052:ela:4211:26478955,26479251:ela:4211:26480847,26479259:ela:4211:26480397,26482170:ela:4211:26483070,26486544:ela:4211:26486788,26487572:ela:4211:26488211,26492290:ela:4211:26492583,26495362:ela:4211:26495939,26495368:ela:4211:26512360,26497817:ela:4211:26505748,26497820:ela:4211:26498085,26501108:ela:4211:26501732,26524843:ela:4211:26525369,26529998:ela:4211:26530319,26530465:ela:4211:26530775,26531949:ela:4211:2653249'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 5.79662542946515e-05, 'nb_photo': 27, 'list_port_cont': '26428253,26499475,26554794,26573831,26594254,26649792,26712937,26803246,26809756,26830008,26843097,26884571,27021329,27057241,27072378,27072628,27097985,27121798,27324048', 'assoc_port': '26425490:26428253,26492286:26499475,26554503:26554794,26570438:26573831,26582091:26594254,26649367:26649792,26712856:26712937,26790304:26803246,26803083:26809756,26824358:26830008,26842682:26843097,26879651:26884571,27019455:27021329,27055905:27057241,27071586:27072628,27071621:27072378,27097607:27097985,27117389:27121798,27237161:27324048', 'assoc_mat': '26425490:etiquette:4203:26428253,26492286:etiquette:4203:26499475,26554503:etiquette:4203:26554794,26570438:etiquette:4203:26573831,26582091:etiquette:4203:26594254,26649367:etiquette:4203:26649792,26712856:etiquette:4203:26712937,26790304:etiquette:4203:26803246,26803083:etiquette:4203:26809756,26824358:etiquette:4203:26830008,26842682:etiquette:4203:26843097,26879651:etiquette:4203:26884571,27019455:etiquette:4203:27021329,27055905:etiquette:4203:27057241,27071586:etiquette:4203:27072628,27071621:etiquette:4203:27072378,27097607:etiquette:4203:27097985,27117389:etiquette:4203:27121798,27237161:etiquette:4203:27324048'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00020870120119057737, 'nb_photo': 1, 'list_port_cont': '26818331', 'assoc_port': '26790308:26818331', 'assoc_mat': '26790308:etiquette:4207:26818331'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0001439744055954953, 'nb_photo': 1, 'list_port_cont': '27277033', 'assoc_port': '27276864:27277033', 'assoc_mat': '27276864:etiquette:4209:27277033'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 4.52138644782049e-06, 'nb_photo': 1, 'list_port_cont': '27067186', 'assoc_port': '27067009:27067186', 'assoc_mat': '27067009:etiquette:4211:27067186'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0043692860758511864, 'nb_photo': 2, 'list_port_cont': '27136926,27188922', 'assoc_port': '27136055:27136926,27188045:27188922', 'assoc_mat': '27136055:etiquette:3327:27136926,27188045:etiquette:3327:27188922'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01978802375006136, 'nb_photo': 526, 'list_port_cont': '26387572,26391115,26442023,26446254,26481324,26497562,26530579,26537136,26571943,26594403,26631755,26634288,26648884,26719640,26728977,26753072,26759685,26761330,26803597,26814710,26814913,26824498,26860738,26867877,26890093,26891096,26942078,26974283,27059943,27072559,27100817,27103279,27131714,27145519,27185458,27225923,27315362,27321655,27323914', 'assoc_port': '26386679:26387572,26390464:26391115,26439252:26442023,26445912:26446254,26478051:26481324,26497171:26497562,26530468:26530579,26536228:26537136,26569621:26571943,26586363:26594403,26631030:26631755,26631983:26634288,26648316:26648884,26719536:26719640,26728853:26728977,26751099:26761330,26751279:26753072,26759529:26759685,26792966:26803597,26807483:26814710,26807485:26814913,26824394:26824498,26857652:26860738,26867715:26867877,26889624:26890093,26890987:26891096,26939177:26942078,26974036:26974283,27058817:27059943,27071587:27072559,27097601:27100817,27103125:27103279,27131472:27131714,27143738:27145519,27185120:27185458,27225865:27225923,27237164:27323914,27285547:27321655,27315318:27315362', 'assoc_mat': '26386679:film_plastique:4205:26387572,26390464:film_plastique:4205:26391115,26439252:film_plastique:4205:26442023,26445912:film_plastique:4205:26446254,26478051:film_plastique:4205:26481324,26497171:film_plastique:4205:26497562,26530468:film_plastique:4205:26530579,26536228:film_plastique:4205:26537136,26569621:film_plastique:4205:26571943,26586363:film_plastique:4205:26594403,26631030:film_plastique:4205:26631755,26631983:film_plastique:4205:26634288,26648316:film_plastique:4205:26648884,26719536:film_plastique:4205:26719640,26728853:film_plastique:4205:26728977,26751099:film_plastique:4205:26761330,26751279:film_plastique:4205:26753072,26759529:film_plastique:4205:26759685,26792966:film_plastique:4205:26803597,26807483:film_plastique:4205:26814710,26807485:film_plastique:4205:26814913,26824394:film_plastique:4205:26824498,26857652:film_plastique:4205:26860738,26867715:film_plastique:4205:26867877,26889624:film_plastique:4205:26890093,26890987:film_plastique:4205:26891096,26939177:film_plastique:4205:2694207'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0060710387603150956, 'nb_photo': 764, 'list_port_cont': '26401215,26428254,26442677,26466906,26482242,26499476,26514091,26531662,26554804,26573839,26594036,26594257,26639880,26649789,26712940,26716782,26720357,26727752,26753040,26762012,26790935,26803251,26809755,26830016,26843089,26861873,26884569,26892040,26913445,26941182,26997051,27021330,27057245,27060822,27072380,27072624,27085871,27085945,27097979,27110337,27121807,27148928,27152251,27175123,27321178,27321706,27321790,27321806,27322636,27323243,27324035,27324425', 'assoc_port': '26391739:26401215,26425490:26428254,26439254:26442677,26464089:26466906,26478053:26482242,26492286:26499476,26513793:26514091,26531456:26531662,26554503:26554804,26570438:26573839,26582091:26594257,26593673:26594036,26639552:26639880,26649367:26649789,26712856:26712940,26716458:26716782,26719969:26720357,26727128:26727752,26751193:26762012,26752200:26753040,26790304:26803251,26790329:26790935,26803083:26809755,26824358:26830016,26842682:26843089,26857659:26861873,26879651:26884569,26891694:26892040,26907141:26913445,26934346:26941182,26960163:26997051,27019455:27021330,27055905:27057245,27058829:27060822,27071586:27072624,27071621:27072380,27082807:27085945,27082821:27085871,27089619:27110337,27097607:27097979,27117389:27121807,27143712:27152251,27143717:27148928,27169466:27175123,27225874:27324425,27237161:27324035,27268285:27322636,27279595:27321790,27279604:27321806,27285604:27321706,27307131:27323243,27313960:27321178', 'assoc_mat': '26391739:film_plastique:4203:26401215,26425490:film_plastique:4203:26428254,26439254:film_plastique:4203:26442677,26464089:film_plastique:4203:26466906,26478053:film_plastique:4203:26482242,26492286:film_plastique:4203:26499476,26513793:film_plastique:4203:26514091,26531456:film_plastique:4203:26531662,26554503:film_plastique:4203:26554804,26570438:film_plastique:4203:26573839,26582091:film_plastique:4203:26594257,26593673:film_plastique:4203:26594036,26639552:film_plastique:4203:26639880,26649367:film_plastique:4203:26649789,26712856:film_plastique:4203:26712940,26716458:film_plastique:4203:26716782,26719969:film_plastique:4203:26720357,26727128:film_plastique:4203:26727752,26751193:film_plastique:4203:26762012,26752200:film_plastique:4203:26753040,26790304:film_plastique:4203:26803251,26790329:film_plastique:4203:26790935,26803083:film_plastique:4203:26809755,26824358:film_plastique:4203:26830016,26842682:film_plastique:4203:26843089,26857659:film_plastique:4203:26861873,26879651:film_plastique:4203:2688456'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003715478163767275, 'nb_photo': 2256, 'list_port_cont': '26387962,26389592,26390202,26390240,26390767,26392720,26392818,26396099,26399054,26402573,26404487,26404690,26428225,26430707,26435634,26437755,26438852,26441737,26442494,26444825,26444994,26445009,26445201,26449580,26453580,26456327,26457299,26460086,26460302,26466759,26481202,26482870,26482999,26483214,26486395,26486547,26486804,26490161,26496977,26500166,26512223,26513267,26513630,26513796,26515488,26516694,26517084,26529261,26530227,26530616,26530707,26531573,26532248,26536306,26543368,26546289,26547190,26549384,26549609,26553299,26553426,26553558,26556888,26570559,26571376,26571623,26573644,26573879,26574283,26577480,26583728,26590295,26590944,26593831,26594342,26594500,26594784,26595312,26596402,26599191,26628966,26629425,26629870,26634313,26634778,26638699,26639634,26640155,26641948,26644301,26648903,26649415,26649633,26658780,26659137,26668190,26711876,26712382,26712656,26713334,26714039,26714529,26715960,26716655,26716706,26716986,26718528,26719758,26721647,26723998,26724702,26726647,26726781,2672733', 'assoc_port': '26386707:26387962,26387952:26389592,26390029:26390240,26390034:26390202,26390467:26390767,26391740:26392720,26391742:26392818,26395918:26396099,26397261:26399054,26400217:26402573,26401457:26404487,26401486:26404690,26427995:26428225,26430559:26430707,26434416:26435634,26437046:26437755,26438741:26438852,26439251:26441737,26439255:26442494,26442776:26444825,26442788:26445009,26442817:26445201,26444767:26444994,26445905:26449580,26448721:26453580,26452473:26456327,26453704:26457299,26456343:26460086,26456352:26460302,26464088:26466759,26475514:26486804,26478050:26481202,26479241:26482870,26479253:26482999,26479256:26483214,26482169:26486395,26482173:26486547,26487562:26490161,26489092:26496977,26492284:26512223,26497173:26516694,26497181:26517084,26499949:26513267,26499965:26500166,26501106:26513630,26501113:26513796,26511275:26515488,26523740:26529261,26524840:26530707,26529999:26530227,26530464:26530616,26531442:26531573,26531950:26532248,26533163:26547190,26533166:26546289,26536214:26553299,26536224:2655342', 'assoc_mat': '26386707:film_plastique:4207:26387962,26387952:film_plastique:4207:26389592,26390029:film_plastique:4207:26390240,26390034:film_plastique:4207:26390202,26390467:film_plastique:4207:26390767,26391740:film_plastique:4207:26392720,26391742:film_plastique:4207:26392818,26395918:film_plastique:4207:26396099,26397261:film_plastique:4207:26399054,26400217:film_plastique:4207:26402573,26401457:film_plastique:4207:26404487,26401486:film_plastique:4207:26404690,26427995:film_plastique:4207:26428225,26430559:film_plastique:4207:26430707,26434416:film_plastique:4207:26435634,26437046:film_plastique:4207:26437755,26438741:film_plastique:4207:26438852,26439251:film_plastique:4207:26441737,26439255:film_plastique:4207:26442494,26442776:film_plastique:4207:26444825,26442788:film_plastique:4207:26445009,26442817:film_plastique:4207:26445201,26444767:film_plastique:4207:26444994,26445905:film_plastique:4207:26449580,26448721:film_plastique:4207:26453580,26452473:film_plastique:4207:26456327,26453704:film_plastique:4207:2645729'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7947369249774114, 'nb_photo': 5054, 'list_port_cont': '26388580,26395371,26400643,26401891,26428470,26430871,26436386,26439696,26445252,26446517,26456741,26457825,26476232,26479821,26480067,26488392,26491717,26495787,26497995,26501478,26531687,26531734,26533838,26536660,26540288,26540456,26545679,26567748,26573432,26573451,26578780,26584037,26588047,26595347,26595393,26628817,26631354,26638874,26641001,26649524,26651295,26651871,26655914,26712406,26712696,26714504,26716677,26718709,26720104,26721758,26724908,26726817,26727365,26747641,26750746,26751729,26751823,26752012,26752405,26755764,26758698,26760459,26772367,26785788,26788112,26788579,26790697,26794707,26803432,26806744,26824556,26824765,26824857,26841946,26846960,26848274,26850992,26865253,26865491,26870689,26870735,26882789,26886420,26889987,26894117,26895233,26903022,26907615,26908789,26927912,26933766,26943663,26944846,26952894,26961921,26966939,27016492,27049471,27053309,27056256,27059194,27059389,27067142,27067225,27071770,27072035,27072125,27072185,27072227,27073151,27081205,27083278,27083497,2708736', 'assoc_port': '26387953:26388580,26395137:26395371,26400218:26400643,26401455:26401891,26427958:26428470,26430561:26430871,26436194:26436386,26439256:26439696,26444765:26445252,26445909:26446517,26456344:26456741,26457495:26457825,26475495:26476232,26479249:26480067,26479280:26479821,26487569:26488392,26491451:26491717,26495358:26495787,26497818:26497995,26501114:26501478,26531440:26531734,26531443:26531687,26533164:26533838,26536215:26536660,26539053:26540456,26539072:26540288,26545119:26545679,26567362:26567748,26573161:26573451,26573165:26573432,26578355:26578780,26583459:26584037,26587629:26588047,26595187:26595393,26595189:26595347,26628256:26628817,26631029:26631354,26638676:26638874,26640558:26641001,26649359:26649524,26651196:26651871,26651200:26651295,26655471:26655914,26712338:26712406,26712595:26712696,26714283:26714504,26716438:26716677,26718541:26718709,26719967:26720104,26721330:26721758,26724506:26724908,26726289:26726817,26727130:26727365,26747103:26747641,26750687:26750746,26751100:26751729,26751147:2675240', 'assoc_mat': '26387953:film_plastique:4461:26388580,26395137:film_plastique:4461:26395371,26400218:film_plastique:4461:26400643,26401455:film_plastique:4461:26401891,26427958:film_plastique:4461:26428470,26430561:film_plastique:4461:26430871,26436194:film_plastique:4461:26436386,26439256:film_plastique:4461:26439696,26444765:film_plastique:4461:26445252,26445909:film_plastique:4461:26446517,26456344:film_plastique:4461:26456741,26457495:film_plastique:4461:26457825,26475495:film_plastique:4461:26476232,26479249:film_plastique:4461:26480067,26479280:film_plastique:4461:26479821,26487569:film_plastique:4461:26488392,26491451:film_plastique:4461:26491717,26495358:film_plastique:4461:26495787,26497818:film_plastique:4461:26497995,26501114:film_plastique:4461:26501478,26531440:film_plastique:4461:26531734,26531443:film_plastique:4461:26531687,26533164:film_plastique:4461:26533838,26536215:film_plastique:4461:26536660,26539053:film_plastique:4461:26540456,26539072:film_plastique:4461:26540288,26545119:film_plastique:4461:2654567'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.020853907304162124, 'nb_photo': 2551, 'list_port_cont': '26387269,26387300,26390796,26390831,26390954,26391931,26392139,26397727,26434862,26435121,26437500,26437696,26438881,26443148,26445017,26446351,26449061,26453941,26454228,26455682,26456661,26478466,26478851,26479903,26488055,26488162,26489593,26492368,26497371,26500340,26502181,26507349,26509906,26527949,26528037,26530637,26533736,26536512,26539309,26539591,26545475,26545515,26546721,26552823,26566262,26573572,26577521,26579892,26583865,26587966,26590832,26593937,26595297,26599125,26629646,26635157,26638912,26641025,26646026,26649499,26651529,26712637,26716001,26716617,26717058,26718138,26719596,26721578,26724063,26724837,26726625,26729077,26748635,26752207,26752383,26752453,26752607,26752977,26753056,26753283,26753547,26753861,26760406,26765684,26767686,26772346,26788466,26790532,26791485,26794454,26795868,26801621,26803325,26804492,26804761,26809377,26815170,26824676,26824796,26824911,26825046,26825186,26842866,26846771,26854012,26865355,26865706,26877121,26884912,26885225,26889114,26891209,26891809,2689184', 'assoc_port': '26386718:26387300,26386744:26387269,26390463:26390954,26390465:26390831,26390468:26390796,26391743:26391931,26391744:26392139,26397265:26397727,26434412:26434862,26434414:26435121,26437044:26437696,26437051:26437500,26438743:26438881,26442818:26443148,26444763:26445017,26445884:26446351,26448726:26449061,26452474:26455682,26453706:26453941,26453708:26454228,26456350:26456661,26478047:26478851,26478049:26478466,26479276:26479903,26487564:26488162,26487567:26488055,26489107:26489593,26492292:26492368,26495367:26502181,26497183:26497371,26499951:26500340,26501110:26509906,26507069:26507349,26527509:26527949,26527510:26528037,26530467:26530637,26533165:26533736,26536221:26546721,26536226:26536512,26539062:26539591,26539067:26539309,26545110:26545515,26545122:26545475,26552443:26552823,26566015:26566262,26573162:26573572,26577262:26577521,26579612:26579892,26583473:26583865,26587642:26587966,26590421:26590832,26593672:26593937,26595190:26595297,26599081:26599125,26629305:26629646,26634579:26635157,26638671:2663891', 'assoc_mat': '26386718:film_plastique:4200:26387300,26386744:film_plastique:4200:26387269,26390463:film_plastique:4200:26390954,26390465:film_plastique:4200:26390831,26390468:film_plastique:4200:26390796,26391743:film_plastique:4200:26391931,26391744:film_plastique:4200:26392139,26397265:film_plastique:4200:26397727,26434412:film_plastique:4200:26434862,26434414:film_plastique:4200:26435121,26437044:film_plastique:4200:26437696,26437051:film_plastique:4200:26437500,26438743:film_plastique:4200:26438881,26442818:film_plastique:4200:26443148,26444763:film_plastique:4200:26445017,26445884:film_plastique:4200:26446351,26448726:film_plastique:4200:26449061,26452474:film_plastique:4200:26455682,26453706:film_plastique:4200:26453941,26453708:film_plastique:4200:26454228,26456350:film_plastique:4200:26456661,26478047:film_plastique:4200:26478851,26478049:film_plastique:4200:26478466,26479276:film_plastique:4200:26479903,26487564:film_plastique:4200:26488162,26487567:film_plastique:4200:26488055,26489107:film_plastique:4200:2648959'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.00880100983036556, 'nb_photo': 145, 'list_port_cont': '26390295,26398082,26430692,26445108,26456463,26457701,26476468,26482842,26504814,26545377,26552941,26563920,26578702,26586521,26592758,26626683,26629494,26632322,26639786,26660673,26712736,26712875,26713953,26721634,26724123,26728957,26747379,26747485,26751680,26755958,26783785,26790638,26793575,26809501,26824618,26844133,26852438,26863971,26879993,26939636,26966616,27019723,27019744,27071687,27071824,27083108,27092749,27100155,27102487,27102889,27117717,27118834,27126460,27140377,27147625,27151057,27172473,27180390,27188362,27195913,27223597,27225962,27245151,27245320,27251404,27268625,27268678,27286729,27307962,27310641', 'assoc_port': '26390031:26390295,26395921:26398082,26430557:26430692,26444773:26445108,26456353:26456463,26457500:26457701,26475493:26476468,26482160:26482842,26504435:26504814,26545129:26545377,26552442:26552941,26563464:26563920,26578354:26578702,26586392:26586521,26592511:26592758,26626409:26626683,26629300:26629494,26631986:26632322,26639554:26639786,26660297:26660673,26712577:26712736,26712853:26712875,26713695:26713953,26721332:26721634,26723903:26724123,26728850:26728957,26747084:26747379,26747101:26747485,26751145:26751680,26755358:26755958,26783338:26793575,26783343:26783785,26790305:26790638,26809213:26809501,26824347:26824618,26843742:26844133,26852313:26852438,26863697:26863971,26879650:26879993,26939179:26939636,26966197:26966616,27019447:27019744,27019452:27019723,27071632:27071824,27071636:27071687,27082759:27083108,27086910:27092749,27093763:27102889,27099890:27100155,27102183:27102487,27117388:27117717,27118660:27118834,27125995:27126460,27139917:27140377,27147391:27147625,27150783:27151057,27172140:2717247', 'assoc_mat': '26390031:film_plastique:4209:26390295,26395921:film_plastique:4209:26398082,26430557:film_plastique:4209:26430692,26444773:film_plastique:4209:26445108,26456353:film_plastique:4209:26456463,26457500:film_plastique:4209:26457701,26475493:film_plastique:4209:26476468,26482160:film_plastique:4209:26482842,26504435:film_plastique:4209:26504814,26545129:film_plastique:4209:26545377,26552442:film_plastique:4209:26552941,26563464:film_plastique:4209:26563920,26578354:film_plastique:4209:26578702,26586392:film_plastique:4209:26586521,26592511:film_plastique:4209:26592758,26626409:film_plastique:4209:26626683,26629300:film_plastique:4209:26629494,26631986:film_plastique:4209:26632322,26639554:film_plastique:4209:26639786,26660297:film_plastique:4209:26660673,26712577:film_plastique:4209:26712736,26712853:film_plastique:4209:26712875,26713695:film_plastique:4209:26713953,26721332:film_plastique:4209:26721634,26723903:film_plastique:4209:26724123,26728850:film_plastique:4209:26728957,26747084:film_plastique:4209:2674737'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.004783156999464547, 'nb_photo': 12968, 'list_port_cont': '26388168,26388943,26391066,26392351,26395465,26396185,26400928,26428404,26431041,26433481,26436518,26438944,26438993,26439989,26443399,26446815,26449487,26449776,26453060,26454575,26456891,26466445,26476741,26478959,26480408,26480852,26483075,26486780,26488215,26492587,26495950,26498082,26501731,26504862,26505749,26510198,26512361,26525373,26530322,26530768,26532350,26532479,26536841,26539873,26540866,26542229,26545616,26546588,26566105,26568076,26568548,26571372,26574369,26574432,26577542,26578813,26582705,26583979,26587150,26588016,26591061,26593138,26594140,26595341,26628894,26629804,26629899,26629987,26632802,26635180,26639806,26641285,26641590,26643250,26643497,26648921,26651691,26656178,26657264,26657418,26658064,26711493,26712217,26712346,26712377,26712755,26712972,26713390,26714100,26714426,26714544,26716719,26718215,26718754,26720298,26721953,26724262,26725001,26726614,26726716,26726850,26729184,26729311,26730784,26747819,26748899,26748948,26751245,26751801,26752317,26752517,26752640,26753170,2675351', 'assoc_port': '26386677:26388168,26387927:26388943,26390466:26391066,26391738:26392351,26395135:26395465,26395919:26396185,26400216:26400928,26427977:26428404,26430555:26431041,26432931:26433481,26436193:26436518,26438736:26438993,26438738:26438944,26439265:26439989,26442792:26443399,26445908:26446815,26448719:26449776,26448722:26449487,26452472:26453060,26453702:26454575,26456347:26456891,26457498:26466445,26475512:26476741,26478052:26478959,26479251:26480852,26479259:26480408,26482170:26483075,26486544:26486780,26487572:26488215,26492290:26492587,26495362:26495950,26495368:26512361,26497817:26505749,26497820:26498082,26501108:26501731,26501112:26510198,26504436:26504862,26524843:26525373,26529998:26530322,26530465:26530768,26531949:26532479,26531952:26532350,26536212:26536841,26539070:26540866,26539081:26539873,26541434:26542229,26545117:26546588,26545125:26545616,26563481:26566105,26567360:26568548,26567361:26568076,26570440:26571372,26573995:26574432,26573997:26574369,26577265:26577542,26578357:26578813,26582092:2658270', 'assoc_mat': '26386677:film_plastique:4211:26388168,26387927:film_plastique:4211:26388943,26390466:film_plastique:4211:26391066,26391738:film_plastique:4211:26392351,26395135:film_plastique:4211:26395465,26395919:film_plastique:4211:26396185,26400216:film_plastique:4211:26400928,26427977:film_plastique:4211:26428404,26430555:film_plastique:4211:26431041,26432931:film_plastique:4211:26433481,26436193:film_plastique:4211:26436518,26438736:film_plastique:4211:26438993,26438738:film_plastique:4211:26438944,26439265:film_plastique:4211:26439989,26442792:film_plastique:4211:26443399,26445908:film_plastique:4211:26446815,26448719:film_plastique:4211:26449776,26448722:film_plastique:4211:26449487,26452472:film_plastique:4211:26453060,26453702:film_plastique:4211:26454575,26456347:film_plastique:4211:26456891,26457498:film_plastique:4211:26466445,26475512:film_plastique:4211:26476741,26478052:film_plastique:4211:26478959,26479251:film_plastique:4211:26480852,26479259:film_plastique:4211:26480408,26482170:film_plastique:4211:2648307'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0009128084765697102, 'nb_photo': 10, 'list_port_cont': '26598690,26752882,26790469,26870557,26884738,26895193,27136235,27307189,27314046', 'assoc_port': '26598497:26598690,26751113:26752882,26790302:26790469,26870397:26870557,26884487:26884738,26894919:26895193,27136042:27136235,27307127:27307189,27313953:27314046', 'assoc_mat': '26598497:kraft:3726:26598690,26751113:kraft:3726:26752882,26790302:kraft:3726:26790469,26870397:kraft:3726:26870557,26884487:kraft:3726:26884738,26894919:kraft:3726:26895193,27136042:kraft:3726:27136235,27307127:kraft:3726:27307189,27313953:kraft:3726:27314046'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9523314400887267, 'nb_photo': 42, 'list_port_cont': '26442017,26481322,26497560,26530574,26537132,26571947,26594391,26631742,26728973,26753064,26761319,26803600,26814713,26824505,26860730,26867878,26891101,26942096,27059942,27100828,27131719,27145528,27185451,27225933', 'assoc_port': '26439252:26442017,26478051:26481322,26497171:26497560,26530468:26530574,26536228:26537132,26569621:26571947,26586363:26594391,26631030:26631742,26728853:26728973,26751099:26761319,26751279:26753064,26792966:26803600,26807483:26814713,26824394:26824505,26857652:26860730,26867715:26867878,26890987:26891101,26939177:26942096,27058817:27059942,27097601:27100828,27131472:27131719,27143738:27145528,27185120:27185451,27225865:27225933', 'assoc_mat': '26439252:metal:4205:26442017,26478051:metal:4205:26481322,26497171:metal:4205:26497560,26530468:metal:4205:26530574,26536228:metal:4205:26537132,26569621:metal:4205:26571947,26586363:metal:4205:26594391,26631030:metal:4205:26631742,26728853:metal:4205:26728973,26751099:metal:4205:26761319,26751279:metal:4205:26753064,26792966:metal:4205:26803600,26807483:metal:4205:26814713,26824394:metal:4205:26824505,26857652:metal:4205:26860730,26867715:metal:4205:26867878,26890987:metal:4205:26891101,26939177:metal:4205:26942096,27058817:metal:4205:27059942,27097601:metal:4205:27100828,27131472:metal:4205:27131719,27143738:metal:4205:27145528,27185120:metal:4205:27185451,27225865:metal:4205:27225933'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.018720212751992683, 'nb_photo': 1496, 'list_port_cont': '26401208,26428261,26442687,26466907,26482246,26499471,26514106,26531670,26554805,26573841,26594040,26594264,26639896,26649786,26712941,26716790,26720362,26727766,26753032,26762005,26790929,26803243,26809762,26830004,26843101,26861872,26884568,26892041,26913458,26941187,26997049,27021327,27057246,27060830,27072373,27072625,27085864,27085943,27097981,27110323,27121802,27148945,27152253,27175117,27321181,27321705,27321783,27321809,27322647,27323247,27324039,27324423', 'assoc_port': '26391739:26401208,26425490:26428261,26439254:26442687,26464089:26466907,26478053:26482246,26492286:26499471,26513793:26514106,26531456:26531670,26554503:26554805,26570438:26573841,26582091:26594264,26593673:26594040,26639552:26639896,26649367:26649786,26712856:26712941,26716458:26716790,26719969:26720362,26727128:26727766,26751193:26762005,26752200:26753032,26790304:26803243,26790329:26790929,26803083:26809762,26824358:26830004,26842682:26843101,26857659:26861872,26879651:26884568,26891694:26892041,26907141:26913458,26934346:26941187,26960163:26997049,27019455:27021327,27055905:27057246,27058829:27060830,27071586:27072625,27071621:27072373,27082807:27085943,27082821:27085864,27089619:27110323,27097607:27097981,27117389:27121802,27143712:27152253,27143717:27148945,27169466:27175117,27225874:27324423,27237161:27324039,27268285:27322647,27279595:27321783,27279604:27321809,27285604:27321705,27307131:27323247,27313960:27321181', 'assoc_mat': '26391739:metal:4203:26401208,26425490:metal:4203:26428261,26439254:metal:4203:26442687,26464089:metal:4203:26466907,26478053:metal:4203:26482246,26492286:metal:4203:26499471,26513793:metal:4203:26514106,26531456:metal:4203:26531670,26554503:metal:4203:26554805,26570438:metal:4203:26573841,26582091:metal:4203:26594264,26593673:metal:4203:26594040,26639552:metal:4203:26639896,26649367:metal:4203:26649786,26712856:metal:4203:26712941,26716458:metal:4203:26716790,26719969:metal:4203:26720362,26727128:metal:4203:26727766,26751193:metal:4203:26762005,26752200:metal:4203:26753032,26790304:metal:4203:26803243,26790329:metal:4203:26790929,26803083:metal:4203:26809762,26824358:metal:4203:26830004,26842682:metal:4203:26843101,26857659:metal:4203:26861872,26879651:metal:4203:26884568,26891694:metal:4203:26892041,26907141:metal:4203:26913458,26934346:metal:4203:26941187,26960163:metal:4203:26997049,27019455:metal:4203:27021327,27055905:metal:4203:27057246,27058829:metal:4203:27060830,27071586:metal:4203:27072625,27071621:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.011373367433169641, 'nb_photo': 1255, 'list_port_cont': '26387956,26389587,26390201,26390242,26390771,26392725,26392816,26396100,26399057,26402568,26404490,26428236,26430708,26435621,26437753,26438845,26441733,26442495,26444830,26444984,26445007,26445214,26449575,26453583,26456337,26457303,26460082,26460299,26466769,26481195,26482865,26483210,26486381,26486560,26486811,26490159,26496972,26500173,26512216,26513266,26513627,26513794,26515491,26516691,26516926,26517090,26529256,26530238,26530617,26530712,26531570,26532237,26536315,26543362,26546287,26547183,26549606,26553301,26553419,26553567,26556882,26570558,26571374,26571626,26573643,26573881,26574273,26577471,26583721,26590287,26590945,26593839,26594348,26594780,26596403,26599199,26628962,26629432,26629874,26634315,26634782,26638700,26639635,26640157,26641959,26644299,26648897,26649424,26649627,26658784,26659127,26668179,26711872,26712390,26712657,26713336,26714035,26714531,26715949,26716653,26716707,26716987,26718540,26719750,26721646,26723994,26724715,26726650,26726790,26727342,26730045,26730583,26736967,2674846', 'assoc_port': '26386707:26387956,26387952:26389587,26390029:26390242,26390034:26390201,26390467:26390771,26391740:26392725,26391742:26392816,26395918:26396100,26397261:26399057,26400217:26402568,26401457:26404490,26427995:26428236,26430559:26430708,26434416:26435621,26437046:26437753,26438741:26438845,26439251:26441733,26439255:26442495,26442776:26444830,26442788:26445007,26442817:26445214,26444767:26444984,26445905:26449575,26448721:26453583,26452473:26456337,26453704:26457303,26456343:26460082,26456352:26460299,26464088:26466769,26475514:26486811,26478050:26481195,26479241:26482865,26479256:26483210,26482169:26486381,26482173:26486560,26487562:26490159,26489092:26496972,26492284:26512216,26497173:26516691,26497175:26516926,26497181:26517090,26499949:26513266,26499965:26500173,26501106:26513627,26501113:26513794,26511275:26515491,26523740:26529256,26524840:26530712,26529999:26530238,26530464:26530617,26531442:26531570,26531950:26532237,26533163:26547183,26533166:26546287,26536214:26553301,26536224:26553419,26536233:2655356', 'assoc_mat': '26386707:metal:4207:26387956,26387952:metal:4207:26389587,26390029:metal:4207:26390242,26390034:metal:4207:26390201,26390467:metal:4207:26390771,26391740:metal:4207:26392725,26391742:metal:4207:26392816,26395918:metal:4207:26396100,26397261:metal:4207:26399057,26400217:metal:4207:26402568,26401457:metal:4207:26404490,26427995:metal:4207:26428236,26430559:metal:4207:26430708,26434416:metal:4207:26435621,26437046:metal:4207:26437753,26438741:metal:4207:26438845,26439251:metal:4207:26441733,26439255:metal:4207:26442495,26442776:metal:4207:26444830,26442788:metal:4207:26445007,26442817:metal:4207:26445214,26444767:metal:4207:26444984,26445905:metal:4207:26449575,26448721:metal:4207:26453583,26452473:metal:4207:26456337,26453704:metal:4207:26457303,26456343:metal:4207:26460082,26456352:metal:4207:26460299,26464088:metal:4207:26466769,26475514:metal:4207:26486811,26478050:metal:4207:26481195,26479241:metal:4207:26482865,26479256:metal:4207:26483210,26482169:metal:4207:26486381,26482173:metal:4207:26486560,26487562:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004163319963504287, 'nb_photo': 27, 'list_port_cont': '26395384,26439695,26446515,26456744,26497996,26533842,26595344,26631340,26714493,26718714,26724901,26747639,26803430,26841948,26895248,26927914,26933758,26944848,26966929,27056246,27067147,27104037,27111199,27251382,27268690', 'assoc_port': '26395137:26395384,26439256:26439695,26445909:26446515,26456344:26456744,26497818:26497996,26533164:26533842,26595189:26595344,26631029:26631340,26714283:26714493,26718541:26718714,26724506:26724901,26747103:26747639,26797056:26895248,26803084:26803430,26841707:26841948,26927382:26927914,26933237:26933758,26944436:26944848,26966195:26966929,27055927:27056246,27066980:27067147,27097603:27104037,27106940:27111199,27251069:27251382,27268287:27268690', 'assoc_mat': '26395137:metal:4461:26395384,26439256:metal:4461:26439695,26445909:metal:4461:26446515,26456344:metal:4461:26456744,26497818:metal:4461:26497996,26533164:metal:4461:26533842,26595189:metal:4461:26595344,26631029:metal:4461:26631340,26714283:metal:4461:26714493,26718541:metal:4461:26718714,26724506:metal:4461:26724901,26747103:metal:4461:26747639,26797056:metal:4461:26895248,26803084:metal:4461:26803430,26841707:metal:4461:26841948,26927382:metal:4461:26927914,26933237:metal:4461:26933758,26944436:metal:4461:26944848,26966195:metal:4461:26966929,27055927:metal:4461:27056246,27066980:metal:4461:27067147,27097603:metal:4461:27104037,27106940:metal:4461:27111199,27251069:metal:4461:27251382,27268287:metal:4461:27268690'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.006250944718146892, 'nb_photo': 24, 'list_port_cont': '26390836,26445025,26449057,26528038,26530636,26533733,26573563,26638913,26718136,26753293,26767685,26794459,26795844,26854015,26889116,27059071,27067418,27148851,27149927,27314157', 'assoc_port': '26390465:26390836,26444763:26445025,26448726:26449057,26527510:26528038,26530467:26530636,26533165:26533733,26573162:26573563,26638671:26638913,26717840:26718136,26751153:26753293,26761747:26767685,26787565:26795844,26794137:26794459,26853524:26854015,26888727:26889116,27058822:27059071,27066977:27067418,27141176:27148851,27149757:27149927,27313957:27314157', 'assoc_mat': '26390465:metal:4200:26390836,26444763:metal:4200:26445025,26448726:metal:4200:26449057,26527510:metal:4200:26528038,26530467:metal:4200:26530636,26533165:metal:4200:26533733,26573162:metal:4200:26573563,26638671:metal:4200:26638913,26717840:metal:4200:26718136,26751153:metal:4200:26753293,26761747:metal:4200:26767685,26787565:metal:4200:26795844,26794137:metal:4200:26794459,26853524:metal:4200:26854015,26888727:metal:4200:26889116,27058822:metal:4200:27059071,27066977:metal:4200:27067418,27141176:metal:4200:27148851,27149757:metal:4200:27149927,27313957:metal:4200:27314157'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01476705673238619, 'nb_photo': 99, 'list_port_cont': '26390293,26398084,26433294,26445111,26476476,26504823,26552945,26563928,26569738,26578710,26586518,26592683,26592774,26626674,26629499,26632319,26668130,26712728,26713948,26718635,26721642,26728955,26747481,26751684,26755952,26790642,26809100,26879974,26886020,26886316,26911408,26930642,26965778,26966627,27019717,27071688,27071832,27083110,27083317,27092737,27100159,27102489,27102891,27109098,27117724,27126457,27140370,27144059,27151065,27180381,27195909,27223586,27225970,27245154,27245322,27268621,27268680,27277039,27310638', 'assoc_port': '26390031:26390293,26395921:26398084,26432929:26433294,26444773:26445111,26475493:26476476,26504435:26504823,26552442:26552945,26563464:26563928,26569614:26569738,26578354:26578710,26586392:26586518,26592510:26592683,26592511:26592774,26626409:26626674,26629300:26629499,26631986:26632319,26667792:26668130,26712577:26712728,26713695:26713948,26718542:26718635,26721332:26721642,26728850:26728955,26747101:26747481,26751145:26751684,26755358:26755952,26790305:26790642,26801184:26809100,26879650:26879974,26885905:26886316,26885909:26886020,26911022:26911408,26930240:26930642,26965623:26965778,26966197:26966627,27019452:27019717,27071632:27071832,27071636:27071688,27082754:27083317,27082759:27083110,27086910:27092737,27093763:27102891,27099890:27100159,27102183:27102489,27102186:27109098,27117388:27117724,27125995:27126457,27139917:27140370,27143715:27144059,27150783:27151065,27179724:27180381,27195451:27195909,27221331:27225970,27223288:27223586,27244904:27245322,27244920:27245154,27268276:27268680,27268306:2726862', 'assoc_mat': '26390031:metal:4209:26390293,26395921:metal:4209:26398084,26432929:metal:4209:26433294,26444773:metal:4209:26445111,26475493:metal:4209:26476476,26504435:metal:4209:26504823,26552442:metal:4209:26552945,26563464:metal:4209:26563928,26569614:metal:4209:26569738,26578354:metal:4209:26578710,26586392:metal:4209:26586518,26592510:metal:4209:26592683,26592511:metal:4209:26592774,26626409:metal:4209:26626674,26629300:metal:4209:26629499,26631986:metal:4209:26632319,26667792:metal:4209:26668130,26712577:metal:4209:26712728,26713695:metal:4209:26713948,26718542:metal:4209:26718635,26721332:metal:4209:26721642,26728850:metal:4209:26728955,26747101:metal:4209:26747481,26751145:metal:4209:26751684,26755358:metal:4209:26755952,26790305:metal:4209:26790642,26801184:metal:4209:26809100,26879650:metal:4209:26879974,26885905:metal:4209:26886316,26885909:metal:4209:26886020,26911022:metal:4209:26911408,26930240:metal:4209:26930642,26965623:metal:4209:26965778,26966197:metal:4209:26966627,27019452:metal:4209:27019717,27071632:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.003094424302444262, 'nb_photo': 392, 'list_port_cont': '26388167,26388947,26391057,26395467,26396189,26400921,26428419,26431035,26436507,26438979,26443385,26446808,26449492,26449789,26453055,26454583,26456901,26466436,26476746,26478946,26480403,26483076,26486789,26488217,26492582,26495953,26498090,26501736,26505758,26510189,26525370,26530312,26530777,26532354,26532495,26536832,26540873,26542232,26568080,26568549,26571362,26574371,26574426,26577547,26578825,26582706,26587139,26588010,26591063,26594152,26628895,26629802,26632791,26639803,26641286,26643252,26643492,26648923,26656171,26711492,26712353,26712748,26712964,26714094,26714545,26716724,26718209,26718749,26720309,26726852,26729183,26729284,26730777,26748904,26748949,26751235,26752527,26753880,26754620,26754824,26757305,26758774,26760079,26766282,26767788,26772980,26791293,26791892,26794990,26798472,26799841,26801822,26802374,26807619,26807840,26808149,26825023,26825365,26841398,26842032,26848465,26852945,26854197,26861120,26864174,26878177,26880387,26881359,26883168,26886647,26889229,26889423,26891395,2689430', 'assoc_port': '26386677:26388167,26387927:26388947,26390466:26391057,26395135:26395467,26395919:26396189,26400216:26400921,26427977:26428419,26430555:26431035,26436193:26436507,26438736:26438979,26442792:26443385,26445908:26446808,26448719:26449789,26448722:26449492,26452472:26453055,26453702:26454583,26456347:26456901,26457498:26466436,26475512:26476746,26478052:26478946,26479259:26480403,26482170:26483076,26486544:26486789,26487572:26488217,26492290:26492582,26495362:26495953,26497817:26505758,26497820:26498090,26501108:26501736,26501112:26510189,26524843:26525370,26529998:26530312,26530465:26530777,26531949:26532495,26531952:26532354,26536212:26536832,26539070:26540873,26541434:26542232,26567360:26568549,26567361:26568080,26570440:26571362,26573995:26574426,26573997:26574371,26577265:26577547,26578357:26578825,26582092:26582706,26586390:26587139,26587655:26588010,26590416:26591063,26593669:26594152,26628258:26628895,26629309:26629802,26631981:26632791,26639557:26639803,26640557:26643492,26640573:26643252,26640668:2664128', 'assoc_mat': '26386677:metal:4211:26388167,26387927:metal:4211:26388947,26390466:metal:4211:26391057,26395135:metal:4211:26395467,26395919:metal:4211:26396189,26400216:metal:4211:26400921,26427977:metal:4211:26428419,26430555:metal:4211:26431035,26436193:metal:4211:26436507,26438736:metal:4211:26438979,26442792:metal:4211:26443385,26445908:metal:4211:26446808,26448719:metal:4211:26449789,26448722:metal:4211:26449492,26452472:metal:4211:26453055,26453702:metal:4211:26454583,26456347:metal:4211:26456901,26457498:metal:4211:26466436,26475512:metal:4211:26476746,26478052:metal:4211:26478946,26479259:metal:4211:26480403,26482170:metal:4211:26483076,26486544:metal:4211:26486789,26487572:metal:4211:26488217,26492290:metal:4211:26492582,26495362:metal:4211:26495953,26497817:metal:4211:26505758,26497820:metal:4211:26498090,26501108:metal:4211:26501736,26501112:metal:4211:26510189,26524843:metal:4211:26525370,26529998:metal:4211:26530312,26530465:metal:4211:26530777,26531949:metal:4211:26532495,26531952:metal:4211:26532354,26536212:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.003341776285142314, 'nb_photo': 1, 'list_port_cont': '26760039', 'assoc_port': '26759193:26760039', 'assoc_mat': '26759193:metal:3327:26760039'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0006999673542752901, 'nb_photo': 146, 'list_port_cont': '26447444,26449677,26456048,26487977,26489736,26492533,26495807,26498036,26528370,26540049,26542467,26545780,26573800,26580564,26581009,26645282,26648984,26724093,26752148,26752513,26752696,26753084,26758582,26761910,26766750,26784208,26796525,26801734,26812354,26824454,26851100,26858667,26861205,26891495,26906392,26910659,26939957,26962517,26963066,26975050,27056839,27057662,27057702,27059648,27061435,27071710,27072074,27072437,27072582,27072642,27072645,27072822,27082963,27087407,27094741,27098444,27104580,27133041,27172125', 'assoc_port': '26445880:26447444,26445902:26449677,26453700:26456048,26487565:26487977,26489096:26489736,26492268:26492533,26495364:26495807,26497815:26498036,26524842:26528370,26539059:26542467,26539074:26540049,26545107:26545780,26573164:26573800,26579611:26581009,26579614:26580564,26644250:26645282,26648299:26648984,26713693:26724093,26751144:26753084,26751187:26752696,26751197:26752513,26751207:26752148,26758237:26758582,26761746:26761910,26766059:26766750,26783341:26784208,26790345:26796525,26801185:26801734,26809208:26812354,26824390:26824454,26850785:26851100,26857655:26858667,26860464:26861205,26890986:26891495,26905388:26906392,26909866:26910659,26939189:26939957,26955630:26963066,26960161:26962517,26974034:26975050,27052783:27056839,27057432:27057702,27057436:27057662,27058821:27059648,27060966:27061435,27071590:27072582,27071596:27072642,27071598:27072645,27071602:27072822,27071608:27072437,27071618:27072074,27071629:27071710,27082751:27082963,27086938:27087407,27093812:27094741,27097608:27098444,27102182:2710458', 'assoc_mat': '26445880:metal:3594:26447444,26445902:metal:3594:26449677,26453700:metal:3594:26456048,26487565:metal:3594:26487977,26489096:metal:3594:26489736,26492268:metal:3594:26492533,26495364:metal:3594:26495807,26497815:metal:3594:26498036,26524842:metal:3594:26528370,26539059:metal:3594:26542467,26539074:metal:3594:26540049,26545107:metal:3594:26545780,26573164:metal:3594:26573800,26579611:metal:3594:26581009,26579614:metal:3594:26580564,26644250:metal:3594:26645282,26648299:metal:3594:26648984,26713693:metal:3594:26724093,26751144:metal:3594:26753084,26751187:metal:3594:26752696,26751197:metal:3594:26752513,26751207:metal:3594:26752148,26758237:metal:3594:26758582,26761746:metal:3594:26761910,26766059:metal:3594:26766750,26783341:metal:3594:26784208,26790345:metal:3594:26796525,26801185:metal:3594:26801734,26809208:metal:3594:26812354,26824390:metal:3594:26824454,26850785:metal:3594:26851100,26857655:metal:3594:26858667,26860464:metal:3594:26861205,26890986:metal:3594:26891495,26905388:metal:3594:26906392,26909866:'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.019734251911789118, 'nb_photo': 1478, 'list_port_cont': '26387570,26391102,26442026,26446242,26481325,26497564,26530569,26537135,26571948,26594400,26631744,26634294,26648879,26719639,26728978,26753066,26759670,26761317,26803604,26814703,26814909,26824506,26860740,26867870,26890095,26891097,26942089,26974286,27059935,27072561,27100827,27103285,27131709,27145526,27185467,27225934,27315374,27321658,27323927', 'assoc_port': '26386679:26387570,26390464:26391102,26439252:26442026,26445912:26446242,26478051:26481325,26497171:26497564,26530468:26530569,26536228:26537135,26569621:26571948,26586363:26594400,26631030:26631744,26631983:26634294,26648316:26648879,26719536:26719639,26728853:26728978,26751099:26761317,26751279:26753066,26759529:26759670,26792966:26803604,26807483:26814703,26807485:26814909,26824394:26824506,26857652:26860740,26867715:26867870,26889624:26890095,26890987:26891097,26939177:26942089,26974036:26974286,27058817:27059935,27071587:27072561,27097601:27100827,27103125:27103285,27131472:27131709,27143738:27145526,27185120:27185467,27225865:27225934,27237164:27323927,27285547:27321658,27315318:27315374', 'assoc_mat': '26386679:papier:4205:26387570,26390464:papier:4205:26391102,26439252:papier:4205:26442026,26445912:papier:4205:26446242,26478051:papier:4205:26481325,26497171:papier:4205:26497564,26530468:papier:4205:26530569,26536228:papier:4205:26537135,26569621:papier:4205:26571948,26586363:papier:4205:26594400,26631030:papier:4205:26631744,26631983:papier:4205:26634294,26648316:papier:4205:26648879,26719536:papier:4205:26719639,26728853:papier:4205:26728978,26751099:papier:4205:26761317,26751279:papier:4205:26753066,26759529:papier:4205:26759670,26792966:papier:4205:26803604,26807483:papier:4205:26814703,26807485:papier:4205:26814909,26824394:papier:4205:26824506,26857652:papier:4205:26860740,26867715:papier:4205:26867870,26889624:papier:4205:26890095,26890987:papier:4205:26891097,26939177:papier:4205:26942089,26974036:papier:4205:26974286,27058817:papier:4205:27059935,27071587:papier:4205:27072561,27097601:papier:4205:27100827,27103125:papier:4205:27103285,27131472:papier:4205:27131709,27143738:papier:4205:27145526,2718'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.027794641157906162, 'nb_photo': 8204, 'list_port_cont': '26401209,26428258,26442678,26466903,26482233,26499473,26514100,26531674,26554807,26573834,26594043,26594255,26639885,26649784,26712926,26716778,26720360,26727757,26753037,26762013,26790938,26803240,26809757,26830015,26843102,26861877,26884566,26892048,26913457,26941180,26997039,27021336,27057239,27060838,27072376,27072630,27085869,27085940,27097973,27110327,27121804,27148942,27152256,27175132,27321176,27321702,27321787,27321807,27322641,27323246,27324034,27324427', 'assoc_port': '26391739:26401209,26425490:26428258,26439254:26442678,26464089:26466903,26478053:26482233,26492286:26499473,26513793:26514100,26531456:26531674,26554503:26554807,26570438:26573834,26582091:26594255,26593673:26594043,26639552:26639885,26649367:26649784,26712856:26712926,26716458:26716778,26719969:26720360,26727128:26727757,26751193:26762013,26752200:26753037,26790304:26803240,26790329:26790938,26803083:26809757,26824358:26830015,26842682:26843102,26857659:26861877,26879651:26884566,26891694:26892048,26907141:26913457,26934346:26941180,26960163:26997039,27019455:27021336,27055905:27057239,27058829:27060838,27071586:27072630,27071621:27072376,27082807:27085940,27082821:27085869,27089619:27110327,27097607:27097973,27117389:27121804,27143712:27152256,27143717:27148942,27169466:27175132,27225874:27324427,27237161:27324034,27268285:27322641,27279595:27321787,27279604:27321807,27285604:27321702,27307131:27323246,27313960:27321176', 'assoc_mat': '26391739:papier:4203:26401209,26425490:papier:4203:26428258,26439254:papier:4203:26442678,26464089:papier:4203:26466903,26478053:papier:4203:26482233,26492286:papier:4203:26499473,26513793:papier:4203:26514100,26531456:papier:4203:26531674,26554503:papier:4203:26554807,26570438:papier:4203:26573834,26582091:papier:4203:26594255,26593673:papier:4203:26594043,26639552:papier:4203:26639885,26649367:papier:4203:26649784,26712856:papier:4203:26712926,26716458:papier:4203:26716778,26719969:papier:4203:26720360,26727128:papier:4203:26727757,26751193:papier:4203:26762013,26752200:papier:4203:26753037,26790304:papier:4203:26803240,26790329:papier:4203:26790938,26803083:papier:4203:26809757,26824358:papier:4203:26830015,26842682:papier:4203:26843102,26857659:papier:4203:26861877,26879651:papier:4203:26884566,26891694:papier:4203:26892048,26907141:papier:4203:26913457,26934346:papier:4203:26941180,26960163:papier:4203:26997039,27019455:papier:4203:27021336,27055905:papier:4203:27057239,27058829:papier:4203:27060838,2707'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.025080215923396123, 'nb_photo': 13962, 'list_port_cont': '26387967,26389586,26390200,26390248,26390774,26392728,26392811,26396101,26399060,26402559,26404494,26404687,26428222,26430702,26435622,26437750,26438843,26441734,26442491,26444833,26444996,26445001,26445203,26449572,26453578,26456325,26457296,26460083,26460291,26466755,26481207,26482863,26482997,26483206,26486383,26486558,26486813,26490157,26496969,26500175,26512219,26513281,26513632,26513803,26515481,26516697,26516934,26517088,26529249,26530235,26530620,26530714,26531574,26532239,26536303,26543371,26546296,26547185,26549400,26549607,26553309,26553431,26553560,26556892,26570545,26571379,26571620,26573639,26573878,26574269,26577477,26583719,26590283,26590950,26593834,26594341,26594507,26594776,26595314,26596407,26599198,26628968,26629422,26629878,26634303,26634784,26638693,26639622,26640152,26641956,26644314,26648898,26649417,26649637,26658790,26659138,26668192,26711866,26712394,26712665,26713333,26714041,26714511,26715951,26716654,26716712,26716999,26718532,26719757,26721654,26723991,26724708,26726640,2672679', 'assoc_port': '26386707:26387967,26387952:26389586,26390029:26390248,26390034:26390200,26390467:26390774,26391740:26392728,26391742:26392811,26395918:26396101,26397261:26399060,26400217:26402559,26401457:26404494,26401486:26404687,26427995:26428222,26430559:26430702,26434416:26435622,26437046:26437750,26438741:26438843,26439251:26441734,26439255:26442491,26442776:26444833,26442788:26445001,26442817:26445203,26444767:26444996,26445905:26449572,26448721:26453578,26452473:26456325,26453704:26457296,26456343:26460083,26456352:26460291,26464088:26466755,26475514:26486813,26478050:26481207,26479241:26482863,26479253:26482997,26479256:26483206,26482169:26486383,26482173:26486558,26487562:26490157,26489092:26496969,26492284:26512219,26497173:26516697,26497175:26516934,26497181:26517088,26499949:26513281,26499965:26500175,26501106:26513632,26501113:26513803,26511275:26515481,26523740:26529249,26524840:26530714,26529999:26530235,26530464:26530620,26531442:26531574,26531950:26532239,26533163:26547185,26533166:26546296,26536214:2655330', 'assoc_mat': '26386707:papier:4207:26387967,26387952:papier:4207:26389586,26390029:papier:4207:26390248,26390034:papier:4207:26390200,26390467:papier:4207:26390774,26391740:papier:4207:26392728,26391742:papier:4207:26392811,26395918:papier:4207:26396101,26397261:papier:4207:26399060,26400217:papier:4207:26402559,26401457:papier:4207:26404494,26401486:papier:4207:26404687,26427995:papier:4207:26428222,26430559:papier:4207:26430702,26434416:papier:4207:26435622,26437046:papier:4207:26437750,26438741:papier:4207:26438843,26439251:papier:4207:26441734,26439255:papier:4207:26442491,26442776:papier:4207:26444833,26442788:papier:4207:26445001,26442817:papier:4207:26445203,26444767:papier:4207:26444996,26445905:papier:4207:26449572,26448721:papier:4207:26453578,26452473:papier:4207:26456325,26453704:papier:4207:26457296,26456343:papier:4207:26460083,26456352:papier:4207:26460291,26464088:papier:4207:26466755,26475514:papier:4207:26486813,26478050:papier:4207:26481207,26479241:papier:4207:26482863,26479253:papier:4207:26482997,2647'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.19014923258136576, 'nb_photo': 36185, 'list_port_cont': '26388582,26395376,26400638,26401888,26428480,26430863,26436390,26439692,26445245,26446523,26456746,26457829,26476235,26479824,26480073,26488403,26491707,26495785,26497997,26501489,26531691,26531729,26533846,26536670,26540277,26540462,26545666,26567756,26573433,26573459,26578785,26584042,26588040,26595358,26595403,26628828,26631339,26638873,26640994,26649521,26651299,26651876,26655916,26712402,26712693,26714499,26716669,26718717,26720095,26721760,26724911,26726811,26727374,26747642,26750752,26751730,26751830,26752018,26752411,26755756,26758693,26760455,26772382,26785782,26788105,26788585,26790698,26794717,26803423,26806756,26824549,26824764,26824856,26841938,26846961,26848285,26850990,26865256,26865495,26870695,26870731,26882785,26886418,26889984,26894113,26895242,26903026,26907607,26908785,26927918,26933759,26943657,26944842,26952890,26961914,26966928,27016494,27049472,27053312,27056257,27059195,27059383,27067143,27067217,27071765,27072021,27072120,27072181,27072228,27073146,27081218,27083283,27083500,2708735', 'assoc_port': '26387953:26388582,26395137:26395376,26400218:26400638,26401455:26401888,26427958:26428480,26430561:26430863,26436194:26436390,26439256:26439692,26444765:26445245,26445909:26446523,26456344:26456746,26457495:26457829,26475495:26476235,26479249:26480073,26479280:26479824,26487569:26488403,26491451:26491707,26495358:26495785,26497818:26497997,26501114:26501489,26531440:26531729,26531443:26531691,26533164:26533846,26536215:26536670,26539053:26540462,26539072:26540277,26545119:26545666,26567362:26567756,26573161:26573459,26573165:26573433,26578355:26578785,26583459:26584042,26587629:26588040,26595187:26595403,26595189:26595358,26628256:26628828,26631029:26631339,26638676:26638873,26640558:26640994,26649359:26649521,26651196:26651876,26651200:26651299,26655471:26655916,26712338:26712402,26712595:26712693,26714283:26714499,26716438:26716669,26718541:26718717,26719967:26720095,26721330:26721760,26724506:26724911,26726289:26726811,26727130:26727374,26747103:26747642,26750687:26750752,26751100:26751730,26751147:2675241', 'assoc_mat': '26387953:papier:4461:26388582,26395137:papier:4461:26395376,26400218:papier:4461:26400638,26401455:papier:4461:26401888,26427958:papier:4461:26428480,26430561:papier:4461:26430863,26436194:papier:4461:26436390,26439256:papier:4461:26439692,26444765:papier:4461:26445245,26445909:papier:4461:26446523,26456344:papier:4461:26456746,26457495:papier:4461:26457829,26475495:papier:4461:26476235,26479249:papier:4461:26480073,26479280:papier:4461:26479824,26487569:papier:4461:26488403,26491451:papier:4461:26491707,26495358:papier:4461:26495785,26497818:papier:4461:26497997,26501114:papier:4461:26501489,26531440:papier:4461:26531729,26531443:papier:4461:26531691,26533164:papier:4461:26533846,26536215:papier:4461:26536670,26539053:papier:4461:26540462,26539072:papier:4461:26540277,26545119:papier:4461:26545666,26567362:papier:4461:26567756,26573161:papier:4461:26573459,26573165:papier:4461:26573433,26578355:papier:4461:26578785,26583459:papier:4461:26584042,26587629:papier:4461:26588040,26595187:papier:4461:26595403,2659'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.08023171222995404, 'nb_photo': 5018, 'list_port_cont': '26387255,26387313,26390799,26390833,26390946,26391944,26392135,26397737,26434871,26435128,26437498,26437688,26438889,26443149,26445024,26446360,26449064,26453949,26454238,26455696,26456650,26478472,26478854,26479896,26488041,26488151,26489592,26492360,26497383,26500336,26502187,26507354,26509893,26527960,26528033,26530646,26533734,26536502,26539311,26539577,26545468,26545506,26546720,26552831,26566258,26573570,26577503,26579884,26583866,26587968,26590830,26593938,26595302,26599123,26629644,26635155,26638910,26641030,26646036,26649490,26651526,26712635,26716013,26716615,26717061,26718133,26719603,26721565,26724067,26724836,26726618,26729079,26748636,26752219,26752382,26752458,26752596,26752991,26753049,26753280,26753541,26753862,26760405,26765688,26767683,26772360,26788458,26790525,26791474,26794455,26795861,26801622,26803324,26804498,26804772,26809379,26815173,26824671,26824792,26824917,26825047,26825173,26842854,26846757,26854016,26865362,26865713,26877124,26884897,26885216,26889118,26891199,26891807,2689184', 'assoc_port': '26386718:26387313,26386744:26387255,26390463:26390946,26390465:26390833,26390468:26390799,26391743:26391944,26391744:26392135,26397265:26397737,26434412:26434871,26434414:26435128,26437044:26437688,26437051:26437498,26438743:26438889,26442818:26443149,26444763:26445024,26445884:26446360,26448726:26449064,26452474:26455696,26453706:26453949,26453708:26454238,26456350:26456650,26478047:26478854,26478049:26478472,26479276:26479896,26487564:26488151,26487567:26488041,26489107:26489592,26492292:26492360,26495367:26502187,26497183:26497383,26499951:26500336,26501110:26509893,26507069:26507354,26527509:26527960,26527510:26528033,26530467:26530646,26533165:26533734,26536221:26546720,26536226:26536502,26539062:26539577,26539067:26539311,26545110:26545506,26545122:26545468,26552443:26552831,26566015:26566258,26573162:26573570,26577262:26577503,26579612:26579884,26583473:26583866,26587642:26587968,26590421:26590830,26593672:26593938,26595190:26595302,26599081:26599123,26629305:26629644,26634579:26635155,26638671:2663891', 'assoc_mat': '26386718:papier:4200:26387313,26386744:papier:4200:26387255,26390463:papier:4200:26390946,26390465:papier:4200:26390833,26390468:papier:4200:26390799,26391743:papier:4200:26391944,26391744:papier:4200:26392135,26397265:papier:4200:26397737,26434412:papier:4200:26434871,26434414:papier:4200:26435128,26437044:papier:4200:26437688,26437051:papier:4200:26437498,26438743:papier:4200:26438889,26442818:papier:4200:26443149,26444763:papier:4200:26445024,26445884:papier:4200:26446360,26448726:papier:4200:26449064,26452474:papier:4200:26455696,26453706:papier:4200:26453949,26453708:papier:4200:26454238,26456350:papier:4200:26456650,26478047:papier:4200:26478854,26478049:papier:4200:26478472,26479276:papier:4200:26479896,26487564:papier:4200:26488151,26487567:papier:4200:26488041,26489107:papier:4200:26489592,26492292:papier:4200:26492360,26495367:papier:4200:26502187,26497183:papier:4200:26497383,26499951:papier:4200:26500336,26501110:papier:4200:26509893,26507069:papier:4200:26507354,26527509:papier:4200:26527960,2652'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.970083847781892, 'nb_photo': 16242, 'list_port_cont': '26390296,26398076,26430689,26433292,26445104,26456461,26457696,26476470,26482845,26504570,26504826,26523965,26530163,26532048,26545383,26552937,26563925,26569732,26578507,26578699,26586527,26592677,26592763,26626680,26629493,26632312,26639790,26640880,26660670,26668119,26712554,26712725,26712877,26713959,26716609,26716638,26718632,26721638,26724129,26728961,26747381,26747482,26751664,26751685,26755949,26783794,26790651,26793568,26809104,26809486,26824608,26844132,26852448,26860716,26863970,26879966,26886028,26886320,26905901,26911398,26930657,26939491,26939632,26956088,26965779,26966624,27019715,27019757,27047908,27067032,27071690,27071829,27083103,27083318,27089697,27092753,27100161,27102483,27102883,27109104,27117723,27118835,27118964,27126470,27140373,27144057,27147632,27151058,27172469,27180388,27188369,27195917,27223592,27225963,27245150,27245326,27251389,27268617,27268676,27277031,27281560,27286728,27291997,27307965,27310643', 'assoc_port': '26390031:26390296,26395921:26398076,26430557:26430689,26432929:26433292,26444773:26445104,26456353:26456461,26457500:26457696,26475493:26476470,26482160:26482845,26504435:26504826,26504439:26504570,26523737:26523965,26530000:26530163,26531944:26532048,26545129:26545383,26552442:26552937,26563464:26563925,26569614:26569732,26578353:26578507,26578354:26578699,26586392:26586527,26592510:26592677,26592511:26592763,26626409:26626680,26629300:26629493,26631986:26632312,26639554:26639790,26640630:26640880,26660297:26660670,26667792:26668119,26712523:26712554,26712577:26712725,26712853:26712877,26713695:26713959,26716478:26716638,26716480:26716609,26718542:26718632,26721332:26721638,26723903:26724129,26728850:26728961,26747084:26747381,26747101:26747482,26751145:26751685,26751277:26751664,26755358:26755949,26783338:26793568,26783343:26783794,26790305:26790651,26801184:26809104,26809213:26809486,26824347:26824608,26843742:26844132,26852313:26852448,26860461:26860716,26863697:26863970,26879650:26879966,26885905:2688632', 'assoc_mat': '26390031:papier:4209:26390296,26395921:papier:4209:26398076,26430557:papier:4209:26430689,26432929:papier:4209:26433292,26444773:papier:4209:26445104,26456353:papier:4209:26456461,26457500:papier:4209:26457696,26475493:papier:4209:26476470,26482160:papier:4209:26482845,26504435:papier:4209:26504826,26504439:papier:4209:26504570,26523737:papier:4209:26523965,26530000:papier:4209:26530163,26531944:papier:4209:26532048,26545129:papier:4209:26545383,26552442:papier:4209:26552937,26563464:papier:4209:26563925,26569614:papier:4209:26569732,26578353:papier:4209:26578507,26578354:papier:4209:26578699,26586392:papier:4209:26586527,26592510:papier:4209:26592677,26592511:papier:4209:26592763,26626409:papier:4209:26626680,26629300:papier:4209:26629493,26631986:papier:4209:26632312,26639554:papier:4209:26639790,26640630:papier:4209:26640880,26660297:papier:4209:26660670,26667792:papier:4209:26668119,26712523:papier:4209:26712554,26712577:papier:4209:26712725,26712853:papier:4209:26712877,26713695:papier:4209:26713959,2671'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010614605362277879, 'nb_photo': 27106, 'list_port_cont': '26388174,26388944,26391064,26392369,26395455,26396192,26400918,26428409,26431039,26433462,26436503,26438934,26438992,26439997,26443391,26446812,26449485,26449787,26453066,26454571,26456897,26466437,26476745,26478944,26480401,26480831,26483066,26486782,26488210,26492584,26495941,26498077,26501725,26504868,26505744,26510201,26512356,26525372,26530316,26530764,26532344,26532494,26536842,26539872,26540870,26542235,26545610,26546578,26566103,26568077,26568556,26571371,26574379,26574439,26577543,26578823,26582699,26583977,26587137,26588009,26591076,26593132,26594139,26595338,26628883,26629790,26629901,26629982,26632796,26635186,26639819,26641288,26641591,26643239,26643483,26648909,26651695,26656182,26657271,26657425,26658051,26711487,26712223,26712354,26712373,26712743,26712973,26713400,26714091,26714416,26714551,26716718,26718201,26718740,26720299,26721956,26724258,26724993,26726610,26726707,26726863,26729187,26729309,26730774,26747814,26748900,26748952,26751243,26751809,26752322,26752524,26752638,26753168,2675351', 'assoc_port': '26386677:26388174,26387927:26388944,26390466:26391064,26391738:26392369,26395135:26395455,26395919:26396192,26400216:26400918,26427977:26428409,26430555:26431039,26432931:26433462,26436193:26436503,26438736:26438992,26438738:26438934,26439265:26439997,26442792:26443391,26445908:26446812,26448719:26449787,26448722:26449485,26452472:26453066,26453702:26454571,26456347:26456897,26457498:26466437,26475512:26476745,26478052:26478944,26479251:26480831,26479259:26480401,26482170:26483066,26486544:26486782,26487572:26488210,26492290:26492584,26495362:26495941,26495368:26512356,26497817:26505744,26497820:26498077,26501108:26501725,26501112:26510201,26504436:26504868,26524843:26525372,26529998:26530316,26530465:26530764,26531949:26532494,26531952:26532344,26536212:26536842,26539070:26540870,26539081:26539872,26541434:26542235,26545117:26546578,26545125:26545610,26563481:26566103,26567360:26568556,26567361:26568077,26570440:26571371,26573995:26574439,26573997:26574379,26577265:26577543,26578357:26578823,26582092:2658269', 'assoc_mat': '26386677:papier:4211:26388174,26387927:papier:4211:26388944,26390466:papier:4211:26391064,26391738:papier:4211:26392369,26395135:papier:4211:26395455,26395919:papier:4211:26396192,26400216:papier:4211:26400918,26427977:papier:4211:26428409,26430555:papier:4211:26431039,26432931:papier:4211:26433462,26436193:papier:4211:26436503,26438736:papier:4211:26438992,26438738:papier:4211:26438934,26439265:papier:4211:26439997,26442792:papier:4211:26443391,26445908:papier:4211:26446812,26448719:papier:4211:26449787,26448722:papier:4211:26449485,26452472:papier:4211:26453066,26453702:papier:4211:26454571,26456347:papier:4211:26456897,26457498:papier:4211:26466437,26475512:papier:4211:26476745,26478052:papier:4211:26478944,26479251:papier:4211:26480831,26479259:papier:4211:26480401,26482170:papier:4211:26483066,26486544:papier:4211:26486782,26487572:papier:4211:26488210,26492290:papier:4211:26492584,26495362:papier:4211:26495941,26495368:papier:4211:26512356,26497817:papier:4211:26505744,26497820:papier:4211:26498077,2650'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0077685795635154785, 'nb_photo': 420, 'list_port_cont': '26388196,26390534,26392675,26395768,26396268,26402380,26402483,26428811,26433924,26445500,26449527,26486886,26488497,26492045,26492674,26497601,26500775,26502633,26514136,26525690,26530812,26531806,26537070,26537189,26540232,26540800,26542419,26544391,26546172,26568206,26571392,26574441,26577654,26580368,26583067,26587253,26599272,26631653,26632853,26635589,26639851,26645060,26646506,26649868,26652009,26717114,26718227,26718817,26719822,26724353,26725052,26729358,26752172,26752922,26752963,26753115,26753218,26756081,26760443,26768213,26784712,26788613,26788737,26791092,26793678,26803715,26804940,26810003,26824875,26825414,26825461,26847471,26848616,26851135,26853001,26854333,26858582,26861286,26864491,26870803,26883205,26890152,26892095,26893099,26900062,26900093,26920472,26945092,26945173,26948820,26949052,26953312,26956572,26960965,27020219,27024750,27048288,27053736,27055709,27056694,27059556,27059726,27059851,27067306,27067403,27072425,27072477,27072533,27072595,27072613,27072666,27072837,27083793,2709003', 'assoc_port': '26386678:26388196,26390033:26390534,26391741:26392675,26395136:26395768,26395917:26396268,26401482:26402483,26401484:26402380,26427996:26428811,26432933:26433924,26444769:26445500,26448724:26449527,26486545:26486886,26487570:26488497,26491438:26492045,26492257:26492674,26492283:26502633,26497179:26497601,26499945:26500775,26513810:26514136,26524841:26525690,26530463:26530812,26531444:26531806,26536223:26537189,26536230:26537070,26536236:26544391,26539057:26540800,26539077:26540232,26541448:26542419,26545112:26546172,26567374:26568206,26570441:26571392,26573998:26574441,26577263:26577654,26579613:26580368,26582089:26583067,26586352:26587253,26599079:26599272,26631028:26631653,26631953:26632853,26634597:26635589,26639558:26639851,26644252:26645060,26645500:26646506,26649357:26649868,26651201:26652009,26716906:26717114,26717838:26718227,26718524:26718817,26719532:26719822,26723898:26724353,26724518:26725052,26728823:26729358,26751081:26756081,26751128:26752172,26751142:26753218,26751158:26753115,26751183:2675296', 'assoc_mat': '26386678:papier:3327:26388196,26390033:papier:3327:26390534,26391741:papier:3327:26392675,26395136:papier:3327:26395768,26395917:papier:3327:26396268,26401482:papier:3327:26402483,26401484:papier:3327:26402380,26427996:papier:3327:26428811,26432933:papier:3327:26433924,26444769:papier:3327:26445500,26448724:papier:3327:26449527,26486545:papier:3327:26486886,26487570:papier:3327:26488497,26491438:papier:3327:26492045,26492257:papier:3327:26492674,26492283:papier:3327:26502633,26497179:papier:3327:26497601,26499945:papier:3327:26500775,26513810:papier:3327:26514136,26524841:papier:3327:26525690,26530463:papier:3327:26530812,26531444:papier:3327:26531806,26536223:papier:3327:26537189,26536230:papier:3327:26537070,26536236:papier:3327:26544391,26539057:papier:3327:26540800,26539077:papier:3327:26540232,26541448:papier:3327:26542419,26545112:papier:3327:26546172,26567374:papier:3327:26568206,26570441:papier:3327:26571392,26573998:papier:3327:26574441,26577263:papier:3327:26577654,26579613:papier:3327:26580368,2658'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0696949618448221, 'nb_photo': 10484, 'list_port_cont': '26447437,26449678,26455556,26456041,26487982,26489730,26492532,26492565,26495812,26498034,26504738,26528377,26540052,26540180,26542469,26545783,26573801,26580565,26581007,26582612,26583027,26586889,26587320,26641098,26645277,26648982,26724084,26728611,26752146,26752512,26752693,26753092,26758584,26761917,26766744,26784202,26796526,26801735,26812356,26824455,26851099,26856109,26858065,26858671,26861202,26861484,26886449,26891494,26906399,26910668,26911877,26939963,26957137,26962514,26963071,26967222,26975047,27056840,27057657,27057704,27059147,27059645,27061431,27071716,27072079,27072435,27072576,27072637,27072649,27072823,27082960,27087401,27094737,27098443,27102473,27104583,27108434,27133039,27172127', 'assoc_port': '26445880:26447437,26445902:26449678,26453698:26455556,26453700:26456041,26487565:26487982,26489096:26489730,26492268:26492532,26492294:26492565,26495364:26495812,26497815:26498034,26504438:26504738,26524842:26528377,26539059:26542469,26539064:26540180,26539074:26540052,26545107:26545783,26573164:26573801,26579611:26581007,26579614:26580565,26579639:26583027,26582094:26582612,26586364:26587320,26586391:26586889,26640591:26641098,26644250:26645277,26648299:26648982,26713693:26724084,26716479:26728611,26751144:26753092,26751187:26752693,26751197:26752512,26751207:26752146,26758237:26758584,26761746:26761917,26766059:26766744,26783341:26784202,26790345:26796526,26801185:26801735,26809208:26812356,26824390:26824455,26850785:26851099,26852316:26856109,26857655:26858671,26857683:26858065,26860462:26861484,26860464:26861202,26885907:26886449,26890986:26891494,26905388:26906399,26909866:26910668,26911018:26911877,26939189:26939963,26955630:26963071,26955635:26957137,26960161:26962514,26966174:26967222,26974034:2697504', 'assoc_mat': '26445880:papier:3594:26447437,26445902:papier:3594:26449678,26453698:papier:3594:26455556,26453700:papier:3594:26456041,26487565:papier:3594:26487982,26489096:papier:3594:26489730,26492268:papier:3594:26492532,26492294:papier:3594:26492565,26495364:papier:3594:26495812,26497815:papier:3594:26498034,26504438:papier:3594:26504738,26524842:papier:3594:26528377,26539059:papier:3594:26542469,26539064:papier:3594:26540180,26539074:papier:3594:26540052,26545107:papier:3594:26545783,26573164:papier:3594:26573801,26579611:papier:3594:26581007,26579614:papier:3594:26580565,26579639:papier:3594:26583027,26582094:papier:3594:26582612,26586364:papier:3594:26587320,26586391:papier:3594:26586889,26640591:papier:3594:26641098,26644250:papier:3594:26645277,26648299:papier:3594:26648982,26713693:papier:3594:26724084,26716479:papier:3594:26728611,26751144:papier:3594:26753092,26751187:papier:3594:26752693,26751197:papier:3594:26752512,26751207:papier:3594:26752146,26758237:papier:3594:26758584,26761746:papier:3594:26761917,2676'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0043398954587633345, 'nb_photo': 37, 'list_port_cont': '26387569,26391110,26446243,26530578,26571953,26631748,26648885,26719628,26753065,26761329,26803603,26814701,26860741,26891111,27072556,27100822,27131722,27145523,27315361,27321662,27323919', 'assoc_port': '26386679:26387569,26390464:26391110,26445912:26446243,26530468:26530578,26569621:26571953,26631030:26631748,26648316:26648885,26719536:26719628,26751099:26761329,26751279:26753065,26792966:26803603,26807483:26814701,26857652:26860741,26890987:26891111,27071587:27072556,27097601:27100822,27131472:27131722,27143738:27145523,27237164:27323919,27285547:27321662,27315318:27315361', 'assoc_mat': '26386679:pehd:4205:26387569,26390464:pehd:4205:26391110,26445912:pehd:4205:26446243,26530468:pehd:4205:26530578,26569621:pehd:4205:26571953,26631030:pehd:4205:26631748,26648316:pehd:4205:26648885,26719536:pehd:4205:26719628,26751099:pehd:4205:26761329,26751279:pehd:4205:26753065,26792966:pehd:4205:26803603,26807483:pehd:4205:26814701,26857652:pehd:4205:26860741,26890987:pehd:4205:26891111,27071587:pehd:4205:27072556,27097601:pehd:4205:27100822,27131472:pehd:4205:27131722,27143738:pehd:4205:27145523,27237164:pehd:4205:27323919,27285547:pehd:4205:27321662,27315318:pehd:4205:27315361'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0032119989942554746, 'nb_photo': 211, 'list_port_cont': '26401211,26428256,26442685,26466908,26482235,26499484,26514105,26554803,26573833,26594039,26594256,26639886,26649795,26712935,26716789,26720361,26727764,26753028,26762008,26790932,26803241,26809758,26830009,26843098,26861883,26884570,26892046,26913444,26941192,26997052,27021331,27057247,27072381,27072618,27085879,27085934,27097974,27110332,27121809,27148932,27152262,27175122,27321171,27321703,27321813,27322634,27323241,27324043,27324415', 'assoc_port': '26391739:26401211,26425490:26428256,26439254:26442685,26464089:26466908,26478053:26482235,26492286:26499484,26513793:26514105,26554503:26554803,26570438:26573833,26582091:26594256,26593673:26594039,26639552:26639886,26649367:26649795,26712856:26712935,26716458:26716789,26719969:26720361,26727128:26727764,26751193:26762008,26752200:26753028,26790304:26803241,26790329:26790932,26803083:26809758,26824358:26830009,26842682:26843098,26857659:26861883,26879651:26884570,26891694:26892046,26907141:26913444,26934346:26941192,26960163:26997052,27019455:27021331,27055905:27057247,27071586:27072618,27071621:27072381,27082807:27085934,27082821:27085879,27089619:27110332,27097607:27097974,27117389:27121809,27143712:27152262,27143717:27148932,27169466:27175122,27225874:27324415,27237161:27324043,27268285:27322634,27279604:27321813,27285604:27321703,27307131:27323241,27313960:27321171', 'assoc_mat': '26391739:pehd:4203:26401211,26425490:pehd:4203:26428256,26439254:pehd:4203:26442685,26464089:pehd:4203:26466908,26478053:pehd:4203:26482235,26492286:pehd:4203:26499484,26513793:pehd:4203:26514105,26554503:pehd:4203:26554803,26570438:pehd:4203:26573833,26582091:pehd:4203:26594256,26593673:pehd:4203:26594039,26639552:pehd:4203:26639886,26649367:pehd:4203:26649795,26712856:pehd:4203:26712935,26716458:pehd:4203:26716789,26719969:pehd:4203:26720361,26727128:pehd:4203:26727764,26751193:pehd:4203:26762008,26752200:pehd:4203:26753028,26790304:pehd:4203:26803241,26790329:pehd:4203:26790932,26803083:pehd:4203:26809758,26824358:pehd:4203:26830009,26842682:pehd:4203:26843098,26857659:pehd:4203:26861883,26879651:pehd:4203:26884570,26891694:pehd:4203:26892046,26907141:pehd:4203:26913444,26934346:pehd:4203:26941192,26960163:pehd:4203:26997052,27019455:pehd:4203:27021331,27055905:pehd:4203:27057247,27071586:pehd:4203:27072618,27071621:pehd:4203:27072381,27082807:pehd:4203:27085934,27082821:pehd:4203:27085879,27089619:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0028119679063754307, 'nb_photo': 161, 'list_port_cont': '26387963,26390207,26404500,26404684,26441744,26442486,26445216,26456326,26457306,26481209,26486382,26486548,26486799,26490153,26500164,26512209,26513623,26529258,26530240,26530622,26530708,26532238,26543374,26547179,26549614,26553434,26571387,26571627,26590288,26594347,26594782,26595317,26599200,26629429,26629876,26634774,26638689,26640158,26644306,26649427,26712381,26712658,26716650,26716711,26718525,26726643,26726783,26727347,26736964,26748475,26753418,26754260,26762208,26763666,26766678,26790547,26804412,26804591,26824711,26825276,26842109,26861366,26867630,26867854,26878369,26879839,26883381,26885987,26899325,26901861,26902640,26908278,26934131,26944529,26961478,26980844,27017613,27020778,27046088,27056009,27057120,27060255,27067389,27071851,27072092,27072322,27072362,27072474,27082901,27083840,27088394,27089553,27097668,27099928,27103139,27103173,27108210,27120249,27123364,27123383,27131581,27131965,27141493,27141903,27148540,27149869,27151842,27169610,27174456,27182835,27184696,27185225,27185396,2719863', 'assoc_port': '26386707:26387963,26390034:26390207,26401457:26404500,26401486:26404684,26439251:26441744,26439255:26442486,26442817:26445216,26452473:26456326,26453704:26457306,26475514:26486799,26478050:26481209,26482169:26486382,26482173:26486548,26487562:26490153,26492284:26512209,26499965:26500164,26501106:26513623,26523740:26529258,26524840:26530708,26529999:26530240,26530464:26530622,26531950:26532238,26533163:26547179,26536224:26553434,26539079:26543374,26545115:26549614,26569616:26571387,26569617:26571627,26578356:26590288,26593668:26594782,26593671:26594347,26595188:26595317,26599080:26599200,26629302:26629876,26629310:26629429,26634577:26640158,26634599:26634774,26638674:26638689,26644236:26644306,26649403:26649427,26712339:26712381,26712596:26712658,26716437:26716711,26716463:26716650,26717841:26718525,26726288:26726783,26726291:26726643,26727129:26727347,26736695:26736964,26748262:26748475,26751227:26754260,26751252:26753418,26755356:26762208,26759508:26763666,26766065:26766678,26771990:26790547,26794110:2680441', 'assoc_mat': '26386707:pehd:4207:26387963,26390034:pehd:4207:26390207,26401457:pehd:4207:26404500,26401486:pehd:4207:26404684,26439251:pehd:4207:26441744,26439255:pehd:4207:26442486,26442817:pehd:4207:26445216,26452473:pehd:4207:26456326,26453704:pehd:4207:26457306,26475514:pehd:4207:26486799,26478050:pehd:4207:26481209,26482169:pehd:4207:26486382,26482173:pehd:4207:26486548,26487562:pehd:4207:26490153,26492284:pehd:4207:26512209,26499965:pehd:4207:26500164,26501106:pehd:4207:26513623,26523740:pehd:4207:26529258,26524840:pehd:4207:26530708,26529999:pehd:4207:26530240,26530464:pehd:4207:26530622,26531950:pehd:4207:26532238,26533163:pehd:4207:26547179,26536224:pehd:4207:26553434,26539079:pehd:4207:26543374,26545115:pehd:4207:26549614,26569616:pehd:4207:26571387,26569617:pehd:4207:26571627,26578356:pehd:4207:26590288,26593668:pehd:4207:26594782,26593671:pehd:4207:26594347,26595188:pehd:4207:26595317,26599080:pehd:4207:26599200,26629302:pehd:4207:26629876,26629310:pehd:4207:26629429,26634577:pehd:4207:26640158,26634599:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004414654920297219, 'nb_photo': 17, 'list_port_cont': '26400642,26638877,26651881,26712412,26712697,26726821,26747629,26752413,26894119,26903024,26944850,27087371,27136691,27192383,27229084,27309602', 'assoc_port': '26400218:26400642,26638676:26638877,26651196:26651881,26712338:26712412,26712595:26712697,26726289:26726821,26747103:26747629,26751147:26752413,26893753:26894119,26902487:26903024,26944436:26944850,27086914:27087371,27136041:27136691,27191990:27192383,27228377:27229084,27309320:27309602', 'assoc_mat': '26400218:pehd:4461:26400642,26638676:pehd:4461:26638877,26651196:pehd:4461:26651881,26712338:pehd:4461:26712412,26712595:pehd:4461:26712697,26726289:pehd:4461:26726821,26747103:pehd:4461:26747629,26751147:pehd:4461:26752413,26893753:pehd:4461:26894119,26902487:pehd:4461:26903024,26944436:pehd:4461:26944850,27086914:pehd:4461:27087371,27136041:pehd:4461:27136691,27191990:pehd:4461:27192383,27228377:pehd:4461:27229084,27309320:pehd:4461:27309602'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.004715956648380787, 'nb_photo': 279, 'list_port_cont': '26387302,26390801,26390951,26392127,26397733,26434870,26437504,26437686,26438883,26443145,26449055,26454232,26455686,26456657,26478461,26478855,26479897,26488056,26488157,26489586,26492370,26500334,26509904,26527959,26530635,26533737,26536505,26539313,26539581,26545462,26546729,26552828,26566268,26577499,26583861,26587960,26590834,26629642,26635152,26638920,26641027,26646024,26651539,26716014,26718141,26719598,26721566,26724061,26726623,26729080,26748631,26752212,26752389,26752470,26752983,26753052,26753289,26753537,26753866,26760401,26765689,26772352,26788481,26794450,26795872,26801617,26803322,26804495,26804771,26824668,26824798,26825043,26825185,26842862,26854017,26865704,26877117,26885220,26891211,26902020,26902860,26911259,26911512,26916658,26927810,26939760,26960587,26966031,26966610,27047872,27056323,27056547,27058110,27059073,27067414,27071661,27071788,27071911,27072105,27072313,27082138,27083783,27087495,27089657,27089848,27094336,27098017,27100077,27100725,27108118,27108285,27117835,27128979,2713169', 'assoc_port': '26386718:26387302,26390463:26390951,26390468:26390801,26391744:26392127,26397265:26397733,26434412:26434870,26437044:26437686,26437051:26437504,26438743:26438883,26442818:26443145,26448726:26449055,26452474:26455686,26453708:26454232,26456350:26456657,26478047:26478855,26478049:26478461,26479276:26479897,26487564:26488157,26487567:26488056,26489107:26489586,26492292:26492370,26499951:26500334,26501110:26509904,26527509:26527959,26530467:26530635,26533165:26533737,26536221:26546729,26536226:26536505,26539062:26539581,26539067:26539313,26545122:26545462,26552443:26552828,26566015:26566268,26577262:26577499,26583473:26583861,26587642:26587960,26590421:26590834,26629305:26629642,26634579:26635152,26638671:26638920,26640649:26641027,26645501:26646024,26651203:26651539,26715928:26716014,26717840:26718141,26719537:26719598,26721333:26721566,26723896:26724061,26726293:26726623,26728830:26729080,26748261:26748631,26751086:26753866,26751126:26753537,26751153:26753289,26751156:26753052,26751185:26752983,26751233:2675238', 'assoc_mat': '26386718:pehd:4200:26387302,26390463:pehd:4200:26390951,26390468:pehd:4200:26390801,26391744:pehd:4200:26392127,26397265:pehd:4200:26397733,26434412:pehd:4200:26434870,26437044:pehd:4200:26437686,26437051:pehd:4200:26437504,26438743:pehd:4200:26438883,26442818:pehd:4200:26443145,26448726:pehd:4200:26449055,26452474:pehd:4200:26455686,26453708:pehd:4200:26454232,26456350:pehd:4200:26456657,26478047:pehd:4200:26478855,26478049:pehd:4200:26478461,26479276:pehd:4200:26479897,26487564:pehd:4200:26488157,26487567:pehd:4200:26488056,26489107:pehd:4200:26489586,26492292:pehd:4200:26492370,26499951:pehd:4200:26500334,26501110:pehd:4200:26509904,26527509:pehd:4200:26527959,26530467:pehd:4200:26530635,26533165:pehd:4200:26533737,26536221:pehd:4200:26546729,26536226:pehd:4200:26536505,26539062:pehd:4200:26539581,26539067:pehd:4200:26539313,26545122:pehd:4200:26545462,26552443:pehd:4200:26552828,26566015:pehd:4200:26566268,26577262:pehd:4200:26577499,26583473:pehd:4200:26583861,26587642:pehd:4200:26587960,26590421:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004856059111350858, 'nb_photo': 49, 'list_port_cont': '26457698,26504818,26545384,26552943,26563917,26578499,26586523,26626670,26712562,26713960,26721629,26724116,26728965,26747486,26844139,26905913,26965784,27019752,27071685,27071830,27083311,27102898,27117710,27118954,27151061,27195905,27251390,27268681,27307969', 'assoc_port': '26457500:26457698,26504435:26504818,26545129:26545384,26552442:26552943,26563464:26563917,26578353:26578499,26586392:26586523,26626409:26626670,26712523:26712562,26713695:26713960,26721332:26721629,26723903:26724116,26728850:26728965,26747101:26747486,26843742:26844139,26905390:26905913,26965623:26965784,27019447:27019752,27071632:27071830,27071636:27071685,27082754:27083311,27093763:27102898,27117388:27117710,27118659:27118954,27150783:27151061,27195451:27195905,27251108:27251390,27268276:27268681,27307823:27307969', 'assoc_mat': '26457500:pehd:4209:26457698,26504435:pehd:4209:26504818,26545129:pehd:4209:26545384,26552442:pehd:4209:26552943,26563464:pehd:4209:26563917,26578353:pehd:4209:26578499,26586392:pehd:4209:26586523,26626409:pehd:4209:26626670,26712523:pehd:4209:26712562,26713695:pehd:4209:26713960,26721332:pehd:4209:26721629,26723903:pehd:4209:26724116,26728850:pehd:4209:26728965,26747101:pehd:4209:26747486,26843742:pehd:4209:26844139,26905390:pehd:4209:26905913,26965623:pehd:4209:26965784,27019447:pehd:4209:27019752,27071632:pehd:4209:27071830,27071636:pehd:4209:27071685,27082754:pehd:4209:27083311,27093763:pehd:4209:27102898,27117388:pehd:4209:27117710,27118659:pehd:4209:27118954,27150783:pehd:4209:27151061,27195451:pehd:4209:27195905,27251108:pehd:4209:27251390,27268276:pehd:4209:27268681,27307823:pehd:4209:27307969'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9708004762774791, 'nb_photo': 9000, 'list_port_cont': '26388180,26388936,26391058,26392363,26395457,26396197,26400925,26428408,26431032,26433483,26436514,26438935,26438985,26440003,26443400,26446811,26449498,26449778,26453054,26454585,26456898,26466447,26476749,26478960,26480400,26480833,26483064,26486785,26488212,26492588,26495948,26498086,26501726,26504867,26505751,26510204,26512355,26525374,26530326,26530770,26532349,26532487,26536833,26539864,26540864,26542227,26545622,26546594,26566098,26568083,26568550,26571358,26574373,26574429,26577540,26578815,26582707,26583978,26587145,26588015,26591066,26593135,26594145,26595332,26628884,26629799,26629907,26629990,26632806,26635192,26639818,26641284,26641592,26643238,26643499,26648915,26651690,26656177,26657265,26658058,26711495,26712220,26712347,26712370,26712749,26712969,26713393,26714099,26714420,26714554,26716729,26718205,26718741,26720303,26721965,26724248,26725008,26726604,26726858,26729185,26729294,26730785,26747825,26748906,26748934,26751251,26751816,26752323,26752516,26752650,26753178,26753501,26753876,2675462', 'assoc_port': '26386677:26388180,26387927:26388936,26390466:26391058,26391738:26392363,26395135:26395457,26395919:26396197,26400216:26400925,26427977:26428408,26430555:26431032,26432931:26433483,26436193:26436514,26438736:26438985,26438738:26438935,26439265:26440003,26442792:26443400,26445908:26446811,26448719:26449778,26448722:26449498,26452472:26453054,26453702:26454585,26456347:26456898,26457498:26466447,26475512:26476749,26478052:26478960,26479251:26480833,26479259:26480400,26482170:26483064,26486544:26486785,26487572:26488212,26492290:26492588,26495362:26495948,26495368:26512355,26497817:26505751,26497820:26498086,26501108:26501726,26501112:26510204,26504436:26504867,26524843:26525374,26529998:26530326,26530465:26530770,26531949:26532487,26531952:26532349,26536212:26536833,26539070:26540864,26539081:26539864,26541434:26542227,26545117:26546594,26545125:26545622,26563481:26566098,26567360:26568550,26567361:26568083,26570440:26571358,26573995:26574429,26573997:26574373,26577265:26577540,26578357:26578815,26582092:2658270', 'assoc_mat': '26386677:pehd:4211:26388180,26387927:pehd:4211:26388936,26390466:pehd:4211:26391058,26391738:pehd:4211:26392363,26395135:pehd:4211:26395457,26395919:pehd:4211:26396197,26400216:pehd:4211:26400925,26427977:pehd:4211:26428408,26430555:pehd:4211:26431032,26432931:pehd:4211:26433483,26436193:pehd:4211:26436514,26438736:pehd:4211:26438985,26438738:pehd:4211:26438935,26439265:pehd:4211:26440003,26442792:pehd:4211:26443400,26445908:pehd:4211:26446811,26448719:pehd:4211:26449778,26448722:pehd:4211:26449498,26452472:pehd:4211:26453054,26453702:pehd:4211:26454585,26456347:pehd:4211:26456898,26457498:pehd:4211:26466447,26475512:pehd:4211:26476749,26478052:pehd:4211:26478960,26479251:pehd:4211:26480833,26479259:pehd:4211:26480400,26482170:pehd:4211:26483064,26486544:pehd:4211:26486785,26487572:pehd:4211:26488212,26492290:pehd:4211:26492588,26495362:pehd:4211:26495948,26495368:pehd:4211:26512355,26497817:pehd:4211:26505751,26497820:pehd:4211:26498086,26501108:pehd:4211:26501726,26501112:pehd:4211:26510204,26504436:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002684222175734652, 'nb_photo': 1, 'list_port_cont': '26443450', 'assoc_port': '26442778:26443450', 'assoc_mat': '26442778:pehd:3327:26443450'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0003838940901017069, 'nb_photo': 20, 'list_port_cont': '26449668,26495809,26582615,26587326,26648987,26761916,26766742,26858674,26906389,26967223,27059137,27061429,27072439,27072638,27072646', 'assoc_port': '26445902:26449668,26495364:26495809,26582094:26582615,26586364:26587326,26648299:26648987,26761746:26761916,26766059:26766742,26857655:26858674,26905388:26906389,26966174:26967223,27058827:27059137,27060966:27061429,27071596:27072638,27071598:27072646,27071608:27072439', 'assoc_mat': '26445902:pehd:3594:26449668,26495364:pehd:3594:26495809,26582094:pehd:3594:26582615,26586364:pehd:3594:26587326,26648299:pehd:3594:26648987,26761746:pehd:3594:26761916,26766059:pehd:3594:26766742,26857655:pehd:3594:26858674,26905388:pehd:3594:26906389,26966174:pehd:3594:26967223,27058827:pehd:3594:27059137,27060966:pehd:3594:27061429,27071596:pehd:3594:27072638,27071598:pehd:3594:27072646,27071608:pehd:3594:27072439'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0025585167967463887, 'nb_photo': 7, 'list_port_cont': '26387573,26530571,26537131,26631745,26648873,26803610', 'assoc_port': '26386679:26387573,26530468:26530571,26536228:26537131,26631030:26631745,26648316:26648873,26792966:26803610', 'assoc_mat': '26386679:pet_clair:4205:26387573,26530468:pet_clair:4205:26530571,26536228:pet_clair:4205:26537131,26631030:pet_clair:4205:26631745,26648316:pet_clair:4205:26648873,26792966:pet_clair:4205:26803610'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00019751973354097883, 'nb_photo': 2, 'list_port_cont': '26892047,27110330', 'assoc_port': '26891694:26892047,27089619:27110330', 'assoc_mat': '26891694:pet_clair:4203:26892047,27089619:pet_clair:4203:27110330'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0031639907126375195, 'nb_photo': 2, 'list_port_cont': '26486810,27097667', 'assoc_port': '26475514:26486810,27086903:27097667', 'assoc_mat': '26475514:pet_clair:4207:26486810,27086903:pet_clair:4207:27097667'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0018489436403324648, 'nb_photo': 1, 'list_port_cont': '27136689', 'assoc_port': '27136041:27136689', 'assoc_mat': '27136041:pet_clair:4461:27136689'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.007315652673550061, 'nb_photo': 10, 'list_port_cont': '26390837,26478856,26489591,26527951,26530647,26629648,26804764,27058113,27270716,27276960', 'assoc_port': '26390465:26390837,26478047:26478856,26489107:26489591,26527509:26527951,26530467:26530647,26629305:26629648,26804090:26804764,27051510:27058113,27270444:27270716,27276866:27276960', 'assoc_mat': '26390465:pet_clair:4200:26390837,26478047:pet_clair:4200:26478856,26489107:pet_clair:4200:26489591,26527509:pet_clair:4200:26527951,26530467:pet_clair:4200:26530647,26629305:pet_clair:4200:26629648,26804090:pet_clair:4200:26804764,27051510:pet_clair:4200:27058113,27270444:pet_clair:4200:27270716,27276866:pet_clair:4200:27276960'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0005377171785656355, 'nb_photo': 33, 'list_port_cont': '26396200,26478947,26525365,26546590,26582703,26629798,26641581,26712976,26716720,26747812,26808144,26824949,27056464,27056999,27072451,27108570,27119917,27120536,27142006,27142228,27159118,27172854,27183470,27192976,27209086,27237497,27277005,27292294,27293358', 'assoc_port': '26395919:26396200,26478052:26478947,26524843:26525365,26545117:26546590,26582092:26582703,26629309:26629798,26640635:26641581,26712854:26712976,26716436:26716720,26747099:26747812,26807476:26808144,26824380:26824949,27055907:27056999,27055941:27056464,27071606:27072451,27108103:27108570,27118655:27119917,27120104:27120536,27141147:27142228,27141174:27142006,27158774:27159118,27172139:27172854,27182700:27183470,27185124:27192976,27208854:27209086,27237170:27237497,27276867:27277005,27291692:27293358,27291717:27292294', 'assoc_mat': '26395919:pet_clair:4211:26396200,26478052:pet_clair:4211:26478947,26524843:pet_clair:4211:26525365,26545117:pet_clair:4211:26546590,26582092:pet_clair:4211:26582703,26629309:pet_clair:4211:26629798,26640635:pet_clair:4211:26641581,26712854:pet_clair:4211:26712976,26716436:pet_clair:4211:26716720,26747099:pet_clair:4211:26747812,26807476:pet_clair:4211:26808144,26824380:pet_clair:4211:26824949,27055907:pet_clair:4211:27056999,27055941:pet_clair:4211:27056464,27071606:pet_clair:4211:27072451,27108103:pet_clair:4211:27108570,27118655:pet_clair:4211:27119917,27120104:pet_clair:4211:27120536,27141147:pet_clair:4211:27142228,27141174:pet_clair:4211:27142006,27158774:pet_clair:4211:27159118,27172139:pet_clair:4211:27172854,27182700:pet_clair:4211:27183470,27185124:pet_clair:4211:27192976,27208854:pet_clair:4211:27209086,27237170:pet_clair:4211:27237497,27276867:pet_clair:4211:27277005,27291692:pet_clair:4211:27293358,27291717:pet_clair:4211:27292294'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9924920856320254, 'nb_photo': 112483, 'list_port_cont': '26388191,26390535,26392699,26395770,26396266,26399211,26402393,26402481,26428773,26428804,26433937,26433985,26435252,26437766,26438974,26440075,26443460,26445498,26449516,26449601,26453258,26458210,26477045,26480499,26483275,26486885,26488491,26492043,26492675,26492738,26497610,26500771,26502634,26511990,26513166,26514129,26525700,26530810,26531807,26532549,26537073,26537192,26540241,26540789,26542413,26544397,26545950,26546170,26553073,26564271,26566920,26568201,26571394,26574443,26577652,26580369,26583063,26587256,26591162,26593203,26594278,26599268,26629074,26631648,26632851,26635582,26639852,26645056,26646503,26648965,26649871,26652002,26710025,26712760,26713020,26713589,26717115,26718220,26718813,26719825,26724272,26724352,26725051,26727820,26729258,26729359,26729392,26735478,26749131,26751577,26752157,26752707,26752926,26752959,26753106,26753217,26756068,26758158,26760032,26760438,26768203,26784715,26786083,26788619,26788742,26788814,26791098,26791280,26791492,26791630,26793677,26803727,26803827,2680494', 'assoc_port': '26386678:26388191,26390033:26390535,26391741:26392699,26395136:26395770,26395917:26396266,26397224:26399211,26401482:26402481,26401484:26402393,26427959:26428773,26427996:26428804,26432930:26433985,26432933:26433937,26434419:26435252,26437048:26437766,26438740:26438974,26439253:26440075,26442778:26443460,26444769:26445498,26448717:26449601,26448724:26449516,26452487:26453258,26457497:26458210,26475475:26477045,26479243:26480499,26482166:26483275,26486545:26486885,26487570:26488491,26491438:26492043,26492257:26492675,26492281:26492738,26492283:26502634,26497179:26497610,26499945:26500771,26499948:26513166,26504437:26511990,26513810:26514129,26524841:26525700,26530463:26530810,26531444:26531807,26531938:26532549,26536223:26537192,26536230:26537073,26536236:26544397,26539057:26540789,26539077:26540241,26541448:26542413,26545112:26546170,26545123:26545950,26552422:26553073,26563470:26564271,26566011:26566920,26567374:26568201,26570441:26571394,26573998:26574443,26577263:26577652,26579613:26580369,26582089:2658306', 'assoc_mat': '26386678:pet_clair:3327:26388191,26390033:pet_clair:3327:26390535,26391741:pet_clair:3327:26392699,26395136:pet_clair:3327:26395770,26395917:pet_clair:3327:26396266,26397224:pet_clair:3327:26399211,26401482:pet_clair:3327:26402481,26401484:pet_clair:3327:26402393,26427959:pet_clair:3327:26428773,26427996:pet_clair:3327:26428804,26432930:pet_clair:3327:26433985,26432933:pet_clair:3327:26433937,26434419:pet_clair:3327:26435252,26437048:pet_clair:3327:26437766,26438740:pet_clair:3327:26438974,26439253:pet_clair:3327:26440075,26442778:pet_clair:3327:26443460,26444769:pet_clair:3327:26445498,26448717:pet_clair:3327:26449601,26448724:pet_clair:3327:26449516,26452487:pet_clair:3327:26453258,26457497:pet_clair:3327:26458210,26475475:pet_clair:3327:26477045,26479243:pet_clair:3327:26480499,26482166:pet_clair:3327:26483275,26486545:pet_clair:3327:26486885,26487570:pet_clair:3327:26488491,26491438:pet_clair:3327:26492043,26492257:pet_clair:3327:26492675,26492281:pet_clair:3327:26492738,26492283:pet_clair:3327:26502634,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.02221634834960999, 'nb_photo': 1530, 'list_port_cont': '26447434,26449675,26455558,26456047,26487980,26489737,26492537,26492567,26495805,26498035,26504733,26528369,26540057,26540178,26542464,26545778,26573802,26580560,26581011,26582616,26583022,26586891,26587324,26641104,26645280,26648983,26724087,26728613,26752144,26752505,26752698,26753090,26758585,26761919,26766747,26784203,26796529,26801729,26812360,26824458,26851097,26856113,26858061,26858670,26861201,26861486,26886445,26891496,26906390,26910660,26911874,26939959,26957133,26962523,26963074,26967220,26975051,27056837,27057665,27057698,27059138,27059649,27061436,27071712,27072076,27072436,27072577,27072641,27072650,27072817,27082966,27087403,27094738,27098447,27102466,27104584,27108433,27133044,27172133', 'assoc_port': '26445880:26447434,26445902:26449675,26453698:26455558,26453700:26456047,26487565:26487980,26489096:26489737,26492268:26492537,26492294:26492567,26495364:26495805,26497815:26498035,26504438:26504733,26524842:26528369,26539059:26542464,26539064:26540178,26539074:26540057,26545107:26545778,26573164:26573802,26579611:26581011,26579614:26580560,26579639:26583022,26582094:26582616,26586364:26587324,26586391:26586891,26640591:26641104,26644250:26645280,26648299:26648983,26713693:26724087,26716479:26728613,26751144:26753090,26751187:26752698,26751197:26752505,26751207:26752144,26758237:26758585,26761746:26761919,26766059:26766747,26783341:26784203,26790345:26796529,26801185:26801729,26809208:26812360,26824390:26824458,26850785:26851097,26852316:26856113,26857655:26858670,26857683:26858061,26860462:26861486,26860464:26861201,26885907:26886445,26890986:26891496,26905388:26906390,26909866:26910660,26911018:26911874,26939189:26939959,26955630:26963074,26955635:26957133,26960161:26962523,26966174:26967220,26974034:2697505', 'assoc_mat': '26445880:pet_clair:3594:26447434,26445902:pet_clair:3594:26449675,26453698:pet_clair:3594:26455558,26453700:pet_clair:3594:26456047,26487565:pet_clair:3594:26487980,26489096:pet_clair:3594:26489737,26492268:pet_clair:3594:26492537,26492294:pet_clair:3594:26492567,26495364:pet_clair:3594:26495805,26497815:pet_clair:3594:26498035,26504438:pet_clair:3594:26504733,26524842:pet_clair:3594:26528369,26539059:pet_clair:3594:26542464,26539064:pet_clair:3594:26540178,26539074:pet_clair:3594:26540057,26545107:pet_clair:3594:26545778,26573164:pet_clair:3594:26573802,26579611:pet_clair:3594:26581011,26579614:pet_clair:3594:26580560,26579639:pet_clair:3594:26583022,26582094:pet_clair:3594:26582616,26586364:pet_clair:3594:26587324,26586391:pet_clair:3594:26586891,26640591:pet_clair:3594:26641104,26644250:pet_clair:3594:26645280,26648299:pet_clair:3594:26648983,26713693:pet_clair:3594:26724087,26716479:pet_clair:3594:26728613,26751144:pet_clair:3594:26753090,26751187:pet_clair:3594:26752698,26751197:pet_clair:3594:26752505,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0011613837581137842, 'nb_photo': 68, 'list_port_cont': '26447440,26456040,26492575,26495810,26540056,26545785,26573809,26580558,26582614,26583024,26587323,26752506,26758579,26761913,26796522,26812358,26851090,26858676,26861203,26861478,26939966,26962521,26963072,26967216,26975043,27057701,27061428,27071717,27072080,27072442,27072574,27072643,27072821,27082962,27094739,27098445,27104581,27108443,27172129', 'assoc_port': '26445880:26447440,26453700:26456040,26492294:26492575,26495364:26495810,26539074:26540056,26545107:26545785,26573164:26573809,26579614:26580558,26579639:26583024,26582094:26582614,26586364:26587323,26751197:26752506,26758237:26758579,26761746:26761913,26790345:26796522,26809208:26812358,26850785:26851090,26857655:26858676,26860462:26861478,26860464:26861203,26939189:26939966,26955630:26963072,26960161:26962521,26966174:26967216,26974034:26975043,27057432:27057701,27060966:27061428,27071590:27072574,27071596:27072643,27071602:27072821,27071608:27072442,27071618:27072080,27071629:27071717,27082751:27082962,27093812:27094739,27097608:27098445,27102182:27104581,27108099:27108443,27168014:27172129', 'assoc_mat': '26445880:pet_fonce:3594:26447440,26453700:pet_fonce:3594:26456040,26492294:pet_fonce:3594:26492575,26495364:pet_fonce:3594:26495810,26539074:pet_fonce:3594:26540056,26545107:pet_fonce:3594:26545785,26573164:pet_fonce:3594:26573809,26579614:pet_fonce:3594:26580558,26579639:pet_fonce:3594:26583024,26582094:pet_fonce:3594:26582614,26586364:pet_fonce:3594:26587323,26751197:pet_fonce:3594:26752506,26758237:pet_fonce:3594:26758579,26761746:pet_fonce:3594:26761913,26790345:pet_fonce:3594:26796522,26809208:pet_fonce:3594:26812358,26850785:pet_fonce:3594:26851090,26857655:pet_fonce:3594:26858676,26860462:pet_fonce:3594:26861478,26860464:pet_fonce:3594:26861203,26939189:pet_fonce:3594:26939966,26955630:pet_fonce:3594:26963072,26960161:pet_fonce:3594:26962521,26966174:pet_fonce:3594:26967216,26974034:pet_fonce:3594:26975043,27057432:pet_fonce:3594:27057701,27060966:pet_fonce:3594:27061428,27071590:pet_fonce:3594:27072574,27071596:pet_fonce:3594:27072643,27071602:pet_fonce:3594:27072821,27071608:pet_fonce:3594:27072442,2'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00017634919078135118, 'nb_photo': 2, 'list_port_cont': '26573827,26884561', 'assoc_port': '26570438:26573827,26879651:26884561', 'assoc_mat': '26570438:pet_opaque:4203:26573827,26879651:pet_opaque:4203:26884561'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008608085859124544, 'nb_photo': 4, 'list_port_cont': '26714492,27081215,27144154,27147866', 'assoc_port': '26714283:26714492,27080857:27081215,27143730:27144154,27147393:27147866', 'assoc_mat': '26714283:pet_opaque:4461:26714492,27080857:pet_opaque:4461:27081215,27143730:pet_opaque:4461:27144154,27147393:pet_opaque:4461:27147866'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.001476374444734235, 'nb_photo': 73, 'list_port_cont': '26390949,26391936,26397741,26434866,26437502,26437680,26454229,26455690,26488043,26497384,26507342,26509907,26528046,26533725,26536516,26573562,26583862,26587962,26590831,26593931,26638915,26646038,26649492,26716006,26719590,26721569,26753285,26765690,26801624,26804491,26804758,26815179,26842863,26846767,26854013,26865360,26885229,26891200,26891808,26902011,26966014,27016337,27024336,27047878,27056332,27056552,27087235,27117826,27131761,27140136,27148849,27192199,27208921,27226023,27237379,27257644,27286759,27288594,27292170', 'assoc_port': '26390463:26390949,26391743:26391936,26397265:26397741,26434412:26434866,26437044:26437680,26437051:26437502,26452474:26455690,26453708:26454229,26487567:26488043,26497183:26497384,26501110:26509907,26507069:26507342,26527510:26528046,26533165:26533725,26536226:26536516,26573162:26573562,26583473:26583862,26587642:26587962,26590421:26590831,26593672:26593931,26638671:26638915,26645501:26646038,26649382:26649492,26715928:26716006,26719537:26719590,26721333:26721569,26751153:26753285,26758235:26765690,26801187:26801624,26804090:26804758,26804095:26804491,26807477:26815179,26842684:26842863,26846501:26846767,26853524:26854013,26865051:26865360,26884490:26885229,26890983:26891200,26891696:26891808,26901822:26902011,26965621:26966014,27016176:27016337,27024174:27024336,27047557:27047878,27055902:27056552,27055914:27056332,27086921:27087235,27117430:27117826,27131468:27131761,27139928:27140136,27141176:27148849,27191995:27192199,27208855:27208921,27225878:27226023,27237166:27237379,27251086:27257644,27281264:2728859', 'assoc_mat': '26390463:pet_opaque:4200:26390949,26391743:pet_opaque:4200:26391936,26397265:pet_opaque:4200:26397741,26434412:pet_opaque:4200:26434866,26437044:pet_opaque:4200:26437680,26437051:pet_opaque:4200:26437502,26452474:pet_opaque:4200:26455690,26453708:pet_opaque:4200:26454229,26487567:pet_opaque:4200:26488043,26497183:pet_opaque:4200:26497384,26501110:pet_opaque:4200:26509907,26507069:pet_opaque:4200:26507342,26527510:pet_opaque:4200:26528046,26533165:pet_opaque:4200:26533725,26536226:pet_opaque:4200:26536516,26573162:pet_opaque:4200:26573562,26583473:pet_opaque:4200:26583862,26587642:pet_opaque:4200:26587962,26590421:pet_opaque:4200:26590831,26593672:pet_opaque:4200:26593931,26638671:pet_opaque:4200:26638915,26645501:pet_opaque:4200:26646038,26649382:pet_opaque:4200:26649492,26715928:pet_opaque:4200:26716006,26719537:pet_opaque:4200:26719590,26721333:pet_opaque:4200:26721569,26751153:pet_opaque:4200:26753285,26758235:pet_opaque:4200:26765690,26801187:pet_opaque:4200:26801624,26804090:pet_opaque:4200:26804758,2680'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00016910328741248193, 'nb_photo': 64, 'list_port_cont': '26388940,26391065,26392359,26436505,26438928,26438991,26453068,26456892,26466441,26478948,26480841,26483067,26525375,26577541,26629913,26657276,26714095,26718739,26720304,26726600,26729186,26751810,26806947,26883183,26886640,26896023,26902089,26940166,26945936,27071945,27073191,27084646,27087630,27088112,27098953,27100197,27103302,27120539,27129690,27140582,27142014,27160680,27172871,27188698,27202643,27202981,27222053,27223715,27245582,27257978,27270263,27286394,27287020,27304813,27307263,27311188', 'assoc_port': '26387927:26388940,26390466:26391065,26391738:26392359,26436193:26436505,26438736:26438991,26438738:26438928,26452472:26453068,26456347:26456892,26457498:26466441,26478052:26478948,26479251:26480841,26482170:26483067,26524843:26525375,26577265:26577541,26629307:26629913,26656767:26657276,26713694:26714095,26718523:26718739,26719968:26720304,26726294:26726600,26728851:26729186,26751283:26751810,26797057:26896023,26806417:26806947,26882356:26883183,26885900:26886640,26901838:26902089,26934344:26945936,26939175:26940166,27071624:27073191,27071634:27071945,27082752:27084646,27086907:27098953,27086924:27088112,27086940:27087630,27099891:27100197,27103129:27103302,27120104:27120539,27128860:27129690,27139935:27140582,27141174:27142014,27160107:27160680,27172139:27172871,27188072:27188698,27202109:27202981,27202127:27202643,27221337:27222053,27223296:27223715,27244975:27245582,27251107:27257978,27268281:27270263,27285545:27286394,27286594:27287020,27304150:27304813,27307125:27307263,27307129:27311188', 'assoc_mat': '26387927:pet_opaque:4211:26388940,26390466:pet_opaque:4211:26391065,26391738:pet_opaque:4211:26392359,26436193:pet_opaque:4211:26436505,26438736:pet_opaque:4211:26438991,26438738:pet_opaque:4211:26438928,26452472:pet_opaque:4211:26453068,26456347:pet_opaque:4211:26456892,26457498:pet_opaque:4211:26466441,26478052:pet_opaque:4211:26478948,26479251:pet_opaque:4211:26480841,26482170:pet_opaque:4211:26483067,26524843:pet_opaque:4211:26525375,26577265:pet_opaque:4211:26577541,26629307:pet_opaque:4211:26629913,26656767:pet_opaque:4211:26657276,26713694:pet_opaque:4211:26714095,26718523:pet_opaque:4211:26718739,26719968:pet_opaque:4211:26720304,26726294:pet_opaque:4211:26726600,26728851:pet_opaque:4211:26729186,26751283:pet_opaque:4211:26751810,26797057:pet_opaque:4211:26896023,26806417:pet_opaque:4211:26806947,26882356:pet_opaque:4211:26883183,26885900:pet_opaque:4211:26886640,26901838:pet_opaque:4211:26902089,26934344:pet_opaque:4211:26945936,26939175:pet_opaque:4211:26940166,27071624:pet_opaque:4211:27073191,2707'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005445540117574896, 'nb_photo': 713, 'list_port_cont': '26390166,26396031,26400371,26425896,26430762,26434459,26436294,26444911,26446148,26452642,26452720,26474906,26479539,26482676,26489259,26495458,26502109,26524188,26524861,26530215,26532309,26532326,26532366,26540707,26541387,26549716,26552503,26554551,26567662,26569747,26574122,26574193,26579875,26582227,26583386,26590486,26598637,26598684,26631201,26638734,26639583,26639658,26649433,26655612,26659622,26704205,26706545,26709583,26712643,26713327,26713776,26714367,26717001,26719576,26724604,26726491,26727316,26728930,26730511,26735044,26747429,26751431,26751635,26752888,26759768,26787836,26788372,26788687,26788931,26790462,26791425,26793105,26797897,26801359,26804249,26806548,26824598,26825004,26826150,26842817,26853685,26863825,26870513,26870555,26877039,26884741,26885046,26889801,26889963,26895188,26911080,26927689,26930314,26939167,26943358,26957330,27016281,27024241,27045483,27049197,27053120,27057489,27067045,27067176,27067757,27071720,27071898,27072203,27083442,27089631,27089751,27090066,27093996,2710049', 'assoc_port': '26390032:26390166,26395916:26396031,26400187:26400371,26425488:26425896,26430556:26430762,26430558:26434459,26436213:26436294,26444771:26444911,26445882:26446148,26452500:26452720,26452501:26452642,26474311:26474906,26479246:26479539,26482157:26482676,26489121:26489259,26491437:26502109,26495360:26495458,26523735:26524861,26523739:26524188,26529997:26530215,26531940:26532366,26531942:26532309,26531945:26532326,26536217:26541387,26536219:26540707,26545130:26549716,26552421:26552503,26554522:26554551,26567363:26567662,26569619:26569747,26573999:26574193,26574000:26574122,26579608:26579875,26579609:26583386,26582090:26582227,26590423:26590486,26598497:26598684,26598498:26598637,26631031:26631201,26638672:26638734,26639553:26639658,26639556:26639583,26649399:26649433,26655464:26659622,26655465:26655612,26704153:26704205,26706183:26706545,26709301:26709583,26712592:26712643,26713231:26713327,26713696:26713776,26714280:26714367,26716907:26717001,26719534:26719576,26724514:26724604,26726290:26726491,26727127:2672731', 'assoc_mat': '26390032:plastique:3726:26390166,26395916:plastique:3726:26396031,26400187:plastique:3726:26400371,26425488:plastique:3726:26425896,26430556:plastique:3726:26430762,26430558:plastique:3726:26434459,26436213:plastique:3726:26436294,26444771:plastique:3726:26444911,26445882:plastique:3726:26446148,26452500:plastique:3726:26452720,26452501:plastique:3726:26452642,26474311:plastique:3726:26474906,26479246:plastique:3726:26479539,26482157:plastique:3726:26482676,26489121:plastique:3726:26489259,26491437:plastique:3726:26502109,26495360:plastique:3726:26495458,26523735:plastique:3726:26524861,26523739:plastique:3726:26524188,26529997:plastique:3726:26530215,26531940:plastique:3726:26532366,26531942:plastique:3726:26532309,26531945:plastique:3726:26532326,26536217:plastique:3726:26541387,26536219:plastique:3726:26540707,26545130:plastique:3726:26549716,26552421:plastique:3726:26552503,26554522:plastique:3726:26554551,26567363:plastique:3726:26567662,26569619:plastique:3726:26569747,26573999:plastique:3726:26574193,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010731580926828738, 'nb_photo': 1507, 'list_port_cont': '26390168,26396037,26400363,26425898,26430760,26434461,26436288,26444903,26446150,26452640,26452721,26474904,26479542,26482368,26482684,26489257,26495465,26502107,26524182,26524873,26530213,26532071,26532314,26532322,26532372,26540703,26541380,26545258,26549708,26552496,26554550,26560190,26567651,26569752,26574125,26574192,26579874,26582236,26583380,26590488,26598634,26598683,26631198,26638736,26639580,26639663,26649440,26655609,26659618,26704198,26706392,26706553,26706556,26707593,26709588,26712651,26713323,26713762,26714365,26717010,26719571,26719654,26724608,26726489,26727308,26728931,26730512,26735042,26736806,26747423,26751441,26751638,26752881,26759762,26787840,26788691,26788939,26790471,26791430,26793111,26797902,26801355,26806553,26824604,26824998,26826152,26842813,26853694,26863823,26870522,26870552,26877032,26884736,26885047,26889817,26889966,26895197,26902583,26911087,26927692,26930321,26939165,26943357,26955806,26957327,26974172,26974188,26978333,26978420,26980803,27016285,27024239,27045474,2704919', 'assoc_port': '26390032:26390168,26395916:26396037,26400187:26400363,26425488:26425898,26430556:26430760,26430558:26434461,26436213:26436288,26444771:26444903,26445882:26446150,26452500:26452721,26452501:26452640,26474311:26474904,26479246:26479542,26482157:26482684,26482163:26482368,26489121:26489257,26491437:26502107,26495360:26495465,26523735:26524873,26523739:26524182,26529997:26530213,26531940:26532372,26531942:26532314,26531945:26532322,26531947:26532071,26536217:26541380,26536219:26540703,26545127:26545258,26545130:26549708,26552421:26552496,26554522:26554550,26560132:26560190,26567363:26567651,26569619:26569752,26573999:26574192,26574000:26574125,26579608:26579874,26579609:26583380,26582090:26582236,26590423:26590488,26598497:26598683,26598498:26598634,26631031:26631198,26638672:26638736,26639553:26639663,26639556:26639580,26649399:26649440,26655464:26659618,26655465:26655609,26704153:26704198,26706182:26706556,26706183:26706553,26706184:26706392,26707411:26707593,26709301:26709588,26712592:26712651,26713231:2671332', 'assoc_mat': '26390032:Teint_Dans_La_Masse:3726:26390168,26395916:Teint_Dans_La_Masse:3726:26396037,26400187:Teint_Dans_La_Masse:3726:26400363,26425488:Teint_Dans_La_Masse:3726:26425898,26430556:Teint_Dans_La_Masse:3726:26430760,26430558:Teint_Dans_La_Masse:3726:26434461,26436213:Teint_Dans_La_Masse:3726:26436288,26444771:Teint_Dans_La_Masse:3726:26444903,26445882:Teint_Dans_La_Masse:3726:26446150,26452500:Teint_Dans_La_Masse:3726:26452721,26452501:Teint_Dans_La_Masse:3726:26452640,26474311:Teint_Dans_La_Masse:3726:26474904,26479246:Teint_Dans_La_Masse:3726:26479542,26482157:Teint_Dans_La_Masse:3726:26482684,26482163:Teint_Dans_La_Masse:3726:26482368,26489121:Teint_Dans_La_Masse:3726:26489257,26491437:Teint_Dans_La_Masse:3726:26502107,26495360:Teint_Dans_La_Masse:3726:26495465,26523735:Teint_Dans_La_Masse:3726:26524873,26523739:Teint_Dans_La_Masse:3726:26524182,26529997:Teint_Dans_La_Masse:3726:26530213,26531940:Teint_Dans_La_Masse:3726:26532372,26531942:Teint_Dans_La_Masse:3726:26532314,26531945:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 39484}}, 'hostname': (('jetson-6',),), 'impurety_average_per_hashtag': [(('pehd_pp', '2025-09', 0.029708204665736506),), (('flux_dev', '2025-09', 0.11998130886944836),), (('emr', '2025-09', 0.038325138150899045),), (('pet_clair', '2025-09', 0.0071976726619034665),), (('aluminium', '2025-09', 0.04917394936395431),), (('film_pedb', '2025-09', 0.20029398148996905),), (('gm', '2025-09', 0.030108872435725912),), (('jrm', '2025-09', 0.030443109461453302),), (('ela', '2025-09', 0.06738734699689126),), (('refus', '2025-09', 0.08391503763169074),)]} VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier TODO : Insert select and so on SELECT id, name, misc_info, datou_id_for_right FROM MTRPhoto.dashboard_places WHERE name="angers_montee_convoyeur"; SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier {'number_of_analysed_photos': ((39484,),), 'unwanted_material_monthly_percentage': ((0.056019623202912545,),), 'material_repartition': (('pet_clair', 9037), ('pehd_pp', 6509), ('emr', 5755), ('film_pedb', 4944), ('jrm', 4805), ('flux_dev', 3577), ('gm', 1674), ('ela', 1349), ('refus', 1028), ('aluminium', 540)), 'material_dict': {'pet_clair': 9037, 'pehd_pp': 6509, 'emr': 5755, 'film_pedb': 4944, 'jrm': 4805, 'flux_dev': 3577, 'autres': 4591}, 'coverage_data': (('2025/09/27/', 1.0), ('2025/09/26/', 1.0), ('2025/09/25/', 1.0), ('2025/09/24/', 1.0), ('2025/09/23/', 1.0), ('2025/09/22/', 1.0), ('2025/09/20/', 1.0), ('2025/09/19/', 1.0), ('2025/09/18/', 1.0), ('2025/09/17/', 1.0), ('2025/09/16/', 1.0), ('2025/09/15/', 1.0), ('2025/09/13/', 1.0), ('2025/09/12/', 1.0), ('2025/09/11/', 1.0), ('2025/09/10/', 1.0), ('2025/09/09/', 1.0), ('2025/09/08/', 1.0), ('2025/09/06/', 1.0), ('2025/09/05/', 1.0), ('2025/09/04/', 1.0), ('2025/09/03/', 1.0), ('2025/09/02/', 1.0)), 'impurety_average_data': ((datetime.date(2025, 9, 1), 0.056457544595664134, 12), (datetime.date(2025, 9, 2), 0.05448005118620733, 16), (datetime.date(2025, 9, 3), 0.059375013901363044, 50), (datetime.date(2025, 9, 4), 0.059132455226354005, 21), (datetime.date(2025, 9, 5), 0.06145155711589178, 14), (datetime.date(2025, 9, 8), 0.05781144313279852, 13), (datetime.date(2025, 9, 9), 0.05625748904400728, 11), (datetime.date(2025, 9, 10), 0.05490404602364127, 7), (datetime.date(2025, 9, 11), 0.05803338936640781, 12), (datetime.date(2025, 9, 12), 0.05269561506741824, 5), (datetime.date(2025, 9, 15), 0.06007595620424618, 37), (datetime.date(2025, 9, 16), 0.05558038934910769, 67), (datetime.date(2025, 9, 17), 0.0611311027997623, 48), (datetime.date(2025, 9, 18), 0.05493658918897516, 48), (datetime.date(2025, 9, 19), 0.05453555053874367, 31), (datetime.date(2025, 9, 22), 0.054418878207525286, 26), (datetime.date(2025, 9, 23), 0.0526144079878505, 35), (datetime.date(2025, 9, 24), 0.04675112072922988, 36), (datetime.date(2025, 9, 25), 0.06126241152518481, 35), (datetime.date(2025, 9, 26), 0.05296785101417354, 41), (datetime.date(2025, 9, 27), 0.04795081060178892, 6)), 'impurety_average_data_per_hashtag': {'pehd_pp': ((datetime.date(2025, 9, 1), 0.03846401887476657, 12), (datetime.date(2025, 9, 2), 0.028926058057119383, 12), (datetime.date(2025, 9, 3), 0.02935055460412052, 25), (datetime.date(2025, 9, 4), 0.03124560716706509, 19), (datetime.date(2025, 9, 5), 0.02940140524242392, 18), (datetime.date(2025, 9, 8), 0.02846249191520956, 39), (datetime.date(2025, 9, 9), 0.029577388874445464, 19), (datetime.date(2025, 9, 10), 0.028307907277844428, 17), (datetime.date(2025, 9, 11), 0.031008158109099918, 24), (datetime.date(2025, 9, 12), 0.02897611364924222, 13), (datetime.date(2025, 9, 15), 0.03198365152779824, 22), (datetime.date(2025, 9, 16), 0.030901339072029983, 7), (datetime.date(2025, 9, 17), 0.030511549242488507, 5), (datetime.date(2025, 9, 18), 0.030535079778111585, 9), (datetime.date(2025, 9, 19), 0.03095334352023017, 22), (datetime.date(2025, 9, 22), 0.030913918992449576, 23), (datetime.date(2025, 9, 23), 0.02843043599254904, 27), (datetime.date(2025, 9, 24), 0.027426490666457286, 12), (datetime.date(2025, 9, 25), 0.028127157391452638, 21), (datetime.date(2025, 9, 26), 0.027418888388606018, 28), (datetime.date(2025, 9, 27), 0.02859653159216778, 14)), 'flux_dev': ((datetime.date(2025, 9, 1), 0.06882167597109418, 14), (datetime.date(2025, 9, 2), 0.14553648097787117, 13), (datetime.date(2025, 9, 3), 0.14604723407995318, 24), (datetime.date(2025, 9, 4), 0.14389158293973892, 29), (datetime.date(2025, 9, 5), 0.14101395295291735, 33), (datetime.date(2025, 9, 8), 0.11363551090939653, 28), (datetime.date(2025, 9, 9), 0.14054358160690056, 15), (datetime.date(2025, 9, 10), 0.11733096254553622, 6), (datetime.date(2025, 9, 11), 0.11639233636326161, 8), (datetime.date(2025, 9, 12), 0.11509409194339279, 12), (datetime.date(2025, 9, 15), 0.12368138833108724, 18), (datetime.date(2025, 9, 16), 0.11674329300597276, 12), (datetime.date(2025, 9, 17), 0.12287642556073256, 8), (datetime.date(2025, 9, 18), 0.12118273913337854, 9), (datetime.date(2025, 9, 19), 0.1168439753072732, 10), (datetime.date(2025, 9, 22), 0.0970230459062901, 22), (datetime.date(2025, 9, 23), 0.11916096184750272, 10), (datetime.date(2025, 9, 24), 0.10599870563803702, 24), (datetime.date(2025, 9, 25), 0.11439336496823564, 28), (datetime.date(2025, 9, 26), 0.10942378331588876, 29), (datetime.date(2025, 9, 27), 0.10474618032981296, 6)), 'emr': ((datetime.date(2025, 9, 1), 0.042919548860142445, 26), (datetime.date(2025, 9, 2), 0.03687517640412395, 17), (datetime.date(2025, 9, 3), 0.03727738644672903, 13), (datetime.date(2025, 9, 4), 0.03807306404222226, 10), (datetime.date(2025, 9, 5), 0.040724882838759593, 14), (datetime.date(2025, 9, 8), 0.04014858561621167, 14), (datetime.date(2025, 9, 9), 0.03430561653455218, 15), (datetime.date(2025, 9, 10), 0.03710527746959295, 15), (datetime.date(2025, 9, 11), 0.04277077355388476, 20), (datetime.date(2025, 9, 12), 0.0396440708184069, 12), (datetime.date(2025, 9, 15), 0.03792476836064243, 22), (datetime.date(2025, 9, 16), 0.038805657045423464, 15), (datetime.date(2025, 9, 17), 0.03740729244796018, 16), (datetime.date(2025, 9, 18), 0.039193395870189274, 18), (datetime.date(2025, 9, 19), 0.039745252652313344, 16), (datetime.date(2025, 9, 22), 0.038199022746367606, 34), (datetime.date(2025, 9, 23), 0.03669767026438925, 14), (datetime.date(2025, 9, 24), 0.039245100937042296, 18), (datetime.date(2025, 9, 25), 0.036921316278477306, 19), (datetime.date(2025, 9, 26), 0.03650232808233739, 6), (datetime.date(2025, 9, 27), 0.03320655203838693, 14)), 'pet_clair': ((datetime.date(2025, 9, 1), 0.012132047754273779, 25), (datetime.date(2025, 9, 2), 0.0039022741439496697, 31), (datetime.date(2025, 9, 3), 0.008414329130064397, 49), (datetime.date(2025, 9, 4), 0.010700623295266488, 28), (datetime.date(2025, 9, 5), 0.008135875045714364, 21), (datetime.date(2025, 9, 8), 0.006850934806161461, 51), (datetime.date(2025, 9, 9), 0.005900755106181868, 52), (datetime.date(2025, 9, 10), 0.006818549651211035, 27), (datetime.date(2025, 9, 11), 0.012744150411590747, 29), (datetime.date(2025, 9, 12), 0.007316395591279695, 24), (datetime.date(2025, 9, 15), 0.007504756168331564, 29), (datetime.date(2025, 9, 16), 0.008372664815999116, 25), (datetime.date(2025, 9, 17), 0.008695321426290882, 30), (datetime.date(2025, 9, 18), 0.010312024914821012, 30), (datetime.date(2025, 9, 19), 0.005149921496954528, 57), (datetime.date(2025, 9, 22), 0.004428575484522258, 47), (datetime.date(2025, 9, 23), 0.004077425406601955, 46), (datetime.date(2025, 9, 24), 0.006187838743383226, 34), (datetime.date(2025, 9, 25), 0.006179940770267756, 52), (datetime.date(2025, 9, 26), 0.004443071795086768, 60), (datetime.date(2025, 9, 27), 0.00372953904854023, 27)), 'aluminium': ((datetime.date(2025, 9, 1), 0.046149258181519326, 10), (datetime.date(2025, 9, 2), 0.03694298958651392, 18), (datetime.date(2025, 9, 3), 0.03979068991478714, 18), (datetime.date(2025, 9, 4), 0.049620232717608306, 15), (datetime.date(2025, 9, 5), 0.04904492980722488, 15), (datetime.date(2025, 9, 8), 0.047470364127464505, 15), (datetime.date(2025, 9, 9), 0.04067021853621692, 19), (datetime.date(2025, 9, 10), 0.05012975592526792, 16), (datetime.date(2025, 9, 11), 0.037914737782515806, 15), (datetime.date(2025, 9, 12), 0.04410274242791043, 29), (datetime.date(2025, 9, 15), 0.04300867961203923, 8), (datetime.date(2025, 9, 16), 0.05060775416248644, 10), (datetime.date(2025, 9, 17), 0.05837850518355558, 16), (datetime.date(2025, 9, 18), 0.04613421621073168, 28), (datetime.date(2025, 9, 19), 0.06822783746100124, 14), (datetime.date(2025, 9, 22), 0.06529200555412398, 11), (datetime.date(2025, 9, 23), 0.06236531172486765, 17), (datetime.date(2025, 9, 24), 0.09956767871751404, 5), (datetime.date(2025, 9, 25), 0.049442405166854275, 15), (datetime.date(2025, 9, 26), 0.06850913361366667, 7), (datetime.date(2025, 9, 27), 0.08058076559389424, 13)), 'film_pedb': ((datetime.date(2025, 9, 1), 0.23377570926984126, 36), (datetime.date(2025, 9, 2), 0.17309095642283523, 42), (datetime.date(2025, 9, 3), 0.19559461956836732, 37), (datetime.date(2025, 9, 4), 0.2070406611874803, 35), (datetime.date(2025, 9, 5), 0.18251354733923336, 33), (datetime.date(2025, 9, 8), 0.19699564295091776, 33), (datetime.date(2025, 9, 9), 0.19323445826703145, 45), (datetime.date(2025, 9, 10), 0.19590554454589804, 42), (datetime.date(2025, 9, 11), 0.19448000587741368, 35), (datetime.date(2025, 9, 12), 0.19958224351996445, 42), (datetime.date(2025, 9, 15), 0.19793514961590736, 37), (datetime.date(2025, 9, 16), 0.19697381715734524, 32), (datetime.date(2025, 9, 17), 0.21919562871350576, 39), (datetime.date(2025, 9, 18), 0.20091888812631906, 29), (datetime.date(2025, 9, 19), 0.22862933138462813, 27), (datetime.date(2025, 9, 22), 0.21051167327945017, 33), (datetime.date(2025, 9, 23), 0.19098117200716935, 29), (datetime.date(2025, 9, 24), 0.1655894431831862, 30), (datetime.date(2025, 9, 25), 0.22345406664315232, 35), (datetime.date(2025, 9, 26), 0.21020517664663443, 26), (datetime.date(2025, 9, 27), 0.20840930747020703, 29)), 'gm': ((datetime.date(2025, 9, 1), 0.02485178737738085, 29), (datetime.date(2025, 9, 2), 0.026338275211919396, 22), (datetime.date(2025, 9, 3), 0.06539784035606395, 15), (datetime.date(2025, 9, 4), 0.035255867919567044, 6), (datetime.date(2025, 9, 5), 0.039178107773359235, 14), (datetime.date(2025, 9, 8), 0.019947233594099518, 13), (datetime.date(2025, 9, 9), 0.023428696678813855, 23), (datetime.date(2025, 9, 10), 0.03145066425847205, 35), (datetime.date(2025, 9, 11), 0.017216021972883095, 12), (datetime.date(2025, 9, 12), 0.023036528600316675, 28), (datetime.date(2025, 9, 15), 0.011690060428760425, 27), (datetime.date(2025, 9, 16), 0.027685419906980428, 23), (datetime.date(2025, 9, 17), 0.025745948144358807, 21), (datetime.date(2025, 9, 18), 0.02561013317959984, 7), (datetime.date(2025, 9, 19), 0.034226204957658275, 26), (datetime.date(2025, 9, 22), 0.023569089696965372, 26), (datetime.date(2025, 9, 23), 0.04666634329265872, 6), (datetime.date(2025, 9, 24), 0.03302215216861807, 24), (datetime.date(2025, 9, 25), 0.04235727295178778, 22), (datetime.date(2025, 9, 26), 0.02676946294351269, 10), (datetime.date(2025, 9, 27), 0.028630756867360274, 22)), 'jrm': ((datetime.date(2025, 9, 1), 0.024826213775052685, 51), (datetime.date(2025, 9, 2), 0.026228381151845052, 16), (datetime.date(2025, 9, 3), 0.03404511927372076, 50), (datetime.date(2025, 9, 4), 0.031073856035292335, 21), (datetime.date(2025, 9, 5), 0.039875906650964035, 36), (datetime.date(2025, 9, 8), 0.02225563465641878, 35), (datetime.date(2025, 9, 9), 0.0317088354430478, 11), (datetime.date(2025, 9, 10), 0.04109931301490171, 7), (datetime.date(2025, 9, 11), 0.02964700983799209, 38), (datetime.date(2025, 9, 12), 0.027629441384973696, 5), (datetime.date(2025, 9, 15), 0.032692667885410455, 35), (datetime.date(2025, 9, 16), 0.026480797634966285, 67), (datetime.date(2025, 9, 17), 0.051276552838701826, 48), (datetime.date(2025, 9, 18), 0.02099772394402364, 48), (datetime.date(2025, 9, 19), 0.018522742824072472, 31), (datetime.date(2025, 9, 22), 0.030385388123082415, 38), (datetime.date(2025, 9, 23), 0.028623314081068465, 35), (datetime.date(2025, 9, 24), 0.025641661285059073, 36), (datetime.date(2025, 9, 25), 0.03827829321071998, 72), (datetime.date(2025, 9, 26), 0.024022106364682806, 41), (datetime.date(2025, 9, 27), 0.01923393355856818, 54)), 'ela': ((datetime.date(2025, 9, 1), 0.03830728434845054, 37), (datetime.date(2025, 9, 2), 0.06994012045340375, 28), (datetime.date(2025, 9, 3), 0.07773102346177754, 23), (datetime.date(2025, 9, 4), 0.0448733462686952, 22), (datetime.date(2025, 9, 5), 0.07412658741822518, 30), (datetime.date(2025, 9, 8), 0.0577992560591101, 35), (datetime.date(2025, 9, 9), 0.06507011438654976, 28), (datetime.date(2025, 9, 10), 0.08219607466221991, 31), (datetime.date(2025, 9, 11), 0.06591534760882982, 39), (datetime.date(2025, 9, 12), 0.0706080422396135, 26), (datetime.date(2025, 9, 15), 0.06982831501827134, 26), (datetime.date(2025, 9, 16), 0.07655266637760315, 28), (datetime.date(2025, 9, 17), 0.05538434713607251, 28), (datetime.date(2025, 9, 18), 0.06380438249441592, 26), (datetime.date(2025, 9, 19), 0.06184378248469651, 36), (datetime.date(2025, 9, 22), 0.057535135152741036, 24), (datetime.date(2025, 9, 23), 0.06472024244616201, 24), (datetime.date(2025, 9, 24), 0.06529066312690678, 31), (datetime.date(2025, 9, 25), 0.07109500512263461, 32), (datetime.date(2025, 9, 26), 0.07330346016009788, 33), (datetime.date(2025, 9, 27), 0.08407864238713376, 29)), 'refus': ((datetime.date(2025, 9, 2), 0.0705734977816358, 18), (datetime.date(2025, 9, 3), 0.06643826235240811, 18), (datetime.date(2025, 9, 4), 0.07397300341039488, 7), (datetime.date(2025, 9, 5), 0.10087518200099356, 21), (datetime.date(2025, 9, 8), 0.12587029099954986, 12), (datetime.date(2025, 9, 9), 0.09202414469876948, 8), (datetime.date(2025, 9, 10), 0.03352322048611112, 8), (datetime.date(2025, 9, 11), 0.09873854648919754, 6), (datetime.date(2025, 9, 12), 0.08172200782927401, 5), (datetime.date(2025, 9, 15), 0.08341150957272377, 11), (datetime.date(2025, 9, 16), 0.07316816345068643, 6), (datetime.date(2025, 9, 17), 0.0925998739349679, 14), (datetime.date(2025, 9, 18), 0.07911027892561985, 14), (datetime.date(2025, 9, 19), 0.07912193239341678, 15), (datetime.date(2025, 9, 22), 0.08535217503920252, 8), (datetime.date(2025, 9, 23), 0.0958101650913066, 18), (datetime.date(2025, 9, 24), 0.029483434606481486, 5))}, 'quality_array': [['-6.600138551741995', '01092025'], ['-6.196327823313674', '02092025'], ['-6.383192866183648', '03092025'], ['-6.3769328057950005', '04092025'], ['-6.3347783046267105', '05092025'], ['-6.3519480400875095', '08092025'], ['-6.378768989760409', '09092025'], ['-6.273206884517825', '10092025'], ['-6.332448844734967', '11092025'], ['-6.348367160973169', '12092025'], ['-6.348383729961983', '15092025'], ['-6.381754210734176', '16092025'], ['-6.329021128212689', '17092025'], ['-6.416891347627772', '18092025'], ['-6.36210926128736', '19092025'], ['-6.444311323717856', '22092025'], ['-6.339703327370377', '23092025'], ['-6.26107854342625', '24092025'], ['-6.345039040856663', '25092025'], ['-6.303400621918712', '26092025'], ['-6.406553646896219', '27092025']], 'number_of_batch': ((2185,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.005303332961418707, 'nb_photo': 912, 'list_port_cont': '26388184,26390529,26392688,26395766,26396270,26399217,26402384,26402493,26428769,26428810,26433932,26433987,26435261,26438971,26440067,26443462,26445508,26449526,26449597,26453248,26477043,26480493,26483269,26486878,26488498,26492047,26492671,26492739,26497609,26500769,26502637,26511984,26513170,26514123,26530808,26531802,26532554,26537082,26537193,26540238,26540795,26542416,26544387,26545966,26546175,26553067,26564261,26566925,26568205,26571393,26574442,26577651,26580374,26583066,26587250,26591163,26593205,26594273,26599270,26629063,26631647,26632850,26635588,26639853,26645071,26646516,26648959,26649862,26652006,26710023,26712761,26713591,26718229,26718821,26719829,26724276,26724354,26725047,26727810,26729266,26729362,26729398,26749136,26751578,26752162,26752714,26752924,26753113,26753222,26756075,26758145,26760031,26760436,26768212,26784723,26786084,26788612,26788747,26788809,26791093,26791490,26791622,26793680,26803720,26803833,26804941,26809820,26809998,26824885,26824978,26825098,26825408,26825464,2684131', 'assoc_port': '26386678:26388184,26390033:26390529,26391741:26392688,26395136:26395766,26395917:26396270,26397224:26399217,26401482:26402493,26401484:26402384,26427959:26428769,26427996:26428810,26432930:26433987,26432933:26433932,26434419:26435261,26438740:26438971,26439253:26440067,26442778:26443462,26444769:26445508,26448717:26449597,26448724:26449526,26452487:26453248,26475475:26477043,26479243:26480493,26482166:26483269,26486545:26486878,26487570:26488498,26491438:26492047,26492257:26492671,26492281:26492739,26492283:26502637,26497179:26497609,26499945:26500769,26499948:26513170,26504437:26511984,26513810:26514123,26530463:26530808,26531444:26531802,26531938:26532554,26536223:26537193,26536230:26537082,26536236:26544387,26539057:26540795,26539077:26540238,26541448:26542416,26545112:26546175,26545123:26545966,26552422:26553067,26563470:26564261,26566011:26566925,26567374:26568205,26570441:26571393,26573998:26574442,26577263:26577651,26579613:26580374,26582089:26583066,26586352:26587250,26590417:26591163,26592512:2659320', 'assoc_mat': '26386678:autre:3327:26388184,26390033:autre:3327:26390529,26391741:autre:3327:26392688,26395136:autre:3327:26395766,26395917:autre:3327:26396270,26397224:autre:3327:26399217,26401482:autre:3327:26402493,26401484:autre:3327:26402384,26427959:autre:3327:26428769,26427996:autre:3327:26428810,26432930:autre:3327:26433987,26432933:autre:3327:26433932,26434419:autre:3327:26435261,26438740:autre:3327:26438971,26439253:autre:3327:26440067,26442778:autre:3327:26443462,26444769:autre:3327:26445508,26448717:autre:3327:26449597,26448724:autre:3327:26449526,26452487:autre:3327:26453248,26475475:autre:3327:26477043,26479243:autre:3327:26480493,26482166:autre:3327:26483269,26486545:autre:3327:26486878,26487570:autre:3327:26488498,26491438:autre:3327:26492047,26492257:autre:3327:26492671,26492281:autre:3327:26492739,26492283:autre:3327:26502637,26497179:autre:3327:26497609,26499945:autre:3327:26500769,26499948:autre:3327:26513170,26504437:autre:3327:26511984,26513810:autre:3327:26514123,26530463:autre:3327:26530808,26531444:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0012175818417834178, 'nb_photo': 194, 'list_port_cont': '26447442,26455549,26456045,26487978,26489728,26492539,26492573,26495808,26498033,26504735,26528373,26540053,26542470,26545784,26580567,26581016,26582606,26583028,26586881,26587318,26641105,26645274,26724085,26728612,26752149,26752510,26752700,26758578,26761912,26766743,26796521,26801730,26824450,26856107,26861208,26861489,26886443,26891489,26906395,26910669,26911882,26939961,26962516,26963067,26967213,26975045,27056830,27057706,27059145,27061430,27071708,27072075,27072438,27072636,27072654,27072813,27082967,27087404,27094735,27104590,27108437,27133040,27172124', 'assoc_port': '26445880:26447442,26453698:26455549,26453700:26456045,26487565:26487978,26489096:26489728,26492268:26492539,26492294:26492573,26495364:26495808,26497815:26498033,26504438:26504735,26524842:26528373,26539059:26542470,26539074:26540053,26545107:26545784,26579611:26581016,26579614:26580567,26579639:26583028,26582094:26582606,26586364:26587318,26586391:26586881,26640591:26641105,26644250:26645274,26713693:26724085,26716479:26728612,26751187:26752700,26751197:26752510,26751207:26752149,26758237:26758578,26761746:26761912,26766059:26766743,26790345:26796521,26801185:26801730,26824390:26824450,26852316:26856107,26860462:26861489,26860464:26861208,26885907:26886443,26890986:26891489,26905388:26906395,26909866:26910669,26911018:26911882,26939189:26939961,26955630:26963067,26960161:26962516,26966174:26967213,26974034:26975045,27052783:27056830,27057432:27057706,27058827:27059145,27060966:27061430,27071596:27072636,27071598:27072654,27071602:27072813,27071608:27072438,27071618:27072075,27071629:27071708,27082751:2708296', 'assoc_mat': '26445880:autre:3594:26447442,26453698:autre:3594:26455549,26453700:autre:3594:26456045,26487565:autre:3594:26487978,26489096:autre:3594:26489728,26492268:autre:3594:26492539,26492294:autre:3594:26492573,26495364:autre:3594:26495808,26497815:autre:3594:26498033,26504438:autre:3594:26504735,26524842:autre:3594:26528373,26539059:autre:3594:26542470,26539074:autre:3594:26540053,26545107:autre:3594:26545784,26579611:autre:3594:26581016,26579614:autre:3594:26580567,26579639:autre:3594:26583028,26582094:autre:3594:26582606,26586364:autre:3594:26587318,26586391:autre:3594:26586881,26640591:autre:3594:26641105,26644250:autre:3594:26645274,26713693:autre:3594:26724085,26716479:autre:3594:26728612,26751187:autre:3594:26752700,26751197:autre:3594:26752510,26751207:autre:3594:26752149,26758237:autre:3594:26758578,26761746:autre:3594:26761912,26766059:autre:3594:26766743,26790345:autre:3594:26796521,26801185:autre:3594:26801730,26824390:autre:3594:26824450,26852316:autre:3594:26856107,26860462:autre:3594:26861489,26860464:'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.008170868516210315, 'nb_photo': 377, 'list_port_cont': '26390174,26400367,26425900,26430759,26434460,26436298,26446149,26452648,26452728,26474905,26479538,26482372,26482682,26489265,26495464,26502103,26524187,26524868,26530210,26532321,26532370,26540705,26541385,26549709,26554557,26567652,26569743,26574121,26579866,26583376,26590487,26598636,26598691,26631200,26638735,26639655,26649435,26659634,26704202,26709580,26713328,26713758,26714370,26714483,26717004,26719577,26721498,26723948,26724598,26727317,26728937,26730521,26735048,26736807,26747419,26751413,26751640,26752883,26759765,26787830,26788366,26788685,26790463,26791166,26791422,26793102,26801358,26804253,26806551,26824600,26825002,26826153,26853695,26863822,26870551,26877036,26884746,26889808,26889955,26895195,26902593,26911086,26927684,26930312,26939168,26943362,26957323,26974177,26978418,27016292,27045480,27049185,27053122,27057482,27067038,27067174,27067754,27071719,27071892,27072193,27082950,27083177,27083444,27089633,27089755,27103227,27118940,27136236,27143900,27168320,27169959,27173975,27180036,2718292', 'assoc_port': '26390032:26390174,26400187:26400367,26425488:26425900,26430556:26430759,26430558:26434460,26436213:26436298,26445882:26446149,26452500:26452728,26452501:26452648,26474311:26474905,26479246:26479538,26482157:26482682,26482163:26482372,26489121:26489265,26491437:26502103,26495360:26495464,26523735:26524868,26523739:26524187,26529997:26530210,26531940:26532370,26531945:26532321,26536217:26541385,26536219:26540705,26545130:26549709,26554522:26554557,26567363:26567652,26569619:26569743,26574000:26574121,26579608:26579866,26579609:26583376,26590423:26590487,26598497:26598691,26598498:26598636,26631031:26631200,26638672:26638735,26639553:26639655,26649399:26649435,26655464:26659634,26704153:26704202,26709301:26709580,26713231:26713328,26713696:26713758,26714279:26714483,26714280:26714370,26716907:26717004,26719534:26719577,26721331:26721498,26723905:26723948,26724514:26724598,26727127:26727317,26728824:26728937,26730497:26730521,26734855:26735048,26736694:26736807,26747097:26747419,26751113:26752883,26751163:2675141', 'assoc_mat': '26390032:autre_refus:3726:26390174,26400187:autre_refus:3726:26400367,26425488:autre_refus:3726:26425900,26430556:autre_refus:3726:26430759,26430558:autre_refus:3726:26434460,26436213:autre_refus:3726:26436298,26445882:autre_refus:3726:26446149,26452500:autre_refus:3726:26452728,26452501:autre_refus:3726:26452648,26474311:autre_refus:3726:26474905,26479246:autre_refus:3726:26479538,26482157:autre_refus:3726:26482682,26482163:autre_refus:3726:26482372,26489121:autre_refus:3726:26489265,26491437:autre_refus:3726:26502103,26495360:autre_refus:3726:26495464,26523735:autre_refus:3726:26524868,26523739:autre_refus:3726:26524187,26529997:autre_refus:3726:26530210,26531940:autre_refus:3726:26532370,26531945:autre_refus:3726:26532321,26536217:autre_refus:3726:26541385,26536219:autre_refus:3726:26540705,26545130:autre_refus:3726:26549709,26554522:autre_refus:3726:26554557,26567363:autre_refus:3726:26567652,26569619:autre_refus:3726:26569743,26574000:autre_refus:3726:26574121,26579608:autre_refus:3726:26579866,26579609:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002804719082147301, 'nb_photo': 7, 'list_port_cont': '26583059,26639849,26752965,26914270,26956570,27188923,27223868', 'assoc_port': '26582089:26583059,26639558:26639849,26751183:26752965,26907134:26914270,26955632:26956570,27188045:27188923,27223295:27223868', 'assoc_mat': '26582089:barquette_avec_film:3327:26583059,26639558:barquette_avec_film:3327:26639849,26751183:barquette_avec_film:3327:26752965,26907134:barquette_avec_film:3327:26914270,26955632:barquette_avec_film:3327:26956570,27188045:barquette_avec_film:3327:27188923,27223295:barquette_avec_film:3327:27223868'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.000618735443703762, 'nb_photo': 6, 'list_port_cont': '26631747,26803601,26814715,26860739,27225920,27315371', 'assoc_port': '26631030:26631747,26792966:26803601,26807483:26814715,26857652:26860739,27225865:27225920,27315318:27315371', 'assoc_mat': '26631030:barquette_opaque:4205:26631747,26792966:barquette_opaque:4205:26803601,26807483:barquette_opaque:4205:26814715,26857652:barquette_opaque:4205:26860739,27225865:barquette_opaque:4205:27225920,27315318:barquette_opaque:4205:27315371'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0014732308379829594, 'nb_photo': 238, 'list_port_cont': '26401207,26428250,26466905,26482238,26499481,26514103,26531676,26554797,26573829,26594034,26594261,26639890,26649787,26712931,26716786,26720352,26727755,26753035,26762004,26790928,26803245,26809750,26830005,26843104,26861876,26884564,26892043,26941183,26997041,27021322,27057238,27060833,27072370,27072629,27085870,27085932,27097980,27110326,27121813,27148937,27152247,27175119,27321174,27321709,27321793,27321812,27322632,27323251,27324036', 'assoc_port': '26391739:26401207,26425490:26428250,26464089:26466905,26478053:26482238,26492286:26499481,26513793:26514103,26531456:26531676,26554503:26554797,26570438:26573829,26582091:26594261,26593673:26594034,26639552:26639890,26649367:26649787,26712856:26712931,26716458:26716786,26719969:26720352,26727128:26727755,26751193:26762004,26752200:26753035,26790304:26803245,26790329:26790928,26803083:26809750,26824358:26830005,26842682:26843104,26857659:26861876,26879651:26884564,26891694:26892043,26934346:26941183,26960163:26997041,27019455:27021322,27055905:27057238,27058829:27060833,27071586:27072629,27071621:27072370,27082807:27085932,27082821:27085870,27089619:27110326,27097607:27097980,27117389:27121813,27143712:27152247,27143717:27148937,27169466:27175119,27237161:27324036,27268285:27322632,27279595:27321793,27279604:27321812,27285604:27321709,27307131:27323251,27313960:27321174', 'assoc_mat': '26391739:barquette_opaque:4203:26401207,26425490:barquette_opaque:4203:26428250,26464089:barquette_opaque:4203:26466905,26478053:barquette_opaque:4203:26482238,26492286:barquette_opaque:4203:26499481,26513793:barquette_opaque:4203:26514103,26531456:barquette_opaque:4203:26531676,26554503:barquette_opaque:4203:26554797,26570438:barquette_opaque:4203:26573829,26582091:barquette_opaque:4203:26594261,26593673:barquette_opaque:4203:26594034,26639552:barquette_opaque:4203:26639890,26649367:barquette_opaque:4203:26649787,26712856:barquette_opaque:4203:26712931,26716458:barquette_opaque:4203:26716786,26719969:barquette_opaque:4203:26720352,26727128:barquette_opaque:4203:26727755,26751193:barquette_opaque:4203:26762004,26752200:barquette_opaque:4203:26753035,26790304:barquette_opaque:4203:26803245,26790329:barquette_opaque:4203:26790928,26803083:barquette_opaque:4203:26809750,26824358:barquette_opaque:4203:26830005,26842682:barquette_opaque:4203:26843104,26857659:barquette_opaque:4203:26861876,26879651:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007581351035731513, 'nb_photo': 59, 'list_port_cont': '26392723,26402572,26442489,26481196,26512211,26513274,26530228,26573885,26593827,26594343,26594786,26629433,26659132,26714509,26723987,26754271,26754486,26755466,26761388,26790814,26861375,26885972,26888860,26891177,26902059,26920342,26934538,27017773,27047716,27056925,27067213,27072094,27072490,27082895,27084572,27100021,27103160,27107659,27117571,27120262,27142841,27148536,27200225,27235788,27280091,27307164,27312721,27321497,27322399,27322505,27323439,27324111,27324328,27324352,27324568', 'assoc_port': '26391740:26392723,26400217:26402572,26439255:26442489,26478050:26481196,26492284:26512211,26499949:26513274,26529999:26530228,26573163:26573885,26582093:26593827,26593668:26594786,26593671:26594343,26629310:26629433,26659111:26659132,26714282:26714509,26723907:26723987,26751140:26761388,26751195:26754486,26751227:26754271,26755359:26755466,26790313:26790814,26857669:26861375,26884491:26885972,26888729:26888860,26890984:26891177,26901825:26902059,26920157:26920342,26934348:26934538,27016184:27017773,27047561:27047716,27055903:27056925,27066982:27067213,27071594:27072490,27071614:27072094,27082748:27084572,27082793:27082895,27093790:27107659,27099905:27100021,27102188:27103160,27117431:27117571,27120098:27120262,27141178:27142841,27143732:27148536,27199569:27200225,27223292:27324568,27225867:27324352,27226341:27324328,27234786:27324111,27234794:27235788,27244956:27323439,27268283:27322505,27268286:27322399,27279608:27280091,27291715:27321497,27307132:27307164,27309322:27312721', 'assoc_mat': '26391740:barquette_opaque:4207:26392723,26400217:barquette_opaque:4207:26402572,26439255:barquette_opaque:4207:26442489,26478050:barquette_opaque:4207:26481196,26492284:barquette_opaque:4207:26512211,26499949:barquette_opaque:4207:26513274,26529999:barquette_opaque:4207:26530228,26573163:barquette_opaque:4207:26573885,26582093:barquette_opaque:4207:26593827,26593668:barquette_opaque:4207:26594786,26593671:barquette_opaque:4207:26594343,26629310:barquette_opaque:4207:26629433,26659111:barquette_opaque:4207:26659132,26714282:barquette_opaque:4207:26714509,26723907:barquette_opaque:4207:26723987,26751140:barquette_opaque:4207:26761388,26751195:barquette_opaque:4207:26754486,26751227:barquette_opaque:4207:26754271,26755359:barquette_opaque:4207:26755466,26790313:barquette_opaque:4207:26790814,26857669:barquette_opaque:4207:26861375,26884491:barquette_opaque:4207:26885972,26888729:barquette_opaque:4207:26888860,26890984:barquette_opaque:4207:26891177,26901825:barquette_opaque:4207:26902059,26920157:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.014605534239066091, 'nb_photo': 10, 'list_port_cont': '26479817,26712702,26824560,26850982,26927925,27073158,27083281,27304575', 'assoc_port': '26479280:26479817,26712595:26712702,26824363:26824560,26850783:26850982,26927382:26927925,27071626:27073158,27082792:27083281,27304154:27304575', 'assoc_mat': '26479280:barquette_opaque:4461:26479817,26712595:barquette_opaque:4461:26712702,26824363:barquette_opaque:4461:26824560,26850783:barquette_opaque:4461:26850982,26927382:barquette_opaque:4461:26927925,27071626:barquette_opaque:4461:27073158,27082792:barquette_opaque:4461:27083281,27304154:barquette_opaque:4461:27304575'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0051660157094952615, 'nb_photo': 48, 'list_port_cont': '26390805,26391934,26445021,26453950,26479892,26488052,26489596,26528044,26533729,26590828,26638924,26649500,26651538,26719601,26724847,26753060,26753295,26753532,26765692,26772349,26791477,26803317,26902870,26939755,26944820,26960600,26966614,27056338,27057633,27082145,27087498,27089861,27100731,27108283,27144401,27208920,27237388,27270714,27279834,27286749', 'assoc_port': '26390468:26390805,26391743:26391934,26444763:26445021,26453706:26453950,26479276:26479892,26487567:26488052,26489107:26489596,26527510:26528044,26533165:26533729,26590421:26590828,26638671:26638924,26649382:26649500,26651203:26651538,26719537:26719601,26724509:26724847,26751126:26753532,26751153:26753295,26751156:26753060,26758235:26765692,26766062:26772349,26791164:26791477,26803079:26803317,26902491:26902870,26939162:26939755,26944434:26944820,26960160:26960600,26966173:26966614,27055914:27056338,27057431:27057633,27081915:27082145,27086919:27087498,27089620:27089861,27100517:27100731,27108097:27108283,27143720:27144401,27208855:27208920,27237166:27237388,27270444:27270714,27279607:27279834,27286595:27286749', 'assoc_mat': '26390468:barquette_opaque:4200:26390805,26391743:barquette_opaque:4200:26391934,26444763:barquette_opaque:4200:26445021,26453706:barquette_opaque:4200:26453950,26479276:barquette_opaque:4200:26479892,26487567:barquette_opaque:4200:26488052,26489107:barquette_opaque:4200:26489596,26527510:barquette_opaque:4200:26528044,26533165:barquette_opaque:4200:26533729,26590421:barquette_opaque:4200:26590828,26638671:barquette_opaque:4200:26638924,26649382:barquette_opaque:4200:26649500,26651203:barquette_opaque:4200:26651538,26719537:barquette_opaque:4200:26719601,26724509:barquette_opaque:4200:26724847,26751126:barquette_opaque:4200:26753532,26751153:barquette_opaque:4200:26753295,26751156:barquette_opaque:4200:26753060,26758235:barquette_opaque:4200:26765692,26766062:barquette_opaque:4200:26772349,26791164:barquette_opaque:4200:26791477,26803079:barquette_opaque:4200:26803317,26902491:barquette_opaque:4200:26902870,26939162:barquette_opaque:4200:26939755,26944434:barquette_opaque:4200:26944820,26960160:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0024398645312617272, 'nb_photo': 10, 'list_port_cont': '26433287,26457692,26482835,26504827,26712561,26712734,26713946,27109103,27172468,27180375', 'assoc_port': '26432929:26433287,26457500:26457692,26482160:26482835,26504435:26504827,26712523:26712561,26712577:26712734,26713695:26713946,27102186:27109103,27172140:27172468,27179724:27180375', 'assoc_mat': '26432929:barquette_opaque:4209:26433287,26457500:barquette_opaque:4209:26457692,26482160:barquette_opaque:4209:26482835,26504435:barquette_opaque:4209:26504827,26712523:barquette_opaque:4209:26712561,26712577:barquette_opaque:4209:26712734,26713695:barquette_opaque:4209:26713946,27102186:barquette_opaque:4209:27109103,27172140:barquette_opaque:4209:27172468,27179724:barquette_opaque:4209:27180375'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.006566141658459502, 'nb_photo': 3465, 'list_port_cont': '26388169,26388950,26391051,26392356,26395468,26396193,26400923,26428416,26431036,26433464,26436513,26438929,26438984,26439995,26443390,26446807,26449499,26449777,26453061,26454579,26456887,26466444,26476744,26478958,26480394,26480837,26483074,26486779,26488223,26492585,26495949,26498080,26501737,26504863,26505754,26510191,26512352,26525367,26530321,26530769,26532348,26532484,26536830,26539874,26540874,26542233,26545612,26546593,26566096,26568082,26568545,26571363,26574382,26574425,26577536,26578817,26582710,26583980,26587146,26588008,26591062,26593130,26594144,26595336,26628893,26629805,26629908,26629983,26632797,26635181,26639807,26641281,26641584,26643251,26643487,26648912,26651699,26656181,26657277,26658052,26711480,26712215,26712372,26712747,26712963,26714088,26714542,26716730,26718216,26718755,26720305,26721968,26724250,26724994,26726598,26726709,26726859,26729179,26729302,26730788,26747821,26748902,26748951,26751237,26751800,26752316,26752521,26752641,26753176,26753505,26753879,26754627,26754812,2675729', 'assoc_port': '26386677:26388169,26387927:26388950,26390466:26391051,26391738:26392356,26395135:26395468,26395919:26396193,26400216:26400923,26427977:26428416,26430555:26431036,26432931:26433464,26436193:26436513,26438736:26438984,26438738:26438929,26439265:26439995,26442792:26443390,26445908:26446807,26448719:26449777,26448722:26449499,26452472:26453061,26453702:26454579,26456347:26456887,26457498:26466444,26475512:26476744,26478052:26478958,26479251:26480837,26479259:26480394,26482170:26483074,26486544:26486779,26487572:26488223,26492290:26492585,26495362:26495949,26495368:26512352,26497817:26505754,26497820:26498080,26501108:26501737,26501112:26510191,26504436:26504863,26524843:26525367,26529998:26530321,26530465:26530769,26531949:26532484,26531952:26532348,26536212:26536830,26539070:26540874,26539081:26539874,26541434:26542233,26545117:26546593,26545125:26545612,26563481:26566096,26567360:26568545,26567361:26568082,26570440:26571363,26573995:26574425,26573997:26574382,26577265:26577536,26578357:26578817,26582092:2658271', 'assoc_mat': '26386677:barquette_opaque:4211:26388169,26387927:barquette_opaque:4211:26388950,26390466:barquette_opaque:4211:26391051,26391738:barquette_opaque:4211:26392356,26395135:barquette_opaque:4211:26395468,26395919:barquette_opaque:4211:26396193,26400216:barquette_opaque:4211:26400923,26427977:barquette_opaque:4211:26428416,26430555:barquette_opaque:4211:26431036,26432931:barquette_opaque:4211:26433464,26436193:barquette_opaque:4211:26436513,26438736:barquette_opaque:4211:26438984,26438738:barquette_opaque:4211:26438929,26439265:barquette_opaque:4211:26439995,26442792:barquette_opaque:4211:26443390,26445908:barquette_opaque:4211:26446807,26448719:barquette_opaque:4211:26449777,26448722:barquette_opaque:4211:26449499,26452472:barquette_opaque:4211:26453061,26453702:barquette_opaque:4211:26454579,26456347:barquette_opaque:4211:26456887,26457498:barquette_opaque:4211:26466444,26475512:barquette_opaque:4211:26476744,26478052:barquette_opaque:4211:26478958,26479251:barquette_opaque:4211:26480837,26479259:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0003968164274173587, 'nb_photo': 53, 'list_port_cont': '26392687,26402385,26435256,26486884,26497605,26502635,26571395,26591166,26599263,26713594,26718233,26727821,26751568,26760439,26791095,26803823,26804949,26824884,26847466,26864492,26883208,26893088,26900063,26945100,26948803,26960968,26962268,27020328,27048525,27057714,27072486,27072603,27072838,27087854,27090033,27136818,27150233,27177218,27196272,27233130,27237919,27251496,27277503,27308176,27314280', 'assoc_port': '26391741:26392687,26401484:26402385,26434419:26435256,26486545:26486884,26492283:26502635,26497179:26497605,26570441:26571395,26590417:26591166,26599079:26599263,26713210:26713594,26717838:26718233,26727126:26727821,26750689:26751568,26759504:26760439,26790328:26791095,26797052:26893088,26803080:26803823,26804094:26804949,26824397:26824884,26846491:26847466,26863687:26864492,26882353:26883208,26899279:26900063,26944437:26945100,26947677:26948803,26960159:26960968,26961411:26962268,27019445:27020328,27047552:27048525,27057434:27057714,27071583:27072838,27071593:27072603,27071609:27072486,27086917:27087854,27089636:27090033,27131474:27136818,27149758:27150233,27169404:27177218,27195477:27196272,27226338:27233130,27237168:27237919,27244940:27251496,27275383:27277503,27307824:27308176,27313970:27314280', 'assoc_mat': '26391741:bouchon:3327:26392687,26401484:bouchon:3327:26402385,26434419:bouchon:3327:26435256,26486545:bouchon:3327:26486884,26492283:bouchon:3327:26502635,26497179:bouchon:3327:26497605,26570441:bouchon:3327:26571395,26590417:bouchon:3327:26591166,26599079:bouchon:3327:26599263,26713210:bouchon:3327:26713594,26717838:bouchon:3327:26718233,26727126:bouchon:3327:26727821,26750689:bouchon:3327:26751568,26759504:bouchon:3327:26760439,26790328:bouchon:3327:26791095,26797052:bouchon:3327:26893088,26803080:bouchon:3327:26803823,26804094:bouchon:3327:26804949,26824397:bouchon:3327:26824884,26846491:bouchon:3327:26847466,26863687:bouchon:3327:26864492,26882353:bouchon:3327:26883208,26899279:bouchon:3327:26900063,26944437:bouchon:3327:26945100,26947677:bouchon:3327:26948803,26960159:bouchon:3327:26960968,26961411:bouchon:3327:26962268,27019445:bouchon:3327:27020328,27047552:bouchon:3327:27048525,27057434:bouchon:3327:27057714,27071583:bouchon:3327:27072838,27071593:bouchon:3327:27072603,27071609:bouchon:3327:27072486,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01317325501781021, 'nb_photo': 217, 'list_port_cont': '26387579,26391112,26442019,26446249,26481328,26497552,26530573,26537129,26571950,26594392,26631746,26634295,26648883,26719642,26728985,26753079,26759676,26761322,26803611,26814712,26814904,26824511,26860728,26890087,26891106,26942073,27059939,27072558,27100813,27103288,27131720,27145531,27185455,27225925,27315365,27321653,27323920', 'assoc_port': '26386679:26387579,26390464:26391112,26439252:26442019,26445912:26446249,26478051:26481328,26497171:26497552,26530468:26530573,26536228:26537129,26569621:26571950,26586363:26594392,26631030:26631746,26631983:26634295,26648316:26648883,26719536:26719642,26728853:26728985,26751099:26761322,26751279:26753079,26759529:26759676,26792966:26803611,26807483:26814712,26807485:26814904,26824394:26824511,26857652:26860728,26889624:26890087,26890987:26891106,26939177:26942073,27058817:27059939,27071587:27072558,27097601:27100813,27103125:27103288,27131472:27131720,27143738:27145531,27185120:27185455,27225865:27225925,27237164:27323920,27285547:27321653,27315318:27315365', 'assoc_mat': '26386679:carton:4205:26387579,26390464:carton:4205:26391112,26439252:carton:4205:26442019,26445912:carton:4205:26446249,26478051:carton:4205:26481328,26497171:carton:4205:26497552,26530468:carton:4205:26530573,26536228:carton:4205:26537129,26569621:carton:4205:26571950,26586363:carton:4205:26594392,26631030:carton:4205:26631746,26631983:carton:4205:26634295,26648316:carton:4205:26648883,26719536:carton:4205:26719642,26728853:carton:4205:26728985,26751099:carton:4205:26761322,26751279:carton:4205:26753079,26759529:carton:4205:26759676,26792966:carton:4205:26803611,26807483:carton:4205:26814712,26807485:carton:4205:26814904,26824394:carton:4205:26824511,26857652:carton:4205:26860728,26889624:carton:4205:26890087,26890987:carton:4205:26891106,26939177:carton:4205:26942073,27058817:carton:4205:27059939,27071587:carton:4205:27072558,27097601:carton:4205:27100813,27103125:carton:4205:27103288,27131472:carton:4205:27131720,27143738:carton:4205:27145531,27185120:carton:4205:27185455,27225865:carton:4205:27225925,2723'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.012121187849578855, 'nb_photo': 811, 'list_port_cont': '26401214,26428260,26442673,26466901,26482232,26499482,26514093,26531667,26554800,26573842,26594032,26594263,26639893,26649798,26712939,26716783,26720354,26727761,26753027,26762006,26790937,26803247,26809752,26830019,26843099,26861881,26884565,26892050,26913451,26941178,26997053,27021323,27057240,27060837,27072375,27072622,27085866,27085939,27097988,27110331,27121806,27148940,27152261,27175121,27321180,27321712,27321797,27321804,27322642,27323253,27324047,27324426', 'assoc_port': '26391739:26401214,26425490:26428260,26439254:26442673,26464089:26466901,26478053:26482232,26492286:26499482,26513793:26514093,26531456:26531667,26554503:26554800,26570438:26573842,26582091:26594263,26593673:26594032,26639552:26639893,26649367:26649798,26712856:26712939,26716458:26716783,26719969:26720354,26727128:26727761,26751193:26762006,26752200:26753027,26790304:26803247,26790329:26790937,26803083:26809752,26824358:26830019,26842682:26843099,26857659:26861881,26879651:26884565,26891694:26892050,26907141:26913451,26934346:26941178,26960163:26997053,27019455:27021323,27055905:27057240,27058829:27060837,27071586:27072622,27071621:27072375,27082807:27085939,27082821:27085866,27089619:27110331,27097607:27097988,27117389:27121806,27143712:27152261,27143717:27148940,27169466:27175121,27225874:27324426,27237161:27324047,27268285:27322642,27279595:27321797,27279604:27321804,27285604:27321712,27307131:27323253,27313960:27321180', 'assoc_mat': '26391739:carton:4203:26401214,26425490:carton:4203:26428260,26439254:carton:4203:26442673,26464089:carton:4203:26466901,26478053:carton:4203:26482232,26492286:carton:4203:26499482,26513793:carton:4203:26514093,26531456:carton:4203:26531667,26554503:carton:4203:26554800,26570438:carton:4203:26573842,26582091:carton:4203:26594263,26593673:carton:4203:26594032,26639552:carton:4203:26639893,26649367:carton:4203:26649798,26712856:carton:4203:26712939,26716458:carton:4203:26716783,26719969:carton:4203:26720354,26727128:carton:4203:26727761,26751193:carton:4203:26762006,26752200:carton:4203:26753027,26790304:carton:4203:26803247,26790329:carton:4203:26790937,26803083:carton:4203:26809752,26824358:carton:4203:26830019,26842682:carton:4203:26843099,26857659:carton:4203:26861881,26879651:carton:4203:26884565,26891694:carton:4203:26892050,26907141:carton:4203:26913451,26934346:carton:4203:26941178,26960163:carton:4203:26997053,27019455:carton:4203:27021323,27055905:carton:4203:27057240,27058829:carton:4203:27060837,2707'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9612921330022174, 'nb_photo': 6421, 'list_port_cont': '26387959,26389582,26390206,26390244,26390769,26392726,26392817,26396112,26399068,26402561,26404489,26404689,26428232,26430699,26435620,26437746,26438841,26441738,26442496,26444823,26444992,26445010,26445210,26449582,26453579,26456339,26457302,26460072,26460294,26466768,26481210,26482866,26482996,26483212,26486386,26486551,26486814,26490156,26496981,26500168,26512210,26513269,26513620,26513797,26515486,26516686,26516936,26517085,26529260,26530229,26530629,26530705,26531566,26532234,26536304,26543363,26546298,26547182,26549387,26549615,26553298,26553424,26553577,26556883,26570555,26571382,26571634,26573633,26573875,26574271,26577475,26583727,26590296,26590943,26593830,26594337,26594514,26594774,26595311,26596406,26599193,26628961,26629431,26629872,26634309,26634775,26638687,26639624,26640161,26641960,26644312,26648904,26649429,26649635,26658791,26659139,26668184,26711869,26712383,26712655,26713343,26714046,26714508,26715959,26716659,26716698,26716996,26718537,26719736,26721649,26723999,26724712,26726646,2672679', 'assoc_port': '26386707:26387959,26387952:26389582,26390029:26390244,26390034:26390206,26390467:26390769,26391740:26392726,26391742:26392817,26395918:26396112,26397261:26399068,26400217:26402561,26401457:26404489,26401486:26404689,26427995:26428232,26430559:26430699,26434416:26435620,26437046:26437746,26438741:26438841,26439251:26441738,26439255:26442496,26442776:26444823,26442788:26445010,26442817:26445210,26444767:26444992,26445905:26449582,26448721:26453579,26452473:26456339,26453704:26457302,26456343:26460072,26456352:26460294,26464088:26466768,26475514:26486814,26478050:26481210,26479241:26482866,26479253:26482996,26479256:26483212,26482169:26486386,26482173:26486551,26487562:26490156,26489092:26496981,26492284:26512210,26497173:26516686,26497175:26516936,26497181:26517085,26499949:26513269,26499965:26500168,26501106:26513620,26501113:26513797,26511275:26515486,26523740:26529260,26524840:26530705,26529999:26530229,26530464:26530629,26531442:26531566,26531950:26532234,26533163:26547182,26533166:26546298,26536214:2655329', 'assoc_mat': '26386707:carton:4207:26387959,26387952:carton:4207:26389582,26390029:carton:4207:26390244,26390034:carton:4207:26390206,26390467:carton:4207:26390769,26391740:carton:4207:26392726,26391742:carton:4207:26392817,26395918:carton:4207:26396112,26397261:carton:4207:26399068,26400217:carton:4207:26402561,26401457:carton:4207:26404489,26401486:carton:4207:26404689,26427995:carton:4207:26428232,26430559:carton:4207:26430699,26434416:carton:4207:26435620,26437046:carton:4207:26437746,26438741:carton:4207:26438841,26439251:carton:4207:26441738,26439255:carton:4207:26442496,26442776:carton:4207:26444823,26442788:carton:4207:26445010,26442817:carton:4207:26445210,26444767:carton:4207:26444992,26445905:carton:4207:26449582,26448721:carton:4207:26453579,26452473:carton:4207:26456339,26453704:carton:4207:26457302,26456343:carton:4207:26460072,26456352:carton:4207:26460294,26464088:carton:4207:26466768,26475514:carton:4207:26486814,26478050:carton:4207:26481210,26479241:carton:4207:26482866,26479253:carton:4207:26482996,2647'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.012430044140351608, 'nb_photo': 2668, 'list_port_cont': '26388592,26395382,26400644,26401896,26428476,26430868,26436384,26439686,26445258,26446527,26456732,26457821,26476246,26479825,26480072,26488390,26491703,26495775,26497998,26501480,26531678,26531731,26533822,26536664,26540278,26540455,26545676,26567755,26573442,26573460,26578773,26584052,26588048,26595353,26595395,26628820,26631336,26638857,26640992,26649518,26651294,26651880,26655917,26712414,26712694,26714502,26716671,26718716,26720096,26721755,26724910,26726818,26727367,26747636,26750747,26751735,26751826,26752013,26752404,26755769,26758688,26760456,26772374,26785781,26788104,26788582,26790703,26794721,26803437,26806758,26824554,26824771,26824855,26841945,26846956,26848273,26850994,26865261,26865483,26870685,26870737,26882798,26886412,26889983,26894123,26895246,26903021,26907608,26908783,26927920,26933755,26943656,26944859,26952891,26961912,26966943,27016502,27049469,27053321,27056253,27059190,27059381,27067146,27067227,27071766,27072033,27072119,27072190,27072235,27073156,27081212,27083288,27083503,2708736', 'assoc_port': '26387953:26388592,26395137:26395382,26400218:26400644,26401455:26401896,26427958:26428476,26430561:26430868,26436194:26436384,26439256:26439686,26444765:26445258,26445909:26446527,26456344:26456732,26457495:26457821,26475495:26476246,26479249:26480072,26479280:26479825,26487569:26488390,26491451:26491703,26495358:26495775,26497818:26497998,26501114:26501480,26531440:26531731,26531443:26531678,26533164:26533822,26536215:26536664,26539053:26540455,26539072:26540278,26545119:26545676,26567362:26567755,26573161:26573460,26573165:26573442,26578355:26578773,26583459:26584052,26587629:26588048,26595187:26595395,26595189:26595353,26628256:26628820,26631029:26631336,26638676:26638857,26640558:26640992,26649359:26649518,26651196:26651880,26651200:26651294,26655471:26655917,26712338:26712414,26712595:26712694,26714283:26714502,26716438:26716671,26718541:26718716,26719967:26720096,26721330:26721755,26724506:26724910,26726289:26726818,26727130:26727367,26747103:26747636,26750687:26750747,26751100:26751735,26751147:2675240', 'assoc_mat': '26387953:carton:4461:26388592,26395137:carton:4461:26395382,26400218:carton:4461:26400644,26401455:carton:4461:26401896,26427958:carton:4461:26428476,26430561:carton:4461:26430868,26436194:carton:4461:26436384,26439256:carton:4461:26439686,26444765:carton:4461:26445258,26445909:carton:4461:26446527,26456344:carton:4461:26456732,26457495:carton:4461:26457821,26475495:carton:4461:26476246,26479249:carton:4461:26480072,26479280:carton:4461:26479825,26487569:carton:4461:26488390,26491451:carton:4461:26491703,26495358:carton:4461:26495775,26497818:carton:4461:26497998,26501114:carton:4461:26501480,26531440:carton:4461:26531731,26531443:carton:4461:26531678,26533164:carton:4461:26533822,26536215:carton:4461:26536664,26539053:carton:4461:26540455,26539072:carton:4461:26540278,26545119:carton:4461:26545676,26567362:carton:4461:26567755,26573161:carton:4461:26573460,26573165:carton:4461:26573442,26578355:carton:4461:26578773,26583459:carton:4461:26584052,26587629:carton:4461:26588048,26595187:carton:4461:26595395,2659'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.022581416185280846, 'nb_photo': 1173, 'list_port_cont': '26387267,26387296,26390800,26390835,26390940,26391942,26392137,26397740,26434867,26435117,26437493,26437692,26438885,26443138,26445026,26446349,26449066,26453942,26454243,26455685,26456660,26478474,26478848,26479902,26488051,26488147,26489585,26492369,26497377,26500341,26502190,26507355,26509908,26527963,26530634,26533728,26536507,26539597,26545465,26545508,26546731,26552833,26566269,26573561,26577529,26579880,26583871,26587964,26590833,26593924,26595301,26599130,26629643,26635160,26638917,26641033,26646033,26649496,26651527,26712634,26716011,26716618,26717054,26718139,26719592,26721570,26724072,26724835,26726630,26729087,26748630,26752220,26752388,26752475,26752604,26752976,26753057,26753290,26753545,26753865,26760415,26765685,26767679,26772350,26791486,26794453,26795874,26801620,26803328,26804497,26804760,26809371,26815176,26824664,26824795,26824913,26825031,26825187,26842860,26846764,26854011,26865364,26865711,26877119,26884901,26885227,26889109,26891205,26891817,26891840,26902025,26902864,26909997,2691020', 'assoc_port': '26386718:26387296,26386744:26387267,26390463:26390940,26390465:26390835,26390468:26390800,26391743:26391942,26391744:26392137,26397265:26397740,26434412:26434867,26434414:26435117,26437044:26437692,26437051:26437493,26438743:26438885,26442818:26443138,26444763:26445026,26445884:26446349,26448726:26449066,26452474:26455685,26453706:26453942,26453708:26454243,26456350:26456660,26478047:26478848,26478049:26478474,26479276:26479902,26487564:26488147,26487567:26488051,26489107:26489585,26492292:26492369,26495367:26502190,26497183:26497377,26499951:26500341,26501110:26509908,26507069:26507355,26527509:26527963,26530467:26530634,26533165:26533728,26536221:26546731,26536226:26536507,26539062:26539597,26545110:26545508,26545122:26545465,26552443:26552833,26566015:26566269,26573162:26573561,26577262:26577529,26579612:26579880,26583473:26583871,26587642:26587964,26590421:26590833,26593672:26593924,26595190:26595301,26599081:26599130,26629305:26629643,26634579:26635160,26638671:26638917,26640649:26641033,26645501:2664603', 'assoc_mat': '26386718:carton:4200:26387296,26386744:carton:4200:26387267,26390463:carton:4200:26390940,26390465:carton:4200:26390835,26390468:carton:4200:26390800,26391743:carton:4200:26391942,26391744:carton:4200:26392137,26397265:carton:4200:26397740,26434412:carton:4200:26434867,26434414:carton:4200:26435117,26437044:carton:4200:26437692,26437051:carton:4200:26437493,26438743:carton:4200:26438885,26442818:carton:4200:26443138,26444763:carton:4200:26445026,26445884:carton:4200:26446349,26448726:carton:4200:26449066,26452474:carton:4200:26455685,26453706:carton:4200:26453942,26453708:carton:4200:26454243,26456350:carton:4200:26456660,26478047:carton:4200:26478848,26478049:carton:4200:26478474,26479276:carton:4200:26479902,26487564:carton:4200:26488147,26487567:carton:4200:26488051,26489107:carton:4200:26489585,26492292:carton:4200:26492369,26495367:carton:4200:26502190,26497183:carton:4200:26497377,26499951:carton:4200:26500341,26501110:carton:4200:26509908,26507069:carton:4200:26507355,26527509:carton:4200:26527963,2653'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01866083247604378, 'nb_photo': 405, 'list_port_cont': '26390304,26398075,26430682,26433288,26445103,26456456,26457694,26476474,26482833,26504581,26504815,26532060,26545382,26552939,26563923,26578708,26586517,26592669,26626673,26629502,26632310,26639788,26660667,26668127,26712560,26712722,26712885,26713957,26716605,26718633,26721632,26724121,26728968,26747385,26747479,26751665,26751678,26755950,26783780,26790640,26793576,26809097,26809482,26824620,26844138,26852446,26860725,26863972,26879968,26886004,26886317,26905914,26930643,26939495,26939628,26956086,26966622,27019727,27019755,27047900,27071689,27071826,27083112,27083314,27089720,27092740,27100162,27102486,27109101,27117715,27126467,27140379,27144070,27147621,27151060,27172476,27180387,27188375,27195903,27223594,27225967,27245144,27245321,27251394,27268613,27268677,27277035,27281568,27286730,27310644', 'assoc_port': '26390031:26390304,26395921:26398075,26430557:26430682,26432929:26433288,26444773:26445103,26456353:26456456,26457500:26457694,26475493:26476474,26482160:26482833,26504435:26504815,26504439:26504581,26531944:26532060,26545129:26545382,26552442:26552939,26563464:26563923,26578354:26578708,26586392:26586517,26592510:26592669,26626409:26626673,26629300:26629502,26631986:26632310,26639554:26639788,26660297:26660667,26667792:26668127,26712523:26712560,26712577:26712722,26712853:26712885,26713695:26713957,26716480:26716605,26718542:26718633,26721332:26721632,26723903:26724121,26728850:26728968,26747084:26747385,26747101:26747479,26751145:26751678,26751277:26751665,26755358:26755950,26783338:26793576,26783343:26783780,26790305:26790640,26801184:26809097,26809213:26809482,26824347:26824620,26843742:26844138,26852313:26852446,26860461:26860725,26863697:26863972,26879650:26879968,26885905:26886317,26885909:26886004,26905390:26905914,26930240:26930643,26939179:26939628,26939194:26939495,26955634:26956086,26966197:2696662', 'assoc_mat': '26390031:carton:4209:26390304,26395921:carton:4209:26398075,26430557:carton:4209:26430682,26432929:carton:4209:26433288,26444773:carton:4209:26445103,26456353:carton:4209:26456456,26457500:carton:4209:26457694,26475493:carton:4209:26476474,26482160:carton:4209:26482833,26504435:carton:4209:26504815,26504439:carton:4209:26504581,26531944:carton:4209:26532060,26545129:carton:4209:26545382,26552442:carton:4209:26552939,26563464:carton:4209:26563923,26578354:carton:4209:26578708,26586392:carton:4209:26586517,26592510:carton:4209:26592669,26626409:carton:4209:26626673,26629300:carton:4209:26629502,26631986:carton:4209:26632310,26639554:carton:4209:26639788,26660297:carton:4209:26660667,26667792:carton:4209:26668127,26712523:carton:4209:26712560,26712577:carton:4209:26712722,26712853:carton:4209:26712885,26713695:carton:4209:26713957,26716480:carton:4209:26716605,26718542:carton:4209:26718633,26721332:carton:4209:26721632,26723903:carton:4209:26724121,26728850:carton:4209:26728968,26747084:carton:4209:26747385,2674'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.006616744352841941, 'nb_photo': 6895, 'list_port_cont': '26388171,26388935,26391060,26392360,26395452,26396187,26400917,26428415,26431034,26433484,26436506,26438943,26438986,26439987,26443392,26446818,26449495,26449782,26453067,26454586,26456890,26466443,26476758,26478945,26480404,26480854,26483065,26486793,26488222,26492586,26495952,26498084,26501724,26504869,26505759,26510196,26512358,26525366,26530323,26530774,26532347,26532493,26536844,26539859,26540861,26542228,26545611,26546583,26566093,26568081,26568555,26571364,26574385,26574428,26577537,26578812,26582704,26583969,26587140,26588007,26591064,26593124,26594147,26595331,26628888,26629794,26629903,26629988,26632799,26635194,26639813,26641289,26641580,26643245,26643486,26648925,26651693,26656186,26657261,26657421,26658060,26711494,26712228,26712359,26712376,26712746,26712970,26713395,26714104,26714422,26714556,26716716,26718213,26718742,26720302,26721955,26724259,26725006,26726612,26726714,26726857,26729181,26729310,26730783,26747828,26748897,26748939,26751248,26751799,26752329,26752525,26752647,26753169,2675350', 'assoc_port': '26386677:26388171,26387927:26388935,26390466:26391060,26391738:26392360,26395135:26395452,26395919:26396187,26400216:26400917,26427977:26428415,26430555:26431034,26432931:26433484,26436193:26436506,26438736:26438986,26438738:26438943,26439265:26439987,26442792:26443392,26445908:26446818,26448719:26449782,26448722:26449495,26452472:26453067,26453702:26454586,26456347:26456890,26457498:26466443,26475512:26476758,26478052:26478945,26479251:26480854,26479259:26480404,26482170:26483065,26486544:26486793,26487572:26488222,26492290:26492586,26495362:26495952,26495368:26512358,26497817:26505759,26497820:26498084,26501108:26501724,26501112:26510196,26504436:26504869,26524843:26525366,26529998:26530323,26530465:26530774,26531949:26532493,26531952:26532347,26536212:26536844,26539070:26540861,26539081:26539859,26541434:26542228,26545117:26546583,26545125:26545611,26563481:26566093,26567360:26568555,26567361:26568081,26570440:26571364,26573995:26574428,26573997:26574385,26577265:26577537,26578357:26578812,26582092:2658270', 'assoc_mat': '26386677:carton:4211:26388171,26387927:carton:4211:26388935,26390466:carton:4211:26391060,26391738:carton:4211:26392360,26395135:carton:4211:26395452,26395919:carton:4211:26396187,26400216:carton:4211:26400917,26427977:carton:4211:26428415,26430555:carton:4211:26431034,26432931:carton:4211:26433484,26436193:carton:4211:26436506,26438736:carton:4211:26438986,26438738:carton:4211:26438943,26439265:carton:4211:26439987,26442792:carton:4211:26443392,26445908:carton:4211:26446818,26448719:carton:4211:26449782,26448722:carton:4211:26449495,26452472:carton:4211:26453067,26453702:carton:4211:26454586,26456347:carton:4211:26456890,26457498:carton:4211:26466443,26475512:carton:4211:26476758,26478052:carton:4211:26478945,26479251:carton:4211:26480854,26479259:carton:4211:26480404,26482170:carton:4211:26483065,26486544:carton:4211:26486793,26487572:carton:4211:26488222,26492290:carton:4211:26492586,26495362:carton:4211:26495952,26495368:carton:4211:26512358,26497817:carton:4211:26505759,26497820:carton:4211:26498084,2650'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0019766269093892818, 'nb_photo': 167, 'list_port_cont': '26388192,26390526,26392683,26395775,26396267,26399219,26402387,26402484,26433991,26440066,26445505,26449517,26453259,26458200,26486876,26488495,26492666,26497608,26500774,26502636,26513176,26530816,26537080,26537196,26540233,26540791,26544390,26545962,26546169,26568202,26571401,26574444,26577655,26580376,26587258,26591167,26635593,26639844,26645064,26652004,26717111,26718224,26719830,26724360,26725053,26729366,26751570,26752161,26753112,26760440,26768205,26784721,26788617,26791097,26803829,26804950,26809993,26824878,26825099,26825139,26825418,26851139,26852998,26854331,26865771,26868346,26886838,26892091,26893096,26900058,26903284,26907931,26920473,26945089,26948812,26956575,26966701,27049654,27052409,27055700,27057713,27067296,27067398,27072593,27083791,27084027,27087866,27094882,27095203,27100342,27123923,27133129,27140936,27144701,27188931,27196268,27199119,27227921,27232232,27235548,27251506,27282062,27286357,27314284', 'assoc_port': '26386678:26388192,26390033:26390526,26391741:26392683,26395136:26395775,26395917:26396267,26397224:26399219,26401482:26402484,26401484:26402387,26432930:26433991,26439253:26440066,26444769:26445505,26448724:26449517,26452487:26453259,26457497:26458200,26486545:26486876,26487570:26488495,26492257:26492666,26492283:26502636,26497179:26497608,26499945:26500774,26499948:26513176,26530463:26530816,26536223:26537196,26536230:26537080,26536236:26544390,26539057:26540791,26539077:26540233,26545112:26546169,26545123:26545962,26567374:26568202,26570441:26571401,26573998:26574444,26577263:26577655,26579613:26580376,26586352:26587258,26590417:26591167,26634597:26635593,26639558:26639844,26644252:26645064,26651201:26652004,26716906:26717111,26717838:26718224,26719532:26719830,26723898:26724360,26724518:26725053,26728823:26729366,26750689:26751570,26751128:26752161,26751158:26753112,26759504:26760440,26761740:26768205,26783333:26784721,26787558:26788617,26790328:26791097,26797052:26893096,26803080:26803829,26804094:2680495', 'assoc_mat': '26386678:carton:3327:26388192,26390033:carton:3327:26390526,26391741:carton:3327:26392683,26395136:carton:3327:26395775,26395917:carton:3327:26396267,26397224:carton:3327:26399219,26401482:carton:3327:26402484,26401484:carton:3327:26402387,26432930:carton:3327:26433991,26439253:carton:3327:26440066,26444769:carton:3327:26445505,26448724:carton:3327:26449517,26452487:carton:3327:26453259,26457497:carton:3327:26458200,26486545:carton:3327:26486876,26487570:carton:3327:26488495,26492257:carton:3327:26492666,26492283:carton:3327:26502636,26497179:carton:3327:26497608,26499945:carton:3327:26500774,26499948:carton:3327:26513176,26530463:carton:3327:26530816,26536223:carton:3327:26537196,26536230:carton:3327:26537080,26536236:carton:3327:26544390,26539057:carton:3327:26540791,26539077:carton:3327:26540233,26545112:carton:3327:26546169,26545123:carton:3327:26545962,26567374:carton:3327:26568202,26570441:carton:3327:26571401,26573998:carton:3327:26574444,26577263:carton:3327:26577655,26579613:carton:3327:26580376,2658'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.00550477840591281, 'nb_photo': 1074, 'list_port_cont': '26447438,26449673,26455553,26456046,26487973,26489738,26492540,26492574,26495815,26498027,26504743,26528378,26540055,26540186,26542463,26545779,26573804,26580562,26581013,26582609,26583021,26586885,26587322,26641099,26645281,26648986,26724088,26728607,26752143,26752514,26752690,26753087,26758581,26761911,26766752,26784201,26796524,26801727,26812355,26824449,26851096,26856104,26858063,26858669,26861207,26861479,26886440,26891488,26906396,26910662,26911875,26939965,26957129,26962519,26963076,26967221,26975042,27056834,27057664,27057703,27059141,27059650,27061437,27071714,27072072,27072441,27072579,27072640,27072651,27072815,27082959,27087402,27094745,27098449,27102476,27104587,27108435,27133043,27172132', 'assoc_port': '26445880:26447438,26445902:26449673,26453698:26455553,26453700:26456046,26487565:26487973,26489096:26489738,26492268:26492540,26492294:26492574,26495364:26495815,26497815:26498027,26504438:26504743,26524842:26528378,26539059:26542463,26539064:26540186,26539074:26540055,26545107:26545779,26573164:26573804,26579611:26581013,26579614:26580562,26579639:26583021,26582094:26582609,26586364:26587322,26586391:26586885,26640591:26641099,26644250:26645281,26648299:26648986,26713693:26724088,26716479:26728607,26751144:26753087,26751187:26752690,26751197:26752514,26751207:26752143,26758237:26758581,26761746:26761911,26766059:26766752,26783341:26784201,26790345:26796524,26801185:26801727,26809208:26812355,26824390:26824449,26850785:26851096,26852316:26856104,26857655:26858669,26857683:26858063,26860462:26861479,26860464:26861207,26885907:26886440,26890986:26891488,26905388:26906396,26909866:26910662,26911018:26911875,26939189:26939965,26955630:26963076,26955635:26957129,26960161:26962519,26966174:26967221,26974034:2697504', 'assoc_mat': '26445880:carton:3594:26447438,26445902:carton:3594:26449673,26453698:carton:3594:26455553,26453700:carton:3594:26456046,26487565:carton:3594:26487973,26489096:carton:3594:26489738,26492268:carton:3594:26492540,26492294:carton:3594:26492574,26495364:carton:3594:26495815,26497815:carton:3594:26498027,26504438:carton:3594:26504743,26524842:carton:3594:26528378,26539059:carton:3594:26542463,26539064:carton:3594:26540186,26539074:carton:3594:26540055,26545107:carton:3594:26545779,26573164:carton:3594:26573804,26579611:carton:3594:26581013,26579614:carton:3594:26580562,26579639:carton:3594:26583021,26582094:carton:3594:26582609,26586364:carton:3594:26587322,26586391:carton:3594:26586885,26640591:carton:3594:26641099,26644250:carton:3594:26645281,26648299:carton:3594:26648986,26713693:carton:3594:26724088,26716479:carton:3594:26728607,26751144:carton:3594:26753087,26751187:carton:3594:26752690,26751197:carton:3594:26752514,26751207:carton:3594:26752143,26758237:carton:3594:26758581,26761746:carton:3594:26761911,2676'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0015752524474295043, 'nb_photo': 51, 'list_port_cont': '26436290,26482679,26495457,26524866,26574127,26579868,26590492,26631197,26638733,26639664,26659632,26706384,26709582,26717006,26721494,26726490,26747425,26752879,26788692,26793101,26824605,26826158,26853692,26870562,26927682,27016282,27045478,27067168,27071893,27089632,27093990,27100495,27131627,27182913,27225943,27228981,27271099,27275490,27314045', 'assoc_port': '26436213:26436290,26482157:26482679,26495360:26495457,26523735:26524866,26574000:26574127,26579608:26579868,26590423:26590492,26631031:26631197,26638672:26638733,26639553:26639664,26655464:26659632,26706184:26706384,26709301:26709582,26716907:26717006,26721331:26721494,26726290:26726490,26747097:26747425,26751113:26752879,26787528:26788692,26792965:26793101,26824368:26824605,26824393:26826158,26853530:26853692,26870397:26870562,26927347:26927682,27016170:27016282,27045239:27045478,27066975:27067168,27071604:27071893,27086905:27089632,27093816:27093990,27097587:27100495,27131470:27131627,27182701:27182913,27225869:27225943,27228383:27228981,27270434:27271099,27275379:27275490,27313953:27314045', 'assoc_mat': '26436213:cartonnette:3726:26436290,26482157:cartonnette:3726:26482679,26495360:cartonnette:3726:26495457,26523735:cartonnette:3726:26524866,26574000:cartonnette:3726:26574127,26579608:cartonnette:3726:26579868,26590423:cartonnette:3726:26590492,26631031:cartonnette:3726:26631197,26638672:cartonnette:3726:26638733,26639553:cartonnette:3726:26639664,26655464:cartonnette:3726:26659632,26706184:cartonnette:3726:26706384,26709301:cartonnette:3726:26709582,26716907:cartonnette:3726:26717006,26721331:cartonnette:3726:26721494,26726290:cartonnette:3726:26726490,26747097:cartonnette:3726:26747425,26751113:cartonnette:3726:26752879,26787528:cartonnette:3726:26788692,26792965:cartonnette:3726:26793101,26824368:cartonnette:3726:26824605,26824393:cartonnette:3726:26826158,26853530:cartonnette:3726:26853692,26870397:cartonnette:3726:26870562,26927347:cartonnette:3726:26927682,27016170:cartonnette:3726:27016282,27045239:cartonnette:3726:27045478,27066975:cartonnette:3726:27067168,27071604:cartonnette:3726:27071893,27086905:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00909385793520848, 'nb_photo': 281, 'list_port_cont': '26390171,26434468,26436296,26474902,26479543,26482371,26489264,26502108,26524190,26524865,26530219,26532323,26532376,26540698,26541377,26554548,26560188,26567660,26569746,26574120,26574194,26579864,26582225,26590495,26598635,26598685,26631207,26639660,26649436,26704197,26706381,26706557,26707587,26709581,26712642,26713768,26714371,26714484,26717005,26719579,26721497,26723952,26724601,26727319,26728928,26730516,26747420,26751639,26752885,26759767,26787829,26788683,26788938,26790468,26791165,26791426,26793110,26797907,26804248,26806559,26824599,26825000,26826149,26842810,26853689,26863820,26870524,26870561,26872217,26877029,26885042,26889803,26889956,26895191,26902584,26911084,26927691,26930325,26939158,26943365,26974171,26978332,26978422,26980792,27016290,27067171,27067760,27071727,27083440,27089623,27089752,27093986,27103220,27118946,27123436,27131629,27136227,27143901,27168327,27169956,27173978,27185279,27195770,27198700,27202234,27209102,27225951,27226155,27228992,27234957,27251308,27251555,27265254,2727548', 'assoc_port': '26390032:26390171,26430558:26434468,26436213:26436296,26474311:26474902,26479246:26479543,26482163:26482371,26489121:26489264,26491437:26502108,26523735:26524865,26523739:26524190,26529997:26530219,26531940:26532376,26531945:26532323,26536217:26541377,26536219:26540698,26554522:26554548,26560132:26560188,26567363:26567660,26569619:26569746,26573999:26574194,26574000:26574120,26579608:26579864,26582090:26582225,26590423:26590495,26598497:26598685,26598498:26598635,26631031:26631207,26639553:26639660,26649399:26649436,26704153:26704197,26706182:26706557,26706184:26706381,26707411:26707587,26709301:26709581,26712592:26712642,26713696:26713768,26714279:26714484,26714280:26714371,26716907:26717005,26719534:26719579,26721331:26721497,26723905:26723952,26724514:26724601,26727127:26727319,26728824:26728928,26730497:26730516,26747097:26747420,26751113:26752885,26751284:26751639,26759506:26759767,26787528:26788683,26787541:26788938,26787563:26787829,26790282:26791165,26790301:26791426,26790302:26790468,26792965:2679311', 'assoc_mat': '26390032:Carton_brun:3726:26390171,26430558:Carton_brun:3726:26434468,26436213:Carton_brun:3726:26436296,26474311:Carton_brun:3726:26474902,26479246:Carton_brun:3726:26479543,26482163:Carton_brun:3726:26482371,26489121:Carton_brun:3726:26489264,26491437:Carton_brun:3726:26502108,26523735:Carton_brun:3726:26524865,26523739:Carton_brun:3726:26524190,26529997:Carton_brun:3726:26530219,26531940:Carton_brun:3726:26532376,26531945:Carton_brun:3726:26532323,26536217:Carton_brun:3726:26541377,26536219:Carton_brun:3726:26540698,26554522:Carton_brun:3726:26554548,26560132:Carton_brun:3726:26560188,26567363:Carton_brun:3726:26567660,26569619:Carton_brun:3726:26569746,26573999:Carton_brun:3726:26574194,26574000:Carton_brun:3726:26574120,26579608:Carton_brun:3726:26579864,26582090:Carton_brun:3726:26582225,26590423:Carton_brun:3726:26590495,26598497:Carton_brun:3726:26598685,26598498:Carton_brun:3726:26598635,26631031:Carton_brun:3726:26631207,26639553:Carton_brun:3726:26639660,26649399:Carton_brun:3726:26649436,26704153:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00643932719405857, 'nb_photo': 98, 'list_port_cont': '26390173,26396034,26400362,26495456,26502101,26524870,26530211,26540702,26549714,26569742,26579867,26598689,26638727,26649434,26713319,26728932,26752886,26759763,26787832,26788693,26804254,26824602,26826156,26842811,26853691,26870556,26877027,26884744,26885045,26889958,26895189,26927680,26930317,26939161,26943367,26978419,27016286,27053118,27057490,27071891,27072199,27089747,27093991,27100488,27118935,27136232,27143906,27168319,27169953,27173985,27225944,27228990,27251548,27279681,27279763,27298722,27307190', 'assoc_port': '26390032:26390173,26395916:26396034,26400187:26400362,26491437:26502101,26495360:26495456,26523735:26524870,26529997:26530211,26536219:26540702,26545130:26549714,26569619:26569742,26579608:26579867,26598497:26598689,26638672:26638727,26649399:26649434,26713231:26713319,26728824:26728932,26751113:26752886,26759506:26759763,26787528:26788693,26787563:26787832,26804092:26804254,26824368:26824602,26824393:26826156,26842680:26842811,26853530:26853691,26870397:26870556,26876770:26877027,26884485:26885045,26884487:26884744,26889598:26889958,26894919:26895189,26927347:26927680,26930238:26930317,26934345:26939161,26943053:26943367,26978257:26978419,27016170:27016286,27052787:27053118,27057437:27057490,27071589:27072199,27071604:27071891,27089621:27089747,27093816:27093991,27097587:27100488,27118653:27118935,27136042:27136232,27143736:27143906,27168011:27168319,27169442:27169953,27173731:27173985,27225869:27225944,27228383:27228990,27251110:27251548,27279552:27279681,27279612:27279763,27298624:27298722,27307127:2730719', 'assoc_mat': '26390032:Carton_gris:3726:26390173,26395916:Carton_gris:3726:26396034,26400187:Carton_gris:3726:26400362,26491437:Carton_gris:3726:26502101,26495360:Carton_gris:3726:26495456,26523735:Carton_gris:3726:26524870,26529997:Carton_gris:3726:26530211,26536219:Carton_gris:3726:26540702,26545130:Carton_gris:3726:26549714,26569619:Carton_gris:3726:26569742,26579608:Carton_gris:3726:26579867,26598497:Carton_gris:3726:26598689,26638672:Carton_gris:3726:26638727,26649399:Carton_gris:3726:26649434,26713231:Carton_gris:3726:26713319,26728824:Carton_gris:3726:26728932,26751113:Carton_gris:3726:26752886,26759506:Carton_gris:3726:26759763,26787528:Carton_gris:3726:26788693,26787563:Carton_gris:3726:26787832,26804092:Carton_gris:3726:26804254,26824368:Carton_gris:3726:26824602,26824393:Carton_gris:3726:26826156,26842680:Carton_gris:3726:26842811,26853530:Carton_gris:3726:26853691,26870397:Carton_gris:3726:26870556,26876770:Carton_gris:3726:26877027,26884485:Carton_gris:3726:26885045,26884487:Carton_gris:3726:26884744,26889598:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0015897275082992, 'nb_photo': 13, 'list_port_cont': '26442016,26537137,26571946,26594395,26631754,26634291,26648878,26803608,26890102,27059938,27072563,27103289,27315370', 'assoc_port': '26439252:26442016,26536228:26537137,26569621:26571946,26586363:26594395,26631030:26631754,26631983:26634291,26648316:26648878,26792966:26803608,26889624:26890102,27058817:27059938,27071587:27072563,27103125:27103289,27315318:27315370', 'assoc_mat': '26439252:ela:4205:26442016,26536228:ela:4205:26537137,26569621:ela:4205:26571946,26586363:ela:4205:26594395,26631030:ela:4205:26631754,26631983:ela:4205:26634291,26648316:ela:4205:26648878,26792966:ela:4205:26803608,26889624:ela:4205:26890102,27058817:ela:4205:27059938,27071587:ela:4205:27072563,27103125:ela:4205:27103289,27315318:ela:4205:27315370'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9342252863163266, 'nb_photo': 533, 'list_port_cont': '26401205,26428252,26442675,26466911,26482239,26499472,26514104,26531665,26554792,26573837,26594030,26594259,26639894,26649793,26712933,26716791,26720359,26727756,26753042,26762015,26790936,26803253,26809751,26830006,26843100,26861879,26884572,26892045,26913454,26941191,26997043,27021324,27057252,27060826,27072382,27072631,27085865,27085941,27097978,27110336,27121801,27148927,27152258,27175126,27321170,27321715,27321795,27321802,27322635,27323239,27324044,27324418', 'assoc_port': '26391739:26401205,26425490:26428252,26439254:26442675,26464089:26466911,26478053:26482239,26492286:26499472,26513793:26514104,26531456:26531665,26554503:26554792,26570438:26573837,26582091:26594259,26593673:26594030,26639552:26639894,26649367:26649793,26712856:26712933,26716458:26716791,26719969:26720359,26727128:26727756,26751193:26762015,26752200:26753042,26790304:26803253,26790329:26790936,26803083:26809751,26824358:26830006,26842682:26843100,26857659:26861879,26879651:26884572,26891694:26892045,26907141:26913454,26934346:26941191,26960163:26997043,27019455:27021324,27055905:27057252,27058829:27060826,27071586:27072631,27071621:27072382,27082807:27085941,27082821:27085865,27089619:27110336,27097607:27097978,27117389:27121801,27143712:27152258,27143717:27148927,27169466:27175126,27225874:27324418,27237161:27324044,27268285:27322635,27279595:27321795,27279604:27321802,27285604:27321715,27307131:27323239,27313960:27321170', 'assoc_mat': '26391739:ela:4203:26401205,26425490:ela:4203:26428252,26439254:ela:4203:26442675,26464089:ela:4203:26466911,26478053:ela:4203:26482239,26492286:ela:4203:26499472,26513793:ela:4203:26514104,26531456:ela:4203:26531665,26554503:ela:4203:26554792,26570438:ela:4203:26573837,26582091:ela:4203:26594259,26593673:ela:4203:26594030,26639552:ela:4203:26639894,26649367:ela:4203:26649793,26712856:ela:4203:26712933,26716458:ela:4203:26716791,26719969:ela:4203:26720359,26727128:ela:4203:26727756,26751193:ela:4203:26762015,26752200:ela:4203:26753042,26790304:ela:4203:26803253,26790329:ela:4203:26790936,26803083:ela:4203:26809751,26824358:ela:4203:26830006,26842682:ela:4203:26843100,26857659:ela:4203:26861879,26879651:ela:4203:26884572,26891694:ela:4203:26892045,26907141:ela:4203:26913454,26934346:ela:4203:26941191,26960163:ela:4203:26997043,27019455:ela:4203:27021324,27055905:ela:4203:27057252,27058829:ela:4203:27060826,27071586:ela:4203:27072631,27071621:ela:4203:27072382,27082807:ela:4203:27085941,27082821:ela:4203:2708586'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007301730250418362, 'nb_photo': 72, 'list_port_cont': '26387970,26392719,26396098,26404486,26442488,26449573,26460085,26486384,26513621,26515479,26516690,26547192,26549398,26583720,26629423,26634304,26638692,26639621,26648896,26712663,26713339,26730043,26736962,26752930,26754491,26761092,26761796,26761882,26763662,26790689,26790825,26806377,26824689,26825278,26841764,26847956,26858772,26863534,26870650,26891180,26904878,26917453,26944521,26980843,27057052,27067119,27067202,27067546,27072002,27072081,27072471,27081651,27083830,27097631,27103159,27148527,27221493,27279643,27310410,27322503,27324334', 'assoc_port': '26386707:26387970,26391740:26392719,26395918:26396098,26401457:26404486,26439255:26442488,26445905:26449573,26456343:26460085,26482169:26486384,26497173:26516690,26501106:26513621,26511275:26515479,26533163:26547192,26545109:26549398,26583460:26583720,26629310:26629423,26631967:26634304,26638674:26638692,26639559:26639621,26648300:26648896,26712596:26712663,26713212:26713339,26728826:26730043,26736695:26736962,26751084:26761092,26751161:26761796,26751189:26761882,26751195:26754491,26752201:26752930,26759508:26763662,26790313:26790825,26790315:26790689,26790343:26806377,26824349:26825278,26824384:26824689,26840612:26841764,26847811:26847956,26856533:26858772,26860465:26863534,26870433:26870650,26890984:26891180,26894917:26904878,26911052:26917453,26943040:26944521,26980715:26980843,27055910:27057052,27066978:27067546,27066982:27067202,27066996:27067119,27071585:27072471,27071614:27072081,27071619:27072002,27080855:27081651,27082739:27083830,27097605:27097631,27102188:27103159,27143732:27148527,27221336:2722149', 'assoc_mat': '26386707:ela:4207:26387970,26391740:ela:4207:26392719,26395918:ela:4207:26396098,26401457:ela:4207:26404486,26439255:ela:4207:26442488,26445905:ela:4207:26449573,26456343:ela:4207:26460085,26482169:ela:4207:26486384,26497173:ela:4207:26516690,26501106:ela:4207:26513621,26511275:ela:4207:26515479,26533163:ela:4207:26547192,26545109:ela:4207:26549398,26583460:ela:4207:26583720,26629310:ela:4207:26629423,26631967:ela:4207:26634304,26638674:ela:4207:26638692,26639559:ela:4207:26639621,26648300:ela:4207:26648896,26712596:ela:4207:26712663,26713212:ela:4207:26713339,26728826:ela:4207:26730043,26736695:ela:4207:26736962,26751084:ela:4207:26761092,26751161:ela:4207:26761796,26751189:ela:4207:26761882,26751195:ela:4207:26754491,26752201:ela:4207:26752930,26759508:ela:4207:26763662,26790313:ela:4207:26790825,26790315:ela:4207:26790689,26790343:ela:4207:26806377,26824349:ela:4207:26825278,26824384:ela:4207:26824689,26840612:ela:4207:26841764,26847811:ela:4207:26847956,26856533:ela:4207:26858772,26860465:ela:4207:2686353'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008407939631675788, 'nb_photo': 2, 'list_port_cont': '26882786,26903020', 'assoc_port': '26882336:26882786,26902487:26903020', 'assoc_mat': '26882336:ela:4461:26882786,26902487:ela:4461:26903020'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0015041813835578, 'nb_photo': 79, 'list_port_cont': '26390797,26390838,26390952,26391933,26397743,26438891,26446348,26456658,26479901,26488155,26530642,26533730,26545516,26546725,26552837,26573571,26577504,26583868,26587959,26638909,26641036,26724062,26752986,26753543,26772353,26791487,26794451,26803329,26824665,26842864,26865710,26889112,26911262,26939751,26960590,26966600,27024330,27056328,27067071,27067409,27071787,27071916,27072318,27087841,27108281,27185513,27188428,27192206,27195608,27221708,27226498,27235095,27239923,27257648,27285732,27286347,27286748,27292173,27307209,27311618', 'assoc_port': '26390463:26390952,26390465:26390838,26390468:26390797,26391743:26391933,26397265:26397743,26438743:26438891,26445884:26446348,26456350:26456658,26479276:26479901,26487564:26488155,26530467:26530642,26533165:26533730,26536221:26546725,26545110:26545516,26552443:26552837,26573162:26573571,26577262:26577504,26583473:26583868,26587642:26587959,26638671:26638909,26640649:26641036,26723896:26724062,26751126:26753543,26751185:26752986,26766062:26772353,26791164:26791487,26794137:26794451,26803079:26803329,26824389:26824665,26842684:26842864,26865021:26865710,26888727:26889112,26911020:26911262,26939162:26939751,26960160:26960590,26966173:26966600,27024174:27024330,27055914:27056328,27066977:27067409,27066995:27067071,27071580:27072318,27071615:27071916,27071622:27071787,27086908:27087841,27108097:27108281,27185122:27185513,27188048:27188428,27191995:27192206,27195474:27195608,27221338:27221708,27226343:27226498,27231366:27239923,27234793:27235095,27251086:27257648,27285543:27286347,27285599:27285732,27286595:2728674', 'assoc_mat': '26390463:ela:4200:26390952,26390465:ela:4200:26390838,26390468:ela:4200:26390797,26391743:ela:4200:26391933,26397265:ela:4200:26397743,26438743:ela:4200:26438891,26445884:ela:4200:26446348,26456350:ela:4200:26456658,26479276:ela:4200:26479901,26487564:ela:4200:26488155,26530467:ela:4200:26530642,26533165:ela:4200:26533730,26536221:ela:4200:26546725,26545110:ela:4200:26545516,26552443:ela:4200:26552837,26573162:ela:4200:26573571,26577262:ela:4200:26577504,26583473:ela:4200:26583868,26587642:ela:4200:26587959,26638671:ela:4200:26638909,26640649:ela:4200:26641036,26723896:ela:4200:26724062,26751126:ela:4200:26753543,26751185:ela:4200:26752986,26766062:ela:4200:26772353,26791164:ela:4200:26791487,26794137:ela:4200:26794451,26803079:ela:4200:26803329,26824389:ela:4200:26824665,26842684:ela:4200:26842864,26865021:ela:4200:26865710,26888727:ela:4200:26889112,26911020:ela:4200:26911262,26939162:ela:4200:26939751,26960160:ela:4200:26960590,26966173:ela:4200:26966600,27024174:ela:4200:27024330,27055914:ela:4200:2705632'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0017250045052602206, 'nb_photo': 59, 'list_port_cont': '26390306,26398074,26430686,26476479,26482837,26532055,26552940,26578502,26578697,26586516,26592670,26712547,26713949,26716635,26721628,26724122,26751677,26755957,26790639,26863977,26886032,26886311,26911401,26956087,26965789,27047912,27071684,27071827,27083322,27100163,27126456,27172467,27188373,27195912,27251395,27268619,27268682,27281563,27310637', 'assoc_port': '26390031:26390306,26395921:26398074,26430557:26430686,26475493:26476479,26482160:26482837,26531944:26532055,26552442:26552940,26578353:26578502,26578354:26578697,26586392:26586516,26592510:26592670,26712523:26712547,26713695:26713949,26716478:26716635,26721332:26721628,26723903:26724122,26751145:26751677,26755358:26755957,26790305:26790639,26863697:26863977,26885905:26886311,26885909:26886032,26911022:26911401,26955634:26956087,26965623:26965789,27047556:27047912,27071632:27071827,27071636:27071684,27082754:27083322,27099890:27100163,27125995:27126456,27172140:27172467,27188054:27188373,27195451:27195912,27251108:27251395,27268276:27268682,27268306:27268619,27281261:27281563,27310503:27310637', 'assoc_mat': '26390031:ela:4209:26390306,26395921:ela:4209:26398074,26430557:ela:4209:26430686,26475493:ela:4209:26476479,26482160:ela:4209:26482837,26531944:ela:4209:26532055,26552442:ela:4209:26552940,26578353:ela:4209:26578502,26578354:ela:4209:26578697,26586392:ela:4209:26586516,26592510:ela:4209:26592670,26712523:ela:4209:26712547,26713695:ela:4209:26713949,26716478:ela:4209:26716635,26721332:ela:4209:26721628,26723903:ela:4209:26724122,26751145:ela:4209:26751677,26755358:ela:4209:26755957,26790305:ela:4209:26790639,26863697:ela:4209:26863977,26885905:ela:4209:26886311,26885909:ela:4209:26886032,26911022:ela:4209:26911401,26955634:ela:4209:26956087,26965623:ela:4209:26965789,27047556:ela:4209:27047912,27071632:ela:4209:27071827,27071636:ela:4209:27071684,27082754:ela:4209:27083322,27099890:ela:4209:27100163,27125995:ela:4209:27126456,27172140:ela:4209:27172467,27188054:ela:4209:27188373,27195451:ela:4209:27195912,27251108:ela:4209:27251395,27268276:ela:4209:27268682,27268306:ela:4209:27268619,27281261:ela:4209:2728156'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.000990738473022074, 'nb_photo': 1417, 'list_port_cont': '26388175,26388942,26391052,26392350,26395463,26396188,26400930,26431040,26433460,26436516,26438938,26438987,26439998,26443393,26446814,26449494,26449791,26453053,26454574,26456893,26466439,26476751,26478955,26480397,26480847,26483070,26486788,26488211,26492583,26495939,26498085,26501732,26505748,26512360,26525369,26530319,26530775,26532353,26532490,26536843,26539862,26540865,26542239,26545625,26546580,26566108,26568091,26568553,26571369,26574378,26574424,26577532,26578814,26582702,26583983,26587147,26588018,26591075,26593131,26594154,26595342,26628879,26629793,26629900,26632789,26639816,26641295,26641595,26643237,26643494,26648911,26651689,26656172,26657272,26658056,26711490,26712227,26712365,26712740,26712961,26714415,26714541,26716717,26718203,26718753,26720297,26721964,26724256,26724999,26726609,26726862,26729296,26730773,26747817,26751239,26751808,26752325,26752531,26752639,26753167,26753500,26753889,26754618,26754808,26757308,26758765,26760091,26766289,26767802,26772982,26787207,26788659,26790858,2679129', 'assoc_port': '26386677:26388175,26387927:26388942,26390466:26391052,26391738:26392350,26395135:26395463,26395919:26396188,26400216:26400930,26430555:26431040,26432931:26433460,26436193:26436516,26438736:26438987,26438738:26438938,26439265:26439998,26442792:26443393,26445908:26446814,26448719:26449791,26448722:26449494,26452472:26453053,26453702:26454574,26456347:26456893,26457498:26466439,26475512:26476751,26478052:26478955,26479251:26480847,26479259:26480397,26482170:26483070,26486544:26486788,26487572:26488211,26492290:26492583,26495362:26495939,26495368:26512360,26497817:26505748,26497820:26498085,26501108:26501732,26524843:26525369,26529998:26530319,26530465:26530775,26531949:26532490,26531952:26532353,26536212:26536843,26539070:26540865,26539081:26539862,26541434:26542239,26545117:26546580,26545125:26545625,26563481:26566108,26567360:26568553,26567361:26568091,26570440:26571369,26573995:26574424,26573997:26574378,26577265:26577532,26578357:26578814,26582092:26582702,26583446:26583983,26586390:26587147,26587655:2658801', 'assoc_mat': '26386677:ela:4211:26388175,26387927:ela:4211:26388942,26390466:ela:4211:26391052,26391738:ela:4211:26392350,26395135:ela:4211:26395463,26395919:ela:4211:26396188,26400216:ela:4211:26400930,26430555:ela:4211:26431040,26432931:ela:4211:26433460,26436193:ela:4211:26436516,26438736:ela:4211:26438987,26438738:ela:4211:26438938,26439265:ela:4211:26439998,26442792:ela:4211:26443393,26445908:ela:4211:26446814,26448719:ela:4211:26449791,26448722:ela:4211:26449494,26452472:ela:4211:26453053,26453702:ela:4211:26454574,26456347:ela:4211:26456893,26457498:ela:4211:26466439,26475512:ela:4211:26476751,26478052:ela:4211:26478955,26479251:ela:4211:26480847,26479259:ela:4211:26480397,26482170:ela:4211:26483070,26486544:ela:4211:26486788,26487572:ela:4211:26488211,26492290:ela:4211:26492583,26495362:ela:4211:26495939,26495368:ela:4211:26512360,26497817:ela:4211:26505748,26497820:ela:4211:26498085,26501108:ela:4211:26501732,26524843:ela:4211:26525369,26529998:ela:4211:26530319,26530465:ela:4211:26530775,26531949:ela:4211:2653249'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 5.79662542946515e-05, 'nb_photo': 27, 'list_port_cont': '26428253,26499475,26554794,26573831,26594254,26649792,26712937,26803246,26809756,26830008,26843097,26884571,27021329,27057241,27072378,27072628,27097985,27121798,27324048', 'assoc_port': '26425490:26428253,26492286:26499475,26554503:26554794,26570438:26573831,26582091:26594254,26649367:26649792,26712856:26712937,26790304:26803246,26803083:26809756,26824358:26830008,26842682:26843097,26879651:26884571,27019455:27021329,27055905:27057241,27071586:27072628,27071621:27072378,27097607:27097985,27117389:27121798,27237161:27324048', 'assoc_mat': '26425490:etiquette:4203:26428253,26492286:etiquette:4203:26499475,26554503:etiquette:4203:26554794,26570438:etiquette:4203:26573831,26582091:etiquette:4203:26594254,26649367:etiquette:4203:26649792,26712856:etiquette:4203:26712937,26790304:etiquette:4203:26803246,26803083:etiquette:4203:26809756,26824358:etiquette:4203:26830008,26842682:etiquette:4203:26843097,26879651:etiquette:4203:26884571,27019455:etiquette:4203:27021329,27055905:etiquette:4203:27057241,27071586:etiquette:4203:27072628,27071621:etiquette:4203:27072378,27097607:etiquette:4203:27097985,27117389:etiquette:4203:27121798,27237161:etiquette:4203:27324048'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00020870120119057737, 'nb_photo': 1, 'list_port_cont': '26818331', 'assoc_port': '26790308:26818331', 'assoc_mat': '26790308:etiquette:4207:26818331'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0001439744055954953, 'nb_photo': 1, 'list_port_cont': '27277033', 'assoc_port': '27276864:27277033', 'assoc_mat': '27276864:etiquette:4209:27277033'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 4.52138644782049e-06, 'nb_photo': 1, 'list_port_cont': '27067186', 'assoc_port': '27067009:27067186', 'assoc_mat': '27067009:etiquette:4211:27067186'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0043692860758511864, 'nb_photo': 2, 'list_port_cont': '27136926,27188922', 'assoc_port': '27136055:27136926,27188045:27188922', 'assoc_mat': '27136055:etiquette:3327:27136926,27188045:etiquette:3327:27188922'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01978802375006136, 'nb_photo': 526, 'list_port_cont': '26387572,26391115,26442023,26446254,26481324,26497562,26530579,26537136,26571943,26594403,26631755,26634288,26648884,26719640,26728977,26753072,26759685,26761330,26803597,26814710,26814913,26824498,26860738,26867877,26890093,26891096,26942078,26974283,27059943,27072559,27100817,27103279,27131714,27145519,27185458,27225923,27315362,27321655,27323914', 'assoc_port': '26386679:26387572,26390464:26391115,26439252:26442023,26445912:26446254,26478051:26481324,26497171:26497562,26530468:26530579,26536228:26537136,26569621:26571943,26586363:26594403,26631030:26631755,26631983:26634288,26648316:26648884,26719536:26719640,26728853:26728977,26751099:26761330,26751279:26753072,26759529:26759685,26792966:26803597,26807483:26814710,26807485:26814913,26824394:26824498,26857652:26860738,26867715:26867877,26889624:26890093,26890987:26891096,26939177:26942078,26974036:26974283,27058817:27059943,27071587:27072559,27097601:27100817,27103125:27103279,27131472:27131714,27143738:27145519,27185120:27185458,27225865:27225923,27237164:27323914,27285547:27321655,27315318:27315362', 'assoc_mat': '26386679:film_plastique:4205:26387572,26390464:film_plastique:4205:26391115,26439252:film_plastique:4205:26442023,26445912:film_plastique:4205:26446254,26478051:film_plastique:4205:26481324,26497171:film_plastique:4205:26497562,26530468:film_plastique:4205:26530579,26536228:film_plastique:4205:26537136,26569621:film_plastique:4205:26571943,26586363:film_plastique:4205:26594403,26631030:film_plastique:4205:26631755,26631983:film_plastique:4205:26634288,26648316:film_plastique:4205:26648884,26719536:film_plastique:4205:26719640,26728853:film_plastique:4205:26728977,26751099:film_plastique:4205:26761330,26751279:film_plastique:4205:26753072,26759529:film_plastique:4205:26759685,26792966:film_plastique:4205:26803597,26807483:film_plastique:4205:26814710,26807485:film_plastique:4205:26814913,26824394:film_plastique:4205:26824498,26857652:film_plastique:4205:26860738,26867715:film_plastique:4205:26867877,26889624:film_plastique:4205:26890093,26890987:film_plastique:4205:26891096,26939177:film_plastique:4205:2694207'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0060710387603150956, 'nb_photo': 764, 'list_port_cont': '26401215,26428254,26442677,26466906,26482242,26499476,26514091,26531662,26554804,26573839,26594036,26594257,26639880,26649789,26712940,26716782,26720357,26727752,26753040,26762012,26790935,26803251,26809755,26830016,26843089,26861873,26884569,26892040,26913445,26941182,26997051,27021330,27057245,27060822,27072380,27072624,27085871,27085945,27097979,27110337,27121807,27148928,27152251,27175123,27321178,27321706,27321790,27321806,27322636,27323243,27324035,27324425', 'assoc_port': '26391739:26401215,26425490:26428254,26439254:26442677,26464089:26466906,26478053:26482242,26492286:26499476,26513793:26514091,26531456:26531662,26554503:26554804,26570438:26573839,26582091:26594257,26593673:26594036,26639552:26639880,26649367:26649789,26712856:26712940,26716458:26716782,26719969:26720357,26727128:26727752,26751193:26762012,26752200:26753040,26790304:26803251,26790329:26790935,26803083:26809755,26824358:26830016,26842682:26843089,26857659:26861873,26879651:26884569,26891694:26892040,26907141:26913445,26934346:26941182,26960163:26997051,27019455:27021330,27055905:27057245,27058829:27060822,27071586:27072624,27071621:27072380,27082807:27085945,27082821:27085871,27089619:27110337,27097607:27097979,27117389:27121807,27143712:27152251,27143717:27148928,27169466:27175123,27225874:27324425,27237161:27324035,27268285:27322636,27279595:27321790,27279604:27321806,27285604:27321706,27307131:27323243,27313960:27321178', 'assoc_mat': '26391739:film_plastique:4203:26401215,26425490:film_plastique:4203:26428254,26439254:film_plastique:4203:26442677,26464089:film_plastique:4203:26466906,26478053:film_plastique:4203:26482242,26492286:film_plastique:4203:26499476,26513793:film_plastique:4203:26514091,26531456:film_plastique:4203:26531662,26554503:film_plastique:4203:26554804,26570438:film_plastique:4203:26573839,26582091:film_plastique:4203:26594257,26593673:film_plastique:4203:26594036,26639552:film_plastique:4203:26639880,26649367:film_plastique:4203:26649789,26712856:film_plastique:4203:26712940,26716458:film_plastique:4203:26716782,26719969:film_plastique:4203:26720357,26727128:film_plastique:4203:26727752,26751193:film_plastique:4203:26762012,26752200:film_plastique:4203:26753040,26790304:film_plastique:4203:26803251,26790329:film_plastique:4203:26790935,26803083:film_plastique:4203:26809755,26824358:film_plastique:4203:26830016,26842682:film_plastique:4203:26843089,26857659:film_plastique:4203:26861873,26879651:film_plastique:4203:2688456'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003715478163767275, 'nb_photo': 2256, 'list_port_cont': '26387962,26389592,26390202,26390240,26390767,26392720,26392818,26396099,26399054,26402573,26404487,26404690,26428225,26430707,26435634,26437755,26438852,26441737,26442494,26444825,26444994,26445009,26445201,26449580,26453580,26456327,26457299,26460086,26460302,26466759,26481202,26482870,26482999,26483214,26486395,26486547,26486804,26490161,26496977,26500166,26512223,26513267,26513630,26513796,26515488,26516694,26517084,26529261,26530227,26530616,26530707,26531573,26532248,26536306,26543368,26546289,26547190,26549384,26549609,26553299,26553426,26553558,26556888,26570559,26571376,26571623,26573644,26573879,26574283,26577480,26583728,26590295,26590944,26593831,26594342,26594500,26594784,26595312,26596402,26599191,26628966,26629425,26629870,26634313,26634778,26638699,26639634,26640155,26641948,26644301,26648903,26649415,26649633,26658780,26659137,26668190,26711876,26712382,26712656,26713334,26714039,26714529,26715960,26716655,26716706,26716986,26718528,26719758,26721647,26723998,26724702,26726647,26726781,2672733', 'assoc_port': '26386707:26387962,26387952:26389592,26390029:26390240,26390034:26390202,26390467:26390767,26391740:26392720,26391742:26392818,26395918:26396099,26397261:26399054,26400217:26402573,26401457:26404487,26401486:26404690,26427995:26428225,26430559:26430707,26434416:26435634,26437046:26437755,26438741:26438852,26439251:26441737,26439255:26442494,26442776:26444825,26442788:26445009,26442817:26445201,26444767:26444994,26445905:26449580,26448721:26453580,26452473:26456327,26453704:26457299,26456343:26460086,26456352:26460302,26464088:26466759,26475514:26486804,26478050:26481202,26479241:26482870,26479253:26482999,26479256:26483214,26482169:26486395,26482173:26486547,26487562:26490161,26489092:26496977,26492284:26512223,26497173:26516694,26497181:26517084,26499949:26513267,26499965:26500166,26501106:26513630,26501113:26513796,26511275:26515488,26523740:26529261,26524840:26530707,26529999:26530227,26530464:26530616,26531442:26531573,26531950:26532248,26533163:26547190,26533166:26546289,26536214:26553299,26536224:2655342', 'assoc_mat': '26386707:film_plastique:4207:26387962,26387952:film_plastique:4207:26389592,26390029:film_plastique:4207:26390240,26390034:film_plastique:4207:26390202,26390467:film_plastique:4207:26390767,26391740:film_plastique:4207:26392720,26391742:film_plastique:4207:26392818,26395918:film_plastique:4207:26396099,26397261:film_plastique:4207:26399054,26400217:film_plastique:4207:26402573,26401457:film_plastique:4207:26404487,26401486:film_plastique:4207:26404690,26427995:film_plastique:4207:26428225,26430559:film_plastique:4207:26430707,26434416:film_plastique:4207:26435634,26437046:film_plastique:4207:26437755,26438741:film_plastique:4207:26438852,26439251:film_plastique:4207:26441737,26439255:film_plastique:4207:26442494,26442776:film_plastique:4207:26444825,26442788:film_plastique:4207:26445009,26442817:film_plastique:4207:26445201,26444767:film_plastique:4207:26444994,26445905:film_plastique:4207:26449580,26448721:film_plastique:4207:26453580,26452473:film_plastique:4207:26456327,26453704:film_plastique:4207:2645729'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7947369249774114, 'nb_photo': 5054, 'list_port_cont': '26388580,26395371,26400643,26401891,26428470,26430871,26436386,26439696,26445252,26446517,26456741,26457825,26476232,26479821,26480067,26488392,26491717,26495787,26497995,26501478,26531687,26531734,26533838,26536660,26540288,26540456,26545679,26567748,26573432,26573451,26578780,26584037,26588047,26595347,26595393,26628817,26631354,26638874,26641001,26649524,26651295,26651871,26655914,26712406,26712696,26714504,26716677,26718709,26720104,26721758,26724908,26726817,26727365,26747641,26750746,26751729,26751823,26752012,26752405,26755764,26758698,26760459,26772367,26785788,26788112,26788579,26790697,26794707,26803432,26806744,26824556,26824765,26824857,26841946,26846960,26848274,26850992,26865253,26865491,26870689,26870735,26882789,26886420,26889987,26894117,26895233,26903022,26907615,26908789,26927912,26933766,26943663,26944846,26952894,26961921,26966939,27016492,27049471,27053309,27056256,27059194,27059389,27067142,27067225,27071770,27072035,27072125,27072185,27072227,27073151,27081205,27083278,27083497,2708736', 'assoc_port': '26387953:26388580,26395137:26395371,26400218:26400643,26401455:26401891,26427958:26428470,26430561:26430871,26436194:26436386,26439256:26439696,26444765:26445252,26445909:26446517,26456344:26456741,26457495:26457825,26475495:26476232,26479249:26480067,26479280:26479821,26487569:26488392,26491451:26491717,26495358:26495787,26497818:26497995,26501114:26501478,26531440:26531734,26531443:26531687,26533164:26533838,26536215:26536660,26539053:26540456,26539072:26540288,26545119:26545679,26567362:26567748,26573161:26573451,26573165:26573432,26578355:26578780,26583459:26584037,26587629:26588047,26595187:26595393,26595189:26595347,26628256:26628817,26631029:26631354,26638676:26638874,26640558:26641001,26649359:26649524,26651196:26651871,26651200:26651295,26655471:26655914,26712338:26712406,26712595:26712696,26714283:26714504,26716438:26716677,26718541:26718709,26719967:26720104,26721330:26721758,26724506:26724908,26726289:26726817,26727130:26727365,26747103:26747641,26750687:26750746,26751100:26751729,26751147:2675240', 'assoc_mat': '26387953:film_plastique:4461:26388580,26395137:film_plastique:4461:26395371,26400218:film_plastique:4461:26400643,26401455:film_plastique:4461:26401891,26427958:film_plastique:4461:26428470,26430561:film_plastique:4461:26430871,26436194:film_plastique:4461:26436386,26439256:film_plastique:4461:26439696,26444765:film_plastique:4461:26445252,26445909:film_plastique:4461:26446517,26456344:film_plastique:4461:26456741,26457495:film_plastique:4461:26457825,26475495:film_plastique:4461:26476232,26479249:film_plastique:4461:26480067,26479280:film_plastique:4461:26479821,26487569:film_plastique:4461:26488392,26491451:film_plastique:4461:26491717,26495358:film_plastique:4461:26495787,26497818:film_plastique:4461:26497995,26501114:film_plastique:4461:26501478,26531440:film_plastique:4461:26531734,26531443:film_plastique:4461:26531687,26533164:film_plastique:4461:26533838,26536215:film_plastique:4461:26536660,26539053:film_plastique:4461:26540456,26539072:film_plastique:4461:26540288,26545119:film_plastique:4461:2654567'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.020853907304162124, 'nb_photo': 2551, 'list_port_cont': '26387269,26387300,26390796,26390831,26390954,26391931,26392139,26397727,26434862,26435121,26437500,26437696,26438881,26443148,26445017,26446351,26449061,26453941,26454228,26455682,26456661,26478466,26478851,26479903,26488055,26488162,26489593,26492368,26497371,26500340,26502181,26507349,26509906,26527949,26528037,26530637,26533736,26536512,26539309,26539591,26545475,26545515,26546721,26552823,26566262,26573572,26577521,26579892,26583865,26587966,26590832,26593937,26595297,26599125,26629646,26635157,26638912,26641025,26646026,26649499,26651529,26712637,26716001,26716617,26717058,26718138,26719596,26721578,26724063,26724837,26726625,26729077,26748635,26752207,26752383,26752453,26752607,26752977,26753056,26753283,26753547,26753861,26760406,26765684,26767686,26772346,26788466,26790532,26791485,26794454,26795868,26801621,26803325,26804492,26804761,26809377,26815170,26824676,26824796,26824911,26825046,26825186,26842866,26846771,26854012,26865355,26865706,26877121,26884912,26885225,26889114,26891209,26891809,2689184', 'assoc_port': '26386718:26387300,26386744:26387269,26390463:26390954,26390465:26390831,26390468:26390796,26391743:26391931,26391744:26392139,26397265:26397727,26434412:26434862,26434414:26435121,26437044:26437696,26437051:26437500,26438743:26438881,26442818:26443148,26444763:26445017,26445884:26446351,26448726:26449061,26452474:26455682,26453706:26453941,26453708:26454228,26456350:26456661,26478047:26478851,26478049:26478466,26479276:26479903,26487564:26488162,26487567:26488055,26489107:26489593,26492292:26492368,26495367:26502181,26497183:26497371,26499951:26500340,26501110:26509906,26507069:26507349,26527509:26527949,26527510:26528037,26530467:26530637,26533165:26533736,26536221:26546721,26536226:26536512,26539062:26539591,26539067:26539309,26545110:26545515,26545122:26545475,26552443:26552823,26566015:26566262,26573162:26573572,26577262:26577521,26579612:26579892,26583473:26583865,26587642:26587966,26590421:26590832,26593672:26593937,26595190:26595297,26599081:26599125,26629305:26629646,26634579:26635157,26638671:2663891', 'assoc_mat': '26386718:film_plastique:4200:26387300,26386744:film_plastique:4200:26387269,26390463:film_plastique:4200:26390954,26390465:film_plastique:4200:26390831,26390468:film_plastique:4200:26390796,26391743:film_plastique:4200:26391931,26391744:film_plastique:4200:26392139,26397265:film_plastique:4200:26397727,26434412:film_plastique:4200:26434862,26434414:film_plastique:4200:26435121,26437044:film_plastique:4200:26437696,26437051:film_plastique:4200:26437500,26438743:film_plastique:4200:26438881,26442818:film_plastique:4200:26443148,26444763:film_plastique:4200:26445017,26445884:film_plastique:4200:26446351,26448726:film_plastique:4200:26449061,26452474:film_plastique:4200:26455682,26453706:film_plastique:4200:26453941,26453708:film_plastique:4200:26454228,26456350:film_plastique:4200:26456661,26478047:film_plastique:4200:26478851,26478049:film_plastique:4200:26478466,26479276:film_plastique:4200:26479903,26487564:film_plastique:4200:26488162,26487567:film_plastique:4200:26488055,26489107:film_plastique:4200:2648959'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.00880100983036556, 'nb_photo': 145, 'list_port_cont': '26390295,26398082,26430692,26445108,26456463,26457701,26476468,26482842,26504814,26545377,26552941,26563920,26578702,26586521,26592758,26626683,26629494,26632322,26639786,26660673,26712736,26712875,26713953,26721634,26724123,26728957,26747379,26747485,26751680,26755958,26783785,26790638,26793575,26809501,26824618,26844133,26852438,26863971,26879993,26939636,26966616,27019723,27019744,27071687,27071824,27083108,27092749,27100155,27102487,27102889,27117717,27118834,27126460,27140377,27147625,27151057,27172473,27180390,27188362,27195913,27223597,27225962,27245151,27245320,27251404,27268625,27268678,27286729,27307962,27310641', 'assoc_port': '26390031:26390295,26395921:26398082,26430557:26430692,26444773:26445108,26456353:26456463,26457500:26457701,26475493:26476468,26482160:26482842,26504435:26504814,26545129:26545377,26552442:26552941,26563464:26563920,26578354:26578702,26586392:26586521,26592511:26592758,26626409:26626683,26629300:26629494,26631986:26632322,26639554:26639786,26660297:26660673,26712577:26712736,26712853:26712875,26713695:26713953,26721332:26721634,26723903:26724123,26728850:26728957,26747084:26747379,26747101:26747485,26751145:26751680,26755358:26755958,26783338:26793575,26783343:26783785,26790305:26790638,26809213:26809501,26824347:26824618,26843742:26844133,26852313:26852438,26863697:26863971,26879650:26879993,26939179:26939636,26966197:26966616,27019447:27019744,27019452:27019723,27071632:27071824,27071636:27071687,27082759:27083108,27086910:27092749,27093763:27102889,27099890:27100155,27102183:27102487,27117388:27117717,27118660:27118834,27125995:27126460,27139917:27140377,27147391:27147625,27150783:27151057,27172140:2717247', 'assoc_mat': '26390031:film_plastique:4209:26390295,26395921:film_plastique:4209:26398082,26430557:film_plastique:4209:26430692,26444773:film_plastique:4209:26445108,26456353:film_plastique:4209:26456463,26457500:film_plastique:4209:26457701,26475493:film_plastique:4209:26476468,26482160:film_plastique:4209:26482842,26504435:film_plastique:4209:26504814,26545129:film_plastique:4209:26545377,26552442:film_plastique:4209:26552941,26563464:film_plastique:4209:26563920,26578354:film_plastique:4209:26578702,26586392:film_plastique:4209:26586521,26592511:film_plastique:4209:26592758,26626409:film_plastique:4209:26626683,26629300:film_plastique:4209:26629494,26631986:film_plastique:4209:26632322,26639554:film_plastique:4209:26639786,26660297:film_plastique:4209:26660673,26712577:film_plastique:4209:26712736,26712853:film_plastique:4209:26712875,26713695:film_plastique:4209:26713953,26721332:film_plastique:4209:26721634,26723903:film_plastique:4209:26724123,26728850:film_plastique:4209:26728957,26747084:film_plastique:4209:2674737'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.004783156999464547, 'nb_photo': 12968, 'list_port_cont': '26388168,26388943,26391066,26392351,26395465,26396185,26400928,26428404,26431041,26433481,26436518,26438944,26438993,26439989,26443399,26446815,26449487,26449776,26453060,26454575,26456891,26466445,26476741,26478959,26480408,26480852,26483075,26486780,26488215,26492587,26495950,26498082,26501731,26504862,26505749,26510198,26512361,26525373,26530322,26530768,26532350,26532479,26536841,26539873,26540866,26542229,26545616,26546588,26566105,26568076,26568548,26571372,26574369,26574432,26577542,26578813,26582705,26583979,26587150,26588016,26591061,26593138,26594140,26595341,26628894,26629804,26629899,26629987,26632802,26635180,26639806,26641285,26641590,26643250,26643497,26648921,26651691,26656178,26657264,26657418,26658064,26711493,26712217,26712346,26712377,26712755,26712972,26713390,26714100,26714426,26714544,26716719,26718215,26718754,26720298,26721953,26724262,26725001,26726614,26726716,26726850,26729184,26729311,26730784,26747819,26748899,26748948,26751245,26751801,26752317,26752517,26752640,26753170,2675351', 'assoc_port': '26386677:26388168,26387927:26388943,26390466:26391066,26391738:26392351,26395135:26395465,26395919:26396185,26400216:26400928,26427977:26428404,26430555:26431041,26432931:26433481,26436193:26436518,26438736:26438993,26438738:26438944,26439265:26439989,26442792:26443399,26445908:26446815,26448719:26449776,26448722:26449487,26452472:26453060,26453702:26454575,26456347:26456891,26457498:26466445,26475512:26476741,26478052:26478959,26479251:26480852,26479259:26480408,26482170:26483075,26486544:26486780,26487572:26488215,26492290:26492587,26495362:26495950,26495368:26512361,26497817:26505749,26497820:26498082,26501108:26501731,26501112:26510198,26504436:26504862,26524843:26525373,26529998:26530322,26530465:26530768,26531949:26532479,26531952:26532350,26536212:26536841,26539070:26540866,26539081:26539873,26541434:26542229,26545117:26546588,26545125:26545616,26563481:26566105,26567360:26568548,26567361:26568076,26570440:26571372,26573995:26574432,26573997:26574369,26577265:26577542,26578357:26578813,26582092:2658270', 'assoc_mat': '26386677:film_plastique:4211:26388168,26387927:film_plastique:4211:26388943,26390466:film_plastique:4211:26391066,26391738:film_plastique:4211:26392351,26395135:film_plastique:4211:26395465,26395919:film_plastique:4211:26396185,26400216:film_plastique:4211:26400928,26427977:film_plastique:4211:26428404,26430555:film_plastique:4211:26431041,26432931:film_plastique:4211:26433481,26436193:film_plastique:4211:26436518,26438736:film_plastique:4211:26438993,26438738:film_plastique:4211:26438944,26439265:film_plastique:4211:26439989,26442792:film_plastique:4211:26443399,26445908:film_plastique:4211:26446815,26448719:film_plastique:4211:26449776,26448722:film_plastique:4211:26449487,26452472:film_plastique:4211:26453060,26453702:film_plastique:4211:26454575,26456347:film_plastique:4211:26456891,26457498:film_plastique:4211:26466445,26475512:film_plastique:4211:26476741,26478052:film_plastique:4211:26478959,26479251:film_plastique:4211:26480852,26479259:film_plastique:4211:26480408,26482170:film_plastique:4211:2648307'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0009128084765697102, 'nb_photo': 10, 'list_port_cont': '26598690,26752882,26790469,26870557,26884738,26895193,27136235,27307189,27314046', 'assoc_port': '26598497:26598690,26751113:26752882,26790302:26790469,26870397:26870557,26884487:26884738,26894919:26895193,27136042:27136235,27307127:27307189,27313953:27314046', 'assoc_mat': '26598497:kraft:3726:26598690,26751113:kraft:3726:26752882,26790302:kraft:3726:26790469,26870397:kraft:3726:26870557,26884487:kraft:3726:26884738,26894919:kraft:3726:26895193,27136042:kraft:3726:27136235,27307127:kraft:3726:27307189,27313953:kraft:3726:27314046'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9523314400887267, 'nb_photo': 42, 'list_port_cont': '26442017,26481322,26497560,26530574,26537132,26571947,26594391,26631742,26728973,26753064,26761319,26803600,26814713,26824505,26860730,26867878,26891101,26942096,27059942,27100828,27131719,27145528,27185451,27225933', 'assoc_port': '26439252:26442017,26478051:26481322,26497171:26497560,26530468:26530574,26536228:26537132,26569621:26571947,26586363:26594391,26631030:26631742,26728853:26728973,26751099:26761319,26751279:26753064,26792966:26803600,26807483:26814713,26824394:26824505,26857652:26860730,26867715:26867878,26890987:26891101,26939177:26942096,27058817:27059942,27097601:27100828,27131472:27131719,27143738:27145528,27185120:27185451,27225865:27225933', 'assoc_mat': '26439252:metal:4205:26442017,26478051:metal:4205:26481322,26497171:metal:4205:26497560,26530468:metal:4205:26530574,26536228:metal:4205:26537132,26569621:metal:4205:26571947,26586363:metal:4205:26594391,26631030:metal:4205:26631742,26728853:metal:4205:26728973,26751099:metal:4205:26761319,26751279:metal:4205:26753064,26792966:metal:4205:26803600,26807483:metal:4205:26814713,26824394:metal:4205:26824505,26857652:metal:4205:26860730,26867715:metal:4205:26867878,26890987:metal:4205:26891101,26939177:metal:4205:26942096,27058817:metal:4205:27059942,27097601:metal:4205:27100828,27131472:metal:4205:27131719,27143738:metal:4205:27145528,27185120:metal:4205:27185451,27225865:metal:4205:27225933'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.018720212751992683, 'nb_photo': 1496, 'list_port_cont': '26401208,26428261,26442687,26466907,26482246,26499471,26514106,26531670,26554805,26573841,26594040,26594264,26639896,26649786,26712941,26716790,26720362,26727766,26753032,26762005,26790929,26803243,26809762,26830004,26843101,26861872,26884568,26892041,26913458,26941187,26997049,27021327,27057246,27060830,27072373,27072625,27085864,27085943,27097981,27110323,27121802,27148945,27152253,27175117,27321181,27321705,27321783,27321809,27322647,27323247,27324039,27324423', 'assoc_port': '26391739:26401208,26425490:26428261,26439254:26442687,26464089:26466907,26478053:26482246,26492286:26499471,26513793:26514106,26531456:26531670,26554503:26554805,26570438:26573841,26582091:26594264,26593673:26594040,26639552:26639896,26649367:26649786,26712856:26712941,26716458:26716790,26719969:26720362,26727128:26727766,26751193:26762005,26752200:26753032,26790304:26803243,26790329:26790929,26803083:26809762,26824358:26830004,26842682:26843101,26857659:26861872,26879651:26884568,26891694:26892041,26907141:26913458,26934346:26941187,26960163:26997049,27019455:27021327,27055905:27057246,27058829:27060830,27071586:27072625,27071621:27072373,27082807:27085943,27082821:27085864,27089619:27110323,27097607:27097981,27117389:27121802,27143712:27152253,27143717:27148945,27169466:27175117,27225874:27324423,27237161:27324039,27268285:27322647,27279595:27321783,27279604:27321809,27285604:27321705,27307131:27323247,27313960:27321181', 'assoc_mat': '26391739:metal:4203:26401208,26425490:metal:4203:26428261,26439254:metal:4203:26442687,26464089:metal:4203:26466907,26478053:metal:4203:26482246,26492286:metal:4203:26499471,26513793:metal:4203:26514106,26531456:metal:4203:26531670,26554503:metal:4203:26554805,26570438:metal:4203:26573841,26582091:metal:4203:26594264,26593673:metal:4203:26594040,26639552:metal:4203:26639896,26649367:metal:4203:26649786,26712856:metal:4203:26712941,26716458:metal:4203:26716790,26719969:metal:4203:26720362,26727128:metal:4203:26727766,26751193:metal:4203:26762005,26752200:metal:4203:26753032,26790304:metal:4203:26803243,26790329:metal:4203:26790929,26803083:metal:4203:26809762,26824358:metal:4203:26830004,26842682:metal:4203:26843101,26857659:metal:4203:26861872,26879651:metal:4203:26884568,26891694:metal:4203:26892041,26907141:metal:4203:26913458,26934346:metal:4203:26941187,26960163:metal:4203:26997049,27019455:metal:4203:27021327,27055905:metal:4203:27057246,27058829:metal:4203:27060830,27071586:metal:4203:27072625,27071621:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.011373367433169641, 'nb_photo': 1255, 'list_port_cont': '26387956,26389587,26390201,26390242,26390771,26392725,26392816,26396100,26399057,26402568,26404490,26428236,26430708,26435621,26437753,26438845,26441733,26442495,26444830,26444984,26445007,26445214,26449575,26453583,26456337,26457303,26460082,26460299,26466769,26481195,26482865,26483210,26486381,26486560,26486811,26490159,26496972,26500173,26512216,26513266,26513627,26513794,26515491,26516691,26516926,26517090,26529256,26530238,26530617,26530712,26531570,26532237,26536315,26543362,26546287,26547183,26549606,26553301,26553419,26553567,26556882,26570558,26571374,26571626,26573643,26573881,26574273,26577471,26583721,26590287,26590945,26593839,26594348,26594780,26596403,26599199,26628962,26629432,26629874,26634315,26634782,26638700,26639635,26640157,26641959,26644299,26648897,26649424,26649627,26658784,26659127,26668179,26711872,26712390,26712657,26713336,26714035,26714531,26715949,26716653,26716707,26716987,26718540,26719750,26721646,26723994,26724715,26726650,26726790,26727342,26730045,26730583,26736967,2674846', 'assoc_port': '26386707:26387956,26387952:26389587,26390029:26390242,26390034:26390201,26390467:26390771,26391740:26392725,26391742:26392816,26395918:26396100,26397261:26399057,26400217:26402568,26401457:26404490,26427995:26428236,26430559:26430708,26434416:26435621,26437046:26437753,26438741:26438845,26439251:26441733,26439255:26442495,26442776:26444830,26442788:26445007,26442817:26445214,26444767:26444984,26445905:26449575,26448721:26453583,26452473:26456337,26453704:26457303,26456343:26460082,26456352:26460299,26464088:26466769,26475514:26486811,26478050:26481195,26479241:26482865,26479256:26483210,26482169:26486381,26482173:26486560,26487562:26490159,26489092:26496972,26492284:26512216,26497173:26516691,26497175:26516926,26497181:26517090,26499949:26513266,26499965:26500173,26501106:26513627,26501113:26513794,26511275:26515491,26523740:26529256,26524840:26530712,26529999:26530238,26530464:26530617,26531442:26531570,26531950:26532237,26533163:26547183,26533166:26546287,26536214:26553301,26536224:26553419,26536233:2655356', 'assoc_mat': '26386707:metal:4207:26387956,26387952:metal:4207:26389587,26390029:metal:4207:26390242,26390034:metal:4207:26390201,26390467:metal:4207:26390771,26391740:metal:4207:26392725,26391742:metal:4207:26392816,26395918:metal:4207:26396100,26397261:metal:4207:26399057,26400217:metal:4207:26402568,26401457:metal:4207:26404490,26427995:metal:4207:26428236,26430559:metal:4207:26430708,26434416:metal:4207:26435621,26437046:metal:4207:26437753,26438741:metal:4207:26438845,26439251:metal:4207:26441733,26439255:metal:4207:26442495,26442776:metal:4207:26444830,26442788:metal:4207:26445007,26442817:metal:4207:26445214,26444767:metal:4207:26444984,26445905:metal:4207:26449575,26448721:metal:4207:26453583,26452473:metal:4207:26456337,26453704:metal:4207:26457303,26456343:metal:4207:26460082,26456352:metal:4207:26460299,26464088:metal:4207:26466769,26475514:metal:4207:26486811,26478050:metal:4207:26481195,26479241:metal:4207:26482865,26479256:metal:4207:26483210,26482169:metal:4207:26486381,26482173:metal:4207:26486560,26487562:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004163319963504287, 'nb_photo': 27, 'list_port_cont': '26395384,26439695,26446515,26456744,26497996,26533842,26595344,26631340,26714493,26718714,26724901,26747639,26803430,26841948,26895248,26927914,26933758,26944848,26966929,27056246,27067147,27104037,27111199,27251382,27268690', 'assoc_port': '26395137:26395384,26439256:26439695,26445909:26446515,26456344:26456744,26497818:26497996,26533164:26533842,26595189:26595344,26631029:26631340,26714283:26714493,26718541:26718714,26724506:26724901,26747103:26747639,26797056:26895248,26803084:26803430,26841707:26841948,26927382:26927914,26933237:26933758,26944436:26944848,26966195:26966929,27055927:27056246,27066980:27067147,27097603:27104037,27106940:27111199,27251069:27251382,27268287:27268690', 'assoc_mat': '26395137:metal:4461:26395384,26439256:metal:4461:26439695,26445909:metal:4461:26446515,26456344:metal:4461:26456744,26497818:metal:4461:26497996,26533164:metal:4461:26533842,26595189:metal:4461:26595344,26631029:metal:4461:26631340,26714283:metal:4461:26714493,26718541:metal:4461:26718714,26724506:metal:4461:26724901,26747103:metal:4461:26747639,26797056:metal:4461:26895248,26803084:metal:4461:26803430,26841707:metal:4461:26841948,26927382:metal:4461:26927914,26933237:metal:4461:26933758,26944436:metal:4461:26944848,26966195:metal:4461:26966929,27055927:metal:4461:27056246,27066980:metal:4461:27067147,27097603:metal:4461:27104037,27106940:metal:4461:27111199,27251069:metal:4461:27251382,27268287:metal:4461:27268690'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.006250944718146892, 'nb_photo': 24, 'list_port_cont': '26390836,26445025,26449057,26528038,26530636,26533733,26573563,26638913,26718136,26753293,26767685,26794459,26795844,26854015,26889116,27059071,27067418,27148851,27149927,27314157', 'assoc_port': '26390465:26390836,26444763:26445025,26448726:26449057,26527510:26528038,26530467:26530636,26533165:26533733,26573162:26573563,26638671:26638913,26717840:26718136,26751153:26753293,26761747:26767685,26787565:26795844,26794137:26794459,26853524:26854015,26888727:26889116,27058822:27059071,27066977:27067418,27141176:27148851,27149757:27149927,27313957:27314157', 'assoc_mat': '26390465:metal:4200:26390836,26444763:metal:4200:26445025,26448726:metal:4200:26449057,26527510:metal:4200:26528038,26530467:metal:4200:26530636,26533165:metal:4200:26533733,26573162:metal:4200:26573563,26638671:metal:4200:26638913,26717840:metal:4200:26718136,26751153:metal:4200:26753293,26761747:metal:4200:26767685,26787565:metal:4200:26795844,26794137:metal:4200:26794459,26853524:metal:4200:26854015,26888727:metal:4200:26889116,27058822:metal:4200:27059071,27066977:metal:4200:27067418,27141176:metal:4200:27148851,27149757:metal:4200:27149927,27313957:metal:4200:27314157'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01476705673238619, 'nb_photo': 99, 'list_port_cont': '26390293,26398084,26433294,26445111,26476476,26504823,26552945,26563928,26569738,26578710,26586518,26592683,26592774,26626674,26629499,26632319,26668130,26712728,26713948,26718635,26721642,26728955,26747481,26751684,26755952,26790642,26809100,26879974,26886020,26886316,26911408,26930642,26965778,26966627,27019717,27071688,27071832,27083110,27083317,27092737,27100159,27102489,27102891,27109098,27117724,27126457,27140370,27144059,27151065,27180381,27195909,27223586,27225970,27245154,27245322,27268621,27268680,27277039,27310638', 'assoc_port': '26390031:26390293,26395921:26398084,26432929:26433294,26444773:26445111,26475493:26476476,26504435:26504823,26552442:26552945,26563464:26563928,26569614:26569738,26578354:26578710,26586392:26586518,26592510:26592683,26592511:26592774,26626409:26626674,26629300:26629499,26631986:26632319,26667792:26668130,26712577:26712728,26713695:26713948,26718542:26718635,26721332:26721642,26728850:26728955,26747101:26747481,26751145:26751684,26755358:26755952,26790305:26790642,26801184:26809100,26879650:26879974,26885905:26886316,26885909:26886020,26911022:26911408,26930240:26930642,26965623:26965778,26966197:26966627,27019452:27019717,27071632:27071832,27071636:27071688,27082754:27083317,27082759:27083110,27086910:27092737,27093763:27102891,27099890:27100159,27102183:27102489,27102186:27109098,27117388:27117724,27125995:27126457,27139917:27140370,27143715:27144059,27150783:27151065,27179724:27180381,27195451:27195909,27221331:27225970,27223288:27223586,27244904:27245322,27244920:27245154,27268276:27268680,27268306:2726862', 'assoc_mat': '26390031:metal:4209:26390293,26395921:metal:4209:26398084,26432929:metal:4209:26433294,26444773:metal:4209:26445111,26475493:metal:4209:26476476,26504435:metal:4209:26504823,26552442:metal:4209:26552945,26563464:metal:4209:26563928,26569614:metal:4209:26569738,26578354:metal:4209:26578710,26586392:metal:4209:26586518,26592510:metal:4209:26592683,26592511:metal:4209:26592774,26626409:metal:4209:26626674,26629300:metal:4209:26629499,26631986:metal:4209:26632319,26667792:metal:4209:26668130,26712577:metal:4209:26712728,26713695:metal:4209:26713948,26718542:metal:4209:26718635,26721332:metal:4209:26721642,26728850:metal:4209:26728955,26747101:metal:4209:26747481,26751145:metal:4209:26751684,26755358:metal:4209:26755952,26790305:metal:4209:26790642,26801184:metal:4209:26809100,26879650:metal:4209:26879974,26885905:metal:4209:26886316,26885909:metal:4209:26886020,26911022:metal:4209:26911408,26930240:metal:4209:26930642,26965623:metal:4209:26965778,26966197:metal:4209:26966627,27019452:metal:4209:27019717,27071632:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.003094424302444262, 'nb_photo': 392, 'list_port_cont': '26388167,26388947,26391057,26395467,26396189,26400921,26428419,26431035,26436507,26438979,26443385,26446808,26449492,26449789,26453055,26454583,26456901,26466436,26476746,26478946,26480403,26483076,26486789,26488217,26492582,26495953,26498090,26501736,26505758,26510189,26525370,26530312,26530777,26532354,26532495,26536832,26540873,26542232,26568080,26568549,26571362,26574371,26574426,26577547,26578825,26582706,26587139,26588010,26591063,26594152,26628895,26629802,26632791,26639803,26641286,26643252,26643492,26648923,26656171,26711492,26712353,26712748,26712964,26714094,26714545,26716724,26718209,26718749,26720309,26726852,26729183,26729284,26730777,26748904,26748949,26751235,26752527,26753880,26754620,26754824,26757305,26758774,26760079,26766282,26767788,26772980,26791293,26791892,26794990,26798472,26799841,26801822,26802374,26807619,26807840,26808149,26825023,26825365,26841398,26842032,26848465,26852945,26854197,26861120,26864174,26878177,26880387,26881359,26883168,26886647,26889229,26889423,26891395,2689430', 'assoc_port': '26386677:26388167,26387927:26388947,26390466:26391057,26395135:26395467,26395919:26396189,26400216:26400921,26427977:26428419,26430555:26431035,26436193:26436507,26438736:26438979,26442792:26443385,26445908:26446808,26448719:26449789,26448722:26449492,26452472:26453055,26453702:26454583,26456347:26456901,26457498:26466436,26475512:26476746,26478052:26478946,26479259:26480403,26482170:26483076,26486544:26486789,26487572:26488217,26492290:26492582,26495362:26495953,26497817:26505758,26497820:26498090,26501108:26501736,26501112:26510189,26524843:26525370,26529998:26530312,26530465:26530777,26531949:26532495,26531952:26532354,26536212:26536832,26539070:26540873,26541434:26542232,26567360:26568549,26567361:26568080,26570440:26571362,26573995:26574426,26573997:26574371,26577265:26577547,26578357:26578825,26582092:26582706,26586390:26587139,26587655:26588010,26590416:26591063,26593669:26594152,26628258:26628895,26629309:26629802,26631981:26632791,26639557:26639803,26640557:26643492,26640573:26643252,26640668:2664128', 'assoc_mat': '26386677:metal:4211:26388167,26387927:metal:4211:26388947,26390466:metal:4211:26391057,26395135:metal:4211:26395467,26395919:metal:4211:26396189,26400216:metal:4211:26400921,26427977:metal:4211:26428419,26430555:metal:4211:26431035,26436193:metal:4211:26436507,26438736:metal:4211:26438979,26442792:metal:4211:26443385,26445908:metal:4211:26446808,26448719:metal:4211:26449789,26448722:metal:4211:26449492,26452472:metal:4211:26453055,26453702:metal:4211:26454583,26456347:metal:4211:26456901,26457498:metal:4211:26466436,26475512:metal:4211:26476746,26478052:metal:4211:26478946,26479259:metal:4211:26480403,26482170:metal:4211:26483076,26486544:metal:4211:26486789,26487572:metal:4211:26488217,26492290:metal:4211:26492582,26495362:metal:4211:26495953,26497817:metal:4211:26505758,26497820:metal:4211:26498090,26501108:metal:4211:26501736,26501112:metal:4211:26510189,26524843:metal:4211:26525370,26529998:metal:4211:26530312,26530465:metal:4211:26530777,26531949:metal:4211:26532495,26531952:metal:4211:26532354,26536212:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.003341776285142314, 'nb_photo': 1, 'list_port_cont': '26760039', 'assoc_port': '26759193:26760039', 'assoc_mat': '26759193:metal:3327:26760039'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0006999673542752901, 'nb_photo': 146, 'list_port_cont': '26447444,26449677,26456048,26487977,26489736,26492533,26495807,26498036,26528370,26540049,26542467,26545780,26573800,26580564,26581009,26645282,26648984,26724093,26752148,26752513,26752696,26753084,26758582,26761910,26766750,26784208,26796525,26801734,26812354,26824454,26851100,26858667,26861205,26891495,26906392,26910659,26939957,26962517,26963066,26975050,27056839,27057662,27057702,27059648,27061435,27071710,27072074,27072437,27072582,27072642,27072645,27072822,27082963,27087407,27094741,27098444,27104580,27133041,27172125', 'assoc_port': '26445880:26447444,26445902:26449677,26453700:26456048,26487565:26487977,26489096:26489736,26492268:26492533,26495364:26495807,26497815:26498036,26524842:26528370,26539059:26542467,26539074:26540049,26545107:26545780,26573164:26573800,26579611:26581009,26579614:26580564,26644250:26645282,26648299:26648984,26713693:26724093,26751144:26753084,26751187:26752696,26751197:26752513,26751207:26752148,26758237:26758582,26761746:26761910,26766059:26766750,26783341:26784208,26790345:26796525,26801185:26801734,26809208:26812354,26824390:26824454,26850785:26851100,26857655:26858667,26860464:26861205,26890986:26891495,26905388:26906392,26909866:26910659,26939189:26939957,26955630:26963066,26960161:26962517,26974034:26975050,27052783:27056839,27057432:27057702,27057436:27057662,27058821:27059648,27060966:27061435,27071590:27072582,27071596:27072642,27071598:27072645,27071602:27072822,27071608:27072437,27071618:27072074,27071629:27071710,27082751:27082963,27086938:27087407,27093812:27094741,27097608:27098444,27102182:2710458', 'assoc_mat': '26445880:metal:3594:26447444,26445902:metal:3594:26449677,26453700:metal:3594:26456048,26487565:metal:3594:26487977,26489096:metal:3594:26489736,26492268:metal:3594:26492533,26495364:metal:3594:26495807,26497815:metal:3594:26498036,26524842:metal:3594:26528370,26539059:metal:3594:26542467,26539074:metal:3594:26540049,26545107:metal:3594:26545780,26573164:metal:3594:26573800,26579611:metal:3594:26581009,26579614:metal:3594:26580564,26644250:metal:3594:26645282,26648299:metal:3594:26648984,26713693:metal:3594:26724093,26751144:metal:3594:26753084,26751187:metal:3594:26752696,26751197:metal:3594:26752513,26751207:metal:3594:26752148,26758237:metal:3594:26758582,26761746:metal:3594:26761910,26766059:metal:3594:26766750,26783341:metal:3594:26784208,26790345:metal:3594:26796525,26801185:metal:3594:26801734,26809208:metal:3594:26812354,26824390:metal:3594:26824454,26850785:metal:3594:26851100,26857655:metal:3594:26858667,26860464:metal:3594:26861205,26890986:metal:3594:26891495,26905388:metal:3594:26906392,26909866:'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.019734251911789118, 'nb_photo': 1478, 'list_port_cont': '26387570,26391102,26442026,26446242,26481325,26497564,26530569,26537135,26571948,26594400,26631744,26634294,26648879,26719639,26728978,26753066,26759670,26761317,26803604,26814703,26814909,26824506,26860740,26867870,26890095,26891097,26942089,26974286,27059935,27072561,27100827,27103285,27131709,27145526,27185467,27225934,27315374,27321658,27323927', 'assoc_port': '26386679:26387570,26390464:26391102,26439252:26442026,26445912:26446242,26478051:26481325,26497171:26497564,26530468:26530569,26536228:26537135,26569621:26571948,26586363:26594400,26631030:26631744,26631983:26634294,26648316:26648879,26719536:26719639,26728853:26728978,26751099:26761317,26751279:26753066,26759529:26759670,26792966:26803604,26807483:26814703,26807485:26814909,26824394:26824506,26857652:26860740,26867715:26867870,26889624:26890095,26890987:26891097,26939177:26942089,26974036:26974286,27058817:27059935,27071587:27072561,27097601:27100827,27103125:27103285,27131472:27131709,27143738:27145526,27185120:27185467,27225865:27225934,27237164:27323927,27285547:27321658,27315318:27315374', 'assoc_mat': '26386679:papier:4205:26387570,26390464:papier:4205:26391102,26439252:papier:4205:26442026,26445912:papier:4205:26446242,26478051:papier:4205:26481325,26497171:papier:4205:26497564,26530468:papier:4205:26530569,26536228:papier:4205:26537135,26569621:papier:4205:26571948,26586363:papier:4205:26594400,26631030:papier:4205:26631744,26631983:papier:4205:26634294,26648316:papier:4205:26648879,26719536:papier:4205:26719639,26728853:papier:4205:26728978,26751099:papier:4205:26761317,26751279:papier:4205:26753066,26759529:papier:4205:26759670,26792966:papier:4205:26803604,26807483:papier:4205:26814703,26807485:papier:4205:26814909,26824394:papier:4205:26824506,26857652:papier:4205:26860740,26867715:papier:4205:26867870,26889624:papier:4205:26890095,26890987:papier:4205:26891097,26939177:papier:4205:26942089,26974036:papier:4205:26974286,27058817:papier:4205:27059935,27071587:papier:4205:27072561,27097601:papier:4205:27100827,27103125:papier:4205:27103285,27131472:papier:4205:27131709,27143738:papier:4205:27145526,2718'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.027794641157906162, 'nb_photo': 8204, 'list_port_cont': '26401209,26428258,26442678,26466903,26482233,26499473,26514100,26531674,26554807,26573834,26594043,26594255,26639885,26649784,26712926,26716778,26720360,26727757,26753037,26762013,26790938,26803240,26809757,26830015,26843102,26861877,26884566,26892048,26913457,26941180,26997039,27021336,27057239,27060838,27072376,27072630,27085869,27085940,27097973,27110327,27121804,27148942,27152256,27175132,27321176,27321702,27321787,27321807,27322641,27323246,27324034,27324427', 'assoc_port': '26391739:26401209,26425490:26428258,26439254:26442678,26464089:26466903,26478053:26482233,26492286:26499473,26513793:26514100,26531456:26531674,26554503:26554807,26570438:26573834,26582091:26594255,26593673:26594043,26639552:26639885,26649367:26649784,26712856:26712926,26716458:26716778,26719969:26720360,26727128:26727757,26751193:26762013,26752200:26753037,26790304:26803240,26790329:26790938,26803083:26809757,26824358:26830015,26842682:26843102,26857659:26861877,26879651:26884566,26891694:26892048,26907141:26913457,26934346:26941180,26960163:26997039,27019455:27021336,27055905:27057239,27058829:27060838,27071586:27072630,27071621:27072376,27082807:27085940,27082821:27085869,27089619:27110327,27097607:27097973,27117389:27121804,27143712:27152256,27143717:27148942,27169466:27175132,27225874:27324427,27237161:27324034,27268285:27322641,27279595:27321787,27279604:27321807,27285604:27321702,27307131:27323246,27313960:27321176', 'assoc_mat': '26391739:papier:4203:26401209,26425490:papier:4203:26428258,26439254:papier:4203:26442678,26464089:papier:4203:26466903,26478053:papier:4203:26482233,26492286:papier:4203:26499473,26513793:papier:4203:26514100,26531456:papier:4203:26531674,26554503:papier:4203:26554807,26570438:papier:4203:26573834,26582091:papier:4203:26594255,26593673:papier:4203:26594043,26639552:papier:4203:26639885,26649367:papier:4203:26649784,26712856:papier:4203:26712926,26716458:papier:4203:26716778,26719969:papier:4203:26720360,26727128:papier:4203:26727757,26751193:papier:4203:26762013,26752200:papier:4203:26753037,26790304:papier:4203:26803240,26790329:papier:4203:26790938,26803083:papier:4203:26809757,26824358:papier:4203:26830015,26842682:papier:4203:26843102,26857659:papier:4203:26861877,26879651:papier:4203:26884566,26891694:papier:4203:26892048,26907141:papier:4203:26913457,26934346:papier:4203:26941180,26960163:papier:4203:26997039,27019455:papier:4203:27021336,27055905:papier:4203:27057239,27058829:papier:4203:27060838,2707'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.025080215923396123, 'nb_photo': 13962, 'list_port_cont': '26387967,26389586,26390200,26390248,26390774,26392728,26392811,26396101,26399060,26402559,26404494,26404687,26428222,26430702,26435622,26437750,26438843,26441734,26442491,26444833,26444996,26445001,26445203,26449572,26453578,26456325,26457296,26460083,26460291,26466755,26481207,26482863,26482997,26483206,26486383,26486558,26486813,26490157,26496969,26500175,26512219,26513281,26513632,26513803,26515481,26516697,26516934,26517088,26529249,26530235,26530620,26530714,26531574,26532239,26536303,26543371,26546296,26547185,26549400,26549607,26553309,26553431,26553560,26556892,26570545,26571379,26571620,26573639,26573878,26574269,26577477,26583719,26590283,26590950,26593834,26594341,26594507,26594776,26595314,26596407,26599198,26628968,26629422,26629878,26634303,26634784,26638693,26639622,26640152,26641956,26644314,26648898,26649417,26649637,26658790,26659138,26668192,26711866,26712394,26712665,26713333,26714041,26714511,26715951,26716654,26716712,26716999,26718532,26719757,26721654,26723991,26724708,26726640,2672679', 'assoc_port': '26386707:26387967,26387952:26389586,26390029:26390248,26390034:26390200,26390467:26390774,26391740:26392728,26391742:26392811,26395918:26396101,26397261:26399060,26400217:26402559,26401457:26404494,26401486:26404687,26427995:26428222,26430559:26430702,26434416:26435622,26437046:26437750,26438741:26438843,26439251:26441734,26439255:26442491,26442776:26444833,26442788:26445001,26442817:26445203,26444767:26444996,26445905:26449572,26448721:26453578,26452473:26456325,26453704:26457296,26456343:26460083,26456352:26460291,26464088:26466755,26475514:26486813,26478050:26481207,26479241:26482863,26479253:26482997,26479256:26483206,26482169:26486383,26482173:26486558,26487562:26490157,26489092:26496969,26492284:26512219,26497173:26516697,26497175:26516934,26497181:26517088,26499949:26513281,26499965:26500175,26501106:26513632,26501113:26513803,26511275:26515481,26523740:26529249,26524840:26530714,26529999:26530235,26530464:26530620,26531442:26531574,26531950:26532239,26533163:26547185,26533166:26546296,26536214:2655330', 'assoc_mat': '26386707:papier:4207:26387967,26387952:papier:4207:26389586,26390029:papier:4207:26390248,26390034:papier:4207:26390200,26390467:papier:4207:26390774,26391740:papier:4207:26392728,26391742:papier:4207:26392811,26395918:papier:4207:26396101,26397261:papier:4207:26399060,26400217:papier:4207:26402559,26401457:papier:4207:26404494,26401486:papier:4207:26404687,26427995:papier:4207:26428222,26430559:papier:4207:26430702,26434416:papier:4207:26435622,26437046:papier:4207:26437750,26438741:papier:4207:26438843,26439251:papier:4207:26441734,26439255:papier:4207:26442491,26442776:papier:4207:26444833,26442788:papier:4207:26445001,26442817:papier:4207:26445203,26444767:papier:4207:26444996,26445905:papier:4207:26449572,26448721:papier:4207:26453578,26452473:papier:4207:26456325,26453704:papier:4207:26457296,26456343:papier:4207:26460083,26456352:papier:4207:26460291,26464088:papier:4207:26466755,26475514:papier:4207:26486813,26478050:papier:4207:26481207,26479241:papier:4207:26482863,26479253:papier:4207:26482997,2647'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.19014923258136576, 'nb_photo': 36185, 'list_port_cont': '26388582,26395376,26400638,26401888,26428480,26430863,26436390,26439692,26445245,26446523,26456746,26457829,26476235,26479824,26480073,26488403,26491707,26495785,26497997,26501489,26531691,26531729,26533846,26536670,26540277,26540462,26545666,26567756,26573433,26573459,26578785,26584042,26588040,26595358,26595403,26628828,26631339,26638873,26640994,26649521,26651299,26651876,26655916,26712402,26712693,26714499,26716669,26718717,26720095,26721760,26724911,26726811,26727374,26747642,26750752,26751730,26751830,26752018,26752411,26755756,26758693,26760455,26772382,26785782,26788105,26788585,26790698,26794717,26803423,26806756,26824549,26824764,26824856,26841938,26846961,26848285,26850990,26865256,26865495,26870695,26870731,26882785,26886418,26889984,26894113,26895242,26903026,26907607,26908785,26927918,26933759,26943657,26944842,26952890,26961914,26966928,27016494,27049472,27053312,27056257,27059195,27059383,27067143,27067217,27071765,27072021,27072120,27072181,27072228,27073146,27081218,27083283,27083500,2708735', 'assoc_port': '26387953:26388582,26395137:26395376,26400218:26400638,26401455:26401888,26427958:26428480,26430561:26430863,26436194:26436390,26439256:26439692,26444765:26445245,26445909:26446523,26456344:26456746,26457495:26457829,26475495:26476235,26479249:26480073,26479280:26479824,26487569:26488403,26491451:26491707,26495358:26495785,26497818:26497997,26501114:26501489,26531440:26531729,26531443:26531691,26533164:26533846,26536215:26536670,26539053:26540462,26539072:26540277,26545119:26545666,26567362:26567756,26573161:26573459,26573165:26573433,26578355:26578785,26583459:26584042,26587629:26588040,26595187:26595403,26595189:26595358,26628256:26628828,26631029:26631339,26638676:26638873,26640558:26640994,26649359:26649521,26651196:26651876,26651200:26651299,26655471:26655916,26712338:26712402,26712595:26712693,26714283:26714499,26716438:26716669,26718541:26718717,26719967:26720095,26721330:26721760,26724506:26724911,26726289:26726811,26727130:26727374,26747103:26747642,26750687:26750752,26751100:26751730,26751147:2675241', 'assoc_mat': '26387953:papier:4461:26388582,26395137:papier:4461:26395376,26400218:papier:4461:26400638,26401455:papier:4461:26401888,26427958:papier:4461:26428480,26430561:papier:4461:26430863,26436194:papier:4461:26436390,26439256:papier:4461:26439692,26444765:papier:4461:26445245,26445909:papier:4461:26446523,26456344:papier:4461:26456746,26457495:papier:4461:26457829,26475495:papier:4461:26476235,26479249:papier:4461:26480073,26479280:papier:4461:26479824,26487569:papier:4461:26488403,26491451:papier:4461:26491707,26495358:papier:4461:26495785,26497818:papier:4461:26497997,26501114:papier:4461:26501489,26531440:papier:4461:26531729,26531443:papier:4461:26531691,26533164:papier:4461:26533846,26536215:papier:4461:26536670,26539053:papier:4461:26540462,26539072:papier:4461:26540277,26545119:papier:4461:26545666,26567362:papier:4461:26567756,26573161:papier:4461:26573459,26573165:papier:4461:26573433,26578355:papier:4461:26578785,26583459:papier:4461:26584042,26587629:papier:4461:26588040,26595187:papier:4461:26595403,2659'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.08023171222995404, 'nb_photo': 5018, 'list_port_cont': '26387255,26387313,26390799,26390833,26390946,26391944,26392135,26397737,26434871,26435128,26437498,26437688,26438889,26443149,26445024,26446360,26449064,26453949,26454238,26455696,26456650,26478472,26478854,26479896,26488041,26488151,26489592,26492360,26497383,26500336,26502187,26507354,26509893,26527960,26528033,26530646,26533734,26536502,26539311,26539577,26545468,26545506,26546720,26552831,26566258,26573570,26577503,26579884,26583866,26587968,26590830,26593938,26595302,26599123,26629644,26635155,26638910,26641030,26646036,26649490,26651526,26712635,26716013,26716615,26717061,26718133,26719603,26721565,26724067,26724836,26726618,26729079,26748636,26752219,26752382,26752458,26752596,26752991,26753049,26753280,26753541,26753862,26760405,26765688,26767683,26772360,26788458,26790525,26791474,26794455,26795861,26801622,26803324,26804498,26804772,26809379,26815173,26824671,26824792,26824917,26825047,26825173,26842854,26846757,26854016,26865362,26865713,26877124,26884897,26885216,26889118,26891199,26891807,2689184', 'assoc_port': '26386718:26387313,26386744:26387255,26390463:26390946,26390465:26390833,26390468:26390799,26391743:26391944,26391744:26392135,26397265:26397737,26434412:26434871,26434414:26435128,26437044:26437688,26437051:26437498,26438743:26438889,26442818:26443149,26444763:26445024,26445884:26446360,26448726:26449064,26452474:26455696,26453706:26453949,26453708:26454238,26456350:26456650,26478047:26478854,26478049:26478472,26479276:26479896,26487564:26488151,26487567:26488041,26489107:26489592,26492292:26492360,26495367:26502187,26497183:26497383,26499951:26500336,26501110:26509893,26507069:26507354,26527509:26527960,26527510:26528033,26530467:26530646,26533165:26533734,26536221:26546720,26536226:26536502,26539062:26539577,26539067:26539311,26545110:26545506,26545122:26545468,26552443:26552831,26566015:26566258,26573162:26573570,26577262:26577503,26579612:26579884,26583473:26583866,26587642:26587968,26590421:26590830,26593672:26593938,26595190:26595302,26599081:26599123,26629305:26629644,26634579:26635155,26638671:2663891', 'assoc_mat': '26386718:papier:4200:26387313,26386744:papier:4200:26387255,26390463:papier:4200:26390946,26390465:papier:4200:26390833,26390468:papier:4200:26390799,26391743:papier:4200:26391944,26391744:papier:4200:26392135,26397265:papier:4200:26397737,26434412:papier:4200:26434871,26434414:papier:4200:26435128,26437044:papier:4200:26437688,26437051:papier:4200:26437498,26438743:papier:4200:26438889,26442818:papier:4200:26443149,26444763:papier:4200:26445024,26445884:papier:4200:26446360,26448726:papier:4200:26449064,26452474:papier:4200:26455696,26453706:papier:4200:26453949,26453708:papier:4200:26454238,26456350:papier:4200:26456650,26478047:papier:4200:26478854,26478049:papier:4200:26478472,26479276:papier:4200:26479896,26487564:papier:4200:26488151,26487567:papier:4200:26488041,26489107:papier:4200:26489592,26492292:papier:4200:26492360,26495367:papier:4200:26502187,26497183:papier:4200:26497383,26499951:papier:4200:26500336,26501110:papier:4200:26509893,26507069:papier:4200:26507354,26527509:papier:4200:26527960,2652'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.970083847781892, 'nb_photo': 16242, 'list_port_cont': '26390296,26398076,26430689,26433292,26445104,26456461,26457696,26476470,26482845,26504570,26504826,26523965,26530163,26532048,26545383,26552937,26563925,26569732,26578507,26578699,26586527,26592677,26592763,26626680,26629493,26632312,26639790,26640880,26660670,26668119,26712554,26712725,26712877,26713959,26716609,26716638,26718632,26721638,26724129,26728961,26747381,26747482,26751664,26751685,26755949,26783794,26790651,26793568,26809104,26809486,26824608,26844132,26852448,26860716,26863970,26879966,26886028,26886320,26905901,26911398,26930657,26939491,26939632,26956088,26965779,26966624,27019715,27019757,27047908,27067032,27071690,27071829,27083103,27083318,27089697,27092753,27100161,27102483,27102883,27109104,27117723,27118835,27118964,27126470,27140373,27144057,27147632,27151058,27172469,27180388,27188369,27195917,27223592,27225963,27245150,27245326,27251389,27268617,27268676,27277031,27281560,27286728,27291997,27307965,27310643', 'assoc_port': '26390031:26390296,26395921:26398076,26430557:26430689,26432929:26433292,26444773:26445104,26456353:26456461,26457500:26457696,26475493:26476470,26482160:26482845,26504435:26504826,26504439:26504570,26523737:26523965,26530000:26530163,26531944:26532048,26545129:26545383,26552442:26552937,26563464:26563925,26569614:26569732,26578353:26578507,26578354:26578699,26586392:26586527,26592510:26592677,26592511:26592763,26626409:26626680,26629300:26629493,26631986:26632312,26639554:26639790,26640630:26640880,26660297:26660670,26667792:26668119,26712523:26712554,26712577:26712725,26712853:26712877,26713695:26713959,26716478:26716638,26716480:26716609,26718542:26718632,26721332:26721638,26723903:26724129,26728850:26728961,26747084:26747381,26747101:26747482,26751145:26751685,26751277:26751664,26755358:26755949,26783338:26793568,26783343:26783794,26790305:26790651,26801184:26809104,26809213:26809486,26824347:26824608,26843742:26844132,26852313:26852448,26860461:26860716,26863697:26863970,26879650:26879966,26885905:2688632', 'assoc_mat': '26390031:papier:4209:26390296,26395921:papier:4209:26398076,26430557:papier:4209:26430689,26432929:papier:4209:26433292,26444773:papier:4209:26445104,26456353:papier:4209:26456461,26457500:papier:4209:26457696,26475493:papier:4209:26476470,26482160:papier:4209:26482845,26504435:papier:4209:26504826,26504439:papier:4209:26504570,26523737:papier:4209:26523965,26530000:papier:4209:26530163,26531944:papier:4209:26532048,26545129:papier:4209:26545383,26552442:papier:4209:26552937,26563464:papier:4209:26563925,26569614:papier:4209:26569732,26578353:papier:4209:26578507,26578354:papier:4209:26578699,26586392:papier:4209:26586527,26592510:papier:4209:26592677,26592511:papier:4209:26592763,26626409:papier:4209:26626680,26629300:papier:4209:26629493,26631986:papier:4209:26632312,26639554:papier:4209:26639790,26640630:papier:4209:26640880,26660297:papier:4209:26660670,26667792:papier:4209:26668119,26712523:papier:4209:26712554,26712577:papier:4209:26712725,26712853:papier:4209:26712877,26713695:papier:4209:26713959,2671'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010614605362277879, 'nb_photo': 27106, 'list_port_cont': '26388174,26388944,26391064,26392369,26395455,26396192,26400918,26428409,26431039,26433462,26436503,26438934,26438992,26439997,26443391,26446812,26449485,26449787,26453066,26454571,26456897,26466437,26476745,26478944,26480401,26480831,26483066,26486782,26488210,26492584,26495941,26498077,26501725,26504868,26505744,26510201,26512356,26525372,26530316,26530764,26532344,26532494,26536842,26539872,26540870,26542235,26545610,26546578,26566103,26568077,26568556,26571371,26574379,26574439,26577543,26578823,26582699,26583977,26587137,26588009,26591076,26593132,26594139,26595338,26628883,26629790,26629901,26629982,26632796,26635186,26639819,26641288,26641591,26643239,26643483,26648909,26651695,26656182,26657271,26657425,26658051,26711487,26712223,26712354,26712373,26712743,26712973,26713400,26714091,26714416,26714551,26716718,26718201,26718740,26720299,26721956,26724258,26724993,26726610,26726707,26726863,26729187,26729309,26730774,26747814,26748900,26748952,26751243,26751809,26752322,26752524,26752638,26753168,2675351', 'assoc_port': '26386677:26388174,26387927:26388944,26390466:26391064,26391738:26392369,26395135:26395455,26395919:26396192,26400216:26400918,26427977:26428409,26430555:26431039,26432931:26433462,26436193:26436503,26438736:26438992,26438738:26438934,26439265:26439997,26442792:26443391,26445908:26446812,26448719:26449787,26448722:26449485,26452472:26453066,26453702:26454571,26456347:26456897,26457498:26466437,26475512:26476745,26478052:26478944,26479251:26480831,26479259:26480401,26482170:26483066,26486544:26486782,26487572:26488210,26492290:26492584,26495362:26495941,26495368:26512356,26497817:26505744,26497820:26498077,26501108:26501725,26501112:26510201,26504436:26504868,26524843:26525372,26529998:26530316,26530465:26530764,26531949:26532494,26531952:26532344,26536212:26536842,26539070:26540870,26539081:26539872,26541434:26542235,26545117:26546578,26545125:26545610,26563481:26566103,26567360:26568556,26567361:26568077,26570440:26571371,26573995:26574439,26573997:26574379,26577265:26577543,26578357:26578823,26582092:2658269', 'assoc_mat': '26386677:papier:4211:26388174,26387927:papier:4211:26388944,26390466:papier:4211:26391064,26391738:papier:4211:26392369,26395135:papier:4211:26395455,26395919:papier:4211:26396192,26400216:papier:4211:26400918,26427977:papier:4211:26428409,26430555:papier:4211:26431039,26432931:papier:4211:26433462,26436193:papier:4211:26436503,26438736:papier:4211:26438992,26438738:papier:4211:26438934,26439265:papier:4211:26439997,26442792:papier:4211:26443391,26445908:papier:4211:26446812,26448719:papier:4211:26449787,26448722:papier:4211:26449485,26452472:papier:4211:26453066,26453702:papier:4211:26454571,26456347:papier:4211:26456897,26457498:papier:4211:26466437,26475512:papier:4211:26476745,26478052:papier:4211:26478944,26479251:papier:4211:26480831,26479259:papier:4211:26480401,26482170:papier:4211:26483066,26486544:papier:4211:26486782,26487572:papier:4211:26488210,26492290:papier:4211:26492584,26495362:papier:4211:26495941,26495368:papier:4211:26512356,26497817:papier:4211:26505744,26497820:papier:4211:26498077,2650'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0077685795635154785, 'nb_photo': 420, 'list_port_cont': '26388196,26390534,26392675,26395768,26396268,26402380,26402483,26428811,26433924,26445500,26449527,26486886,26488497,26492045,26492674,26497601,26500775,26502633,26514136,26525690,26530812,26531806,26537070,26537189,26540232,26540800,26542419,26544391,26546172,26568206,26571392,26574441,26577654,26580368,26583067,26587253,26599272,26631653,26632853,26635589,26639851,26645060,26646506,26649868,26652009,26717114,26718227,26718817,26719822,26724353,26725052,26729358,26752172,26752922,26752963,26753115,26753218,26756081,26760443,26768213,26784712,26788613,26788737,26791092,26793678,26803715,26804940,26810003,26824875,26825414,26825461,26847471,26848616,26851135,26853001,26854333,26858582,26861286,26864491,26870803,26883205,26890152,26892095,26893099,26900062,26900093,26920472,26945092,26945173,26948820,26949052,26953312,26956572,26960965,27020219,27024750,27048288,27053736,27055709,27056694,27059556,27059726,27059851,27067306,27067403,27072425,27072477,27072533,27072595,27072613,27072666,27072837,27083793,2709003', 'assoc_port': '26386678:26388196,26390033:26390534,26391741:26392675,26395136:26395768,26395917:26396268,26401482:26402483,26401484:26402380,26427996:26428811,26432933:26433924,26444769:26445500,26448724:26449527,26486545:26486886,26487570:26488497,26491438:26492045,26492257:26492674,26492283:26502633,26497179:26497601,26499945:26500775,26513810:26514136,26524841:26525690,26530463:26530812,26531444:26531806,26536223:26537189,26536230:26537070,26536236:26544391,26539057:26540800,26539077:26540232,26541448:26542419,26545112:26546172,26567374:26568206,26570441:26571392,26573998:26574441,26577263:26577654,26579613:26580368,26582089:26583067,26586352:26587253,26599079:26599272,26631028:26631653,26631953:26632853,26634597:26635589,26639558:26639851,26644252:26645060,26645500:26646506,26649357:26649868,26651201:26652009,26716906:26717114,26717838:26718227,26718524:26718817,26719532:26719822,26723898:26724353,26724518:26725052,26728823:26729358,26751081:26756081,26751128:26752172,26751142:26753218,26751158:26753115,26751183:2675296', 'assoc_mat': '26386678:papier:3327:26388196,26390033:papier:3327:26390534,26391741:papier:3327:26392675,26395136:papier:3327:26395768,26395917:papier:3327:26396268,26401482:papier:3327:26402483,26401484:papier:3327:26402380,26427996:papier:3327:26428811,26432933:papier:3327:26433924,26444769:papier:3327:26445500,26448724:papier:3327:26449527,26486545:papier:3327:26486886,26487570:papier:3327:26488497,26491438:papier:3327:26492045,26492257:papier:3327:26492674,26492283:papier:3327:26502633,26497179:papier:3327:26497601,26499945:papier:3327:26500775,26513810:papier:3327:26514136,26524841:papier:3327:26525690,26530463:papier:3327:26530812,26531444:papier:3327:26531806,26536223:papier:3327:26537189,26536230:papier:3327:26537070,26536236:papier:3327:26544391,26539057:papier:3327:26540800,26539077:papier:3327:26540232,26541448:papier:3327:26542419,26545112:papier:3327:26546172,26567374:papier:3327:26568206,26570441:papier:3327:26571392,26573998:papier:3327:26574441,26577263:papier:3327:26577654,26579613:papier:3327:26580368,2658'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0696949618448221, 'nb_photo': 10484, 'list_port_cont': '26447437,26449678,26455556,26456041,26487982,26489730,26492532,26492565,26495812,26498034,26504738,26528377,26540052,26540180,26542469,26545783,26573801,26580565,26581007,26582612,26583027,26586889,26587320,26641098,26645277,26648982,26724084,26728611,26752146,26752512,26752693,26753092,26758584,26761917,26766744,26784202,26796526,26801735,26812356,26824455,26851099,26856109,26858065,26858671,26861202,26861484,26886449,26891494,26906399,26910668,26911877,26939963,26957137,26962514,26963071,26967222,26975047,27056840,27057657,27057704,27059147,27059645,27061431,27071716,27072079,27072435,27072576,27072637,27072649,27072823,27082960,27087401,27094737,27098443,27102473,27104583,27108434,27133039,27172127', 'assoc_port': '26445880:26447437,26445902:26449678,26453698:26455556,26453700:26456041,26487565:26487982,26489096:26489730,26492268:26492532,26492294:26492565,26495364:26495812,26497815:26498034,26504438:26504738,26524842:26528377,26539059:26542469,26539064:26540180,26539074:26540052,26545107:26545783,26573164:26573801,26579611:26581007,26579614:26580565,26579639:26583027,26582094:26582612,26586364:26587320,26586391:26586889,26640591:26641098,26644250:26645277,26648299:26648982,26713693:26724084,26716479:26728611,26751144:26753092,26751187:26752693,26751197:26752512,26751207:26752146,26758237:26758584,26761746:26761917,26766059:26766744,26783341:26784202,26790345:26796526,26801185:26801735,26809208:26812356,26824390:26824455,26850785:26851099,26852316:26856109,26857655:26858671,26857683:26858065,26860462:26861484,26860464:26861202,26885907:26886449,26890986:26891494,26905388:26906399,26909866:26910668,26911018:26911877,26939189:26939963,26955630:26963071,26955635:26957137,26960161:26962514,26966174:26967222,26974034:2697504', 'assoc_mat': '26445880:papier:3594:26447437,26445902:papier:3594:26449678,26453698:papier:3594:26455556,26453700:papier:3594:26456041,26487565:papier:3594:26487982,26489096:papier:3594:26489730,26492268:papier:3594:26492532,26492294:papier:3594:26492565,26495364:papier:3594:26495812,26497815:papier:3594:26498034,26504438:papier:3594:26504738,26524842:papier:3594:26528377,26539059:papier:3594:26542469,26539064:papier:3594:26540180,26539074:papier:3594:26540052,26545107:papier:3594:26545783,26573164:papier:3594:26573801,26579611:papier:3594:26581007,26579614:papier:3594:26580565,26579639:papier:3594:26583027,26582094:papier:3594:26582612,26586364:papier:3594:26587320,26586391:papier:3594:26586889,26640591:papier:3594:26641098,26644250:papier:3594:26645277,26648299:papier:3594:26648982,26713693:papier:3594:26724084,26716479:papier:3594:26728611,26751144:papier:3594:26753092,26751187:papier:3594:26752693,26751197:papier:3594:26752512,26751207:papier:3594:26752146,26758237:papier:3594:26758584,26761746:papier:3594:26761917,2676'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0043398954587633345, 'nb_photo': 37, 'list_port_cont': '26387569,26391110,26446243,26530578,26571953,26631748,26648885,26719628,26753065,26761329,26803603,26814701,26860741,26891111,27072556,27100822,27131722,27145523,27315361,27321662,27323919', 'assoc_port': '26386679:26387569,26390464:26391110,26445912:26446243,26530468:26530578,26569621:26571953,26631030:26631748,26648316:26648885,26719536:26719628,26751099:26761329,26751279:26753065,26792966:26803603,26807483:26814701,26857652:26860741,26890987:26891111,27071587:27072556,27097601:27100822,27131472:27131722,27143738:27145523,27237164:27323919,27285547:27321662,27315318:27315361', 'assoc_mat': '26386679:pehd:4205:26387569,26390464:pehd:4205:26391110,26445912:pehd:4205:26446243,26530468:pehd:4205:26530578,26569621:pehd:4205:26571953,26631030:pehd:4205:26631748,26648316:pehd:4205:26648885,26719536:pehd:4205:26719628,26751099:pehd:4205:26761329,26751279:pehd:4205:26753065,26792966:pehd:4205:26803603,26807483:pehd:4205:26814701,26857652:pehd:4205:26860741,26890987:pehd:4205:26891111,27071587:pehd:4205:27072556,27097601:pehd:4205:27100822,27131472:pehd:4205:27131722,27143738:pehd:4205:27145523,27237164:pehd:4205:27323919,27285547:pehd:4205:27321662,27315318:pehd:4205:27315361'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0032119989942554746, 'nb_photo': 211, 'list_port_cont': '26401211,26428256,26442685,26466908,26482235,26499484,26514105,26554803,26573833,26594039,26594256,26639886,26649795,26712935,26716789,26720361,26727764,26753028,26762008,26790932,26803241,26809758,26830009,26843098,26861883,26884570,26892046,26913444,26941192,26997052,27021331,27057247,27072381,27072618,27085879,27085934,27097974,27110332,27121809,27148932,27152262,27175122,27321171,27321703,27321813,27322634,27323241,27324043,27324415', 'assoc_port': '26391739:26401211,26425490:26428256,26439254:26442685,26464089:26466908,26478053:26482235,26492286:26499484,26513793:26514105,26554503:26554803,26570438:26573833,26582091:26594256,26593673:26594039,26639552:26639886,26649367:26649795,26712856:26712935,26716458:26716789,26719969:26720361,26727128:26727764,26751193:26762008,26752200:26753028,26790304:26803241,26790329:26790932,26803083:26809758,26824358:26830009,26842682:26843098,26857659:26861883,26879651:26884570,26891694:26892046,26907141:26913444,26934346:26941192,26960163:26997052,27019455:27021331,27055905:27057247,27071586:27072618,27071621:27072381,27082807:27085934,27082821:27085879,27089619:27110332,27097607:27097974,27117389:27121809,27143712:27152262,27143717:27148932,27169466:27175122,27225874:27324415,27237161:27324043,27268285:27322634,27279604:27321813,27285604:27321703,27307131:27323241,27313960:27321171', 'assoc_mat': '26391739:pehd:4203:26401211,26425490:pehd:4203:26428256,26439254:pehd:4203:26442685,26464089:pehd:4203:26466908,26478053:pehd:4203:26482235,26492286:pehd:4203:26499484,26513793:pehd:4203:26514105,26554503:pehd:4203:26554803,26570438:pehd:4203:26573833,26582091:pehd:4203:26594256,26593673:pehd:4203:26594039,26639552:pehd:4203:26639886,26649367:pehd:4203:26649795,26712856:pehd:4203:26712935,26716458:pehd:4203:26716789,26719969:pehd:4203:26720361,26727128:pehd:4203:26727764,26751193:pehd:4203:26762008,26752200:pehd:4203:26753028,26790304:pehd:4203:26803241,26790329:pehd:4203:26790932,26803083:pehd:4203:26809758,26824358:pehd:4203:26830009,26842682:pehd:4203:26843098,26857659:pehd:4203:26861883,26879651:pehd:4203:26884570,26891694:pehd:4203:26892046,26907141:pehd:4203:26913444,26934346:pehd:4203:26941192,26960163:pehd:4203:26997052,27019455:pehd:4203:27021331,27055905:pehd:4203:27057247,27071586:pehd:4203:27072618,27071621:pehd:4203:27072381,27082807:pehd:4203:27085934,27082821:pehd:4203:27085879,27089619:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0028119679063754307, 'nb_photo': 161, 'list_port_cont': '26387963,26390207,26404500,26404684,26441744,26442486,26445216,26456326,26457306,26481209,26486382,26486548,26486799,26490153,26500164,26512209,26513623,26529258,26530240,26530622,26530708,26532238,26543374,26547179,26549614,26553434,26571387,26571627,26590288,26594347,26594782,26595317,26599200,26629429,26629876,26634774,26638689,26640158,26644306,26649427,26712381,26712658,26716650,26716711,26718525,26726643,26726783,26727347,26736964,26748475,26753418,26754260,26762208,26763666,26766678,26790547,26804412,26804591,26824711,26825276,26842109,26861366,26867630,26867854,26878369,26879839,26883381,26885987,26899325,26901861,26902640,26908278,26934131,26944529,26961478,26980844,27017613,27020778,27046088,27056009,27057120,27060255,27067389,27071851,27072092,27072322,27072362,27072474,27082901,27083840,27088394,27089553,27097668,27099928,27103139,27103173,27108210,27120249,27123364,27123383,27131581,27131965,27141493,27141903,27148540,27149869,27151842,27169610,27174456,27182835,27184696,27185225,27185396,2719863', 'assoc_port': '26386707:26387963,26390034:26390207,26401457:26404500,26401486:26404684,26439251:26441744,26439255:26442486,26442817:26445216,26452473:26456326,26453704:26457306,26475514:26486799,26478050:26481209,26482169:26486382,26482173:26486548,26487562:26490153,26492284:26512209,26499965:26500164,26501106:26513623,26523740:26529258,26524840:26530708,26529999:26530240,26530464:26530622,26531950:26532238,26533163:26547179,26536224:26553434,26539079:26543374,26545115:26549614,26569616:26571387,26569617:26571627,26578356:26590288,26593668:26594782,26593671:26594347,26595188:26595317,26599080:26599200,26629302:26629876,26629310:26629429,26634577:26640158,26634599:26634774,26638674:26638689,26644236:26644306,26649403:26649427,26712339:26712381,26712596:26712658,26716437:26716711,26716463:26716650,26717841:26718525,26726288:26726783,26726291:26726643,26727129:26727347,26736695:26736964,26748262:26748475,26751227:26754260,26751252:26753418,26755356:26762208,26759508:26763666,26766065:26766678,26771990:26790547,26794110:2680441', 'assoc_mat': '26386707:pehd:4207:26387963,26390034:pehd:4207:26390207,26401457:pehd:4207:26404500,26401486:pehd:4207:26404684,26439251:pehd:4207:26441744,26439255:pehd:4207:26442486,26442817:pehd:4207:26445216,26452473:pehd:4207:26456326,26453704:pehd:4207:26457306,26475514:pehd:4207:26486799,26478050:pehd:4207:26481209,26482169:pehd:4207:26486382,26482173:pehd:4207:26486548,26487562:pehd:4207:26490153,26492284:pehd:4207:26512209,26499965:pehd:4207:26500164,26501106:pehd:4207:26513623,26523740:pehd:4207:26529258,26524840:pehd:4207:26530708,26529999:pehd:4207:26530240,26530464:pehd:4207:26530622,26531950:pehd:4207:26532238,26533163:pehd:4207:26547179,26536224:pehd:4207:26553434,26539079:pehd:4207:26543374,26545115:pehd:4207:26549614,26569616:pehd:4207:26571387,26569617:pehd:4207:26571627,26578356:pehd:4207:26590288,26593668:pehd:4207:26594782,26593671:pehd:4207:26594347,26595188:pehd:4207:26595317,26599080:pehd:4207:26599200,26629302:pehd:4207:26629876,26629310:pehd:4207:26629429,26634577:pehd:4207:26640158,26634599:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004414654920297219, 'nb_photo': 17, 'list_port_cont': '26400642,26638877,26651881,26712412,26712697,26726821,26747629,26752413,26894119,26903024,26944850,27087371,27136691,27192383,27229084,27309602', 'assoc_port': '26400218:26400642,26638676:26638877,26651196:26651881,26712338:26712412,26712595:26712697,26726289:26726821,26747103:26747629,26751147:26752413,26893753:26894119,26902487:26903024,26944436:26944850,27086914:27087371,27136041:27136691,27191990:27192383,27228377:27229084,27309320:27309602', 'assoc_mat': '26400218:pehd:4461:26400642,26638676:pehd:4461:26638877,26651196:pehd:4461:26651881,26712338:pehd:4461:26712412,26712595:pehd:4461:26712697,26726289:pehd:4461:26726821,26747103:pehd:4461:26747629,26751147:pehd:4461:26752413,26893753:pehd:4461:26894119,26902487:pehd:4461:26903024,26944436:pehd:4461:26944850,27086914:pehd:4461:27087371,27136041:pehd:4461:27136691,27191990:pehd:4461:27192383,27228377:pehd:4461:27229084,27309320:pehd:4461:27309602'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.004715956648380787, 'nb_photo': 279, 'list_port_cont': '26387302,26390801,26390951,26392127,26397733,26434870,26437504,26437686,26438883,26443145,26449055,26454232,26455686,26456657,26478461,26478855,26479897,26488056,26488157,26489586,26492370,26500334,26509904,26527959,26530635,26533737,26536505,26539313,26539581,26545462,26546729,26552828,26566268,26577499,26583861,26587960,26590834,26629642,26635152,26638920,26641027,26646024,26651539,26716014,26718141,26719598,26721566,26724061,26726623,26729080,26748631,26752212,26752389,26752470,26752983,26753052,26753289,26753537,26753866,26760401,26765689,26772352,26788481,26794450,26795872,26801617,26803322,26804495,26804771,26824668,26824798,26825043,26825185,26842862,26854017,26865704,26877117,26885220,26891211,26902020,26902860,26911259,26911512,26916658,26927810,26939760,26960587,26966031,26966610,27047872,27056323,27056547,27058110,27059073,27067414,27071661,27071788,27071911,27072105,27072313,27082138,27083783,27087495,27089657,27089848,27094336,27098017,27100077,27100725,27108118,27108285,27117835,27128979,2713169', 'assoc_port': '26386718:26387302,26390463:26390951,26390468:26390801,26391744:26392127,26397265:26397733,26434412:26434870,26437044:26437686,26437051:26437504,26438743:26438883,26442818:26443145,26448726:26449055,26452474:26455686,26453708:26454232,26456350:26456657,26478047:26478855,26478049:26478461,26479276:26479897,26487564:26488157,26487567:26488056,26489107:26489586,26492292:26492370,26499951:26500334,26501110:26509904,26527509:26527959,26530467:26530635,26533165:26533737,26536221:26546729,26536226:26536505,26539062:26539581,26539067:26539313,26545122:26545462,26552443:26552828,26566015:26566268,26577262:26577499,26583473:26583861,26587642:26587960,26590421:26590834,26629305:26629642,26634579:26635152,26638671:26638920,26640649:26641027,26645501:26646024,26651203:26651539,26715928:26716014,26717840:26718141,26719537:26719598,26721333:26721566,26723896:26724061,26726293:26726623,26728830:26729080,26748261:26748631,26751086:26753866,26751126:26753537,26751153:26753289,26751156:26753052,26751185:26752983,26751233:2675238', 'assoc_mat': '26386718:pehd:4200:26387302,26390463:pehd:4200:26390951,26390468:pehd:4200:26390801,26391744:pehd:4200:26392127,26397265:pehd:4200:26397733,26434412:pehd:4200:26434870,26437044:pehd:4200:26437686,26437051:pehd:4200:26437504,26438743:pehd:4200:26438883,26442818:pehd:4200:26443145,26448726:pehd:4200:26449055,26452474:pehd:4200:26455686,26453708:pehd:4200:26454232,26456350:pehd:4200:26456657,26478047:pehd:4200:26478855,26478049:pehd:4200:26478461,26479276:pehd:4200:26479897,26487564:pehd:4200:26488157,26487567:pehd:4200:26488056,26489107:pehd:4200:26489586,26492292:pehd:4200:26492370,26499951:pehd:4200:26500334,26501110:pehd:4200:26509904,26527509:pehd:4200:26527959,26530467:pehd:4200:26530635,26533165:pehd:4200:26533737,26536221:pehd:4200:26546729,26536226:pehd:4200:26536505,26539062:pehd:4200:26539581,26539067:pehd:4200:26539313,26545122:pehd:4200:26545462,26552443:pehd:4200:26552828,26566015:pehd:4200:26566268,26577262:pehd:4200:26577499,26583473:pehd:4200:26583861,26587642:pehd:4200:26587960,26590421:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004856059111350858, 'nb_photo': 49, 'list_port_cont': '26457698,26504818,26545384,26552943,26563917,26578499,26586523,26626670,26712562,26713960,26721629,26724116,26728965,26747486,26844139,26905913,26965784,27019752,27071685,27071830,27083311,27102898,27117710,27118954,27151061,27195905,27251390,27268681,27307969', 'assoc_port': '26457500:26457698,26504435:26504818,26545129:26545384,26552442:26552943,26563464:26563917,26578353:26578499,26586392:26586523,26626409:26626670,26712523:26712562,26713695:26713960,26721332:26721629,26723903:26724116,26728850:26728965,26747101:26747486,26843742:26844139,26905390:26905913,26965623:26965784,27019447:27019752,27071632:27071830,27071636:27071685,27082754:27083311,27093763:27102898,27117388:27117710,27118659:27118954,27150783:27151061,27195451:27195905,27251108:27251390,27268276:27268681,27307823:27307969', 'assoc_mat': '26457500:pehd:4209:26457698,26504435:pehd:4209:26504818,26545129:pehd:4209:26545384,26552442:pehd:4209:26552943,26563464:pehd:4209:26563917,26578353:pehd:4209:26578499,26586392:pehd:4209:26586523,26626409:pehd:4209:26626670,26712523:pehd:4209:26712562,26713695:pehd:4209:26713960,26721332:pehd:4209:26721629,26723903:pehd:4209:26724116,26728850:pehd:4209:26728965,26747101:pehd:4209:26747486,26843742:pehd:4209:26844139,26905390:pehd:4209:26905913,26965623:pehd:4209:26965784,27019447:pehd:4209:27019752,27071632:pehd:4209:27071830,27071636:pehd:4209:27071685,27082754:pehd:4209:27083311,27093763:pehd:4209:27102898,27117388:pehd:4209:27117710,27118659:pehd:4209:27118954,27150783:pehd:4209:27151061,27195451:pehd:4209:27195905,27251108:pehd:4209:27251390,27268276:pehd:4209:27268681,27307823:pehd:4209:27307969'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9708004762774791, 'nb_photo': 9000, 'list_port_cont': '26388180,26388936,26391058,26392363,26395457,26396197,26400925,26428408,26431032,26433483,26436514,26438935,26438985,26440003,26443400,26446811,26449498,26449778,26453054,26454585,26456898,26466447,26476749,26478960,26480400,26480833,26483064,26486785,26488212,26492588,26495948,26498086,26501726,26504867,26505751,26510204,26512355,26525374,26530326,26530770,26532349,26532487,26536833,26539864,26540864,26542227,26545622,26546594,26566098,26568083,26568550,26571358,26574373,26574429,26577540,26578815,26582707,26583978,26587145,26588015,26591066,26593135,26594145,26595332,26628884,26629799,26629907,26629990,26632806,26635192,26639818,26641284,26641592,26643238,26643499,26648915,26651690,26656177,26657265,26658058,26711495,26712220,26712347,26712370,26712749,26712969,26713393,26714099,26714420,26714554,26716729,26718205,26718741,26720303,26721965,26724248,26725008,26726604,26726858,26729185,26729294,26730785,26747825,26748906,26748934,26751251,26751816,26752323,26752516,26752650,26753178,26753501,26753876,2675462', 'assoc_port': '26386677:26388180,26387927:26388936,26390466:26391058,26391738:26392363,26395135:26395457,26395919:26396197,26400216:26400925,26427977:26428408,26430555:26431032,26432931:26433483,26436193:26436514,26438736:26438985,26438738:26438935,26439265:26440003,26442792:26443400,26445908:26446811,26448719:26449778,26448722:26449498,26452472:26453054,26453702:26454585,26456347:26456898,26457498:26466447,26475512:26476749,26478052:26478960,26479251:26480833,26479259:26480400,26482170:26483064,26486544:26486785,26487572:26488212,26492290:26492588,26495362:26495948,26495368:26512355,26497817:26505751,26497820:26498086,26501108:26501726,26501112:26510204,26504436:26504867,26524843:26525374,26529998:26530326,26530465:26530770,26531949:26532487,26531952:26532349,26536212:26536833,26539070:26540864,26539081:26539864,26541434:26542227,26545117:26546594,26545125:26545622,26563481:26566098,26567360:26568550,26567361:26568083,26570440:26571358,26573995:26574429,26573997:26574373,26577265:26577540,26578357:26578815,26582092:2658270', 'assoc_mat': '26386677:pehd:4211:26388180,26387927:pehd:4211:26388936,26390466:pehd:4211:26391058,26391738:pehd:4211:26392363,26395135:pehd:4211:26395457,26395919:pehd:4211:26396197,26400216:pehd:4211:26400925,26427977:pehd:4211:26428408,26430555:pehd:4211:26431032,26432931:pehd:4211:26433483,26436193:pehd:4211:26436514,26438736:pehd:4211:26438985,26438738:pehd:4211:26438935,26439265:pehd:4211:26440003,26442792:pehd:4211:26443400,26445908:pehd:4211:26446811,26448719:pehd:4211:26449778,26448722:pehd:4211:26449498,26452472:pehd:4211:26453054,26453702:pehd:4211:26454585,26456347:pehd:4211:26456898,26457498:pehd:4211:26466447,26475512:pehd:4211:26476749,26478052:pehd:4211:26478960,26479251:pehd:4211:26480833,26479259:pehd:4211:26480400,26482170:pehd:4211:26483064,26486544:pehd:4211:26486785,26487572:pehd:4211:26488212,26492290:pehd:4211:26492588,26495362:pehd:4211:26495948,26495368:pehd:4211:26512355,26497817:pehd:4211:26505751,26497820:pehd:4211:26498086,26501108:pehd:4211:26501726,26501112:pehd:4211:26510204,26504436:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002684222175734652, 'nb_photo': 1, 'list_port_cont': '26443450', 'assoc_port': '26442778:26443450', 'assoc_mat': '26442778:pehd:3327:26443450'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0003838940901017069, 'nb_photo': 20, 'list_port_cont': '26449668,26495809,26582615,26587326,26648987,26761916,26766742,26858674,26906389,26967223,27059137,27061429,27072439,27072638,27072646', 'assoc_port': '26445902:26449668,26495364:26495809,26582094:26582615,26586364:26587326,26648299:26648987,26761746:26761916,26766059:26766742,26857655:26858674,26905388:26906389,26966174:26967223,27058827:27059137,27060966:27061429,27071596:27072638,27071598:27072646,27071608:27072439', 'assoc_mat': '26445902:pehd:3594:26449668,26495364:pehd:3594:26495809,26582094:pehd:3594:26582615,26586364:pehd:3594:26587326,26648299:pehd:3594:26648987,26761746:pehd:3594:26761916,26766059:pehd:3594:26766742,26857655:pehd:3594:26858674,26905388:pehd:3594:26906389,26966174:pehd:3594:26967223,27058827:pehd:3594:27059137,27060966:pehd:3594:27061429,27071596:pehd:3594:27072638,27071598:pehd:3594:27072646,27071608:pehd:3594:27072439'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0025585167967463887, 'nb_photo': 7, 'list_port_cont': '26387573,26530571,26537131,26631745,26648873,26803610', 'assoc_port': '26386679:26387573,26530468:26530571,26536228:26537131,26631030:26631745,26648316:26648873,26792966:26803610', 'assoc_mat': '26386679:pet_clair:4205:26387573,26530468:pet_clair:4205:26530571,26536228:pet_clair:4205:26537131,26631030:pet_clair:4205:26631745,26648316:pet_clair:4205:26648873,26792966:pet_clair:4205:26803610'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00019751973354097883, 'nb_photo': 2, 'list_port_cont': '26892047,27110330', 'assoc_port': '26891694:26892047,27089619:27110330', 'assoc_mat': '26891694:pet_clair:4203:26892047,27089619:pet_clair:4203:27110330'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0031639907126375195, 'nb_photo': 2, 'list_port_cont': '26486810,27097667', 'assoc_port': '26475514:26486810,27086903:27097667', 'assoc_mat': '26475514:pet_clair:4207:26486810,27086903:pet_clair:4207:27097667'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0018489436403324648, 'nb_photo': 1, 'list_port_cont': '27136689', 'assoc_port': '27136041:27136689', 'assoc_mat': '27136041:pet_clair:4461:27136689'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.007315652673550061, 'nb_photo': 10, 'list_port_cont': '26390837,26478856,26489591,26527951,26530647,26629648,26804764,27058113,27270716,27276960', 'assoc_port': '26390465:26390837,26478047:26478856,26489107:26489591,26527509:26527951,26530467:26530647,26629305:26629648,26804090:26804764,27051510:27058113,27270444:27270716,27276866:27276960', 'assoc_mat': '26390465:pet_clair:4200:26390837,26478047:pet_clair:4200:26478856,26489107:pet_clair:4200:26489591,26527509:pet_clair:4200:26527951,26530467:pet_clair:4200:26530647,26629305:pet_clair:4200:26629648,26804090:pet_clair:4200:26804764,27051510:pet_clair:4200:27058113,27270444:pet_clair:4200:27270716,27276866:pet_clair:4200:27276960'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0005377171785656355, 'nb_photo': 33, 'list_port_cont': '26396200,26478947,26525365,26546590,26582703,26629798,26641581,26712976,26716720,26747812,26808144,26824949,27056464,27056999,27072451,27108570,27119917,27120536,27142006,27142228,27159118,27172854,27183470,27192976,27209086,27237497,27277005,27292294,27293358', 'assoc_port': '26395919:26396200,26478052:26478947,26524843:26525365,26545117:26546590,26582092:26582703,26629309:26629798,26640635:26641581,26712854:26712976,26716436:26716720,26747099:26747812,26807476:26808144,26824380:26824949,27055907:27056999,27055941:27056464,27071606:27072451,27108103:27108570,27118655:27119917,27120104:27120536,27141147:27142228,27141174:27142006,27158774:27159118,27172139:27172854,27182700:27183470,27185124:27192976,27208854:27209086,27237170:27237497,27276867:27277005,27291692:27293358,27291717:27292294', 'assoc_mat': '26395919:pet_clair:4211:26396200,26478052:pet_clair:4211:26478947,26524843:pet_clair:4211:26525365,26545117:pet_clair:4211:26546590,26582092:pet_clair:4211:26582703,26629309:pet_clair:4211:26629798,26640635:pet_clair:4211:26641581,26712854:pet_clair:4211:26712976,26716436:pet_clair:4211:26716720,26747099:pet_clair:4211:26747812,26807476:pet_clair:4211:26808144,26824380:pet_clair:4211:26824949,27055907:pet_clair:4211:27056999,27055941:pet_clair:4211:27056464,27071606:pet_clair:4211:27072451,27108103:pet_clair:4211:27108570,27118655:pet_clair:4211:27119917,27120104:pet_clair:4211:27120536,27141147:pet_clair:4211:27142228,27141174:pet_clair:4211:27142006,27158774:pet_clair:4211:27159118,27172139:pet_clair:4211:27172854,27182700:pet_clair:4211:27183470,27185124:pet_clair:4211:27192976,27208854:pet_clair:4211:27209086,27237170:pet_clair:4211:27237497,27276867:pet_clair:4211:27277005,27291692:pet_clair:4211:27293358,27291717:pet_clair:4211:27292294'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9924920856320254, 'nb_photo': 112483, 'list_port_cont': '26388191,26390535,26392699,26395770,26396266,26399211,26402393,26402481,26428773,26428804,26433937,26433985,26435252,26437766,26438974,26440075,26443460,26445498,26449516,26449601,26453258,26458210,26477045,26480499,26483275,26486885,26488491,26492043,26492675,26492738,26497610,26500771,26502634,26511990,26513166,26514129,26525700,26530810,26531807,26532549,26537073,26537192,26540241,26540789,26542413,26544397,26545950,26546170,26553073,26564271,26566920,26568201,26571394,26574443,26577652,26580369,26583063,26587256,26591162,26593203,26594278,26599268,26629074,26631648,26632851,26635582,26639852,26645056,26646503,26648965,26649871,26652002,26710025,26712760,26713020,26713589,26717115,26718220,26718813,26719825,26724272,26724352,26725051,26727820,26729258,26729359,26729392,26735478,26749131,26751577,26752157,26752707,26752926,26752959,26753106,26753217,26756068,26758158,26760032,26760438,26768203,26784715,26786083,26788619,26788742,26788814,26791098,26791280,26791492,26791630,26793677,26803727,26803827,2680494', 'assoc_port': '26386678:26388191,26390033:26390535,26391741:26392699,26395136:26395770,26395917:26396266,26397224:26399211,26401482:26402481,26401484:26402393,26427959:26428773,26427996:26428804,26432930:26433985,26432933:26433937,26434419:26435252,26437048:26437766,26438740:26438974,26439253:26440075,26442778:26443460,26444769:26445498,26448717:26449601,26448724:26449516,26452487:26453258,26457497:26458210,26475475:26477045,26479243:26480499,26482166:26483275,26486545:26486885,26487570:26488491,26491438:26492043,26492257:26492675,26492281:26492738,26492283:26502634,26497179:26497610,26499945:26500771,26499948:26513166,26504437:26511990,26513810:26514129,26524841:26525700,26530463:26530810,26531444:26531807,26531938:26532549,26536223:26537192,26536230:26537073,26536236:26544397,26539057:26540789,26539077:26540241,26541448:26542413,26545112:26546170,26545123:26545950,26552422:26553073,26563470:26564271,26566011:26566920,26567374:26568201,26570441:26571394,26573998:26574443,26577263:26577652,26579613:26580369,26582089:2658306', 'assoc_mat': '26386678:pet_clair:3327:26388191,26390033:pet_clair:3327:26390535,26391741:pet_clair:3327:26392699,26395136:pet_clair:3327:26395770,26395917:pet_clair:3327:26396266,26397224:pet_clair:3327:26399211,26401482:pet_clair:3327:26402481,26401484:pet_clair:3327:26402393,26427959:pet_clair:3327:26428773,26427996:pet_clair:3327:26428804,26432930:pet_clair:3327:26433985,26432933:pet_clair:3327:26433937,26434419:pet_clair:3327:26435252,26437048:pet_clair:3327:26437766,26438740:pet_clair:3327:26438974,26439253:pet_clair:3327:26440075,26442778:pet_clair:3327:26443460,26444769:pet_clair:3327:26445498,26448717:pet_clair:3327:26449601,26448724:pet_clair:3327:26449516,26452487:pet_clair:3327:26453258,26457497:pet_clair:3327:26458210,26475475:pet_clair:3327:26477045,26479243:pet_clair:3327:26480499,26482166:pet_clair:3327:26483275,26486545:pet_clair:3327:26486885,26487570:pet_clair:3327:26488491,26491438:pet_clair:3327:26492043,26492257:pet_clair:3327:26492675,26492281:pet_clair:3327:26492738,26492283:pet_clair:3327:26502634,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.02221634834960999, 'nb_photo': 1530, 'list_port_cont': '26447434,26449675,26455558,26456047,26487980,26489737,26492537,26492567,26495805,26498035,26504733,26528369,26540057,26540178,26542464,26545778,26573802,26580560,26581011,26582616,26583022,26586891,26587324,26641104,26645280,26648983,26724087,26728613,26752144,26752505,26752698,26753090,26758585,26761919,26766747,26784203,26796529,26801729,26812360,26824458,26851097,26856113,26858061,26858670,26861201,26861486,26886445,26891496,26906390,26910660,26911874,26939959,26957133,26962523,26963074,26967220,26975051,27056837,27057665,27057698,27059138,27059649,27061436,27071712,27072076,27072436,27072577,27072641,27072650,27072817,27082966,27087403,27094738,27098447,27102466,27104584,27108433,27133044,27172133', 'assoc_port': '26445880:26447434,26445902:26449675,26453698:26455558,26453700:26456047,26487565:26487980,26489096:26489737,26492268:26492537,26492294:26492567,26495364:26495805,26497815:26498035,26504438:26504733,26524842:26528369,26539059:26542464,26539064:26540178,26539074:26540057,26545107:26545778,26573164:26573802,26579611:26581011,26579614:26580560,26579639:26583022,26582094:26582616,26586364:26587324,26586391:26586891,26640591:26641104,26644250:26645280,26648299:26648983,26713693:26724087,26716479:26728613,26751144:26753090,26751187:26752698,26751197:26752505,26751207:26752144,26758237:26758585,26761746:26761919,26766059:26766747,26783341:26784203,26790345:26796529,26801185:26801729,26809208:26812360,26824390:26824458,26850785:26851097,26852316:26856113,26857655:26858670,26857683:26858061,26860462:26861486,26860464:26861201,26885907:26886445,26890986:26891496,26905388:26906390,26909866:26910660,26911018:26911874,26939189:26939959,26955630:26963074,26955635:26957133,26960161:26962523,26966174:26967220,26974034:2697505', 'assoc_mat': '26445880:pet_clair:3594:26447434,26445902:pet_clair:3594:26449675,26453698:pet_clair:3594:26455558,26453700:pet_clair:3594:26456047,26487565:pet_clair:3594:26487980,26489096:pet_clair:3594:26489737,26492268:pet_clair:3594:26492537,26492294:pet_clair:3594:26492567,26495364:pet_clair:3594:26495805,26497815:pet_clair:3594:26498035,26504438:pet_clair:3594:26504733,26524842:pet_clair:3594:26528369,26539059:pet_clair:3594:26542464,26539064:pet_clair:3594:26540178,26539074:pet_clair:3594:26540057,26545107:pet_clair:3594:26545778,26573164:pet_clair:3594:26573802,26579611:pet_clair:3594:26581011,26579614:pet_clair:3594:26580560,26579639:pet_clair:3594:26583022,26582094:pet_clair:3594:26582616,26586364:pet_clair:3594:26587324,26586391:pet_clair:3594:26586891,26640591:pet_clair:3594:26641104,26644250:pet_clair:3594:26645280,26648299:pet_clair:3594:26648983,26713693:pet_clair:3594:26724087,26716479:pet_clair:3594:26728613,26751144:pet_clair:3594:26753090,26751187:pet_clair:3594:26752698,26751197:pet_clair:3594:26752505,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0011613837581137842, 'nb_photo': 68, 'list_port_cont': '26447440,26456040,26492575,26495810,26540056,26545785,26573809,26580558,26582614,26583024,26587323,26752506,26758579,26761913,26796522,26812358,26851090,26858676,26861203,26861478,26939966,26962521,26963072,26967216,26975043,27057701,27061428,27071717,27072080,27072442,27072574,27072643,27072821,27082962,27094739,27098445,27104581,27108443,27172129', 'assoc_port': '26445880:26447440,26453700:26456040,26492294:26492575,26495364:26495810,26539074:26540056,26545107:26545785,26573164:26573809,26579614:26580558,26579639:26583024,26582094:26582614,26586364:26587323,26751197:26752506,26758237:26758579,26761746:26761913,26790345:26796522,26809208:26812358,26850785:26851090,26857655:26858676,26860462:26861478,26860464:26861203,26939189:26939966,26955630:26963072,26960161:26962521,26966174:26967216,26974034:26975043,27057432:27057701,27060966:27061428,27071590:27072574,27071596:27072643,27071602:27072821,27071608:27072442,27071618:27072080,27071629:27071717,27082751:27082962,27093812:27094739,27097608:27098445,27102182:27104581,27108099:27108443,27168014:27172129', 'assoc_mat': '26445880:pet_fonce:3594:26447440,26453700:pet_fonce:3594:26456040,26492294:pet_fonce:3594:26492575,26495364:pet_fonce:3594:26495810,26539074:pet_fonce:3594:26540056,26545107:pet_fonce:3594:26545785,26573164:pet_fonce:3594:26573809,26579614:pet_fonce:3594:26580558,26579639:pet_fonce:3594:26583024,26582094:pet_fonce:3594:26582614,26586364:pet_fonce:3594:26587323,26751197:pet_fonce:3594:26752506,26758237:pet_fonce:3594:26758579,26761746:pet_fonce:3594:26761913,26790345:pet_fonce:3594:26796522,26809208:pet_fonce:3594:26812358,26850785:pet_fonce:3594:26851090,26857655:pet_fonce:3594:26858676,26860462:pet_fonce:3594:26861478,26860464:pet_fonce:3594:26861203,26939189:pet_fonce:3594:26939966,26955630:pet_fonce:3594:26963072,26960161:pet_fonce:3594:26962521,26966174:pet_fonce:3594:26967216,26974034:pet_fonce:3594:26975043,27057432:pet_fonce:3594:27057701,27060966:pet_fonce:3594:27061428,27071590:pet_fonce:3594:27072574,27071596:pet_fonce:3594:27072643,27071602:pet_fonce:3594:27072821,27071608:pet_fonce:3594:27072442,2'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00017634919078135118, 'nb_photo': 2, 'list_port_cont': '26573827,26884561', 'assoc_port': '26570438:26573827,26879651:26884561', 'assoc_mat': '26570438:pet_opaque:4203:26573827,26879651:pet_opaque:4203:26884561'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008608085859124544, 'nb_photo': 4, 'list_port_cont': '26714492,27081215,27144154,27147866', 'assoc_port': '26714283:26714492,27080857:27081215,27143730:27144154,27147393:27147866', 'assoc_mat': '26714283:pet_opaque:4461:26714492,27080857:pet_opaque:4461:27081215,27143730:pet_opaque:4461:27144154,27147393:pet_opaque:4461:27147866'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.001476374444734235, 'nb_photo': 73, 'list_port_cont': '26390949,26391936,26397741,26434866,26437502,26437680,26454229,26455690,26488043,26497384,26507342,26509907,26528046,26533725,26536516,26573562,26583862,26587962,26590831,26593931,26638915,26646038,26649492,26716006,26719590,26721569,26753285,26765690,26801624,26804491,26804758,26815179,26842863,26846767,26854013,26865360,26885229,26891200,26891808,26902011,26966014,27016337,27024336,27047878,27056332,27056552,27087235,27117826,27131761,27140136,27148849,27192199,27208921,27226023,27237379,27257644,27286759,27288594,27292170', 'assoc_port': '26390463:26390949,26391743:26391936,26397265:26397741,26434412:26434866,26437044:26437680,26437051:26437502,26452474:26455690,26453708:26454229,26487567:26488043,26497183:26497384,26501110:26509907,26507069:26507342,26527510:26528046,26533165:26533725,26536226:26536516,26573162:26573562,26583473:26583862,26587642:26587962,26590421:26590831,26593672:26593931,26638671:26638915,26645501:26646038,26649382:26649492,26715928:26716006,26719537:26719590,26721333:26721569,26751153:26753285,26758235:26765690,26801187:26801624,26804090:26804758,26804095:26804491,26807477:26815179,26842684:26842863,26846501:26846767,26853524:26854013,26865051:26865360,26884490:26885229,26890983:26891200,26891696:26891808,26901822:26902011,26965621:26966014,27016176:27016337,27024174:27024336,27047557:27047878,27055902:27056552,27055914:27056332,27086921:27087235,27117430:27117826,27131468:27131761,27139928:27140136,27141176:27148849,27191995:27192199,27208855:27208921,27225878:27226023,27237166:27237379,27251086:27257644,27281264:2728859', 'assoc_mat': '26390463:pet_opaque:4200:26390949,26391743:pet_opaque:4200:26391936,26397265:pet_opaque:4200:26397741,26434412:pet_opaque:4200:26434866,26437044:pet_opaque:4200:26437680,26437051:pet_opaque:4200:26437502,26452474:pet_opaque:4200:26455690,26453708:pet_opaque:4200:26454229,26487567:pet_opaque:4200:26488043,26497183:pet_opaque:4200:26497384,26501110:pet_opaque:4200:26509907,26507069:pet_opaque:4200:26507342,26527510:pet_opaque:4200:26528046,26533165:pet_opaque:4200:26533725,26536226:pet_opaque:4200:26536516,26573162:pet_opaque:4200:26573562,26583473:pet_opaque:4200:26583862,26587642:pet_opaque:4200:26587962,26590421:pet_opaque:4200:26590831,26593672:pet_opaque:4200:26593931,26638671:pet_opaque:4200:26638915,26645501:pet_opaque:4200:26646038,26649382:pet_opaque:4200:26649492,26715928:pet_opaque:4200:26716006,26719537:pet_opaque:4200:26719590,26721333:pet_opaque:4200:26721569,26751153:pet_opaque:4200:26753285,26758235:pet_opaque:4200:26765690,26801187:pet_opaque:4200:26801624,26804090:pet_opaque:4200:26804758,2680'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00016910328741248193, 'nb_photo': 64, 'list_port_cont': '26388940,26391065,26392359,26436505,26438928,26438991,26453068,26456892,26466441,26478948,26480841,26483067,26525375,26577541,26629913,26657276,26714095,26718739,26720304,26726600,26729186,26751810,26806947,26883183,26886640,26896023,26902089,26940166,26945936,27071945,27073191,27084646,27087630,27088112,27098953,27100197,27103302,27120539,27129690,27140582,27142014,27160680,27172871,27188698,27202643,27202981,27222053,27223715,27245582,27257978,27270263,27286394,27287020,27304813,27307263,27311188', 'assoc_port': '26387927:26388940,26390466:26391065,26391738:26392359,26436193:26436505,26438736:26438991,26438738:26438928,26452472:26453068,26456347:26456892,26457498:26466441,26478052:26478948,26479251:26480841,26482170:26483067,26524843:26525375,26577265:26577541,26629307:26629913,26656767:26657276,26713694:26714095,26718523:26718739,26719968:26720304,26726294:26726600,26728851:26729186,26751283:26751810,26797057:26896023,26806417:26806947,26882356:26883183,26885900:26886640,26901838:26902089,26934344:26945936,26939175:26940166,27071624:27073191,27071634:27071945,27082752:27084646,27086907:27098953,27086924:27088112,27086940:27087630,27099891:27100197,27103129:27103302,27120104:27120539,27128860:27129690,27139935:27140582,27141174:27142014,27160107:27160680,27172139:27172871,27188072:27188698,27202109:27202981,27202127:27202643,27221337:27222053,27223296:27223715,27244975:27245582,27251107:27257978,27268281:27270263,27285545:27286394,27286594:27287020,27304150:27304813,27307125:27307263,27307129:27311188', 'assoc_mat': '26387927:pet_opaque:4211:26388940,26390466:pet_opaque:4211:26391065,26391738:pet_opaque:4211:26392359,26436193:pet_opaque:4211:26436505,26438736:pet_opaque:4211:26438991,26438738:pet_opaque:4211:26438928,26452472:pet_opaque:4211:26453068,26456347:pet_opaque:4211:26456892,26457498:pet_opaque:4211:26466441,26478052:pet_opaque:4211:26478948,26479251:pet_opaque:4211:26480841,26482170:pet_opaque:4211:26483067,26524843:pet_opaque:4211:26525375,26577265:pet_opaque:4211:26577541,26629307:pet_opaque:4211:26629913,26656767:pet_opaque:4211:26657276,26713694:pet_opaque:4211:26714095,26718523:pet_opaque:4211:26718739,26719968:pet_opaque:4211:26720304,26726294:pet_opaque:4211:26726600,26728851:pet_opaque:4211:26729186,26751283:pet_opaque:4211:26751810,26797057:pet_opaque:4211:26896023,26806417:pet_opaque:4211:26806947,26882356:pet_opaque:4211:26883183,26885900:pet_opaque:4211:26886640,26901838:pet_opaque:4211:26902089,26934344:pet_opaque:4211:26945936,26939175:pet_opaque:4211:26940166,27071624:pet_opaque:4211:27073191,2707'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005445540117574896, 'nb_photo': 713, 'list_port_cont': '26390166,26396031,26400371,26425896,26430762,26434459,26436294,26444911,26446148,26452642,26452720,26474906,26479539,26482676,26489259,26495458,26502109,26524188,26524861,26530215,26532309,26532326,26532366,26540707,26541387,26549716,26552503,26554551,26567662,26569747,26574122,26574193,26579875,26582227,26583386,26590486,26598637,26598684,26631201,26638734,26639583,26639658,26649433,26655612,26659622,26704205,26706545,26709583,26712643,26713327,26713776,26714367,26717001,26719576,26724604,26726491,26727316,26728930,26730511,26735044,26747429,26751431,26751635,26752888,26759768,26787836,26788372,26788687,26788931,26790462,26791425,26793105,26797897,26801359,26804249,26806548,26824598,26825004,26826150,26842817,26853685,26863825,26870513,26870555,26877039,26884741,26885046,26889801,26889963,26895188,26911080,26927689,26930314,26939167,26943358,26957330,27016281,27024241,27045483,27049197,27053120,27057489,27067045,27067176,27067757,27071720,27071898,27072203,27083442,27089631,27089751,27090066,27093996,2710049', 'assoc_port': '26390032:26390166,26395916:26396031,26400187:26400371,26425488:26425896,26430556:26430762,26430558:26434459,26436213:26436294,26444771:26444911,26445882:26446148,26452500:26452720,26452501:26452642,26474311:26474906,26479246:26479539,26482157:26482676,26489121:26489259,26491437:26502109,26495360:26495458,26523735:26524861,26523739:26524188,26529997:26530215,26531940:26532366,26531942:26532309,26531945:26532326,26536217:26541387,26536219:26540707,26545130:26549716,26552421:26552503,26554522:26554551,26567363:26567662,26569619:26569747,26573999:26574193,26574000:26574122,26579608:26579875,26579609:26583386,26582090:26582227,26590423:26590486,26598497:26598684,26598498:26598637,26631031:26631201,26638672:26638734,26639553:26639658,26639556:26639583,26649399:26649433,26655464:26659622,26655465:26655612,26704153:26704205,26706183:26706545,26709301:26709583,26712592:26712643,26713231:26713327,26713696:26713776,26714280:26714367,26716907:26717001,26719534:26719576,26724514:26724604,26726290:26726491,26727127:2672731', 'assoc_mat': '26390032:plastique:3726:26390166,26395916:plastique:3726:26396031,26400187:plastique:3726:26400371,26425488:plastique:3726:26425896,26430556:plastique:3726:26430762,26430558:plastique:3726:26434459,26436213:plastique:3726:26436294,26444771:plastique:3726:26444911,26445882:plastique:3726:26446148,26452500:plastique:3726:26452720,26452501:plastique:3726:26452642,26474311:plastique:3726:26474906,26479246:plastique:3726:26479539,26482157:plastique:3726:26482676,26489121:plastique:3726:26489259,26491437:plastique:3726:26502109,26495360:plastique:3726:26495458,26523735:plastique:3726:26524861,26523739:plastique:3726:26524188,26529997:plastique:3726:26530215,26531940:plastique:3726:26532366,26531942:plastique:3726:26532309,26531945:plastique:3726:26532326,26536217:plastique:3726:26541387,26536219:plastique:3726:26540707,26545130:plastique:3726:26549716,26552421:plastique:3726:26552503,26554522:plastique:3726:26554551,26567363:plastique:3726:26567662,26569619:plastique:3726:26569747,26573999:plastique:3726:26574193,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010731580926828738, 'nb_photo': 1507, 'list_port_cont': '26390168,26396037,26400363,26425898,26430760,26434461,26436288,26444903,26446150,26452640,26452721,26474904,26479542,26482368,26482684,26489257,26495465,26502107,26524182,26524873,26530213,26532071,26532314,26532322,26532372,26540703,26541380,26545258,26549708,26552496,26554550,26560190,26567651,26569752,26574125,26574192,26579874,26582236,26583380,26590488,26598634,26598683,26631198,26638736,26639580,26639663,26649440,26655609,26659618,26704198,26706392,26706553,26706556,26707593,26709588,26712651,26713323,26713762,26714365,26717010,26719571,26719654,26724608,26726489,26727308,26728931,26730512,26735042,26736806,26747423,26751441,26751638,26752881,26759762,26787840,26788691,26788939,26790471,26791430,26793111,26797902,26801355,26806553,26824604,26824998,26826152,26842813,26853694,26863823,26870522,26870552,26877032,26884736,26885047,26889817,26889966,26895197,26902583,26911087,26927692,26930321,26939165,26943357,26955806,26957327,26974172,26974188,26978333,26978420,26980803,27016285,27024239,27045474,2704919', 'assoc_port': '26390032:26390168,26395916:26396037,26400187:26400363,26425488:26425898,26430556:26430760,26430558:26434461,26436213:26436288,26444771:26444903,26445882:26446150,26452500:26452721,26452501:26452640,26474311:26474904,26479246:26479542,26482157:26482684,26482163:26482368,26489121:26489257,26491437:26502107,26495360:26495465,26523735:26524873,26523739:26524182,26529997:26530213,26531940:26532372,26531942:26532314,26531945:26532322,26531947:26532071,26536217:26541380,26536219:26540703,26545127:26545258,26545130:26549708,26552421:26552496,26554522:26554550,26560132:26560190,26567363:26567651,26569619:26569752,26573999:26574192,26574000:26574125,26579608:26579874,26579609:26583380,26582090:26582236,26590423:26590488,26598497:26598683,26598498:26598634,26631031:26631198,26638672:26638736,26639553:26639663,26639556:26639580,26649399:26649440,26655464:26659618,26655465:26655609,26704153:26704198,26706182:26706556,26706183:26706553,26706184:26706392,26707411:26707593,26709301:26709588,26712592:26712651,26713231:2671332', 'assoc_mat': '26390032:Teint_Dans_La_Masse:3726:26390168,26395916:Teint_Dans_La_Masse:3726:26396037,26400187:Teint_Dans_La_Masse:3726:26400363,26425488:Teint_Dans_La_Masse:3726:26425898,26430556:Teint_Dans_La_Masse:3726:26430760,26430558:Teint_Dans_La_Masse:3726:26434461,26436213:Teint_Dans_La_Masse:3726:26436288,26444771:Teint_Dans_La_Masse:3726:26444903,26445882:Teint_Dans_La_Masse:3726:26446150,26452500:Teint_Dans_La_Masse:3726:26452721,26452501:Teint_Dans_La_Masse:3726:26452640,26474311:Teint_Dans_La_Masse:3726:26474904,26479246:Teint_Dans_La_Masse:3726:26479542,26482157:Teint_Dans_La_Masse:3726:26482684,26482163:Teint_Dans_La_Masse:3726:26482368,26489121:Teint_Dans_La_Masse:3726:26489257,26491437:Teint_Dans_La_Masse:3726:26502107,26495360:Teint_Dans_La_Masse:3726:26495465,26523735:Teint_Dans_La_Masse:3726:26524873,26523739:Teint_Dans_La_Masse:3726:26524182,26529997:Teint_Dans_La_Masse:3726:26530213,26531940:Teint_Dans_La_Masse:3726:26532372,26531942:Teint_Dans_La_Masse:3726:26532314,26531945:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 39484}}, 'hostname': (('jetson-6',),), 'impurety_average_per_hashtag': [(('pehd_pp', '2025-09', 0.029708204665736506),), (('flux_dev', '2025-09', 0.11998130886944836),), (('emr', '2025-09', 0.038325138150899045),), (('pet_clair', '2025-09', 0.0071976726619034665),), (('aluminium', '2025-09', 0.04917394936395431),), (('film_pedb', '2025-09', 0.20029398148996905),), (('gm', '2025-09', 0.030108872435725912),), (('jrm', '2025-09', 0.030443109461453302),), (('ela', '2025-09', 0.06738734699689126),), (('refus', '2025-09', 0.08391503763169074),)]} filepath : /data_4/data_log/job/memo/angers_montee_convoyeur/sla_mensuel_angers_montee_convoyeur_mois_09_annee_2025.pdf Before plot_photos_and_unwanted_material_summary # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! None was removed should we ? donnée sous forme de texte was removed should we ? [ptf_id0,ptf_id1...] was removed should we ? Before organize_and_plot_unwanted_material_stats {'pet_clair': {'autre': ['autre', '0.53%', 912], 'barquette_avec_film': ['barquette_avec_film', '0.28%', 7], 'bouchon': ['bouchon', '0.04%', 53], 'carton': ['carton', '0.2%', 167], 'etiquette': ['etiquette', '0.44%', 2], 'metal': ['metal', '0.33%', 1], 'papier': ['papier', '0.78%', 420], 'pehd': ['pehd', '0.27%', 1], 'pet_clair': ['pet_clair', '99.25%', 112483]}, 'refus': {'autre': ['autre', '0.12%', 194], 'carton': ['carton', '0.55%', 1074], 'metal': ['metal', '0.07%', 146], 'papier': ['papier', '6.97%', 10484], 'pehd': ['pehd', '0.04%', 20], 'pet_clair': ['pet_clair', '2.22%', 1530], 'pet_fonce': ['pet_fonce', '0.12%', 68]}, 'jrm': {'autre_refus': ['autre_refus', '0.82%', 377], 'cartonnette': ['cartonnette', '0.16%', 51], 'Carton_brun': ['Carton_brun', '0.91%', 281], 'Carton_gris': ['Carton_gris', '0.64%', 98], 'kraft': ['kraft', '0.09%', 10], 'plastique': ['plastique', '0.54%', 713], 'Teint_Dans_La_Masse': ['Teint_Dans_La_Masse', '1.07%', 1507]}, 'aluminium': {'barquette_opaque': ['barquette_opaque', '0.06%', 6], 'carton': ['carton', '1.32%', 217], 'ela': ['ela', '0.16%', 13], 'film_plastique': ['film_plastique', '1.98%', 526], 'metal': ['metal', '95.23%', 42], 'papier': ['papier', '1.97%', 1478], 'pehd': ['pehd', '0.43%', 37], 'pet_clair': ['pet_clair', '0.26%', 7]}, 'ela': {'barquette_opaque': ['barquette_opaque', '0.15%', 238], 'carton': ['carton', '1.21%', 811], 'ela': ['ela', '93.42%', 533], 'etiquette': ['etiquette', '0.01%', 27], 'film_plastique': ['film_plastique', '0.61%', 764], 'metal': ['metal', '1.87%', 1496], 'papier': ['papier', '2.78%', 8204], 'pehd': ['pehd', '0.32%', 211], 'pet_clair': ['pet_clair', '0.02%', 2], 'pet_opaque': ['pet_opaque', '0.02%', 2]}, 'emr': {'barquette_opaque': ['barquette_opaque', '0.08%', 59], 'carton': ['carton', '96.13%', 6421], 'ela': ['ela', '0.07%', 72], 'etiquette': ['etiquette', '0.02%', 1], 'film_plastique': ['film_plastique', '0.37%', 2256], 'metal': ['metal', '1.14%', 1255], 'papier': ['papier', '2.51%', 13962], 'pehd': ['pehd', '0.28%', 161], 'pet_clair': ['pet_clair', '0.32%', 2]}, 'film_pedb': {'barquette_opaque': ['barquette_opaque', '1.46%', 10], 'carton': ['carton', '1.24%', 2668], 'ela': ['ela', '0.84%', 2], 'film_plastique': ['film_plastique', '79.47%', 5054], 'metal': ['metal', '0.42%', 27], 'papier': ['papier', '19.01%', 36185], 'pehd': ['pehd', '0.44%', 17], 'pet_clair': ['pet_clair', '0.18%', 1], 'pet_opaque': ['pet_opaque', '0.86%', 4]}, 'flux_dev': {'barquette_opaque': ['barquette_opaque', '0.52%', 48], 'carton': ['carton', '2.26%', 1173], 'ela': ['ela', '0.15%', 79], 'film_plastique': ['film_plastique', '2.09%', 2551], 'metal': ['metal', '0.63%', 24], 'papier': ['papier', '8.02%', 5018], 'pehd': ['pehd', '0.47%', 279], 'pet_clair': ['pet_clair', '0.73%', 10], 'pet_opaque': ['pet_opaque', '0.15%', 73]}, 'gm': {'barquette_opaque': ['barquette_opaque', '0.24%', 10], 'carton': ['carton', '1.87%', 405], 'ela': ['ela', '0.17%', 59], 'etiquette': ['etiquette', '0.01%', 1], 'film_plastique': ['film_plastique', '0.88%', 145], 'metal': ['metal', '1.48%', 99], 'papier': ['papier', '97.01%', 16242], 'pehd': ['pehd', '0.49%', 49]}, 'pehd_pp': {'barquette_opaque': ['barquette_opaque', '0.66%', 3465], 'carton': ['carton', '0.66%', 6895], 'ela': ['ela', '0.1%', 1417], 'etiquette': ['etiquette', '0.0%', 1], 'film_plastique': ['film_plastique', '0.48%', 12968], 'metal': ['metal', '0.31%', 392], 'papier': ['papier', '1.06%', 27106], 'pehd': ['pehd', '97.08%', 9000], 'pet_clair': ['pet_clair', '0.05%', 33], 'pet_opaque': ['pet_opaque', '0.02%', 64]}} before plot_matierial_repartition before organize_and_plot_coverage_data before organize_and_plot_impurety_average_data before organize_and_plot_quality_photo_data finish generating filepath : /data_4/data_log/job/memo/angers_montee_convoyeur/sla_mensuel_angers_montee_convoyeur_mois_09_annee_2025.pdf le fichier se trouve ici : /data_4/data_log/job/memo/angers_montee_convoyeur 4.99user 5.47system 0:15.05elapsed 69%CPU (0avgtext+0avgdata 181368maxresident)k 248inputs+2416outputs (13major+73832minor)pagefaults 0swaps