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=30002 --dashboard_places=arc_en_ciel_mm --rootfolder_sla=/data_4/data_log/job/memo/arc_en_ciel_mm -v --mtr_id=979 --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 : 30002, Date : 2025-11 _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 : (5, 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=4323 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=4323 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= 4323 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=4323 # 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=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=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 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=4748 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=4748 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= 4748 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=4748 # 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 13185 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 13193 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 13194 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 13189 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 13189 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 13191 argmax have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13192 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 13186 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 13186 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 13197 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 13197 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 13188 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 13187 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 13187 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 13196 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 13188 doesn't seem to be define in the database( WARNING : type of input 3 of step 13187 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 13185 doesn't seem to be define in the database( WARNING : type of input 2 of step 13189 doesn't seem to be define in the database( WARNING : output 0 of step 13185 have datatype=16 whereas input 0 of step 13192 have datatype=1 WARNING : output 1 of step 13185 have datatype=2 whereas input 1 of step 13192 have datatype=7 WARNING : output 0 of step 13191 have datatype=6 whereas input 2 of step 13192 have datatype=5 WARNING : type of output 2 of step 13192 doesn't seem to be define in the database( WARNING : type of input 1 of step 13186 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 13188 have datatype=10 whereas input 3 of step 13195 have datatype=6 WARNING : type of input 2 of step 13197 doesn't seem to be define in the database( WARNING : output 1 of step 13186 have datatype=7 whereas input 2 of step 13197 have datatype=None WARNING : type of output 3 of step 13197 doesn't seem to be define in the database( WARNING : type of input 1 of step 13188 doesn't seem to be define in the database( WARNING : output 0 of step 13188 have datatype=10 whereas input 0 of step 13198 have datatype=18 WARNING : type of input 5 of step 13195 doesn't seem to be define in the database( WARNING : output 0 of step 13198 have datatype=11 whereas input 5 of step 13195 have datatype=None WARNING : type of output 1 of step 13193 doesn't seem to be define in the database( WARNING : type of input 3 of step 13189 doesn't seem to be define in the database( WARNING : type of output 1 of step 13194 doesn't seem to be define in the database( WARNING : type of input 3 of step 13189 doesn't seem to be define in the database( WARNING : output 0 of step 13192 have datatype=1 whereas input 0 of step 13186 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,textiles_sanitaires,pet_clair', 'hashtag_parmi': 'pet_fonce,barquette_opaque,pet_opaque', '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=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=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 TODO : Insert select and so on SELECT id, name, misc_info, datou_id_for_right FROM MTRPhoto.dashboard_places WHERE name="arc_en_ciel_mm"; SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4323 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=4323 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= 4323 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=4323 # 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=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=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 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=4748 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=4748 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= 4748 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=4748 # 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 13185 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 13193 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 13194 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 13189 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 13189 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 13191 argmax have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13192 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 13186 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 13186 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 13197 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 13197 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 13188 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 13187 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 13187 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 13196 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 13188 doesn't seem to be define in the database( WARNING : type of input 3 of step 13187 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 13185 doesn't seem to be define in the database( WARNING : type of input 2 of step 13189 doesn't seem to be define in the database( WARNING : output 0 of step 13185 have datatype=16 whereas input 0 of step 13192 have datatype=1 WARNING : output 1 of step 13185 have datatype=2 whereas input 1 of step 13192 have datatype=7 WARNING : output 0 of step 13191 have datatype=6 whereas input 2 of step 13192 have datatype=5 WARNING : type of output 2 of step 13192 doesn't seem to be define in the database( WARNING : type of input 1 of step 13186 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 13188 have datatype=10 whereas input 3 of step 13195 have datatype=6 WARNING : type of input 2 of step 13197 doesn't seem to be define in the database( WARNING : output 1 of step 13186 have datatype=7 whereas input 2 of step 13197 have datatype=None WARNING : type of output 3 of step 13197 doesn't seem to be define in the database( WARNING : type of input 1 of step 13188 doesn't seem to be define in the database( WARNING : output 0 of step 13188 have datatype=10 whereas input 0 of step 13198 have datatype=18 WARNING : type of input 5 of step 13195 doesn't seem to be define in the database( WARNING : output 0 of step 13198 have datatype=11 whereas input 5 of step 13195 have datatype=None WARNING : type of output 1 of step 13193 doesn't seem to be define in the database( WARNING : type of input 3 of step 13189 doesn't seem to be define in the database( WARNING : type of output 1 of step 13194 doesn't seem to be define in the database( WARNING : type of input 3 of step 13189 doesn't seem to be define in the database( WARNING : output 0 of step 13192 have datatype=1 whereas input 0 of step 13186 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,textiles_sanitaires,pet_clair', 'hashtag_parmi': 'pet_fonce,barquette_opaque,pet_opaque', '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=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=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 Fonction SLA_MENSUEL nb_day : (5, 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=4323 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=4323 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= 4323 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=4323 # 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=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=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 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=4748 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=4748 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= 4748 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=4748 # 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 13185 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 13193 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 13194 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 13189 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 13189 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 13191 argmax have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13192 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 13186 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 13186 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 13197 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 13197 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 13188 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 13187 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 13187 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 13196 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 13188 doesn't seem to be define in the database( WARNING : type of input 3 of step 13187 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 13185 doesn't seem to be define in the database( WARNING : type of input 2 of step 13189 doesn't seem to be define in the database( WARNING : output 0 of step 13185 have datatype=16 whereas input 0 of step 13192 have datatype=1 WARNING : output 1 of step 13185 have datatype=2 whereas input 1 of step 13192 have datatype=7 WARNING : output 0 of step 13191 have datatype=6 whereas input 2 of step 13192 have datatype=5 WARNING : type of output 2 of step 13192 doesn't seem to be define in the database( WARNING : type of input 1 of step 13186 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 13188 have datatype=10 whereas input 3 of step 13195 have datatype=6 WARNING : type of input 2 of step 13197 doesn't seem to be define in the database( WARNING : output 1 of step 13186 have datatype=7 whereas input 2 of step 13197 have datatype=None WARNING : type of output 3 of step 13197 doesn't seem to be define in the database( WARNING : type of input 1 of step 13188 doesn't seem to be define in the database( WARNING : output 0 of step 13188 have datatype=10 whereas input 0 of step 13198 have datatype=18 WARNING : type of input 5 of step 13195 doesn't seem to be define in the database( WARNING : output 0 of step 13198 have datatype=11 whereas input 5 of step 13195 have datatype=None WARNING : type of output 1 of step 13193 doesn't seem to be define in the database( WARNING : type of input 3 of step 13189 doesn't seem to be define in the database( WARNING : type of output 1 of step 13194 doesn't seem to be define in the database( WARNING : type of input 3 of step 13189 doesn't seem to be define in the database( WARNING : output 0 of step 13192 have datatype=1 whereas input 0 of step 13186 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,textiles_sanitaires,pet_clair', 'hashtag_parmi': 'pet_fonce,barquette_opaque,pet_opaque', '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=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=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 TODO : Insert select and so on SELECT id, name, misc_info, datou_id_for_right FROM MTRPhoto.dashboard_places WHERE name="arc_en_ciel_mm"; SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4323 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=4323 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= 4323 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=4323 # 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=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=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 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=4748 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=4748 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= 4748 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=4748 # 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 13185 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 13193 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 13194 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 13189 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 13189 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 13191 argmax have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13192 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 13186 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 13186 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 13197 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 13197 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 13188 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 13187 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 13187 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 13196 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 13188 doesn't seem to be define in the database( WARNING : type of input 3 of step 13187 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 13185 doesn't seem to be define in the database( WARNING : type of input 2 of step 13189 doesn't seem to be define in the database( WARNING : output 0 of step 13185 have datatype=16 whereas input 0 of step 13192 have datatype=1 WARNING : output 1 of step 13185 have datatype=2 whereas input 1 of step 13192 have datatype=7 WARNING : output 0 of step 13191 have datatype=6 whereas input 2 of step 13192 have datatype=5 WARNING : type of output 2 of step 13192 doesn't seem to be define in the database( WARNING : type of input 1 of step 13186 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 13188 have datatype=10 whereas input 3 of step 13195 have datatype=6 WARNING : type of input 2 of step 13197 doesn't seem to be define in the database( WARNING : output 1 of step 13186 have datatype=7 whereas input 2 of step 13197 have datatype=None WARNING : type of output 3 of step 13197 doesn't seem to be define in the database( WARNING : type of input 1 of step 13188 doesn't seem to be define in the database( WARNING : output 0 of step 13188 have datatype=10 whereas input 0 of step 13198 have datatype=18 WARNING : type of input 5 of step 13195 doesn't seem to be define in the database( WARNING : output 0 of step 13198 have datatype=11 whereas input 5 of step 13195 have datatype=None WARNING : type of output 1 of step 13193 doesn't seem to be define in the database( WARNING : type of input 3 of step 13189 doesn't seem to be define in the database( WARNING : type of output 1 of step 13194 doesn't seem to be define in the database( WARNING : type of input 3 of step 13189 doesn't seem to be define in the database( WARNING : output 0 of step 13192 have datatype=1 whereas input 0 of step 13186 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,textiles_sanitaires,pet_clair', 'hashtag_parmi': 'pet_fonce,barquette_opaque,pet_opaque', '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=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=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 place_id : 157 month : 11 mtr_id : 979 dashboard_places : arc_en_ciel_mm date : 2025-11 year : 2025 raspi : 30002 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 = 'arc_en_ciel_mm' and date like '%2025-11%') and created_at like '%2025-11%'))); nb_day : (5, 30) after unwanted_material_data nb_day : (5, 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 '%30002%' AND ms.result_str like '%2025/11%'ORDER BY ms.id desc LIMIT 0, 1000000; 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 ! No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 638, 'max_time_between_images': '0 days 180 seconds', 'coverage_pause': '0 days 19140 seconds', 'coverage_times_pause': '0 days 19500 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 5, 'end_of_day_photos_duplicated': 277, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 360, 'ratio_coverage': 0.33757209121854}, 'dashboard_dict': {'nb_ptf_finished': 13, 'nb_images_finished': 93, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 93, 'last_update': '2025/11/22', 'portfolio_id': 28762590, 'last_run_id': 2636996, 'total_number_of_photos': 604}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 638, 'max_time_between_images': '0 days 180 seconds', 'coverage_pause': '0 days 19140 seconds', 'coverage_times_pause': '0 days 19500 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 5, 'end_of_day_photos_duplicated': 277, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 360, 'ratio_coverage': 0.33757209121854}, 'dashboard_dict': {'nb_ptf_finished': 13, 'nb_images_finished': 93, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 93, 'last_update': '2025/11/22', 'portfolio_id': 28762590, 'last_run_id': 2636996, 'total_number_of_photos': 604}} No error ? {'log_dict': {'total_nb_images': 2769, 'max_time_between_images': '0 days 420 seconds', 'coverage_pause': '0 days 83070 seconds', 'coverage_times_pause': '0 days 84420 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 28, 'end_of_day_photos_duplicated': 1175, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 8, 'end_of_day_photos_uploaded': 1585, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 26, 'nb_images_finished': 562332, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 54, 'nb_images_started': 358, 'nb_selected_images': 562690, 'last_update': '2025/11/21', 'portfolio_id': 28729174, 'last_run_id': 2630134, 'total_number_of_photos': 2702}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 638, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 18958 seconds', 'coverage_times_pause': '0 days 19460 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 5, 'end_of_day_photos_duplicated': 277, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 360, 'ratio_coverage': 0.33436215806275243}, 'dashboard_dict': {'nb_ptf_finished': 13, 'nb_images_finished': 93, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 93, 'last_update': '2025/11/22', 'portfolio_id': 28762590, 'last_run_id': 2636996, 'total_number_of_photos': 604}} No error ? {'log_dict': {'total_nb_images': 2769, 'max_time_between_images': '0 days 449 seconds', 'coverage_pause': '0 days 82143 seconds', 'coverage_times_pause': '0 days 84056 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 28, 'end_of_day_photos_duplicated': 1175, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 8, 'end_of_day_photos_uploaded': 1585, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 26, 'nb_images_finished': 562332, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 54, 'nb_images_started': 358, 'nb_selected_images': 562690, 'last_update': '2025/11/21', 'portfolio_id': 28729174, 'last_run_id': 2630134, 'total_number_of_photos': 2702}} No error ? {'log_dict': {'total_nb_images': 2872, 'max_time_between_images': '0 days 90 seconds', 'coverage_pause': '0 days 85321 seconds', 'coverage_times_pause': '0 days 86311 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 30, 'end_of_day_photos_duplicated': 593, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 2276, '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': 144, 'nb_images_started': 904, 'nb_selected_images': 904, 'last_update': '2025/11/20', 'portfolio_id': 28683435, 'last_run_id': 2623144, 'total_number_of_photos': 3074}} No error ? {'log_dict': {'total_nb_images': 2866, 'max_time_between_images': '0 days 130 seconds', 'coverage_pause': '0 days 85157 seconds', 'coverage_times_pause': '0 days 86162 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 28, 'end_of_day_photos_duplicated': 624, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 2239, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 131, 'nb_images_finished': 823, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 823, 'last_update': '2025/11/19', 'portfolio_id': 28631121, 'last_run_id': 2615952, 'total_number_of_photos': 2614}} No error ? {'log_dict': {'total_nb_images': 2875, 'max_time_between_images': '0 days 121 seconds', 'coverage_pause': '0 days 85227 seconds', 'coverage_times_pause': '0 days 86309 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 28, 'end_of_day_photos_duplicated': 1027, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 1845, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 106, 'nb_images_finished': 708, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 708, 'last_update': '2025/11/18', 'portfolio_id': 28585866, 'last_run_id': 2607595, 'total_number_of_photos': 2138}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 2842, 'max_time_between_images': '0 days 300 seconds', 'coverage_pause': '0 days 84634 seconds', 'coverage_times_pause': '0 days 85537 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 32, 'end_of_day_photos_duplicated': 1346, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1495, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 63, 'nb_images_finished': 425, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 425, 'last_update': '2025/11/16', 'portfolio_id': 28552774, 'last_run_id': 2598504, 'total_number_of_photos': 1762}} No error ? {'log_dict': {'total_nb_images': 2838, 'max_time_between_images': '0 days 235 seconds', 'coverage_pause': '0 days 84405 seconds', 'coverage_times_pause': '0 days 85604 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 27, 'end_of_day_photos_duplicated': 681, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 2154, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 66, 'nb_images_finished': 439, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 59, 'nb_images_started': 403, 'nb_selected_images': 842, 'last_update': '2025/11/15', 'portfolio_id': 28503907, 'last_run_id': 2595255, 'total_number_of_photos': 2370}} No error ? {'log_dict': {'total_nb_images': 2849, 'max_time_between_images': '0 days 239 seconds', 'coverage_pause': '0 days 84765 seconds', 'coverage_times_pause': '0 days 85752 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 31, 'end_of_day_photos_duplicated': 1193, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 1653, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 78, 'nb_images_finished': 502, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 19, 'nb_images_started': 130, 'nb_selected_images': 632, 'last_update': '2025/11/14', 'portfolio_id': 28471899, 'last_run_id': 2587984, 'total_number_of_photos': 1890}} No error ? {'log_dict': {'total_nb_images': 2856, 'max_time_between_images': '0 days 169 seconds', 'coverage_pause': '0 days 84983 seconds', 'coverage_times_pause': '0 days 85969 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 32, 'end_of_day_photos_duplicated': 945, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 1908, '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': 104, 'nb_images_started': 673, 'nb_selected_images': 673, 'last_update': '2025/11/14', 'portfolio_id': 28437384, 'last_run_id': 2581519, 'total_number_of_photos': 2285}} No error ? {'log_dict': {'total_nb_images': 2852, 'max_time_between_images': '0 days 145 seconds', 'coverage_pause': '0 days 85075 seconds', 'coverage_times_pause': '0 days 85917 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 28, 'end_of_day_photos_duplicated': 1164, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 10, 'end_of_day_photos_uploaded': 1677, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 24, 'nb_images_finished': 163, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 163, 'last_update': '2025/11/12', 'portfolio_id': 28415137, 'last_run_id': 2572754, 'total_number_of_photos': 2258}} No error ? {'log_dict': {'total_nb_images': 2842, 'max_time_between_images': '0 days 358 seconds', 'coverage_pause': '0 days 84511 seconds', 'coverage_times_pause': '0 days 85647 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 29, 'end_of_day_photos_duplicated': 1136, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 1703, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 98, 'nb_images_finished': 626, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 626, 'last_update': '2025/11/11', 'portfolio_id': 28369603, 'last_run_id': 2565812, 'total_number_of_photos': 1987}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 2840, 'max_time_between_images': '0 days 300 seconds', 'coverage_pause': '0 days 84631 seconds', 'coverage_times_pause': '0 days 85641 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 26, 'end_of_day_photos_duplicated': 1879, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 958, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 25, 'nb_images_finished': 158, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 158, 'last_update': '2025/11/09', 'portfolio_id': 28335771, 'last_run_id': 2554514, 'total_number_of_photos': 1101}} No error ? {'log_dict': {'total_nb_images': 2845, 'max_time_between_images': '0 days 419 seconds', 'coverage_pause': '0 days 84639 seconds', 'coverage_times_pause': '0 days 85640 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 31, 'end_of_day_photos_duplicated': 858, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 1984, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 71, 'nb_images_finished': 513, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 49, 'nb_images_started': 300, 'nb_selected_images': 813, 'last_update': '2025/11/08', 'portfolio_id': 28281492, 'last_run_id': 2550268, 'total_number_of_photos': 2160}} No error ? {'log_dict': {'total_nb_images': 2868, 'max_time_between_images': '0 days 180 seconds', 'coverage_pause': '0 days 85180 seconds', 'coverage_times_pause': '0 days 86189 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 30, 'end_of_day_photos_duplicated': 934, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 1931, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 76, 'nb_images_finished': 505, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 34, 'nb_images_started': 227, 'nb_selected_images': 732, 'last_update': '2025/11/09', 'portfolio_id': 28235407, 'last_run_id': 2539855, 'total_number_of_photos': 2101}} No error ? {'log_dict': {'total_nb_images': 2865, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 85208 seconds', 'coverage_times_pause': '0 days 86189 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 27, 'end_of_day_photos_duplicated': 461, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 2401, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 103, 'nb_images_finished': 771, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 41, 'nb_images_started': 208, 'nb_selected_images': 979, 'last_update': '2025/11/08', 'portfolio_id': 28185496, 'last_run_id': 2531015, 'total_number_of_photos': 2601}} No error ? {'log_dict': {'total_nb_images': 2867, 'max_time_between_images': '0 days 110 seconds', 'coverage_pause': '0 days 85351 seconds', 'coverage_times_pause': '0 days 86291 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 31, 'end_of_day_photos_duplicated': 647, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 2215, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 87, 'nb_images_finished': 676, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 52, 'nb_images_started': 258, 'nb_selected_images': 934, 'last_update': '2025/11/08', 'portfolio_id': 28123421, 'last_run_id': 2531698, 'total_number_of_photos': 2457}} No error ? {'log_dict': {'total_nb_images': 2868, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 85418 seconds', 'coverage_times_pause': '0 days 86246 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 27, 'end_of_day_photos_duplicated': 1106, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 1760, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 73, 'nb_images_finished': 553, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 31, 'nb_images_started': 164, 'nb_selected_images': 717, 'last_update': '2025/11/18', 'portfolio_id': 28077130, 'last_run_id': 2608634, 'total_number_of_photos': 2287}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 2857, 'max_time_between_images': '0 days 180 seconds', 'coverage_pause': '0 days 84992 seconds', 'coverage_times_pause': '0 days 86096 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 29, 'end_of_day_photos_duplicated': 2207, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 647, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 24, 'nb_images_finished': 180, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 180, 'last_update': '2025/11/06', 'portfolio_id': 28049248, 'last_run_id': 2531660, 'total_number_of_photos': 711}} 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 638, 'max_time_between_images': '0 days 180 seconds', 'coverage_pause': '0 days 19140 seconds', 'coverage_times_pause': '0 days 19500 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 5, 'end_of_day_photos_duplicated': 277, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 360, 'ratio_coverage': 0.33757209121854}, 'dashboard_dict': {'nb_ptf_finished': 13, 'nb_images_finished': 93, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 93, 'last_update': '2025/11/22', 'portfolio_id': 28762590, 'last_run_id': 2636996, 'total_number_of_photos': 604}} No error ? {'log_dict': {'total_nb_images': 2769, 'max_time_between_images': '0 days 420 seconds', 'coverage_pause': '0 days 83070 seconds', 'coverage_times_pause': '0 days 84420 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 28, 'end_of_day_photos_duplicated': 1175, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 8, 'end_of_day_photos_uploaded': 1585, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 26, 'nb_images_finished': 562332, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 54, 'nb_images_started': 358, 'nb_selected_images': 562690, 'last_update': '2025/11/21', 'portfolio_id': 28729174, 'last_run_id': 2630134, 'total_number_of_photos': 2702}} No error ? {'log_dict': {'total_nb_images': 2872, 'max_time_between_images': '0 days 90 seconds', 'coverage_pause': '0 days 86160 seconds', 'coverage_times_pause': '0 days 86340 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 30, 'end_of_day_photos_duplicated': 593, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 2276, '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': 144, 'nb_images_started': 904, 'nb_selected_images': 904, 'last_update': '2025/11/20', 'portfolio_id': 28683435, 'last_run_id': 2623144, 'total_number_of_photos': 3074}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 638, 'max_time_between_images': '0 days 180 seconds', 'coverage_pause': '0 days 19140 seconds', 'coverage_times_pause': '0 days 19500 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 5, 'end_of_day_photos_duplicated': 277, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 360, 'ratio_coverage': 0.33757209121854}, 'dashboard_dict': {'nb_ptf_finished': 13, 'nb_images_finished': 93, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 93, 'last_update': '2025/11/22', 'portfolio_id': 28762590, 'last_run_id': 2636996, 'total_number_of_photos': 604}} No error ? {'log_dict': {'total_nb_images': 2769, 'max_time_between_images': '0 days 420 seconds', 'coverage_pause': '0 days 83070 seconds', 'coverage_times_pause': '0 days 84420 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 28, 'end_of_day_photos_duplicated': 1175, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 8, 'end_of_day_photos_uploaded': 1585, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 26, 'nb_images_finished': 561714, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 54, 'nb_images_started': 358, 'nb_selected_images': 562072, 'last_update': '2025/11/21', 'portfolio_id': 28729174, 'last_run_id': 2630134, 'total_number_of_photos': 2702}} No error ? {'log_dict': {'total_nb_images': 2872, 'max_time_between_images': '0 days 90 seconds', 'coverage_pause': '0 days 86160 seconds', 'coverage_times_pause': '0 days 86340 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 30, 'end_of_day_photos_duplicated': 593, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 2276, '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': 144, 'nb_images_started': 904, 'nb_selected_images': 904, 'last_update': '2025/11/20', 'portfolio_id': 28683435, 'last_run_id': 2623144, 'total_number_of_photos': 3074}} No error ? {'log_dict': {'total_nb_images': 2866, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 85980 seconds', 'coverage_times_pause': '0 days 86220 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 28, 'end_of_day_photos_duplicated': 624, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 2239, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 131, 'nb_images_finished': 823, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 823, 'last_update': '2025/11/19', 'portfolio_id': 28631121, 'last_run_id': 2615952, 'total_number_of_photos': 2614}} 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 ! No error ? {'log_dict': {'total_nb_images': 2842, 'max_time_between_images': '0 days 270 seconds', 'coverage_pause': '0 days 85260 seconds', 'coverage_times_pause': '0 days 85710 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 32, 'end_of_day_photos_duplicated': 1346, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1495, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 63, 'nb_images_finished': 425, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 425, 'last_update': '2025/11/16', 'portfolio_id': 28552774, 'last_run_id': 2598504, 'total_number_of_photos': 1762}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 2842, 'max_time_between_images': '0 days 270 seconds', 'coverage_pause': '0 days 85260 seconds', 'coverage_times_pause': '0 days 85710 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 32, 'end_of_day_photos_duplicated': 1346, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1495, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 63, 'nb_images_finished': 425, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 425, 'last_update': '2025/11/16', 'portfolio_id': 28552774, 'last_run_id': 2598504, 'total_number_of_photos': 1762}} No error ? {'log_dict': {'total_nb_images': 2838, 'max_time_between_images': '0 days 210 seconds', 'coverage_pause': '0 days 85140 seconds', 'coverage_times_pause': '0 days 85770 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 27, 'end_of_day_photos_duplicated': 681, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 2154, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 66, 'nb_images_finished': 439, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 59, 'nb_images_started': 403, 'nb_selected_images': 842, 'last_update': '2025/11/15', 'portfolio_id': 28503907, 'last_run_id': 2595255, 'total_number_of_photos': 2370}} No error ? {'log_dict': {'total_nb_images': 2856, 'max_time_between_images': '0 days 150 seconds', 'coverage_pause': '0 days 85680 seconds', 'coverage_times_pause': '0 days 86100 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 32, 'end_of_day_photos_duplicated': 945, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 1908, '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': 104, 'nb_images_started': 673, 'nb_selected_images': 673, 'last_update': '2025/11/14', 'portfolio_id': 28437384, 'last_run_id': 2581519, 'total_number_of_photos': 2285}} No error ? {'log_dict': {'total_nb_images': 2856, 'max_time_between_images': '0 days 150 seconds', 'coverage_pause': '0 days 85680 seconds', 'coverage_times_pause': '0 days 86100 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 32, 'end_of_day_photos_duplicated': 945, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 1908, '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': 104, 'nb_images_started': 673, 'nb_selected_images': 673, 'last_update': '2025/11/14', 'portfolio_id': 28437384, 'last_run_id': 2581519, 'total_number_of_photos': 2285}} No error ? {'log_dict': {'total_nb_images': 2852, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 85560 seconds', 'coverage_times_pause': '0 days 86040 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 28, 'end_of_day_photos_duplicated': 1164, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 10, 'end_of_day_photos_uploaded': 1677, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 24, 'nb_images_finished': 163, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 163, 'last_update': '2025/11/12', 'portfolio_id': 28415137, 'last_run_id': 2572754, 'total_number_of_photos': 2258}} No error ? {'log_dict': {'total_nb_images': 2856, 'max_time_between_images': '0 days 150 seconds', 'coverage_pause': '0 days 85680 seconds', 'coverage_times_pause': '0 days 86100 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 32, 'end_of_day_photos_duplicated': 945, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 1908, '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': 104, 'nb_images_started': 673, 'nb_selected_images': 673, 'last_update': '2025/11/14', 'portfolio_id': 28437384, 'last_run_id': 2581519, 'total_number_of_photos': 2285}} No error ? {'log_dict': {'total_nb_images': 2852, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 85560 seconds', 'coverage_times_pause': '0 days 86040 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 28, 'end_of_day_photos_duplicated': 1164, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 10, 'end_of_day_photos_uploaded': 1677, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 24, 'nb_images_finished': 163, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 163, 'last_update': '2025/11/12', 'portfolio_id': 28415137, 'last_run_id': 2572754, 'total_number_of_photos': 2258}} No error ? {'log_dict': {'total_nb_images': 2842, 'max_time_between_images': '0 days 330 seconds', 'coverage_pause': '0 days 85260 seconds', 'coverage_times_pause': '0 days 85830 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 29, 'end_of_day_photos_duplicated': 1136, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 1703, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 98, 'nb_images_finished': 626, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 626, 'last_update': '2025/11/11', 'portfolio_id': 28369603, 'last_run_id': 2565812, 'total_number_of_photos': 1987}} No error ? {'log_dict': {'total_nb_images': 2856, 'max_time_between_images': '0 days 150 seconds', 'coverage_pause': '0 days 85680 seconds', 'coverage_times_pause': '0 days 86100 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 32, 'end_of_day_photos_duplicated': 945, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 1908, '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': 104, 'nb_images_started': 673, 'nb_selected_images': 673, 'last_update': '2025/11/14', 'portfolio_id': 28437384, 'last_run_id': 2581519, 'total_number_of_photos': 2285}} No error ? {'log_dict': {'total_nb_images': 2852, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 85560 seconds', 'coverage_times_pause': '0 days 86040 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 28, 'end_of_day_photos_duplicated': 1164, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 10, 'end_of_day_photos_uploaded': 1677, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 24, 'nb_images_finished': 163, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 163, 'last_update': '2025/11/12', 'portfolio_id': 28415137, 'last_run_id': 2572754, 'total_number_of_photos': 2258}} No error ? {'log_dict': {'total_nb_images': 2842, 'max_time_between_images': '0 days 330 seconds', 'coverage_pause': '0 days 85260 seconds', 'coverage_times_pause': '0 days 85830 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 29, 'end_of_day_photos_duplicated': 1136, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 1703, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 98, 'nb_images_finished': 626, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 626, 'last_update': '2025/11/11', 'portfolio_id': 28369603, 'last_run_id': 2565812, 'total_number_of_photos': 1987}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 2856, 'max_time_between_images': '0 days 150 seconds', 'coverage_pause': '0 days 85680 seconds', 'coverage_times_pause': '0 days 86100 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 32, 'end_of_day_photos_duplicated': 945, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 1908, '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': 104, 'nb_images_started': 673, 'nb_selected_images': 673, 'last_update': '2025/11/14', 'portfolio_id': 28437384, 'last_run_id': 2581519, 'total_number_of_photos': 2285}} No error ? {'log_dict': {'total_nb_images': 2852, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 85560 seconds', 'coverage_times_pause': '0 days 86040 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 28, 'end_of_day_photos_duplicated': 1164, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 10, 'end_of_day_photos_uploaded': 1677, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 24, 'nb_images_finished': 163, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 163, 'last_update': '2025/11/12', 'portfolio_id': 28415137, 'last_run_id': 2572754, 'total_number_of_photos': 2258}} No error ? {'log_dict': {'total_nb_images': 2842, 'max_time_between_images': '0 days 330 seconds', 'coverage_pause': '0 days 85260 seconds', 'coverage_times_pause': '0 days 85830 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 29, 'end_of_day_photos_duplicated': 1136, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 1703, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 98, 'nb_images_finished': 626, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 626, 'last_update': '2025/11/11', 'portfolio_id': 28369603, 'last_run_id': 2565812, 'total_number_of_photos': 1987}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 2840, 'max_time_between_images': '0 days 270 seconds', 'coverage_pause': '0 days 85200 seconds', 'coverage_times_pause': '0 days 85800 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 26, 'end_of_day_photos_duplicated': 1879, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 958, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 25, 'nb_images_finished': 158, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 158, 'last_update': '2025/11/09', 'portfolio_id': 28335771, 'last_run_id': 2554514, 'total_number_of_photos': 1101}} No error ? {'log_dict': {'total_nb_images': 2856, 'max_time_between_images': '0 days 150 seconds', 'coverage_pause': '0 days 85680 seconds', 'coverage_times_pause': '0 days 86100 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 32, 'end_of_day_photos_duplicated': 945, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 1908, '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': 104, 'nb_images_started': 673, 'nb_selected_images': 673, 'last_update': '2025/11/14', 'portfolio_id': 28437384, 'last_run_id': 2581519, 'total_number_of_photos': 2285}} No error ? {'log_dict': {'total_nb_images': 2852, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 85560 seconds', 'coverage_times_pause': '0 days 86040 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 28, 'end_of_day_photos_duplicated': 1164, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 10, 'end_of_day_photos_uploaded': 1677, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 24, 'nb_images_finished': 163, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 163, 'last_update': '2025/11/12', 'portfolio_id': 28415137, 'last_run_id': 2572754, 'total_number_of_photos': 2258}} No error ? {'log_dict': {'total_nb_images': 2842, 'max_time_between_images': '0 days 330 seconds', 'coverage_pause': '0 days 85260 seconds', 'coverage_times_pause': '0 days 85830 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 29, 'end_of_day_photos_duplicated': 1136, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 1703, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 98, 'nb_images_finished': 626, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 626, 'last_update': '2025/11/11', 'portfolio_id': 28369603, 'last_run_id': 2565812, 'total_number_of_photos': 1987}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 2840, 'max_time_between_images': '0 days 270 seconds', 'coverage_pause': '0 days 85200 seconds', 'coverage_times_pause': '0 days 85800 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 26, 'end_of_day_photos_duplicated': 1879, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 958, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 25, 'nb_images_finished': 158, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 158, 'last_update': '2025/11/09', 'portfolio_id': 28335771, 'last_run_id': 2554514, 'total_number_of_photos': 1101}} No error ? {'log_dict': {'total_nb_images': 2845, 'max_time_between_images': '0 days 390 seconds', 'coverage_pause': '0 days 85350 seconds', 'coverage_times_pause': '0 days 85770 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 31, 'end_of_day_photos_duplicated': 858, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 1984, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 71, 'nb_images_finished': 513, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 49, 'nb_images_started': 300, 'nb_selected_images': 813, 'last_update': '2025/11/08', 'portfolio_id': 28281492, 'last_run_id': 2550268, 'total_number_of_photos': 2160}} No error ? {'log_dict': {'total_nb_images': 2856, 'max_time_between_images': '0 days 150 seconds', 'coverage_pause': '0 days 85680 seconds', 'coverage_times_pause': '0 days 86100 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 32, 'end_of_day_photos_duplicated': 945, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 1908, '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, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 2852, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 85560 seconds', 'coverage_times_pause': '0 days 86040 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 28, 'end_of_day_photos_duplicated': 1164, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 10, 'end_of_day_photos_uploaded': 1677, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 24, 'nb_images_finished': 163, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 163, 'last_update': '2025/11/12', 'portfolio_id': 28415137, 'last_run_id': 2572754, 'total_number_of_photos': 2258}} No error ? {'log_dict': {'total_nb_images': 2842, 'max_time_between_images': '0 days 330 seconds', 'coverage_pause': '0 days 85260 seconds', 'coverage_times_pause': '0 days 85830 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 29, 'end_of_day_photos_duplicated': 1136, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 1703, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 98, 'nb_images_finished': 626, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 626, 'last_update': '2025/11/11', 'portfolio_id': 28369603, 'last_run_id': 2565812, 'total_number_of_photos': 1987}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 2840, 'max_time_between_images': '0 days 270 seconds', 'coverage_pause': '0 days 85200 seconds', 'coverage_times_pause': '0 days 85800 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 26, 'end_of_day_photos_duplicated': 1879, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 958, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 25, 'nb_images_finished': 158, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 158, 'last_update': '2025/11/09', 'portfolio_id': 28335771, 'last_run_id': 2554514, 'total_number_of_photos': 1101}} No error ? {'log_dict': {'total_nb_images': 2845, 'max_time_between_images': '0 days 390 seconds', 'coverage_pause': '0 days 85350 seconds', 'coverage_times_pause': '0 days 85770 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 31, 'end_of_day_photos_duplicated': 858, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 1984, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 71, 'nb_images_finished': 513, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 49, 'nb_images_started': 300, 'nb_selected_images': 813, 'last_update': '2025/11/08', 'portfolio_id': 28281492, 'last_run_id': 2550268, 'total_number_of_photos': 2160}} No error ? {'log_dict': {'total_nb_images': 2868, 'max_time_between_images': '0 days 150 seconds', 'coverage_pause': '0 days 86040 seconds', 'coverage_times_pause': '0 days 86250 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 30, 'end_of_day_photos_duplicated': 934, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 1931, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 76, 'nb_images_finished': 505, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 34, 'nb_images_started': 227, 'nb_selected_images': 732, 'last_update': '2025/11/09', 'portfolio_id': 28235407, 'last_run_id': 2539855, 'total_number_of_photos': 2101}} No error ? {'log_dict': {'total_nb_images': 2852, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 85560 seconds', 'coverage_times_pause': '0 days 86040 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 28, 'end_of_day_photos_duplicated': 1164, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 10, 'end_of_day_photos_uploaded': 1677, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 24, 'nb_images_finished': 163, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 163, 'last_update': '2025/11/12', 'portfolio_id': 28415137, 'last_run_id': 2572754, 'total_number_of_photos': 2258}} No error ? {'log_dict': {'total_nb_images': 2842, 'max_time_between_images': '0 days 330 seconds', 'coverage_pause': '0 days 85260 seconds', 'coverage_times_pause': '0 days 85830 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 29, 'end_of_day_photos_duplicated': 1136, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 1703, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 98, 'nb_images_finished': 626, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 626, 'last_update': '2025/11/11', 'portfolio_id': 28369603, 'last_run_id': 2565812, 'total_number_of_photos': 1987}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 2840, 'max_time_between_images': '0 days 270 seconds', 'coverage_pause': '0 days 85200 seconds', 'coverage_times_pause': '0 days 85800 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 26, 'end_of_day_photos_duplicated': 1879, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 958, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 25, 'nb_images_finished': 158, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 158, 'last_update': '2025/11/09', 'portfolio_id': 28335771, 'last_run_id': 2554514, 'total_number_of_photos': 1101}} No error ? {'log_dict': {'total_nb_images': 2845, 'max_time_between_images': '0 days 390 seconds', 'coverage_pause': '0 days 85350 seconds', 'coverage_times_pause': '0 days 85770 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 31, 'end_of_day_photos_duplicated': 858, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 1984, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 71, 'nb_images_finished': 513, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 49, 'nb_images_started': 300, 'nb_selected_images': 813, 'last_update': '2025/11/08', 'portfolio_id': 28281492, 'last_run_id': 2550268, 'total_number_of_photos': 2160}} No error ? {'log_dict': {'total_nb_images': 2868, 'max_time_between_images': '0 days 150 seconds', 'coverage_pause': '0 days 86040 seconds', 'coverage_times_pause': '0 days 86250 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 30, 'end_of_day_photos_duplicated': 934, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 1931, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 76, 'nb_images_finished': 505, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 34, 'nb_images_started': 227, 'nb_selected_images': 732, 'last_update': '2025/11/09', 'portfolio_id': 28235407, 'last_run_id': 2539855, 'total_number_of_photos': 2101}} No error ? {'log_dict': {'total_nb_images': 2865, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 85950 seconds', 'coverage_times_pause': '0 days 86250 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 27, 'end_of_day_photos_duplicated': 461, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 2401, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 103, 'nb_images_finished': 771, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 41, 'nb_images_started': 208, 'nb_selected_images': 979, 'last_update': '2025/11/08', 'portfolio_id': 28185496, 'last_run_id': 2531015, 'total_number_of_photos': 2601}} No error ? {'log_dict': {'total_nb_images': 2842, 'max_time_between_images': '0 days 330 seconds', 'coverage_pause': '0 days 85260 seconds', 'coverage_times_pause': '0 days 85830 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 29, 'end_of_day_photos_duplicated': 1136, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 1703, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 98, 'nb_images_finished': 626, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 626, 'last_update': '2025/11/11', 'portfolio_id': 28369603, 'last_run_id': 2565139, 'total_number_of_photos': 1987}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 2840, 'max_time_between_images': '0 days 270 seconds', 'coverage_pause': '0 days 85200 seconds', 'coverage_times_pause': '0 days 85800 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 26, 'end_of_day_photos_duplicated': 1879, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 958, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 25, 'nb_images_finished': 158, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 158, 'last_update': '2025/11/09', 'portfolio_id': 28335771, 'last_run_id': 2554514, 'total_number_of_photos': 1101}} No error ? {'log_dict': {'total_nb_images': 2845, 'max_time_between_images': '0 days 390 seconds', 'coverage_pause': '0 days 85350 seconds', 'coverage_times_pause': '0 days 85770 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 31, 'end_of_day_photos_duplicated': 858, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 1984, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 71, 'nb_images_finished': 513, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 49, 'nb_images_started': 300, 'nb_selected_images': 813, 'last_update': '2025/11/08', 'portfolio_id': 28281492, 'last_run_id': 2550268, 'total_number_of_photos': 2160}} No error ? {'log_dict': {'total_nb_images': 2868, 'max_time_between_images': '0 days 150 seconds', 'coverage_pause': '0 days 86040 seconds', 'coverage_times_pause': '0 days 86250 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 30, 'end_of_day_photos_duplicated': 934, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 1931, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 76, 'nb_images_finished': 505, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 34, 'nb_images_started': 227, 'nb_selected_images': 732, 'last_update': '2025/11/09', 'portfolio_id': 28235407, 'last_run_id': 2539855, 'total_number_of_photos': 2101}} No error ? {'log_dict': {'total_nb_images': 2865, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 85950 seconds', 'coverage_times_pause': '0 days 86250 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 27, 'end_of_day_photos_duplicated': 461, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 2401, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 103, 'nb_images_finished': 771, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 41, 'nb_images_started': 208, 'nb_selected_images': 979, 'last_update': '2025/11/08', 'portfolio_id': 28185496, 'last_run_id': 2531015, 'total_number_of_photos': 2601}} No error ? {'log_dict': {'total_nb_images': 2867, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 86010 seconds', 'coverage_times_pause': '0 days 86310 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 31, 'end_of_day_photos_duplicated': 647, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 2215, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 87, 'nb_images_finished': 676, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 52, 'nb_images_started': 258, 'nb_selected_images': 934, 'last_update': '2025/11/08', 'portfolio_id': 28123421, 'last_run_id': 2531698, 'total_number_of_photos': 2457}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 2840, 'max_time_between_images': '0 days 270 seconds', 'coverage_pause': '0 days 85200 seconds', 'coverage_times_pause': '0 days 85800 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 26, 'end_of_day_photos_duplicated': 1879, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 958, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 25, 'nb_images_finished': 158, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 158, 'last_update': '2025/11/09', 'portfolio_id': 28335771, 'last_run_id': 2554514, 'total_number_of_photos': 1101}} No error ? {'log_dict': {'total_nb_images': 2845, 'max_time_between_images': '0 days 390 seconds', 'coverage_pause': '0 days 85350 seconds', 'coverage_times_pause': '0 days 85770 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 31, 'end_of_day_photos_duplicated': 858, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 1984, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 71, 'nb_images_finished': 513, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 49, 'nb_images_started': 300, 'nb_selected_images': 813, 'last_update': '2025/11/08', 'portfolio_id': 28281492, 'last_run_id': 2550268, 'total_number_of_photos': 2160}} No error ? {'log_dict': {'total_nb_images': 2868, 'max_time_between_images': '0 days 150 seconds', 'coverage_pause': '0 days 86040 seconds', 'coverage_times_pause': '0 days 86250 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 30, 'end_of_day_photos_duplicated': 934, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 1931, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 76, 'nb_images_finished': 505, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 34, 'nb_images_started': 227, 'nb_selected_images': 732, 'last_update': '2025/11/09', 'portfolio_id': 28235407, 'last_run_id': 2539855, 'total_number_of_photos': 2101}} No error ? {'log_dict': {'total_nb_images': 2865, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 85950 seconds', 'coverage_times_pause': '0 days 86250 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 27, 'end_of_day_photos_duplicated': 461, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 2401, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 103, 'nb_images_finished': 771, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 41, 'nb_images_started': 208, 'nb_selected_images': 979, 'last_update': '2025/11/08', 'portfolio_id': 28185496, 'last_run_id': 2531015, 'total_number_of_photos': 2601}} No error ? {'log_dict': {'total_nb_images': 2867, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 86010 seconds', 'coverage_times_pause': '0 days 86310 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 31, 'end_of_day_photos_duplicated': 647, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 2215, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 87, 'nb_images_finished': 676, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 52, 'nb_images_started': 258, 'nb_selected_images': 934, 'last_update': '2025/11/08', 'portfolio_id': 28123421, 'last_run_id': 2531698, 'total_number_of_photos': 2457}} No error ? {'log_dict': {'total_nb_images': 2868, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 86040 seconds', 'coverage_times_pause': '0 days 86280 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 27, 'end_of_day_photos_duplicated': 1106, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 1760, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 61, 'nb_images_finished': 496, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 43, 'nb_images_started': 221, 'nb_selected_images': 717, 'last_update': '2025/11/07', 'portfolio_id': 28077130, 'last_run_id': 2531730, 'total_number_of_photos': 2287}} No error ? {'log_dict': {'total_nb_images': 2840, 'max_time_between_images': '0 days 270 seconds', 'coverage_pause': '0 days 85200 seconds', 'coverage_times_pause': '0 days 85800 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 26, 'end_of_day_photos_duplicated': 1879, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 958, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 25, 'nb_images_finished': 158, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 158, 'last_update': '2025/11/08', 'portfolio_id': 28335771, 'last_run_id': 2553164, 'total_number_of_photos': 1101}} No error ? {'log_dict': {'total_nb_images': 2845, 'max_time_between_images': '0 days 390 seconds', 'coverage_pause': '0 days 85350 seconds', 'coverage_times_pause': '0 days 85770 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 31, 'end_of_day_photos_duplicated': 858, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 1984, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 71, 'nb_images_finished': 513, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 49, 'nb_images_started': 300, 'nb_selected_images': 813, 'last_update': '2025/11/08', 'portfolio_id': 28281492, 'last_run_id': 2550268, 'total_number_of_photos': 2160}} No error ? {'log_dict': {'total_nb_images': 2868, 'max_time_between_images': '0 days 150 seconds', 'coverage_pause': '0 days 86040 seconds', 'coverage_times_pause': '0 days 86250 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 30, 'end_of_day_photos_duplicated': 934, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 1931, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 76, 'nb_images_finished': 505, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 34, 'nb_images_started': 227, 'nb_selected_images': 732, 'last_update': '2025/11/09', 'portfolio_id': 28235407, 'last_run_id': 2539855, 'total_number_of_photos': 2101}} No error ? {'log_dict': {'total_nb_images': 2865, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 85950 seconds', 'coverage_times_pause': '0 days 86250 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 27, 'end_of_day_photos_duplicated': 461, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 2401, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 103, 'nb_images_finished': 771, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 41, 'nb_images_started': 208, 'nb_selected_images': 979, 'last_update': '2025/11/08', 'portfolio_id': 28185496, 'last_run_id': 2531015, 'total_number_of_photos': 2601}} No error ? {'log_dict': {'total_nb_images': 2867, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 86010 seconds', 'coverage_times_pause': '0 days 86310 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 31, 'end_of_day_photos_duplicated': 647, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 2215, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 87, 'nb_images_finished': 676, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 52, 'nb_images_started': 258, 'nb_selected_images': 934, 'last_update': '2025/11/08', 'portfolio_id': 28123421, 'last_run_id': 2531698, 'total_number_of_photos': 2457}} No error ? {'log_dict': {'total_nb_images': 2868, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 86040 seconds', 'coverage_times_pause': '0 days 86280 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 27, 'end_of_day_photos_duplicated': 1106, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 1760, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 61, 'nb_images_finished': 496, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 43, 'nb_images_started': 221, 'nb_selected_images': 717, 'last_update': '2025/11/07', 'portfolio_id': 28077130, 'last_run_id': 2531730, 'total_number_of_photos': 2287}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 2845, 'max_time_between_images': '0 days 390 seconds', 'coverage_pause': '0 days 85350 seconds', 'coverage_times_pause': '0 days 85770 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 31, 'end_of_day_photos_duplicated': 858, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 1984, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 62, 'nb_images_finished': 436, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 29, 'nb_images_started': 185, 'nb_selected_images': 621, 'last_update': '2025/11/07', 'portfolio_id': 28281492, 'last_run_id': 2544898, 'total_number_of_photos': 2160}} No error ? {'log_dict': {'total_nb_images': 2868, 'max_time_between_images': '0 days 150 seconds', 'coverage_pause': '0 days 86040 seconds', 'coverage_times_pause': '0 days 86250 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 30, 'end_of_day_photos_duplicated': 934, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 1931, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 76, 'nb_images_finished': 505, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 34, 'nb_images_started': 227, 'nb_selected_images': 732, 'last_update': '2025/11/08', 'portfolio_id': 28235407, 'last_run_id': 2539855, 'total_number_of_photos': 2101}} No error ? {'log_dict': {'total_nb_images': 2865, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 85950 seconds', 'coverage_times_pause': '0 days 86250 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 27, 'end_of_day_photos_duplicated': 461, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 2401, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 103, 'nb_images_finished': 771, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 41, 'nb_images_started': 208, 'nb_selected_images': 979, 'last_update': '2025/11/08', 'portfolio_id': 28185496, 'last_run_id': 2531015, 'total_number_of_photos': 2601}} No error ? {'log_dict': {'total_nb_images': 2867, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 86010 seconds', 'coverage_times_pause': '0 days 86310 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 31, 'end_of_day_photos_duplicated': 647, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 2215, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 87, 'nb_images_finished': 676, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 52, 'nb_images_started': 258, 'nb_selected_images': 934, 'last_update': '2025/11/08', 'portfolio_id': 28123421, 'last_run_id': 2531698, 'total_number_of_photos': 2457}} No error ? {'log_dict': {'total_nb_images': 2868, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 86040 seconds', 'coverage_times_pause': '0 days 86280 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 27, 'end_of_day_photos_duplicated': 1106, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 1760, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 61, 'nb_images_finished': 496, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 43, 'nb_images_started': 221, 'nb_selected_images': 717, 'last_update': '2025/11/07', 'portfolio_id': 28077130, 'last_run_id': 2531730, 'total_number_of_photos': 2287}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 2857, 'max_time_between_images': '0 days 150 seconds', 'coverage_pause': '0 days 85710 seconds', 'coverage_times_pause': '0 days 86190 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 29, 'end_of_day_photos_duplicated': 2207, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 647, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 24, 'nb_images_finished': 180, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 180, 'last_update': '2025/11/06', 'portfolio_id': 28049248, 'last_run_id': 2531660, 'total_number_of_photos': 711}} No error ? {'log_dict': {'total_nb_images': 2868, 'max_time_between_images': '0 days 150 seconds', 'coverage_pause': '0 days 86040 seconds', 'coverage_times_pause': '0 days 86250 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 30, 'end_of_day_photos_duplicated': 934, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 1931, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 76, 'nb_images_finished': 505, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 34, 'nb_images_started': 227, 'nb_selected_images': 732, 'last_update': '2025/11/07', 'portfolio_id': 28235407, 'last_run_id': 2539436, 'total_number_of_photos': 2101}} No error ? {'log_dict': {'total_nb_images': 2865, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 85950 seconds', 'coverage_times_pause': '0 days 86250 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 27, 'end_of_day_photos_duplicated': 461, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 2401, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 103, 'nb_images_finished': 771, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 41, 'nb_images_started': 208, 'nb_selected_images': 979, 'last_update': '2025/11/06', 'portfolio_id': 28185496, 'last_run_id': 2531015, 'total_number_of_photos': 2601}} No error ? {'log_dict': {'total_nb_images': 2867, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 86010 seconds', 'coverage_times_pause': '0 days 86310 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 31, 'end_of_day_photos_duplicated': 647, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 2215, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 87, 'nb_images_finished': 676, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 52, 'nb_images_started': 258, 'nb_selected_images': 934, 'last_update': '2025/11/07', 'portfolio_id': 28123421, 'last_run_id': 2531698, 'total_number_of_photos': 2457}} No error ? {'log_dict': {'total_nb_images': 2868, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 86040 seconds', 'coverage_times_pause': '0 days 86280 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 27, 'end_of_day_photos_duplicated': 1106, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 1760, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 61, 'nb_images_finished': 496, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 43, 'nb_images_started': 221, 'nb_selected_images': 717, 'last_update': '2025/11/07', 'portfolio_id': 28077130, 'last_run_id': 2531730, 'total_number_of_photos': 2287}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 2857, 'max_time_between_images': '0 days 150 seconds', 'coverage_pause': '0 days 85710 seconds', 'coverage_times_pause': '0 days 86190 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 29, 'end_of_day_photos_duplicated': 2207, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 647, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 24, 'nb_images_finished': 180, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 180, 'last_update': '2025/11/06', 'portfolio_id': 28049248, 'last_run_id': 2531660, 'total_number_of_photos': 711}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 2865, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 85950 seconds', 'coverage_times_pause': '0 days 86250 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 27, 'end_of_day_photos_duplicated': 461, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 2401, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 765, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 42, 'nb_images_started': 214, 'nb_selected_images': 979, 'last_update': '2025/11/06', 'portfolio_id': 28185496, 'last_run_id': 2530617, 'total_number_of_photos': 2601}} No error ? {'log_dict': {'total_nb_images': 2867, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 86010 seconds', 'coverage_times_pause': '0 days 86310 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 31, 'end_of_day_photos_duplicated': 647, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 2215, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 87, 'nb_images_finished': 676, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 52, 'nb_images_started': 258, 'nb_selected_images': 934, 'last_update': '2025/11/05', 'portfolio_id': 28123421, 'last_run_id': 2521907, 'total_number_of_photos': 2457}} No error ? {'log_dict': {'total_nb_images': 2868, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 86040 seconds', 'coverage_times_pause': '0 days 86280 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 27, 'end_of_day_photos_duplicated': 1106, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 1760, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 25, 'nb_images_finished': 198, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 79, 'nb_images_started': 519, 'nb_selected_images': 717, 'last_update': '2025/11/04', 'portfolio_id': 28077130, 'last_run_id': 2513931, 'total_number_of_photos': 2287}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 2857, 'max_time_between_images': '0 days 150 seconds', 'coverage_pause': '0 days 85710 seconds', 'coverage_times_pause': '0 days 86190 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 29, 'end_of_day_photos_duplicated': 2207, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 647, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 24, 'nb_images_finished': 180, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 180, 'last_update': '2025/11/03', 'portfolio_id': 28049248, 'last_run_id': 2506073, 'total_number_of_photos': 711}} 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 ! No error ? {'log_dict': {'total_nb_images': 2867, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 86010 seconds', 'coverage_times_pause': '0 days 86310 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 31, 'end_of_day_photos_duplicated': 647, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 2215, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 87, 'nb_images_finished': 676, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 52, 'nb_images_started': 258, 'nb_selected_images': 934, 'last_update': '2025/11/05', 'portfolio_id': 28123421, 'last_run_id': 2521528, 'total_number_of_photos': 2450}} No error ? {'log_dict': {'total_nb_images': 2868, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 86040 seconds', 'coverage_times_pause': '0 days 86280 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 27, 'end_of_day_photos_duplicated': 1106, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 1760, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 25, 'nb_images_finished': 198, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 79, 'nb_images_started': 519, 'nb_selected_images': 717, 'last_update': '2025/11/04', 'portfolio_id': 28077130, 'last_run_id': 2513931, 'total_number_of_photos': 2284}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 2857, 'max_time_between_images': '0 days 150 seconds', 'coverage_pause': '0 days 85710 seconds', 'coverage_times_pause': '0 days 86190 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 29, 'end_of_day_photos_duplicated': 2207, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 647, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 24, 'nb_images_finished': 180, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 180, 'last_update': '2025/11/03', 'portfolio_id': 28049248, 'last_run_id': 2506073, 'total_number_of_photos': 709}} 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 ! Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 2868, 'max_time_between_images': '0 days 120 seconds', 'coverage_pause': '0 days 86040 seconds', 'coverage_times_pause': '0 days 86280 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 27, 'end_of_day_photos_duplicated': 1106, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 1760, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 19, 'nb_images_finished': 163, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 11, 'nb_images_started': 57, 'nb_selected_images': 220, 'last_update': '2025/11/04', 'portfolio_id': 28077130, 'last_run_id': 2505315, 'total_number_of_photos': 2284}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 2857, 'max_time_between_images': '0 days 150 seconds', 'coverage_pause': '0 days 85710 seconds', 'coverage_times_pause': '0 days 86190 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 29, 'end_of_day_photos_duplicated': 2207, 'end_of_day_photos_nothing_done': 3, 'end_of_day_photos_uploaded': 647, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 24, 'nb_images_finished': 180, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 180, 'last_update': '2025/11/03', 'portfolio_id': 28049248, 'last_run_id': 2506073, 'total_number_of_photos': 709}} 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 ! Since we don't have condition on date we need to verify this lately ! Found day : 2025-11-29 00:00:00 Found day : 2025-11-28 00:00:00 Found day : 2025-11-27 00:00:00 Found day : 2025-11-26 00:00:00 Found day : 2025-11-25 00:00:00 Found day : 2025-11-24 00:00:00 Found day : 2025-11-22 00:00:00 Found day : 2025-11-21 00:00:00 Found day : 2025-11-20 00:00:00 Found day : 2025-11-19 00:00:00 Found day : 2025-11-18 00:00:00 Found day : 2025-11-17 00:00:00 Found day : 2025-11-15 00:00:00 Found day : 2025-11-14 00:00:00 Found day : 2025-11-13 00:00:00 Found day : 2025-11-12 00:00:00 Found day : 2025-11-11 00:00:00 Found day : 2025-11-10 00:00:00 Found day : 2025-11-08 00:00:00 Found day : 2025-11-07 00:00:00 Found day : 2025-11-06 00:00:00 Found day : 2025-11-05 00:00:00 Found day : 2025-11-04 00:00:00 Found day : 2025-11-03 00:00:00 Found day : 2025-11-01 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 = 157 and month(ded.date) = 11 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 = 157 and month(ded.date) = 11 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 = 157 and month(ded.date) = 11 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 = 157 and month(ded.date) = 11 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 = 157 and month(ded.date) = 11 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_rigide' and ded.dashboard_place_id = 157 and month(ded.date) = 11 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 = 157 and month(ded.date) = 11 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 = '_______gros_cartons' and ded.dashboard_place_id = 157 and month(ded.date) = 11 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 = 157 and month(ded.date) = 11 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 = 157 and month(ded.date) = 11 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 = '_______s_status' and ded.dashboard_place_id = 157 and month(ded.date) = 11 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 = 157 and mp.name like '%112025%' and cps.thcl = 1533 GROUP BY sbstr ; after number_of_batch date_start : 2025-11-01 : dt_date_just_month_year : 2025-11-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= "arc_en_ciel_mm" 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-11-01" AND ded.date <= "2025-11-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'}, 'ela': {'mat': 'ela', 'pht': 4203, 'datou_carac_id': 3991, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'ela,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'}, '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_rigide': {'mat': 'flux_dev_rigide', 'pht': 4200, 'datou_carac_id': 4748, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'pet_fonce,barquette_opaque,pet_opaque'}, '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'}, 'pcnc': {'mat': 'pcnc', 'pht': 4207, 'datou_carac_id': 3993, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'carton,background'}, 'gros_cartons': {'mat': 'gros_cartons', 'pht': 4207, 'datou_carac_id': 3993, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'carton,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 (2531660,2531740,2608634,2531698,2531015,2539855,2550268,2554514,2557399,2565812,2572754,2581519,2587984,2595255,2598504,2599480,2607595,2615952,2623144,2630134,2636996) 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,4203,3327,4461,4211,4200,4205,3594,4207,4207) 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.022116876229422683, 'nb_photo': 1705, 'list_port_cont': '28054685,28054786,28054803,28054893,28054946,28055017,28055060,28082121,28082213,28085416,28089130,28139737,28139954,28140393,28140649,28141244,28141409,28142074,28144082,28148065,28148795,28149061,28149313,28149624,28149701,28150135,28150487,28150720,28151321,28151546,28152018,28152316,28152549,28153042,28154477,28157288,28157580,28162320,28166675,28166821,28169585,28172532,28175839,28178002,28181839,28183362,28185687,28185698,28185963,28193236,28193456,28193583,28193849,28193956,28194334,28194345,28194504,28194707,28194718,28194826,28198080,28199473,28205665,28205753,28208502,28212950,28213636,28215856,28217518,28220237,28222323,28223773,28230856,28231719,28234555,28235926,28245671,28249125,28249358,28249601,28249775,28249979,28250128,28251053,28252036,28254807,28262675,28266600,28271860,28274858,28277774,28283678,28298619,28303689,28309176,28310240,28312635,28315147,28316404,28317564,28317707,28318120,28318460,28318566,28318712,28318968,28319133,28319415,28319819,28321406,28347682,28347865,28347924,2834806', 'assoc_port': '28054295:28055060,28054299:28055017,28054310:28054893,28054313:28054946,28054316:28054685,28054344:28054803,28054357:28054786,28081690:28082213,28081718:28082121,28084834:28085416,28086966:28089130,28138737:28141409,28138792:28141244,28138862:28153042,28138898:28140649,28138911:28139954,28138950:28139737,28139930:28140393,28139941:28148065,28141729:28142074,28143313:28144082,28147701:28152549,28147733:28152316,28147738:28152018,28147788:28151546,28147828:28151321,28147869:28150487,28147915:28157288,28147916:28149701,28147959:28149624,28148047:28149313,28148063:28149061,28148083:28148795,28148132:28162320,28149744:28150135,28150190:28150720,28153697:28154477,28157333:28157580,28166056:28166821,28166079:28166675,28169023:28169585,28172094:28172532,28175403:28175839,28177409:28178002,28181686:28181839,28183108:28183362,28185534:28185963,28185553:28185698,28185559:28185687,28192269:28194826,28192289:28194718,28192307:28194707,28192334:28194345,28192409:28194334,28192431:28193956,28192434:28193583,28192444:2819345', 'assoc_mat': '28054295:autre:3327:28055060,28054299:autre:3327:28055017,28054310:autre:3327:28054893,28054313:autre:3327:28054946,28054316:autre:3327:28054685,28054344:autre:3327:28054803,28054357:autre:3327:28054786,28081690:autre:3327:28082213,28081718:autre:3327:28082121,28084834:autre:3327:28085416,28086966:autre:3327:28089130,28138737:autre:3327:28141409,28138792:autre:3327:28141244,28138862:autre:3327:28153042,28138898:autre:3327:28140649,28138911:autre:3327:28139954,28138950:autre:3327:28139737,28139930:autre:3327:28140393,28139941:autre:3327:28148065,28141729:autre:3327:28142074,28143313:autre:3327:28144082,28147701:autre:3327:28152549,28147733:autre:3327:28152316,28147738:autre:3327:28152018,28147788:autre:3327:28151546,28147828:autre:3327:28151321,28147869:autre:3327:28150487,28147915:autre:3327:28157288,28147916:autre:3327:28149701,28147959:autre:3327:28149624,28148047:autre:3327:28149313,28148063:autre:3327:28149061,28148083:autre:3327:28148795,28148132:autre:3327:28162320,28149744:autre:3327:28150135,28150190:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0065005217814415395, 'nb_photo': 128, 'list_port_cont': '28054784,28054800,28054892,28085418,28139734,28140657,28141245,28142080,28144091,28149627,28151313,28152013,28157577,28162316,28166672,28166823,28169593,28175842,28193233,28193854,28193951,28194339,28194510,28194819,28205666,28208499,28212957,28213640,28215852,28217515,28220233,28230850,28231720,28249124,28249349,28249609,28249777,28250131,28251050,28254808,28266602,28271857,28277771,28283672,28312636,28318125,28318708,28318967,28319141,28347675,28351185,28351572,28377637,28378839,28384874,28391762,28393990,28403934,28417332,28423766,28478322,28478389,28482497,28484118,28484356,28484890,28485410,28487533,28493255,28496633,28516716,28517199,28517400,28517577,28524429,28524676,28566157,28566559,28567094,28592546,28592759,28600623,28604259,28615679,28646439,28651826,28652158,28664712,28675864,28680657,28682166,28739418,28740951,28741569,28741652,28741892,28742109,28742179,28742246,28768864,28768918,28769644,28773522', 'assoc_port': '28054310:28054892,28054344:28054800,28054357:28054784,28084834:28085418,28138792:28141245,28138898:28140657,28138950:28139734,28141729:28142080,28143313:28144091,28147738:28152013,28147828:28151313,28147959:28149627,28148132:28162316,28157333:28157577,28166056:28166823,28166079:28166672,28169023:28169593,28175403:28175842,28192269:28194819,28192409:28194339,28192431:28193951,28192447:28193233,28193431:28193854,28194254:28194510,28205065:28205666,28208181:28208499,28212547:28212957,28213223:28213640,28215374:28215852,28217173:28217515,28219785:28220233,28225801:28231720,28230391:28230850,28248530:28250131,28248584:28249777,28248627:28249609,28248645:28249349,28248667:28249124,28250723:28251050,28254595:28254808,28266355:28266602,28271495:28271857,28277471:28277771,28281555:28319141,28283392:28283672,28293129:28318967,28293145:28318708,28293251:28318125,28311708:28312636,28347520:28347675,28350625:28351572,28350675:28351185,28377381:28377637,28378472:28378839,28384631:28384874,28391422:28391762,28393578:2839399', 'assoc_mat': '28054310:barquette_avec_film:3327:28054892,28054344:barquette_avec_film:3327:28054800,28054357:barquette_avec_film:3327:28054784,28084834:barquette_avec_film:3327:28085418,28138792:barquette_avec_film:3327:28141245,28138898:barquette_avec_film:3327:28140657,28138950:barquette_avec_film:3327:28139734,28141729:barquette_avec_film:3327:28142080,28143313:barquette_avec_film:3327:28144091,28147738:barquette_avec_film:3327:28152013,28147828:barquette_avec_film:3327:28151313,28147959:barquette_avec_film:3327:28149627,28148132:barquette_avec_film:3327:28162316,28157333:barquette_avec_film:3327:28157577,28166056:barquette_avec_film:3327:28166823,28166079:barquette_avec_film:3327:28166672,28169023:barquette_avec_film:3327:28169593,28175403:barquette_avec_film:3327:28175842,28192269:barquette_avec_film:3327:28194819,28192409:barquette_avec_film:3327:28194339,28192431:barquette_avec_film:3327:28193951,28192447:barquette_avec_film:3327:28193233,28193431:barquette_avec_film:3327:28193854,28194254:barquette_avec_film:3327:2'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0036357080648698015, 'nb_photo': 31, 'list_port_cont': '28054433,28147117,28291042,28323464,28348322,28355368,28362750,28381794,28392294,28482712,28487586,28572428,28597112,28658229', 'assoc_port': '28054350:28054433,28146918:28147117,28147700:28658229,28148146:28291042,28192388:28323464,28228988:28348322,28276018:28355368,28319453:28362750,28381739:28381794,28390850:28392294,28482696:28482712,28482976:28487586,28565645:28572428,28593919:28597112', 'assoc_mat': '28054350:barquette_opaque:4205:28054433,28146918:barquette_opaque:4205:28147117,28147700:barquette_opaque:4205:28658229,28148146:barquette_opaque:4205:28291042,28192388:barquette_opaque:4205:28323464,28228988:barquette_opaque:4205:28348322,28276018:barquette_opaque:4205:28355368,28319453:barquette_opaque:4205:28362750,28381739:barquette_opaque:4205:28381794,28390850:barquette_opaque:4205:28392294,28482696:barquette_opaque:4205:28482712,28482976:barquette_opaque:4205:28487586,28565645:barquette_opaque:4205:28572428,28593919:barquette_opaque:4205:28597112'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.018652220480501212, 'nb_photo': 445, 'list_port_cont': '28085106,28181276,28185431,28208287,28249050,28283811,28291628,28293657,28324012,28347176,28348536,28351699,28352893,28356195,28361771,28378624,28387874,28407673,28423887,28481129,28481219,28486251,28521679,28531722,28562549,28567933,28570929,28572731,28597919,28616867,28632012,28651674,28661311,28662681,28689916,28741173,28742614,28747576,28751885,28772249,28776263', 'assoc_port': '28083963:28085106,28139937:28283811,28147910:28661311,28148151:28291628,28161015:28185431,28181031:28181276,28192430:28324012,28202894:28208287,28219777:28347176,28232930:28348536,28248631:28249050,28264555:28352893,28281591:28356195,28293296:28293657,28309155:28361771,28350678:28351699,28375471:28378624,28387626:28387874,28406249:28407673,28423462:28423887,28477032:28481219,28481009:28481129,28483071:28486251,28516161:28521679,28523862:28531722,28561952:28562549,28565488:28570929,28565648:28567933,28572580:28572731,28597768:28597919,28614716:28616867,28631178:28632012,28645222:28651674,28662425:28662681,28677995:28689916,28738999:28741173,28739509:28747576,28739629:28751885,28739809:28742614,28772034:28776263,28772086:28772249', 'assoc_mat': '28083963:barquette_opaque:4203:28085106,28139937:barquette_opaque:4203:28283811,28147910:barquette_opaque:4203:28661311,28148151:barquette_opaque:4203:28291628,28161015:barquette_opaque:4203:28185431,28181031:barquette_opaque:4203:28181276,28192430:barquette_opaque:4203:28324012,28202894:barquette_opaque:4203:28208287,28219777:barquette_opaque:4203:28347176,28232930:barquette_opaque:4203:28348536,28248631:barquette_opaque:4203:28249050,28264555:barquette_opaque:4203:28352893,28281591:barquette_opaque:4203:28356195,28293296:barquette_opaque:4203:28293657,28309155:barquette_opaque:4203:28361771,28350678:barquette_opaque:4203:28351699,28375471:barquette_opaque:4203:28378624,28387626:barquette_opaque:4203:28387874,28406249:barquette_opaque:4203:28407673,28423462:barquette_opaque:4203:28423887,28477032:barquette_opaque:4203:28481219,28481009:barquette_opaque:4203:28481129,28483071:barquette_opaque:4203:28486251,28516161:barquette_opaque:4203:28521679,28523862:barquette_opaque:4203:28531722,28561952:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003148632353663273, 'nb_photo': 225, 'list_port_cont': '28054404,28072834,28072882,28089898,28166239,28172296,28187818,28187845,28197737,28215743,28217969,28220117,28224357,28227040,28229568,28235985,28248787,28248915,28250873,28251796,28261647,28263895,28265998,28269263,28271697,28277018,28281703,28282309,28282431,28282506,28290265,28290632,28290771,28292340,28292496,28292690,28293597,28293820,28294214,28294576,28294748,28295063,28295879,28298454,28298548,28301196,28327543,28328337,28329494,28334737,28340155,28342602,28347354,28348098,28348254,28348385,28348671,28348910,28349732,28350844,28351941,28352184,28358068,28358286,28359358,28359476,28379204,28382435,28384927,28391956,28394105,28400055,28402435,28407820,28417361,28417501,28423697,28423992,28424004,28477738,28478161,28478683,28479122,28480942,28482551,28483727,28483987,28485749,28485951,28486228,28486270,28486574,28486626,28487249,28494154,28494929,28496504,28504200,28517228,28517298,28518521,28518755,28520144,28524097,28531496,28531576,28531705,28562053,28562510,28563999,28564439,28565773,28565809,2856659', 'assoc_port': '28054308:28072882,28054319:28072834,28054352:28054404,28081716:28089898,28084837:28172296,28138758:28282309,28138764:28282506,28138860:28295063,28138876:28294748,28138894:28294214,28138901:28293820,28138920:28292690,28138935:28292340,28138954:28292496,28141029:28293597,28142056:28294576,28144246:28295879,28147703:28658427,28147718:28658578,28147736:28658774,28147752:28659353,28147806:28659811,28147854:28660404,28148054:28290265,28148080:28290632,28148085:28290771,28148119:28298454,28148148:28298548,28151575:28328337,28154717:28329494,28162939:28187818,28166080:28166239,28168996:28334737,28170010:28327543,28176538:28187845,28192446:28342602,28193437:28340155,28194730:28347354,28197672:28197737,28215551:28215743,28217160:28217969,28220079:28220117,28224178:28224357,28226968:28227040,28229504:28229568,28235482:28235985,28248529:28348671,28248561:28348910,28248630:28349732,28248666:28248915,28248695:28248787,28250729:28250873,28251445:28251796,28261611:28261647,28263783:28263895,28265882:28265998,28269228:2826926', 'assoc_mat': '28054308:barquette_opaque:4207:28072882,28054319:barquette_opaque:4207:28072834,28054352:barquette_opaque:4207:28054404,28081716:barquette_opaque:4207:28089898,28084837:barquette_opaque:4207:28172296,28138758:barquette_opaque:4207:28282309,28138764:barquette_opaque:4207:28282506,28138860:barquette_opaque:4207:28295063,28138876:barquette_opaque:4207:28294748,28138894:barquette_opaque:4207:28294214,28138901:barquette_opaque:4207:28293820,28138920:barquette_opaque:4207:28292690,28138935:barquette_opaque:4207:28292340,28138954:barquette_opaque:4207:28292496,28141029:barquette_opaque:4207:28293597,28142056:barquette_opaque:4207:28294576,28144246:barquette_opaque:4207:28295879,28147703:barquette_opaque:4207:28658427,28147718:barquette_opaque:4207:28658578,28147736:barquette_opaque:4207:28658774,28147752:barquette_opaque:4207:28659353,28147806:barquette_opaque:4207:28659811,28147854:barquette_opaque:4207:28660404,28148054:barquette_opaque:4207:28290265,28148080:barquette_opaque:4207:28290632,28148085:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.013164944534692004, 'nb_photo': 22, 'list_port_cont': '28139626,28169335,28214215,28249160,28249517,28276402,28315254,28316781,28397967,28483596,28484605,28495027,28528904,28601565,28662479,28742375,28745225,28774980', 'assoc_port': '28138890:28139626,28169062:28169335,28214026:28214215,28248579:28249517,28248629:28249160,28271481:28316781,28276254:28276402,28281559:28315254,28397703:28397967,28483034:28484605,28483182:28483596,28494895:28495027,28528642:28528904,28601281:28601565,28662259:28662479,28739484:28742375,28739804:28745225,28772018:28774980', 'assoc_mat': '28138890:barquette_opaque:4461:28139626,28169062:barquette_opaque:4461:28169335,28214026:barquette_opaque:4461:28214215,28248579:barquette_opaque:4461:28249517,28248629:barquette_opaque:4461:28249160,28271481:barquette_opaque:4461:28316781,28276254:barquette_opaque:4461:28276402,28281559:barquette_opaque:4461:28315254,28397703:barquette_opaque:4461:28397967,28483034:barquette_opaque:4461:28484605,28483182:barquette_opaque:4461:28483596,28494895:barquette_opaque:4461:28495027,28528642:barquette_opaque:4461:28528904,28601281:barquette_opaque:4461:28601565,28662259:barquette_opaque:4461:28662479,28739484:barquette_opaque:4461:28742375,28739804:barquette_opaque:4461:28745225,28772018:barquette_opaque:4461:28774980'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.01934072320400697, 'nb_photo': 462, 'list_port_cont': '28054580,28054704,28054977,28063351,28084339,28170760,28182389,28183533,28185189,28185262,28198680,28205343,28209041,28209347,28215703,28220836,28244946,28252222,28256579,28265300,28275010,28283025,28283276,28283310,28285327,28289036,28289176,28291140,28291564,28293254,28297420,28298182,28300485,28302877,28316872,28322809,28322934,28324284,28324710,28325013,28330626,28347747,28347950,28348024,28348201,28348309,28348471,28348834,28349018,28349616,28349691,28349932,28351317,28351808,28351893,28352576,28354745,28355333,28355665,28356138,28357931,28358322,28359026,28359167,28361449,28361857,28363270,28375631,28378700,28378917,28381354,28385027,28387827,28393364,28398822,28400805,28404123,28404882,28407593,28417528,28417549,28423777,28424044,28480383,28481339,28481769,28481890,28482046,28482519,28483591,28484200,28484650,28486139,28486650,28486791,28488305,28493244,28494236,28496941,28501335,28503419,28503849,28518905,28519800,28520605,28520914,28521599,28522557,28531808,28531931,28533143,28535193,28562601,2856268', 'assoc_port': '28054304:28054977,28054338:28054704,28054346:28054580,28054359:28063351,28082632:28084339,28138800:28283025,28138899:28283276,28138914:28283310,28142059:28285327,28146540:28289176,28146544:28289036,28147702:28658498,28147734:28659017,28147749:28659699,28147848:28674593,28147895:28660820,28147923:28661760,28148021:28663207,28148052:28663443,28148100:28291140,28148147:28291564,28151574:28293254,28155279:28298182,28166078:28170760,28172513:28185262,28177686:28185189,28182141:28182389,28183336:28183533,28192273:28322809,28192314:28322934,28192432:28324284,28192436:28324710,28192449:28325013,28195137:28330626,28198477:28198680,28205034:28205343,28208176:28209041,28209316:28209347,28215375:28215703,28219780:28220836,28221746:28347950,28224401:28348309,28230175:28348471,28235508:28244946,28248533:28348834,28248578:28349018,28248622:28349616,28248628:28349691,28248668:28349932,28250725:28256579,28251921:28252222,28263085:28352576,28265164:28265300,28271480:28354745,28274063:28355333,28274959:28275010,28277632:2835566', 'assoc_mat': '28054304:barquette_opaque:4200:28054977,28054338:barquette_opaque:4200:28054704,28054346:barquette_opaque:4200:28054580,28054359:barquette_opaque:4200:28063351,28082632:barquette_opaque:4200:28084339,28138800:barquette_opaque:4200:28283025,28138899:barquette_opaque:4200:28283276,28138914:barquette_opaque:4200:28283310,28142059:barquette_opaque:4200:28285327,28146540:barquette_opaque:4200:28289176,28146544:barquette_opaque:4200:28289036,28147702:barquette_opaque:4200:28658498,28147734:barquette_opaque:4200:28659017,28147749:barquette_opaque:4200:28659699,28147848:barquette_opaque:4200:28674593,28147895:barquette_opaque:4200:28660820,28147923:barquette_opaque:4200:28661760,28148021:barquette_opaque:4200:28663207,28148052:barquette_opaque:4200:28663443,28148100:barquette_opaque:4200:28291140,28148147:barquette_opaque:4200:28291564,28151574:barquette_opaque:4200:28293254,28155279:barquette_opaque:4200:28298182,28166078:barquette_opaque:4200:28170760,28172513:barquette_opaque:4200:28185262,28177686:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006265225248166507, 'nb_photo': 23, 'list_port_cont': '28249108,28392788,28410672,28483495,28483668,28489526,28521462,28631342,28674099,28681599,28740132,28740158,28772306,28772624', 'assoc_port': '28248602:28249108,28392310:28392788,28410594:28410672,28483020:28483668,28483036:28483495,28489342:28489526,28521111:28521462,28631173:28631342,28673945:28674099,28681383:28681599,28739684:28740132,28739768:28740158,28772020:28772624,28772043:28772306', 'assoc_mat': '28248602:barquette_opaque:4209:28249108,28392310:barquette_opaque:4209:28392788,28410594:barquette_opaque:4209:28410672,28483020:barquette_opaque:4209:28483668,28483036:barquette_opaque:4209:28483495,28489342:barquette_opaque:4209:28489526,28521111:barquette_opaque:4209:28521462,28631173:barquette_opaque:4209:28631342,28673945:barquette_opaque:4209:28674099,28681383:barquette_opaque:4209:28681599,28739684:barquette_opaque:4209:28740132,28739768:barquette_opaque:4209:28740158,28772020:barquette_opaque:4209:28772624,28772043:barquette_opaque:4209:28772306'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.0037492910136657843, 'nb_photo': 47, 'list_port_cont': '28111664,28208356,28217485,28222997,28256344,28282097,28293608,28294902,28303881,28308128,28332378,28339377,28346535,28351988,28376192,28377010,28396068,28424139,28486096,28501882,28531554,28531753,28567734,28569036,28570486,28599166,28613840,28619949,28645447,28651652,28658140,28663740,28747539,28752564,28752792,28754005,28773491', 'assoc_port': '28083965:28658140,28086085:28111664,28142637:28294902,28160203:28339377,28181681:28332378,28197670:28346535,28208180:28208356,28217135:28217485,28222844:28222997,28250722:28256344,28281593:28282097,28293272:28293608,28303815:28303881,28308004:28308128,28350619:28351988,28375455:28377010,28375493:28376192,28394976:28396068,28423435:28424139,28483064:28486096,28490153:28501882,28523783:28531554,28523866:28531753,28565482:28570486,28567690:28567734,28568982:28569036,28599076:28599166,28613762:28613840,28618423:28619949,28645221:28645447,28651631:28651652,28663606:28663740,28739512:28747539,28739746:28752564,28739779:28752792,28739795:28754005,28772080:28773491', 'assoc_mat': '28083965:barquette_opaque:4207:28658140,28086085:barquette_opaque:4207:28111664,28142637:barquette_opaque:4207:28294902,28160203:barquette_opaque:4207:28339377,28181681:barquette_opaque:4207:28332378,28197670:barquette_opaque:4207:28346535,28208180:barquette_opaque:4207:28208356,28217135:barquette_opaque:4207:28217485,28222844:barquette_opaque:4207:28222997,28250722:barquette_opaque:4207:28256344,28281593:barquette_opaque:4207:28282097,28293272:barquette_opaque:4207:28293608,28303815:barquette_opaque:4207:28303881,28308004:barquette_opaque:4207:28308128,28350619:barquette_opaque:4207:28351988,28375455:barquette_opaque:4207:28377010,28375493:barquette_opaque:4207:28376192,28394976:barquette_opaque:4207:28396068,28423435:barquette_opaque:4207:28424139,28483064:barquette_opaque:4207:28486096,28490153:barquette_opaque:4207:28501882,28523783:barquette_opaque:4207:28531554,28523866:barquette_opaque:4207:28531753,28565482:barquette_opaque:4207:28570486,28567690:barquette_opaque:4207:28567734,28568982:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.04236755005943534, 'nb_photo': 7065, 'list_port_cont': '28054487,28054756,28054822,28082494,28082760,28083605,28086418,28088236,28139399,28139868,28140328,28141419,28141775,28142156,28143111,28148379,28151981,28153788,28154251,28154546,28154676,28154967,28155831,28156288,28156640,28156976,28157378,28157871,28162629,28169613,28169825,28170305,28173112,28174490,28178434,28179870,28182315,28185838,28192850,28193392,28193751,28194233,28194523,28194930,28195425,28198094,28203126,28208340,28208868,28209391,28212830,28213412,28217681,28220197,28222272,28222865,28226385,28229363,28232442,28235969,28248847,28249297,28249889,28250846,28251012,28251250,28253005,28254058,28261950,28263301,28267904,28271639,28300351,28304983,28309888,28312700,28317173,28319170,28319910,28321603,28324244,28324883,28325212,28326726,28328306,28328734,28331964,28332623,28333959,28338826,28339583,28347697,28348004,28348136,28350847,28351106,28351376,28351771,28351959,28375915,28376280,28377580,28379121,28380663,28386263,28389623,28393270,28396610,28399810,28405030,28409766,28413131,28417265,2842361', 'assoc_port': '28054301:28054822,28054312:28054756,28054348:28054487,28081689:28082494,28082630:28083605,28082633:28082760,28086078:28086418,28088094:28088236,28138745:28142156,28138762:28141775,28138797:28141419,28138892:28140328,28138917:28139868,28138952:28139399,28140144:28157871,28142910:28143111,28146549:28157378,28147731:28156976,28147739:28156640,28147804:28156288,28147914:28155831,28147925:28154967,28147960:28154676,28148050:28154251,28148081:28153788,28148117:28148379,28151577:28151981,28154342:28154546,28162368:28162629,28169022:28170305,28169061:28169825,28169298:28169613,28172688:28173112,28174216:28174490,28178032:28178434,28179674:28179870,28182143:28182315,28185550:28185838,28192304:28194930,28192317:28194523,28192401:28194233,28192438:28193392,28192450:28192850,28193434:28193751,28195134:28195425,28197675:28198094,28202854:28203126,28208177:28208868,28208183:28208340,28209315:28209391,28212571:28212830,28213224:28213412,28217122:28217681,28219791:28220197,28221749:28222272,28222677:28222865,28226175:2822638', 'assoc_mat': '28054301:barquette_opaque:4211:28054822,28054312:barquette_opaque:4211:28054756,28054348:barquette_opaque:4211:28054487,28081689:barquette_opaque:4211:28082494,28082630:barquette_opaque:4211:28083605,28082633:barquette_opaque:4211:28082760,28086078:barquette_opaque:4211:28086418,28088094:barquette_opaque:4211:28088236,28138745:barquette_opaque:4211:28142156,28138762:barquette_opaque:4211:28141775,28138797:barquette_opaque:4211:28141419,28138892:barquette_opaque:4211:28140328,28138917:barquette_opaque:4211:28139868,28138952:barquette_opaque:4211:28139399,28140144:barquette_opaque:4211:28157871,28142910:barquette_opaque:4211:28143111,28146549:barquette_opaque:4211:28157378,28147731:barquette_opaque:4211:28156976,28147739:barquette_opaque:4211:28156640,28147804:barquette_opaque:4211:28156288,28147914:barquette_opaque:4211:28155831,28147925:barquette_opaque:4211:28154967,28147960:barquette_opaque:4211:28154676,28148050:barquette_opaque:4211:28154251,28148081:barquette_opaque:4211:28153788,28148117:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.005513877376123888, 'nb_photo': 551, 'list_port_cont': '28054684,28054778,28054794,28054896,28054948,28055010,28082218,28085411,28089131,28139738,28139949,28140387,28140655,28141410,28142079,28144085,28148076,28148790,28149051,28149307,28149631,28149692,28150148,28150494,28151312,28151544,28152015,28152312,28152536,28153036,28154488,28157285,28157583,28162324,28166670,28166825,28169598,28172523,28175831,28181832,28185692,28185965,28193237,28193461,28193582,28193851,28193950,28194328,28194356,28194505,28194702,28194824,28198071,28199477,28205668,28205760,28208505,28212951,28215859,28217514,28220243,28222330,28223774,28230871,28231709,28234558,28235923,28245666,28249126,28249360,28249599,28249792,28249984,28250125,28254806,28262686,28266609,28274863,28283677,28298617,28303692,28309173,28312643,28315154,28316410,28317563,28317712,28318116,28318462,28318559,28318706,28319140,28319420,28319804,28347686,28347861,28348058,28348114,28351124,28351193,28351447,28351569,28375826,28376074,28377643,28377801,28378849,28380610,28384880,28387371,28391767,28397077,28399745,2840393', 'assoc_port': '28054299:28055010,28054310:28054896,28054313:28054948,28054316:28054684,28054344:28054794,28054357:28054778,28081690:28082218,28084834:28085411,28086966:28089131,28138737:28141410,28138862:28153036,28138898:28140655,28138911:28139949,28138950:28139738,28139930:28140387,28139941:28148076,28141729:28142079,28143313:28144085,28147701:28152536,28147733:28152312,28147738:28152015,28147788:28151544,28147828:28151312,28147869:28150494,28147915:28157285,28147916:28149692,28147959:28149631,28148047:28149307,28148063:28149051,28148083:28148790,28148132:28162324,28149744:28150148,28153697:28154488,28157333:28157583,28166056:28166825,28166079:28166670,28169023:28169598,28172094:28172523,28175403:28175831,28181686:28181832,28185534:28185965,28185559:28185692,28192269:28194824,28192307:28194702,28192334:28194356,28192409:28194328,28192431:28193950,28192434:28193582,28192444:28193461,28192447:28193237,28193431:28193851,28194254:28194505,28197666:28198071,28199116:28199477,28205020:28205760,28205065:28205668,28208181:2820850', 'assoc_mat': '28054299:bouchon:3327:28055010,28054310:bouchon:3327:28054896,28054313:bouchon:3327:28054948,28054316:bouchon:3327:28054684,28054344:bouchon:3327:28054794,28054357:bouchon:3327:28054778,28081690:bouchon:3327:28082218,28084834:bouchon:3327:28085411,28086966:bouchon:3327:28089131,28138737:bouchon:3327:28141410,28138862:bouchon:3327:28153036,28138898:bouchon:3327:28140655,28138911:bouchon:3327:28139949,28138950:bouchon:3327:28139738,28139930:bouchon:3327:28140387,28139941:bouchon:3327:28148076,28141729:bouchon:3327:28142079,28143313:bouchon:3327:28144085,28147701:bouchon:3327:28152536,28147733:bouchon:3327:28152312,28147738:bouchon:3327:28152015,28147788:bouchon:3327:28151544,28147828:bouchon:3327:28151312,28147869:bouchon:3327:28150494,28147915:bouchon:3327:28157285,28147916:bouchon:3327:28149692,28147959:bouchon:3327:28149631,28148047:bouchon:3327:28149307,28148063:bouchon:3327:28149051,28148083:bouchon:3327:28148790,28148132:bouchon:3327:28162324,28149744:bouchon:3327:28150148,28153697:bouchon:3327:28154488,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0029339999374795463, 'nb_photo': 48, 'list_port_cont': '28147116,28323470,28324503,28348336,28349286,28355377,28362746,28381787,28392292,28480717,28482710,28487585,28518456,28572421,28596677,28597117,28649095,28677441,28752705,28776804', 'assoc_port': '28146918:28147116,28192388:28323470,28192440:28324503,28228988:28348336,28248588:28349286,28276018:28355377,28319453:28362746,28381739:28381787,28390850:28392292,28477030:28480717,28482696:28482710,28482976:28487585,28515941:28518456,28565645:28572421,28593916:28596677,28593919:28597117,28644305:28649095,28677396:28677441,28739777:28752705,28772058:28776804', 'assoc_mat': '28146918:carton:4205:28147116,28192388:carton:4205:28323470,28192440:carton:4205:28324503,28228988:carton:4205:28348336,28248588:carton:4205:28349286,28276018:carton:4205:28355377,28319453:carton:4205:28362746,28381739:carton:4205:28381787,28390850:carton:4205:28392292,28477030:carton:4205:28480717,28482696:carton:4205:28482710,28482976:carton:4205:28487585,28515941:carton:4205:28518456,28565645:carton:4205:28572421,28593916:carton:4205:28596677,28593919:carton:4205:28597117,28644305:carton:4205:28649095,28677396:carton:4205:28677441,28739777:carton:4205:28752705,28772058:carton:4205:28776804'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009341042599412945, 'nb_photo': 297, 'list_port_cont': '28085113,28181282,28185433,28208290,28249045,28283803,28291616,28293659,28324003,28347181,28348535,28351698,28352894,28356186,28361775,28378620,28387876,28407671,28423877,28481126,28481221,28486253,28521677,28531724,28562550,28567925,28570922,28572729,28597931,28616873,28632003,28651668,28661312,28662684,28689910,28741175,28742610,28747585,28751892,28772251,28776271', 'assoc_port': '28083963:28085113,28139937:28283803,28147910:28661312,28148151:28291616,28161015:28185433,28181031:28181282,28192430:28324003,28202894:28208290,28219777:28347181,28232930:28348535,28248631:28249045,28264555:28352894,28281591:28356186,28293296:28293659,28309155:28361775,28350678:28351698,28375471:28378620,28387626:28387876,28406249:28407671,28423462:28423877,28477032:28481221,28481009:28481126,28483071:28486253,28516161:28521677,28523862:28531724,28561952:28562550,28565488:28570922,28565648:28567925,28572580:28572729,28597768:28597931,28614716:28616873,28631178:28632003,28645222:28651668,28662425:28662684,28677995:28689910,28738999:28741175,28739509:28747585,28739629:28751892,28739809:28742610,28772034:28776271,28772086:28772251', 'assoc_mat': '28083963:carton:4203:28085113,28139937:carton:4203:28283803,28147910:carton:4203:28661312,28148151:carton:4203:28291616,28161015:carton:4203:28185433,28181031:carton:4203:28181282,28192430:carton:4203:28324003,28202894:carton:4203:28208290,28219777:carton:4203:28347181,28232930:carton:4203:28348535,28248631:carton:4203:28249045,28264555:carton:4203:28352894,28281591:carton:4203:28356186,28293296:carton:4203:28293659,28309155:carton:4203:28361775,28350678:carton:4203:28351698,28375471:carton:4203:28378620,28387626:carton:4203:28387876,28406249:carton:4203:28407671,28423462:carton:4203:28423877,28477032:carton:4203:28481221,28481009:carton:4203:28481126,28483071:carton:4203:28486253,28516161:carton:4203:28521677,28523862:carton:4203:28531724,28561952:carton:4203:28562550,28565488:carton:4203:28570922,28565648:carton:4203:28567925,28572580:carton:4203:28572729,28597768:carton:4203:28597931,28614716:carton:4203:28616873,28631178:carton:4203:28632003,28645222:carton:4203:28651668,28662425:carton:4203:28662684,2867'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.94373120117043, 'nb_photo': 239, 'list_port_cont': '28054408,28072838,28084435,28090032,28166240,28172294,28178982,28185404,28187810,28197743,28212733,28213357,28217981,28220638,28224355,28227047,28230248,28235661,28248904,28250862,28253209,28261649,28262834,28264776,28269266,28273221,28276505,28277028,28282315,28290776,28292504,28292675,28293339,28293415,28294028,28294553,28295074,28295258,28297934,28298457,28299595,28299924,28301186,28302943,28304881,28308238,28326066,28327539,28329484,28333540,28334966,28337472,28339170,28340330,28340995,28341502,28341835,28346042,28346336,28346441,28348173,28348913,28350748,28350968,28351521,28351934,28352170,28357901,28358297,28358415,28359355,28375659,28376612,28377485,28378005,28382442,28391944,28402437,28406530,28407830,28424007,28424106,28477749,28478162,28480956,28481287,28482567,28483732,28483969,28485941,28485992,28486281,28486570,28486622,28486773,28488011,28489781,28491345,28493197,28493682,28494821,28496516,28501623,28504199,28516228,28516910,28517309,28518513,28520141,28521281,28524096,28530511,28531573,2853171', 'assoc_port': '28054319:28072838,28054352:28054408,28081719:28090032,28083934:28084435,28084837:28172294,28138758:28282315,28138860:28295074,28138906:28294028,28138920:28292675,28138954:28292504,28139933:28293415,28143193:28295258,28147806:28659816,28147926:28662107,28148048:28651688,28148085:28290776,28148114:28299924,28148119:28298457,28149750:28299595,28154717:28329484,28159774:28185404,28162939:28187810,28166068:28339170,28166080:28166240,28169042:28326066,28170010:28327539,28173580:28334966,28178799:28178982,28182142:28333540,28183631:28337472,28192310:28341502,28192380:28340995,28192429:28340330,28192476:28341835,28197664:28346441,28197672:28197743,28208179:28346336,28212569:28212733,28213243:28213357,28215371:28346042,28217160:28217981,28219770:28220638,28224178:28224355,28226968:28227047,28230176:28230248,28235487:28235661,28248561:28348913,28248666:28248904,28250729:28250862,28253113:28253209,28261611:28261649,28262751:28262834,28264709:28264776,28269228:28269266,28273160:28273221,28276397:28276505,28276964:2827702', 'assoc_mat': '28054319:carton:4207:28072838,28054352:carton:4207:28054408,28081719:carton:4207:28090032,28083934:carton:4207:28084435,28084837:carton:4207:28172294,28138758:carton:4207:28282315,28138860:carton:4207:28295074,28138906:carton:4207:28294028,28138920:carton:4207:28292675,28138954:carton:4207:28292504,28139933:carton:4207:28293415,28143193:carton:4207:28295258,28147806:carton:4207:28659816,28147926:carton:4207:28662107,28148048:carton:4207:28651688,28148085:carton:4207:28290776,28148114:carton:4207:28299924,28148119:carton:4207:28298457,28149750:carton:4207:28299595,28154717:carton:4207:28329484,28159774:carton:4207:28185404,28162939:carton:4207:28187810,28166068:carton:4207:28339170,28166080:carton:4207:28166240,28169042:carton:4207:28326066,28170010:carton:4207:28327539,28173580:carton:4207:28334966,28178799:carton:4207:28178982,28182142:carton:4207:28333540,28183631:carton:4207:28337472,28192310:carton:4207:28341502,28192380:carton:4207:28340995,28192429:carton:4207:28340330,28192476:carton:4207:28341835,2819'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.018358800537861354, 'nb_photo': 2085, 'list_port_cont': '28054454,28054527,28054641,28081976,28082063,28085545,28087587,28135994,28139637,28139786,28139971,28140198,28141662,28142606,28144030,28148460,28149175,28149869,28150027,28150340,28150741,28150991,28151104,28151374,28151580,28151743,28152358,28157474,28163304,28169313,28169334,28174614,28177702,28181420,28182744,28185875,28185980,28192728,28192759,28192947,28193116,28193266,28194044,28197879,28200941,28205444,28208241,28212789,28214209,28216033,28220030,28221937,28224388,28226748,28229920,28233023,28235833,28248984,28249165,28249332,28249506,28249720,28250911,28252848,28261374,28263732,28276400,28278379,28293486,28309920,28309996,28311021,28311210,28311801,28313029,28313373,28314112,28314978,28315256,28315541,28315724,28316115,28316784,28317862,28324627,28325424,28347643,28347785,28347884,28350889,28351018,28351154,28375677,28375846,28377462,28379958,28385763,28391531,28394685,28397964,28403570,28407278,28413854,28423625,28423721,28423824,28477329,28477511,28477775,28477986,28478411,28482355,28483420,2848361', 'assoc_port': '28054293:28054641,28054311:28054527,28054341:28054454,28081687:28082063,28081717:28081976,28083932:28135994,28085384:28085545,28087377:28087587,28138760:28139971,28138796:28139786,28138890:28139637,28138949:28142606,28139935:28140198,28141502:28141662,28143810:28144030,28147732:28151743,28147743:28148460,28147808:28151580,28147855:28151374,28147918:28151104,28147927:28150991,28148043:28150741,28148057:28150340,28148087:28149869,28148150:28149175,28149746:28150027,28152166:28152358,28157332:28157474,28162938:28163304,28168971:28169313,28169062:28169334,28174214:28174614,28177407:28177702,28181340:28181420,28182614:28182744,28185520:28185980,28185557:28185875,28192275:28193266,28192331:28193116,28192428:28192947,28192442:28192759,28192477:28192728,28193668:28194044,28197668:28197879,28200553:28200941,28205006:28205444,28208178:28208241,28212551:28212789,28214026:28214209,28215550:28216033,28219774:28220030,28221747:28221937,28224165:28224388,28226524:28226748,28229730:28229920,28232655:28233023,28235522:2823583', 'assoc_mat': '28054293:carton:4461:28054641,28054311:carton:4461:28054527,28054341:carton:4461:28054454,28081687:carton:4461:28082063,28081717:carton:4461:28081976,28083932:carton:4461:28135994,28085384:carton:4461:28085545,28087377:carton:4461:28087587,28138760:carton:4461:28139971,28138796:carton:4461:28139786,28138890:carton:4461:28139637,28138949:carton:4461:28142606,28139935:carton:4461:28140198,28141502:carton:4461:28141662,28143810:carton:4461:28144030,28147732:carton:4461:28151743,28147743:carton:4461:28148460,28147808:carton:4461:28151580,28147855:carton:4461:28151374,28147918:carton:4461:28151104,28147927:carton:4461:28150991,28148043:carton:4461:28150741,28148057:carton:4461:28150340,28148087:carton:4461:28149869,28148150:carton:4461:28149175,28149746:carton:4461:28150027,28152166:carton:4461:28152358,28157332:carton:4461:28157474,28162938:carton:4461:28163304,28168971:carton:4461:28169313,28169062:carton:4461:28169334,28174214:carton:4461:28174614,28177407:carton:4461:28177702,28181340:carton:4461:28181420,2818'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.019831205131289643, 'nb_photo': 424, 'list_port_cont': '28054573,28054708,28063355,28063395,28082965,28084345,28084849,28087968,28170751,28172983,28182385,28183524,28185200,28185830,28186692,28198689,28205359,28209047,28209349,28220833,28244949,28252220,28256573,28265285,28275009,28283030,28283269,28283305,28283847,28285322,28289167,28291566,28293261,28295178,28297418,28298190,28300486,28302867,28316864,28322821,28322943,28323490,28324278,28324718,28325022,28330625,28347742,28347949,28348028,28348198,28348305,28348441,28348472,28348844,28349611,28349684,28351314,28352144,28352575,28354744,28355673,28356126,28357940,28358317,28359174,28361447,28363269,28375614,28378702,28378914,28381367,28385021,28387831,28393373,28398819,28400802,28404118,28404876,28407586,28417518,28417550,28423784,28424039,28424193,28480384,28481336,28481767,28481888,28482052,28482194,28482524,28483759,28484189,28484660,28486664,28486726,28486802,28488299,28493241,28494247,28494749,28496953,28501318,28503425,28503845,28518900,28519801,28520613,28520915,28522547,28524461,28531621,28531819,2853193', 'assoc_port': '28054306:28063395,28054338:28054708,28054346:28054573,28054359:28063355,28081703:28082965,28082632:28084345,28083930:28084849,28086967:28087968,28138800:28283030,28138899:28283269,28138914:28283305,28140142:28283847,28142059:28285322,28146540:28289167,28147702:28658497,28147734:28659018,28147749:28659700,28147848:28674608,28147895:28660812,28147923:28661770,28148021:28663204,28148052:28663444,28148147:28291566,28151574:28293261,28155279:28298190,28166078:28170751,28172690:28172983,28177686:28185200,28182141:28182385,28183336:28183524,28185548:28185830,28186634:28186692,28192273:28322821,28192314:28322943,28192363:28323490,28192432:28324278,28192436:28324718,28192449:28325022,28195137:28330625,28198477:28198689,28205034:28205359,28208176:28209047,28209316:28209349,28219780:28220833,28221746:28347949,28224401:28348305,28230175:28348472,28235508:28244949,28248533:28348844,28248622:28349611,28248628:28349684,28250725:28256573,28251921:28252220,28263085:28352575,28265164:28265285,28271480:28354744,28274959:2827500', 'assoc_mat': '28054306:carton:4200:28063395,28054338:carton:4200:28054708,28054346:carton:4200:28054573,28054359:carton:4200:28063355,28081703:carton:4200:28082965,28082632:carton:4200:28084345,28083930:carton:4200:28084849,28086967:carton:4200:28087968,28138800:carton:4200:28283030,28138899:carton:4200:28283269,28138914:carton:4200:28283305,28140142:carton:4200:28283847,28142059:carton:4200:28285322,28146540:carton:4200:28289167,28147702:carton:4200:28658497,28147734:carton:4200:28659018,28147749:carton:4200:28659700,28147848:carton:4200:28674608,28147895:carton:4200:28660812,28147923:carton:4200:28661770,28148021:carton:4200:28663204,28148052:carton:4200:28663444,28148147:carton:4200:28291566,28151574:carton:4200:28293261,28155279:carton:4200:28298190,28166078:carton:4200:28170751,28172690:carton:4200:28172983,28177686:carton:4200:28185200,28182141:carton:4200:28182385,28183336:carton:4200:28183524,28185548:carton:4200:28185830,28186634:carton:4200:28186692,28192273:carton:4200:28322821,28192314:carton:4200:28322943,2819'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01708921037294712, 'nb_photo': 65, 'list_port_cont': '28148530,28248817,28249109,28392793,28410663,28483491,28521459,28524159,28527366,28596162,28605098,28631345,28674090,28681607,28685992,28740142,28740148,28772217,28772316,28772563,28772631', 'assoc_port': '28147704:28148530,28248602:28249109,28248626:28248817,28392310:28392793,28410594:28410663,28483036:28483491,28521111:28521459,28523868:28524159,28527263:28527366,28595900:28596162,28604954:28605098,28631173:28631345,28667193:28685992,28673945:28674090,28681383:28681607,28739684:28740142,28739768:28740148,28772020:28772631,28772032:28772563,28772043:28772316,28772075:28772217', 'assoc_mat': '28147704:carton:4209:28148530,28248602:carton:4209:28249109,28248626:carton:4209:28248817,28392310:carton:4209:28392793,28410594:carton:4209:28410663,28483036:carton:4209:28483491,28521111:carton:4209:28521459,28523868:carton:4209:28524159,28527263:carton:4209:28527366,28595900:carton:4209:28596162,28604954:carton:4209:28605098,28631173:carton:4209:28631345,28667193:carton:4209:28685992,28673945:carton:4209:28674090,28681383:carton:4209:28681607,28739684:carton:4209:28740142,28739768:carton:4209:28740148,28772020:carton:4209:28772631,28772032:carton:4209:28772563,28772043:carton:4209:28772316,28772075:carton:4209:28772217'}, {'unwanted_material': 'carton', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.9480514179453017, 'nb_photo': 99, 'list_port_cont': '28072742,28188424,28217477,28219857,28246531,28249919,28262108,28272522,28282100,28282669,28292834,28294368,28294904,28297723,28298603,28299428,28308121,28332229,28332380,28333337,28338571,28339104,28340786,28346195,28348373,28349162,28358998,28377005,28377973,28385199,28398488,28405879,28411856,28424130,28480845,28487013,28493397,28494364,28519100,28520873,28531748,28566357,28567076,28570773,28571195,28573203,28603094,28613842,28633480,28649263,28654746,28658135,28658523,28660659,28663728,28670088,28739137,28741383,28744266,28749785,28750924,28751783,28752571,28752799,28754421,28758361,28760901,28769067,28773498,28774760,28775085,28775939,28776500', 'assoc_port': '28054355:28072742,28083965:28658135,28138778:28282669,28138896:28294368,28139939:28292834,28142637:28294904,28147705:28658523,28148118:28298603,28149748:28299428,28153696:28332229,28166022:28339104,28169021:28188424,28172093:28333337,28176338:28338571,28181681:28332380,28192311:28340786,28215373:28346195,28217135:28217477,28219788:28219857,28225385:28246531,28248586:28349162,28248644:28249919,28262050:28262108,28272454:28272522,28281593:28282100,28293211:28358998,28297617:28297723,28308004:28308121,28347518:28348373,28375455:28377005,28377781:28377973,28385146:28385199,28398370:28398488,28405816:28405879,28411777:28411856,28423435:28424130,28477034:28480845,28482968:28487013,28483030:28493397,28483050:28494364,28515972:28519100,28516130:28520873,28523866:28531748,28565500:28571195,28565651:28567076,28565701:28566357,28570748:28570773,28573192:28573203,28602914:28603094,28613762:28613842,28633425:28633480,28644313:28649263,28654699:28654746,28660573:28660659,28663606:28663728,28670058:28670088,28739005:2874138', 'assoc_mat': '28054355:carton:4207:28072742,28083965:carton:4207:28658135,28138778:carton:4207:28282669,28138896:carton:4207:28294368,28139939:carton:4207:28292834,28142637:carton:4207:28294904,28147705:carton:4207:28658523,28148118:carton:4207:28298603,28149748:carton:4207:28299428,28153696:carton:4207:28332229,28166022:carton:4207:28339104,28169021:carton:4207:28188424,28172093:carton:4207:28333337,28176338:carton:4207:28338571,28181681:carton:4207:28332380,28192311:carton:4207:28340786,28215373:carton:4207:28346195,28217135:carton:4207:28217477,28219788:carton:4207:28219857,28225385:carton:4207:28246531,28248586:carton:4207:28349162,28248644:carton:4207:28249919,28262050:carton:4207:28262108,28272454:carton:4207:28272522,28281593:carton:4207:28282100,28293211:carton:4207:28358998,28297617:carton:4207:28297723,28308004:carton:4207:28308121,28347518:carton:4207:28348373,28375455:carton:4207:28377005,28377781:carton:4207:28377973,28385146:carton:4207:28385199,28398370:carton:4207:28398488,28405816:carton:4207:28405879,2841'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0019123726608888017, 'nb_photo': 969, 'list_port_cont': '28054494,28054766,28054812,28082482,28083600,28086422,28088222,28139400,28139873,28140317,28141420,28141777,28142150,28143116,28148384,28151959,28153800,28154236,28154557,28154684,28154978,28155842,28156302,28156639,28156982,28157377,28157860,28162625,28169605,28169820,28170297,28173122,28174489,28178423,28179873,28182304,28185840,28192827,28193388,28193736,28194222,28194524,28194935,28195423,28198090,28203120,28208333,28208876,28209390,28212825,28217684,28220193,28222265,28222860,28226384,28229366,28232450,28235953,28248845,28249293,28249890,28250838,28251241,28253000,28254074,28261946,28263313,28271630,28300352,28304982,28309891,28312688,28317175,28319165,28319915,28321604,28324250,28324866,28325206,28326717,28328295,28328737,28331976,28332616,28333954,28338830,28339576,28347696,28347994,28348140,28348285,28350859,28351100,28351383,28351782,28351956,28375911,28376281,28377594,28379112,28380669,28386272,28389615,28393267,28396615,28399803,28405027,28409770,28413126,28423604,28423686,28423938,28424088,2847729', 'assoc_port': '28054301:28054812,28054312:28054766,28054348:28054494,28081689:28082482,28082630:28083600,28086078:28086422,28088094:28088222,28138745:28142150,28138762:28141777,28138797:28141420,28138892:28140317,28138917:28139873,28138952:28139400,28140144:28157860,28142910:28143116,28146549:28157377,28147731:28156982,28147739:28156639,28147804:28156302,28147914:28155842,28147925:28154978,28147960:28154684,28148050:28154236,28148081:28153800,28148117:28148384,28151577:28151959,28154342:28154557,28162368:28162625,28169022:28170297,28169061:28169820,28169298:28169605,28172688:28173122,28174216:28174489,28178032:28178423,28179674:28179873,28182143:28182304,28185550:28185840,28192304:28194935,28192317:28194524,28192401:28194222,28192438:28193388,28192450:28192827,28193434:28193736,28195134:28195423,28197675:28198090,28202854:28203120,28208177:28208876,28208183:28208333,28209315:28209390,28212571:28212825,28217122:28217684,28219791:28220193,28221749:28222265,28222677:28222860,28226175:28226384,28229013:28229366,28232241:2823245', 'assoc_mat': '28054301:carton:4211:28054812,28054312:carton:4211:28054766,28054348:carton:4211:28054494,28081689:carton:4211:28082482,28082630:carton:4211:28083600,28086078:carton:4211:28086422,28088094:carton:4211:28088222,28138745:carton:4211:28142150,28138762:carton:4211:28141777,28138797:carton:4211:28141420,28138892:carton:4211:28140317,28138917:carton:4211:28139873,28138952:carton:4211:28139400,28140144:carton:4211:28157860,28142910:carton:4211:28143116,28146549:carton:4211:28157377,28147731:carton:4211:28156982,28147739:carton:4211:28156639,28147804:carton:4211:28156302,28147914:carton:4211:28155842,28147925:carton:4211:28154978,28147960:carton:4211:28154684,28148050:carton:4211:28154236,28148081:carton:4211:28153800,28148117:carton:4211:28148384,28151577:carton:4211:28151959,28154342:carton:4211:28154557,28162368:carton:4211:28162625,28169022:carton:4211:28170297,28169061:carton:4211:28169820,28169298:carton:4211:28169605,28172688:carton:4211:28173122,28174216:carton:4211:28174489,28178032:carton:4211:28178423,2817'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.020846949535005713, 'nb_photo': 807, 'list_port_cont': '28054782,28054801,28054942,28055020,28055068,28082130,28082212,28085414,28089127,28139735,28139950,28140389,28140656,28141235,28141405,28142075,28144080,28148074,28148786,28149057,28149630,28149707,28150139,28150721,28151316,28151553,28152318,28152540,28154479,28157287,28157581,28162319,28166664,28166813,28169588,28172526,28175844,28178001,28181836,28183369,28185689,28185696,28185967,28193234,28193453,28193580,28193848,28194335,28194352,28194507,28194701,28194723,28198075,28199471,28205660,28205761,28208506,28212955,28213642,28215863,28217524,28220239,28222325,28223771,28230865,28231715,28234562,28235922,28245668,28249127,28249354,28249611,28249784,28249974,28250127,28251057,28252033,28254812,28262680,28266604,28271853,28274852,28277765,28283680,28298622,28303682,28309177,28310236,28312640,28315158,28316409,28317573,28317717,28318118,28318455,28318560,28318714,28318965,28319135,28319423,28319812,28321417,28347862,28348059,28348117,28351188,28351450,28351564,28351682,28375830,28376070,28377648,28377806,2837884', 'assoc_port': '28054295:28055068,28054299:28055020,28054313:28054942,28054344:28054801,28054357:28054782,28081690:28082212,28081718:28082130,28084834:28085414,28086966:28089127,28138737:28141405,28138792:28141235,28138898:28140656,28138911:28139950,28138950:28139735,28139930:28140389,28139941:28148074,28141729:28142075,28143313:28144080,28147701:28152540,28147733:28152318,28147788:28151553,28147828:28151316,28147915:28157287,28147916:28149707,28147959:28149630,28148063:28149057,28148083:28148786,28148132:28162319,28149744:28150139,28150190:28150721,28153697:28154479,28157333:28157581,28166056:28166813,28166079:28166664,28169023:28169588,28172094:28172526,28175403:28175844,28177409:28178001,28181686:28181836,28183108:28183369,28185534:28185967,28185553:28185696,28185559:28185689,28192289:28194723,28192307:28194701,28192334:28194352,28192409:28194335,28192434:28193580,28192444:28193453,28192447:28193234,28193431:28193848,28194254:28194507,28197666:28198075,28199116:28199471,28205020:28205761,28205065:28205660,28208181:2820850', 'assoc_mat': '28054295:carton:3327:28055068,28054299:carton:3327:28055020,28054313:carton:3327:28054942,28054344:carton:3327:28054801,28054357:carton:3327:28054782,28081690:carton:3327:28082212,28081718:carton:3327:28082130,28084834:carton:3327:28085414,28086966:carton:3327:28089127,28138737:carton:3327:28141405,28138792:carton:3327:28141235,28138898:carton:3327:28140656,28138911:carton:3327:28139950,28138950:carton:3327:28139735,28139930:carton:3327:28140389,28139941:carton:3327:28148074,28141729:carton:3327:28142075,28143313:carton:3327:28144080,28147701:carton:3327:28152540,28147733:carton:3327:28152318,28147788:carton:3327:28151553,28147828:carton:3327:28151316,28147915:carton:3327:28157287,28147916:carton:3327:28149707,28147959:carton:3327:28149630,28148063:carton:3327:28149057,28148083:carton:3327:28148786,28148132:carton:3327:28162319,28149744:carton:3327:28150139,28150190:carton:3327:28150721,28153697:carton:3327:28154479,28157333:carton:3327:28157581,28166056:carton:3327:28166813,28166079:carton:3327:28166664,2816'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.003214736026835413, 'nb_photo': 3, 'list_port_cont': '28147125,28392298,28518459', 'assoc_port': '28146918:28147125,28390850:28392298,28515941:28518459', 'assoc_mat': '28146918:ela:4205:28147125,28390850:ela:4205:28392298,28515941:ela:4205:28518459'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.831395007545058, 'nb_photo': 90, 'list_port_cont': '28085107,28181271,28185420,28208293,28249040,28283809,28291620,28293669,28348533,28351691,28352885,28356183,28361784,28378616,28387869,28407664,28423882,28481138,28481211,28486238,28521680,28531733,28562551,28570927,28572737,28597924,28632009,28651676,28661316,28662695,28689923,28742603,28751893,28772253', 'assoc_port': '28083963:28085107,28139937:28283809,28147910:28661316,28148151:28291620,28161015:28185420,28181031:28181271,28202894:28208293,28232930:28348533,28248631:28249040,28264555:28352885,28281591:28356183,28293296:28293669,28309155:28361784,28350678:28351691,28375471:28378616,28387626:28387869,28406249:28407664,28423462:28423882,28477032:28481211,28481009:28481138,28483071:28486238,28516161:28521680,28523862:28531733,28561952:28562551,28565488:28570927,28572580:28572737,28597768:28597924,28631178:28632009,28645222:28651676,28662425:28662695,28677995:28689923,28739629:28751893,28739809:28742603,28772086:28772253', 'assoc_mat': '28083963:ela:4203:28085107,28139937:ela:4203:28283809,28147910:ela:4203:28661316,28148151:ela:4203:28291620,28161015:ela:4203:28185420,28181031:ela:4203:28181271,28202894:ela:4203:28208293,28232930:ela:4203:28348533,28248631:ela:4203:28249040,28264555:ela:4203:28352885,28281591:ela:4203:28356183,28293296:ela:4203:28293669,28309155:ela:4203:28361784,28350678:ela:4203:28351691,28375471:ela:4203:28378616,28387626:ela:4203:28387869,28406249:ela:4203:28407664,28423462:ela:4203:28423882,28477032:ela:4203:28481211,28481009:ela:4203:28481138,28483071:ela:4203:28486238,28516161:ela:4203:28521680,28523862:ela:4203:28531733,28561952:ela:4203:28562551,28565488:ela:4203:28570927,28572580:ela:4203:28572737,28597768:ela:4203:28597924,28631178:ela:4203:28632009,28645222:ela:4203:28651676,28662425:ela:4203:28662695,28677995:ela:4203:28689923,28739629:ela:4203:28751893,28739809:ela:4203:28742603,28772086:ela:4203:28772253'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0029779852599831256, 'nb_photo': 23, 'list_port_cont': '28090669,28161530,28168964,28227049,28251811,28279439,28281701,28298441,28339164,28343920,28346335,28417362,28487240,28562657,28572506,28597610,28656843,28658580,28658783,28742510,28747941,28752331,28754631', 'assoc_port': '28081688:28090669,28087374:28168964,28147718:28658580,28147736:28658783,28148119:28298441,28161482:28161530,28166068:28339164,28204992:28343920,28208179:28346335,28226968:28227049,28251445:28251811,28279351:28279439,28281596:28281701,28416963:28417362,28483056:28487240,28561944:28562657,28572496:28572506,28597498:28597610,28656620:28656843,28739515:28747941,28739690:28752331,28739803:28754631,28739813:28742510', 'assoc_mat': '28081688:ela:4207:28090669,28087374:ela:4207:28168964,28147718:ela:4207:28658580,28147736:ela:4207:28658783,28148119:ela:4207:28298441,28161482:ela:4207:28161530,28166068:ela:4207:28339164,28204992:ela:4207:28343920,28208179:ela:4207:28346335,28226968:ela:4207:28227049,28251445:ela:4207:28251811,28279351:ela:4207:28279439,28281596:ela:4207:28281701,28416963:ela:4207:28417362,28483056:ela:4207:28487240,28561944:ela:4207:28562657,28572496:ela:4207:28572506,28597498:ela:4207:28597610,28656620:ela:4207:28656843,28739515:ela:4207:28747941,28739690:ela:4207:28752331,28739803:ela:4207:28754631,28739813:ela:4207:28742510'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005659867884306672, 'nb_photo': 9, 'list_port_cont': '28149177,28192766,28220029,28313034,28315243,28423812,28741222,28745682,28768751', 'assoc_port': '28148150:28149177,28192442:28192766,28219774:28220029,28281559:28315243,28293233:28313034,28423436:28423812,28739565:28745682,28739614:28741222,28768651:28768751', 'assoc_mat': '28148150:ela:4461:28149177,28192442:ela:4461:28192766,28219774:ela:4461:28220029,28281559:ela:4461:28315243,28293233:ela:4461:28313034,28423436:ela:4461:28423812,28739565:ela:4461:28745682,28739614:ela:4461:28741222,28768651:ela:4461:28768751'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.004281428704200686, 'nb_photo': 50, 'list_port_cont': '28054569,28054707,28054984,28063406,28082964,28084347,28170759,28209036,28265288,28275013,28283028,28285333,28323475,28327198,28330638,28348025,28348437,28348687,28349693,28352143,28357925,28358316,28359015,28400806,28404890,28482050,28503418,28520904,28562681,28572355,28572705,28595200,28597143,28604002,28620335,28663194,28679905,28685142,28742400,28745898,28751093,28775602', 'assoc_port': '28054304:28054984,28054306:28063406,28054338:28054707,28054346:28054569,28081703:28082964,28082632:28084347,28138800:28283028,28142059:28285333,28148021:28663194,28166078:28170759,28192363:28323475,28193436:28327198,28195137:28330638,28208176:28209036,28248516:28348687,28248628:28349693,28265164:28265288,28274959:28275013,28293108:28357925,28293142:28358316,28293209:28359015,28347503:28348437,28347535:28348025,28350621:28352143,28400535:28400806,28404533:28404890,28477101:28482050,28490861:28503418,28520558:28520904,28561946:28562681,28565647:28572705,28572259:28572355,28592017:28595200,28593914:28597143,28600038:28604002,28617210:28620335,28668829:28685142,28671811:28679905,28739481:28745898,28739618:28751093,28739858:28742400,28772025:28775602', 'assoc_mat': '28054304:ela:4200:28054984,28054306:ela:4200:28063406,28054338:ela:4200:28054707,28054346:ela:4200:28054569,28081703:ela:4200:28082964,28082632:ela:4200:28084347,28138800:ela:4200:28283028,28142059:ela:4200:28285333,28148021:ela:4200:28663194,28166078:ela:4200:28170759,28192363:ela:4200:28323475,28193436:ela:4200:28327198,28195137:ela:4200:28330638,28208176:ela:4200:28209036,28248516:ela:4200:28348687,28248628:ela:4200:28349693,28265164:ela:4200:28265288,28274959:ela:4200:28275013,28293108:ela:4200:28357925,28293142:ela:4200:28358316,28293209:ela:4200:28359015,28347503:ela:4200:28348437,28347535:ela:4200:28348025,28350621:ela:4200:28352143,28400535:ela:4200:28400806,28404533:ela:4200:28404890,28477101:ela:4200:28482050,28490861:ela:4200:28503418,28520558:ela:4200:28520904,28561946:ela:4200:28562681,28565647:ela:4200:28572705,28572259:ela:4200:28572355,28592017:ela:4200:28595200,28593914:ela:4200:28597143,28600038:ela:4200:28604002,28617210:ela:4200:28620335,28668829:ela:4200:28685142,28671811:ela:4200:2867990'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0034257737552382604, 'nb_photo': 7, 'list_port_cont': '28249112,28489536,28524156,28740146', 'assoc_port': '28248602:28249112,28489342:28489536,28523868:28524156,28739768:28740146', 'assoc_mat': '28248602:ela:4209:28249112,28489342:ela:4209:28489536,28523868:ela:4209:28524156,28739768:ela:4209:28740146'}, {'unwanted_material': 'ela', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.001881741989881806, 'nb_photo': 5, 'list_port_cont': '28217479,28219854,28396069,28751792,28753993', 'assoc_port': '28217135:28217479,28219788:28219854,28394976:28396069,28739630:28751792,28739795:28753993', 'assoc_mat': '28217135:ela:4207:28217479,28219788:ela:4207:28219854,28394976:ela:4207:28396069,28739630:ela:4207:28751792,28739795:ela:4207:28753993'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0004606734871178848, 'nb_photo': 95, 'list_port_cont': '28083595,28139867,28141416,28143120,28151957,28157371,28170312,28173114,28185847,28192839,28193393,28193745,28194232,28194536,28194921,28195421,28203127,28208345,28212839,28217680,28222258,28222873,28226374,28250845,28271637,28304992,28309883,28317174,28328304,28333958,28338840,28339574,28351099,28386270,28393283,28413130,28423600,28477887,28479300,28479457,28480365,28483688,28484010,28484081,28485006,28486204,28486596,28487298,28497209,28517846,28530441,28562207,28562577,28562728,28566943,28567002,28567820,28568367,28571010,28592867,28594138,28650106,28650371,28653036,28663135,28667673,28673207,28687611,28740388,28741911,28745059,28747058,28747204,28748733,28773294,28775399,28779374', 'assoc_port': '28082630:28083595,28138797:28141416,28138917:28139867,28142910:28143120,28146549:28157371,28151577:28151957,28169022:28170312,28172688:28173114,28185550:28185847,28192304:28194921,28192317:28194536,28192401:28194232,28192438:28193393,28192450:28192839,28193434:28193745,28195134:28195421,28202854:28203127,28208183:28208345,28212571:28212839,28217122:28217680,28221749:28222258,28222677:28222873,28226175:28226374,28250731:28250845,28260973:28339574,28264358:28338840,28271508:28271637,28274958:28333958,28293149:28328304,28301675:28317174,28304844:28304992,28308478:28309883,28350689:28351099,28386144:28386270,28392956:28393283,28412710:28413130,28423467:28423600,28477026:28480365,28477083:28479457,28477099:28477887,28478798:28479300,28482990:28486596,28483004:28486204,28483054:28485006,28483165:28484081,28483176:28484010,28483186:28483688,28487169:28487298,28497111:28497209,28515935:28517846,28530064:28530441,28561939:28562728,28561947:28562577,28561959:28562207,28565503:28568367,28565537:28567820,28565641:2856700', 'assoc_mat': '28082630:ela:4211:28083595,28138797:ela:4211:28141416,28138917:ela:4211:28139867,28142910:ela:4211:28143120,28146549:ela:4211:28157371,28151577:ela:4211:28151957,28169022:ela:4211:28170312,28172688:ela:4211:28173114,28185550:ela:4211:28185847,28192304:ela:4211:28194921,28192317:ela:4211:28194536,28192401:ela:4211:28194232,28192438:ela:4211:28193393,28192450:ela:4211:28192839,28193434:ela:4211:28193745,28195134:ela:4211:28195421,28202854:ela:4211:28203127,28208183:ela:4211:28208345,28212571:ela:4211:28212839,28217122:ela:4211:28217680,28221749:ela:4211:28222258,28222677:ela:4211:28222873,28226175:ela:4211:28226374,28250731:ela:4211:28250845,28260973:ela:4211:28339574,28264358:ela:4211:28338840,28271508:ela:4211:28271637,28274958:ela:4211:28333958,28293149:ela:4211:28328304,28301675:ela:4211:28317174,28304844:ela:4211:28304992,28308478:ela:4211:28309883,28350689:ela:4211:28351099,28386144:ela:4211:28386270,28392956:ela:4211:28393283,28412710:ela:4211:28413130,28423467:ela:4211:28423600,28477026:ela:4211:2848036'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.002487995189368343, 'nb_photo': 19, 'list_port_cont': '28323469,28349290,28355375,28381782,28392289,28480720,28518461,28572414,28597118,28649096,28658219,28677444', 'assoc_port': '28147700:28658219,28192388:28323469,28248588:28349290,28276018:28355375,28381739:28381782,28390850:28392289,28477030:28480720,28515941:28518461,28565645:28572414,28593919:28597118,28644305:28649096,28677396:28677444', 'assoc_mat': '28147700:etiquette:4205:28658219,28192388:etiquette:4205:28323469,28248588:etiquette:4205:28349290,28276018:etiquette:4205:28355375,28381739:etiquette:4205:28381782,28390850:etiquette:4205:28392289,28477030:etiquette:4205:28480720,28515941:etiquette:4205:28518461,28565645:etiquette:4205:28572414,28593919:etiquette:4205:28597118,28644305:etiquette:4205:28649096,28677396:etiquette:4205:28677444'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.010143885562407471, 'nb_photo': 608, 'list_port_cont': '28085108,28181283,28185422,28208294,28249039,28283810,28291629,28293655,28324010,28347173,28348524,28351696,28352891,28356193,28361776,28378625,28387878,28407670,28423883,28481132,28481223,28486246,28521676,28531730,28562553,28567927,28570933,28572728,28597920,28616872,28632000,28651677,28661314,28662694,28689911,28741165,28742607,28747587,28751878,28772247,28776260', 'assoc_port': '28083963:28085108,28139937:28283810,28147910:28661314,28148151:28291629,28161015:28185422,28181031:28181283,28192430:28324010,28202894:28208294,28219777:28347173,28232930:28348524,28248631:28249039,28264555:28352891,28281591:28356193,28293296:28293655,28309155:28361776,28350678:28351696,28375471:28378625,28387626:28387878,28406249:28407670,28423462:28423883,28477032:28481223,28481009:28481132,28483071:28486246,28516161:28521676,28523862:28531730,28561952:28562553,28565488:28570933,28565648:28567927,28572580:28572728,28597768:28597920,28614716:28616872,28631178:28632000,28645222:28651677,28662425:28662694,28677995:28689911,28738999:28741165,28739509:28747587,28739629:28751878,28739809:28742607,28772034:28776260,28772086:28772247', 'assoc_mat': '28083963:etiquette:4203:28085108,28139937:etiquette:4203:28283810,28147910:etiquette:4203:28661314,28148151:etiquette:4203:28291629,28161015:etiquette:4203:28185422,28181031:etiquette:4203:28181283,28192430:etiquette:4203:28324010,28202894:etiquette:4203:28208294,28219777:etiquette:4203:28347173,28232930:etiquette:4203:28348524,28248631:etiquette:4203:28249039,28264555:etiquette:4203:28352891,28281591:etiquette:4203:28356193,28293296:etiquette:4203:28293655,28309155:etiquette:4203:28361776,28350678:etiquette:4203:28351696,28375471:etiquette:4203:28378625,28387626:etiquette:4203:28387878,28406249:etiquette:4203:28407670,28423462:etiquette:4203:28423883,28477032:etiquette:4203:28481223,28481009:etiquette:4203:28481132,28483071:etiquette:4203:28486246,28516161:etiquette:4203:28521676,28523862:etiquette:4203:28531730,28561952:etiquette:4203:28562553,28565488:etiquette:4203:28570933,28565648:etiquette:4203:28567927,28572580:etiquette:4203:28572728,28597768:etiquette:4203:28597920,28614716:etiquette:4203:28616872,2'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.001988273132768105, 'nb_photo': 97, 'list_port_cont': '28072875,28084437,28152745,28161535,28168961,28178988,28217979,28229577,28235988,28250864,28282501,28294554,28294967,28295246,28297931,28298545,28299597,28299755,28300125,28333544,28336107,28340159,28340316,28341276,28341496,28346384,28348256,28359482,28376601,28379211,28386408,28391950,28398203,28402430,28424003,28477485,28479118,28480955,28484179,28485736,28485937,28486213,28486278,28489782,28491338,28493193,28494156,28518757,28519281,28531708,28562060,28563032,28566599,28566873,28568215,28570647,28570860,28571780,28572153,28572972,28595673,28602365,28611648,28613529,28620437,28621449,28650560,28653493,28656841,28658781,28662102,28662406,28663957,28668684,28671855,28683569,28739281,28741376,28742307,28747092,28748647,28749138,28752146,28752337,28753791,28775738', 'assoc_port': '28054308:28072875,28083934:28084437,28087374:28168961,28138764:28282501,28143193:28295246,28147736:28658781,28147926:28662102,28147989:28662406,28148148:28298545,28149742:28299755,28149750:28299597,28152599:28152745,28161482:28161535,28174833:28336107,28178799:28178988,28182142:28333544,28192271:28341276,28192310:28341496,28192429:28340316,28193437:28340159,28208182:28346384,28217160:28217979,28229504:28229577,28235482:28235988,28250729:28250864,28293210:28294967,28293215:28294554,28296761:28359482,28297876:28297931,28300056:28300125,28347516:28348256,28375470:28376601,28377304:28379211,28386376:28386408,28391784:28391950,28398085:28398203,28402369:28402430,28423448:28424003,28477068:28480955,28477143:28477485,28479078:28479118,28482959:28486213,28483046:28494156,28483063:28486278,28483069:28485937,28483084:28485736,28483129:28484179,28489703:28489782,28491140:28491338,28493048:28493193,28515969:28518757,28515976:28519281,28523864:28531708,28561941:28563032,28561962:28562060,28565484:28570647,28565492:2857086', 'assoc_mat': '28054308:etiquette:4207:28072875,28083934:etiquette:4207:28084437,28087374:etiquette:4207:28168961,28138764:etiquette:4207:28282501,28143193:etiquette:4207:28295246,28147736:etiquette:4207:28658781,28147926:etiquette:4207:28662102,28147989:etiquette:4207:28662406,28148148:etiquette:4207:28298545,28149742:etiquette:4207:28299755,28149750:etiquette:4207:28299597,28152599:etiquette:4207:28152745,28161482:etiquette:4207:28161535,28174833:etiquette:4207:28336107,28178799:etiquette:4207:28178988,28182142:etiquette:4207:28333544,28192271:etiquette:4207:28341276,28192310:etiquette:4207:28341496,28192429:etiquette:4207:28340316,28193437:etiquette:4207:28340159,28208182:etiquette:4207:28346384,28217160:etiquette:4207:28217979,28229504:etiquette:4207:28229577,28235482:etiquette:4207:28235988,28250729:etiquette:4207:28250864,28293210:etiquette:4207:28294967,28293215:etiquette:4207:28294554,28296761:etiquette:4207:28359482,28297876:etiquette:4207:28297931,28300056:etiquette:4207:28300125,28347516:etiquette:4207:28348256,2'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0009666533223137578, 'nb_photo': 37, 'list_port_cont': '28054450,28054639,28081979,28082067,28085547,28149863,28151578,28152365,28220025,28226742,28235846,28249514,28250912,28261372,28313380,28315542,28316114,28351031,28351148,28379946,28403571,28483997,28484604,28516420,28566728,28592349,28594293,28601574,28631406,28659587,28740089,28741220,28745693,28772649,28772814', 'assoc_port': '28054293:28054639,28054341:28054450,28081687:28082067,28081717:28081979,28085384:28085547,28147808:28151578,28148087:28149863,28152166:28152365,28219774:28220025,28226524:28226742,28235522:28235846,28248579:28249514,28250727:28250912,28261195:28261372,28273034:28316114,28293207:28313380,28315462:28315542,28350627:28351148,28350654:28351031,28379722:28379946,28403323:28403571,28483034:28484604,28483095:28483997,28516159:28516420,28565499:28566728,28592011:28592349,28594081:28594293,28601281:28601574,28631171:28631406,28659143:28659587,28739565:28745693,28739614:28741220,28739881:28740089,28772028:28772814,28772040:28772649', 'assoc_mat': '28054293:etiquette:4461:28054639,28054341:etiquette:4461:28054450,28081687:etiquette:4461:28082067,28081717:etiquette:4461:28081979,28085384:etiquette:4461:28085547,28147808:etiquette:4461:28151578,28148087:etiquette:4461:28149863,28152166:etiquette:4461:28152365,28219774:etiquette:4461:28220025,28226524:etiquette:4461:28226742,28235522:etiquette:4461:28235846,28248579:etiquette:4461:28249514,28250727:etiquette:4461:28250912,28261195:etiquette:4461:28261372,28273034:etiquette:4461:28316114,28293207:etiquette:4461:28313380,28315462:etiquette:4461:28315542,28350627:etiquette:4461:28351148,28350654:etiquette:4461:28351031,28379722:etiquette:4461:28379946,28403323:etiquette:4461:28403571,28483034:etiquette:4461:28484604,28483095:etiquette:4461:28483997,28516159:etiquette:4461:28516420,28565499:etiquette:4461:28566728,28592011:etiquette:4461:28592349,28594081:etiquette:4461:28594293,28601281:etiquette:4461:28601574,28631171:etiquette:4461:28631406,28659143:etiquette:4461:28659587,28739565:etiquette:4461:28745693,2'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.003370328435015576, 'nb_photo': 216, 'list_port_cont': '28054568,28054706,28063399,28082974,28084336,28084839,28170756,28182390,28183540,28185202,28185276,28205344,28209048,28215717,28220847,28252224,28265298,28275012,28283023,28283272,28289182,28291144,28291568,28295171,28297414,28298183,28300477,28316873,28325012,28327204,28330633,28347754,28348194,28348312,28348433,28348481,28348833,28349017,28349622,28349688,28351794,28351899,28352149,28352572,28357935,28359013,28359168,28361454,28378701,28381352,28385019,28407589,28417527,28417563,28423782,28424047,28424190,28481759,28481883,28482208,28482517,28483585,28483755,28484198,28484662,28486136,28486666,28486798,28493247,28494238,28496956,28503411,28519792,28520601,28520896,28524460,28535200,28562469,28562688,28563105,28565024,28566376,28566771,28570207,28571086,28572359,28572689,28573325,28595206,28595355,28596798,28597152,28597817,28602705,28611306,28620347,28623352,28623817,28625078,28648388,28650801,28651607,28652345,28658491,28659006,28660808,28661771,28663200,28663447,28664152,28665539,28674595,28674729,2867665', 'assoc_port': '28054306:28063399,28054338:28054706,28054346:28054568,28081703:28082974,28082632:28084336,28083930:28084839,28138800:28283023,28138899:28283272,28146540:28289182,28147702:28658491,28147734:28659006,28147848:28674595,28147895:28660808,28147923:28661771,28148021:28663200,28148052:28663447,28148100:28291144,28148147:28291568,28155279:28298183,28166078:28170756,28172513:28185276,28177686:28185202,28182141:28182390,28183336:28183540,28192449:28325012,28193436:28327204,28195137:28330633,28205034:28205344,28208176:28209048,28215375:28215717,28219780:28220847,28224401:28348312,28230175:28348481,28248533:28348833,28248578:28349017,28248622:28349622,28248628:28349688,28251921:28252224,28263085:28352572,28265164:28265298,28274959:28275012,28293108:28357935,28293209:28359013,28293290:28359168,28294995:28295171,28297206:28297414,28300357:28300477,28307483:28361454,28316658:28316873,28347503:28348433,28347525:28348194,28347543:28347754,28350621:28352149,28350631:28351899,28350674:28351794,28378263:28378701,28379298:2838135', 'assoc_mat': '28054306:etiquette:4200:28063399,28054338:etiquette:4200:28054706,28054346:etiquette:4200:28054568,28081703:etiquette:4200:28082974,28082632:etiquette:4200:28084336,28083930:etiquette:4200:28084839,28138800:etiquette:4200:28283023,28138899:etiquette:4200:28283272,28146540:etiquette:4200:28289182,28147702:etiquette:4200:28658491,28147734:etiquette:4200:28659006,28147848:etiquette:4200:28674595,28147895:etiquette:4200:28660808,28147923:etiquette:4200:28661771,28148021:etiquette:4200:28663200,28148052:etiquette:4200:28663447,28148100:etiquette:4200:28291144,28148147:etiquette:4200:28291568,28155279:etiquette:4200:28298183,28166078:etiquette:4200:28170756,28172513:etiquette:4200:28185276,28177686:etiquette:4200:28185202,28182141:etiquette:4200:28182390,28183336:etiquette:4200:28183540,28192449:etiquette:4200:28325012,28193436:etiquette:4200:28327204,28195137:etiquette:4200:28330633,28205034:etiquette:4200:28205344,28208176:etiquette:4200:28209048,28215375:etiquette:4200:28215717,28219780:etiquette:4200:28220847,2'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006426565804127865, 'nb_photo': 59, 'list_port_cont': '28148520,28248826,28249103,28392789,28410667,28483490,28483672,28489535,28521473,28527369,28596153,28605086,28631349,28681600,28685997,28740155,28740226,28772228,28772303,28772558,28772633', 'assoc_port': '28147704:28148520,28248602:28249103,28248626:28248826,28392310:28392789,28410594:28410667,28483020:28483672,28483036:28483490,28489342:28489535,28521111:28521473,28527263:28527369,28595900:28596153,28604954:28605086,28631173:28631349,28667193:28685997,28681383:28681600,28739611:28740226,28739768:28740155,28772020:28772633,28772032:28772558,28772043:28772303,28772075:28772228', 'assoc_mat': '28147704:etiquette:4209:28148520,28248602:etiquette:4209:28249103,28248626:etiquette:4209:28248826,28392310:etiquette:4209:28392789,28410594:etiquette:4209:28410667,28483020:etiquette:4209:28483672,28483036:etiquette:4209:28483490,28489342:etiquette:4209:28489535,28521111:etiquette:4209:28521473,28527263:etiquette:4209:28527369,28595900:etiquette:4209:28596153,28604954:etiquette:4209:28605086,28631173:etiquette:4209:28631349,28667193:etiquette:4209:28685997,28681383:etiquette:4209:28681600,28739611:etiquette:4209:28740226,28739768:etiquette:4209:28740155,28772020:etiquette:4209:28772633,28772032:etiquette:4209:28772558,28772043:etiquette:4209:28772303,28772075:etiquette:4209:28772228'}, {'unwanted_material': 'etiquette', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.0012841203736043006, 'nb_photo': 21, 'list_port_cont': '28219860,28256349,28276892,28332384,28347933,28486082,28487804,28519832,28525656,28562425,28562750,28603084,28657373,28670098,28672782,28684011,28741386,28747529,28752567,28752803,28754416', 'assoc_port': '28148045:28657373,28181681:28332384,28219788:28219860,28250722:28256349,28276812:28276892,28347536:28347933,28483064:28486082,28487681:28487804,28519622:28519832,28525445:28525656,28561942:28562750,28561953:28562425,28602914:28603084,28670058:28670098,28672655:28672782,28683460:28684011,28739005:28741386,28739512:28747529,28739746:28752567,28739779:28752803,28739801:28754416', 'assoc_mat': '28148045:etiquette:4207:28657373,28181681:etiquette:4207:28332384,28219788:etiquette:4207:28219860,28250722:etiquette:4207:28256349,28276812:etiquette:4207:28276892,28347536:etiquette:4207:28347933,28483064:etiquette:4207:28486082,28487681:etiquette:4207:28487804,28519622:etiquette:4207:28519832,28525445:etiquette:4207:28525656,28561942:etiquette:4207:28562750,28561953:etiquette:4207:28562425,28602914:etiquette:4207:28603084,28670058:etiquette:4207:28670098,28672655:etiquette:4207:28672782,28683460:etiquette:4207:28684011,28739005:etiquette:4207:28741386,28739512:etiquette:4207:28747529,28739746:etiquette:4207:28752567,28739779:etiquette:4207:28752803,28739801:etiquette:4207:28754416'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0007474467094506773, 'nb_photo': 2070, 'list_port_cont': '28054503,28054757,28054813,28082483,28083594,28086412,28088233,28139402,28139871,28140323,28141424,28141774,28142155,28143125,28148369,28151967,28153794,28154242,28154554,28154670,28154972,28155840,28156293,28156636,28156967,28157384,28157868,28162640,28169607,28169811,28170309,28173124,28174494,28178426,28179867,28182316,28185850,28192843,28193400,28193737,28194235,28194522,28194925,28195412,28198093,28203113,28208334,28208873,28209387,28212835,28213403,28217687,28220195,28222263,28222872,28226377,28229374,28232433,28235955,28248838,28249303,28249894,28250844,28251007,28251249,28253003,28254064,28261941,28263305,28267899,28271635,28300354,28304995,28309892,28312699,28317183,28319167,28319912,28321615,28324239,28324870,28325205,28326724,28328307,28328742,28331977,28332619,28333965,28338835,28339586,28347690,28348003,28348139,28350848,28351109,28351387,28351776,28351954,28375904,28376304,28377582,28379116,28380652,28386266,28389612,28393284,28396616,28399798,28405036,28409760,28413132,28417267,28423608,2842368', 'assoc_port': '28054301:28054813,28054312:28054757,28054348:28054503,28081689:28082483,28082630:28083594,28086078:28086412,28088094:28088233,28138745:28142155,28138762:28141774,28138797:28141424,28138892:28140323,28138917:28139871,28138952:28139402,28140144:28157868,28142910:28143125,28146549:28157384,28147731:28156967,28147739:28156636,28147804:28156293,28147914:28155840,28147925:28154972,28147960:28154670,28148050:28154242,28148081:28153794,28148117:28148369,28151577:28151967,28154342:28154554,28162368:28162640,28169022:28170309,28169061:28169811,28169298:28169607,28172688:28173124,28174216:28174494,28178032:28178426,28179674:28179867,28182143:28182316,28185550:28185850,28192304:28194925,28192317:28194522,28192401:28194235,28192438:28193400,28192450:28192843,28193434:28193737,28195134:28195412,28197675:28198093,28202854:28203113,28208177:28208873,28208183:28208334,28209315:28209387,28212571:28212835,28213224:28213403,28217122:28217687,28219791:28220195,28221749:28222263,28222677:28222872,28226175:28226377,28229013:2822937', 'assoc_mat': '28054301:etiquette:4211:28054813,28054312:etiquette:4211:28054757,28054348:etiquette:4211:28054503,28081689:etiquette:4211:28082483,28082630:etiquette:4211:28083594,28086078:etiquette:4211:28086412,28088094:etiquette:4211:28088233,28138745:etiquette:4211:28142155,28138762:etiquette:4211:28141774,28138797:etiquette:4211:28141424,28138892:etiquette:4211:28140323,28138917:etiquette:4211:28139871,28138952:etiquette:4211:28139402,28140144:etiquette:4211:28157868,28142910:etiquette:4211:28143125,28146549:etiquette:4211:28157384,28147731:etiquette:4211:28156967,28147739:etiquette:4211:28156636,28147804:etiquette:4211:28156293,28147914:etiquette:4211:28155840,28147925:etiquette:4211:28154972,28147960:etiquette:4211:28154670,28148050:etiquette:4211:28154242,28148081:etiquette:4211:28153794,28148117:etiquette:4211:28148369,28151577:etiquette:4211:28151967,28154342:etiquette:4211:28154554,28162368:etiquette:4211:28162640,28169022:etiquette:4211:28170309,28169061:etiquette:4211:28169811,28169298:etiquette:4211:28169607,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.006021479780158772, 'nb_photo': 25, 'list_port_cont': '28154482,28166668,28178004,28193232,28249606,28312641,28316407,28348123,28351567,28397078,28399736,28423663,28516721,28526019,28564472,28566343,28569094,28615683,28623080,28645957,28740691,28742216,28769637', 'assoc_port': '28153697:28154482,28166079:28166668,28177409:28178004,28192447:28193232,28248627:28249606,28311708:28312641,28315941:28316407,28347512:28348123,28350625:28351567,28396782:28397078,28398790:28399736,28423466:28423663,28516128:28516721,28523797:28526019,28564339:28564472,28565707:28566343,28568805:28569094,28615494:28615683,28622765:28623080,28645775:28645957,28739479:28742216,28739811:28740691,28768670:28769637', 'assoc_mat': '28153697:etiquette:3327:28154482,28166079:etiquette:3327:28166668,28177409:etiquette:3327:28178004,28192447:etiquette:3327:28193232,28248627:etiquette:3327:28249606,28311708:etiquette:3327:28312641,28315941:etiquette:3327:28316407,28347512:etiquette:3327:28348123,28350625:etiquette:3327:28351567,28396782:etiquette:3327:28397078,28398790:etiquette:3327:28399736,28423466:etiquette:3327:28423663,28516128:etiquette:3327:28516721,28523797:etiquette:3327:28526019,28564339:etiquette:3327:28564472,28565707:etiquette:3327:28566343,28568805:etiquette:3327:28569094,28615494:etiquette:3327:28615683,28622765:etiquette:3327:28623080,28645775:etiquette:3327:28645957,28739479:etiquette:3327:28742216,28739811:etiquette:3327:28740691,28768670:etiquette:3327:28769637'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.018893841422562323, 'nb_photo': 83, 'list_port_cont': '28054445,28147121,28291041,28302663,28323467,28324513,28348326,28349287,28362747,28381783,28392293,28480718,28482719,28518465,28572417,28596687,28597123,28649086,28658221,28677447,28752694,28776792', 'assoc_port': '28054350:28054445,28146918:28147121,28147700:28658221,28148146:28291041,28192388:28323467,28192440:28324513,28228988:28348326,28248588:28349287,28302556:28302663,28319453:28362747,28381739:28381783,28390850:28392293,28477030:28480718,28482696:28482719,28515941:28518465,28565645:28572417,28593916:28596687,28593919:28597123,28644305:28649086,28677396:28677447,28739777:28752694,28772058:28776792', 'assoc_mat': '28054350:film_plastique:4205:28054445,28146918:film_plastique:4205:28147121,28147700:film_plastique:4205:28658221,28148146:film_plastique:4205:28291041,28192388:film_plastique:4205:28323467,28192440:film_plastique:4205:28324513,28228988:film_plastique:4205:28348326,28248588:film_plastique:4205:28349287,28302556:film_plastique:4205:28302663,28319453:film_plastique:4205:28362747,28381739:film_plastique:4205:28381783,28390850:film_plastique:4205:28392293,28477030:film_plastique:4205:28480718,28482696:film_plastique:4205:28482719,28515941:film_plastique:4205:28518465,28565645:film_plastique:4205:28572417,28593916:film_plastique:4205:28596687,28593919:film_plastique:4205:28597123,28644305:film_plastique:4205:28649086,28677396:film_plastique:4205:28677447,28739777:film_plastique:4205:28752694,28772058:film_plastique:4205:28776792'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.026056039416040417, 'nb_photo': 513, 'list_port_cont': '28085102,28181272,28185434,28208301,28249049,28283812,28291622,28293661,28323999,28347182,28348529,28351700,28352889,28356197,28361778,28378619,28387875,28407665,28423885,28481135,28481216,28486241,28521681,28531731,28562563,28567936,28570930,28572740,28597932,28616865,28632011,28651672,28661315,28662688,28689920,28741163,28742615,28747578,28751882,28772257,28776258', 'assoc_port': '28083963:28085102,28139937:28283812,28147910:28661315,28148151:28291622,28161015:28185434,28181031:28181272,28192430:28323999,28202894:28208301,28219777:28347182,28232930:28348529,28248631:28249049,28264555:28352889,28281591:28356197,28293296:28293661,28309155:28361778,28350678:28351700,28375471:28378619,28387626:28387875,28406249:28407665,28423462:28423885,28477032:28481216,28481009:28481135,28483071:28486241,28516161:28521681,28523862:28531731,28561952:28562563,28565488:28570930,28565648:28567936,28572580:28572740,28597768:28597932,28614716:28616865,28631178:28632011,28645222:28651672,28662425:28662688,28677995:28689920,28738999:28741163,28739509:28747578,28739629:28751882,28739809:28742615,28772034:28776258,28772086:28772257', 'assoc_mat': '28083963:film_plastique:4203:28085102,28139937:film_plastique:4203:28283812,28147910:film_plastique:4203:28661315,28148151:film_plastique:4203:28291622,28161015:film_plastique:4203:28185434,28181031:film_plastique:4203:28181272,28192430:film_plastique:4203:28323999,28202894:film_plastique:4203:28208301,28219777:film_plastique:4203:28347182,28232930:film_plastique:4203:28348529,28248631:film_plastique:4203:28249049,28264555:film_plastique:4203:28352889,28281591:film_plastique:4203:28356197,28293296:film_plastique:4203:28293661,28309155:film_plastique:4203:28361778,28350678:film_plastique:4203:28351700,28375471:film_plastique:4203:28378619,28387626:film_plastique:4203:28387875,28406249:film_plastique:4203:28407665,28423462:film_plastique:4203:28423885,28477032:film_plastique:4203:28481216,28481009:film_plastique:4203:28481135,28483071:film_plastique:4203:28486241,28516161:film_plastique:4203:28521681,28523862:film_plastique:4203:28531731,28561952:film_plastique:4203:28562563,28565488:film_plastique:4203:2857093'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002836295299328974, 'nb_photo': 346, 'list_port_cont': '28072883,28084433,28086446,28089902,28090035,28152749,28166232,28172303,28187817,28187847,28197738,28212723,28213352,28215752,28217978,28220126,28222167,28224354,28225452,28230245,28235994,28244582,28249641,28260319,28261656,28262822,28263897,28264782,28271708,28272899,28274202,28278333,28279437,28281688,28282317,28282508,28290260,28293835,28294133,28294557,28294586,28294753,28295254,28295877,28298449,28298546,28299598,28299746,28301190,28304885,28308225,28316059,28326062,28329883,28334732,28334964,28339174,28340511,28340994,28341273,28342606,28344161,28346323,28346450,28347295,28347719,28348093,28348183,28348261,28348384,28348675,28348916,28349011,28349738,28351456,28351509,28351670,28351939,28352177,28357905,28358070,28359363,28376604,28377736,28387176,28388290,28391946,28394106,28395369,28398189,28402439,28405192,28406532,28417504,28423523,28423924,28423991,28424017,28424113,28477734,28478166,28479110,28479623,28480460,28481288,28482563,28483730,28483974,28485726,28485755,28485984,28486219,28486273,2848657', 'assoc_port': '28054308:28072883,28081716:28089902,28081719:28090035,28083934:28084433,28084837:28172303,28086082:28086446,28138758:28282317,28138764:28282508,28138876:28294753,28138901:28293835,28142056:28294586,28143193:28295254,28144246:28295877,28147703:28658425,28147718:28658582,28147752:28659361,28147806:28659803,28147909:28660860,28147926:28662096,28147989:28662413,28148041:28662780,28148048:28651685,28148054:28290260,28148119:28298449,28148148:28298546,28149742:28299746,28149750:28299598,28152599:28152749,28162939:28187817,28166068:28339174,28166080:28166232,28168996:28334732,28169042:28326062,28173580:28334964,28176538:28187847,28181190:28329883,28192271:28341273,28192380:28340994,28192433:28340511,28192446:28342606,28197664:28346450,28197672:28197738,28202824:28347295,28205609:28344161,28208179:28346323,28212569:28212723,28213243:28213352,28215551:28215752,28217160:28217978,28220079:28220126,28222008:28222167,28224178:28224354,28225398:28225452,28230176:28230245,28232022:28244582,28235482:28235994,28248529:2834867', 'assoc_mat': '28054308:film_plastique:4207:28072883,28081716:film_plastique:4207:28089902,28081719:film_plastique:4207:28090035,28083934:film_plastique:4207:28084433,28084837:film_plastique:4207:28172303,28086082:film_plastique:4207:28086446,28138758:film_plastique:4207:28282317,28138764:film_plastique:4207:28282508,28138876:film_plastique:4207:28294753,28138901:film_plastique:4207:28293835,28142056:film_plastique:4207:28294586,28143193:film_plastique:4207:28295254,28144246:film_plastique:4207:28295877,28147703:film_plastique:4207:28658425,28147718:film_plastique:4207:28658582,28147752:film_plastique:4207:28659361,28147806:film_plastique:4207:28659803,28147909:film_plastique:4207:28660860,28147926:film_plastique:4207:28662096,28147989:film_plastique:4207:28662413,28148041:film_plastique:4207:28662780,28148048:film_plastique:4207:28651685,28148054:film_plastique:4207:28290260,28148119:film_plastique:4207:28298449,28148148:film_plastique:4207:28298546,28149742:film_plastique:4207:28299746,28149750:film_plastique:4207:2829959'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.8346470632847588, 'nb_photo': 2411, 'list_port_cont': '28054458,28054529,28054642,28081971,28082066,28085552,28087590,28135995,28139631,28139793,28139967,28140207,28141665,28142609,28144033,28148449,28149190,28149870,28150024,28150346,28150729,28150985,28151109,28151363,28151579,28151745,28152362,28157475,28163316,28169299,28169344,28174606,28177697,28181430,28182753,28185871,28185982,28192716,28192762,28192944,28193110,28193260,28194039,28197882,28200936,28205449,28208268,28212800,28214213,28216039,28220028,28221944,28224386,28226746,28229909,28233024,28235848,28248977,28249157,28249338,28249511,28249725,28250910,28252854,28261375,28263735,28276406,28278380,28293483,28309919,28309989,28311018,28311205,28311809,28313040,28313377,28314113,28314965,28315249,28315552,28315738,28316116,28316769,28317851,28324629,28325422,28347644,28347784,28347873,28350882,28351026,28351156,28375681,28375855,28377450,28379955,28385776,28391537,28394677,28397966,28403572,28407279,28413846,28423620,28423716,28423820,28477331,28477502,28477771,28477973,28478402,28482354,28483427,2848360', 'assoc_port': '28054293:28054642,28054311:28054529,28054341:28054458,28081687:28082066,28081717:28081971,28083932:28135995,28085384:28085552,28087377:28087590,28138760:28139967,28138796:28139793,28138890:28139631,28138949:28142609,28139935:28140207,28141502:28141665,28143810:28144033,28147732:28151745,28147743:28148449,28147808:28151579,28147855:28151363,28147918:28151109,28147927:28150985,28148043:28150729,28148057:28150346,28148087:28149870,28148150:28149190,28149746:28150024,28152166:28152362,28157332:28157475,28162938:28163316,28168971:28169299,28169062:28169344,28174214:28174606,28177407:28177697,28181340:28181430,28182614:28182753,28185520:28185982,28185557:28185871,28192275:28193260,28192331:28193110,28192428:28192944,28192442:28192762,28192477:28192716,28193668:28194039,28197668:28197882,28200553:28200936,28205006:28205449,28208178:28208268,28212551:28212800,28214026:28214213,28215550:28216039,28219774:28220028,28221747:28221944,28224165:28224386,28226524:28226746,28229730:28229909,28232655:28233024,28235522:2823584', 'assoc_mat': '28054293:film_plastique:4461:28054642,28054311:film_plastique:4461:28054529,28054341:film_plastique:4461:28054458,28081687:film_plastique:4461:28082066,28081717:film_plastique:4461:28081971,28083932:film_plastique:4461:28135995,28085384:film_plastique:4461:28085552,28087377:film_plastique:4461:28087590,28138760:film_plastique:4461:28139967,28138796:film_plastique:4461:28139793,28138890:film_plastique:4461:28139631,28138949:film_plastique:4461:28142609,28139935:film_plastique:4461:28140207,28141502:film_plastique:4461:28141665,28143810:film_plastique:4461:28144033,28147732:film_plastique:4461:28151745,28147743:film_plastique:4461:28148449,28147808:film_plastique:4461:28151579,28147855:film_plastique:4461:28151363,28147918:film_plastique:4461:28151109,28147927:film_plastique:4461:28150985,28148043:film_plastique:4461:28150729,28148057:film_plastique:4461:28150346,28148087:film_plastique:4461:28149870,28148150:film_plastique:4461:28149190,28149746:film_plastique:4461:28150024,28152166:film_plastique:4461:2815236'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.03849018613167888, 'nb_photo': 1690, 'list_port_cont': '28054566,28054712,28054981,28063354,28063401,28082979,28084343,28084852,28087967,28162684,28170755,28172988,28182386,28183528,28185190,28185271,28185818,28186693,28198690,28205345,28209052,28209346,28215711,28220840,28227917,28244944,28252211,28256572,28265284,28275014,28283021,28283274,28283297,28283832,28285329,28289023,28289181,28291152,28291562,28293259,28295169,28297421,28298179,28300474,28302868,28316870,28322817,28322940,28323474,28324262,28324706,28325008,28327203,28330628,28347741,28347964,28348015,28348189,28348308,28348444,28348477,28348695,28348828,28349026,28349614,28349692,28349936,28351308,28351807,28351905,28352152,28352567,28354751,28355326,28355670,28356137,28357941,28358320,28359024,28359181,28361457,28361858,28363265,28375627,28378699,28378910,28381353,28385032,28387834,28393372,28398823,28400801,28404126,28404877,28407583,28417514,28417552,28423781,28424034,28424195,28480395,28481342,28481751,28481881,28482053,28482199,28482513,28483583,28483761,28484197,28486133,28486654,28486713,2848679', 'assoc_port': '28054304:28054981,28054306:28063401,28054338:28054712,28054346:28054566,28054359:28063354,28081703:28082979,28082632:28084343,28083930:28084852,28086967:28087967,28138800:28283021,28138899:28283274,28138914:28283297,28140142:28283832,28142059:28285329,28146540:28289181,28146544:28289023,28147702:28658484,28147734:28659003,28147749:28659693,28147848:28674602,28147895:28660804,28147923:28661773,28148021:28663209,28148052:28663453,28148100:28291152,28148147:28291562,28151574:28293259,28155279:28298179,28162367:28162684,28166078:28170755,28172513:28185271,28172690:28172988,28177686:28185190,28182141:28182386,28183336:28183528,28185548:28185818,28186634:28186693,28192273:28322817,28192314:28322940,28192363:28323474,28192432:28324262,28192436:28324706,28192449:28325008,28193436:28327203,28195137:28330628,28198477:28198690,28205034:28205345,28208176:28209052,28209316:28209346,28215375:28215711,28219780:28220840,28221746:28347964,28224401:28348308,28226174:28227917,28230175:28348477,28235508:28244944,28248516:2834869', 'assoc_mat': '28054304:film_plastique:4200:28054981,28054306:film_plastique:4200:28063401,28054338:film_plastique:4200:28054712,28054346:film_plastique:4200:28054566,28054359:film_plastique:4200:28063354,28081703:film_plastique:4200:28082979,28082632:film_plastique:4200:28084343,28083930:film_plastique:4200:28084852,28086967:film_plastique:4200:28087967,28138800:film_plastique:4200:28283021,28138899:film_plastique:4200:28283274,28138914:film_plastique:4200:28283297,28140142:film_plastique:4200:28283832,28142059:film_plastique:4200:28285329,28146540:film_plastique:4200:28289181,28146544:film_plastique:4200:28289023,28147702:film_plastique:4200:28658484,28147734:film_plastique:4200:28659003,28147749:film_plastique:4200:28659693,28147848:film_plastique:4200:28674602,28147895:film_plastique:4200:28660804,28147923:film_plastique:4200:28661773,28148021:film_plastique:4200:28663209,28148052:film_plastique:4200:28663453,28148100:film_plastique:4200:28291152,28148147:film_plastique:4200:28291562,28151574:film_plastique:4200:2829325'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.013912355938175197, 'nb_photo': 24, 'list_port_cont': '28148518,28249115,28392795,28410664,28483679,28521466,28527355,28605082,28631362,28674094,28686000,28740151,28740224,28772616', 'assoc_port': '28147704:28148518,28248602:28249115,28392310:28392795,28410594:28410664,28483020:28483679,28521111:28521466,28527263:28527355,28604954:28605082,28631173:28631362,28667193:28686000,28673945:28674094,28739611:28740224,28739768:28740151,28772020:28772616', 'assoc_mat': '28147704:film_plastique:4209:28148518,28248602:film_plastique:4209:28249115,28392310:film_plastique:4209:28392795,28410594:film_plastique:4209:28410664,28483020:film_plastique:4209:28483679,28521111:film_plastique:4209:28521466,28527263:film_plastique:4209:28527355,28604954:film_plastique:4209:28605082,28631173:film_plastique:4209:28631362,28667193:film_plastique:4209:28686000,28673945:film_plastique:4209:28674094,28739611:film_plastique:4209:28740224,28739768:film_plastique:4209:28740151,28772020:film_plastique:4209:28772616'}, {'unwanted_material': 'film_plastique', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.006516845659981016, 'nb_photo': 197, 'list_port_cont': '28072743,28188421,28217481,28219852,28229785,28246533,28256353,28266297,28272508,28276899,28282091,28282673,28290380,28293609,28295294,28302225,28303876,28316525,28332226,28332388,28338559,28339098,28342357,28344835,28346198,28346543,28347729,28347944,28348370,28348782,28349164,28351758,28351981,28358223,28358638,28358991,28385200,28389536,28396058,28398487,28405877,28411862,28479170,28484857,28486048,28487009,28487801,28493402,28494379,28501886,28519109,28520881,28525648,28528038,28531547,28531747,28562420,28562752,28563897,28566371,28569025,28569134,28570483,28570771,28571189,28571860,28573200,28593398,28593984,28599157,28603090,28609676,28619953,28621877,28625884,28645182,28649254,28657372,28658127,28658528,28659078,28663736,28666579,28672781,28678162,28684016,28740483,28740867,28741381,28742349,28742545,28744261,28744472,28747537,28748516,28750916,28751791,28752559,28752793,28753990,28760899,28769062,28773501,28774746,28775935,28776506', 'assoc_port': '28054355:28072743,28083965:28658127,28138778:28282673,28147705:28658528,28147746:28659078,28148045:28657372,28148060:28290380,28153696:28332226,28166022:28339098,28169021:28188421,28176338:28338559,28181681:28332388,28193451:28342357,28197670:28346543,28204990:28344835,28212552:28347729,28215373:28346198,28217135:28217481,28219788:28219852,28225385:28246533,28229732:28229785,28248532:28348782,28248586:28349164,28250722:28256353,28266158:28266297,28272454:28272508,28276812:28276899,28281593:28282091,28293136:28358223,28293205:28358638,28293211:28358991,28293272:28293609,28295276:28295294,28302175:28302225,28303815:28303876,28316468:28316525,28347518:28348370,28347536:28347944,28350619:28351981,28350634:28351758,28385146:28385200,28389459:28389536,28394976:28396058,28398370:28398487,28405816:28405877,28411777:28411862,28477838:28479170,28482956:28486048,28482968:28487009,28483030:28493402,28483050:28494379,28483090:28484857,28487681:28487801,28490153:28501886,28515972:28519109,28516130:28520881,28523783:2853154', 'assoc_mat': '28054355:film_plastique:4207:28072743,28083965:film_plastique:4207:28658127,28138778:film_plastique:4207:28282673,28147705:film_plastique:4207:28658528,28147746:film_plastique:4207:28659078,28148045:film_plastique:4207:28657372,28148060:film_plastique:4207:28290380,28153696:film_plastique:4207:28332226,28166022:film_plastique:4207:28339098,28169021:film_plastique:4207:28188421,28176338:film_plastique:4207:28338559,28181681:film_plastique:4207:28332388,28193451:film_plastique:4207:28342357,28197670:film_plastique:4207:28346543,28204990:film_plastique:4207:28344835,28212552:film_plastique:4207:28347729,28215373:film_plastique:4207:28346198,28217135:film_plastique:4207:28217481,28219788:film_plastique:4207:28219852,28225385:film_plastique:4207:28246533,28229732:film_plastique:4207:28229785,28248532:film_plastique:4207:28348782,28248586:film_plastique:4207:28349164,28250722:film_plastique:4207:28256353,28266158:film_plastique:4207:28266297,28272454:film_plastique:4207:28272508,28276812:film_plastique:4207:2827689'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0027976574190540057, 'nb_photo': 1971, 'list_port_cont': '28054500,28054759,28054824,28082489,28082758,28083593,28086419,28088225,28139387,28139881,28140318,28141428,28141778,28142146,28143119,28148380,28151953,28153802,28154238,28154547,28154673,28154979,28155837,28156292,28156630,28156970,28157385,28157876,28162624,28169611,28169812,28170302,28173110,28174486,28178437,28179865,28182302,28185842,28192831,28193396,28193741,28194230,28194533,28194922,28195418,28198091,28203115,28208328,28208863,28209389,28212834,28213410,28217683,28220198,28222260,28222863,28226375,28229373,28232446,28235964,28248840,28249300,28249892,28250840,28251006,28251237,28252998,28254069,28261947,28263306,28267893,28271645,28300346,28304985,28309896,28312702,28317171,28319176,28319908,28321606,28324233,28324872,28325203,28326715,28328302,28328747,28331974,28332614,28333962,28338827,28339578,28347698,28347996,28348137,28348284,28350851,28351096,28351378,28351780,28351955,28375907,28376308,28377591,28379108,28380670,28386267,28389611,28393268,28396609,28399799,28405023,28409774,28413136,2841727', 'assoc_port': '28054301:28054824,28054312:28054759,28054348:28054500,28081689:28082489,28082630:28083593,28082633:28082758,28086078:28086419,28088094:28088225,28138745:28142146,28138762:28141778,28138797:28141428,28138892:28140318,28138917:28139881,28138952:28139387,28140144:28157876,28142910:28143119,28146549:28157385,28147731:28156970,28147739:28156630,28147804:28156292,28147914:28155837,28147925:28154979,28147960:28154673,28148050:28154238,28148081:28153802,28148117:28148380,28151577:28151953,28154342:28154547,28162368:28162624,28169022:28170302,28169061:28169812,28169298:28169611,28172688:28173110,28174216:28174486,28178032:28178437,28179674:28179865,28182143:28182302,28185550:28185842,28192304:28194922,28192317:28194533,28192401:28194230,28192438:28193396,28192450:28192831,28193434:28193741,28195134:28195418,28197675:28198091,28202854:28203115,28208177:28208863,28208183:28208328,28209315:28209389,28212571:28212834,28213224:28213410,28217122:28217683,28219791:28220198,28221749:28222260,28222677:28222863,28226175:2822637', 'assoc_mat': '28054301:film_plastique:4211:28054824,28054312:film_plastique:4211:28054759,28054348:film_plastique:4211:28054500,28081689:film_plastique:4211:28082489,28082630:film_plastique:4211:28083593,28082633:film_plastique:4211:28082758,28086078:film_plastique:4211:28086419,28088094:film_plastique:4211:28088225,28138745:film_plastique:4211:28142146,28138762:film_plastique:4211:28141778,28138797:film_plastique:4211:28141428,28138892:film_plastique:4211:28140318,28138917:film_plastique:4211:28139881,28138952:film_plastique:4211:28139387,28140144:film_plastique:4211:28157876,28142910:film_plastique:4211:28143119,28146549:film_plastique:4211:28157385,28147731:film_plastique:4211:28156970,28147739:film_plastique:4211:28156630,28147804:film_plastique:4211:28156292,28147914:film_plastique:4211:28155837,28147925:film_plastique:4211:28154979,28147960:film_plastique:4211:28154673,28148050:film_plastique:4211:28154238,28148081:film_plastique:4211:28153802,28148117:film_plastique:4211:28148380,28151577:film_plastique:4211:2815195'}, {'unwanted_material': 'kraft', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0021784059413933994, 'nb_photo': 1, 'list_port_cont': '28481123', 'assoc_port': '28481009:28481123', 'assoc_mat': '28481009:kraft:4203:28481123'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00461671195693595, 'nb_photo': 30, 'list_port_cont': '28084442,28266012,28273219,28294143,28294739,28328343,28340998,28346053,28347366,28348915,28348998,28386397,28480952,28489774,28531666,28567033,28570434,28594550,28615250,28644490,28646199,28651687,28660047,28739272,28746634,28750339,28775499,28775864', 'assoc_port': '28083934:28084442,28138876:28294739,28148048:28651687,28151575:28328343,28192380:28340998,28194730:28347366,28215371:28346053,28248561:28348915,28248583:28348998,28265882:28266012,28273160:28273219,28293253:28294143,28386376:28386397,28477068:28480952,28489703:28489774,28523843:28531666,28565654:28567033,28570405:28570434,28592010:28594550,28615174:28615250,28644433:28644490,28645220:28646199,28659981:28660047,28739036:28739272,28739494:28746634,28739613:28750339,28772053:28775864,28772062:28775499', 'assoc_mat': '28083934:kraft:4207:28084442,28138876:kraft:4207:28294739,28148048:kraft:4207:28651687,28151575:kraft:4207:28328343,28192380:kraft:4207:28340998,28194730:kraft:4207:28347366,28215371:kraft:4207:28346053,28248561:kraft:4207:28348915,28248583:kraft:4207:28348998,28265882:kraft:4207:28266012,28273160:kraft:4207:28273219,28293253:kraft:4207:28294143,28386376:kraft:4207:28386397,28477068:kraft:4207:28480952,28489703:kraft:4207:28489774,28523843:kraft:4207:28531666,28565654:kraft:4207:28567033,28570405:kraft:4207:28570434,28592010:kraft:4207:28594550,28615174:kraft:4207:28615250,28644433:kraft:4207:28644490,28645220:kraft:4207:28646199,28659981:kraft:4207:28660047,28739036:kraft:4207:28739272,28739494:kraft:4207:28746634,28739613:kraft:4207:28750339,28772053:kraft:4207:28775864,28772062:kraft:4207:28775499'}, {'unwanted_material': 'kraft', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.0034660023256037607, 'nb_photo': 7, 'list_port_cont': '28186698,28349623,28407595,28531929,28566761,28674603,28750372', 'assoc_port': '28147848:28674603,28186634:28186698,28248622:28349623,28407313:28407595,28526250:28531929,28565696:28566761,28739612:28750372', 'assoc_mat': '28147848:kraft:4200:28674603,28186634:kraft:4200:28186698,28248622:kraft:4200:28349623,28407313:kraft:4200:28407595,28526250:kraft:4200:28531929,28565696:kraft:4200:28566761,28739612:kraft:4200:28750372'}, {'unwanted_material': 'kraft', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.003939677601175126, 'nb_photo': 3, 'list_port_cont': '28674087,28740157,28772310', 'assoc_port': '28673945:28674087,28739768:28740157,28772043:28772310', 'assoc_mat': '28673945:kraft:4209:28674087,28739768:kraft:4209:28740157,28772043:kraft:4209:28772310'}, {'unwanted_material': 'kraft', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.005519795142580641, 'nb_photo': 7, 'list_port_cont': '28262112,28358624,28398498,28562754,28651645,28660255,28744466', 'assoc_port': '28147852:28660255,28262050:28262112,28293205:28358624,28398370:28398498,28561942:28562754,28651631:28651645,28739475:28744466', 'assoc_mat': '28147852:kraft:4207:28660255,28262050:kraft:4207:28262112,28293205:kraft:4207:28358624,28398370:kraft:4207:28398498,28561942:kraft:4207:28562754,28651631:kraft:4207:28651645,28739475:kraft:4207:28744466'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0005173264456042933, 'nb_photo': 24, 'list_port_cont': '28082481,28169599,28195428,28248850,28331971,28351770,28396611,28490572,28527515,28566332,28568374,28569401,28597067,28610284,28636200,28645696,28656225,28680820,28741298,28742133,28747209,28772205,28774796', 'assoc_port': '28081689:28082481,28169298:28169599,28195134:28195428,28248682:28248850,28281577:28331971,28350635:28351770,28396403:28396611,28490342:28490572,28523799:28527515,28565503:28568374,28565693:28566332,28569298:28569401,28596839:28597067,28610164:28610284,28628060:28636200,28645219:28645696,28653763:28656225,28680559:28680820,28739002:28747209,28739710:28742133,28739806:28741298,28772014:28774796,28772084:28772205', 'assoc_mat': '28081689:kraft:4211:28082481,28169298:kraft:4211:28169599,28195134:kraft:4211:28195428,28248682:kraft:4211:28248850,28281577:kraft:4211:28331971,28350635:kraft:4211:28351770,28396403:kraft:4211:28396611,28490342:kraft:4211:28490572,28523799:kraft:4211:28527515,28565503:kraft:4211:28568374,28565693:kraft:4211:28566332,28569298:kraft:4211:28569401,28596839:kraft:4211:28597067,28610164:kraft:4211:28610284,28628060:kraft:4211:28636200,28645219:kraft:4211:28645696,28653763:kraft:4211:28656225,28680559:kraft:4211:28680820,28739002:kraft:4211:28747209,28739710:kraft:4211:28742133,28739806:kraft:4211:28741298,28772014:kraft:4211:28774796,28772084:kraft:4211:28772205'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9529453279445368, 'nb_photo': 13, 'list_port_cont': '28054441,28302665,28348332,28349280,28355371,28362754,28480727,28597110,28649100,28658218,28752695', 'assoc_port': '28054350:28054441,28147700:28658218,28228988:28348332,28248588:28349280,28276018:28355371,28302556:28302665,28319453:28362754,28477030:28480727,28593919:28597110,28644305:28649100,28739777:28752695', 'assoc_mat': '28054350:metal:4205:28054441,28147700:metal:4205:28658218,28228988:metal:4205:28348332,28248588:metal:4205:28349280,28276018:metal:4205:28355371,28302556:metal:4205:28302665,28319453:metal:4205:28362754,28477030:metal:4205:28480727,28593919:metal:4205:28597110,28644305:metal:4205:28649100,28739777:metal:4205:28752695'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.011410551554383268, 'nb_photo': 85, 'list_port_cont': '28085105,28181273,28185423,28208297,28249054,28283814,28291623,28293664,28347180,28348532,28351701,28352886,28356191,28361773,28378621,28387871,28407668,28423886,28481133,28481214,28486242,28521682,28562552,28567929,28570928,28572738,28597926,28631999,28661305,28662682,28689915,28741168,28742609,28747573,28751883,28772244,28776264', 'assoc_port': '28083963:28085105,28139937:28283814,28147910:28661305,28148151:28291623,28161015:28185423,28181031:28181273,28202894:28208297,28219777:28347180,28232930:28348532,28248631:28249054,28264555:28352886,28281591:28356191,28293296:28293664,28309155:28361773,28350678:28351701,28375471:28378621,28387626:28387871,28406249:28407668,28423462:28423886,28477032:28481214,28481009:28481133,28483071:28486242,28516161:28521682,28561952:28562552,28565488:28570928,28565648:28567929,28572580:28572738,28597768:28597926,28631178:28631999,28662425:28662682,28677995:28689915,28738999:28741168,28739509:28747573,28739629:28751883,28739809:28742609,28772034:28776264,28772086:28772244', 'assoc_mat': '28083963:metal:4203:28085105,28139937:metal:4203:28283814,28147910:metal:4203:28661305,28148151:metal:4203:28291623,28161015:metal:4203:28185423,28181031:metal:4203:28181273,28202894:metal:4203:28208297,28219777:metal:4203:28347180,28232930:metal:4203:28348532,28248631:metal:4203:28249054,28264555:metal:4203:28352886,28281591:metal:4203:28356191,28293296:metal:4203:28293664,28309155:metal:4203:28361773,28350678:metal:4203:28351701,28375471:metal:4203:28378621,28387626:metal:4203:28387871,28406249:metal:4203:28407668,28423462:metal:4203:28423886,28477032:metal:4203:28481214,28481009:metal:4203:28481133,28483071:metal:4203:28486242,28516161:metal:4203:28521682,28561952:metal:4203:28562552,28565488:metal:4203:28570928,28565648:metal:4203:28567929,28572580:metal:4203:28572738,28597768:metal:4203:28597926,28631178:metal:4203:28631999,28662425:metal:4203:28662682,28677995:metal:4203:28689915,28738999:metal:4203:28741168,28739509:metal:4203:28747573,28739629:metal:4203:28751883,28739809:metal:4203:28742609,28772034:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.008247138351331028, 'nb_photo': 30, 'list_port_cont': '28090662,28265997,28292506,28293428,28295151,28295883,28308233,28336100,28348381,28375662,28377490,28391943,28491339,28493188,28564440,28571725,28609346,28613519,28661924,28662414,28668694,28683567,28741151,28741599,28772137,28775506', 'assoc_port': '28081688:28090662,28138954:28292506,28139933:28293428,28144246:28295883,28147924:28661924,28147989:28662414,28174833:28336100,28265882:28265997,28294982:28295151,28308222:28308233,28347510:28348381,28375495:28375662,28377306:28377490,28391784:28391943,28491140:28491339,28493048:28493188,28564396:28564440,28565521:28571725,28609277:28609346,28613445:28613519,28668491:28668694,28683493:28683567,28739001:28741151,28739033:28741599,28772062:28775506,28772085:28772137', 'assoc_mat': '28081688:metal:4207:28090662,28138954:metal:4207:28292506,28139933:metal:4207:28293428,28144246:metal:4207:28295883,28147924:metal:4207:28661924,28147989:metal:4207:28662414,28174833:metal:4207:28336100,28265882:metal:4207:28265997,28294982:metal:4207:28295151,28308222:metal:4207:28308233,28347510:metal:4207:28348381,28375495:metal:4207:28375662,28377306:metal:4207:28377490,28391784:metal:4207:28391943,28491140:metal:4207:28491339,28493048:metal:4207:28493188,28564396:metal:4207:28564440,28565521:metal:4207:28571725,28609277:metal:4207:28609346,28613445:metal:4207:28613519,28668491:metal:4207:28668694,28683493:metal:4207:28683567,28739001:metal:4207:28741151,28739033:metal:4207:28741599,28772062:metal:4207:28775506,28772085:metal:4207:28772137'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.027551391868789438, 'nb_photo': 24, 'list_port_cont': '28151585,28214216,28229913,28248988,28249519,28252839,28263741,28311212,28324620,28325415,28423630,28478398,28483884,28484615,28517411,28524302,28565306,28572878,28675144,28683809,28740672,28742370,28772605', 'assoc_port': '28147808:28151585,28214026:28214216,28229730:28229913,28248579:28249519,28248665:28248988,28252625:28252839,28263454:28263741,28293139:28325415,28299552:28311212,28320702:28324620,28423460:28423630,28478171:28478398,28483034:28484615,28483168:28483884,28517195:28517411,28523875:28524302,28565155:28565306,28572812:28572878,28674871:28675144,28683462:28683809,28739484:28742370,28739792:28740672,28772060:28772605', 'assoc_mat': '28147808:metal:4461:28151585,28214026:metal:4461:28214216,28229730:metal:4461:28229913,28248579:metal:4461:28249519,28248665:metal:4461:28248988,28252625:metal:4461:28252839,28263454:metal:4461:28263741,28293139:metal:4461:28325415,28299552:metal:4461:28311212,28320702:metal:4461:28324620,28423460:metal:4461:28423630,28478171:metal:4461:28478398,28483034:metal:4461:28484615,28483168:metal:4461:28483884,28517195:metal:4461:28517411,28523875:metal:4461:28524302,28565155:metal:4461:28565306,28572812:metal:4461:28572878,28674871:metal:4461:28675144,28683462:metal:4461:28683809,28739484:metal:4461:28742370,28739792:metal:4461:28740672,28772060:metal:4461:28772605'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.1737953382107921, 'nb_photo': 307, 'list_port_cont': '28054697,28054980,28063404,28082978,28084342,28084850,28162662,28170752,28185199,28185270,28185832,28186699,28198676,28205352,28209037,28209335,28215704,28220844,28227912,28244951,28252217,28265296,28275016,28283018,28283270,28283841,28285318,28289025,28289173,28291150,28291557,28295172,28297407,28298195,28300487,28302873,28322823,28322936,28324269,28324717,28325014,28327195,28348013,28348204,28348478,28348698,28348829,28349020,28349621,28351303,28351805,28351895,28352141,28354739,28355339,28355660,28356134,28358319,28359178,28361458,28361843,28363257,28375620,28378703,28378915,28381365,28385025,28387828,28393367,28400808,28404875,28417557,28423785,28424046,28424201,28480386,28481754,28481895,28482193,28482521,28483765,28484201,28484663,28486131,28486660,28486727,28488293,28494237,28494739,28496943,28501336,28503420,28518896,28520910,28521585,28522542,28524458,28531633,28531806,28533142,28535197,28562481,28562596,28563107,28565027,28567146,28567965,28570323,28571099,28571690,28572366,28572690,28595199,2859781', 'assoc_port': '28054304:28054980,28054306:28063404,28054338:28054697,28081703:28082978,28082632:28084342,28083930:28084850,28138800:28283018,28138899:28283270,28140142:28283841,28142059:28285318,28146540:28289173,28146544:28289025,28147702:28658488,28147734:28659011,28147749:28659689,28147848:28674598,28147895:28660807,28148021:28663201,28148052:28663451,28148100:28291150,28148147:28291557,28155279:28298195,28162367:28162662,28166078:28170752,28172513:28185270,28177686:28185199,28185548:28185832,28186634:28186699,28192273:28322823,28192314:28322936,28192432:28324269,28192436:28324717,28192449:28325014,28193436:28327195,28198477:28198676,28205034:28205352,28208176:28209037,28209316:28209335,28215375:28215704,28219780:28220844,28226174:28227912,28230175:28348478,28235508:28244951,28248516:28348698,28248533:28348829,28248578:28349020,28248622:28349621,28251921:28252217,28265164:28265296,28271480:28354739,28274063:28355339,28274959:28275016,28277632:28355660,28281556:28356134,28293142:28358319,28293290:28359178,28294995:2829517', 'assoc_mat': '28054304:metal:4200:28054980,28054306:metal:4200:28063404,28054338:metal:4200:28054697,28081703:metal:4200:28082978,28082632:metal:4200:28084342,28083930:metal:4200:28084850,28138800:metal:4200:28283018,28138899:metal:4200:28283270,28140142:metal:4200:28283841,28142059:metal:4200:28285318,28146540:metal:4200:28289173,28146544:metal:4200:28289025,28147702:metal:4200:28658488,28147734:metal:4200:28659011,28147749:metal:4200:28659689,28147848:metal:4200:28674598,28147895:metal:4200:28660807,28148021:metal:4200:28663201,28148052:metal:4200:28663451,28148100:metal:4200:28291150,28148147:metal:4200:28291557,28155279:metal:4200:28298195,28162367:metal:4200:28162662,28166078:metal:4200:28170752,28172513:metal:4200:28185270,28177686:metal:4200:28185199,28185548:metal:4200:28185832,28186634:metal:4200:28186699,28192273:metal:4200:28322823,28192314:metal:4200:28322936,28192432:metal:4200:28324269,28192436:metal:4200:28324717,28192449:metal:4200:28325014,28193436:metal:4200:28327195,28198477:metal:4200:28198676,28205034:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0025886033198516127, 'nb_photo': 5, 'list_port_cont': '28521471,28524160,28740150,28772314,28772629', 'assoc_port': '28521111:28521471,28523868:28524160,28739768:28740150,28772020:28772629,28772043:28772314', 'assoc_mat': '28521111:metal:4209:28521471,28523868:metal:4209:28524160,28739768:metal:4209:28740150,28772020:metal:4209:28772629,28772043:metal:4209:28772314'}, {'unwanted_material': 'metal', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.008208072302898972, 'nb_photo': 12, 'list_port_cont': '28272507,28295291,28299433,28316532,28339371,28351262,28351989,28480840,28569026,28672783,28742557,28751784', 'assoc_port': '28149748:28299433,28160203:28339371,28272454:28272507,28295276:28295291,28316468:28316532,28350619:28351989,28350682:28351262,28477034:28480840,28568982:28569026,28672655:28672783,28739630:28751784,28739810:28742557', 'assoc_mat': '28149748:metal:4207:28299433,28160203:metal:4207:28339371,28272454:metal:4207:28272507,28295276:metal:4207:28295291,28316468:metal:4207:28316532,28350619:metal:4207:28351989,28350682:metal:4207:28351262,28477034:metal:4207:28480840,28568982:metal:4207:28569026,28672655:metal:4207:28672783,28739630:metal:4207:28751784,28739810:metal:4207:28742557'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.008315150897297981, 'nb_photo': 475, 'list_port_cont': '28054488,28054762,28082490,28082761,28083607,28086408,28088231,28139388,28139876,28140331,28141423,28141771,28142160,28148381,28153792,28154248,28154545,28154669,28154968,28156295,28156627,28157372,28162620,28170310,28173113,28174493,28179861,28182300,28185836,28192835,28193394,28193746,28194535,28194933,28195413,28198096,28203119,28208331,28208877,28209395,28212831,28213407,28217682,28220187,28222267,28222858,28226372,28229367,28232435,28248846,28249304,28249896,28250842,28251014,28251251,28252991,28254072,28261957,28263303,28271624,28300340,28304997,28312685,28317172,28319168,28319921,28321610,28324248,28325210,28328301,28328732,28331975,28332620,28333955,28338825,28347688,28348146,28350863,28351098,28351386,28351785,28351960,28376287,28379111,28380642,28386264,28389614,28393276,28396619,28399806,28405028,28409768,28417268,28423607,28423675,28424095,28477431,28479287,28479466,28480363,28482111,28483386,28483693,28484006,28484075,28484383,28484796,28484999,28485328,28485830,28486059,28486192,28486361,2848650', 'assoc_port': '28054312:28054762,28054348:28054488,28081689:28082490,28082630:28083607,28082633:28082761,28086078:28086408,28088094:28088231,28138745:28142160,28138762:28141771,28138797:28141423,28138892:28140331,28138917:28139876,28138952:28139388,28146549:28157372,28147739:28156627,28147804:28156295,28147925:28154968,28147960:28154669,28148050:28154248,28148081:28153792,28148117:28148381,28154342:28154545,28162368:28162620,28169022:28170310,28172688:28173113,28174216:28174493,28179674:28179861,28182143:28182300,28185550:28185836,28192304:28194933,28192317:28194535,28192438:28193394,28192450:28192835,28193434:28193746,28195134:28195413,28197675:28198096,28202854:28203119,28208177:28208877,28208183:28208331,28209315:28209395,28212571:28212831,28213224:28213407,28217122:28217682,28219791:28220187,28221749:28222267,28222677:28222858,28226175:28226372,28229013:28229367,28232241:28232435,28248539:28252991,28248581:28251251,28248624:28251014,28248664:28249896,28248669:28249304,28248682:28248846,28250731:28250842,28253420:2825407', 'assoc_mat': '28054312:metal:4211:28054762,28054348:metal:4211:28054488,28081689:metal:4211:28082490,28082630:metal:4211:28083607,28082633:metal:4211:28082761,28086078:metal:4211:28086408,28088094:metal:4211:28088231,28138745:metal:4211:28142160,28138762:metal:4211:28141771,28138797:metal:4211:28141423,28138892:metal:4211:28140331,28138917:metal:4211:28139876,28138952:metal:4211:28139388,28146549:metal:4211:28157372,28147739:metal:4211:28156627,28147804:metal:4211:28156295,28147925:metal:4211:28154968,28147960:metal:4211:28154669,28148050:metal:4211:28154248,28148081:metal:4211:28153792,28148117:metal:4211:28148381,28154342:metal:4211:28154545,28162368:metal:4211:28162620,28169022:metal:4211:28170310,28172688:metal:4211:28173113,28174216:metal:4211:28174493,28179674:metal:4211:28179861,28182143:metal:4211:28182300,28185550:metal:4211:28185836,28192304:metal:4211:28194933,28192317:metal:4211:28194535,28192438:metal:4211:28193394,28192450:metal:4211:28192835,28193434:metal:4211:28193746,28195134:metal:4211:28195413,28197675:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0035171867512545675, 'nb_photo': 12, 'list_port_cont': '28082118,28085406,28175838,28212953,28249605,28250134,28318707,28562398,28682179,28745311,28773628', 'assoc_port': '28081718:28082118,28084834:28085406,28175403:28175838,28212547:28212953,28248530:28250134,28248627:28249605,28293145:28318707,28561955:28562398,28671807:28682179,28739531:28745311,28772031:28773628', 'assoc_mat': '28081718:metal:3327:28082118,28084834:metal:3327:28085406,28175403:metal:3327:28175838,28212547:metal:3327:28212953,28248530:metal:3327:28250134,28248627:metal:3327:28249605,28293145:metal:3327:28318707,28561955:metal:3327:28562398,28671807:metal:3327:28682179,28739531:metal:3327:28745311,28772031:metal:3327:28773628'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.022292259956406556, 'nb_photo': 505, 'list_port_cont': '28054443,28147124,28291048,28302650,28323465,28324507,28348334,28349284,28355378,28362751,28381779,28392287,28480726,28482711,28487591,28518458,28572418,28596678,28597111,28649092,28658223,28677449,28752699,28776793', 'assoc_port': '28054350:28054443,28146918:28147124,28147700:28658223,28148146:28291048,28192388:28323465,28192440:28324507,28228988:28348334,28248588:28349284,28276018:28355378,28302556:28302650,28319453:28362751,28381739:28381779,28390850:28392287,28477030:28480726,28482696:28482711,28482976:28487591,28515941:28518458,28565645:28572418,28593916:28596678,28593919:28597111,28644305:28649092,28677396:28677449,28739777:28752699,28772058:28776793', 'assoc_mat': '28054350:papier:4205:28054443,28146918:papier:4205:28147124,28147700:papier:4205:28658223,28148146:papier:4205:28291048,28192388:papier:4205:28323465,28192440:papier:4205:28324507,28228988:papier:4205:28348334,28248588:papier:4205:28349284,28276018:papier:4205:28355378,28302556:papier:4205:28302650,28319453:papier:4205:28362751,28381739:papier:4205:28381779,28390850:papier:4205:28392287,28477030:papier:4205:28480726,28482696:papier:4205:28482711,28482976:papier:4205:28487591,28515941:papier:4205:28518458,28565645:papier:4205:28572418,28593916:papier:4205:28596678,28593919:papier:4205:28597111,28644305:papier:4205:28649092,28677396:papier:4205:28677449,28739777:papier:4205:28752699,28772058:papier:4205:28776793'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.07524672084537724, 'nb_photo': 2742, 'list_port_cont': '28085109,28181284,28185427,28208300,28249048,28283800,28291631,28293662,28324002,28347184,28348530,28351705,28352884,28356189,28361772,28378615,28387883,28407676,28423878,28481131,28481212,28486243,28521670,28531737,28562555,28567926,28570931,28572743,28597921,28616876,28632007,28651670,28661304,28662690,28689919,28741174,28742613,28747586,28751880,28772255,28776268', 'assoc_port': '28083963:28085109,28139937:28283800,28147910:28661304,28148151:28291631,28161015:28185427,28181031:28181284,28192430:28324002,28202894:28208300,28219777:28347184,28232930:28348530,28248631:28249048,28264555:28352884,28281591:28356189,28293296:28293662,28309155:28361772,28350678:28351705,28375471:28378615,28387626:28387883,28406249:28407676,28423462:28423878,28477032:28481212,28481009:28481131,28483071:28486243,28516161:28521670,28523862:28531737,28561952:28562555,28565488:28570931,28565648:28567926,28572580:28572743,28597768:28597921,28614716:28616876,28631178:28632007,28645222:28651670,28662425:28662690,28677995:28689919,28738999:28741174,28739509:28747586,28739629:28751880,28739809:28742613,28772034:28776268,28772086:28772255', 'assoc_mat': '28083963:papier:4203:28085109,28139937:papier:4203:28283800,28147910:papier:4203:28661304,28148151:papier:4203:28291631,28161015:papier:4203:28185427,28181031:papier:4203:28181284,28192430:papier:4203:28324002,28202894:papier:4203:28208300,28219777:papier:4203:28347184,28232930:papier:4203:28348530,28248631:papier:4203:28249048,28264555:papier:4203:28352884,28281591:papier:4203:28356189,28293296:papier:4203:28293662,28309155:papier:4203:28361772,28350678:papier:4203:28351705,28375471:papier:4203:28378615,28387626:papier:4203:28387883,28406249:papier:4203:28407676,28423462:papier:4203:28423878,28477032:papier:4203:28481212,28481009:papier:4203:28481131,28483071:papier:4203:28486243,28516161:papier:4203:28521670,28523862:papier:4203:28531737,28561952:papier:4203:28562555,28565488:papier:4203:28570931,28565648:papier:4203:28567926,28572580:papier:4203:28572743,28597768:papier:4203:28597921,28614716:papier:4203:28616876,28631178:papier:4203:28632007,28645222:papier:4203:28651670,28662425:papier:4203:28662690,2867'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.049034469388979096, 'nb_photo': 7661, 'list_port_cont': '28054403,28054919,28072837,28072879,28084447,28086431,28089895,28090037,28090674,28152741,28161541,28166242,28168968,28171651,28172304,28178981,28185410,28187820,28187841,28197739,28212730,28213355,28213956,28215745,28217971,28220120,28220630,28222160,28224343,28225449,28227045,28229567,28230254,28235674,28235996,28244593,28248797,28248917,28249653,28250866,28251807,28253208,28260309,28261648,28262825,28263902,28264785,28265999,28269265,28271704,28272900,28273212,28274199,28276516,28277019,28278322,28279438,28281702,28282312,28282428,28282502,28290264,28290639,28290769,28292341,28292507,28292684,28293343,28293418,28293591,28293831,28294029,28294141,28294213,28294566,28294575,28294742,28294963,28295070,28295145,28295256,28295875,28296745,28297923,28298456,28298541,28299592,28299756,28299918,28300123,28301184,28302942,28304884,28307575,28308229,28316057,28321056,28321730,28326070,28327537,28328334,28329479,28329877,28333536,28334736,28334963,28336102,28337478,28339177,28339884,28340156,28340326,28340506,2834100', 'assoc_port': '28054297:28054919,28054308:28072879,28054319:28072837,28054352:28054403,28081688:28090674,28081716:28089895,28081719:28090037,28083934:28084447,28083948:28171651,28084837:28172304,28086082:28086431,28087374:28168968,28138758:28282312,28138764:28282502,28138794:28296745,28138860:28295070,28138876:28294742,28138894:28294213,28138901:28293831,28138906:28294029,28138920:28292684,28138935:28292341,28138954:28292507,28139933:28293418,28141029:28293591,28142056:28294575,28143193:28295256,28144246:28295875,28147703:28658426,28147718:28658588,28147736:28658778,28147741:28658925,28147752:28659347,28147806:28659814,28147850:28660149,28147854:28660398,28147909:28660858,28147920:28661299,28147924:28661925,28147926:28662105,28147989:28662402,28148041:28662779,28148048:28651699,28148054:28290264,28148080:28290639,28148085:28290769,28148114:28299918,28148119:28298456,28148148:28298541,28149742:28299756,28149750:28299592,28151575:28328334,28152599:28152741,28154717:28329479,28159774:28185410,28161482:28161541,28162939:2818782', 'assoc_mat': '28054297:papier:4207:28054919,28054308:papier:4207:28072879,28054319:papier:4207:28072837,28054352:papier:4207:28054403,28081688:papier:4207:28090674,28081716:papier:4207:28089895,28081719:papier:4207:28090037,28083934:papier:4207:28084447,28083948:papier:4207:28171651,28084837:papier:4207:28172304,28086082:papier:4207:28086431,28087374:papier:4207:28168968,28138758:papier:4207:28282312,28138764:papier:4207:28282502,28138794:papier:4207:28296745,28138860:papier:4207:28295070,28138876:papier:4207:28294742,28138894:papier:4207:28294213,28138901:papier:4207:28293831,28138906:papier:4207:28294029,28138920:papier:4207:28292684,28138935:papier:4207:28292341,28138954:papier:4207:28292507,28139933:papier:4207:28293418,28141029:papier:4207:28293591,28142056:papier:4207:28294575,28143193:papier:4207:28295256,28144246:papier:4207:28295875,28147703:papier:4207:28658426,28147718:papier:4207:28658588,28147736:papier:4207:28658778,28147741:papier:4207:28658925,28147752:papier:4207:28659347,28147806:papier:4207:28659814,2814'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.13792703038059695, 'nb_photo': 11354, 'list_port_cont': '28054453,28054520,28054630,28081973,28082069,28085544,28087592,28136002,28139634,28139795,28139968,28140196,28141668,28142597,28144034,28148453,28149182,28149864,28150036,28150349,28150730,28150992,28151097,28151364,28151586,28151746,28152350,28157473,28163312,28169306,28169341,28174610,28177692,28181428,28182755,28185885,28185991,28192732,28192757,28192943,28193115,28193261,28194053,28197869,28200937,28205453,28208259,28212797,28214205,28216032,28220024,28221943,28224390,28226737,28229921,28233027,28235845,28248989,28249162,28249337,28249513,28249716,28250922,28252845,28261370,28263733,28276408,28278388,28293492,28309932,28310000,28311022,28311215,28311795,28313035,28313374,28314111,28314970,28315257,28315549,28315720,28316119,28316770,28317848,28324630,28325429,28347639,28347786,28347880,28350878,28351019,28351147,28375688,28375850,28377455,28379950,28385773,28391545,28394681,28397958,28403558,28407287,28413855,28423617,28423714,28423811,28477324,28477503,28477767,28477985,28478403,28482358,28483416,2848360', 'assoc_port': '28054293:28054630,28054311:28054520,28054341:28054453,28081687:28082069,28081717:28081973,28083932:28136002,28085384:28085544,28087377:28087592,28138760:28139968,28138796:28139795,28138890:28139634,28138949:28142597,28139935:28140196,28141502:28141668,28143810:28144034,28147732:28151746,28147743:28148453,28147808:28151586,28147855:28151364,28147918:28151097,28147927:28150992,28148043:28150730,28148057:28150349,28148087:28149864,28148150:28149182,28149746:28150036,28152166:28152350,28157332:28157473,28162938:28163312,28168971:28169306,28169062:28169341,28174214:28174610,28177407:28177692,28181340:28181428,28182614:28182755,28185520:28185991,28185557:28185885,28192275:28193261,28192331:28193115,28192428:28192943,28192442:28192757,28192477:28192732,28193668:28194053,28197668:28197869,28200553:28200937,28205006:28205453,28208178:28208259,28212551:28212797,28214026:28214205,28215550:28216032,28219774:28220024,28221747:28221943,28224165:28224390,28226524:28226737,28229730:28229921,28232655:28233027,28235522:2823584', 'assoc_mat': '28054293:papier:4461:28054630,28054311:papier:4461:28054520,28054341:papier:4461:28054453,28081687:papier:4461:28082069,28081717:papier:4461:28081973,28083932:papier:4461:28136002,28085384:papier:4461:28085544,28087377:papier:4461:28087592,28138760:papier:4461:28139968,28138796:papier:4461:28139795,28138890:papier:4461:28139634,28138949:papier:4461:28142597,28139935:papier:4461:28140196,28141502:papier:4461:28141668,28143810:papier:4461:28144034,28147732:papier:4461:28151746,28147743:papier:4461:28148453,28147808:papier:4461:28151586,28147855:papier:4461:28151364,28147918:papier:4461:28151097,28147927:papier:4461:28150992,28148043:papier:4461:28150730,28148057:papier:4461:28150349,28148087:papier:4461:28149864,28148150:papier:4461:28149182,28149746:papier:4461:28150036,28152166:papier:4461:28152350,28157332:papier:4461:28157473,28162938:papier:4461:28163312,28168971:papier:4461:28169306,28169062:papier:4461:28169341,28174214:papier:4461:28174610,28177407:papier:4461:28177692,28181340:papier:4461:28181428,2818'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.1600860635626461, 'nb_photo': 2923, 'list_port_cont': '28054577,28054702,28054978,28063344,28063394,28082980,28084337,28084846,28087974,28162676,28170745,28172978,28182387,28183525,28185195,28185273,28185824,28186694,28198675,28205348,28209045,28209338,28215712,28220841,28227919,28244960,28252225,28256576,28265293,28275008,28283026,28283261,28283312,28283835,28285326,28289024,28289168,28291142,28291565,28293263,28295167,28297415,28298184,28300489,28302866,28316871,28322816,28322938,28323488,28324273,28324708,28325015,28327197,28330641,28347740,28347958,28348014,28348195,28348302,28348438,28348473,28348689,28348841,28349025,28349613,28349698,28349928,28351304,28351792,28351896,28352148,28352571,28354746,28355331,28355661,28356124,28357937,28358324,28359025,28359179,28361451,28361847,28363259,28375621,28378694,28378920,28381357,28385026,28387829,28393370,28398812,28400803,28404116,28404883,28407585,28417523,28417556,28423775,28424042,28424197,28480394,28481340,28481772,28481892,28482045,28482209,28482514,28483590,28483753,28484194,28484651,28486135,28486651,2848671', 'assoc_port': '28054304:28054978,28054306:28063394,28054338:28054702,28054346:28054577,28054359:28063344,28081703:28082980,28082632:28084337,28083930:28084846,28086967:28087974,28138800:28283026,28138899:28283261,28138914:28283312,28140142:28283835,28142059:28285326,28146540:28289168,28146544:28289024,28147702:28658486,28147734:28659005,28147749:28659702,28147848:28674604,28147895:28660809,28147923:28661764,28148021:28663193,28148052:28663440,28148100:28291142,28148147:28291565,28151574:28293263,28155279:28298184,28162367:28162676,28166078:28170745,28172513:28185273,28172690:28172978,28177686:28185195,28182141:28182387,28183336:28183525,28185548:28185824,28186634:28186694,28192273:28322816,28192314:28322938,28192363:28323488,28192432:28324273,28192436:28324708,28192449:28325015,28193436:28327197,28195137:28330641,28198477:28198675,28205034:28205348,28208176:28209045,28209316:28209338,28215375:28215712,28219780:28220841,28221746:28347958,28224401:28348302,28226174:28227919,28230175:28348473,28235508:28244960,28248516:2834868', 'assoc_mat': '28054304:papier:4200:28054978,28054306:papier:4200:28063394,28054338:papier:4200:28054702,28054346:papier:4200:28054577,28054359:papier:4200:28063344,28081703:papier:4200:28082980,28082632:papier:4200:28084337,28083930:papier:4200:28084846,28086967:papier:4200:28087974,28138800:papier:4200:28283026,28138899:papier:4200:28283261,28138914:papier:4200:28283312,28140142:papier:4200:28283835,28142059:papier:4200:28285326,28146540:papier:4200:28289168,28146544:papier:4200:28289024,28147702:papier:4200:28658486,28147734:papier:4200:28659005,28147749:papier:4200:28659702,28147848:papier:4200:28674604,28147895:papier:4200:28660809,28147923:papier:4200:28661764,28148021:papier:4200:28663193,28148052:papier:4200:28663440,28148100:papier:4200:28291142,28148147:papier:4200:28291565,28151574:papier:4200:28293263,28155279:papier:4200:28298184,28162367:papier:4200:28162676,28166078:papier:4200:28170745,28172513:papier:4200:28185273,28172690:papier:4200:28172978,28177686:papier:4200:28185195,28182141:papier:4200:28182387,2818'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9585260789092452, 'nb_photo': 2822, 'list_port_cont': '28148519,28248825,28249110,28392797,28410665,28483492,28483682,28489534,28521465,28524163,28527361,28596166,28605078,28631353,28674095,28681597,28686001,28740133,28740145,28740238,28772220,28772315,28772559,28772634', 'assoc_port': '28147704:28148519,28248602:28249110,28248626:28248825,28392310:28392797,28410594:28410665,28483020:28483682,28483036:28483492,28489342:28489534,28521111:28521465,28523868:28524163,28527263:28527361,28595900:28596166,28604954:28605078,28631173:28631353,28667193:28686001,28673945:28674095,28681383:28681597,28739611:28740238,28739684:28740133,28739768:28740145,28772020:28772634,28772032:28772559,28772043:28772315,28772075:28772220', 'assoc_mat': '28147704:papier:4209:28148519,28248602:papier:4209:28249110,28248626:papier:4209:28248825,28392310:papier:4209:28392797,28410594:papier:4209:28410665,28483020:papier:4209:28483682,28483036:papier:4209:28483492,28489342:papier:4209:28489534,28521111:papier:4209:28521465,28523868:papier:4209:28524163,28527263:papier:4209:28527361,28595900:papier:4209:28596166,28604954:papier:4209:28605078,28631173:papier:4209:28631353,28667193:papier:4209:28686001,28673945:papier:4209:28674095,28681383:papier:4209:28681597,28739611:papier:4209:28740238,28739684:papier:4209:28740133,28739768:papier:4209:28740145,28772020:papier:4209:28772634,28772032:papier:4209:28772559,28772043:papier:4209:28772315,28772075:papier:4209:28772220'}, {'unwanted_material': 'papier', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.04580708925145788, 'nb_photo': 2586, 'list_port_cont': '28072750,28111662,28188422,28208350,28217474,28219848,28223005,28229765,28236264,28246545,28249932,28252316,28256342,28262113,28266293,28272516,28276897,28282092,28282665,28290394,28292840,28293612,28294364,28294900,28295298,28297717,28298607,28299425,28302237,28303885,28308127,28316519,28332235,28332379,28333332,28338569,28339100,28339368,28340787,28342092,28342356,28344833,28346201,28346530,28347724,28347934,28348374,28348787,28349159,28351250,28351763,28351991,28358227,28358626,28358988,28376184,28377001,28377984,28385193,28389535,28396059,28398493,28405884,28411869,28423862,28424128,28479168,28479408,28480841,28484863,28486040,28486084,28486963,28487012,28487807,28493401,28494361,28496109,28501876,28517760,28519107,28519844,28519945,28520879,28525659,28528041,28531541,28531741,28562411,28562758,28563890,28566365,28567073,28567730,28569031,28569141,28570491,28570768,28571193,28571864,28573209,28593405,28593999,28599160,28603097,28609667,28613835,28619955,28621890,28625883,28633481,28645169,28645444,2864792', 'assoc_port': '28054355:28072750,28083965:28658131,28086085:28111662,28138778:28282665,28138896:28294364,28139939:28292840,28142637:28294900,28147705:28658518,28147746:28659077,28147852:28660256,28147922:28661739,28148045:28657384,28148060:28290394,28148118:28298607,28149748:28299425,28153696:28332235,28160203:28339368,28166022:28339100,28169021:28188422,28172093:28333332,28176338:28338569,28181681:28332379,28192311:28340787,28192463:28342092,28193451:28342356,28197670:28346530,28204990:28344833,28208180:28208350,28212552:28347724,28215373:28346201,28217135:28217474,28219788:28219848,28222844:28223005,28225385:28246545,28229732:28229765,28235484:28236264,28248532:28348787,28248586:28349159,28248644:28249932,28250722:28256342,28252135:28252316,28262050:28262113,28266158:28266293,28272454:28272516,28276812:28276897,28281593:28282092,28293136:28358227,28293205:28358626,28293211:28358988,28293272:28293612,28295276:28295298,28297617:28297717,28302175:28302237,28303815:28303885,28308004:28308127,28316468:28316519,28347518:2834837', 'assoc_mat': '28054355:papier:4207:28072750,28083965:papier:4207:28658131,28086085:papier:4207:28111662,28138778:papier:4207:28282665,28138896:papier:4207:28294364,28139939:papier:4207:28292840,28142637:papier:4207:28294900,28147705:papier:4207:28658518,28147746:papier:4207:28659077,28147852:papier:4207:28660256,28147922:papier:4207:28661739,28148045:papier:4207:28657384,28148060:papier:4207:28290394,28148118:papier:4207:28298607,28149748:papier:4207:28299425,28153696:papier:4207:28332235,28160203:papier:4207:28339368,28166022:papier:4207:28339100,28169021:papier:4207:28188422,28172093:papier:4207:28333332,28176338:papier:4207:28338569,28181681:papier:4207:28332379,28192311:papier:4207:28340787,28192463:papier:4207:28342092,28193451:papier:4207:28342356,28197670:papier:4207:28346530,28204990:papier:4207:28344833,28208180:papier:4207:28208350,28212552:papier:4207:28347724,28215373:papier:4207:28346201,28217135:papier:4207:28217474,28219788:papier:4207:28219848,28222844:papier:4207:28223005,28225385:papier:4207:28246545,2822'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.008549467001419921, 'nb_photo': 5586, 'list_port_cont': '28054489,28054765,28054826,28082487,28082754,28083602,28086417,28088232,28139390,28139882,28140327,28141417,28141772,28142147,28143118,28148375,28151955,28153793,28154240,28154548,28154675,28154965,28155833,28156296,28156643,28156968,28157380,28157866,28162638,28169612,28169813,28170313,28173111,28174482,28178430,28179866,28182301,28185834,28192833,28193390,28193747,28194223,28194526,28194923,28195415,28198089,28203117,28208335,28208874,28209400,28212837,28213406,28217686,28220188,28222262,28222874,28226379,28229362,28232453,28235962,28248835,28249296,28249888,28250843,28251011,28251246,28253004,28254078,28261955,28263300,28267906,28271634,28300342,28304987,28309894,28312694,28317170,28319174,28319911,28321605,28324249,28324878,28325209,28326721,28328303,28328736,28331972,28332611,28333951,28338824,28339575,28347689,28348005,28348144,28348290,28350854,28351101,28351381,28351777,28351964,28375901,28376295,28377593,28379115,28380657,28386265,28389625,28393272,28396620,28399796,28405037,28409765,28413127,2841726', 'assoc_port': '28054301:28054826,28054312:28054765,28054348:28054489,28081689:28082487,28082630:28083602,28082633:28082754,28086078:28086417,28088094:28088232,28138745:28142147,28138762:28141772,28138797:28141417,28138892:28140327,28138917:28139882,28138952:28139390,28140144:28157866,28142910:28143118,28146549:28157380,28147731:28156968,28147739:28156643,28147804:28156296,28147914:28155833,28147925:28154965,28147960:28154675,28148050:28154240,28148081:28153793,28148117:28148375,28151577:28151955,28154342:28154548,28162368:28162638,28169022:28170313,28169061:28169813,28169298:28169612,28172688:28173111,28174216:28174482,28178032:28178430,28179674:28179866,28182143:28182301,28185550:28185834,28192304:28194923,28192317:28194526,28192401:28194223,28192438:28193390,28192450:28192833,28193434:28193747,28195134:28195415,28197675:28198089,28202854:28203117,28208177:28208874,28208183:28208335,28209315:28209400,28212571:28212837,28213224:28213406,28217122:28217686,28219791:28220188,28221749:28222262,28222677:28222874,28226175:2822637', 'assoc_mat': '28054301:papier:4211:28054826,28054312:papier:4211:28054765,28054348:papier:4211:28054489,28081689:papier:4211:28082487,28082630:papier:4211:28083602,28082633:papier:4211:28082754,28086078:papier:4211:28086417,28088094:papier:4211:28088232,28138745:papier:4211:28142147,28138762:papier:4211:28141772,28138797:papier:4211:28141417,28138892:papier:4211:28140327,28138917:papier:4211:28139882,28138952:papier:4211:28139390,28140144:papier:4211:28157866,28142910:papier:4211:28143118,28146549:papier:4211:28157380,28147731:papier:4211:28156968,28147739:papier:4211:28156643,28147804:papier:4211:28156296,28147914:papier:4211:28155833,28147925:papier:4211:28154965,28147960:papier:4211:28154675,28148050:papier:4211:28154240,28148081:papier:4211:28153793,28148117:papier:4211:28148375,28151577:papier:4211:28151955,28154342:papier:4211:28154548,28162368:papier:4211:28162638,28169022:papier:4211:28170313,28169061:papier:4211:28169813,28169298:papier:4211:28169612,28172688:papier:4211:28173111,28174216:papier:4211:28174482,2817'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.02923512129499126, 'nb_photo': 1885, 'list_port_cont': '28054691,28054775,28054798,28054909,28054950,28055021,28055061,28082128,28082225,28085419,28089129,28139736,28139955,28140401,28140661,28141238,28141400,28142082,28144079,28148070,28148791,28149059,28149312,28149629,28149705,28150149,28150491,28150716,28151314,28151545,28152024,28152321,28152547,28153044,28154481,28157286,28157590,28162318,28166671,28166820,28169587,28172528,28175834,28177991,28181833,28183363,28185682,28185706,28185969,28193235,28193458,28193577,28193858,28193954,28194327,28194351,28194512,28194699,28194724,28194821,28198078,28199472,28205671,28205759,28208507,28212945,28213641,28215864,28217521,28220244,28222327,28223768,28230862,28231710,28234553,28235913,28245664,28249133,28249350,28249610,28249796,28249973,28250137,28251056,28252035,28254815,28262683,28266599,28271865,28274856,28277767,28283670,28298610,28303686,28309174,28310234,28312639,28315160,28316406,28317574,28317706,28318130,28318454,28318565,28318710,28318964,28319144,28319417,28319808,28321402,28347684,28347859,28347919,2834805', 'assoc_port': '28054295:28055061,28054299:28055021,28054310:28054909,28054313:28054950,28054316:28054691,28054344:28054798,28054357:28054775,28081690:28082225,28081718:28082128,28084834:28085419,28086966:28089129,28138737:28141400,28138792:28141238,28138862:28153044,28138898:28140661,28138911:28139955,28138950:28139736,28139930:28140401,28139941:28148070,28141729:28142082,28143313:28144079,28147701:28152547,28147733:28152321,28147738:28152024,28147788:28151545,28147828:28151314,28147869:28150491,28147915:28157286,28147916:28149705,28147959:28149629,28148047:28149312,28148063:28149059,28148083:28148791,28148132:28162318,28149744:28150149,28150190:28150716,28153697:28154481,28157333:28157590,28166056:28166820,28166079:28166671,28169023:28169587,28172094:28172528,28175403:28175834,28177409:28177991,28181686:28181833,28183108:28183363,28185534:28185969,28185553:28185706,28185559:28185682,28192269:28194821,28192289:28194724,28192307:28194699,28192334:28194351,28192409:28194327,28192431:28193954,28192434:28193577,28192444:2819345', 'assoc_mat': '28054295:papier:3327:28055061,28054299:papier:3327:28055021,28054310:papier:3327:28054909,28054313:papier:3327:28054950,28054316:papier:3327:28054691,28054344:papier:3327:28054798,28054357:papier:3327:28054775,28081690:papier:3327:28082225,28081718:papier:3327:28082128,28084834:papier:3327:28085419,28086966:papier:3327:28089129,28138737:papier:3327:28141400,28138792:papier:3327:28141238,28138862:papier:3327:28153044,28138898:papier:3327:28140661,28138911:papier:3327:28139955,28138950:papier:3327:28139736,28139930:papier:3327:28140401,28139941:papier:3327:28148070,28141729:papier:3327:28142082,28143313:papier:3327:28144079,28147701:papier:3327:28152547,28147733:papier:3327:28152321,28147738:papier:3327:28152024,28147788:papier:3327:28151545,28147828:papier:3327:28151314,28147869:papier:3327:28150491,28147915:papier:3327:28157286,28147916:papier:3327:28149705,28147959:papier:3327:28149629,28148047:papier:3327:28149312,28148063:papier:3327:28149059,28148083:papier:3327:28148791,28148132:papier:3327:28162318,2814'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0019920420997637696, 'nb_photo': 2, 'list_port_cont': '28249052,28387882', 'assoc_port': '28248631:28249052,28387626:28387882', 'assoc_mat': '28248631:pehd:4203:28249052,28387626:pehd:4203:28387882'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0034617370748212402, 'nb_photo': 2, 'list_port_cont': '28297930,28339167', 'assoc_port': '28166068:28339167,28297876:28297930', 'assoc_mat': '28166068:pehd:4207:28339167,28297876:pehd:4207:28297930'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0037518277946971225, 'nb_photo': 1, 'list_port_cont': '28566727', 'assoc_port': '28565499:28566727', 'assoc_mat': '28565499:pehd:4461:28566727'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.042921613195723095, 'nb_photo': 71, 'list_port_cont': '28063347,28172984,28185193,28215713,28220839,28275022,28283029,28283839,28289179,28322811,28323478,28324282,28327207,28348470,28348691,28358328,28375629,28381358,28387837,28393362,28417512,28423773,28424191,28480389,28481882,28482204,28486129,28486652,28486725,28503415,28518895,28520612,28520906,28521596,28524464,28531634,28562595,28563097,28566769,28571095,28572093,28573318,28597147,28602704,28604003,28623347,28630481,28647316,28652346,28659002,28663195,28676639,28681141,28683634,28740993,28741811,28745901,28748917,28753408,28775598', 'assoc_port': '28054359:28063347,28138800:28283029,28140142:28283839,28146540:28289179,28147734:28659002,28148021:28663195,28172690:28172984,28177686:28185193,28192273:28322811,28192363:28323478,28192432:28324282,28193436:28327207,28215375:28215713,28219780:28220839,28230175:28348470,28248516:28348691,28274959:28275022,28293142:28358328,28375497:28375629,28379298:28381358,28386650:28387837,28391938:28393362,28416968:28417512,28423446:28424191,28423463:28423773,28476996:28480389,28477098:28481882,28481568:28482204,28482960:28486652,28483061:28486725,28483078:28486129,28490861:28503415,28515939:28518895,28516086:28520612,28516146:28521596,28518086:28524464,28520558:28520906,28523812:28531634,28561937:28563097,28561950:28562595,28565496:28571095,28565531:28572093,28565696:28566769,28573282:28573318,28593914:28597147,28600038:28604003,28602589:28602704,28623145:28623347,28625487:28630481,28644272:28647316,28646601:28652346,28666221:28676639,28673047:28681141,28675974:28683634,28739034:28741811,28739481:28745901,28739538:2874891', 'assoc_mat': '28054359:pehd:4200:28063347,28138800:pehd:4200:28283029,28140142:pehd:4200:28283839,28146540:pehd:4200:28289179,28147734:pehd:4200:28659002,28148021:pehd:4200:28663195,28172690:pehd:4200:28172984,28177686:pehd:4200:28185193,28192273:pehd:4200:28322811,28192363:pehd:4200:28323478,28192432:pehd:4200:28324282,28193436:pehd:4200:28327207,28215375:pehd:4200:28215713,28219780:pehd:4200:28220839,28230175:pehd:4200:28348470,28248516:pehd:4200:28348691,28274959:pehd:4200:28275022,28293142:pehd:4200:28358328,28375497:pehd:4200:28375629,28379298:pehd:4200:28381358,28386650:pehd:4200:28387837,28391938:pehd:4200:28393362,28416968:pehd:4200:28417512,28423446:pehd:4200:28424191,28423463:pehd:4200:28423773,28476996:pehd:4200:28480389,28477098:pehd:4200:28481882,28481568:pehd:4200:28482204,28482960:pehd:4200:28486652,28483061:pehd:4200:28486725,28483078:pehd:4200:28486129,28490861:pehd:4200:28503415,28515939:pehd:4200:28518895,28516086:pehd:4200:28520612,28516146:pehd:4200:28521596,28518086:pehd:4200:28524464,28520558:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0005521489201335422, 'nb_photo': 1, 'list_port_cont': '28740156', 'assoc_port': '28739768:28740156', 'assoc_mat': '28739768:pehd:4209:28740156'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9381417454601431, 'nb_photo': 58, 'list_port_cont': '28054814,28083596,28086411,28148377,28151963,28154680,28154973,28169821,28193748,28226373,28250837,28319916,28324881,28333952,28377595,28379110,28386258,28393273,28413135,28423687,28424098,28479291,28480359,28483699,28484016,28485003,28486064,28486359,28497211,28517050,28518918,28527511,28564829,28566993,28571016,28592868,28595974,28597064,28603372,28610285,28611714,28647738,28650111,28740928,28741760,28742681,28748740,28749382,28773296,28775168', 'assoc_port': '28054301:28054814,28082630:28083596,28086078:28086411,28147925:28154973,28147960:28154680,28148117:28148377,28151577:28151963,28169061:28169821,28193434:28193748,28226175:28226373,28250731:28250837,28274958:28333952,28293213:28324881,28319452:28319916,28377305:28377595,28379003:28379110,28386144:28386258,28392956:28393273,28412710:28413135,28423440:28424098,28423459:28423687,28477026:28480359,28478798:28479291,28483001:28486359,28483012:28486064,28483054:28485003,28483176:28484016,28483186:28483699,28497111:28497211,28516029:28517050,28518795:28518918,28523799:28527511,28564731:28564829,28565641:28566993,28570982:28571016,28592009:28592868,28595779:28595974,28596839:28597064,28603129:28603372,28610164:28610285,28611205:28611714,28644276:28647738,28644362:28650111,28739482:28748740,28739546:28749382,28739688:28742681,28739790:28741760,28739851:28740928,28772033:28775168,28772076:28773296', 'assoc_mat': '28054301:pehd:4211:28054814,28082630:pehd:4211:28083596,28086078:pehd:4211:28086411,28147925:pehd:4211:28154973,28147960:pehd:4211:28154680,28148117:pehd:4211:28148377,28151577:pehd:4211:28151963,28169061:pehd:4211:28169821,28193434:pehd:4211:28193748,28226175:pehd:4211:28226373,28250731:pehd:4211:28250837,28274958:pehd:4211:28333952,28293213:pehd:4211:28324881,28319452:pehd:4211:28319916,28377305:pehd:4211:28377595,28379003:pehd:4211:28379110,28386144:pehd:4211:28386258,28392956:pehd:4211:28393273,28412710:pehd:4211:28413135,28423440:pehd:4211:28424098,28423459:pehd:4211:28423687,28477026:pehd:4211:28480359,28478798:pehd:4211:28479291,28483001:pehd:4211:28486359,28483012:pehd:4211:28486064,28483054:pehd:4211:28485003,28483176:pehd:4211:28484016,28483186:pehd:4211:28483699,28497111:pehd:4211:28497211,28516029:pehd:4211:28517050,28518795:pehd:4211:28518918,28523799:pehd:4211:28527511,28564731:pehd:4211:28564829,28565641:pehd:4211:28566993,28570982:pehd:4211:28571016,28592009:pehd:4211:28592868,28595779:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.005688122521293865, 'nb_photo': 96, 'list_port_cont': '28054686,28055019,28082122,28082219,28139743,28140399,28149058,28149310,28150493,28151315,28152537,28162321,28166667,28166815,28169590,28181841,28185707,28193578,28194350,28194709,28215857,28217526,28230846,28249600,28249800,28254810,28262685,28303690,28315148,28316415,28319131,28351129,28351187,28351686,28375829,28384870,28391761,28403947,28423667,28423896,28478315,28478768,28482494,28484365,28484818,28484902,28484983,28485193,28516714,28517207,28517403,28522333,28528868,28564471,28566147,28566349,28566546,28566837,28567090,28567284,28571034,28572492,28594942,28595651,28607421,28610840,28620748,28631596,28682157,28688423,28739369,28740334,28740541,28742221,28742483,28743864,28745313,28769646,28772359,28773034,28773526,28773831', 'assoc_port': '28054299:28055019,28054316:28054686,28081690:28082219,28081718:28082122,28138950:28139743,28139930:28140399,28147701:28152537,28147828:28151315,28147869:28150493,28148047:28149310,28148063:28149058,28148132:28162321,28166056:28166815,28166079:28166667,28169023:28169590,28181686:28181841,28185553:28185707,28192307:28194709,28192334:28194350,28192434:28193578,28215374:28215857,28217173:28217526,28230391:28230846,28248584:28249800,28248627:28249600,28254595:28254810,28262335:28262685,28281555:28319131,28300822:28315148,28303151:28303690,28315941:28316415,28350616:28351686,28350675:28351187,28350684:28351129,28375488:28375829,28384631:28384870,28391422:28391761,28403611:28403947,28423453:28423896,28423466:28423667,28477051:28478768,28477841:28478315,28482397:28482494,28482982:28485193,28483017:28484983,28483024:28484902,28483038:28484818,28483066:28484365,28515979:28517207,28516128:28516714,28516949:28517403,28522024:28522333,28528425:28528868,28564339:28564471,28565502:28567284,28565525:28567090,28565640:2856683', 'assoc_mat': '28054299:pehd:3327:28055019,28054316:pehd:3327:28054686,28081690:pehd:3327:28082219,28081718:pehd:3327:28082122,28138950:pehd:3327:28139743,28139930:pehd:3327:28140399,28147701:pehd:3327:28152537,28147828:pehd:3327:28151315,28147869:pehd:3327:28150493,28148047:pehd:3327:28149310,28148063:pehd:3327:28149058,28148132:pehd:3327:28162321,28166056:pehd:3327:28166815,28166079:pehd:3327:28166667,28169023:pehd:3327:28169590,28181686:pehd:3327:28181841,28185553:pehd:3327:28185707,28192307:pehd:3327:28194709,28192334:pehd:3327:28194350,28192434:pehd:3327:28193578,28215374:pehd:3327:28215857,28217173:pehd:3327:28217526,28230391:pehd:3327:28230846,28248584:pehd:3327:28249800,28248627:pehd:3327:28249600,28254595:pehd:3327:28254810,28262335:pehd:3327:28262685,28281555:pehd:3327:28319131,28300822:pehd:3327:28315148,28303151:pehd:3327:28303690,28315941:pehd:3327:28316415,28350616:pehd:3327:28351686,28350675:pehd:3327:28351187,28350684:pehd:3327:28351129,28375488:pehd:3327:28375829,28384631:pehd:3327:28384870,28391422:pehd:33'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0068914430533986324, 'nb_photo': 25, 'list_port_cont': '28054446,28324501,28348319,28349277,28355370,28362755,28518460,28572416,28596676,28649093,28658217,28677445,28752703,28776805', 'assoc_port': '28054350:28054446,28147700:28658217,28192440:28324501,28228988:28348319,28248588:28349277,28276018:28355370,28319453:28362755,28515941:28518460,28565645:28572416,28593916:28596676,28644305:28649093,28677396:28677445,28739777:28752703,28772058:28776805', 'assoc_mat': '28054350:pet_clair:4205:28054446,28147700:pet_clair:4205:28658217,28192440:pet_clair:4205:28324501,28228988:pet_clair:4205:28348319,28248588:pet_clair:4205:28349277,28276018:pet_clair:4205:28355370,28319453:pet_clair:4205:28362755,28515941:pet_clair:4205:28518460,28565645:pet_clair:4205:28572416,28593916:pet_clair:4205:28596676,28644305:pet_clair:4205:28649093,28677396:pet_clair:4205:28677445,28739777:pet_clair:4205:28752703,28772058:pet_clair:4205:28776805'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009821083893907769, 'nb_photo': 124, 'list_port_cont': '28085114,28181285,28185419,28249041,28291617,28293670,28324006,28347179,28348523,28351693,28352898,28356188,28361786,28378623,28387872,28407667,28423879,28481122,28481220,28486239,28521678,28531732,28562557,28567939,28570935,28572730,28597925,28616874,28632001,28651673,28661310,28662687,28689913,28741169,28742612,28747579,28772242,28776270', 'assoc_port': '28083963:28085114,28147910:28661310,28148151:28291617,28161015:28185419,28181031:28181285,28192430:28324006,28219777:28347179,28232930:28348523,28248631:28249041,28264555:28352898,28281591:28356188,28293296:28293670,28309155:28361786,28350678:28351693,28375471:28378623,28387626:28387872,28406249:28407667,28423462:28423879,28477032:28481220,28481009:28481122,28483071:28486239,28516161:28521678,28523862:28531732,28561952:28562557,28565488:28570935,28565648:28567939,28572580:28572730,28597768:28597925,28614716:28616874,28631178:28632001,28645222:28651673,28662425:28662687,28677995:28689913,28738999:28741169,28739509:28747579,28739809:28742612,28772034:28776270,28772086:28772242', 'assoc_mat': '28083963:pet_clair:4203:28085114,28147910:pet_clair:4203:28661310,28148151:pet_clair:4203:28291617,28161015:pet_clair:4203:28185419,28181031:pet_clair:4203:28181285,28192430:pet_clair:4203:28324006,28219777:pet_clair:4203:28347179,28232930:pet_clair:4203:28348523,28248631:pet_clair:4203:28249041,28264555:pet_clair:4203:28352898,28281591:pet_clair:4203:28356188,28293296:pet_clair:4203:28293670,28309155:pet_clair:4203:28361786,28350678:pet_clair:4203:28351693,28375471:pet_clair:4203:28378623,28387626:pet_clair:4203:28387872,28406249:pet_clair:4203:28407667,28423462:pet_clair:4203:28423879,28477032:pet_clair:4203:28481220,28481009:pet_clair:4203:28481122,28483071:pet_clair:4203:28486239,28516161:pet_clair:4203:28521678,28523862:pet_clair:4203:28531732,28561952:pet_clair:4203:28562557,28565488:pet_clair:4203:28570935,28565648:pet_clair:4203:28567939,28572580:pet_clair:4203:28572730,28597768:pet_clair:4203:28597925,28614716:pet_clair:4203:28616874,28631178:pet_clair:4203:28632001,28645222:pet_clair:4203:28651673,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004615010008891528, 'nb_photo': 62, 'list_port_cont': '28054411,28054916,28090028,28197740,28220122,28224352,28229569,28281693,28292499,28292685,28294139,28294574,28340152,28340499,28341000,28341841,28342609,28344165,28346442,28350752,28350837,28358361,28359478,28384934,28395358,28398180,28402440,28406524,28407818,28423996,28477746,28482554,28483972,28493199,28496505,28521276,28530500,28566593,28571134,28573655,28595672,28608592,28630339,28646194,28662405,28672547,28675593,28683577,28740030,28742297,28742638,28745028,28752329,28775873,28776399', 'assoc_port': '28054297:28054916,28054352:28054411,28081719:28090028,28138920:28292685,28138954:28292499,28142056:28294574,28147989:28662405,28192380:28341000,28192433:28340499,28192446:28342609,28192476:28341841,28193437:28340152,28197664:28346442,28197672:28197740,28205609:28344165,28220079:28220122,28224178:28224352,28229504:28229569,28281596:28281693,28293164:28358361,28293253:28294139,28296761:28359478,28350633:28350752,28350709:28350837,28384769:28384934,28395260:28395358,28398085:28398180,28402369:28402440,28406384:28406524,28407681:28407818,28423454:28423996,28477096:28477746,28482030:28482554,28483163:28483972,28493048:28493199,28496467:28496505,28519621:28521276,28530427:28530500,28565700:28566593,28571125:28571134,28573562:28573655,28593917:28595672,28608372:28608592,28623704:28630339,28645220:28646194,28672280:28672547,28675537:28675593,28683493:28683577,28739478:28745028,28739690:28752329,28739807:28742638,28739857:28742297,28739917:28740030,28772049:28776399,28772053:28775873', 'assoc_mat': '28054297:pet_clair:4207:28054916,28054352:pet_clair:4207:28054411,28081719:pet_clair:4207:28090028,28138920:pet_clair:4207:28292685,28138954:pet_clair:4207:28292499,28142056:pet_clair:4207:28294574,28147989:pet_clair:4207:28662405,28192380:pet_clair:4207:28341000,28192433:pet_clair:4207:28340499,28192446:pet_clair:4207:28342609,28192476:pet_clair:4207:28341841,28193437:pet_clair:4207:28340152,28197664:pet_clair:4207:28346442,28197672:pet_clair:4207:28197740,28205609:pet_clair:4207:28344165,28220079:pet_clair:4207:28220122,28224178:pet_clair:4207:28224352,28229504:pet_clair:4207:28229569,28281596:pet_clair:4207:28281693,28293164:pet_clair:4207:28358361,28293253:pet_clair:4207:28294139,28296761:pet_clair:4207:28359478,28350633:pet_clair:4207:28350752,28350709:pet_clair:4207:28350837,28384769:pet_clair:4207:28384934,28395260:pet_clair:4207:28395358,28398085:pet_clair:4207:28398180,28402369:pet_clair:4207:28402440,28406384:pet_clair:4207:28406524,28407681:pet_clair:4207:28407818,28423454:pet_clair:4207:28423996,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.002629286932276584, 'nb_photo': 6, 'list_port_cont': '28139969,28216036,28423616,28482356,28565964,28644732', 'assoc_port': '28138760:28139969,28215550:28216036,28423460:28423616,28482324:28482356,28565713:28565964,28644423:28644732', 'assoc_mat': '28138760:pet_clair:4461:28139969,28215550:pet_clair:4461:28216036,28423460:pet_clair:4461:28423616,28482324:pet_clair:4461:28482356,28565713:pet_clair:4461:28565964,28644423:pet_clair:4461:28644732'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.03413183319298624, 'nb_photo': 1003, 'list_port_cont': '28054572,28054711,28054985,28063343,28063400,28082968,28084335,28084854,28087971,28162680,28170747,28172987,28182376,28183531,28185203,28185265,28185820,28186706,28198688,28205350,28209051,28209336,28215718,28220845,28227918,28244957,28252212,28256575,28265290,28275007,28283020,28283262,28283311,28283846,28285330,28289032,28289169,28291151,28291555,28293262,28295174,28297409,28298193,28300480,28302871,28316880,28322808,28322929,28323482,28324268,28324719,28325019,28327209,28330639,28347753,28347952,28348027,28348203,28348301,28348432,28348482,28348692,28348837,28349031,28349612,28349685,28349937,28351309,28351803,28351891,28352151,28352574,28354743,28355332,28355659,28356128,28357934,28358321,28359010,28359182,28361453,28361848,28363266,28375615,28378705,28378921,28381361,28385030,28393376,28398815,28400811,28404122,28404886,28407592,28417513,28417558,28423780,28424035,28424200,28480385,28481329,28481771,28481884,28482047,28482203,28482516,28483593,28483764,28484206,28484648,28486124,28486653,28486724,2848679', 'assoc_port': '28054304:28054985,28054306:28063400,28054338:28054711,28054346:28054572,28054359:28063343,28081703:28082968,28082632:28084335,28083930:28084854,28086967:28087971,28138800:28283020,28138899:28283262,28138914:28283311,28140142:28283846,28142059:28285330,28146540:28289169,28146544:28289032,28147702:28658483,28147734:28659012,28147749:28659692,28147848:28674605,28147895:28660818,28147923:28661767,28148021:28663198,28148052:28663441,28148100:28291151,28148147:28291555,28151574:28293262,28155279:28298193,28162367:28162680,28166078:28170747,28172513:28185265,28172690:28172987,28177686:28185203,28182141:28182376,28183336:28183531,28185548:28185820,28186634:28186706,28192273:28322808,28192314:28322929,28192363:28323482,28192432:28324268,28192436:28324719,28192449:28325019,28193436:28327209,28195137:28330639,28198477:28198688,28205034:28205350,28208176:28209051,28209316:28209336,28215375:28215718,28219780:28220845,28221746:28347952,28224401:28348301,28226174:28227918,28230175:28348482,28235508:28244957,28248516:2834869', 'assoc_mat': '28054304:pet_clair:4200:28054985,28054306:pet_clair:4200:28063400,28054338:pet_clair:4200:28054711,28054346:pet_clair:4200:28054572,28054359:pet_clair:4200:28063343,28081703:pet_clair:4200:28082968,28082632:pet_clair:4200:28084335,28083930:pet_clair:4200:28084854,28086967:pet_clair:4200:28087971,28138800:pet_clair:4200:28283020,28138899:pet_clair:4200:28283262,28138914:pet_clair:4200:28283311,28140142:pet_clair:4200:28283846,28142059:pet_clair:4200:28285330,28146540:pet_clair:4200:28289169,28146544:pet_clair:4200:28289032,28147702:pet_clair:4200:28658483,28147734:pet_clair:4200:28659012,28147749:pet_clair:4200:28659692,28147848:pet_clair:4200:28674605,28147895:pet_clair:4200:28660818,28147923:pet_clair:4200:28661767,28148021:pet_clair:4200:28663198,28148052:pet_clair:4200:28663441,28148100:pet_clair:4200:28291151,28148147:pet_clair:4200:28291555,28151574:pet_clair:4200:28293262,28155279:pet_clair:4200:28298193,28162367:pet_clair:4200:28162680,28166078:pet_clair:4200:28170747,28172513:pet_clair:4200:28185265,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0033145756214528993, 'nb_photo': 3, 'list_port_cont': '28392801,28674091,28740144', 'assoc_port': '28392310:28392801,28673945:28674091,28739768:28740144', 'assoc_mat': '28392310:pet_clair:4209:28392801,28673945:pet_clair:4209:28674091,28739768:pet_clair:4209:28740144'}, {'unwanted_material': 'pet_clair', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.005603688902009209, 'nb_photo': 36, 'list_port_cont': '28188428,28219850,28246536,28256355,28266283,28294367,28294913,28308123,28346533,28348781,28358637,28411861,28484855,28486093,28501880,28519947,28525657,28528029,28567078,28570780,28573201,28593995,28619948,28621885,28647937,28658129,28672785,28740863,28748518,28749777,28751795,28776496', 'assoc_port': '28083965:28658129,28138896:28294367,28142637:28294913,28169021:28188428,28197670:28346533,28219788:28219850,28225385:28246536,28248532:28348781,28250722:28256355,28266158:28266283,28293205:28358637,28308004:28308123,28411777:28411861,28483064:28486093,28483090:28484855,28490153:28501880,28516059:28519947,28525445:28525657,28527934:28528029,28565651:28567078,28570748:28570780,28573192:28573201,28593933:28593995,28618423:28619948,28621815:28621885,28647712:28647937,28672655:28672785,28739528:28748518,28739595:28749777,28739630:28751795,28739879:28740863,28772045:28776496', 'assoc_mat': '28083965:pet_clair:4207:28658129,28138896:pet_clair:4207:28294367,28142637:pet_clair:4207:28294913,28169021:pet_clair:4207:28188428,28197670:pet_clair:4207:28346533,28219788:pet_clair:4207:28219850,28225385:pet_clair:4207:28246536,28248532:pet_clair:4207:28348781,28250722:pet_clair:4207:28256355,28266158:pet_clair:4207:28266283,28293205:pet_clair:4207:28358637,28308004:pet_clair:4207:28308123,28411777:pet_clair:4207:28411861,28483064:pet_clair:4207:28486093,28483090:pet_clair:4207:28484855,28490153:pet_clair:4207:28501880,28516059:pet_clair:4207:28519947,28525445:pet_clair:4207:28525657,28527934:pet_clair:4207:28528029,28565651:pet_clair:4207:28567078,28570748:pet_clair:4207:28570780,28573192:pet_clair:4207:28573201,28593933:pet_clair:4207:28593995,28618423:pet_clair:4207:28619948,28621815:pet_clair:4207:28621885,28647712:pet_clair:4207:28647937,28672655:pet_clair:4207:28672785,28739528:pet_clair:4207:28748518,28739595:pet_clair:4207:28749777,28739630:pet_clair:4207:28751795,28739879:pet_clair:4207:28740863,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0029677295465929464, 'nb_photo': 476, 'list_port_cont': '28054761,28054818,28082495,28082762,28086409,28088235,28139391,28139866,28140319,28141429,28141780,28143123,28148378,28153795,28154237,28154556,28155828,28156287,28156632,28157862,28169608,28169824,28170299,28173120,28174491,28178432,28179871,28185835,28193386,28193743,28194227,28194934,28195420,28203112,28208336,28209394,28212840,28213408,28217690,28220199,28222257,28222867,28226378,28229371,28232449,28248844,28249301,28250834,28251248,28253001,28254059,28261952,28263307,28300343,28304998,28309885,28312690,28317176,28319171,28319924,28321608,28324245,28325214,28326716,28328299,28328745,28331978,28332621,28338831,28339581,28347703,28347992,28348151,28348286,28350861,28351384,28351779,28351962,28375902,28376297,28379109,28380659,28389616,28396612,28399811,28409773,28413138,28417264,28423606,28423943,28477278,28477441,28477880,28479294,28479732,28480361,28480565,28482115,28483384,28483698,28484078,28484234,28484793,28485007,28485326,28485821,28486195,28486355,28486502,28486594,28486743,28487300,28516509,2851784', 'assoc_port': '28054301:28054818,28054312:28054761,28081689:28082495,28082633:28082762,28086078:28086409,28088094:28088235,28138762:28141780,28138797:28141429,28138892:28140319,28138917:28139866,28138952:28139391,28140144:28157862,28142910:28143123,28147739:28156632,28147804:28156287,28147914:28155828,28148050:28154237,28148081:28153795,28148117:28148378,28154342:28154556,28169022:28170299,28169061:28169824,28169298:28169608,28172688:28173120,28174216:28174491,28178032:28178432,28179674:28179871,28185550:28185835,28192304:28194934,28192401:28194227,28192438:28193386,28193434:28193743,28195134:28195420,28202854:28203112,28208183:28208336,28209315:28209394,28212571:28212840,28213224:28213408,28217122:28217690,28219791:28220199,28221749:28222257,28222677:28222867,28226175:28226378,28229013:28229371,28232241:28232449,28248539:28253001,28248581:28251248,28248669:28249301,28248682:28248844,28250731:28250834,28253420:28254059,28260973:28339581,28261720:28261952,28263086:28263307,28264358:28338831,28281561:28332621,28281577:2833197', 'assoc_mat': '28054301:pet_clair:4211:28054818,28054312:pet_clair:4211:28054761,28081689:pet_clair:4211:28082495,28082633:pet_clair:4211:28082762,28086078:pet_clair:4211:28086409,28088094:pet_clair:4211:28088235,28138762:pet_clair:4211:28141780,28138797:pet_clair:4211:28141429,28138892:pet_clair:4211:28140319,28138917:pet_clair:4211:28139866,28138952:pet_clair:4211:28139391,28140144:pet_clair:4211:28157862,28142910:pet_clair:4211:28143123,28147739:pet_clair:4211:28156632,28147804:pet_clair:4211:28156287,28147914:pet_clair:4211:28155828,28148050:pet_clair:4211:28154237,28148081:pet_clair:4211:28153795,28148117:pet_clair:4211:28148378,28154342:pet_clair:4211:28154556,28169022:pet_clair:4211:28170299,28169061:pet_clair:4211:28169824,28169298:pet_clair:4211:28169608,28172688:pet_clair:4211:28173120,28174216:pet_clair:4211:28174491,28178032:pet_clair:4211:28178432,28179674:pet_clair:4211:28179871,28185550:pet_clair:4211:28185835,28192304:pet_clair:4211:28194934,28192401:pet_clair:4211:28194227,28192438:pet_clair:4211:28193386,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9168082379595314, 'nb_photo': 32310, 'list_port_cont': '28054690,28054777,28054795,28054903,28054941,28055016,28055065,28082124,28082224,28085415,28089128,28139739,28139956,28140380,28140658,28141237,28141402,28142076,28144081,28148071,28148782,28149056,28149320,28149626,28149696,28150140,28150495,28150724,28151311,28151542,28152019,28152322,28152541,28153045,28154484,28157295,28157585,28162327,28166669,28166817,28169591,28172533,28175833,28177999,28181842,28183367,28185681,28185704,28185973,28193244,28193462,28193579,28193853,28193959,28194338,28194353,28194517,28194698,28194726,28194833,28198082,28199470,28205659,28205755,28208508,28212947,28213647,28215851,28217520,28220231,28222326,28223770,28230858,28231718,28234563,28235919,28245662,28249122,28249359,28249597,28249794,28249983,28250135,28251058,28252031,28254813,28262674,28266607,28271855,28274865,28277775,28283668,28298623,28303687,28309171,28310232,28312631,28315151,28316412,28317569,28317713,28318119,28318456,28318562,28318711,28318966,28319137,28319419,28319818,28321421,28347679,28347856,28347915,2834806', 'assoc_port': '28054295:28055065,28054299:28055016,28054310:28054903,28054313:28054941,28054316:28054690,28054344:28054795,28054357:28054777,28081690:28082224,28081718:28082124,28084834:28085415,28086966:28089128,28138737:28141402,28138792:28141237,28138862:28153045,28138898:28140658,28138911:28139956,28138950:28139739,28139930:28140380,28139941:28148071,28141729:28142076,28143313:28144081,28147701:28152541,28147733:28152322,28147738:28152019,28147788:28151542,28147828:28151311,28147869:28150495,28147915:28157295,28147916:28149696,28147959:28149626,28148047:28149320,28148063:28149056,28148083:28148782,28148132:28162327,28149744:28150140,28150190:28150724,28153697:28154484,28157333:28157585,28166056:28166817,28166079:28166669,28169023:28169591,28172094:28172533,28175403:28175833,28177409:28177999,28181686:28181842,28183108:28183367,28185534:28185973,28185553:28185704,28185559:28185681,28192269:28194833,28192289:28194726,28192307:28194698,28192334:28194353,28192409:28194338,28192431:28193959,28192434:28193579,28192444:2819346', 'assoc_mat': '28054295:pet_clair:3327:28055065,28054299:pet_clair:3327:28055016,28054310:pet_clair:3327:28054903,28054313:pet_clair:3327:28054941,28054316:pet_clair:3327:28054690,28054344:pet_clair:3327:28054795,28054357:pet_clair:3327:28054777,28081690:pet_clair:3327:28082224,28081718:pet_clair:3327:28082124,28084834:pet_clair:3327:28085415,28086966:pet_clair:3327:28089128,28138737:pet_clair:3327:28141402,28138792:pet_clair:3327:28141237,28138862:pet_clair:3327:28153045,28138898:pet_clair:3327:28140658,28138911:pet_clair:3327:28139956,28138950:pet_clair:3327:28139739,28139930:pet_clair:3327:28140380,28139941:pet_clair:3327:28148071,28141729:pet_clair:3327:28142076,28143313:pet_clair:3327:28144081,28147701:pet_clair:3327:28152541,28147733:pet_clair:3327:28152322,28147738:pet_clair:3327:28152019,28147788:pet_clair:3327:28151542,28147828:pet_clair:3327:28151311,28147869:pet_clair:3327:28150495,28147915:pet_clair:3327:28157295,28147916:pet_clair:3327:28149696,28147959:pet_clair:3327:28149626,28148047:pet_clair:3327:28149320,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0030788789793014556, 'nb_photo': 21, 'list_port_cont': '28208296,28291621,28347171,28351704,28352887,28361785,28387870,28407669,28481208,28486248,28567938,28572736,28616869,28747581,28751890', 'assoc_port': '28148151:28291621,28202894:28208296,28219777:28347171,28264555:28352887,28309155:28361785,28350678:28351704,28387626:28387870,28406249:28407669,28477032:28481208,28483071:28486248,28565648:28567938,28572580:28572736,28614716:28616869,28739509:28747581,28739629:28751890', 'assoc_mat': '28148151:pet_fonce:4203:28291621,28202894:pet_fonce:4203:28208296,28219777:pet_fonce:4203:28347171,28264555:pet_fonce:4203:28352887,28309155:pet_fonce:4203:28361785,28350678:pet_fonce:4203:28351704,28387626:pet_fonce:4203:28387870,28406249:pet_fonce:4203:28407669,28477032:pet_fonce:4203:28481208,28483071:pet_fonce:4203:28486248,28565648:pet_fonce:4203:28567938,28572580:pet_fonce:4203:28572736,28614716:pet_fonce:4203:28616869,28739509:pet_fonce:4203:28747581,28739629:pet_fonce:4203:28751890'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.015188358404206685, 'nb_photo': 2, 'list_port_cont': '28494158,28660871', 'assoc_port': '28147909:28660871,28483046:28494158', 'assoc_mat': '28147909:pet_fonce:4207:28660871,28483046:pet_fonce:4207:28494158'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004850049395691618, 'nb_photo': 8, 'list_port_cont': '28151110,28185874,28192727,28483939,28524491,28613452,28631400,28740881', 'assoc_port': '28147918:28151110,28185557:28185874,28192477:28192727,28483107:28483939,28523863:28524491,28613063:28613452,28631171:28631400,28739754:28740881', 'assoc_mat': '28147918:pet_fonce:4461:28151110,28185557:pet_fonce:4461:28185874,28192477:pet_fonce:4461:28192727,28483107:pet_fonce:4461:28483939,28523863:pet_fonce:4461:28524491,28613063:pet_fonce:4461:28613452,28631171:pet_fonce:4461:28631400,28739754:pet_fonce:4461:28740881'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.5712472126197884, 'nb_photo': 1475, 'list_port_cont': '28054574,28054698,28054971,28063345,28063393,28082967,28084340,28084838,28087981,28162678,28170753,28172989,28182383,28183537,28185204,28185269,28185821,28186697,28198679,28205353,28209044,28209340,28215714,28220838,28227914,28244955,28252214,28256580,28265291,28275017,28283015,28283266,28283304,28283843,28285324,28289034,28289175,28291149,28291553,28293268,28295162,28297408,28298189,28300476,28302872,28316866,28322818,28322932,28323487,28324260,28324709,28325017,28327196,28330631,28347749,28347954,28348017,28348190,28348314,28348443,28348476,28348693,28348840,28349015,28349610,28349689,28349925,28351306,28351800,28351898,28352145,28352578,28354749,28355338,28355671,28356140,28357932,28358315,28359012,28359180,28361460,28361844,28363256,28375616,28378696,28378912,28381362,28385024,28387835,28393368,28398818,28400799,28404119,28404874,28407598,28417526,28417554,28423776,28424041,28424192,28480382,28481344,28481760,28481893,28482044,28482195,28482512,28483578,28483750,28484203,28484654,28486127,28486657,2848672', 'assoc_port': '28054304:28054971,28054306:28063393,28054338:28054698,28054346:28054574,28054359:28063345,28081703:28082967,28082632:28084340,28083930:28084838,28086967:28087981,28138800:28283015,28138899:28283266,28138914:28283304,28140142:28283843,28142059:28285324,28146540:28289175,28146544:28289034,28147702:28658494,28147734:28659007,28147749:28659695,28147848:28674607,28147895:28660814,28147923:28661768,28148021:28663202,28148052:28663452,28148100:28291149,28148147:28291553,28151574:28293268,28155279:28298189,28162367:28162678,28166078:28170753,28172513:28185269,28172690:28172989,28177686:28185204,28182141:28182383,28183336:28183537,28185548:28185821,28186634:28186697,28192273:28322818,28192314:28322932,28192363:28323487,28192432:28324260,28192436:28324709,28192449:28325017,28193436:28327196,28195137:28330631,28198477:28198679,28205034:28205353,28208176:28209044,28209316:28209340,28215375:28215714,28219780:28220838,28221746:28347954,28224401:28348314,28226174:28227914,28230175:28348476,28235508:28244955,28248516:2834869', 'assoc_mat': '28054304:pet_fonce:4200:28054971,28054306:pet_fonce:4200:28063393,28054338:pet_fonce:4200:28054698,28054346:pet_fonce:4200:28054574,28054359:pet_fonce:4200:28063345,28081703:pet_fonce:4200:28082967,28082632:pet_fonce:4200:28084340,28083930:pet_fonce:4200:28084838,28086967:pet_fonce:4200:28087981,28138800:pet_fonce:4200:28283015,28138899:pet_fonce:4200:28283266,28138914:pet_fonce:4200:28283304,28140142:pet_fonce:4200:28283843,28142059:pet_fonce:4200:28285324,28146540:pet_fonce:4200:28289175,28146544:pet_fonce:4200:28289034,28147702:pet_fonce:4200:28658494,28147734:pet_fonce:4200:28659007,28147749:pet_fonce:4200:28659695,28147848:pet_fonce:4200:28674607,28147895:pet_fonce:4200:28660814,28147923:pet_fonce:4200:28661768,28148021:pet_fonce:4200:28663202,28148052:pet_fonce:4200:28663452,28148100:pet_fonce:4200:28291149,28148147:pet_fonce:4200:28291553,28151574:pet_fonce:4200:28293268,28155279:pet_fonce:4200:28298189,28162367:pet_fonce:4200:28162678,28166078:pet_fonce:4200:28170753,28172513:pet_fonce:4200:28185269,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0013329827166444757, 'nb_photo': 2, 'list_port_cont': '28483676,28740152', 'assoc_port': '28483020:28483676,28739768:28740152', 'assoc_mat': '28483020:pet_fonce:4209:28483676,28739768:pet_fonce:4209:28740152'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.003127485432280619, 'nb_photo': 3, 'list_port_cont': '28501892,28609664,28672780', 'assoc_port': '28490153:28501892,28609628:28609664,28672655:28672780', 'assoc_mat': '28490153:pet_fonce:4207:28501892,28609628:pet_fonce:4207:28609664,28672655:pet_fonce:4207:28672780'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0006772671108783563, 'nb_photo': 103, 'list_port_cont': '28054827,28140329,28141784,28143126,28151982,28153797,28154975,28155834,28156291,28157379,28169602,28178439,28185843,28192823,28193387,28194236,28194928,28195417,28212832,28213400,28217678,28226376,28250836,28251013,28261956,28263315,28271641,28300341,28319178,28333957,28338833,28339588,28348281,28351784,28351966,28376289,28386271,28389621,28405034,28413124,28417274,28423941,28424094,28479303,28483388,28484792,28485151,28485829,28486362,28490584,28497213,28516494,28517053,28527516,28529484,28562204,28562573,28565934,28566339,28567998,28592435,28592861,28594137,28601047,28603369,28610289,28611707,28612700,28615741,28623861,28654927,28663401,28667668,28673618,28683741,28684050,28740014,28741302,28742592,28742684,28742829,28747049,28773291,28774446,28774719', 'assoc_port': '28054301:28054827,28138762:28141784,28138892:28140329,28142910:28143126,28146549:28157379,28147804:28156291,28147914:28155834,28147925:28154975,28148081:28153797,28151577:28151982,28169298:28169602,28178032:28178439,28185550:28185843,28192304:28194928,28192401:28194236,28192438:28193387,28192450:28192823,28195134:28195417,28212571:28212832,28213224:28213400,28217122:28217678,28226175:28226376,28248624:28251013,28250731:28250836,28260973:28339588,28261720:28261956,28263086:28263315,28264358:28338833,28271508:28271641,28274958:28333957,28299248:28319178,28300224:28300341,28347505:28348281,28350623:28351966,28350635:28351784,28375469:28376289,28386144:28386271,28389458:28389621,28404846:28405034,28412710:28413124,28416970:28417274,28423440:28424094,28423450:28423941,28478798:28479303,28483001:28486362,28483028:28485829,28483040:28485151,28483059:28484792,28483080:28483388,28490342:28490584,28497111:28497213,28516029:28517053,28516083:28516494,28523799:28527516,28529289:28529484,28561947:28562573,28561959:2856220', 'assoc_mat': '28054301:pet_fonce:4211:28054827,28138762:pet_fonce:4211:28141784,28138892:pet_fonce:4211:28140329,28142910:pet_fonce:4211:28143126,28146549:pet_fonce:4211:28157379,28147804:pet_fonce:4211:28156291,28147914:pet_fonce:4211:28155834,28147925:pet_fonce:4211:28154975,28148081:pet_fonce:4211:28153797,28151577:pet_fonce:4211:28151982,28169298:pet_fonce:4211:28169602,28178032:pet_fonce:4211:28178439,28185550:pet_fonce:4211:28185843,28192304:pet_fonce:4211:28194928,28192401:pet_fonce:4211:28194236,28192438:pet_fonce:4211:28193387,28192450:pet_fonce:4211:28192823,28195134:pet_fonce:4211:28195417,28212571:pet_fonce:4211:28212832,28213224:pet_fonce:4211:28213400,28217122:pet_fonce:4211:28217678,28226175:pet_fonce:4211:28226376,28248624:pet_fonce:4211:28251013,28250731:pet_fonce:4211:28250836,28260973:pet_fonce:4211:28339588,28261720:pet_fonce:4211:28261956,28263086:pet_fonce:4211:28263315,28264358:pet_fonce:4211:28338833,28271508:pet_fonce:4211:28271641,28274958:pet_fonce:4211:28333957,28299248:pet_fonce:4211:28319178,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.023806192467441065, 'nb_photo': 814, 'list_port_cont': '28054693,28054774,28054797,28054897,28054940,28055012,28055059,28082127,28082221,28085410,28089122,28139744,28139947,28140397,28140653,28141239,28141403,28142078,28144078,28148069,28148794,28149050,28149315,28149620,28149703,28150146,28150497,28150726,28151308,28151552,28152020,28152324,28152550,28154491,28157297,28157588,28162325,28166662,28166826,28169586,28172534,28175835,28181834,28183366,28185685,28185975,28193242,28193465,28193859,28193955,28194340,28194354,28194508,28194703,28194725,28194831,28198083,28199479,28205663,28205758,28208509,28212944,28213638,28215854,28217523,28220241,28222319,28223762,28230854,28231713,28234551,28235916,28245665,28249121,28249351,28249607,28249798,28249975,28250126,28251049,28252040,28254802,28262678,28266608,28271856,28274857,28277763,28283675,28298616,28309181,28310242,28312638,28315161,28316405,28317705,28318128,28318713,28318962,28319138,28319800,28321412,28347860,28347921,28348051,28348126,28351135,28351184,28351442,28351566,28351690,28375833,28376076,28377635,2837779', 'assoc_port': '28054295:28055059,28054299:28055012,28054310:28054897,28054313:28054940,28054316:28054693,28054344:28054797,28054357:28054774,28081690:28082221,28081718:28082127,28084834:28085410,28086966:28089122,28138737:28141403,28138792:28141239,28138898:28140653,28138911:28139947,28138950:28139744,28139930:28140397,28139941:28148069,28141729:28142078,28143313:28144078,28147701:28152550,28147733:28152324,28147738:28152020,28147788:28151552,28147828:28151308,28147869:28150497,28147915:28157297,28147916:28149703,28147959:28149620,28148047:28149315,28148063:28149050,28148083:28148794,28148132:28162325,28149744:28150146,28150190:28150726,28153697:28154491,28157333:28157588,28166056:28166826,28166079:28166662,28169023:28169586,28172094:28172534,28175403:28175835,28181686:28181834,28183108:28183366,28185534:28185975,28185559:28185685,28192269:28194831,28192289:28194725,28192307:28194703,28192334:28194354,28192409:28194340,28192431:28193955,28192444:28193465,28192447:28193242,28193431:28193859,28194254:28194508,28197666:2819808', 'assoc_mat': '28054295:pet_fonce:3327:28055059,28054299:pet_fonce:3327:28055012,28054310:pet_fonce:3327:28054897,28054313:pet_fonce:3327:28054940,28054316:pet_fonce:3327:28054693,28054344:pet_fonce:3327:28054797,28054357:pet_fonce:3327:28054774,28081690:pet_fonce:3327:28082221,28081718:pet_fonce:3327:28082127,28084834:pet_fonce:3327:28085410,28086966:pet_fonce:3327:28089122,28138737:pet_fonce:3327:28141403,28138792:pet_fonce:3327:28141239,28138898:pet_fonce:3327:28140653,28138911:pet_fonce:3327:28139947,28138950:pet_fonce:3327:28139744,28139930:pet_fonce:3327:28140397,28139941:pet_fonce:3327:28148069,28141729:pet_fonce:3327:28142078,28143313:pet_fonce:3327:28144078,28147701:pet_fonce:3327:28152550,28147733:pet_fonce:3327:28152324,28147738:pet_fonce:3327:28152020,28147788:pet_fonce:3327:28151552,28147828:pet_fonce:3327:28151308,28147869:pet_fonce:3327:28150497,28147915:pet_fonce:3327:28157297,28147916:pet_fonce:3327:28149703,28147959:pet_fonce:3327:28149620,28148047:pet_fonce:3327:28149315,28148063:pet_fonce:3327:28149050,2'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006839801354513873, 'nb_photo': 36, 'list_port_cont': '28054440,28147118,28291039,28323471,28324511,28348338,28349289,28381781,28392288,28482713,28487587,28518457,28596674,28597114,28649087,28658232,28677440,28752698', 'assoc_port': '28054350:28054440,28146918:28147118,28147700:28658232,28148146:28291039,28192388:28323471,28192440:28324511,28228988:28348338,28248588:28349289,28381739:28381781,28390850:28392288,28482696:28482713,28482976:28487587,28515941:28518457,28593916:28596674,28593919:28597114,28644305:28649087,28677396:28677440,28739777:28752698', 'assoc_mat': '28054350:pet_opaque:4205:28054440,28146918:pet_opaque:4205:28147118,28147700:pet_opaque:4205:28658232,28148146:pet_opaque:4205:28291039,28192388:pet_opaque:4205:28323471,28192440:pet_opaque:4205:28324511,28228988:pet_opaque:4205:28348338,28248588:pet_opaque:4205:28349289,28381739:pet_opaque:4205:28381781,28390850:pet_opaque:4205:28392288,28482696:pet_opaque:4205:28482713,28482976:pet_opaque:4205:28487587,28515941:pet_opaque:4205:28518457,28593916:pet_opaque:4205:28596674,28593919:pet_opaque:4205:28597114,28644305:pet_opaque:4205:28649087,28677396:pet_opaque:4205:28677440,28739777:pet_opaque:4205:28752698'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0167518751799322, 'nb_photo': 298, 'list_port_cont': '28085104,28181279,28185425,28208295,28249042,28283813,28291618,28293654,28324000,28347183,28348527,28351697,28352890,28356196,28361783,28378618,28387880,28407675,28423874,28481127,28481217,28486244,28521667,28531728,28562554,28567928,28570924,28572742,28597923,28616871,28631997,28651678,28661306,28662683,28689918,28741172,28742616,28747582,28751886,28772246,28776265', 'assoc_port': '28083963:28085104,28139937:28283813,28147910:28661306,28148151:28291618,28161015:28185425,28181031:28181279,28192430:28324000,28202894:28208295,28219777:28347183,28232930:28348527,28248631:28249042,28264555:28352890,28281591:28356196,28293296:28293654,28309155:28361783,28350678:28351697,28375471:28378618,28387626:28387880,28406249:28407675,28423462:28423874,28477032:28481217,28481009:28481127,28483071:28486244,28516161:28521667,28523862:28531728,28561952:28562554,28565488:28570924,28565648:28567928,28572580:28572742,28597768:28597923,28614716:28616871,28631178:28631997,28645222:28651678,28662425:28662683,28677995:28689918,28738999:28741172,28739509:28747582,28739629:28751886,28739809:28742616,28772034:28776265,28772086:28772246', 'assoc_mat': '28083963:pet_opaque:4203:28085104,28139937:pet_opaque:4203:28283813,28147910:pet_opaque:4203:28661306,28148151:pet_opaque:4203:28291618,28161015:pet_opaque:4203:28185425,28181031:pet_opaque:4203:28181279,28192430:pet_opaque:4203:28324000,28202894:pet_opaque:4203:28208295,28219777:pet_opaque:4203:28347183,28232930:pet_opaque:4203:28348527,28248631:pet_opaque:4203:28249042,28264555:pet_opaque:4203:28352890,28281591:pet_opaque:4203:28356196,28293296:pet_opaque:4203:28293654,28309155:pet_opaque:4203:28361783,28350678:pet_opaque:4203:28351697,28375471:pet_opaque:4203:28378618,28387626:pet_opaque:4203:28387880,28406249:pet_opaque:4203:28407675,28423462:pet_opaque:4203:28423874,28477032:pet_opaque:4203:28481217,28481009:pet_opaque:4203:28481127,28483071:pet_opaque:4203:28486244,28516161:pet_opaque:4203:28521667,28523862:pet_opaque:4203:28531728,28561952:pet_opaque:4203:28562554,28565488:pet_opaque:4203:28570924,28565648:pet_opaque:4203:28567928,28572580:pet_opaque:4203:28572742,28597768:pet_opaque:4203:28597923,2861'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.008133998224340891, 'nb_photo': 182, 'list_port_cont': '28054402,28054902,28072825,28084438,28090029,28152736,28166234,28168966,28171645,28172309,28178975,28185415,28213359,28213960,28225450,28235676,28251803,28262833,28263893,28269264,28272892,28278323,28282314,28290773,28292332,28293347,28293420,28293587,28294034,28294975,28299915,28316063,28327531,28328331,28329485,28334734,28337466,28340322,28342601,28344159,28346051,28346436,28347365,28347545,28347709,28348075,28348677,28350836,28351666,28352185,28358429,28379207,28386405,28391947,28395367,28398201,28410608,28417104,28417359,28417507,28423525,28423694,28423987,28479107,28479626,28480432,28483398,28483971,28485731,28485756,28485938,28485986,28486629,28486784,28487204,28493194,28493679,28494817,28496507,28504193,28517240,28517859,28518760,28520142,28531498,28562314,28564006,28565566,28565769,28566858,28567882,28568212,28569890,28570427,28570661,28570852,28571142,28572158,28572502,28593744,28601218,28602352,28613525,28615253,28618136,28620441,28625693,28648424,28649655,28649835,28650392,28651780,28658770,2865892', 'assoc_port': '28054297:28054902,28054319:28072825,28054352:28054402,28081719:28090029,28083934:28084438,28083948:28171645,28084837:28172309,28087374:28168966,28138758:28282314,28138906:28294034,28138935:28292332,28139933:28293420,28141029:28293587,28147736:28658770,28147741:28658928,28147752:28659350,28147806:28659804,28147850:28660146,28147854:28660408,28147909:28660870,28147989:28662412,28148085:28290773,28148114:28299915,28151575:28328331,28152599:28152736,28154717:28329485,28159774:28185415,28166080:28166234,28168996:28334734,28170010:28327531,28178799:28178975,28183631:28337466,28192429:28340322,28192446:28342601,28194730:28347365,28197664:28346436,28205609:28344159,28212549:28213960,28213243:28213359,28215371:28346051,28225398:28225450,28235487:28235676,28248529:28348677,28251445:28251803,28262751:28262833,28263783:28263893,28269228:28269264,28272779:28272892,28278260:28278323,28293204:28358429,28293210:28294975,28293294:28293347,28315969:28316063,28347533:28348075,28347540:28347709,28347541:28347545,28350617:2835218', 'assoc_mat': '28054297:pet_opaque:4207:28054902,28054319:pet_opaque:4207:28072825,28054352:pet_opaque:4207:28054402,28081719:pet_opaque:4207:28090029,28083934:pet_opaque:4207:28084438,28083948:pet_opaque:4207:28171645,28084837:pet_opaque:4207:28172309,28087374:pet_opaque:4207:28168966,28138758:pet_opaque:4207:28282314,28138906:pet_opaque:4207:28294034,28138935:pet_opaque:4207:28292332,28139933:pet_opaque:4207:28293420,28141029:pet_opaque:4207:28293587,28147736:pet_opaque:4207:28658770,28147741:pet_opaque:4207:28658928,28147752:pet_opaque:4207:28659350,28147806:pet_opaque:4207:28659804,28147850:pet_opaque:4207:28660146,28147854:pet_opaque:4207:28660408,28147909:pet_opaque:4207:28660870,28147989:pet_opaque:4207:28662412,28148085:pet_opaque:4207:28290773,28148114:pet_opaque:4207:28299915,28151575:pet_opaque:4207:28328331,28152599:pet_opaque:4207:28152736,28154717:pet_opaque:4207:28329485,28159774:pet_opaque:4207:28185415,28166080:pet_opaque:4207:28166234,28168996:pet_opaque:4207:28334734,28170010:pet_opaque:4207:28327531,2817'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.006797190004290992, 'nb_photo': 128, 'list_port_cont': '28081977,28085542,28140199,28144026,28149188,28149866,28150039,28150351,28150983,28152353,28157479,28169340,28174615,28177688,28181432,28192719,28193107,28194041,28197871,28200944,28212792,28216028,28220035,28221933,28226745,28233032,28249155,28250913,28252847,28276398,28278384,28293479,28311029,28311208,28311807,28313371,28315255,28317856,28324622,28325418,28347782,28351153,28375676,28377461,28379954,28391541,28394687,28397965,28407277,28413848,28423821,28477515,28477766,28483889,28483937,28484249,28484328,28484461,28484610,28491732,28516606,28516959,28525355,28528908,28562283,28566453,28566609,28566735,28570763,28620510,28622454,28631396,28644665,28656351,28659598,28662485,28665360,28671924,28679369,28739304,28740197,28740296,28741022,28741076,28742316,28745689,28746232,28772375,28772648,28772804,28772934', 'assoc_port': '28081717:28081977,28085384:28085542,28139935:28140199,28143810:28144026,28147927:28150983,28148057:28150351,28148087:28149866,28148150:28149188,28149746:28150039,28152166:28152353,28157332:28157479,28169062:28169340,28174214:28174615,28177407:28177688,28181340:28181432,28192331:28193107,28192477:28192719,28193668:28194041,28197668:28197871,28200553:28200944,28212551:28212792,28215550:28216028,28219774:28220035,28221747:28221933,28226524:28226745,28232655:28233032,28248629:28249155,28250727:28250913,28252625:28252847,28265677:28317856,28276254:28276398,28278108:28278384,28281559:28315255,28293139:28325418,28293207:28313371,28293309:28293479,28296032:28311807,28299552:28311208,28301747:28311029,28320702:28324622,28347527:28347782,28350627:28351153,28375489:28375676,28377307:28377461,28379722:28379954,28391221:28391541,28394419:28394687,28397703:28397965,28407028:28407277,28413384:28413848,28423436:28423821,28477070:28477766,28477141:28477515,28483034:28484610,28483048:28484461,28483058:28484328,28483067:2848424', 'assoc_mat': '28081717:pet_opaque:4461:28081977,28085384:pet_opaque:4461:28085542,28139935:pet_opaque:4461:28140199,28143810:pet_opaque:4461:28144026,28147927:pet_opaque:4461:28150983,28148057:pet_opaque:4461:28150351,28148087:pet_opaque:4461:28149866,28148150:pet_opaque:4461:28149188,28149746:pet_opaque:4461:28150039,28152166:pet_opaque:4461:28152353,28157332:pet_opaque:4461:28157479,28169062:pet_opaque:4461:28169340,28174214:pet_opaque:4461:28174615,28177407:pet_opaque:4461:28177688,28181340:pet_opaque:4461:28181432,28192331:pet_opaque:4461:28193107,28192477:pet_opaque:4461:28192719,28193668:pet_opaque:4461:28194041,28197668:pet_opaque:4461:28197871,28200553:pet_opaque:4461:28200944,28212551:pet_opaque:4461:28212792,28215550:pet_opaque:4461:28216028,28219774:pet_opaque:4461:28220035,28221747:pet_opaque:4461:28221933,28226524:pet_opaque:4461:28226745,28232655:pet_opaque:4461:28233032,28248629:pet_opaque:4461:28249155,28250727:pet_opaque:4461:28250913,28252625:pet_opaque:4461:28252847,28265677:pet_opaque:4461:28317856,2827'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.0303274406875226, 'nb_photo': 2266, 'list_port_cont': '28054576,28054700,28054982,28063356,28063391,28082973,28084341,28084843,28087982,28162666,28170758,28172979,28182384,28183532,28185201,28185277,28185827,28186691,28198682,28205355,28209042,28209339,28215706,28220842,28227908,28244953,28252215,28256578,28265294,28275011,28283016,28283263,28283303,28283848,28285332,28289022,28289174,28291146,28291559,28293264,28295164,28297406,28298187,28300490,28302860,28316879,28322813,28322928,28323480,28324275,28324715,28325018,28327200,28330629,28347745,28347960,28348016,28348202,28348313,28348447,28348484,28348697,28348832,28349027,28349617,28349695,28349929,28351313,28351795,28351889,28352140,28352569,28354741,28355337,28355666,28356127,28357930,28358323,28359020,28359169,28361445,28361856,28363263,28375625,28378695,28378918,28381355,28385028,28387836,28393363,28398817,28400810,28404124,28404881,28407582,28417525,28417561,28423778,28424043,28424185,28480387,28481333,28481762,28481896,28482049,28482206,28482518,28483577,28483751,28484204,28484649,28486130,28486661,2848672', 'assoc_port': '28054304:28054982,28054306:28063391,28054338:28054700,28054346:28054576,28054359:28063356,28081703:28082973,28082632:28084341,28083930:28084843,28086967:28087982,28138800:28283016,28138899:28283263,28138914:28283303,28140142:28283848,28142059:28285332,28146540:28289174,28146544:28289022,28147702:28658490,28147734:28659016,28147749:28659690,28147848:28674609,28147895:28660813,28147923:28661762,28148021:28663196,28148052:28663442,28148100:28291146,28148147:28291559,28151574:28293264,28155279:28298187,28162367:28162666,28166078:28170758,28172513:28185277,28172690:28172979,28177686:28185201,28182141:28182384,28183336:28183532,28185548:28185827,28186634:28186691,28192273:28322813,28192314:28322928,28192363:28323480,28192432:28324275,28192436:28324715,28192449:28325018,28193436:28327200,28195137:28330629,28198477:28198682,28205034:28205355,28208176:28209042,28209316:28209339,28215375:28215706,28219780:28220842,28221746:28347960,28224401:28348313,28226174:28227908,28230175:28348484,28235508:28244953,28248516:2834869', 'assoc_mat': '28054304:pet_opaque:4200:28054982,28054306:pet_opaque:4200:28063391,28054338:pet_opaque:4200:28054700,28054346:pet_opaque:4200:28054576,28054359:pet_opaque:4200:28063356,28081703:pet_opaque:4200:28082973,28082632:pet_opaque:4200:28084341,28083930:pet_opaque:4200:28084843,28086967:pet_opaque:4200:28087982,28138800:pet_opaque:4200:28283016,28138899:pet_opaque:4200:28283263,28138914:pet_opaque:4200:28283303,28140142:pet_opaque:4200:28283848,28142059:pet_opaque:4200:28285332,28146540:pet_opaque:4200:28289174,28146544:pet_opaque:4200:28289022,28147702:pet_opaque:4200:28658490,28147734:pet_opaque:4200:28659016,28147749:pet_opaque:4200:28659690,28147848:pet_opaque:4200:28674609,28147895:pet_opaque:4200:28660813,28147923:pet_opaque:4200:28661762,28148021:pet_opaque:4200:28663196,28148052:pet_opaque:4200:28663442,28148100:pet_opaque:4200:28291146,28148147:pet_opaque:4200:28291559,28151574:pet_opaque:4200:28293264,28155279:pet_opaque:4200:28298187,28162367:pet_opaque:4200:28162666,28166078:pet_opaque:4200:28170758,2817'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006872201207574117, 'nb_photo': 32, 'list_port_cont': '28248828,28249106,28483671,28489538,28524149,28527364,28596160,28605083,28631347,28674086,28681601,28685988,28740143,28740159,28772226,28772309,28772565,28772614', 'assoc_port': '28248602:28249106,28248626:28248828,28483020:28483671,28489342:28489538,28523868:28524149,28527263:28527364,28595900:28596160,28604954:28605083,28631173:28631347,28667193:28685988,28673945:28674086,28681383:28681601,28739684:28740143,28739768:28740159,28772020:28772614,28772032:28772565,28772043:28772309,28772075:28772226', 'assoc_mat': '28248602:pet_opaque:4209:28249106,28248626:pet_opaque:4209:28248828,28483020:pet_opaque:4209:28483671,28489342:pet_opaque:4209:28489538,28523868:pet_opaque:4209:28524149,28527263:pet_opaque:4209:28527364,28595900:pet_opaque:4209:28596160,28604954:pet_opaque:4209:28605083,28631173:pet_opaque:4209:28631347,28667193:pet_opaque:4209:28685988,28673945:pet_opaque:4209:28674086,28681383:pet_opaque:4209:28681601,28739684:pet_opaque:4209:28740143,28739768:pet_opaque:4209:28740159,28772020:pet_opaque:4209:28772614,28772032:pet_opaque:4209:28772565,28772043:pet_opaque:4209:28772309,28772075:pet_opaque:4209:28772226'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.011368169893850375, 'nb_photo': 52, 'list_port_cont': '28217470,28219858,28222996,28282672,28292828,28295295,28297726,28302234,28303877,28346197,28346534,28347732,28351252,28351765,28385203,28411859,28424133,28486088,28486955,28487003,28487797,28493395,28517757,28519114,28569143,28570496,28570772,28571862,28573206,28625891,28645174,28647928,28654745,28657371,28658137,28661741,28739132,28741188,28751790,28752802,28754426,28774755', 'assoc_port': '28083965:28658137,28138778:28282672,28139939:28292828,28147922:28661741,28148045:28657371,28197670:28346534,28212552:28347732,28215373:28346197,28217135:28217470,28219788:28219858,28222844:28222996,28295276:28295295,28297617:28297726,28302175:28302234,28303815:28303877,28350634:28351765,28350682:28351252,28385146:28385203,28411777:28411859,28423435:28424133,28482968:28487003,28483030:28493395,28483055:28486955,28483064:28486088,28487681:28487797,28515972:28519114,28516950:28517757,28565482:28570496,28565527:28571862,28565636:28569143,28570748:28570772,28573192:28573206,28625874:28625891,28644425:28645174,28647712:28647928,28654699:28654745,28739038:28739132,28739630:28751790,28739779:28752802,28739801:28754426,28739866:28741188,28772066:28774755', 'assoc_mat': '28083965:pet_opaque:4207:28658137,28138778:pet_opaque:4207:28282672,28139939:pet_opaque:4207:28292828,28147922:pet_opaque:4207:28661741,28148045:pet_opaque:4207:28657371,28197670:pet_opaque:4207:28346534,28212552:pet_opaque:4207:28347732,28215373:pet_opaque:4207:28346197,28217135:pet_opaque:4207:28217470,28219788:pet_opaque:4207:28219858,28222844:pet_opaque:4207:28222996,28295276:pet_opaque:4207:28295295,28297617:pet_opaque:4207:28297726,28302175:pet_opaque:4207:28302234,28303815:pet_opaque:4207:28303877,28350634:pet_opaque:4207:28351765,28350682:pet_opaque:4207:28351252,28385146:pet_opaque:4207:28385203,28411777:pet_opaque:4207:28411859,28423435:pet_opaque:4207:28424133,28482968:pet_opaque:4207:28487003,28483030:pet_opaque:4207:28493395,28483055:pet_opaque:4207:28486955,28483064:pet_opaque:4207:28486088,28487681:pet_opaque:4207:28487797,28515972:pet_opaque:4207:28519114,28516950:pet_opaque:4207:28517757,28565482:pet_opaque:4207:28570496,28565527:pet_opaque:4207:28571862,28565636:pet_opaque:4207:28569143,2857'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.002992670701269161, 'nb_photo': 1404, 'list_port_cont': '28054493,28054763,28054811,28082496,28083609,28086420,28088223,28139394,28139874,28140316,28141415,28141782,28142157,28143110,28148382,28151965,28153790,28154235,28154552,28154672,28154977,28155835,28156300,28156631,28156974,28157374,28157875,28162622,28169601,28170307,28173115,28174484,28178429,28179862,28182306,28185839,28192825,28193397,28193749,28194224,28194528,28194927,28195427,28198092,28203116,28208329,28208869,28209386,28212841,28213399,28217685,28220204,28222259,28222868,28226371,28229372,28232431,28235954,28248837,28249290,28249898,28250832,28251020,28251239,28252995,28254067,28261943,28263309,28267892,28271633,28300353,28304994,28309899,28312692,28317177,28319172,28319918,28321611,28324240,28324887,28325204,28326710,28328309,28328741,28331967,28332622,28333964,28338838,28339582,28347702,28347995,28348149,28348289,28350862,28351094,28351377,28351778,28351965,28375905,28376299,28377584,28379122,28380668,28386269,28389624,28393275,28396613,28399800,28405029,28409769,28413134,28417261,28423597,2842368', 'assoc_port': '28054301:28054811,28054312:28054763,28054348:28054493,28081689:28082496,28082630:28083609,28086078:28086420,28088094:28088223,28138745:28142157,28138762:28141782,28138797:28141415,28138892:28140316,28138917:28139874,28138952:28139394,28140144:28157875,28142910:28143110,28146549:28157374,28147731:28156974,28147739:28156631,28147804:28156300,28147914:28155835,28147925:28154977,28147960:28154672,28148050:28154235,28148081:28153790,28148117:28148382,28151577:28151965,28154342:28154552,28162368:28162622,28169022:28170307,28169298:28169601,28172688:28173115,28174216:28174484,28178032:28178429,28179674:28179862,28182143:28182306,28185550:28185839,28192304:28194927,28192317:28194528,28192401:28194224,28192438:28193397,28192450:28192825,28193434:28193749,28195134:28195427,28197675:28198092,28202854:28203116,28208177:28208869,28208183:28208329,28209315:28209386,28212571:28212841,28213224:28213399,28217122:28217685,28219791:28220204,28221749:28222259,28222677:28222868,28226175:28226371,28229013:28229372,28232241:2823243', 'assoc_mat': '28054301:pet_opaque:4211:28054811,28054312:pet_opaque:4211:28054763,28054348:pet_opaque:4211:28054493,28081689:pet_opaque:4211:28082496,28082630:pet_opaque:4211:28083609,28086078:pet_opaque:4211:28086420,28088094:pet_opaque:4211:28088223,28138745:pet_opaque:4211:28142157,28138762:pet_opaque:4211:28141782,28138797:pet_opaque:4211:28141415,28138892:pet_opaque:4211:28140316,28138917:pet_opaque:4211:28139874,28138952:pet_opaque:4211:28139394,28140144:pet_opaque:4211:28157875,28142910:pet_opaque:4211:28143110,28146549:pet_opaque:4211:28157374,28147731:pet_opaque:4211:28156974,28147739:pet_opaque:4211:28156631,28147804:pet_opaque:4211:28156300,28147914:pet_opaque:4211:28155835,28147925:pet_opaque:4211:28154977,28147960:pet_opaque:4211:28154672,28148050:pet_opaque:4211:28154235,28148081:pet_opaque:4211:28153790,28148117:pet_opaque:4211:28148382,28151577:pet_opaque:4211:28151965,28154342:pet_opaque:4211:28154552,28162368:pet_opaque:4211:28162622,28169022:pet_opaque:4211:28170307,28169298:pet_opaque:4211:28169601,2817'}, {'unwanted_material': 'textiles_sanitaires', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0011526934081847393, 'nb_photo': 9, 'list_port_cont': '28208289,28324009,28347174,28356194,28616868,28742605', 'assoc_port': '28192430:28324009,28202894:28208289,28219777:28347174,28281591:28356194,28614716:28616868,28739809:28742605', 'assoc_mat': '28192430:textiles_sanitaires:4203:28324009,28202894:textiles_sanitaires:4203:28208289,28219777:textiles_sanitaires:4203:28347174,28281591:textiles_sanitaires:4203:28356194,28614716:textiles_sanitaires:4203:28616868,28739809:textiles_sanitaires:4203:28742605'}, {'unwanted_material': 'textiles_sanitaires', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0030213938843065566, 'nb_photo': 10, 'list_port_cont': '28072885,28090036,28334965,28490764,28594230,28740662,28741378,28747937', 'assoc_port': '28054308:28072885,28081719:28090036,28173580:28334965,28490684:28490764,28594175:28594230,28739515:28747937,28739868:28741378,28739909:28740662', 'assoc_mat': '28054308:textiles_sanitaires:4207:28072885,28081719:textiles_sanitaires:4207:28090036,28173580:textiles_sanitaires:4207:28334965,28490684:textiles_sanitaires:4207:28490764,28594175:textiles_sanitaires:4207:28594230,28739515:textiles_sanitaires:4207:28747937,28739868:textiles_sanitaires:4207:28741378,28739909:textiles_sanitaires:4207:28740662'}, {'unwanted_material': 'textiles_sanitaires', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00042486843613497195, 'nb_photo': 8, 'list_port_cont': '28192822,28328297,28351375,28517851,28562210,28656222,28740940,28742821', 'assoc_port': '28192450:28192822,28293149:28328297,28350676:28351375,28515935:28517851,28561959:28562210,28653763:28656222,28739625:28742821,28739851:28740940', 'assoc_mat': '28192450:textiles_sanitaires:4211:28192822,28293149:textiles_sanitaires:4211:28328297,28350676:textiles_sanitaires:4211:28351375,28515935:textiles_sanitaires:4211:28517851,28561959:textiles_sanitaires:4211:28562210,28653763:textiles_sanitaires:4211:28656222,28739625:textiles_sanitaires:4211:28742821,28739851:textiles_sanitaires:4211:28740940'}) 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(2531660,2531740,2608634,2531698,2531015,2539855,2550268,2554514,2557399,2565812,2572754,2581519,2587984,2595255,2598504,2599480,2607595,2615952,2623144,2630134,2636996)); after get_hostname_from_raspi 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=979) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=157 and date >='2025-11-01' and date <= '2025-11-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=979) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=157 and date >='2025-11-01' and date <= '2025-11-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=979) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=157 and date >='2025-11-01' and date <= '2025-11-30') GROUP BY month order by month; 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=979) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=157 and date >='2025-11-01' and date <= '2025-11-30') GROUP BY month order by month; hasthag : flux_dev_rigide hasthag that could be used but not yet : _______pet_fonce,barquette_opaque,pet_opaque 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_rigide' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=979) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=157 and date >='2025-11-01' and date <= '2025-11-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=979) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=157 and date >='2025-11-01' and date <= '2025-11-30') GROUP BY month order by month; hasthag : gros_cartons 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 = '_______gros_cartons' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=979) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=157 and date >='2025-11-01' and date <= '2025-11-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=979) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=157 and date >='2025-11-01' and date <= '2025-11-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=979) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=157 and date >='2025-11-01' and date <= '2025-11-30') GROUP BY month order by month; SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______s_status' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=979) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=157 and date >='2025-11-01' and date <= '2025-11-30') GROUP BY month order by month; after impurety_average_per_hashtag {'number_of_analysed_photos': ((291803,),), 'unwanted_material_monthly_percentage': ((0.12760108152884173,),), 'material_repartition': (('s_status', 280904), ('film_pedb', 2419), ('pet_clair', 2275), ('emr', 1759), ('pehd_pp', 1722), ('flux_dev_rigide', 1451), ('gros_cartons', 857), ('ela', 194), ('aluminium', 133), ('gm', 89)), 'material_dict': {'s_status': 280904, 'autres': 10899}, 'coverage_data': (('2025/11/29/', 0.0), ('2025/11/28/', 0.0), ('2025/11/27/', 0.0), ('2025/11/26/', 0.0), ('2025/11/25/', 0.0), ('2025/11/24/', 0.0), ('2025/11/22/', 0.0), ('2025/11/21/', 0.337572), ('2025/11/20/', 1.0), ('2025/11/19/', 1.0), ('2025/11/18/', 1.0), ('2025/11/17/', 1.0), ('2025/11/15/', 1.0), ('2025/11/14/', 1.0), ('2025/11/13/', 1.0), ('2025/11/12/', 1.0), ('2025/11/11/', 1.0), ('2025/11/10/', 1.0), ('2025/11/08/', 1.0), ('2025/11/07/', 1.0), ('2025/11/06/', 1.0), ('2025/11/05/', 1.0), ('2025/11/04/', 1.0), ('2025/11/03/', 1.0), ('2025/11/01/', 1.0)), 'impurety_average_data': ((datetime.date(2025, 11, 1), 0.14284090167219088, 10), (datetime.date(2025, 11, 3), 0.16165588261590932, 11), (datetime.date(2025, 11, 4), 0.12979542448140005, 9), (datetime.date(2025, 11, 5), 0.12721182915781012, 5), (datetime.date(2025, 11, 6), 0.12762102372638076, 6), (datetime.date(2025, 11, 7), 0.12126789599929756, 13), (datetime.date(2025, 11, 8), 0.13093347037102934, 4), (datetime.date(2025, 11, 10), 0.12765651246420262, 12), (datetime.date(2025, 11, 11), 0.12524569094777738, 6), (datetime.date(2025, 11, 12), 0.11023069182570505, 5), (datetime.date(2025, 11, 13), 0.1315252192675246, 3), (datetime.date(2025, 11, 14), 0.12221869076903802, 5), (datetime.date(2025, 11, 15), 0.13192383694180124, 7), (datetime.date(2025, 11, 17), 0.1275511532684083, 8), (datetime.date(2025, 11, 18), 0.12315436748051097, 7), (datetime.date(2025, 11, 19), 0.12767531699691617, 7), (datetime.date(2025, 11, 20), 0.11719296812761122, 7), (datetime.date(2025, 11, 21), 0.10464240174713625, 11)), 'impurety_average_data_per_hashtag': {'film_pedb': ((datetime.date(2025, 11, 1), 0.1393543377135097, 10), (datetime.date(2025, 11, 3), 0.15741185687820886, 11), (datetime.date(2025, 11, 4), 0.14991105204277236, 12), (datetime.date(2025, 11, 5), 0.16681586940904292, 10), (datetime.date(2025, 11, 6), 0.17500330443422366, 12), (datetime.date(2025, 11, 7), 0.17026883838618342, 13), (datetime.date(2025, 11, 8), 0.17797750981882282, 12), (datetime.date(2025, 11, 10), 0.16658992128086367, 12), (datetime.date(2025, 11, 11), 0.12498190670018643, 11), (datetime.date(2025, 11, 12), 0.14569096592156158, 12), (datetime.date(2025, 11, 13), 0.16741953484369512, 11), (datetime.date(2025, 11, 14), 0.16210045881820098, 12), (datetime.date(2025, 11, 15), 0.18788679033537414, 12), (datetime.date(2025, 11, 17), 0.15938719392573403, 11), (datetime.date(2025, 11, 18), 0.16826264721506018, 12), (datetime.date(2025, 11, 19), 0.1648353019448164, 12), (datetime.date(2025, 11, 20), 0.17464725348319768, 13), (datetime.date(2025, 11, 21), 0.13451298673042236, 11)), 'pet_clair': ((datetime.date(2025, 11, 1), 0.06860964785550017, 6), (datetime.date(2025, 11, 3), 0.0901387040170277, 6), (datetime.date(2025, 11, 4), 0.08040554019150829, 9), (datetime.date(2025, 11, 5), 0.08072365686561866, 5), (datetime.date(2025, 11, 6), 0.08536180276656756, 8), (datetime.date(2025, 11, 7), 0.08123103525862761, 9), (datetime.date(2025, 11, 8), 0.0525538588155246, 8), (datetime.date(2025, 11, 10), 0.06757707097760768, 8), (datetime.date(2025, 11, 11), 0.06602229138981493, 7), (datetime.date(2025, 11, 12), 0.07807594836150503, 8), (datetime.date(2025, 11, 13), 0.08411037222187116, 7), (datetime.date(2025, 11, 14), 0.06871464198640756, 8), (datetime.date(2025, 11, 15), 0.06317456024935449, 8), (datetime.date(2025, 11, 17), 0.0793003260402241, 8), (datetime.date(2025, 11, 18), 0.06856647878660867, 7), (datetime.date(2025, 11, 19), 0.0722636158970488, 7), (datetime.date(2025, 11, 20), 0.07694197247157968, 7), (datetime.date(2025, 11, 21), 0.08861144347246987, 7)), 'emr': ((datetime.date(2025, 11, 1), 0.05309040097914799, 4), (datetime.date(2025, 11, 3), 0.06311701429522695, 3), (datetime.date(2025, 11, 4), 0.058726196621503836, 4), (datetime.date(2025, 11, 5), 0.06041780275507145, 4), (datetime.date(2025, 11, 6), 0.06048648628467176, 4), (datetime.date(2025, 11, 7), 0.05416079849228762, 5), (datetime.date(2025, 11, 8), 0.04805099238130427, 4), (datetime.date(2025, 11, 10), 0.05441245991342023, 4), (datetime.date(2025, 11, 11), 0.05833376934065052, 3), (datetime.date(2025, 11, 12), 0.04534550126904086, 5), (datetime.date(2025, 11, 13), 0.06649920403383607, 3), (datetime.date(2025, 11, 14), 0.05437465436840435, 3), (datetime.date(2025, 11, 15), 0.051551132921060255, 5), (datetime.date(2025, 11, 17), 0.05846848626518358, 3), (datetime.date(2025, 11, 18), 0.057781431450971844, 5), (datetime.date(2025, 11, 19), 0.05507554076106612, 3), (datetime.date(2025, 11, 20), 0.05537978827127823, 5), (datetime.date(2025, 11, 21), 0.04626082023149554, 5)), 'pehd_pp': ((datetime.date(2025, 11, 1), 0.06850821405993442, 6), (datetime.date(2025, 11, 3), 0.06088671652941957, 7), (datetime.date(2025, 11, 4), 0.0672670413498466, 7), (datetime.date(2025, 11, 5), 0.06435951007682825, 15), (datetime.date(2025, 11, 6), 0.06357531615204438, 7), (datetime.date(2025, 11, 7), 0.06067410317308131, 8), (datetime.date(2025, 11, 8), 0.05910453840884248, 3), (datetime.date(2025, 11, 10), 0.059136263852996335, 8), (datetime.date(2025, 11, 11), 0.06533883182555436, 8), (datetime.date(2025, 11, 12), 0.06435077339912063, 7), (datetime.date(2025, 11, 13), 0.062198860026920356, 6), (datetime.date(2025, 11, 14), 0.06509079877327432, 5), (datetime.date(2025, 11, 15), 0.0643827895576403, 7), (datetime.date(2025, 11, 17), 0.06668681102038572, 8), (datetime.date(2025, 11, 18), 0.062409741270987105, 7), (datetime.date(2025, 11, 19), 0.06463411225623196, 8), (datetime.date(2025, 11, 20), 0.0633674600102232, 7), (datetime.date(2025, 11, 21), 0.06970319378264453, 6)), 'flux_dev_rigide': ((datetime.date(2025, 11, 1), 0.43753832648277047, 5), (datetime.date(2025, 11, 3), 0.4698802293617608, 6), (datetime.date(2025, 11, 4), 0.3922387312387118, 6), (datetime.date(2025, 11, 5), 0.359128317829556, 6), (datetime.date(2025, 11, 6), 0.33173626349885255, 6), (datetime.date(2025, 11, 7), 0.3189840644023324, 6), (datetime.date(2025, 11, 8), 0.37865847403702263, 4), (datetime.date(2025, 11, 10), 0.3749407063659024, 6), (datetime.date(2025, 11, 11), 0.40865904715034806, 7), (datetime.date(2025, 11, 12), 0.3075164453013213, 7), (datetime.date(2025, 11, 13), 0.3668397751842183, 8), (datetime.date(2025, 11, 14), 0.3429671414864576, 7), (datetime.date(2025, 11, 15), 0.345612992573966, 7), (datetime.date(2025, 11, 17), 0.35428888817316245, 8), (datetime.date(2025, 11, 18), 0.34014202450543696, 7), (datetime.date(2025, 11, 19), 0.35375240556015364, 8), (datetime.date(2025, 11, 20), 0.33640093979753105, 7), (datetime.date(2025, 11, 21), 0.21425936424643657, 6)), 'aluminium': ((datetime.date(2025, 11, 1), 0.07129426563334335, 3), (datetime.date(2025, 11, 3), 0.045308784831424205, 8), (datetime.date(2025, 11, 4), 0.04166919937338812, 8), (datetime.date(2025, 11, 5), 0.05768793358606521, 6), (datetime.date(2025, 11, 6), 0.054887768018313146, 3), (datetime.date(2025, 11, 7), 0.05055895409646578, 3), (datetime.date(2025, 11, 10), 0.07640891694314464, 3), (datetime.date(2025, 11, 12), 0.0358484724491107, 7), (datetime.date(2025, 11, 13), 0.04282032731705567, 8), (datetime.date(2025, 11, 14), 0.04261222387425021, 8), (datetime.date(2025, 11, 17), 0.09002392312684826, 3), (datetime.date(2025, 11, 18), 0.03292409457022059, 7), (datetime.date(2025, 11, 19), 0.03819881316791237, 5), (datetime.date(2025, 11, 20), 0.028497592130825648, 8)), 'gros_cartons': ((datetime.date(2025, 11, 1), 0.03959273750433287, 5), (datetime.date(2025, 11, 3), 0.047440778264695456, 5), (datetime.date(2025, 11, 4), 0.046181936777302035, 6), (datetime.date(2025, 11, 5), 0.05494842087629802, 5), (datetime.date(2025, 11, 6), 0.057001552560125096, 5), (datetime.date(2025, 11, 7), 0.058552514141365086, 5), (datetime.date(2025, 11, 8), 0.048551655440811435, 5), (datetime.date(2025, 11, 10), 0.04512150092447888, 6), (datetime.date(2025, 11, 11), 0.04161625531653783, 6), (datetime.date(2025, 11, 12), 0.044364070917042, 5), (datetime.date(2025, 11, 13), 0.05173291064924277, 5), (datetime.date(2025, 11, 14), 0.05996835284760719, 5), (datetime.date(2025, 11, 15), 0.06015821504443003, 6), (datetime.date(2025, 11, 17), 0.055427963849596175, 5), (datetime.date(2025, 11, 18), 0.052607271841211674, 6), (datetime.date(2025, 11, 19), 0.06275843922012726, 6), (datetime.date(2025, 11, 20), 0.048817372077143616, 5), (datetime.date(2025, 11, 21), 0.03403679435590787, 7)), 'ela': ((datetime.date(2025, 11, 3), 0.16493380336983832, 5), (datetime.date(2025, 11, 4), 0.17037636483426635, 4), (datetime.date(2025, 11, 5), 0.21259155192933096, 4), (datetime.date(2025, 11, 6), 0.16965053689739112, 5), (datetime.date(2025, 11, 7), 0.16108213596596016, 4), (datetime.date(2025, 11, 10), 0.17512778953007757, 4), (datetime.date(2025, 11, 11), 0.19124920193823483, 4), (datetime.date(2025, 11, 12), 0.08514702612291761, 6), (datetime.date(2025, 11, 13), 0.17496556138986455, 5), (datetime.date(2025, 11, 14), 0.1554106734532379, 4), (datetime.date(2025, 11, 15), 0.15857751277493318, 4), (datetime.date(2025, 11, 17), 0.14346847767407445, 4), (datetime.date(2025, 11, 18), 0.14546623225977304, 4), (datetime.date(2025, 11, 19), 0.14969689593195315, 5), (datetime.date(2025, 11, 20), 0.15237946204996772, 5)), 'gm': ((datetime.date(2025, 11, 3), 0.012637262961481164, 3), (datetime.date(2025, 11, 6), 0.03266266688374186, 4), (datetime.date(2025, 11, 10), 0.05539446646158902, 3), (datetime.date(2025, 11, 12), 0.02911978171921482, 3), (datetime.date(2025, 11, 13), 0.02556854067783811, 3), (datetime.date(2025, 11, 14), 0.053867573772493876, 5), (datetime.date(2025, 11, 17), 0.04206966804487593, 3), (datetime.date(2025, 11, 18), 0.03490736298615039, 3), (datetime.date(2025, 11, 19), 0.035097695067561795, 3), (datetime.date(2025, 11, 20), 0.041895506711945786, 4))}, 'quality_array': [['-1.053224275490823', '01112025'], ['-0.23558274000441862', '03112025'], ['-0.46285223363761613', '04112025'], ['-0.22225505340526786', '05112025'], ['-0.23685537086315336', '06112025'], ['0.05869083307256247', '07112025'], ['-0.03015935988114793', '08112025'], ['-0.2821451502975269', '10112025'], ['-0.08656039384786529', '11112025'], ['-0.07778667985189557', '12112025'], ['-0.1108996515392075', '13112025'], ['-0.14269189617180034', '14112025'], ['-0.04612103354432749', '15112025'], ['0.010949158422927294', '17112025'], ['0.19215128299587977', '18112025'], ['0.4500640576705981', '19112025'], ['0.6499748420572554', '20112025'], ['0.25587731833054067', '21112025']], 'number_of_batch': ((1651,),), 'datou_id_sts': 4323, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.022116876229422683, 'nb_photo': 1705, 'list_port_cont': '28054685,28054786,28054803,28054893,28054946,28055017,28055060,28082121,28082213,28085416,28089130,28139737,28139954,28140393,28140649,28141244,28141409,28142074,28144082,28148065,28148795,28149061,28149313,28149624,28149701,28150135,28150487,28150720,28151321,28151546,28152018,28152316,28152549,28153042,28154477,28157288,28157580,28162320,28166675,28166821,28169585,28172532,28175839,28178002,28181839,28183362,28185687,28185698,28185963,28193236,28193456,28193583,28193849,28193956,28194334,28194345,28194504,28194707,28194718,28194826,28198080,28199473,28205665,28205753,28208502,28212950,28213636,28215856,28217518,28220237,28222323,28223773,28230856,28231719,28234555,28235926,28245671,28249125,28249358,28249601,28249775,28249979,28250128,28251053,28252036,28254807,28262675,28266600,28271860,28274858,28277774,28283678,28298619,28303689,28309176,28310240,28312635,28315147,28316404,28317564,28317707,28318120,28318460,28318566,28318712,28318968,28319133,28319415,28319819,28321406,28347682,28347865,28347924,2834806', 'assoc_port': '28054295:28055060,28054299:28055017,28054310:28054893,28054313:28054946,28054316:28054685,28054344:28054803,28054357:28054786,28081690:28082213,28081718:28082121,28084834:28085416,28086966:28089130,28138737:28141409,28138792:28141244,28138862:28153042,28138898:28140649,28138911:28139954,28138950:28139737,28139930:28140393,28139941:28148065,28141729:28142074,28143313:28144082,28147701:28152549,28147733:28152316,28147738:28152018,28147788:28151546,28147828:28151321,28147869:28150487,28147915:28157288,28147916:28149701,28147959:28149624,28148047:28149313,28148063:28149061,28148083:28148795,28148132:28162320,28149744:28150135,28150190:28150720,28153697:28154477,28157333:28157580,28166056:28166821,28166079:28166675,28169023:28169585,28172094:28172532,28175403:28175839,28177409:28178002,28181686:28181839,28183108:28183362,28185534:28185963,28185553:28185698,28185559:28185687,28192269:28194826,28192289:28194718,28192307:28194707,28192334:28194345,28192409:28194334,28192431:28193956,28192434:28193583,28192444:2819345', 'assoc_mat': '28054295:autre:3327:28055060,28054299:autre:3327:28055017,28054310:autre:3327:28054893,28054313:autre:3327:28054946,28054316:autre:3327:28054685,28054344:autre:3327:28054803,28054357:autre:3327:28054786,28081690:autre:3327:28082213,28081718:autre:3327:28082121,28084834:autre:3327:28085416,28086966:autre:3327:28089130,28138737:autre:3327:28141409,28138792:autre:3327:28141244,28138862:autre:3327:28153042,28138898:autre:3327:28140649,28138911:autre:3327:28139954,28138950:autre:3327:28139737,28139930:autre:3327:28140393,28139941:autre:3327:28148065,28141729:autre:3327:28142074,28143313:autre:3327:28144082,28147701:autre:3327:28152549,28147733:autre:3327:28152316,28147738:autre:3327:28152018,28147788:autre:3327:28151546,28147828:autre:3327:28151321,28147869:autre:3327:28150487,28147915:autre:3327:28157288,28147916:autre:3327:28149701,28147959:autre:3327:28149624,28148047:autre:3327:28149313,28148063:autre:3327:28149061,28148083:autre:3327:28148795,28148132:autre:3327:28162320,28149744:autre:3327:28150135,28150190:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0065005217814415395, 'nb_photo': 128, 'list_port_cont': '28054784,28054800,28054892,28085418,28139734,28140657,28141245,28142080,28144091,28149627,28151313,28152013,28157577,28162316,28166672,28166823,28169593,28175842,28193233,28193854,28193951,28194339,28194510,28194819,28205666,28208499,28212957,28213640,28215852,28217515,28220233,28230850,28231720,28249124,28249349,28249609,28249777,28250131,28251050,28254808,28266602,28271857,28277771,28283672,28312636,28318125,28318708,28318967,28319141,28347675,28351185,28351572,28377637,28378839,28384874,28391762,28393990,28403934,28417332,28423766,28478322,28478389,28482497,28484118,28484356,28484890,28485410,28487533,28493255,28496633,28516716,28517199,28517400,28517577,28524429,28524676,28566157,28566559,28567094,28592546,28592759,28600623,28604259,28615679,28646439,28651826,28652158,28664712,28675864,28680657,28682166,28739418,28740951,28741569,28741652,28741892,28742109,28742179,28742246,28768864,28768918,28769644,28773522', 'assoc_port': '28054310:28054892,28054344:28054800,28054357:28054784,28084834:28085418,28138792:28141245,28138898:28140657,28138950:28139734,28141729:28142080,28143313:28144091,28147738:28152013,28147828:28151313,28147959:28149627,28148132:28162316,28157333:28157577,28166056:28166823,28166079:28166672,28169023:28169593,28175403:28175842,28192269:28194819,28192409:28194339,28192431:28193951,28192447:28193233,28193431:28193854,28194254:28194510,28205065:28205666,28208181:28208499,28212547:28212957,28213223:28213640,28215374:28215852,28217173:28217515,28219785:28220233,28225801:28231720,28230391:28230850,28248530:28250131,28248584:28249777,28248627:28249609,28248645:28249349,28248667:28249124,28250723:28251050,28254595:28254808,28266355:28266602,28271495:28271857,28277471:28277771,28281555:28319141,28283392:28283672,28293129:28318967,28293145:28318708,28293251:28318125,28311708:28312636,28347520:28347675,28350625:28351572,28350675:28351185,28377381:28377637,28378472:28378839,28384631:28384874,28391422:28391762,28393578:2839399', 'assoc_mat': '28054310:barquette_avec_film:3327:28054892,28054344:barquette_avec_film:3327:28054800,28054357:barquette_avec_film:3327:28054784,28084834:barquette_avec_film:3327:28085418,28138792:barquette_avec_film:3327:28141245,28138898:barquette_avec_film:3327:28140657,28138950:barquette_avec_film:3327:28139734,28141729:barquette_avec_film:3327:28142080,28143313:barquette_avec_film:3327:28144091,28147738:barquette_avec_film:3327:28152013,28147828:barquette_avec_film:3327:28151313,28147959:barquette_avec_film:3327:28149627,28148132:barquette_avec_film:3327:28162316,28157333:barquette_avec_film:3327:28157577,28166056:barquette_avec_film:3327:28166823,28166079:barquette_avec_film:3327:28166672,28169023:barquette_avec_film:3327:28169593,28175403:barquette_avec_film:3327:28175842,28192269:barquette_avec_film:3327:28194819,28192409:barquette_avec_film:3327:28194339,28192431:barquette_avec_film:3327:28193951,28192447:barquette_avec_film:3327:28193233,28193431:barquette_avec_film:3327:28193854,28194254:barquette_avec_film:3327:2'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0036357080648698015, 'nb_photo': 31, 'list_port_cont': '28054433,28147117,28291042,28323464,28348322,28355368,28362750,28381794,28392294,28482712,28487586,28572428,28597112,28658229', 'assoc_port': '28054350:28054433,28146918:28147117,28147700:28658229,28148146:28291042,28192388:28323464,28228988:28348322,28276018:28355368,28319453:28362750,28381739:28381794,28390850:28392294,28482696:28482712,28482976:28487586,28565645:28572428,28593919:28597112', 'assoc_mat': '28054350:barquette_opaque:4205:28054433,28146918:barquette_opaque:4205:28147117,28147700:barquette_opaque:4205:28658229,28148146:barquette_opaque:4205:28291042,28192388:barquette_opaque:4205:28323464,28228988:barquette_opaque:4205:28348322,28276018:barquette_opaque:4205:28355368,28319453:barquette_opaque:4205:28362750,28381739:barquette_opaque:4205:28381794,28390850:barquette_opaque:4205:28392294,28482696:barquette_opaque:4205:28482712,28482976:barquette_opaque:4205:28487586,28565645:barquette_opaque:4205:28572428,28593919:barquette_opaque:4205:28597112'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.018652220480501212, 'nb_photo': 445, 'list_port_cont': '28085106,28181276,28185431,28208287,28249050,28283811,28291628,28293657,28324012,28347176,28348536,28351699,28352893,28356195,28361771,28378624,28387874,28407673,28423887,28481129,28481219,28486251,28521679,28531722,28562549,28567933,28570929,28572731,28597919,28616867,28632012,28651674,28661311,28662681,28689916,28741173,28742614,28747576,28751885,28772249,28776263', 'assoc_port': '28083963:28085106,28139937:28283811,28147910:28661311,28148151:28291628,28161015:28185431,28181031:28181276,28192430:28324012,28202894:28208287,28219777:28347176,28232930:28348536,28248631:28249050,28264555:28352893,28281591:28356195,28293296:28293657,28309155:28361771,28350678:28351699,28375471:28378624,28387626:28387874,28406249:28407673,28423462:28423887,28477032:28481219,28481009:28481129,28483071:28486251,28516161:28521679,28523862:28531722,28561952:28562549,28565488:28570929,28565648:28567933,28572580:28572731,28597768:28597919,28614716:28616867,28631178:28632012,28645222:28651674,28662425:28662681,28677995:28689916,28738999:28741173,28739509:28747576,28739629:28751885,28739809:28742614,28772034:28776263,28772086:28772249', 'assoc_mat': '28083963:barquette_opaque:4203:28085106,28139937:barquette_opaque:4203:28283811,28147910:barquette_opaque:4203:28661311,28148151:barquette_opaque:4203:28291628,28161015:barquette_opaque:4203:28185431,28181031:barquette_opaque:4203:28181276,28192430:barquette_opaque:4203:28324012,28202894:barquette_opaque:4203:28208287,28219777:barquette_opaque:4203:28347176,28232930:barquette_opaque:4203:28348536,28248631:barquette_opaque:4203:28249050,28264555:barquette_opaque:4203:28352893,28281591:barquette_opaque:4203:28356195,28293296:barquette_opaque:4203:28293657,28309155:barquette_opaque:4203:28361771,28350678:barquette_opaque:4203:28351699,28375471:barquette_opaque:4203:28378624,28387626:barquette_opaque:4203:28387874,28406249:barquette_opaque:4203:28407673,28423462:barquette_opaque:4203:28423887,28477032:barquette_opaque:4203:28481219,28481009:barquette_opaque:4203:28481129,28483071:barquette_opaque:4203:28486251,28516161:barquette_opaque:4203:28521679,28523862:barquette_opaque:4203:28531722,28561952:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003148632353663273, 'nb_photo': 225, 'list_port_cont': '28054404,28072834,28072882,28089898,28166239,28172296,28187818,28187845,28197737,28215743,28217969,28220117,28224357,28227040,28229568,28235985,28248787,28248915,28250873,28251796,28261647,28263895,28265998,28269263,28271697,28277018,28281703,28282309,28282431,28282506,28290265,28290632,28290771,28292340,28292496,28292690,28293597,28293820,28294214,28294576,28294748,28295063,28295879,28298454,28298548,28301196,28327543,28328337,28329494,28334737,28340155,28342602,28347354,28348098,28348254,28348385,28348671,28348910,28349732,28350844,28351941,28352184,28358068,28358286,28359358,28359476,28379204,28382435,28384927,28391956,28394105,28400055,28402435,28407820,28417361,28417501,28423697,28423992,28424004,28477738,28478161,28478683,28479122,28480942,28482551,28483727,28483987,28485749,28485951,28486228,28486270,28486574,28486626,28487249,28494154,28494929,28496504,28504200,28517228,28517298,28518521,28518755,28520144,28524097,28531496,28531576,28531705,28562053,28562510,28563999,28564439,28565773,28565809,2856659', 'assoc_port': '28054308:28072882,28054319:28072834,28054352:28054404,28081716:28089898,28084837:28172296,28138758:28282309,28138764:28282506,28138860:28295063,28138876:28294748,28138894:28294214,28138901:28293820,28138920:28292690,28138935:28292340,28138954:28292496,28141029:28293597,28142056:28294576,28144246:28295879,28147703:28658427,28147718:28658578,28147736:28658774,28147752:28659353,28147806:28659811,28147854:28660404,28148054:28290265,28148080:28290632,28148085:28290771,28148119:28298454,28148148:28298548,28151575:28328337,28154717:28329494,28162939:28187818,28166080:28166239,28168996:28334737,28170010:28327543,28176538:28187845,28192446:28342602,28193437:28340155,28194730:28347354,28197672:28197737,28215551:28215743,28217160:28217969,28220079:28220117,28224178:28224357,28226968:28227040,28229504:28229568,28235482:28235985,28248529:28348671,28248561:28348910,28248630:28349732,28248666:28248915,28248695:28248787,28250729:28250873,28251445:28251796,28261611:28261647,28263783:28263895,28265882:28265998,28269228:2826926', 'assoc_mat': '28054308:barquette_opaque:4207:28072882,28054319:barquette_opaque:4207:28072834,28054352:barquette_opaque:4207:28054404,28081716:barquette_opaque:4207:28089898,28084837:barquette_opaque:4207:28172296,28138758:barquette_opaque:4207:28282309,28138764:barquette_opaque:4207:28282506,28138860:barquette_opaque:4207:28295063,28138876:barquette_opaque:4207:28294748,28138894:barquette_opaque:4207:28294214,28138901:barquette_opaque:4207:28293820,28138920:barquette_opaque:4207:28292690,28138935:barquette_opaque:4207:28292340,28138954:barquette_opaque:4207:28292496,28141029:barquette_opaque:4207:28293597,28142056:barquette_opaque:4207:28294576,28144246:barquette_opaque:4207:28295879,28147703:barquette_opaque:4207:28658427,28147718:barquette_opaque:4207:28658578,28147736:barquette_opaque:4207:28658774,28147752:barquette_opaque:4207:28659353,28147806:barquette_opaque:4207:28659811,28147854:barquette_opaque:4207:28660404,28148054:barquette_opaque:4207:28290265,28148080:barquette_opaque:4207:28290632,28148085:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.013164944534692004, 'nb_photo': 22, 'list_port_cont': '28139626,28169335,28214215,28249160,28249517,28276402,28315254,28316781,28397967,28483596,28484605,28495027,28528904,28601565,28662479,28742375,28745225,28774980', 'assoc_port': '28138890:28139626,28169062:28169335,28214026:28214215,28248579:28249517,28248629:28249160,28271481:28316781,28276254:28276402,28281559:28315254,28397703:28397967,28483034:28484605,28483182:28483596,28494895:28495027,28528642:28528904,28601281:28601565,28662259:28662479,28739484:28742375,28739804:28745225,28772018:28774980', 'assoc_mat': '28138890:barquette_opaque:4461:28139626,28169062:barquette_opaque:4461:28169335,28214026:barquette_opaque:4461:28214215,28248579:barquette_opaque:4461:28249517,28248629:barquette_opaque:4461:28249160,28271481:barquette_opaque:4461:28316781,28276254:barquette_opaque:4461:28276402,28281559:barquette_opaque:4461:28315254,28397703:barquette_opaque:4461:28397967,28483034:barquette_opaque:4461:28484605,28483182:barquette_opaque:4461:28483596,28494895:barquette_opaque:4461:28495027,28528642:barquette_opaque:4461:28528904,28601281:barquette_opaque:4461:28601565,28662259:barquette_opaque:4461:28662479,28739484:barquette_opaque:4461:28742375,28739804:barquette_opaque:4461:28745225,28772018:barquette_opaque:4461:28774980'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.01934072320400697, 'nb_photo': 462, 'list_port_cont': '28054580,28054704,28054977,28063351,28084339,28170760,28182389,28183533,28185189,28185262,28198680,28205343,28209041,28209347,28215703,28220836,28244946,28252222,28256579,28265300,28275010,28283025,28283276,28283310,28285327,28289036,28289176,28291140,28291564,28293254,28297420,28298182,28300485,28302877,28316872,28322809,28322934,28324284,28324710,28325013,28330626,28347747,28347950,28348024,28348201,28348309,28348471,28348834,28349018,28349616,28349691,28349932,28351317,28351808,28351893,28352576,28354745,28355333,28355665,28356138,28357931,28358322,28359026,28359167,28361449,28361857,28363270,28375631,28378700,28378917,28381354,28385027,28387827,28393364,28398822,28400805,28404123,28404882,28407593,28417528,28417549,28423777,28424044,28480383,28481339,28481769,28481890,28482046,28482519,28483591,28484200,28484650,28486139,28486650,28486791,28488305,28493244,28494236,28496941,28501335,28503419,28503849,28518905,28519800,28520605,28520914,28521599,28522557,28531808,28531931,28533143,28535193,28562601,2856268', 'assoc_port': '28054304:28054977,28054338:28054704,28054346:28054580,28054359:28063351,28082632:28084339,28138800:28283025,28138899:28283276,28138914:28283310,28142059:28285327,28146540:28289176,28146544:28289036,28147702:28658498,28147734:28659017,28147749:28659699,28147848:28674593,28147895:28660820,28147923:28661760,28148021:28663207,28148052:28663443,28148100:28291140,28148147:28291564,28151574:28293254,28155279:28298182,28166078:28170760,28172513:28185262,28177686:28185189,28182141:28182389,28183336:28183533,28192273:28322809,28192314:28322934,28192432:28324284,28192436:28324710,28192449:28325013,28195137:28330626,28198477:28198680,28205034:28205343,28208176:28209041,28209316:28209347,28215375:28215703,28219780:28220836,28221746:28347950,28224401:28348309,28230175:28348471,28235508:28244946,28248533:28348834,28248578:28349018,28248622:28349616,28248628:28349691,28248668:28349932,28250725:28256579,28251921:28252222,28263085:28352576,28265164:28265300,28271480:28354745,28274063:28355333,28274959:28275010,28277632:2835566', 'assoc_mat': '28054304:barquette_opaque:4200:28054977,28054338:barquette_opaque:4200:28054704,28054346:barquette_opaque:4200:28054580,28054359:barquette_opaque:4200:28063351,28082632:barquette_opaque:4200:28084339,28138800:barquette_opaque:4200:28283025,28138899:barquette_opaque:4200:28283276,28138914:barquette_opaque:4200:28283310,28142059:barquette_opaque:4200:28285327,28146540:barquette_opaque:4200:28289176,28146544:barquette_opaque:4200:28289036,28147702:barquette_opaque:4200:28658498,28147734:barquette_opaque:4200:28659017,28147749:barquette_opaque:4200:28659699,28147848:barquette_opaque:4200:28674593,28147895:barquette_opaque:4200:28660820,28147923:barquette_opaque:4200:28661760,28148021:barquette_opaque:4200:28663207,28148052:barquette_opaque:4200:28663443,28148100:barquette_opaque:4200:28291140,28148147:barquette_opaque:4200:28291564,28151574:barquette_opaque:4200:28293254,28155279:barquette_opaque:4200:28298182,28166078:barquette_opaque:4200:28170760,28172513:barquette_opaque:4200:28185262,28177686:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006265225248166507, 'nb_photo': 23, 'list_port_cont': '28249108,28392788,28410672,28483495,28483668,28489526,28521462,28631342,28674099,28681599,28740132,28740158,28772306,28772624', 'assoc_port': '28248602:28249108,28392310:28392788,28410594:28410672,28483020:28483668,28483036:28483495,28489342:28489526,28521111:28521462,28631173:28631342,28673945:28674099,28681383:28681599,28739684:28740132,28739768:28740158,28772020:28772624,28772043:28772306', 'assoc_mat': '28248602:barquette_opaque:4209:28249108,28392310:barquette_opaque:4209:28392788,28410594:barquette_opaque:4209:28410672,28483020:barquette_opaque:4209:28483668,28483036:barquette_opaque:4209:28483495,28489342:barquette_opaque:4209:28489526,28521111:barquette_opaque:4209:28521462,28631173:barquette_opaque:4209:28631342,28673945:barquette_opaque:4209:28674099,28681383:barquette_opaque:4209:28681599,28739684:barquette_opaque:4209:28740132,28739768:barquette_opaque:4209:28740158,28772020:barquette_opaque:4209:28772624,28772043:barquette_opaque:4209:28772306'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.0037492910136657843, 'nb_photo': 47, 'list_port_cont': '28111664,28208356,28217485,28222997,28256344,28282097,28293608,28294902,28303881,28308128,28332378,28339377,28346535,28351988,28376192,28377010,28396068,28424139,28486096,28501882,28531554,28531753,28567734,28569036,28570486,28599166,28613840,28619949,28645447,28651652,28658140,28663740,28747539,28752564,28752792,28754005,28773491', 'assoc_port': '28083965:28658140,28086085:28111664,28142637:28294902,28160203:28339377,28181681:28332378,28197670:28346535,28208180:28208356,28217135:28217485,28222844:28222997,28250722:28256344,28281593:28282097,28293272:28293608,28303815:28303881,28308004:28308128,28350619:28351988,28375455:28377010,28375493:28376192,28394976:28396068,28423435:28424139,28483064:28486096,28490153:28501882,28523783:28531554,28523866:28531753,28565482:28570486,28567690:28567734,28568982:28569036,28599076:28599166,28613762:28613840,28618423:28619949,28645221:28645447,28651631:28651652,28663606:28663740,28739512:28747539,28739746:28752564,28739779:28752792,28739795:28754005,28772080:28773491', 'assoc_mat': '28083965:barquette_opaque:4207:28658140,28086085:barquette_opaque:4207:28111664,28142637:barquette_opaque:4207:28294902,28160203:barquette_opaque:4207:28339377,28181681:barquette_opaque:4207:28332378,28197670:barquette_opaque:4207:28346535,28208180:barquette_opaque:4207:28208356,28217135:barquette_opaque:4207:28217485,28222844:barquette_opaque:4207:28222997,28250722:barquette_opaque:4207:28256344,28281593:barquette_opaque:4207:28282097,28293272:barquette_opaque:4207:28293608,28303815:barquette_opaque:4207:28303881,28308004:barquette_opaque:4207:28308128,28350619:barquette_opaque:4207:28351988,28375455:barquette_opaque:4207:28377010,28375493:barquette_opaque:4207:28376192,28394976:barquette_opaque:4207:28396068,28423435:barquette_opaque:4207:28424139,28483064:barquette_opaque:4207:28486096,28490153:barquette_opaque:4207:28501882,28523783:barquette_opaque:4207:28531554,28523866:barquette_opaque:4207:28531753,28565482:barquette_opaque:4207:28570486,28567690:barquette_opaque:4207:28567734,28568982:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.04236755005943534, 'nb_photo': 7065, 'list_port_cont': '28054487,28054756,28054822,28082494,28082760,28083605,28086418,28088236,28139399,28139868,28140328,28141419,28141775,28142156,28143111,28148379,28151981,28153788,28154251,28154546,28154676,28154967,28155831,28156288,28156640,28156976,28157378,28157871,28162629,28169613,28169825,28170305,28173112,28174490,28178434,28179870,28182315,28185838,28192850,28193392,28193751,28194233,28194523,28194930,28195425,28198094,28203126,28208340,28208868,28209391,28212830,28213412,28217681,28220197,28222272,28222865,28226385,28229363,28232442,28235969,28248847,28249297,28249889,28250846,28251012,28251250,28253005,28254058,28261950,28263301,28267904,28271639,28300351,28304983,28309888,28312700,28317173,28319170,28319910,28321603,28324244,28324883,28325212,28326726,28328306,28328734,28331964,28332623,28333959,28338826,28339583,28347697,28348004,28348136,28350847,28351106,28351376,28351771,28351959,28375915,28376280,28377580,28379121,28380663,28386263,28389623,28393270,28396610,28399810,28405030,28409766,28413131,28417265,2842361', 'assoc_port': '28054301:28054822,28054312:28054756,28054348:28054487,28081689:28082494,28082630:28083605,28082633:28082760,28086078:28086418,28088094:28088236,28138745:28142156,28138762:28141775,28138797:28141419,28138892:28140328,28138917:28139868,28138952:28139399,28140144:28157871,28142910:28143111,28146549:28157378,28147731:28156976,28147739:28156640,28147804:28156288,28147914:28155831,28147925:28154967,28147960:28154676,28148050:28154251,28148081:28153788,28148117:28148379,28151577:28151981,28154342:28154546,28162368:28162629,28169022:28170305,28169061:28169825,28169298:28169613,28172688:28173112,28174216:28174490,28178032:28178434,28179674:28179870,28182143:28182315,28185550:28185838,28192304:28194930,28192317:28194523,28192401:28194233,28192438:28193392,28192450:28192850,28193434:28193751,28195134:28195425,28197675:28198094,28202854:28203126,28208177:28208868,28208183:28208340,28209315:28209391,28212571:28212830,28213224:28213412,28217122:28217681,28219791:28220197,28221749:28222272,28222677:28222865,28226175:2822638', 'assoc_mat': '28054301:barquette_opaque:4211:28054822,28054312:barquette_opaque:4211:28054756,28054348:barquette_opaque:4211:28054487,28081689:barquette_opaque:4211:28082494,28082630:barquette_opaque:4211:28083605,28082633:barquette_opaque:4211:28082760,28086078:barquette_opaque:4211:28086418,28088094:barquette_opaque:4211:28088236,28138745:barquette_opaque:4211:28142156,28138762:barquette_opaque:4211:28141775,28138797:barquette_opaque:4211:28141419,28138892:barquette_opaque:4211:28140328,28138917:barquette_opaque:4211:28139868,28138952:barquette_opaque:4211:28139399,28140144:barquette_opaque:4211:28157871,28142910:barquette_opaque:4211:28143111,28146549:barquette_opaque:4211:28157378,28147731:barquette_opaque:4211:28156976,28147739:barquette_opaque:4211:28156640,28147804:barquette_opaque:4211:28156288,28147914:barquette_opaque:4211:28155831,28147925:barquette_opaque:4211:28154967,28147960:barquette_opaque:4211:28154676,28148050:barquette_opaque:4211:28154251,28148081:barquette_opaque:4211:28153788,28148117:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.005513877376123888, 'nb_photo': 551, 'list_port_cont': '28054684,28054778,28054794,28054896,28054948,28055010,28082218,28085411,28089131,28139738,28139949,28140387,28140655,28141410,28142079,28144085,28148076,28148790,28149051,28149307,28149631,28149692,28150148,28150494,28151312,28151544,28152015,28152312,28152536,28153036,28154488,28157285,28157583,28162324,28166670,28166825,28169598,28172523,28175831,28181832,28185692,28185965,28193237,28193461,28193582,28193851,28193950,28194328,28194356,28194505,28194702,28194824,28198071,28199477,28205668,28205760,28208505,28212951,28215859,28217514,28220243,28222330,28223774,28230871,28231709,28234558,28235923,28245666,28249126,28249360,28249599,28249792,28249984,28250125,28254806,28262686,28266609,28274863,28283677,28298617,28303692,28309173,28312643,28315154,28316410,28317563,28317712,28318116,28318462,28318559,28318706,28319140,28319420,28319804,28347686,28347861,28348058,28348114,28351124,28351193,28351447,28351569,28375826,28376074,28377643,28377801,28378849,28380610,28384880,28387371,28391767,28397077,28399745,2840393', 'assoc_port': '28054299:28055010,28054310:28054896,28054313:28054948,28054316:28054684,28054344:28054794,28054357:28054778,28081690:28082218,28084834:28085411,28086966:28089131,28138737:28141410,28138862:28153036,28138898:28140655,28138911:28139949,28138950:28139738,28139930:28140387,28139941:28148076,28141729:28142079,28143313:28144085,28147701:28152536,28147733:28152312,28147738:28152015,28147788:28151544,28147828:28151312,28147869:28150494,28147915:28157285,28147916:28149692,28147959:28149631,28148047:28149307,28148063:28149051,28148083:28148790,28148132:28162324,28149744:28150148,28153697:28154488,28157333:28157583,28166056:28166825,28166079:28166670,28169023:28169598,28172094:28172523,28175403:28175831,28181686:28181832,28185534:28185965,28185559:28185692,28192269:28194824,28192307:28194702,28192334:28194356,28192409:28194328,28192431:28193950,28192434:28193582,28192444:28193461,28192447:28193237,28193431:28193851,28194254:28194505,28197666:28198071,28199116:28199477,28205020:28205760,28205065:28205668,28208181:2820850', 'assoc_mat': '28054299:bouchon:3327:28055010,28054310:bouchon:3327:28054896,28054313:bouchon:3327:28054948,28054316:bouchon:3327:28054684,28054344:bouchon:3327:28054794,28054357:bouchon:3327:28054778,28081690:bouchon:3327:28082218,28084834:bouchon:3327:28085411,28086966:bouchon:3327:28089131,28138737:bouchon:3327:28141410,28138862:bouchon:3327:28153036,28138898:bouchon:3327:28140655,28138911:bouchon:3327:28139949,28138950:bouchon:3327:28139738,28139930:bouchon:3327:28140387,28139941:bouchon:3327:28148076,28141729:bouchon:3327:28142079,28143313:bouchon:3327:28144085,28147701:bouchon:3327:28152536,28147733:bouchon:3327:28152312,28147738:bouchon:3327:28152015,28147788:bouchon:3327:28151544,28147828:bouchon:3327:28151312,28147869:bouchon:3327:28150494,28147915:bouchon:3327:28157285,28147916:bouchon:3327:28149692,28147959:bouchon:3327:28149631,28148047:bouchon:3327:28149307,28148063:bouchon:3327:28149051,28148083:bouchon:3327:28148790,28148132:bouchon:3327:28162324,28149744:bouchon:3327:28150148,28153697:bouchon:3327:28154488,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0029339999374795463, 'nb_photo': 48, 'list_port_cont': '28147116,28323470,28324503,28348336,28349286,28355377,28362746,28381787,28392292,28480717,28482710,28487585,28518456,28572421,28596677,28597117,28649095,28677441,28752705,28776804', 'assoc_port': '28146918:28147116,28192388:28323470,28192440:28324503,28228988:28348336,28248588:28349286,28276018:28355377,28319453:28362746,28381739:28381787,28390850:28392292,28477030:28480717,28482696:28482710,28482976:28487585,28515941:28518456,28565645:28572421,28593916:28596677,28593919:28597117,28644305:28649095,28677396:28677441,28739777:28752705,28772058:28776804', 'assoc_mat': '28146918:carton:4205:28147116,28192388:carton:4205:28323470,28192440:carton:4205:28324503,28228988:carton:4205:28348336,28248588:carton:4205:28349286,28276018:carton:4205:28355377,28319453:carton:4205:28362746,28381739:carton:4205:28381787,28390850:carton:4205:28392292,28477030:carton:4205:28480717,28482696:carton:4205:28482710,28482976:carton:4205:28487585,28515941:carton:4205:28518456,28565645:carton:4205:28572421,28593916:carton:4205:28596677,28593919:carton:4205:28597117,28644305:carton:4205:28649095,28677396:carton:4205:28677441,28739777:carton:4205:28752705,28772058:carton:4205:28776804'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009341042599412945, 'nb_photo': 297, 'list_port_cont': '28085113,28181282,28185433,28208290,28249045,28283803,28291616,28293659,28324003,28347181,28348535,28351698,28352894,28356186,28361775,28378620,28387876,28407671,28423877,28481126,28481221,28486253,28521677,28531724,28562550,28567925,28570922,28572729,28597931,28616873,28632003,28651668,28661312,28662684,28689910,28741175,28742610,28747585,28751892,28772251,28776271', 'assoc_port': '28083963:28085113,28139937:28283803,28147910:28661312,28148151:28291616,28161015:28185433,28181031:28181282,28192430:28324003,28202894:28208290,28219777:28347181,28232930:28348535,28248631:28249045,28264555:28352894,28281591:28356186,28293296:28293659,28309155:28361775,28350678:28351698,28375471:28378620,28387626:28387876,28406249:28407671,28423462:28423877,28477032:28481221,28481009:28481126,28483071:28486253,28516161:28521677,28523862:28531724,28561952:28562550,28565488:28570922,28565648:28567925,28572580:28572729,28597768:28597931,28614716:28616873,28631178:28632003,28645222:28651668,28662425:28662684,28677995:28689910,28738999:28741175,28739509:28747585,28739629:28751892,28739809:28742610,28772034:28776271,28772086:28772251', 'assoc_mat': '28083963:carton:4203:28085113,28139937:carton:4203:28283803,28147910:carton:4203:28661312,28148151:carton:4203:28291616,28161015:carton:4203:28185433,28181031:carton:4203:28181282,28192430:carton:4203:28324003,28202894:carton:4203:28208290,28219777:carton:4203:28347181,28232930:carton:4203:28348535,28248631:carton:4203:28249045,28264555:carton:4203:28352894,28281591:carton:4203:28356186,28293296:carton:4203:28293659,28309155:carton:4203:28361775,28350678:carton:4203:28351698,28375471:carton:4203:28378620,28387626:carton:4203:28387876,28406249:carton:4203:28407671,28423462:carton:4203:28423877,28477032:carton:4203:28481221,28481009:carton:4203:28481126,28483071:carton:4203:28486253,28516161:carton:4203:28521677,28523862:carton:4203:28531724,28561952:carton:4203:28562550,28565488:carton:4203:28570922,28565648:carton:4203:28567925,28572580:carton:4203:28572729,28597768:carton:4203:28597931,28614716:carton:4203:28616873,28631178:carton:4203:28632003,28645222:carton:4203:28651668,28662425:carton:4203:28662684,2867'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.94373120117043, 'nb_photo': 239, 'list_port_cont': '28054408,28072838,28084435,28090032,28166240,28172294,28178982,28185404,28187810,28197743,28212733,28213357,28217981,28220638,28224355,28227047,28230248,28235661,28248904,28250862,28253209,28261649,28262834,28264776,28269266,28273221,28276505,28277028,28282315,28290776,28292504,28292675,28293339,28293415,28294028,28294553,28295074,28295258,28297934,28298457,28299595,28299924,28301186,28302943,28304881,28308238,28326066,28327539,28329484,28333540,28334966,28337472,28339170,28340330,28340995,28341502,28341835,28346042,28346336,28346441,28348173,28348913,28350748,28350968,28351521,28351934,28352170,28357901,28358297,28358415,28359355,28375659,28376612,28377485,28378005,28382442,28391944,28402437,28406530,28407830,28424007,28424106,28477749,28478162,28480956,28481287,28482567,28483732,28483969,28485941,28485992,28486281,28486570,28486622,28486773,28488011,28489781,28491345,28493197,28493682,28494821,28496516,28501623,28504199,28516228,28516910,28517309,28518513,28520141,28521281,28524096,28530511,28531573,2853171', 'assoc_port': '28054319:28072838,28054352:28054408,28081719:28090032,28083934:28084435,28084837:28172294,28138758:28282315,28138860:28295074,28138906:28294028,28138920:28292675,28138954:28292504,28139933:28293415,28143193:28295258,28147806:28659816,28147926:28662107,28148048:28651688,28148085:28290776,28148114:28299924,28148119:28298457,28149750:28299595,28154717:28329484,28159774:28185404,28162939:28187810,28166068:28339170,28166080:28166240,28169042:28326066,28170010:28327539,28173580:28334966,28178799:28178982,28182142:28333540,28183631:28337472,28192310:28341502,28192380:28340995,28192429:28340330,28192476:28341835,28197664:28346441,28197672:28197743,28208179:28346336,28212569:28212733,28213243:28213357,28215371:28346042,28217160:28217981,28219770:28220638,28224178:28224355,28226968:28227047,28230176:28230248,28235487:28235661,28248561:28348913,28248666:28248904,28250729:28250862,28253113:28253209,28261611:28261649,28262751:28262834,28264709:28264776,28269228:28269266,28273160:28273221,28276397:28276505,28276964:2827702', 'assoc_mat': '28054319:carton:4207:28072838,28054352:carton:4207:28054408,28081719:carton:4207:28090032,28083934:carton:4207:28084435,28084837:carton:4207:28172294,28138758:carton:4207:28282315,28138860:carton:4207:28295074,28138906:carton:4207:28294028,28138920:carton:4207:28292675,28138954:carton:4207:28292504,28139933:carton:4207:28293415,28143193:carton:4207:28295258,28147806:carton:4207:28659816,28147926:carton:4207:28662107,28148048:carton:4207:28651688,28148085:carton:4207:28290776,28148114:carton:4207:28299924,28148119:carton:4207:28298457,28149750:carton:4207:28299595,28154717:carton:4207:28329484,28159774:carton:4207:28185404,28162939:carton:4207:28187810,28166068:carton:4207:28339170,28166080:carton:4207:28166240,28169042:carton:4207:28326066,28170010:carton:4207:28327539,28173580:carton:4207:28334966,28178799:carton:4207:28178982,28182142:carton:4207:28333540,28183631:carton:4207:28337472,28192310:carton:4207:28341502,28192380:carton:4207:28340995,28192429:carton:4207:28340330,28192476:carton:4207:28341835,2819'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.018358800537861354, 'nb_photo': 2085, 'list_port_cont': '28054454,28054527,28054641,28081976,28082063,28085545,28087587,28135994,28139637,28139786,28139971,28140198,28141662,28142606,28144030,28148460,28149175,28149869,28150027,28150340,28150741,28150991,28151104,28151374,28151580,28151743,28152358,28157474,28163304,28169313,28169334,28174614,28177702,28181420,28182744,28185875,28185980,28192728,28192759,28192947,28193116,28193266,28194044,28197879,28200941,28205444,28208241,28212789,28214209,28216033,28220030,28221937,28224388,28226748,28229920,28233023,28235833,28248984,28249165,28249332,28249506,28249720,28250911,28252848,28261374,28263732,28276400,28278379,28293486,28309920,28309996,28311021,28311210,28311801,28313029,28313373,28314112,28314978,28315256,28315541,28315724,28316115,28316784,28317862,28324627,28325424,28347643,28347785,28347884,28350889,28351018,28351154,28375677,28375846,28377462,28379958,28385763,28391531,28394685,28397964,28403570,28407278,28413854,28423625,28423721,28423824,28477329,28477511,28477775,28477986,28478411,28482355,28483420,2848361', 'assoc_port': '28054293:28054641,28054311:28054527,28054341:28054454,28081687:28082063,28081717:28081976,28083932:28135994,28085384:28085545,28087377:28087587,28138760:28139971,28138796:28139786,28138890:28139637,28138949:28142606,28139935:28140198,28141502:28141662,28143810:28144030,28147732:28151743,28147743:28148460,28147808:28151580,28147855:28151374,28147918:28151104,28147927:28150991,28148043:28150741,28148057:28150340,28148087:28149869,28148150:28149175,28149746:28150027,28152166:28152358,28157332:28157474,28162938:28163304,28168971:28169313,28169062:28169334,28174214:28174614,28177407:28177702,28181340:28181420,28182614:28182744,28185520:28185980,28185557:28185875,28192275:28193266,28192331:28193116,28192428:28192947,28192442:28192759,28192477:28192728,28193668:28194044,28197668:28197879,28200553:28200941,28205006:28205444,28208178:28208241,28212551:28212789,28214026:28214209,28215550:28216033,28219774:28220030,28221747:28221937,28224165:28224388,28226524:28226748,28229730:28229920,28232655:28233023,28235522:2823583', 'assoc_mat': '28054293:carton:4461:28054641,28054311:carton:4461:28054527,28054341:carton:4461:28054454,28081687:carton:4461:28082063,28081717:carton:4461:28081976,28083932:carton:4461:28135994,28085384:carton:4461:28085545,28087377:carton:4461:28087587,28138760:carton:4461:28139971,28138796:carton:4461:28139786,28138890:carton:4461:28139637,28138949:carton:4461:28142606,28139935:carton:4461:28140198,28141502:carton:4461:28141662,28143810:carton:4461:28144030,28147732:carton:4461:28151743,28147743:carton:4461:28148460,28147808:carton:4461:28151580,28147855:carton:4461:28151374,28147918:carton:4461:28151104,28147927:carton:4461:28150991,28148043:carton:4461:28150741,28148057:carton:4461:28150340,28148087:carton:4461:28149869,28148150:carton:4461:28149175,28149746:carton:4461:28150027,28152166:carton:4461:28152358,28157332:carton:4461:28157474,28162938:carton:4461:28163304,28168971:carton:4461:28169313,28169062:carton:4461:28169334,28174214:carton:4461:28174614,28177407:carton:4461:28177702,28181340:carton:4461:28181420,2818'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.019831205131289643, 'nb_photo': 424, 'list_port_cont': '28054573,28054708,28063355,28063395,28082965,28084345,28084849,28087968,28170751,28172983,28182385,28183524,28185200,28185830,28186692,28198689,28205359,28209047,28209349,28220833,28244949,28252220,28256573,28265285,28275009,28283030,28283269,28283305,28283847,28285322,28289167,28291566,28293261,28295178,28297418,28298190,28300486,28302867,28316864,28322821,28322943,28323490,28324278,28324718,28325022,28330625,28347742,28347949,28348028,28348198,28348305,28348441,28348472,28348844,28349611,28349684,28351314,28352144,28352575,28354744,28355673,28356126,28357940,28358317,28359174,28361447,28363269,28375614,28378702,28378914,28381367,28385021,28387831,28393373,28398819,28400802,28404118,28404876,28407586,28417518,28417550,28423784,28424039,28424193,28480384,28481336,28481767,28481888,28482052,28482194,28482524,28483759,28484189,28484660,28486664,28486726,28486802,28488299,28493241,28494247,28494749,28496953,28501318,28503425,28503845,28518900,28519801,28520613,28520915,28522547,28524461,28531621,28531819,2853193', 'assoc_port': '28054306:28063395,28054338:28054708,28054346:28054573,28054359:28063355,28081703:28082965,28082632:28084345,28083930:28084849,28086967:28087968,28138800:28283030,28138899:28283269,28138914:28283305,28140142:28283847,28142059:28285322,28146540:28289167,28147702:28658497,28147734:28659018,28147749:28659700,28147848:28674608,28147895:28660812,28147923:28661770,28148021:28663204,28148052:28663444,28148147:28291566,28151574:28293261,28155279:28298190,28166078:28170751,28172690:28172983,28177686:28185200,28182141:28182385,28183336:28183524,28185548:28185830,28186634:28186692,28192273:28322821,28192314:28322943,28192363:28323490,28192432:28324278,28192436:28324718,28192449:28325022,28195137:28330625,28198477:28198689,28205034:28205359,28208176:28209047,28209316:28209349,28219780:28220833,28221746:28347949,28224401:28348305,28230175:28348472,28235508:28244949,28248533:28348844,28248622:28349611,28248628:28349684,28250725:28256573,28251921:28252220,28263085:28352575,28265164:28265285,28271480:28354744,28274959:2827500', 'assoc_mat': '28054306:carton:4200:28063395,28054338:carton:4200:28054708,28054346:carton:4200:28054573,28054359:carton:4200:28063355,28081703:carton:4200:28082965,28082632:carton:4200:28084345,28083930:carton:4200:28084849,28086967:carton:4200:28087968,28138800:carton:4200:28283030,28138899:carton:4200:28283269,28138914:carton:4200:28283305,28140142:carton:4200:28283847,28142059:carton:4200:28285322,28146540:carton:4200:28289167,28147702:carton:4200:28658497,28147734:carton:4200:28659018,28147749:carton:4200:28659700,28147848:carton:4200:28674608,28147895:carton:4200:28660812,28147923:carton:4200:28661770,28148021:carton:4200:28663204,28148052:carton:4200:28663444,28148147:carton:4200:28291566,28151574:carton:4200:28293261,28155279:carton:4200:28298190,28166078:carton:4200:28170751,28172690:carton:4200:28172983,28177686:carton:4200:28185200,28182141:carton:4200:28182385,28183336:carton:4200:28183524,28185548:carton:4200:28185830,28186634:carton:4200:28186692,28192273:carton:4200:28322821,28192314:carton:4200:28322943,2819'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01708921037294712, 'nb_photo': 65, 'list_port_cont': '28148530,28248817,28249109,28392793,28410663,28483491,28521459,28524159,28527366,28596162,28605098,28631345,28674090,28681607,28685992,28740142,28740148,28772217,28772316,28772563,28772631', 'assoc_port': '28147704:28148530,28248602:28249109,28248626:28248817,28392310:28392793,28410594:28410663,28483036:28483491,28521111:28521459,28523868:28524159,28527263:28527366,28595900:28596162,28604954:28605098,28631173:28631345,28667193:28685992,28673945:28674090,28681383:28681607,28739684:28740142,28739768:28740148,28772020:28772631,28772032:28772563,28772043:28772316,28772075:28772217', 'assoc_mat': '28147704:carton:4209:28148530,28248602:carton:4209:28249109,28248626:carton:4209:28248817,28392310:carton:4209:28392793,28410594:carton:4209:28410663,28483036:carton:4209:28483491,28521111:carton:4209:28521459,28523868:carton:4209:28524159,28527263:carton:4209:28527366,28595900:carton:4209:28596162,28604954:carton:4209:28605098,28631173:carton:4209:28631345,28667193:carton:4209:28685992,28673945:carton:4209:28674090,28681383:carton:4209:28681607,28739684:carton:4209:28740142,28739768:carton:4209:28740148,28772020:carton:4209:28772631,28772032:carton:4209:28772563,28772043:carton:4209:28772316,28772075:carton:4209:28772217'}, {'unwanted_material': 'carton', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.9480514179453017, 'nb_photo': 99, 'list_port_cont': '28072742,28188424,28217477,28219857,28246531,28249919,28262108,28272522,28282100,28282669,28292834,28294368,28294904,28297723,28298603,28299428,28308121,28332229,28332380,28333337,28338571,28339104,28340786,28346195,28348373,28349162,28358998,28377005,28377973,28385199,28398488,28405879,28411856,28424130,28480845,28487013,28493397,28494364,28519100,28520873,28531748,28566357,28567076,28570773,28571195,28573203,28603094,28613842,28633480,28649263,28654746,28658135,28658523,28660659,28663728,28670088,28739137,28741383,28744266,28749785,28750924,28751783,28752571,28752799,28754421,28758361,28760901,28769067,28773498,28774760,28775085,28775939,28776500', 'assoc_port': '28054355:28072742,28083965:28658135,28138778:28282669,28138896:28294368,28139939:28292834,28142637:28294904,28147705:28658523,28148118:28298603,28149748:28299428,28153696:28332229,28166022:28339104,28169021:28188424,28172093:28333337,28176338:28338571,28181681:28332380,28192311:28340786,28215373:28346195,28217135:28217477,28219788:28219857,28225385:28246531,28248586:28349162,28248644:28249919,28262050:28262108,28272454:28272522,28281593:28282100,28293211:28358998,28297617:28297723,28308004:28308121,28347518:28348373,28375455:28377005,28377781:28377973,28385146:28385199,28398370:28398488,28405816:28405879,28411777:28411856,28423435:28424130,28477034:28480845,28482968:28487013,28483030:28493397,28483050:28494364,28515972:28519100,28516130:28520873,28523866:28531748,28565500:28571195,28565651:28567076,28565701:28566357,28570748:28570773,28573192:28573203,28602914:28603094,28613762:28613842,28633425:28633480,28644313:28649263,28654699:28654746,28660573:28660659,28663606:28663728,28670058:28670088,28739005:2874138', 'assoc_mat': '28054355:carton:4207:28072742,28083965:carton:4207:28658135,28138778:carton:4207:28282669,28138896:carton:4207:28294368,28139939:carton:4207:28292834,28142637:carton:4207:28294904,28147705:carton:4207:28658523,28148118:carton:4207:28298603,28149748:carton:4207:28299428,28153696:carton:4207:28332229,28166022:carton:4207:28339104,28169021:carton:4207:28188424,28172093:carton:4207:28333337,28176338:carton:4207:28338571,28181681:carton:4207:28332380,28192311:carton:4207:28340786,28215373:carton:4207:28346195,28217135:carton:4207:28217477,28219788:carton:4207:28219857,28225385:carton:4207:28246531,28248586:carton:4207:28349162,28248644:carton:4207:28249919,28262050:carton:4207:28262108,28272454:carton:4207:28272522,28281593:carton:4207:28282100,28293211:carton:4207:28358998,28297617:carton:4207:28297723,28308004:carton:4207:28308121,28347518:carton:4207:28348373,28375455:carton:4207:28377005,28377781:carton:4207:28377973,28385146:carton:4207:28385199,28398370:carton:4207:28398488,28405816:carton:4207:28405879,2841'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0019123726608888017, 'nb_photo': 969, 'list_port_cont': '28054494,28054766,28054812,28082482,28083600,28086422,28088222,28139400,28139873,28140317,28141420,28141777,28142150,28143116,28148384,28151959,28153800,28154236,28154557,28154684,28154978,28155842,28156302,28156639,28156982,28157377,28157860,28162625,28169605,28169820,28170297,28173122,28174489,28178423,28179873,28182304,28185840,28192827,28193388,28193736,28194222,28194524,28194935,28195423,28198090,28203120,28208333,28208876,28209390,28212825,28217684,28220193,28222265,28222860,28226384,28229366,28232450,28235953,28248845,28249293,28249890,28250838,28251241,28253000,28254074,28261946,28263313,28271630,28300352,28304982,28309891,28312688,28317175,28319165,28319915,28321604,28324250,28324866,28325206,28326717,28328295,28328737,28331976,28332616,28333954,28338830,28339576,28347696,28347994,28348140,28348285,28350859,28351100,28351383,28351782,28351956,28375911,28376281,28377594,28379112,28380669,28386272,28389615,28393267,28396615,28399803,28405027,28409770,28413126,28423604,28423686,28423938,28424088,2847729', 'assoc_port': '28054301:28054812,28054312:28054766,28054348:28054494,28081689:28082482,28082630:28083600,28086078:28086422,28088094:28088222,28138745:28142150,28138762:28141777,28138797:28141420,28138892:28140317,28138917:28139873,28138952:28139400,28140144:28157860,28142910:28143116,28146549:28157377,28147731:28156982,28147739:28156639,28147804:28156302,28147914:28155842,28147925:28154978,28147960:28154684,28148050:28154236,28148081:28153800,28148117:28148384,28151577:28151959,28154342:28154557,28162368:28162625,28169022:28170297,28169061:28169820,28169298:28169605,28172688:28173122,28174216:28174489,28178032:28178423,28179674:28179873,28182143:28182304,28185550:28185840,28192304:28194935,28192317:28194524,28192401:28194222,28192438:28193388,28192450:28192827,28193434:28193736,28195134:28195423,28197675:28198090,28202854:28203120,28208177:28208876,28208183:28208333,28209315:28209390,28212571:28212825,28217122:28217684,28219791:28220193,28221749:28222265,28222677:28222860,28226175:28226384,28229013:28229366,28232241:2823245', 'assoc_mat': '28054301:carton:4211:28054812,28054312:carton:4211:28054766,28054348:carton:4211:28054494,28081689:carton:4211:28082482,28082630:carton:4211:28083600,28086078:carton:4211:28086422,28088094:carton:4211:28088222,28138745:carton:4211:28142150,28138762:carton:4211:28141777,28138797:carton:4211:28141420,28138892:carton:4211:28140317,28138917:carton:4211:28139873,28138952:carton:4211:28139400,28140144:carton:4211:28157860,28142910:carton:4211:28143116,28146549:carton:4211:28157377,28147731:carton:4211:28156982,28147739:carton:4211:28156639,28147804:carton:4211:28156302,28147914:carton:4211:28155842,28147925:carton:4211:28154978,28147960:carton:4211:28154684,28148050:carton:4211:28154236,28148081:carton:4211:28153800,28148117:carton:4211:28148384,28151577:carton:4211:28151959,28154342:carton:4211:28154557,28162368:carton:4211:28162625,28169022:carton:4211:28170297,28169061:carton:4211:28169820,28169298:carton:4211:28169605,28172688:carton:4211:28173122,28174216:carton:4211:28174489,28178032:carton:4211:28178423,2817'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.020846949535005713, 'nb_photo': 807, 'list_port_cont': '28054782,28054801,28054942,28055020,28055068,28082130,28082212,28085414,28089127,28139735,28139950,28140389,28140656,28141235,28141405,28142075,28144080,28148074,28148786,28149057,28149630,28149707,28150139,28150721,28151316,28151553,28152318,28152540,28154479,28157287,28157581,28162319,28166664,28166813,28169588,28172526,28175844,28178001,28181836,28183369,28185689,28185696,28185967,28193234,28193453,28193580,28193848,28194335,28194352,28194507,28194701,28194723,28198075,28199471,28205660,28205761,28208506,28212955,28213642,28215863,28217524,28220239,28222325,28223771,28230865,28231715,28234562,28235922,28245668,28249127,28249354,28249611,28249784,28249974,28250127,28251057,28252033,28254812,28262680,28266604,28271853,28274852,28277765,28283680,28298622,28303682,28309177,28310236,28312640,28315158,28316409,28317573,28317717,28318118,28318455,28318560,28318714,28318965,28319135,28319423,28319812,28321417,28347862,28348059,28348117,28351188,28351450,28351564,28351682,28375830,28376070,28377648,28377806,2837884', 'assoc_port': '28054295:28055068,28054299:28055020,28054313:28054942,28054344:28054801,28054357:28054782,28081690:28082212,28081718:28082130,28084834:28085414,28086966:28089127,28138737:28141405,28138792:28141235,28138898:28140656,28138911:28139950,28138950:28139735,28139930:28140389,28139941:28148074,28141729:28142075,28143313:28144080,28147701:28152540,28147733:28152318,28147788:28151553,28147828:28151316,28147915:28157287,28147916:28149707,28147959:28149630,28148063:28149057,28148083:28148786,28148132:28162319,28149744:28150139,28150190:28150721,28153697:28154479,28157333:28157581,28166056:28166813,28166079:28166664,28169023:28169588,28172094:28172526,28175403:28175844,28177409:28178001,28181686:28181836,28183108:28183369,28185534:28185967,28185553:28185696,28185559:28185689,28192289:28194723,28192307:28194701,28192334:28194352,28192409:28194335,28192434:28193580,28192444:28193453,28192447:28193234,28193431:28193848,28194254:28194507,28197666:28198075,28199116:28199471,28205020:28205761,28205065:28205660,28208181:2820850', 'assoc_mat': '28054295:carton:3327:28055068,28054299:carton:3327:28055020,28054313:carton:3327:28054942,28054344:carton:3327:28054801,28054357:carton:3327:28054782,28081690:carton:3327:28082212,28081718:carton:3327:28082130,28084834:carton:3327:28085414,28086966:carton:3327:28089127,28138737:carton:3327:28141405,28138792:carton:3327:28141235,28138898:carton:3327:28140656,28138911:carton:3327:28139950,28138950:carton:3327:28139735,28139930:carton:3327:28140389,28139941:carton:3327:28148074,28141729:carton:3327:28142075,28143313:carton:3327:28144080,28147701:carton:3327:28152540,28147733:carton:3327:28152318,28147788:carton:3327:28151553,28147828:carton:3327:28151316,28147915:carton:3327:28157287,28147916:carton:3327:28149707,28147959:carton:3327:28149630,28148063:carton:3327:28149057,28148083:carton:3327:28148786,28148132:carton:3327:28162319,28149744:carton:3327:28150139,28150190:carton:3327:28150721,28153697:carton:3327:28154479,28157333:carton:3327:28157581,28166056:carton:3327:28166813,28166079:carton:3327:28166664,2816'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.003214736026835413, 'nb_photo': 3, 'list_port_cont': '28147125,28392298,28518459', 'assoc_port': '28146918:28147125,28390850:28392298,28515941:28518459', 'assoc_mat': '28146918:ela:4205:28147125,28390850:ela:4205:28392298,28515941:ela:4205:28518459'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.831395007545058, 'nb_photo': 90, 'list_port_cont': '28085107,28181271,28185420,28208293,28249040,28283809,28291620,28293669,28348533,28351691,28352885,28356183,28361784,28378616,28387869,28407664,28423882,28481138,28481211,28486238,28521680,28531733,28562551,28570927,28572737,28597924,28632009,28651676,28661316,28662695,28689923,28742603,28751893,28772253', 'assoc_port': '28083963:28085107,28139937:28283809,28147910:28661316,28148151:28291620,28161015:28185420,28181031:28181271,28202894:28208293,28232930:28348533,28248631:28249040,28264555:28352885,28281591:28356183,28293296:28293669,28309155:28361784,28350678:28351691,28375471:28378616,28387626:28387869,28406249:28407664,28423462:28423882,28477032:28481211,28481009:28481138,28483071:28486238,28516161:28521680,28523862:28531733,28561952:28562551,28565488:28570927,28572580:28572737,28597768:28597924,28631178:28632009,28645222:28651676,28662425:28662695,28677995:28689923,28739629:28751893,28739809:28742603,28772086:28772253', 'assoc_mat': '28083963:ela:4203:28085107,28139937:ela:4203:28283809,28147910:ela:4203:28661316,28148151:ela:4203:28291620,28161015:ela:4203:28185420,28181031:ela:4203:28181271,28202894:ela:4203:28208293,28232930:ela:4203:28348533,28248631:ela:4203:28249040,28264555:ela:4203:28352885,28281591:ela:4203:28356183,28293296:ela:4203:28293669,28309155:ela:4203:28361784,28350678:ela:4203:28351691,28375471:ela:4203:28378616,28387626:ela:4203:28387869,28406249:ela:4203:28407664,28423462:ela:4203:28423882,28477032:ela:4203:28481211,28481009:ela:4203:28481138,28483071:ela:4203:28486238,28516161:ela:4203:28521680,28523862:ela:4203:28531733,28561952:ela:4203:28562551,28565488:ela:4203:28570927,28572580:ela:4203:28572737,28597768:ela:4203:28597924,28631178:ela:4203:28632009,28645222:ela:4203:28651676,28662425:ela:4203:28662695,28677995:ela:4203:28689923,28739629:ela:4203:28751893,28739809:ela:4203:28742603,28772086:ela:4203:28772253'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0029779852599831256, 'nb_photo': 23, 'list_port_cont': '28090669,28161530,28168964,28227049,28251811,28279439,28281701,28298441,28339164,28343920,28346335,28417362,28487240,28562657,28572506,28597610,28656843,28658580,28658783,28742510,28747941,28752331,28754631', 'assoc_port': '28081688:28090669,28087374:28168964,28147718:28658580,28147736:28658783,28148119:28298441,28161482:28161530,28166068:28339164,28204992:28343920,28208179:28346335,28226968:28227049,28251445:28251811,28279351:28279439,28281596:28281701,28416963:28417362,28483056:28487240,28561944:28562657,28572496:28572506,28597498:28597610,28656620:28656843,28739515:28747941,28739690:28752331,28739803:28754631,28739813:28742510', 'assoc_mat': '28081688:ela:4207:28090669,28087374:ela:4207:28168964,28147718:ela:4207:28658580,28147736:ela:4207:28658783,28148119:ela:4207:28298441,28161482:ela:4207:28161530,28166068:ela:4207:28339164,28204992:ela:4207:28343920,28208179:ela:4207:28346335,28226968:ela:4207:28227049,28251445:ela:4207:28251811,28279351:ela:4207:28279439,28281596:ela:4207:28281701,28416963:ela:4207:28417362,28483056:ela:4207:28487240,28561944:ela:4207:28562657,28572496:ela:4207:28572506,28597498:ela:4207:28597610,28656620:ela:4207:28656843,28739515:ela:4207:28747941,28739690:ela:4207:28752331,28739803:ela:4207:28754631,28739813:ela:4207:28742510'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005659867884306672, 'nb_photo': 9, 'list_port_cont': '28149177,28192766,28220029,28313034,28315243,28423812,28741222,28745682,28768751', 'assoc_port': '28148150:28149177,28192442:28192766,28219774:28220029,28281559:28315243,28293233:28313034,28423436:28423812,28739565:28745682,28739614:28741222,28768651:28768751', 'assoc_mat': '28148150:ela:4461:28149177,28192442:ela:4461:28192766,28219774:ela:4461:28220029,28281559:ela:4461:28315243,28293233:ela:4461:28313034,28423436:ela:4461:28423812,28739565:ela:4461:28745682,28739614:ela:4461:28741222,28768651:ela:4461:28768751'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.004281428704200686, 'nb_photo': 50, 'list_port_cont': '28054569,28054707,28054984,28063406,28082964,28084347,28170759,28209036,28265288,28275013,28283028,28285333,28323475,28327198,28330638,28348025,28348437,28348687,28349693,28352143,28357925,28358316,28359015,28400806,28404890,28482050,28503418,28520904,28562681,28572355,28572705,28595200,28597143,28604002,28620335,28663194,28679905,28685142,28742400,28745898,28751093,28775602', 'assoc_port': '28054304:28054984,28054306:28063406,28054338:28054707,28054346:28054569,28081703:28082964,28082632:28084347,28138800:28283028,28142059:28285333,28148021:28663194,28166078:28170759,28192363:28323475,28193436:28327198,28195137:28330638,28208176:28209036,28248516:28348687,28248628:28349693,28265164:28265288,28274959:28275013,28293108:28357925,28293142:28358316,28293209:28359015,28347503:28348437,28347535:28348025,28350621:28352143,28400535:28400806,28404533:28404890,28477101:28482050,28490861:28503418,28520558:28520904,28561946:28562681,28565647:28572705,28572259:28572355,28592017:28595200,28593914:28597143,28600038:28604002,28617210:28620335,28668829:28685142,28671811:28679905,28739481:28745898,28739618:28751093,28739858:28742400,28772025:28775602', 'assoc_mat': '28054304:ela:4200:28054984,28054306:ela:4200:28063406,28054338:ela:4200:28054707,28054346:ela:4200:28054569,28081703:ela:4200:28082964,28082632:ela:4200:28084347,28138800:ela:4200:28283028,28142059:ela:4200:28285333,28148021:ela:4200:28663194,28166078:ela:4200:28170759,28192363:ela:4200:28323475,28193436:ela:4200:28327198,28195137:ela:4200:28330638,28208176:ela:4200:28209036,28248516:ela:4200:28348687,28248628:ela:4200:28349693,28265164:ela:4200:28265288,28274959:ela:4200:28275013,28293108:ela:4200:28357925,28293142:ela:4200:28358316,28293209:ela:4200:28359015,28347503:ela:4200:28348437,28347535:ela:4200:28348025,28350621:ela:4200:28352143,28400535:ela:4200:28400806,28404533:ela:4200:28404890,28477101:ela:4200:28482050,28490861:ela:4200:28503418,28520558:ela:4200:28520904,28561946:ela:4200:28562681,28565647:ela:4200:28572705,28572259:ela:4200:28572355,28592017:ela:4200:28595200,28593914:ela:4200:28597143,28600038:ela:4200:28604002,28617210:ela:4200:28620335,28668829:ela:4200:28685142,28671811:ela:4200:2867990'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0034257737552382604, 'nb_photo': 7, 'list_port_cont': '28249112,28489536,28524156,28740146', 'assoc_port': '28248602:28249112,28489342:28489536,28523868:28524156,28739768:28740146', 'assoc_mat': '28248602:ela:4209:28249112,28489342:ela:4209:28489536,28523868:ela:4209:28524156,28739768:ela:4209:28740146'}, {'unwanted_material': 'ela', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.001881741989881806, 'nb_photo': 5, 'list_port_cont': '28217479,28219854,28396069,28751792,28753993', 'assoc_port': '28217135:28217479,28219788:28219854,28394976:28396069,28739630:28751792,28739795:28753993', 'assoc_mat': '28217135:ela:4207:28217479,28219788:ela:4207:28219854,28394976:ela:4207:28396069,28739630:ela:4207:28751792,28739795:ela:4207:28753993'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0004606734871178848, 'nb_photo': 95, 'list_port_cont': '28083595,28139867,28141416,28143120,28151957,28157371,28170312,28173114,28185847,28192839,28193393,28193745,28194232,28194536,28194921,28195421,28203127,28208345,28212839,28217680,28222258,28222873,28226374,28250845,28271637,28304992,28309883,28317174,28328304,28333958,28338840,28339574,28351099,28386270,28393283,28413130,28423600,28477887,28479300,28479457,28480365,28483688,28484010,28484081,28485006,28486204,28486596,28487298,28497209,28517846,28530441,28562207,28562577,28562728,28566943,28567002,28567820,28568367,28571010,28592867,28594138,28650106,28650371,28653036,28663135,28667673,28673207,28687611,28740388,28741911,28745059,28747058,28747204,28748733,28773294,28775399,28779374', 'assoc_port': '28082630:28083595,28138797:28141416,28138917:28139867,28142910:28143120,28146549:28157371,28151577:28151957,28169022:28170312,28172688:28173114,28185550:28185847,28192304:28194921,28192317:28194536,28192401:28194232,28192438:28193393,28192450:28192839,28193434:28193745,28195134:28195421,28202854:28203127,28208183:28208345,28212571:28212839,28217122:28217680,28221749:28222258,28222677:28222873,28226175:28226374,28250731:28250845,28260973:28339574,28264358:28338840,28271508:28271637,28274958:28333958,28293149:28328304,28301675:28317174,28304844:28304992,28308478:28309883,28350689:28351099,28386144:28386270,28392956:28393283,28412710:28413130,28423467:28423600,28477026:28480365,28477083:28479457,28477099:28477887,28478798:28479300,28482990:28486596,28483004:28486204,28483054:28485006,28483165:28484081,28483176:28484010,28483186:28483688,28487169:28487298,28497111:28497209,28515935:28517846,28530064:28530441,28561939:28562728,28561947:28562577,28561959:28562207,28565503:28568367,28565537:28567820,28565641:2856700', 'assoc_mat': '28082630:ela:4211:28083595,28138797:ela:4211:28141416,28138917:ela:4211:28139867,28142910:ela:4211:28143120,28146549:ela:4211:28157371,28151577:ela:4211:28151957,28169022:ela:4211:28170312,28172688:ela:4211:28173114,28185550:ela:4211:28185847,28192304:ela:4211:28194921,28192317:ela:4211:28194536,28192401:ela:4211:28194232,28192438:ela:4211:28193393,28192450:ela:4211:28192839,28193434:ela:4211:28193745,28195134:ela:4211:28195421,28202854:ela:4211:28203127,28208183:ela:4211:28208345,28212571:ela:4211:28212839,28217122:ela:4211:28217680,28221749:ela:4211:28222258,28222677:ela:4211:28222873,28226175:ela:4211:28226374,28250731:ela:4211:28250845,28260973:ela:4211:28339574,28264358:ela:4211:28338840,28271508:ela:4211:28271637,28274958:ela:4211:28333958,28293149:ela:4211:28328304,28301675:ela:4211:28317174,28304844:ela:4211:28304992,28308478:ela:4211:28309883,28350689:ela:4211:28351099,28386144:ela:4211:28386270,28392956:ela:4211:28393283,28412710:ela:4211:28413130,28423467:ela:4211:28423600,28477026:ela:4211:2848036'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.002487995189368343, 'nb_photo': 19, 'list_port_cont': '28323469,28349290,28355375,28381782,28392289,28480720,28518461,28572414,28597118,28649096,28658219,28677444', 'assoc_port': '28147700:28658219,28192388:28323469,28248588:28349290,28276018:28355375,28381739:28381782,28390850:28392289,28477030:28480720,28515941:28518461,28565645:28572414,28593919:28597118,28644305:28649096,28677396:28677444', 'assoc_mat': '28147700:etiquette:4205:28658219,28192388:etiquette:4205:28323469,28248588:etiquette:4205:28349290,28276018:etiquette:4205:28355375,28381739:etiquette:4205:28381782,28390850:etiquette:4205:28392289,28477030:etiquette:4205:28480720,28515941:etiquette:4205:28518461,28565645:etiquette:4205:28572414,28593919:etiquette:4205:28597118,28644305:etiquette:4205:28649096,28677396:etiquette:4205:28677444'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.010143885562407471, 'nb_photo': 608, 'list_port_cont': '28085108,28181283,28185422,28208294,28249039,28283810,28291629,28293655,28324010,28347173,28348524,28351696,28352891,28356193,28361776,28378625,28387878,28407670,28423883,28481132,28481223,28486246,28521676,28531730,28562553,28567927,28570933,28572728,28597920,28616872,28632000,28651677,28661314,28662694,28689911,28741165,28742607,28747587,28751878,28772247,28776260', 'assoc_port': '28083963:28085108,28139937:28283810,28147910:28661314,28148151:28291629,28161015:28185422,28181031:28181283,28192430:28324010,28202894:28208294,28219777:28347173,28232930:28348524,28248631:28249039,28264555:28352891,28281591:28356193,28293296:28293655,28309155:28361776,28350678:28351696,28375471:28378625,28387626:28387878,28406249:28407670,28423462:28423883,28477032:28481223,28481009:28481132,28483071:28486246,28516161:28521676,28523862:28531730,28561952:28562553,28565488:28570933,28565648:28567927,28572580:28572728,28597768:28597920,28614716:28616872,28631178:28632000,28645222:28651677,28662425:28662694,28677995:28689911,28738999:28741165,28739509:28747587,28739629:28751878,28739809:28742607,28772034:28776260,28772086:28772247', 'assoc_mat': '28083963:etiquette:4203:28085108,28139937:etiquette:4203:28283810,28147910:etiquette:4203:28661314,28148151:etiquette:4203:28291629,28161015:etiquette:4203:28185422,28181031:etiquette:4203:28181283,28192430:etiquette:4203:28324010,28202894:etiquette:4203:28208294,28219777:etiquette:4203:28347173,28232930:etiquette:4203:28348524,28248631:etiquette:4203:28249039,28264555:etiquette:4203:28352891,28281591:etiquette:4203:28356193,28293296:etiquette:4203:28293655,28309155:etiquette:4203:28361776,28350678:etiquette:4203:28351696,28375471:etiquette:4203:28378625,28387626:etiquette:4203:28387878,28406249:etiquette:4203:28407670,28423462:etiquette:4203:28423883,28477032:etiquette:4203:28481223,28481009:etiquette:4203:28481132,28483071:etiquette:4203:28486246,28516161:etiquette:4203:28521676,28523862:etiquette:4203:28531730,28561952:etiquette:4203:28562553,28565488:etiquette:4203:28570933,28565648:etiquette:4203:28567927,28572580:etiquette:4203:28572728,28597768:etiquette:4203:28597920,28614716:etiquette:4203:28616872,2'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.001988273132768105, 'nb_photo': 97, 'list_port_cont': '28072875,28084437,28152745,28161535,28168961,28178988,28217979,28229577,28235988,28250864,28282501,28294554,28294967,28295246,28297931,28298545,28299597,28299755,28300125,28333544,28336107,28340159,28340316,28341276,28341496,28346384,28348256,28359482,28376601,28379211,28386408,28391950,28398203,28402430,28424003,28477485,28479118,28480955,28484179,28485736,28485937,28486213,28486278,28489782,28491338,28493193,28494156,28518757,28519281,28531708,28562060,28563032,28566599,28566873,28568215,28570647,28570860,28571780,28572153,28572972,28595673,28602365,28611648,28613529,28620437,28621449,28650560,28653493,28656841,28658781,28662102,28662406,28663957,28668684,28671855,28683569,28739281,28741376,28742307,28747092,28748647,28749138,28752146,28752337,28753791,28775738', 'assoc_port': '28054308:28072875,28083934:28084437,28087374:28168961,28138764:28282501,28143193:28295246,28147736:28658781,28147926:28662102,28147989:28662406,28148148:28298545,28149742:28299755,28149750:28299597,28152599:28152745,28161482:28161535,28174833:28336107,28178799:28178988,28182142:28333544,28192271:28341276,28192310:28341496,28192429:28340316,28193437:28340159,28208182:28346384,28217160:28217979,28229504:28229577,28235482:28235988,28250729:28250864,28293210:28294967,28293215:28294554,28296761:28359482,28297876:28297931,28300056:28300125,28347516:28348256,28375470:28376601,28377304:28379211,28386376:28386408,28391784:28391950,28398085:28398203,28402369:28402430,28423448:28424003,28477068:28480955,28477143:28477485,28479078:28479118,28482959:28486213,28483046:28494156,28483063:28486278,28483069:28485937,28483084:28485736,28483129:28484179,28489703:28489782,28491140:28491338,28493048:28493193,28515969:28518757,28515976:28519281,28523864:28531708,28561941:28563032,28561962:28562060,28565484:28570647,28565492:2857086', 'assoc_mat': '28054308:etiquette:4207:28072875,28083934:etiquette:4207:28084437,28087374:etiquette:4207:28168961,28138764:etiquette:4207:28282501,28143193:etiquette:4207:28295246,28147736:etiquette:4207:28658781,28147926:etiquette:4207:28662102,28147989:etiquette:4207:28662406,28148148:etiquette:4207:28298545,28149742:etiquette:4207:28299755,28149750:etiquette:4207:28299597,28152599:etiquette:4207:28152745,28161482:etiquette:4207:28161535,28174833:etiquette:4207:28336107,28178799:etiquette:4207:28178988,28182142:etiquette:4207:28333544,28192271:etiquette:4207:28341276,28192310:etiquette:4207:28341496,28192429:etiquette:4207:28340316,28193437:etiquette:4207:28340159,28208182:etiquette:4207:28346384,28217160:etiquette:4207:28217979,28229504:etiquette:4207:28229577,28235482:etiquette:4207:28235988,28250729:etiquette:4207:28250864,28293210:etiquette:4207:28294967,28293215:etiquette:4207:28294554,28296761:etiquette:4207:28359482,28297876:etiquette:4207:28297931,28300056:etiquette:4207:28300125,28347516:etiquette:4207:28348256,2'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0009666533223137578, 'nb_photo': 37, 'list_port_cont': '28054450,28054639,28081979,28082067,28085547,28149863,28151578,28152365,28220025,28226742,28235846,28249514,28250912,28261372,28313380,28315542,28316114,28351031,28351148,28379946,28403571,28483997,28484604,28516420,28566728,28592349,28594293,28601574,28631406,28659587,28740089,28741220,28745693,28772649,28772814', 'assoc_port': '28054293:28054639,28054341:28054450,28081687:28082067,28081717:28081979,28085384:28085547,28147808:28151578,28148087:28149863,28152166:28152365,28219774:28220025,28226524:28226742,28235522:28235846,28248579:28249514,28250727:28250912,28261195:28261372,28273034:28316114,28293207:28313380,28315462:28315542,28350627:28351148,28350654:28351031,28379722:28379946,28403323:28403571,28483034:28484604,28483095:28483997,28516159:28516420,28565499:28566728,28592011:28592349,28594081:28594293,28601281:28601574,28631171:28631406,28659143:28659587,28739565:28745693,28739614:28741220,28739881:28740089,28772028:28772814,28772040:28772649', 'assoc_mat': '28054293:etiquette:4461:28054639,28054341:etiquette:4461:28054450,28081687:etiquette:4461:28082067,28081717:etiquette:4461:28081979,28085384:etiquette:4461:28085547,28147808:etiquette:4461:28151578,28148087:etiquette:4461:28149863,28152166:etiquette:4461:28152365,28219774:etiquette:4461:28220025,28226524:etiquette:4461:28226742,28235522:etiquette:4461:28235846,28248579:etiquette:4461:28249514,28250727:etiquette:4461:28250912,28261195:etiquette:4461:28261372,28273034:etiquette:4461:28316114,28293207:etiquette:4461:28313380,28315462:etiquette:4461:28315542,28350627:etiquette:4461:28351148,28350654:etiquette:4461:28351031,28379722:etiquette:4461:28379946,28403323:etiquette:4461:28403571,28483034:etiquette:4461:28484604,28483095:etiquette:4461:28483997,28516159:etiquette:4461:28516420,28565499:etiquette:4461:28566728,28592011:etiquette:4461:28592349,28594081:etiquette:4461:28594293,28601281:etiquette:4461:28601574,28631171:etiquette:4461:28631406,28659143:etiquette:4461:28659587,28739565:etiquette:4461:28745693,2'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.003370328435015576, 'nb_photo': 216, 'list_port_cont': '28054568,28054706,28063399,28082974,28084336,28084839,28170756,28182390,28183540,28185202,28185276,28205344,28209048,28215717,28220847,28252224,28265298,28275012,28283023,28283272,28289182,28291144,28291568,28295171,28297414,28298183,28300477,28316873,28325012,28327204,28330633,28347754,28348194,28348312,28348433,28348481,28348833,28349017,28349622,28349688,28351794,28351899,28352149,28352572,28357935,28359013,28359168,28361454,28378701,28381352,28385019,28407589,28417527,28417563,28423782,28424047,28424190,28481759,28481883,28482208,28482517,28483585,28483755,28484198,28484662,28486136,28486666,28486798,28493247,28494238,28496956,28503411,28519792,28520601,28520896,28524460,28535200,28562469,28562688,28563105,28565024,28566376,28566771,28570207,28571086,28572359,28572689,28573325,28595206,28595355,28596798,28597152,28597817,28602705,28611306,28620347,28623352,28623817,28625078,28648388,28650801,28651607,28652345,28658491,28659006,28660808,28661771,28663200,28663447,28664152,28665539,28674595,28674729,2867665', 'assoc_port': '28054306:28063399,28054338:28054706,28054346:28054568,28081703:28082974,28082632:28084336,28083930:28084839,28138800:28283023,28138899:28283272,28146540:28289182,28147702:28658491,28147734:28659006,28147848:28674595,28147895:28660808,28147923:28661771,28148021:28663200,28148052:28663447,28148100:28291144,28148147:28291568,28155279:28298183,28166078:28170756,28172513:28185276,28177686:28185202,28182141:28182390,28183336:28183540,28192449:28325012,28193436:28327204,28195137:28330633,28205034:28205344,28208176:28209048,28215375:28215717,28219780:28220847,28224401:28348312,28230175:28348481,28248533:28348833,28248578:28349017,28248622:28349622,28248628:28349688,28251921:28252224,28263085:28352572,28265164:28265298,28274959:28275012,28293108:28357935,28293209:28359013,28293290:28359168,28294995:28295171,28297206:28297414,28300357:28300477,28307483:28361454,28316658:28316873,28347503:28348433,28347525:28348194,28347543:28347754,28350621:28352149,28350631:28351899,28350674:28351794,28378263:28378701,28379298:2838135', 'assoc_mat': '28054306:etiquette:4200:28063399,28054338:etiquette:4200:28054706,28054346:etiquette:4200:28054568,28081703:etiquette:4200:28082974,28082632:etiquette:4200:28084336,28083930:etiquette:4200:28084839,28138800:etiquette:4200:28283023,28138899:etiquette:4200:28283272,28146540:etiquette:4200:28289182,28147702:etiquette:4200:28658491,28147734:etiquette:4200:28659006,28147848:etiquette:4200:28674595,28147895:etiquette:4200:28660808,28147923:etiquette:4200:28661771,28148021:etiquette:4200:28663200,28148052:etiquette:4200:28663447,28148100:etiquette:4200:28291144,28148147:etiquette:4200:28291568,28155279:etiquette:4200:28298183,28166078:etiquette:4200:28170756,28172513:etiquette:4200:28185276,28177686:etiquette:4200:28185202,28182141:etiquette:4200:28182390,28183336:etiquette:4200:28183540,28192449:etiquette:4200:28325012,28193436:etiquette:4200:28327204,28195137:etiquette:4200:28330633,28205034:etiquette:4200:28205344,28208176:etiquette:4200:28209048,28215375:etiquette:4200:28215717,28219780:etiquette:4200:28220847,2'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006426565804127865, 'nb_photo': 59, 'list_port_cont': '28148520,28248826,28249103,28392789,28410667,28483490,28483672,28489535,28521473,28527369,28596153,28605086,28631349,28681600,28685997,28740155,28740226,28772228,28772303,28772558,28772633', 'assoc_port': '28147704:28148520,28248602:28249103,28248626:28248826,28392310:28392789,28410594:28410667,28483020:28483672,28483036:28483490,28489342:28489535,28521111:28521473,28527263:28527369,28595900:28596153,28604954:28605086,28631173:28631349,28667193:28685997,28681383:28681600,28739611:28740226,28739768:28740155,28772020:28772633,28772032:28772558,28772043:28772303,28772075:28772228', 'assoc_mat': '28147704:etiquette:4209:28148520,28248602:etiquette:4209:28249103,28248626:etiquette:4209:28248826,28392310:etiquette:4209:28392789,28410594:etiquette:4209:28410667,28483020:etiquette:4209:28483672,28483036:etiquette:4209:28483490,28489342:etiquette:4209:28489535,28521111:etiquette:4209:28521473,28527263:etiquette:4209:28527369,28595900:etiquette:4209:28596153,28604954:etiquette:4209:28605086,28631173:etiquette:4209:28631349,28667193:etiquette:4209:28685997,28681383:etiquette:4209:28681600,28739611:etiquette:4209:28740226,28739768:etiquette:4209:28740155,28772020:etiquette:4209:28772633,28772032:etiquette:4209:28772558,28772043:etiquette:4209:28772303,28772075:etiquette:4209:28772228'}, {'unwanted_material': 'etiquette', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.0012841203736043006, 'nb_photo': 21, 'list_port_cont': '28219860,28256349,28276892,28332384,28347933,28486082,28487804,28519832,28525656,28562425,28562750,28603084,28657373,28670098,28672782,28684011,28741386,28747529,28752567,28752803,28754416', 'assoc_port': '28148045:28657373,28181681:28332384,28219788:28219860,28250722:28256349,28276812:28276892,28347536:28347933,28483064:28486082,28487681:28487804,28519622:28519832,28525445:28525656,28561942:28562750,28561953:28562425,28602914:28603084,28670058:28670098,28672655:28672782,28683460:28684011,28739005:28741386,28739512:28747529,28739746:28752567,28739779:28752803,28739801:28754416', 'assoc_mat': '28148045:etiquette:4207:28657373,28181681:etiquette:4207:28332384,28219788:etiquette:4207:28219860,28250722:etiquette:4207:28256349,28276812:etiquette:4207:28276892,28347536:etiquette:4207:28347933,28483064:etiquette:4207:28486082,28487681:etiquette:4207:28487804,28519622:etiquette:4207:28519832,28525445:etiquette:4207:28525656,28561942:etiquette:4207:28562750,28561953:etiquette:4207:28562425,28602914:etiquette:4207:28603084,28670058:etiquette:4207:28670098,28672655:etiquette:4207:28672782,28683460:etiquette:4207:28684011,28739005:etiquette:4207:28741386,28739512:etiquette:4207:28747529,28739746:etiquette:4207:28752567,28739779:etiquette:4207:28752803,28739801:etiquette:4207:28754416'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0007474467094506773, 'nb_photo': 2070, 'list_port_cont': '28054503,28054757,28054813,28082483,28083594,28086412,28088233,28139402,28139871,28140323,28141424,28141774,28142155,28143125,28148369,28151967,28153794,28154242,28154554,28154670,28154972,28155840,28156293,28156636,28156967,28157384,28157868,28162640,28169607,28169811,28170309,28173124,28174494,28178426,28179867,28182316,28185850,28192843,28193400,28193737,28194235,28194522,28194925,28195412,28198093,28203113,28208334,28208873,28209387,28212835,28213403,28217687,28220195,28222263,28222872,28226377,28229374,28232433,28235955,28248838,28249303,28249894,28250844,28251007,28251249,28253003,28254064,28261941,28263305,28267899,28271635,28300354,28304995,28309892,28312699,28317183,28319167,28319912,28321615,28324239,28324870,28325205,28326724,28328307,28328742,28331977,28332619,28333965,28338835,28339586,28347690,28348003,28348139,28350848,28351109,28351387,28351776,28351954,28375904,28376304,28377582,28379116,28380652,28386266,28389612,28393284,28396616,28399798,28405036,28409760,28413132,28417267,28423608,2842368', 'assoc_port': '28054301:28054813,28054312:28054757,28054348:28054503,28081689:28082483,28082630:28083594,28086078:28086412,28088094:28088233,28138745:28142155,28138762:28141774,28138797:28141424,28138892:28140323,28138917:28139871,28138952:28139402,28140144:28157868,28142910:28143125,28146549:28157384,28147731:28156967,28147739:28156636,28147804:28156293,28147914:28155840,28147925:28154972,28147960:28154670,28148050:28154242,28148081:28153794,28148117:28148369,28151577:28151967,28154342:28154554,28162368:28162640,28169022:28170309,28169061:28169811,28169298:28169607,28172688:28173124,28174216:28174494,28178032:28178426,28179674:28179867,28182143:28182316,28185550:28185850,28192304:28194925,28192317:28194522,28192401:28194235,28192438:28193400,28192450:28192843,28193434:28193737,28195134:28195412,28197675:28198093,28202854:28203113,28208177:28208873,28208183:28208334,28209315:28209387,28212571:28212835,28213224:28213403,28217122:28217687,28219791:28220195,28221749:28222263,28222677:28222872,28226175:28226377,28229013:2822937', 'assoc_mat': '28054301:etiquette:4211:28054813,28054312:etiquette:4211:28054757,28054348:etiquette:4211:28054503,28081689:etiquette:4211:28082483,28082630:etiquette:4211:28083594,28086078:etiquette:4211:28086412,28088094:etiquette:4211:28088233,28138745:etiquette:4211:28142155,28138762:etiquette:4211:28141774,28138797:etiquette:4211:28141424,28138892:etiquette:4211:28140323,28138917:etiquette:4211:28139871,28138952:etiquette:4211:28139402,28140144:etiquette:4211:28157868,28142910:etiquette:4211:28143125,28146549:etiquette:4211:28157384,28147731:etiquette:4211:28156967,28147739:etiquette:4211:28156636,28147804:etiquette:4211:28156293,28147914:etiquette:4211:28155840,28147925:etiquette:4211:28154972,28147960:etiquette:4211:28154670,28148050:etiquette:4211:28154242,28148081:etiquette:4211:28153794,28148117:etiquette:4211:28148369,28151577:etiquette:4211:28151967,28154342:etiquette:4211:28154554,28162368:etiquette:4211:28162640,28169022:etiquette:4211:28170309,28169061:etiquette:4211:28169811,28169298:etiquette:4211:28169607,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.006021479780158772, 'nb_photo': 25, 'list_port_cont': '28154482,28166668,28178004,28193232,28249606,28312641,28316407,28348123,28351567,28397078,28399736,28423663,28516721,28526019,28564472,28566343,28569094,28615683,28623080,28645957,28740691,28742216,28769637', 'assoc_port': '28153697:28154482,28166079:28166668,28177409:28178004,28192447:28193232,28248627:28249606,28311708:28312641,28315941:28316407,28347512:28348123,28350625:28351567,28396782:28397078,28398790:28399736,28423466:28423663,28516128:28516721,28523797:28526019,28564339:28564472,28565707:28566343,28568805:28569094,28615494:28615683,28622765:28623080,28645775:28645957,28739479:28742216,28739811:28740691,28768670:28769637', 'assoc_mat': '28153697:etiquette:3327:28154482,28166079:etiquette:3327:28166668,28177409:etiquette:3327:28178004,28192447:etiquette:3327:28193232,28248627:etiquette:3327:28249606,28311708:etiquette:3327:28312641,28315941:etiquette:3327:28316407,28347512:etiquette:3327:28348123,28350625:etiquette:3327:28351567,28396782:etiquette:3327:28397078,28398790:etiquette:3327:28399736,28423466:etiquette:3327:28423663,28516128:etiquette:3327:28516721,28523797:etiquette:3327:28526019,28564339:etiquette:3327:28564472,28565707:etiquette:3327:28566343,28568805:etiquette:3327:28569094,28615494:etiquette:3327:28615683,28622765:etiquette:3327:28623080,28645775:etiquette:3327:28645957,28739479:etiquette:3327:28742216,28739811:etiquette:3327:28740691,28768670:etiquette:3327:28769637'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.018893841422562323, 'nb_photo': 83, 'list_port_cont': '28054445,28147121,28291041,28302663,28323467,28324513,28348326,28349287,28362747,28381783,28392293,28480718,28482719,28518465,28572417,28596687,28597123,28649086,28658221,28677447,28752694,28776792', 'assoc_port': '28054350:28054445,28146918:28147121,28147700:28658221,28148146:28291041,28192388:28323467,28192440:28324513,28228988:28348326,28248588:28349287,28302556:28302663,28319453:28362747,28381739:28381783,28390850:28392293,28477030:28480718,28482696:28482719,28515941:28518465,28565645:28572417,28593916:28596687,28593919:28597123,28644305:28649086,28677396:28677447,28739777:28752694,28772058:28776792', 'assoc_mat': '28054350:film_plastique:4205:28054445,28146918:film_plastique:4205:28147121,28147700:film_plastique:4205:28658221,28148146:film_plastique:4205:28291041,28192388:film_plastique:4205:28323467,28192440:film_plastique:4205:28324513,28228988:film_plastique:4205:28348326,28248588:film_plastique:4205:28349287,28302556:film_plastique:4205:28302663,28319453:film_plastique:4205:28362747,28381739:film_plastique:4205:28381783,28390850:film_plastique:4205:28392293,28477030:film_plastique:4205:28480718,28482696:film_plastique:4205:28482719,28515941:film_plastique:4205:28518465,28565645:film_plastique:4205:28572417,28593916:film_plastique:4205:28596687,28593919:film_plastique:4205:28597123,28644305:film_plastique:4205:28649086,28677396:film_plastique:4205:28677447,28739777:film_plastique:4205:28752694,28772058:film_plastique:4205:28776792'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.026056039416040417, 'nb_photo': 513, 'list_port_cont': '28085102,28181272,28185434,28208301,28249049,28283812,28291622,28293661,28323999,28347182,28348529,28351700,28352889,28356197,28361778,28378619,28387875,28407665,28423885,28481135,28481216,28486241,28521681,28531731,28562563,28567936,28570930,28572740,28597932,28616865,28632011,28651672,28661315,28662688,28689920,28741163,28742615,28747578,28751882,28772257,28776258', 'assoc_port': '28083963:28085102,28139937:28283812,28147910:28661315,28148151:28291622,28161015:28185434,28181031:28181272,28192430:28323999,28202894:28208301,28219777:28347182,28232930:28348529,28248631:28249049,28264555:28352889,28281591:28356197,28293296:28293661,28309155:28361778,28350678:28351700,28375471:28378619,28387626:28387875,28406249:28407665,28423462:28423885,28477032:28481216,28481009:28481135,28483071:28486241,28516161:28521681,28523862:28531731,28561952:28562563,28565488:28570930,28565648:28567936,28572580:28572740,28597768:28597932,28614716:28616865,28631178:28632011,28645222:28651672,28662425:28662688,28677995:28689920,28738999:28741163,28739509:28747578,28739629:28751882,28739809:28742615,28772034:28776258,28772086:28772257', 'assoc_mat': '28083963:film_plastique:4203:28085102,28139937:film_plastique:4203:28283812,28147910:film_plastique:4203:28661315,28148151:film_plastique:4203:28291622,28161015:film_plastique:4203:28185434,28181031:film_plastique:4203:28181272,28192430:film_plastique:4203:28323999,28202894:film_plastique:4203:28208301,28219777:film_plastique:4203:28347182,28232930:film_plastique:4203:28348529,28248631:film_plastique:4203:28249049,28264555:film_plastique:4203:28352889,28281591:film_plastique:4203:28356197,28293296:film_plastique:4203:28293661,28309155:film_plastique:4203:28361778,28350678:film_plastique:4203:28351700,28375471:film_plastique:4203:28378619,28387626:film_plastique:4203:28387875,28406249:film_plastique:4203:28407665,28423462:film_plastique:4203:28423885,28477032:film_plastique:4203:28481216,28481009:film_plastique:4203:28481135,28483071:film_plastique:4203:28486241,28516161:film_plastique:4203:28521681,28523862:film_plastique:4203:28531731,28561952:film_plastique:4203:28562563,28565488:film_plastique:4203:2857093'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002836295299328974, 'nb_photo': 346, 'list_port_cont': '28072883,28084433,28086446,28089902,28090035,28152749,28166232,28172303,28187817,28187847,28197738,28212723,28213352,28215752,28217978,28220126,28222167,28224354,28225452,28230245,28235994,28244582,28249641,28260319,28261656,28262822,28263897,28264782,28271708,28272899,28274202,28278333,28279437,28281688,28282317,28282508,28290260,28293835,28294133,28294557,28294586,28294753,28295254,28295877,28298449,28298546,28299598,28299746,28301190,28304885,28308225,28316059,28326062,28329883,28334732,28334964,28339174,28340511,28340994,28341273,28342606,28344161,28346323,28346450,28347295,28347719,28348093,28348183,28348261,28348384,28348675,28348916,28349011,28349738,28351456,28351509,28351670,28351939,28352177,28357905,28358070,28359363,28376604,28377736,28387176,28388290,28391946,28394106,28395369,28398189,28402439,28405192,28406532,28417504,28423523,28423924,28423991,28424017,28424113,28477734,28478166,28479110,28479623,28480460,28481288,28482563,28483730,28483974,28485726,28485755,28485984,28486219,28486273,2848657', 'assoc_port': '28054308:28072883,28081716:28089902,28081719:28090035,28083934:28084433,28084837:28172303,28086082:28086446,28138758:28282317,28138764:28282508,28138876:28294753,28138901:28293835,28142056:28294586,28143193:28295254,28144246:28295877,28147703:28658425,28147718:28658582,28147752:28659361,28147806:28659803,28147909:28660860,28147926:28662096,28147989:28662413,28148041:28662780,28148048:28651685,28148054:28290260,28148119:28298449,28148148:28298546,28149742:28299746,28149750:28299598,28152599:28152749,28162939:28187817,28166068:28339174,28166080:28166232,28168996:28334732,28169042:28326062,28173580:28334964,28176538:28187847,28181190:28329883,28192271:28341273,28192380:28340994,28192433:28340511,28192446:28342606,28197664:28346450,28197672:28197738,28202824:28347295,28205609:28344161,28208179:28346323,28212569:28212723,28213243:28213352,28215551:28215752,28217160:28217978,28220079:28220126,28222008:28222167,28224178:28224354,28225398:28225452,28230176:28230245,28232022:28244582,28235482:28235994,28248529:2834867', 'assoc_mat': '28054308:film_plastique:4207:28072883,28081716:film_plastique:4207:28089902,28081719:film_plastique:4207:28090035,28083934:film_plastique:4207:28084433,28084837:film_plastique:4207:28172303,28086082:film_plastique:4207:28086446,28138758:film_plastique:4207:28282317,28138764:film_plastique:4207:28282508,28138876:film_plastique:4207:28294753,28138901:film_plastique:4207:28293835,28142056:film_plastique:4207:28294586,28143193:film_plastique:4207:28295254,28144246:film_plastique:4207:28295877,28147703:film_plastique:4207:28658425,28147718:film_plastique:4207:28658582,28147752:film_plastique:4207:28659361,28147806:film_plastique:4207:28659803,28147909:film_plastique:4207:28660860,28147926:film_plastique:4207:28662096,28147989:film_plastique:4207:28662413,28148041:film_plastique:4207:28662780,28148048:film_plastique:4207:28651685,28148054:film_plastique:4207:28290260,28148119:film_plastique:4207:28298449,28148148:film_plastique:4207:28298546,28149742:film_plastique:4207:28299746,28149750:film_plastique:4207:2829959'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.8346470632847588, 'nb_photo': 2411, 'list_port_cont': '28054458,28054529,28054642,28081971,28082066,28085552,28087590,28135995,28139631,28139793,28139967,28140207,28141665,28142609,28144033,28148449,28149190,28149870,28150024,28150346,28150729,28150985,28151109,28151363,28151579,28151745,28152362,28157475,28163316,28169299,28169344,28174606,28177697,28181430,28182753,28185871,28185982,28192716,28192762,28192944,28193110,28193260,28194039,28197882,28200936,28205449,28208268,28212800,28214213,28216039,28220028,28221944,28224386,28226746,28229909,28233024,28235848,28248977,28249157,28249338,28249511,28249725,28250910,28252854,28261375,28263735,28276406,28278380,28293483,28309919,28309989,28311018,28311205,28311809,28313040,28313377,28314113,28314965,28315249,28315552,28315738,28316116,28316769,28317851,28324629,28325422,28347644,28347784,28347873,28350882,28351026,28351156,28375681,28375855,28377450,28379955,28385776,28391537,28394677,28397966,28403572,28407279,28413846,28423620,28423716,28423820,28477331,28477502,28477771,28477973,28478402,28482354,28483427,2848360', 'assoc_port': '28054293:28054642,28054311:28054529,28054341:28054458,28081687:28082066,28081717:28081971,28083932:28135995,28085384:28085552,28087377:28087590,28138760:28139967,28138796:28139793,28138890:28139631,28138949:28142609,28139935:28140207,28141502:28141665,28143810:28144033,28147732:28151745,28147743:28148449,28147808:28151579,28147855:28151363,28147918:28151109,28147927:28150985,28148043:28150729,28148057:28150346,28148087:28149870,28148150:28149190,28149746:28150024,28152166:28152362,28157332:28157475,28162938:28163316,28168971:28169299,28169062:28169344,28174214:28174606,28177407:28177697,28181340:28181430,28182614:28182753,28185520:28185982,28185557:28185871,28192275:28193260,28192331:28193110,28192428:28192944,28192442:28192762,28192477:28192716,28193668:28194039,28197668:28197882,28200553:28200936,28205006:28205449,28208178:28208268,28212551:28212800,28214026:28214213,28215550:28216039,28219774:28220028,28221747:28221944,28224165:28224386,28226524:28226746,28229730:28229909,28232655:28233024,28235522:2823584', 'assoc_mat': '28054293:film_plastique:4461:28054642,28054311:film_plastique:4461:28054529,28054341:film_plastique:4461:28054458,28081687:film_plastique:4461:28082066,28081717:film_plastique:4461:28081971,28083932:film_plastique:4461:28135995,28085384:film_plastique:4461:28085552,28087377:film_plastique:4461:28087590,28138760:film_plastique:4461:28139967,28138796:film_plastique:4461:28139793,28138890:film_plastique:4461:28139631,28138949:film_plastique:4461:28142609,28139935:film_plastique:4461:28140207,28141502:film_plastique:4461:28141665,28143810:film_plastique:4461:28144033,28147732:film_plastique:4461:28151745,28147743:film_plastique:4461:28148449,28147808:film_plastique:4461:28151579,28147855:film_plastique:4461:28151363,28147918:film_plastique:4461:28151109,28147927:film_plastique:4461:28150985,28148043:film_plastique:4461:28150729,28148057:film_plastique:4461:28150346,28148087:film_plastique:4461:28149870,28148150:film_plastique:4461:28149190,28149746:film_plastique:4461:28150024,28152166:film_plastique:4461:2815236'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.03849018613167888, 'nb_photo': 1690, 'list_port_cont': '28054566,28054712,28054981,28063354,28063401,28082979,28084343,28084852,28087967,28162684,28170755,28172988,28182386,28183528,28185190,28185271,28185818,28186693,28198690,28205345,28209052,28209346,28215711,28220840,28227917,28244944,28252211,28256572,28265284,28275014,28283021,28283274,28283297,28283832,28285329,28289023,28289181,28291152,28291562,28293259,28295169,28297421,28298179,28300474,28302868,28316870,28322817,28322940,28323474,28324262,28324706,28325008,28327203,28330628,28347741,28347964,28348015,28348189,28348308,28348444,28348477,28348695,28348828,28349026,28349614,28349692,28349936,28351308,28351807,28351905,28352152,28352567,28354751,28355326,28355670,28356137,28357941,28358320,28359024,28359181,28361457,28361858,28363265,28375627,28378699,28378910,28381353,28385032,28387834,28393372,28398823,28400801,28404126,28404877,28407583,28417514,28417552,28423781,28424034,28424195,28480395,28481342,28481751,28481881,28482053,28482199,28482513,28483583,28483761,28484197,28486133,28486654,28486713,2848679', 'assoc_port': '28054304:28054981,28054306:28063401,28054338:28054712,28054346:28054566,28054359:28063354,28081703:28082979,28082632:28084343,28083930:28084852,28086967:28087967,28138800:28283021,28138899:28283274,28138914:28283297,28140142:28283832,28142059:28285329,28146540:28289181,28146544:28289023,28147702:28658484,28147734:28659003,28147749:28659693,28147848:28674602,28147895:28660804,28147923:28661773,28148021:28663209,28148052:28663453,28148100:28291152,28148147:28291562,28151574:28293259,28155279:28298179,28162367:28162684,28166078:28170755,28172513:28185271,28172690:28172988,28177686:28185190,28182141:28182386,28183336:28183528,28185548:28185818,28186634:28186693,28192273:28322817,28192314:28322940,28192363:28323474,28192432:28324262,28192436:28324706,28192449:28325008,28193436:28327203,28195137:28330628,28198477:28198690,28205034:28205345,28208176:28209052,28209316:28209346,28215375:28215711,28219780:28220840,28221746:28347964,28224401:28348308,28226174:28227917,28230175:28348477,28235508:28244944,28248516:2834869', 'assoc_mat': '28054304:film_plastique:4200:28054981,28054306:film_plastique:4200:28063401,28054338:film_plastique:4200:28054712,28054346:film_plastique:4200:28054566,28054359:film_plastique:4200:28063354,28081703:film_plastique:4200:28082979,28082632:film_plastique:4200:28084343,28083930:film_plastique:4200:28084852,28086967:film_plastique:4200:28087967,28138800:film_plastique:4200:28283021,28138899:film_plastique:4200:28283274,28138914:film_plastique:4200:28283297,28140142:film_plastique:4200:28283832,28142059:film_plastique:4200:28285329,28146540:film_plastique:4200:28289181,28146544:film_plastique:4200:28289023,28147702:film_plastique:4200:28658484,28147734:film_plastique:4200:28659003,28147749:film_plastique:4200:28659693,28147848:film_plastique:4200:28674602,28147895:film_plastique:4200:28660804,28147923:film_plastique:4200:28661773,28148021:film_plastique:4200:28663209,28148052:film_plastique:4200:28663453,28148100:film_plastique:4200:28291152,28148147:film_plastique:4200:28291562,28151574:film_plastique:4200:2829325'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.013912355938175197, 'nb_photo': 24, 'list_port_cont': '28148518,28249115,28392795,28410664,28483679,28521466,28527355,28605082,28631362,28674094,28686000,28740151,28740224,28772616', 'assoc_port': '28147704:28148518,28248602:28249115,28392310:28392795,28410594:28410664,28483020:28483679,28521111:28521466,28527263:28527355,28604954:28605082,28631173:28631362,28667193:28686000,28673945:28674094,28739611:28740224,28739768:28740151,28772020:28772616', 'assoc_mat': '28147704:film_plastique:4209:28148518,28248602:film_plastique:4209:28249115,28392310:film_plastique:4209:28392795,28410594:film_plastique:4209:28410664,28483020:film_plastique:4209:28483679,28521111:film_plastique:4209:28521466,28527263:film_plastique:4209:28527355,28604954:film_plastique:4209:28605082,28631173:film_plastique:4209:28631362,28667193:film_plastique:4209:28686000,28673945:film_plastique:4209:28674094,28739611:film_plastique:4209:28740224,28739768:film_plastique:4209:28740151,28772020:film_plastique:4209:28772616'}, {'unwanted_material': 'film_plastique', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.006516845659981016, 'nb_photo': 197, 'list_port_cont': '28072743,28188421,28217481,28219852,28229785,28246533,28256353,28266297,28272508,28276899,28282091,28282673,28290380,28293609,28295294,28302225,28303876,28316525,28332226,28332388,28338559,28339098,28342357,28344835,28346198,28346543,28347729,28347944,28348370,28348782,28349164,28351758,28351981,28358223,28358638,28358991,28385200,28389536,28396058,28398487,28405877,28411862,28479170,28484857,28486048,28487009,28487801,28493402,28494379,28501886,28519109,28520881,28525648,28528038,28531547,28531747,28562420,28562752,28563897,28566371,28569025,28569134,28570483,28570771,28571189,28571860,28573200,28593398,28593984,28599157,28603090,28609676,28619953,28621877,28625884,28645182,28649254,28657372,28658127,28658528,28659078,28663736,28666579,28672781,28678162,28684016,28740483,28740867,28741381,28742349,28742545,28744261,28744472,28747537,28748516,28750916,28751791,28752559,28752793,28753990,28760899,28769062,28773501,28774746,28775935,28776506', 'assoc_port': '28054355:28072743,28083965:28658127,28138778:28282673,28147705:28658528,28147746:28659078,28148045:28657372,28148060:28290380,28153696:28332226,28166022:28339098,28169021:28188421,28176338:28338559,28181681:28332388,28193451:28342357,28197670:28346543,28204990:28344835,28212552:28347729,28215373:28346198,28217135:28217481,28219788:28219852,28225385:28246533,28229732:28229785,28248532:28348782,28248586:28349164,28250722:28256353,28266158:28266297,28272454:28272508,28276812:28276899,28281593:28282091,28293136:28358223,28293205:28358638,28293211:28358991,28293272:28293609,28295276:28295294,28302175:28302225,28303815:28303876,28316468:28316525,28347518:28348370,28347536:28347944,28350619:28351981,28350634:28351758,28385146:28385200,28389459:28389536,28394976:28396058,28398370:28398487,28405816:28405877,28411777:28411862,28477838:28479170,28482956:28486048,28482968:28487009,28483030:28493402,28483050:28494379,28483090:28484857,28487681:28487801,28490153:28501886,28515972:28519109,28516130:28520881,28523783:2853154', 'assoc_mat': '28054355:film_plastique:4207:28072743,28083965:film_plastique:4207:28658127,28138778:film_plastique:4207:28282673,28147705:film_plastique:4207:28658528,28147746:film_plastique:4207:28659078,28148045:film_plastique:4207:28657372,28148060:film_plastique:4207:28290380,28153696:film_plastique:4207:28332226,28166022:film_plastique:4207:28339098,28169021:film_plastique:4207:28188421,28176338:film_plastique:4207:28338559,28181681:film_plastique:4207:28332388,28193451:film_plastique:4207:28342357,28197670:film_plastique:4207:28346543,28204990:film_plastique:4207:28344835,28212552:film_plastique:4207:28347729,28215373:film_plastique:4207:28346198,28217135:film_plastique:4207:28217481,28219788:film_plastique:4207:28219852,28225385:film_plastique:4207:28246533,28229732:film_plastique:4207:28229785,28248532:film_plastique:4207:28348782,28248586:film_plastique:4207:28349164,28250722:film_plastique:4207:28256353,28266158:film_plastique:4207:28266297,28272454:film_plastique:4207:28272508,28276812:film_plastique:4207:2827689'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0027976574190540057, 'nb_photo': 1971, 'list_port_cont': '28054500,28054759,28054824,28082489,28082758,28083593,28086419,28088225,28139387,28139881,28140318,28141428,28141778,28142146,28143119,28148380,28151953,28153802,28154238,28154547,28154673,28154979,28155837,28156292,28156630,28156970,28157385,28157876,28162624,28169611,28169812,28170302,28173110,28174486,28178437,28179865,28182302,28185842,28192831,28193396,28193741,28194230,28194533,28194922,28195418,28198091,28203115,28208328,28208863,28209389,28212834,28213410,28217683,28220198,28222260,28222863,28226375,28229373,28232446,28235964,28248840,28249300,28249892,28250840,28251006,28251237,28252998,28254069,28261947,28263306,28267893,28271645,28300346,28304985,28309896,28312702,28317171,28319176,28319908,28321606,28324233,28324872,28325203,28326715,28328302,28328747,28331974,28332614,28333962,28338827,28339578,28347698,28347996,28348137,28348284,28350851,28351096,28351378,28351780,28351955,28375907,28376308,28377591,28379108,28380670,28386267,28389611,28393268,28396609,28399799,28405023,28409774,28413136,2841727', 'assoc_port': '28054301:28054824,28054312:28054759,28054348:28054500,28081689:28082489,28082630:28083593,28082633:28082758,28086078:28086419,28088094:28088225,28138745:28142146,28138762:28141778,28138797:28141428,28138892:28140318,28138917:28139881,28138952:28139387,28140144:28157876,28142910:28143119,28146549:28157385,28147731:28156970,28147739:28156630,28147804:28156292,28147914:28155837,28147925:28154979,28147960:28154673,28148050:28154238,28148081:28153802,28148117:28148380,28151577:28151953,28154342:28154547,28162368:28162624,28169022:28170302,28169061:28169812,28169298:28169611,28172688:28173110,28174216:28174486,28178032:28178437,28179674:28179865,28182143:28182302,28185550:28185842,28192304:28194922,28192317:28194533,28192401:28194230,28192438:28193396,28192450:28192831,28193434:28193741,28195134:28195418,28197675:28198091,28202854:28203115,28208177:28208863,28208183:28208328,28209315:28209389,28212571:28212834,28213224:28213410,28217122:28217683,28219791:28220198,28221749:28222260,28222677:28222863,28226175:2822637', 'assoc_mat': '28054301:film_plastique:4211:28054824,28054312:film_plastique:4211:28054759,28054348:film_plastique:4211:28054500,28081689:film_plastique:4211:28082489,28082630:film_plastique:4211:28083593,28082633:film_plastique:4211:28082758,28086078:film_plastique:4211:28086419,28088094:film_plastique:4211:28088225,28138745:film_plastique:4211:28142146,28138762:film_plastique:4211:28141778,28138797:film_plastique:4211:28141428,28138892:film_plastique:4211:28140318,28138917:film_plastique:4211:28139881,28138952:film_plastique:4211:28139387,28140144:film_plastique:4211:28157876,28142910:film_plastique:4211:28143119,28146549:film_plastique:4211:28157385,28147731:film_plastique:4211:28156970,28147739:film_plastique:4211:28156630,28147804:film_plastique:4211:28156292,28147914:film_plastique:4211:28155837,28147925:film_plastique:4211:28154979,28147960:film_plastique:4211:28154673,28148050:film_plastique:4211:28154238,28148081:film_plastique:4211:28153802,28148117:film_plastique:4211:28148380,28151577:film_plastique:4211:2815195'}, {'unwanted_material': 'kraft', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0021784059413933994, 'nb_photo': 1, 'list_port_cont': '28481123', 'assoc_port': '28481009:28481123', 'assoc_mat': '28481009:kraft:4203:28481123'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00461671195693595, 'nb_photo': 30, 'list_port_cont': '28084442,28266012,28273219,28294143,28294739,28328343,28340998,28346053,28347366,28348915,28348998,28386397,28480952,28489774,28531666,28567033,28570434,28594550,28615250,28644490,28646199,28651687,28660047,28739272,28746634,28750339,28775499,28775864', 'assoc_port': '28083934:28084442,28138876:28294739,28148048:28651687,28151575:28328343,28192380:28340998,28194730:28347366,28215371:28346053,28248561:28348915,28248583:28348998,28265882:28266012,28273160:28273219,28293253:28294143,28386376:28386397,28477068:28480952,28489703:28489774,28523843:28531666,28565654:28567033,28570405:28570434,28592010:28594550,28615174:28615250,28644433:28644490,28645220:28646199,28659981:28660047,28739036:28739272,28739494:28746634,28739613:28750339,28772053:28775864,28772062:28775499', 'assoc_mat': '28083934:kraft:4207:28084442,28138876:kraft:4207:28294739,28148048:kraft:4207:28651687,28151575:kraft:4207:28328343,28192380:kraft:4207:28340998,28194730:kraft:4207:28347366,28215371:kraft:4207:28346053,28248561:kraft:4207:28348915,28248583:kraft:4207:28348998,28265882:kraft:4207:28266012,28273160:kraft:4207:28273219,28293253:kraft:4207:28294143,28386376:kraft:4207:28386397,28477068:kraft:4207:28480952,28489703:kraft:4207:28489774,28523843:kraft:4207:28531666,28565654:kraft:4207:28567033,28570405:kraft:4207:28570434,28592010:kraft:4207:28594550,28615174:kraft:4207:28615250,28644433:kraft:4207:28644490,28645220:kraft:4207:28646199,28659981:kraft:4207:28660047,28739036:kraft:4207:28739272,28739494:kraft:4207:28746634,28739613:kraft:4207:28750339,28772053:kraft:4207:28775864,28772062:kraft:4207:28775499'}, {'unwanted_material': 'kraft', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.0034660023256037607, 'nb_photo': 7, 'list_port_cont': '28186698,28349623,28407595,28531929,28566761,28674603,28750372', 'assoc_port': '28147848:28674603,28186634:28186698,28248622:28349623,28407313:28407595,28526250:28531929,28565696:28566761,28739612:28750372', 'assoc_mat': '28147848:kraft:4200:28674603,28186634:kraft:4200:28186698,28248622:kraft:4200:28349623,28407313:kraft:4200:28407595,28526250:kraft:4200:28531929,28565696:kraft:4200:28566761,28739612:kraft:4200:28750372'}, {'unwanted_material': 'kraft', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.003939677601175126, 'nb_photo': 3, 'list_port_cont': '28674087,28740157,28772310', 'assoc_port': '28673945:28674087,28739768:28740157,28772043:28772310', 'assoc_mat': '28673945:kraft:4209:28674087,28739768:kraft:4209:28740157,28772043:kraft:4209:28772310'}, {'unwanted_material': 'kraft', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.005519795142580641, 'nb_photo': 7, 'list_port_cont': '28262112,28358624,28398498,28562754,28651645,28660255,28744466', 'assoc_port': '28147852:28660255,28262050:28262112,28293205:28358624,28398370:28398498,28561942:28562754,28651631:28651645,28739475:28744466', 'assoc_mat': '28147852:kraft:4207:28660255,28262050:kraft:4207:28262112,28293205:kraft:4207:28358624,28398370:kraft:4207:28398498,28561942:kraft:4207:28562754,28651631:kraft:4207:28651645,28739475:kraft:4207:28744466'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0005173264456042933, 'nb_photo': 24, 'list_port_cont': '28082481,28169599,28195428,28248850,28331971,28351770,28396611,28490572,28527515,28566332,28568374,28569401,28597067,28610284,28636200,28645696,28656225,28680820,28741298,28742133,28747209,28772205,28774796', 'assoc_port': '28081689:28082481,28169298:28169599,28195134:28195428,28248682:28248850,28281577:28331971,28350635:28351770,28396403:28396611,28490342:28490572,28523799:28527515,28565503:28568374,28565693:28566332,28569298:28569401,28596839:28597067,28610164:28610284,28628060:28636200,28645219:28645696,28653763:28656225,28680559:28680820,28739002:28747209,28739710:28742133,28739806:28741298,28772014:28774796,28772084:28772205', 'assoc_mat': '28081689:kraft:4211:28082481,28169298:kraft:4211:28169599,28195134:kraft:4211:28195428,28248682:kraft:4211:28248850,28281577:kraft:4211:28331971,28350635:kraft:4211:28351770,28396403:kraft:4211:28396611,28490342:kraft:4211:28490572,28523799:kraft:4211:28527515,28565503:kraft:4211:28568374,28565693:kraft:4211:28566332,28569298:kraft:4211:28569401,28596839:kraft:4211:28597067,28610164:kraft:4211:28610284,28628060:kraft:4211:28636200,28645219:kraft:4211:28645696,28653763:kraft:4211:28656225,28680559:kraft:4211:28680820,28739002:kraft:4211:28747209,28739710:kraft:4211:28742133,28739806:kraft:4211:28741298,28772014:kraft:4211:28774796,28772084:kraft:4211:28772205'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9529453279445368, 'nb_photo': 13, 'list_port_cont': '28054441,28302665,28348332,28349280,28355371,28362754,28480727,28597110,28649100,28658218,28752695', 'assoc_port': '28054350:28054441,28147700:28658218,28228988:28348332,28248588:28349280,28276018:28355371,28302556:28302665,28319453:28362754,28477030:28480727,28593919:28597110,28644305:28649100,28739777:28752695', 'assoc_mat': '28054350:metal:4205:28054441,28147700:metal:4205:28658218,28228988:metal:4205:28348332,28248588:metal:4205:28349280,28276018:metal:4205:28355371,28302556:metal:4205:28302665,28319453:metal:4205:28362754,28477030:metal:4205:28480727,28593919:metal:4205:28597110,28644305:metal:4205:28649100,28739777:metal:4205:28752695'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.011410551554383268, 'nb_photo': 85, 'list_port_cont': '28085105,28181273,28185423,28208297,28249054,28283814,28291623,28293664,28347180,28348532,28351701,28352886,28356191,28361773,28378621,28387871,28407668,28423886,28481133,28481214,28486242,28521682,28562552,28567929,28570928,28572738,28597926,28631999,28661305,28662682,28689915,28741168,28742609,28747573,28751883,28772244,28776264', 'assoc_port': '28083963:28085105,28139937:28283814,28147910:28661305,28148151:28291623,28161015:28185423,28181031:28181273,28202894:28208297,28219777:28347180,28232930:28348532,28248631:28249054,28264555:28352886,28281591:28356191,28293296:28293664,28309155:28361773,28350678:28351701,28375471:28378621,28387626:28387871,28406249:28407668,28423462:28423886,28477032:28481214,28481009:28481133,28483071:28486242,28516161:28521682,28561952:28562552,28565488:28570928,28565648:28567929,28572580:28572738,28597768:28597926,28631178:28631999,28662425:28662682,28677995:28689915,28738999:28741168,28739509:28747573,28739629:28751883,28739809:28742609,28772034:28776264,28772086:28772244', 'assoc_mat': '28083963:metal:4203:28085105,28139937:metal:4203:28283814,28147910:metal:4203:28661305,28148151:metal:4203:28291623,28161015:metal:4203:28185423,28181031:metal:4203:28181273,28202894:metal:4203:28208297,28219777:metal:4203:28347180,28232930:metal:4203:28348532,28248631:metal:4203:28249054,28264555:metal:4203:28352886,28281591:metal:4203:28356191,28293296:metal:4203:28293664,28309155:metal:4203:28361773,28350678:metal:4203:28351701,28375471:metal:4203:28378621,28387626:metal:4203:28387871,28406249:metal:4203:28407668,28423462:metal:4203:28423886,28477032:metal:4203:28481214,28481009:metal:4203:28481133,28483071:metal:4203:28486242,28516161:metal:4203:28521682,28561952:metal:4203:28562552,28565488:metal:4203:28570928,28565648:metal:4203:28567929,28572580:metal:4203:28572738,28597768:metal:4203:28597926,28631178:metal:4203:28631999,28662425:metal:4203:28662682,28677995:metal:4203:28689915,28738999:metal:4203:28741168,28739509:metal:4203:28747573,28739629:metal:4203:28751883,28739809:metal:4203:28742609,28772034:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.008247138351331028, 'nb_photo': 30, 'list_port_cont': '28090662,28265997,28292506,28293428,28295151,28295883,28308233,28336100,28348381,28375662,28377490,28391943,28491339,28493188,28564440,28571725,28609346,28613519,28661924,28662414,28668694,28683567,28741151,28741599,28772137,28775506', 'assoc_port': '28081688:28090662,28138954:28292506,28139933:28293428,28144246:28295883,28147924:28661924,28147989:28662414,28174833:28336100,28265882:28265997,28294982:28295151,28308222:28308233,28347510:28348381,28375495:28375662,28377306:28377490,28391784:28391943,28491140:28491339,28493048:28493188,28564396:28564440,28565521:28571725,28609277:28609346,28613445:28613519,28668491:28668694,28683493:28683567,28739001:28741151,28739033:28741599,28772062:28775506,28772085:28772137', 'assoc_mat': '28081688:metal:4207:28090662,28138954:metal:4207:28292506,28139933:metal:4207:28293428,28144246:metal:4207:28295883,28147924:metal:4207:28661924,28147989:metal:4207:28662414,28174833:metal:4207:28336100,28265882:metal:4207:28265997,28294982:metal:4207:28295151,28308222:metal:4207:28308233,28347510:metal:4207:28348381,28375495:metal:4207:28375662,28377306:metal:4207:28377490,28391784:metal:4207:28391943,28491140:metal:4207:28491339,28493048:metal:4207:28493188,28564396:metal:4207:28564440,28565521:metal:4207:28571725,28609277:metal:4207:28609346,28613445:metal:4207:28613519,28668491:metal:4207:28668694,28683493:metal:4207:28683567,28739001:metal:4207:28741151,28739033:metal:4207:28741599,28772062:metal:4207:28775506,28772085:metal:4207:28772137'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.027551391868789438, 'nb_photo': 24, 'list_port_cont': '28151585,28214216,28229913,28248988,28249519,28252839,28263741,28311212,28324620,28325415,28423630,28478398,28483884,28484615,28517411,28524302,28565306,28572878,28675144,28683809,28740672,28742370,28772605', 'assoc_port': '28147808:28151585,28214026:28214216,28229730:28229913,28248579:28249519,28248665:28248988,28252625:28252839,28263454:28263741,28293139:28325415,28299552:28311212,28320702:28324620,28423460:28423630,28478171:28478398,28483034:28484615,28483168:28483884,28517195:28517411,28523875:28524302,28565155:28565306,28572812:28572878,28674871:28675144,28683462:28683809,28739484:28742370,28739792:28740672,28772060:28772605', 'assoc_mat': '28147808:metal:4461:28151585,28214026:metal:4461:28214216,28229730:metal:4461:28229913,28248579:metal:4461:28249519,28248665:metal:4461:28248988,28252625:metal:4461:28252839,28263454:metal:4461:28263741,28293139:metal:4461:28325415,28299552:metal:4461:28311212,28320702:metal:4461:28324620,28423460:metal:4461:28423630,28478171:metal:4461:28478398,28483034:metal:4461:28484615,28483168:metal:4461:28483884,28517195:metal:4461:28517411,28523875:metal:4461:28524302,28565155:metal:4461:28565306,28572812:metal:4461:28572878,28674871:metal:4461:28675144,28683462:metal:4461:28683809,28739484:metal:4461:28742370,28739792:metal:4461:28740672,28772060:metal:4461:28772605'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.1737953382107921, 'nb_photo': 307, 'list_port_cont': '28054697,28054980,28063404,28082978,28084342,28084850,28162662,28170752,28185199,28185270,28185832,28186699,28198676,28205352,28209037,28209335,28215704,28220844,28227912,28244951,28252217,28265296,28275016,28283018,28283270,28283841,28285318,28289025,28289173,28291150,28291557,28295172,28297407,28298195,28300487,28302873,28322823,28322936,28324269,28324717,28325014,28327195,28348013,28348204,28348478,28348698,28348829,28349020,28349621,28351303,28351805,28351895,28352141,28354739,28355339,28355660,28356134,28358319,28359178,28361458,28361843,28363257,28375620,28378703,28378915,28381365,28385025,28387828,28393367,28400808,28404875,28417557,28423785,28424046,28424201,28480386,28481754,28481895,28482193,28482521,28483765,28484201,28484663,28486131,28486660,28486727,28488293,28494237,28494739,28496943,28501336,28503420,28518896,28520910,28521585,28522542,28524458,28531633,28531806,28533142,28535197,28562481,28562596,28563107,28565027,28567146,28567965,28570323,28571099,28571690,28572366,28572690,28595199,2859781', 'assoc_port': '28054304:28054980,28054306:28063404,28054338:28054697,28081703:28082978,28082632:28084342,28083930:28084850,28138800:28283018,28138899:28283270,28140142:28283841,28142059:28285318,28146540:28289173,28146544:28289025,28147702:28658488,28147734:28659011,28147749:28659689,28147848:28674598,28147895:28660807,28148021:28663201,28148052:28663451,28148100:28291150,28148147:28291557,28155279:28298195,28162367:28162662,28166078:28170752,28172513:28185270,28177686:28185199,28185548:28185832,28186634:28186699,28192273:28322823,28192314:28322936,28192432:28324269,28192436:28324717,28192449:28325014,28193436:28327195,28198477:28198676,28205034:28205352,28208176:28209037,28209316:28209335,28215375:28215704,28219780:28220844,28226174:28227912,28230175:28348478,28235508:28244951,28248516:28348698,28248533:28348829,28248578:28349020,28248622:28349621,28251921:28252217,28265164:28265296,28271480:28354739,28274063:28355339,28274959:28275016,28277632:28355660,28281556:28356134,28293142:28358319,28293290:28359178,28294995:2829517', 'assoc_mat': '28054304:metal:4200:28054980,28054306:metal:4200:28063404,28054338:metal:4200:28054697,28081703:metal:4200:28082978,28082632:metal:4200:28084342,28083930:metal:4200:28084850,28138800:metal:4200:28283018,28138899:metal:4200:28283270,28140142:metal:4200:28283841,28142059:metal:4200:28285318,28146540:metal:4200:28289173,28146544:metal:4200:28289025,28147702:metal:4200:28658488,28147734:metal:4200:28659011,28147749:metal:4200:28659689,28147848:metal:4200:28674598,28147895:metal:4200:28660807,28148021:metal:4200:28663201,28148052:metal:4200:28663451,28148100:metal:4200:28291150,28148147:metal:4200:28291557,28155279:metal:4200:28298195,28162367:metal:4200:28162662,28166078:metal:4200:28170752,28172513:metal:4200:28185270,28177686:metal:4200:28185199,28185548:metal:4200:28185832,28186634:metal:4200:28186699,28192273:metal:4200:28322823,28192314:metal:4200:28322936,28192432:metal:4200:28324269,28192436:metal:4200:28324717,28192449:metal:4200:28325014,28193436:metal:4200:28327195,28198477:metal:4200:28198676,28205034:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0025886033198516127, 'nb_photo': 5, 'list_port_cont': '28521471,28524160,28740150,28772314,28772629', 'assoc_port': '28521111:28521471,28523868:28524160,28739768:28740150,28772020:28772629,28772043:28772314', 'assoc_mat': '28521111:metal:4209:28521471,28523868:metal:4209:28524160,28739768:metal:4209:28740150,28772020:metal:4209:28772629,28772043:metal:4209:28772314'}, {'unwanted_material': 'metal', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.008208072302898972, 'nb_photo': 12, 'list_port_cont': '28272507,28295291,28299433,28316532,28339371,28351262,28351989,28480840,28569026,28672783,28742557,28751784', 'assoc_port': '28149748:28299433,28160203:28339371,28272454:28272507,28295276:28295291,28316468:28316532,28350619:28351989,28350682:28351262,28477034:28480840,28568982:28569026,28672655:28672783,28739630:28751784,28739810:28742557', 'assoc_mat': '28149748:metal:4207:28299433,28160203:metal:4207:28339371,28272454:metal:4207:28272507,28295276:metal:4207:28295291,28316468:metal:4207:28316532,28350619:metal:4207:28351989,28350682:metal:4207:28351262,28477034:metal:4207:28480840,28568982:metal:4207:28569026,28672655:metal:4207:28672783,28739630:metal:4207:28751784,28739810:metal:4207:28742557'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.008315150897297981, 'nb_photo': 475, 'list_port_cont': '28054488,28054762,28082490,28082761,28083607,28086408,28088231,28139388,28139876,28140331,28141423,28141771,28142160,28148381,28153792,28154248,28154545,28154669,28154968,28156295,28156627,28157372,28162620,28170310,28173113,28174493,28179861,28182300,28185836,28192835,28193394,28193746,28194535,28194933,28195413,28198096,28203119,28208331,28208877,28209395,28212831,28213407,28217682,28220187,28222267,28222858,28226372,28229367,28232435,28248846,28249304,28249896,28250842,28251014,28251251,28252991,28254072,28261957,28263303,28271624,28300340,28304997,28312685,28317172,28319168,28319921,28321610,28324248,28325210,28328301,28328732,28331975,28332620,28333955,28338825,28347688,28348146,28350863,28351098,28351386,28351785,28351960,28376287,28379111,28380642,28386264,28389614,28393276,28396619,28399806,28405028,28409768,28417268,28423607,28423675,28424095,28477431,28479287,28479466,28480363,28482111,28483386,28483693,28484006,28484075,28484383,28484796,28484999,28485328,28485830,28486059,28486192,28486361,2848650', 'assoc_port': '28054312:28054762,28054348:28054488,28081689:28082490,28082630:28083607,28082633:28082761,28086078:28086408,28088094:28088231,28138745:28142160,28138762:28141771,28138797:28141423,28138892:28140331,28138917:28139876,28138952:28139388,28146549:28157372,28147739:28156627,28147804:28156295,28147925:28154968,28147960:28154669,28148050:28154248,28148081:28153792,28148117:28148381,28154342:28154545,28162368:28162620,28169022:28170310,28172688:28173113,28174216:28174493,28179674:28179861,28182143:28182300,28185550:28185836,28192304:28194933,28192317:28194535,28192438:28193394,28192450:28192835,28193434:28193746,28195134:28195413,28197675:28198096,28202854:28203119,28208177:28208877,28208183:28208331,28209315:28209395,28212571:28212831,28213224:28213407,28217122:28217682,28219791:28220187,28221749:28222267,28222677:28222858,28226175:28226372,28229013:28229367,28232241:28232435,28248539:28252991,28248581:28251251,28248624:28251014,28248664:28249896,28248669:28249304,28248682:28248846,28250731:28250842,28253420:2825407', 'assoc_mat': '28054312:metal:4211:28054762,28054348:metal:4211:28054488,28081689:metal:4211:28082490,28082630:metal:4211:28083607,28082633:metal:4211:28082761,28086078:metal:4211:28086408,28088094:metal:4211:28088231,28138745:metal:4211:28142160,28138762:metal:4211:28141771,28138797:metal:4211:28141423,28138892:metal:4211:28140331,28138917:metal:4211:28139876,28138952:metal:4211:28139388,28146549:metal:4211:28157372,28147739:metal:4211:28156627,28147804:metal:4211:28156295,28147925:metal:4211:28154968,28147960:metal:4211:28154669,28148050:metal:4211:28154248,28148081:metal:4211:28153792,28148117:metal:4211:28148381,28154342:metal:4211:28154545,28162368:metal:4211:28162620,28169022:metal:4211:28170310,28172688:metal:4211:28173113,28174216:metal:4211:28174493,28179674:metal:4211:28179861,28182143:metal:4211:28182300,28185550:metal:4211:28185836,28192304:metal:4211:28194933,28192317:metal:4211:28194535,28192438:metal:4211:28193394,28192450:metal:4211:28192835,28193434:metal:4211:28193746,28195134:metal:4211:28195413,28197675:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0035171867512545675, 'nb_photo': 12, 'list_port_cont': '28082118,28085406,28175838,28212953,28249605,28250134,28318707,28562398,28682179,28745311,28773628', 'assoc_port': '28081718:28082118,28084834:28085406,28175403:28175838,28212547:28212953,28248530:28250134,28248627:28249605,28293145:28318707,28561955:28562398,28671807:28682179,28739531:28745311,28772031:28773628', 'assoc_mat': '28081718:metal:3327:28082118,28084834:metal:3327:28085406,28175403:metal:3327:28175838,28212547:metal:3327:28212953,28248530:metal:3327:28250134,28248627:metal:3327:28249605,28293145:metal:3327:28318707,28561955:metal:3327:28562398,28671807:metal:3327:28682179,28739531:metal:3327:28745311,28772031:metal:3327:28773628'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.022292259956406556, 'nb_photo': 505, 'list_port_cont': '28054443,28147124,28291048,28302650,28323465,28324507,28348334,28349284,28355378,28362751,28381779,28392287,28480726,28482711,28487591,28518458,28572418,28596678,28597111,28649092,28658223,28677449,28752699,28776793', 'assoc_port': '28054350:28054443,28146918:28147124,28147700:28658223,28148146:28291048,28192388:28323465,28192440:28324507,28228988:28348334,28248588:28349284,28276018:28355378,28302556:28302650,28319453:28362751,28381739:28381779,28390850:28392287,28477030:28480726,28482696:28482711,28482976:28487591,28515941:28518458,28565645:28572418,28593916:28596678,28593919:28597111,28644305:28649092,28677396:28677449,28739777:28752699,28772058:28776793', 'assoc_mat': '28054350:papier:4205:28054443,28146918:papier:4205:28147124,28147700:papier:4205:28658223,28148146:papier:4205:28291048,28192388:papier:4205:28323465,28192440:papier:4205:28324507,28228988:papier:4205:28348334,28248588:papier:4205:28349284,28276018:papier:4205:28355378,28302556:papier:4205:28302650,28319453:papier:4205:28362751,28381739:papier:4205:28381779,28390850:papier:4205:28392287,28477030:papier:4205:28480726,28482696:papier:4205:28482711,28482976:papier:4205:28487591,28515941:papier:4205:28518458,28565645:papier:4205:28572418,28593916:papier:4205:28596678,28593919:papier:4205:28597111,28644305:papier:4205:28649092,28677396:papier:4205:28677449,28739777:papier:4205:28752699,28772058:papier:4205:28776793'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.07524672084537724, 'nb_photo': 2742, 'list_port_cont': '28085109,28181284,28185427,28208300,28249048,28283800,28291631,28293662,28324002,28347184,28348530,28351705,28352884,28356189,28361772,28378615,28387883,28407676,28423878,28481131,28481212,28486243,28521670,28531737,28562555,28567926,28570931,28572743,28597921,28616876,28632007,28651670,28661304,28662690,28689919,28741174,28742613,28747586,28751880,28772255,28776268', 'assoc_port': '28083963:28085109,28139937:28283800,28147910:28661304,28148151:28291631,28161015:28185427,28181031:28181284,28192430:28324002,28202894:28208300,28219777:28347184,28232930:28348530,28248631:28249048,28264555:28352884,28281591:28356189,28293296:28293662,28309155:28361772,28350678:28351705,28375471:28378615,28387626:28387883,28406249:28407676,28423462:28423878,28477032:28481212,28481009:28481131,28483071:28486243,28516161:28521670,28523862:28531737,28561952:28562555,28565488:28570931,28565648:28567926,28572580:28572743,28597768:28597921,28614716:28616876,28631178:28632007,28645222:28651670,28662425:28662690,28677995:28689919,28738999:28741174,28739509:28747586,28739629:28751880,28739809:28742613,28772034:28776268,28772086:28772255', 'assoc_mat': '28083963:papier:4203:28085109,28139937:papier:4203:28283800,28147910:papier:4203:28661304,28148151:papier:4203:28291631,28161015:papier:4203:28185427,28181031:papier:4203:28181284,28192430:papier:4203:28324002,28202894:papier:4203:28208300,28219777:papier:4203:28347184,28232930:papier:4203:28348530,28248631:papier:4203:28249048,28264555:papier:4203:28352884,28281591:papier:4203:28356189,28293296:papier:4203:28293662,28309155:papier:4203:28361772,28350678:papier:4203:28351705,28375471:papier:4203:28378615,28387626:papier:4203:28387883,28406249:papier:4203:28407676,28423462:papier:4203:28423878,28477032:papier:4203:28481212,28481009:papier:4203:28481131,28483071:papier:4203:28486243,28516161:papier:4203:28521670,28523862:papier:4203:28531737,28561952:papier:4203:28562555,28565488:papier:4203:28570931,28565648:papier:4203:28567926,28572580:papier:4203:28572743,28597768:papier:4203:28597921,28614716:papier:4203:28616876,28631178:papier:4203:28632007,28645222:papier:4203:28651670,28662425:papier:4203:28662690,2867'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.049034469388979096, 'nb_photo': 7661, 'list_port_cont': '28054403,28054919,28072837,28072879,28084447,28086431,28089895,28090037,28090674,28152741,28161541,28166242,28168968,28171651,28172304,28178981,28185410,28187820,28187841,28197739,28212730,28213355,28213956,28215745,28217971,28220120,28220630,28222160,28224343,28225449,28227045,28229567,28230254,28235674,28235996,28244593,28248797,28248917,28249653,28250866,28251807,28253208,28260309,28261648,28262825,28263902,28264785,28265999,28269265,28271704,28272900,28273212,28274199,28276516,28277019,28278322,28279438,28281702,28282312,28282428,28282502,28290264,28290639,28290769,28292341,28292507,28292684,28293343,28293418,28293591,28293831,28294029,28294141,28294213,28294566,28294575,28294742,28294963,28295070,28295145,28295256,28295875,28296745,28297923,28298456,28298541,28299592,28299756,28299918,28300123,28301184,28302942,28304884,28307575,28308229,28316057,28321056,28321730,28326070,28327537,28328334,28329479,28329877,28333536,28334736,28334963,28336102,28337478,28339177,28339884,28340156,28340326,28340506,2834100', 'assoc_port': '28054297:28054919,28054308:28072879,28054319:28072837,28054352:28054403,28081688:28090674,28081716:28089895,28081719:28090037,28083934:28084447,28083948:28171651,28084837:28172304,28086082:28086431,28087374:28168968,28138758:28282312,28138764:28282502,28138794:28296745,28138860:28295070,28138876:28294742,28138894:28294213,28138901:28293831,28138906:28294029,28138920:28292684,28138935:28292341,28138954:28292507,28139933:28293418,28141029:28293591,28142056:28294575,28143193:28295256,28144246:28295875,28147703:28658426,28147718:28658588,28147736:28658778,28147741:28658925,28147752:28659347,28147806:28659814,28147850:28660149,28147854:28660398,28147909:28660858,28147920:28661299,28147924:28661925,28147926:28662105,28147989:28662402,28148041:28662779,28148048:28651699,28148054:28290264,28148080:28290639,28148085:28290769,28148114:28299918,28148119:28298456,28148148:28298541,28149742:28299756,28149750:28299592,28151575:28328334,28152599:28152741,28154717:28329479,28159774:28185410,28161482:28161541,28162939:2818782', 'assoc_mat': '28054297:papier:4207:28054919,28054308:papier:4207:28072879,28054319:papier:4207:28072837,28054352:papier:4207:28054403,28081688:papier:4207:28090674,28081716:papier:4207:28089895,28081719:papier:4207:28090037,28083934:papier:4207:28084447,28083948:papier:4207:28171651,28084837:papier:4207:28172304,28086082:papier:4207:28086431,28087374:papier:4207:28168968,28138758:papier:4207:28282312,28138764:papier:4207:28282502,28138794:papier:4207:28296745,28138860:papier:4207:28295070,28138876:papier:4207:28294742,28138894:papier:4207:28294213,28138901:papier:4207:28293831,28138906:papier:4207:28294029,28138920:papier:4207:28292684,28138935:papier:4207:28292341,28138954:papier:4207:28292507,28139933:papier:4207:28293418,28141029:papier:4207:28293591,28142056:papier:4207:28294575,28143193:papier:4207:28295256,28144246:papier:4207:28295875,28147703:papier:4207:28658426,28147718:papier:4207:28658588,28147736:papier:4207:28658778,28147741:papier:4207:28658925,28147752:papier:4207:28659347,28147806:papier:4207:28659814,2814'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.13792703038059695, 'nb_photo': 11354, 'list_port_cont': '28054453,28054520,28054630,28081973,28082069,28085544,28087592,28136002,28139634,28139795,28139968,28140196,28141668,28142597,28144034,28148453,28149182,28149864,28150036,28150349,28150730,28150992,28151097,28151364,28151586,28151746,28152350,28157473,28163312,28169306,28169341,28174610,28177692,28181428,28182755,28185885,28185991,28192732,28192757,28192943,28193115,28193261,28194053,28197869,28200937,28205453,28208259,28212797,28214205,28216032,28220024,28221943,28224390,28226737,28229921,28233027,28235845,28248989,28249162,28249337,28249513,28249716,28250922,28252845,28261370,28263733,28276408,28278388,28293492,28309932,28310000,28311022,28311215,28311795,28313035,28313374,28314111,28314970,28315257,28315549,28315720,28316119,28316770,28317848,28324630,28325429,28347639,28347786,28347880,28350878,28351019,28351147,28375688,28375850,28377455,28379950,28385773,28391545,28394681,28397958,28403558,28407287,28413855,28423617,28423714,28423811,28477324,28477503,28477767,28477985,28478403,28482358,28483416,2848360', 'assoc_port': '28054293:28054630,28054311:28054520,28054341:28054453,28081687:28082069,28081717:28081973,28083932:28136002,28085384:28085544,28087377:28087592,28138760:28139968,28138796:28139795,28138890:28139634,28138949:28142597,28139935:28140196,28141502:28141668,28143810:28144034,28147732:28151746,28147743:28148453,28147808:28151586,28147855:28151364,28147918:28151097,28147927:28150992,28148043:28150730,28148057:28150349,28148087:28149864,28148150:28149182,28149746:28150036,28152166:28152350,28157332:28157473,28162938:28163312,28168971:28169306,28169062:28169341,28174214:28174610,28177407:28177692,28181340:28181428,28182614:28182755,28185520:28185991,28185557:28185885,28192275:28193261,28192331:28193115,28192428:28192943,28192442:28192757,28192477:28192732,28193668:28194053,28197668:28197869,28200553:28200937,28205006:28205453,28208178:28208259,28212551:28212797,28214026:28214205,28215550:28216032,28219774:28220024,28221747:28221943,28224165:28224390,28226524:28226737,28229730:28229921,28232655:28233027,28235522:2823584', 'assoc_mat': '28054293:papier:4461:28054630,28054311:papier:4461:28054520,28054341:papier:4461:28054453,28081687:papier:4461:28082069,28081717:papier:4461:28081973,28083932:papier:4461:28136002,28085384:papier:4461:28085544,28087377:papier:4461:28087592,28138760:papier:4461:28139968,28138796:papier:4461:28139795,28138890:papier:4461:28139634,28138949:papier:4461:28142597,28139935:papier:4461:28140196,28141502:papier:4461:28141668,28143810:papier:4461:28144034,28147732:papier:4461:28151746,28147743:papier:4461:28148453,28147808:papier:4461:28151586,28147855:papier:4461:28151364,28147918:papier:4461:28151097,28147927:papier:4461:28150992,28148043:papier:4461:28150730,28148057:papier:4461:28150349,28148087:papier:4461:28149864,28148150:papier:4461:28149182,28149746:papier:4461:28150036,28152166:papier:4461:28152350,28157332:papier:4461:28157473,28162938:papier:4461:28163312,28168971:papier:4461:28169306,28169062:papier:4461:28169341,28174214:papier:4461:28174610,28177407:papier:4461:28177692,28181340:papier:4461:28181428,2818'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.1600860635626461, 'nb_photo': 2923, 'list_port_cont': '28054577,28054702,28054978,28063344,28063394,28082980,28084337,28084846,28087974,28162676,28170745,28172978,28182387,28183525,28185195,28185273,28185824,28186694,28198675,28205348,28209045,28209338,28215712,28220841,28227919,28244960,28252225,28256576,28265293,28275008,28283026,28283261,28283312,28283835,28285326,28289024,28289168,28291142,28291565,28293263,28295167,28297415,28298184,28300489,28302866,28316871,28322816,28322938,28323488,28324273,28324708,28325015,28327197,28330641,28347740,28347958,28348014,28348195,28348302,28348438,28348473,28348689,28348841,28349025,28349613,28349698,28349928,28351304,28351792,28351896,28352148,28352571,28354746,28355331,28355661,28356124,28357937,28358324,28359025,28359179,28361451,28361847,28363259,28375621,28378694,28378920,28381357,28385026,28387829,28393370,28398812,28400803,28404116,28404883,28407585,28417523,28417556,28423775,28424042,28424197,28480394,28481340,28481772,28481892,28482045,28482209,28482514,28483590,28483753,28484194,28484651,28486135,28486651,2848671', 'assoc_port': '28054304:28054978,28054306:28063394,28054338:28054702,28054346:28054577,28054359:28063344,28081703:28082980,28082632:28084337,28083930:28084846,28086967:28087974,28138800:28283026,28138899:28283261,28138914:28283312,28140142:28283835,28142059:28285326,28146540:28289168,28146544:28289024,28147702:28658486,28147734:28659005,28147749:28659702,28147848:28674604,28147895:28660809,28147923:28661764,28148021:28663193,28148052:28663440,28148100:28291142,28148147:28291565,28151574:28293263,28155279:28298184,28162367:28162676,28166078:28170745,28172513:28185273,28172690:28172978,28177686:28185195,28182141:28182387,28183336:28183525,28185548:28185824,28186634:28186694,28192273:28322816,28192314:28322938,28192363:28323488,28192432:28324273,28192436:28324708,28192449:28325015,28193436:28327197,28195137:28330641,28198477:28198675,28205034:28205348,28208176:28209045,28209316:28209338,28215375:28215712,28219780:28220841,28221746:28347958,28224401:28348302,28226174:28227919,28230175:28348473,28235508:28244960,28248516:2834868', 'assoc_mat': '28054304:papier:4200:28054978,28054306:papier:4200:28063394,28054338:papier:4200:28054702,28054346:papier:4200:28054577,28054359:papier:4200:28063344,28081703:papier:4200:28082980,28082632:papier:4200:28084337,28083930:papier:4200:28084846,28086967:papier:4200:28087974,28138800:papier:4200:28283026,28138899:papier:4200:28283261,28138914:papier:4200:28283312,28140142:papier:4200:28283835,28142059:papier:4200:28285326,28146540:papier:4200:28289168,28146544:papier:4200:28289024,28147702:papier:4200:28658486,28147734:papier:4200:28659005,28147749:papier:4200:28659702,28147848:papier:4200:28674604,28147895:papier:4200:28660809,28147923:papier:4200:28661764,28148021:papier:4200:28663193,28148052:papier:4200:28663440,28148100:papier:4200:28291142,28148147:papier:4200:28291565,28151574:papier:4200:28293263,28155279:papier:4200:28298184,28162367:papier:4200:28162676,28166078:papier:4200:28170745,28172513:papier:4200:28185273,28172690:papier:4200:28172978,28177686:papier:4200:28185195,28182141:papier:4200:28182387,2818'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9585260789092452, 'nb_photo': 2822, 'list_port_cont': '28148519,28248825,28249110,28392797,28410665,28483492,28483682,28489534,28521465,28524163,28527361,28596166,28605078,28631353,28674095,28681597,28686001,28740133,28740145,28740238,28772220,28772315,28772559,28772634', 'assoc_port': '28147704:28148519,28248602:28249110,28248626:28248825,28392310:28392797,28410594:28410665,28483020:28483682,28483036:28483492,28489342:28489534,28521111:28521465,28523868:28524163,28527263:28527361,28595900:28596166,28604954:28605078,28631173:28631353,28667193:28686001,28673945:28674095,28681383:28681597,28739611:28740238,28739684:28740133,28739768:28740145,28772020:28772634,28772032:28772559,28772043:28772315,28772075:28772220', 'assoc_mat': '28147704:papier:4209:28148519,28248602:papier:4209:28249110,28248626:papier:4209:28248825,28392310:papier:4209:28392797,28410594:papier:4209:28410665,28483020:papier:4209:28483682,28483036:papier:4209:28483492,28489342:papier:4209:28489534,28521111:papier:4209:28521465,28523868:papier:4209:28524163,28527263:papier:4209:28527361,28595900:papier:4209:28596166,28604954:papier:4209:28605078,28631173:papier:4209:28631353,28667193:papier:4209:28686001,28673945:papier:4209:28674095,28681383:papier:4209:28681597,28739611:papier:4209:28740238,28739684:papier:4209:28740133,28739768:papier:4209:28740145,28772020:papier:4209:28772634,28772032:papier:4209:28772559,28772043:papier:4209:28772315,28772075:papier:4209:28772220'}, {'unwanted_material': 'papier', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.04580708925145788, 'nb_photo': 2586, 'list_port_cont': '28072750,28111662,28188422,28208350,28217474,28219848,28223005,28229765,28236264,28246545,28249932,28252316,28256342,28262113,28266293,28272516,28276897,28282092,28282665,28290394,28292840,28293612,28294364,28294900,28295298,28297717,28298607,28299425,28302237,28303885,28308127,28316519,28332235,28332379,28333332,28338569,28339100,28339368,28340787,28342092,28342356,28344833,28346201,28346530,28347724,28347934,28348374,28348787,28349159,28351250,28351763,28351991,28358227,28358626,28358988,28376184,28377001,28377984,28385193,28389535,28396059,28398493,28405884,28411869,28423862,28424128,28479168,28479408,28480841,28484863,28486040,28486084,28486963,28487012,28487807,28493401,28494361,28496109,28501876,28517760,28519107,28519844,28519945,28520879,28525659,28528041,28531541,28531741,28562411,28562758,28563890,28566365,28567073,28567730,28569031,28569141,28570491,28570768,28571193,28571864,28573209,28593405,28593999,28599160,28603097,28609667,28613835,28619955,28621890,28625883,28633481,28645169,28645444,2864792', 'assoc_port': '28054355:28072750,28083965:28658131,28086085:28111662,28138778:28282665,28138896:28294364,28139939:28292840,28142637:28294900,28147705:28658518,28147746:28659077,28147852:28660256,28147922:28661739,28148045:28657384,28148060:28290394,28148118:28298607,28149748:28299425,28153696:28332235,28160203:28339368,28166022:28339100,28169021:28188422,28172093:28333332,28176338:28338569,28181681:28332379,28192311:28340787,28192463:28342092,28193451:28342356,28197670:28346530,28204990:28344833,28208180:28208350,28212552:28347724,28215373:28346201,28217135:28217474,28219788:28219848,28222844:28223005,28225385:28246545,28229732:28229765,28235484:28236264,28248532:28348787,28248586:28349159,28248644:28249932,28250722:28256342,28252135:28252316,28262050:28262113,28266158:28266293,28272454:28272516,28276812:28276897,28281593:28282092,28293136:28358227,28293205:28358626,28293211:28358988,28293272:28293612,28295276:28295298,28297617:28297717,28302175:28302237,28303815:28303885,28308004:28308127,28316468:28316519,28347518:2834837', 'assoc_mat': '28054355:papier:4207:28072750,28083965:papier:4207:28658131,28086085:papier:4207:28111662,28138778:papier:4207:28282665,28138896:papier:4207:28294364,28139939:papier:4207:28292840,28142637:papier:4207:28294900,28147705:papier:4207:28658518,28147746:papier:4207:28659077,28147852:papier:4207:28660256,28147922:papier:4207:28661739,28148045:papier:4207:28657384,28148060:papier:4207:28290394,28148118:papier:4207:28298607,28149748:papier:4207:28299425,28153696:papier:4207:28332235,28160203:papier:4207:28339368,28166022:papier:4207:28339100,28169021:papier:4207:28188422,28172093:papier:4207:28333332,28176338:papier:4207:28338569,28181681:papier:4207:28332379,28192311:papier:4207:28340787,28192463:papier:4207:28342092,28193451:papier:4207:28342356,28197670:papier:4207:28346530,28204990:papier:4207:28344833,28208180:papier:4207:28208350,28212552:papier:4207:28347724,28215373:papier:4207:28346201,28217135:papier:4207:28217474,28219788:papier:4207:28219848,28222844:papier:4207:28223005,28225385:papier:4207:28246545,2822'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.008549467001419921, 'nb_photo': 5586, 'list_port_cont': '28054489,28054765,28054826,28082487,28082754,28083602,28086417,28088232,28139390,28139882,28140327,28141417,28141772,28142147,28143118,28148375,28151955,28153793,28154240,28154548,28154675,28154965,28155833,28156296,28156643,28156968,28157380,28157866,28162638,28169612,28169813,28170313,28173111,28174482,28178430,28179866,28182301,28185834,28192833,28193390,28193747,28194223,28194526,28194923,28195415,28198089,28203117,28208335,28208874,28209400,28212837,28213406,28217686,28220188,28222262,28222874,28226379,28229362,28232453,28235962,28248835,28249296,28249888,28250843,28251011,28251246,28253004,28254078,28261955,28263300,28267906,28271634,28300342,28304987,28309894,28312694,28317170,28319174,28319911,28321605,28324249,28324878,28325209,28326721,28328303,28328736,28331972,28332611,28333951,28338824,28339575,28347689,28348005,28348144,28348290,28350854,28351101,28351381,28351777,28351964,28375901,28376295,28377593,28379115,28380657,28386265,28389625,28393272,28396620,28399796,28405037,28409765,28413127,2841726', 'assoc_port': '28054301:28054826,28054312:28054765,28054348:28054489,28081689:28082487,28082630:28083602,28082633:28082754,28086078:28086417,28088094:28088232,28138745:28142147,28138762:28141772,28138797:28141417,28138892:28140327,28138917:28139882,28138952:28139390,28140144:28157866,28142910:28143118,28146549:28157380,28147731:28156968,28147739:28156643,28147804:28156296,28147914:28155833,28147925:28154965,28147960:28154675,28148050:28154240,28148081:28153793,28148117:28148375,28151577:28151955,28154342:28154548,28162368:28162638,28169022:28170313,28169061:28169813,28169298:28169612,28172688:28173111,28174216:28174482,28178032:28178430,28179674:28179866,28182143:28182301,28185550:28185834,28192304:28194923,28192317:28194526,28192401:28194223,28192438:28193390,28192450:28192833,28193434:28193747,28195134:28195415,28197675:28198089,28202854:28203117,28208177:28208874,28208183:28208335,28209315:28209400,28212571:28212837,28213224:28213406,28217122:28217686,28219791:28220188,28221749:28222262,28222677:28222874,28226175:2822637', 'assoc_mat': '28054301:papier:4211:28054826,28054312:papier:4211:28054765,28054348:papier:4211:28054489,28081689:papier:4211:28082487,28082630:papier:4211:28083602,28082633:papier:4211:28082754,28086078:papier:4211:28086417,28088094:papier:4211:28088232,28138745:papier:4211:28142147,28138762:papier:4211:28141772,28138797:papier:4211:28141417,28138892:papier:4211:28140327,28138917:papier:4211:28139882,28138952:papier:4211:28139390,28140144:papier:4211:28157866,28142910:papier:4211:28143118,28146549:papier:4211:28157380,28147731:papier:4211:28156968,28147739:papier:4211:28156643,28147804:papier:4211:28156296,28147914:papier:4211:28155833,28147925:papier:4211:28154965,28147960:papier:4211:28154675,28148050:papier:4211:28154240,28148081:papier:4211:28153793,28148117:papier:4211:28148375,28151577:papier:4211:28151955,28154342:papier:4211:28154548,28162368:papier:4211:28162638,28169022:papier:4211:28170313,28169061:papier:4211:28169813,28169298:papier:4211:28169612,28172688:papier:4211:28173111,28174216:papier:4211:28174482,2817'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.02923512129499126, 'nb_photo': 1885, 'list_port_cont': '28054691,28054775,28054798,28054909,28054950,28055021,28055061,28082128,28082225,28085419,28089129,28139736,28139955,28140401,28140661,28141238,28141400,28142082,28144079,28148070,28148791,28149059,28149312,28149629,28149705,28150149,28150491,28150716,28151314,28151545,28152024,28152321,28152547,28153044,28154481,28157286,28157590,28162318,28166671,28166820,28169587,28172528,28175834,28177991,28181833,28183363,28185682,28185706,28185969,28193235,28193458,28193577,28193858,28193954,28194327,28194351,28194512,28194699,28194724,28194821,28198078,28199472,28205671,28205759,28208507,28212945,28213641,28215864,28217521,28220244,28222327,28223768,28230862,28231710,28234553,28235913,28245664,28249133,28249350,28249610,28249796,28249973,28250137,28251056,28252035,28254815,28262683,28266599,28271865,28274856,28277767,28283670,28298610,28303686,28309174,28310234,28312639,28315160,28316406,28317574,28317706,28318130,28318454,28318565,28318710,28318964,28319144,28319417,28319808,28321402,28347684,28347859,28347919,2834805', 'assoc_port': '28054295:28055061,28054299:28055021,28054310:28054909,28054313:28054950,28054316:28054691,28054344:28054798,28054357:28054775,28081690:28082225,28081718:28082128,28084834:28085419,28086966:28089129,28138737:28141400,28138792:28141238,28138862:28153044,28138898:28140661,28138911:28139955,28138950:28139736,28139930:28140401,28139941:28148070,28141729:28142082,28143313:28144079,28147701:28152547,28147733:28152321,28147738:28152024,28147788:28151545,28147828:28151314,28147869:28150491,28147915:28157286,28147916:28149705,28147959:28149629,28148047:28149312,28148063:28149059,28148083:28148791,28148132:28162318,28149744:28150149,28150190:28150716,28153697:28154481,28157333:28157590,28166056:28166820,28166079:28166671,28169023:28169587,28172094:28172528,28175403:28175834,28177409:28177991,28181686:28181833,28183108:28183363,28185534:28185969,28185553:28185706,28185559:28185682,28192269:28194821,28192289:28194724,28192307:28194699,28192334:28194351,28192409:28194327,28192431:28193954,28192434:28193577,28192444:2819345', 'assoc_mat': '28054295:papier:3327:28055061,28054299:papier:3327:28055021,28054310:papier:3327:28054909,28054313:papier:3327:28054950,28054316:papier:3327:28054691,28054344:papier:3327:28054798,28054357:papier:3327:28054775,28081690:papier:3327:28082225,28081718:papier:3327:28082128,28084834:papier:3327:28085419,28086966:papier:3327:28089129,28138737:papier:3327:28141400,28138792:papier:3327:28141238,28138862:papier:3327:28153044,28138898:papier:3327:28140661,28138911:papier:3327:28139955,28138950:papier:3327:28139736,28139930:papier:3327:28140401,28139941:papier:3327:28148070,28141729:papier:3327:28142082,28143313:papier:3327:28144079,28147701:papier:3327:28152547,28147733:papier:3327:28152321,28147738:papier:3327:28152024,28147788:papier:3327:28151545,28147828:papier:3327:28151314,28147869:papier:3327:28150491,28147915:papier:3327:28157286,28147916:papier:3327:28149705,28147959:papier:3327:28149629,28148047:papier:3327:28149312,28148063:papier:3327:28149059,28148083:papier:3327:28148791,28148132:papier:3327:28162318,2814'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0019920420997637696, 'nb_photo': 2, 'list_port_cont': '28249052,28387882', 'assoc_port': '28248631:28249052,28387626:28387882', 'assoc_mat': '28248631:pehd:4203:28249052,28387626:pehd:4203:28387882'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0034617370748212402, 'nb_photo': 2, 'list_port_cont': '28297930,28339167', 'assoc_port': '28166068:28339167,28297876:28297930', 'assoc_mat': '28166068:pehd:4207:28339167,28297876:pehd:4207:28297930'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0037518277946971225, 'nb_photo': 1, 'list_port_cont': '28566727', 'assoc_port': '28565499:28566727', 'assoc_mat': '28565499:pehd:4461:28566727'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.042921613195723095, 'nb_photo': 71, 'list_port_cont': '28063347,28172984,28185193,28215713,28220839,28275022,28283029,28283839,28289179,28322811,28323478,28324282,28327207,28348470,28348691,28358328,28375629,28381358,28387837,28393362,28417512,28423773,28424191,28480389,28481882,28482204,28486129,28486652,28486725,28503415,28518895,28520612,28520906,28521596,28524464,28531634,28562595,28563097,28566769,28571095,28572093,28573318,28597147,28602704,28604003,28623347,28630481,28647316,28652346,28659002,28663195,28676639,28681141,28683634,28740993,28741811,28745901,28748917,28753408,28775598', 'assoc_port': '28054359:28063347,28138800:28283029,28140142:28283839,28146540:28289179,28147734:28659002,28148021:28663195,28172690:28172984,28177686:28185193,28192273:28322811,28192363:28323478,28192432:28324282,28193436:28327207,28215375:28215713,28219780:28220839,28230175:28348470,28248516:28348691,28274959:28275022,28293142:28358328,28375497:28375629,28379298:28381358,28386650:28387837,28391938:28393362,28416968:28417512,28423446:28424191,28423463:28423773,28476996:28480389,28477098:28481882,28481568:28482204,28482960:28486652,28483061:28486725,28483078:28486129,28490861:28503415,28515939:28518895,28516086:28520612,28516146:28521596,28518086:28524464,28520558:28520906,28523812:28531634,28561937:28563097,28561950:28562595,28565496:28571095,28565531:28572093,28565696:28566769,28573282:28573318,28593914:28597147,28600038:28604003,28602589:28602704,28623145:28623347,28625487:28630481,28644272:28647316,28646601:28652346,28666221:28676639,28673047:28681141,28675974:28683634,28739034:28741811,28739481:28745901,28739538:2874891', 'assoc_mat': '28054359:pehd:4200:28063347,28138800:pehd:4200:28283029,28140142:pehd:4200:28283839,28146540:pehd:4200:28289179,28147734:pehd:4200:28659002,28148021:pehd:4200:28663195,28172690:pehd:4200:28172984,28177686:pehd:4200:28185193,28192273:pehd:4200:28322811,28192363:pehd:4200:28323478,28192432:pehd:4200:28324282,28193436:pehd:4200:28327207,28215375:pehd:4200:28215713,28219780:pehd:4200:28220839,28230175:pehd:4200:28348470,28248516:pehd:4200:28348691,28274959:pehd:4200:28275022,28293142:pehd:4200:28358328,28375497:pehd:4200:28375629,28379298:pehd:4200:28381358,28386650:pehd:4200:28387837,28391938:pehd:4200:28393362,28416968:pehd:4200:28417512,28423446:pehd:4200:28424191,28423463:pehd:4200:28423773,28476996:pehd:4200:28480389,28477098:pehd:4200:28481882,28481568:pehd:4200:28482204,28482960:pehd:4200:28486652,28483061:pehd:4200:28486725,28483078:pehd:4200:28486129,28490861:pehd:4200:28503415,28515939:pehd:4200:28518895,28516086:pehd:4200:28520612,28516146:pehd:4200:28521596,28518086:pehd:4200:28524464,28520558:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0005521489201335422, 'nb_photo': 1, 'list_port_cont': '28740156', 'assoc_port': '28739768:28740156', 'assoc_mat': '28739768:pehd:4209:28740156'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9381417454601431, 'nb_photo': 58, 'list_port_cont': '28054814,28083596,28086411,28148377,28151963,28154680,28154973,28169821,28193748,28226373,28250837,28319916,28324881,28333952,28377595,28379110,28386258,28393273,28413135,28423687,28424098,28479291,28480359,28483699,28484016,28485003,28486064,28486359,28497211,28517050,28518918,28527511,28564829,28566993,28571016,28592868,28595974,28597064,28603372,28610285,28611714,28647738,28650111,28740928,28741760,28742681,28748740,28749382,28773296,28775168', 'assoc_port': '28054301:28054814,28082630:28083596,28086078:28086411,28147925:28154973,28147960:28154680,28148117:28148377,28151577:28151963,28169061:28169821,28193434:28193748,28226175:28226373,28250731:28250837,28274958:28333952,28293213:28324881,28319452:28319916,28377305:28377595,28379003:28379110,28386144:28386258,28392956:28393273,28412710:28413135,28423440:28424098,28423459:28423687,28477026:28480359,28478798:28479291,28483001:28486359,28483012:28486064,28483054:28485003,28483176:28484016,28483186:28483699,28497111:28497211,28516029:28517050,28518795:28518918,28523799:28527511,28564731:28564829,28565641:28566993,28570982:28571016,28592009:28592868,28595779:28595974,28596839:28597064,28603129:28603372,28610164:28610285,28611205:28611714,28644276:28647738,28644362:28650111,28739482:28748740,28739546:28749382,28739688:28742681,28739790:28741760,28739851:28740928,28772033:28775168,28772076:28773296', 'assoc_mat': '28054301:pehd:4211:28054814,28082630:pehd:4211:28083596,28086078:pehd:4211:28086411,28147925:pehd:4211:28154973,28147960:pehd:4211:28154680,28148117:pehd:4211:28148377,28151577:pehd:4211:28151963,28169061:pehd:4211:28169821,28193434:pehd:4211:28193748,28226175:pehd:4211:28226373,28250731:pehd:4211:28250837,28274958:pehd:4211:28333952,28293213:pehd:4211:28324881,28319452:pehd:4211:28319916,28377305:pehd:4211:28377595,28379003:pehd:4211:28379110,28386144:pehd:4211:28386258,28392956:pehd:4211:28393273,28412710:pehd:4211:28413135,28423440:pehd:4211:28424098,28423459:pehd:4211:28423687,28477026:pehd:4211:28480359,28478798:pehd:4211:28479291,28483001:pehd:4211:28486359,28483012:pehd:4211:28486064,28483054:pehd:4211:28485003,28483176:pehd:4211:28484016,28483186:pehd:4211:28483699,28497111:pehd:4211:28497211,28516029:pehd:4211:28517050,28518795:pehd:4211:28518918,28523799:pehd:4211:28527511,28564731:pehd:4211:28564829,28565641:pehd:4211:28566993,28570982:pehd:4211:28571016,28592009:pehd:4211:28592868,28595779:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.005688122521293865, 'nb_photo': 96, 'list_port_cont': '28054686,28055019,28082122,28082219,28139743,28140399,28149058,28149310,28150493,28151315,28152537,28162321,28166667,28166815,28169590,28181841,28185707,28193578,28194350,28194709,28215857,28217526,28230846,28249600,28249800,28254810,28262685,28303690,28315148,28316415,28319131,28351129,28351187,28351686,28375829,28384870,28391761,28403947,28423667,28423896,28478315,28478768,28482494,28484365,28484818,28484902,28484983,28485193,28516714,28517207,28517403,28522333,28528868,28564471,28566147,28566349,28566546,28566837,28567090,28567284,28571034,28572492,28594942,28595651,28607421,28610840,28620748,28631596,28682157,28688423,28739369,28740334,28740541,28742221,28742483,28743864,28745313,28769646,28772359,28773034,28773526,28773831', 'assoc_port': '28054299:28055019,28054316:28054686,28081690:28082219,28081718:28082122,28138950:28139743,28139930:28140399,28147701:28152537,28147828:28151315,28147869:28150493,28148047:28149310,28148063:28149058,28148132:28162321,28166056:28166815,28166079:28166667,28169023:28169590,28181686:28181841,28185553:28185707,28192307:28194709,28192334:28194350,28192434:28193578,28215374:28215857,28217173:28217526,28230391:28230846,28248584:28249800,28248627:28249600,28254595:28254810,28262335:28262685,28281555:28319131,28300822:28315148,28303151:28303690,28315941:28316415,28350616:28351686,28350675:28351187,28350684:28351129,28375488:28375829,28384631:28384870,28391422:28391761,28403611:28403947,28423453:28423896,28423466:28423667,28477051:28478768,28477841:28478315,28482397:28482494,28482982:28485193,28483017:28484983,28483024:28484902,28483038:28484818,28483066:28484365,28515979:28517207,28516128:28516714,28516949:28517403,28522024:28522333,28528425:28528868,28564339:28564471,28565502:28567284,28565525:28567090,28565640:2856683', 'assoc_mat': '28054299:pehd:3327:28055019,28054316:pehd:3327:28054686,28081690:pehd:3327:28082219,28081718:pehd:3327:28082122,28138950:pehd:3327:28139743,28139930:pehd:3327:28140399,28147701:pehd:3327:28152537,28147828:pehd:3327:28151315,28147869:pehd:3327:28150493,28148047:pehd:3327:28149310,28148063:pehd:3327:28149058,28148132:pehd:3327:28162321,28166056:pehd:3327:28166815,28166079:pehd:3327:28166667,28169023:pehd:3327:28169590,28181686:pehd:3327:28181841,28185553:pehd:3327:28185707,28192307:pehd:3327:28194709,28192334:pehd:3327:28194350,28192434:pehd:3327:28193578,28215374:pehd:3327:28215857,28217173:pehd:3327:28217526,28230391:pehd:3327:28230846,28248584:pehd:3327:28249800,28248627:pehd:3327:28249600,28254595:pehd:3327:28254810,28262335:pehd:3327:28262685,28281555:pehd:3327:28319131,28300822:pehd:3327:28315148,28303151:pehd:3327:28303690,28315941:pehd:3327:28316415,28350616:pehd:3327:28351686,28350675:pehd:3327:28351187,28350684:pehd:3327:28351129,28375488:pehd:3327:28375829,28384631:pehd:3327:28384870,28391422:pehd:33'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0068914430533986324, 'nb_photo': 25, 'list_port_cont': '28054446,28324501,28348319,28349277,28355370,28362755,28518460,28572416,28596676,28649093,28658217,28677445,28752703,28776805', 'assoc_port': '28054350:28054446,28147700:28658217,28192440:28324501,28228988:28348319,28248588:28349277,28276018:28355370,28319453:28362755,28515941:28518460,28565645:28572416,28593916:28596676,28644305:28649093,28677396:28677445,28739777:28752703,28772058:28776805', 'assoc_mat': '28054350:pet_clair:4205:28054446,28147700:pet_clair:4205:28658217,28192440:pet_clair:4205:28324501,28228988:pet_clair:4205:28348319,28248588:pet_clair:4205:28349277,28276018:pet_clair:4205:28355370,28319453:pet_clair:4205:28362755,28515941:pet_clair:4205:28518460,28565645:pet_clair:4205:28572416,28593916:pet_clair:4205:28596676,28644305:pet_clair:4205:28649093,28677396:pet_clair:4205:28677445,28739777:pet_clair:4205:28752703,28772058:pet_clair:4205:28776805'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009821083893907769, 'nb_photo': 124, 'list_port_cont': '28085114,28181285,28185419,28249041,28291617,28293670,28324006,28347179,28348523,28351693,28352898,28356188,28361786,28378623,28387872,28407667,28423879,28481122,28481220,28486239,28521678,28531732,28562557,28567939,28570935,28572730,28597925,28616874,28632001,28651673,28661310,28662687,28689913,28741169,28742612,28747579,28772242,28776270', 'assoc_port': '28083963:28085114,28147910:28661310,28148151:28291617,28161015:28185419,28181031:28181285,28192430:28324006,28219777:28347179,28232930:28348523,28248631:28249041,28264555:28352898,28281591:28356188,28293296:28293670,28309155:28361786,28350678:28351693,28375471:28378623,28387626:28387872,28406249:28407667,28423462:28423879,28477032:28481220,28481009:28481122,28483071:28486239,28516161:28521678,28523862:28531732,28561952:28562557,28565488:28570935,28565648:28567939,28572580:28572730,28597768:28597925,28614716:28616874,28631178:28632001,28645222:28651673,28662425:28662687,28677995:28689913,28738999:28741169,28739509:28747579,28739809:28742612,28772034:28776270,28772086:28772242', 'assoc_mat': '28083963:pet_clair:4203:28085114,28147910:pet_clair:4203:28661310,28148151:pet_clair:4203:28291617,28161015:pet_clair:4203:28185419,28181031:pet_clair:4203:28181285,28192430:pet_clair:4203:28324006,28219777:pet_clair:4203:28347179,28232930:pet_clair:4203:28348523,28248631:pet_clair:4203:28249041,28264555:pet_clair:4203:28352898,28281591:pet_clair:4203:28356188,28293296:pet_clair:4203:28293670,28309155:pet_clair:4203:28361786,28350678:pet_clair:4203:28351693,28375471:pet_clair:4203:28378623,28387626:pet_clair:4203:28387872,28406249:pet_clair:4203:28407667,28423462:pet_clair:4203:28423879,28477032:pet_clair:4203:28481220,28481009:pet_clair:4203:28481122,28483071:pet_clair:4203:28486239,28516161:pet_clair:4203:28521678,28523862:pet_clair:4203:28531732,28561952:pet_clair:4203:28562557,28565488:pet_clair:4203:28570935,28565648:pet_clair:4203:28567939,28572580:pet_clair:4203:28572730,28597768:pet_clair:4203:28597925,28614716:pet_clair:4203:28616874,28631178:pet_clair:4203:28632001,28645222:pet_clair:4203:28651673,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004615010008891528, 'nb_photo': 62, 'list_port_cont': '28054411,28054916,28090028,28197740,28220122,28224352,28229569,28281693,28292499,28292685,28294139,28294574,28340152,28340499,28341000,28341841,28342609,28344165,28346442,28350752,28350837,28358361,28359478,28384934,28395358,28398180,28402440,28406524,28407818,28423996,28477746,28482554,28483972,28493199,28496505,28521276,28530500,28566593,28571134,28573655,28595672,28608592,28630339,28646194,28662405,28672547,28675593,28683577,28740030,28742297,28742638,28745028,28752329,28775873,28776399', 'assoc_port': '28054297:28054916,28054352:28054411,28081719:28090028,28138920:28292685,28138954:28292499,28142056:28294574,28147989:28662405,28192380:28341000,28192433:28340499,28192446:28342609,28192476:28341841,28193437:28340152,28197664:28346442,28197672:28197740,28205609:28344165,28220079:28220122,28224178:28224352,28229504:28229569,28281596:28281693,28293164:28358361,28293253:28294139,28296761:28359478,28350633:28350752,28350709:28350837,28384769:28384934,28395260:28395358,28398085:28398180,28402369:28402440,28406384:28406524,28407681:28407818,28423454:28423996,28477096:28477746,28482030:28482554,28483163:28483972,28493048:28493199,28496467:28496505,28519621:28521276,28530427:28530500,28565700:28566593,28571125:28571134,28573562:28573655,28593917:28595672,28608372:28608592,28623704:28630339,28645220:28646194,28672280:28672547,28675537:28675593,28683493:28683577,28739478:28745028,28739690:28752329,28739807:28742638,28739857:28742297,28739917:28740030,28772049:28776399,28772053:28775873', 'assoc_mat': '28054297:pet_clair:4207:28054916,28054352:pet_clair:4207:28054411,28081719:pet_clair:4207:28090028,28138920:pet_clair:4207:28292685,28138954:pet_clair:4207:28292499,28142056:pet_clair:4207:28294574,28147989:pet_clair:4207:28662405,28192380:pet_clair:4207:28341000,28192433:pet_clair:4207:28340499,28192446:pet_clair:4207:28342609,28192476:pet_clair:4207:28341841,28193437:pet_clair:4207:28340152,28197664:pet_clair:4207:28346442,28197672:pet_clair:4207:28197740,28205609:pet_clair:4207:28344165,28220079:pet_clair:4207:28220122,28224178:pet_clair:4207:28224352,28229504:pet_clair:4207:28229569,28281596:pet_clair:4207:28281693,28293164:pet_clair:4207:28358361,28293253:pet_clair:4207:28294139,28296761:pet_clair:4207:28359478,28350633:pet_clair:4207:28350752,28350709:pet_clair:4207:28350837,28384769:pet_clair:4207:28384934,28395260:pet_clair:4207:28395358,28398085:pet_clair:4207:28398180,28402369:pet_clair:4207:28402440,28406384:pet_clair:4207:28406524,28407681:pet_clair:4207:28407818,28423454:pet_clair:4207:28423996,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.002629286932276584, 'nb_photo': 6, 'list_port_cont': '28139969,28216036,28423616,28482356,28565964,28644732', 'assoc_port': '28138760:28139969,28215550:28216036,28423460:28423616,28482324:28482356,28565713:28565964,28644423:28644732', 'assoc_mat': '28138760:pet_clair:4461:28139969,28215550:pet_clair:4461:28216036,28423460:pet_clair:4461:28423616,28482324:pet_clair:4461:28482356,28565713:pet_clair:4461:28565964,28644423:pet_clair:4461:28644732'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.03413183319298624, 'nb_photo': 1003, 'list_port_cont': '28054572,28054711,28054985,28063343,28063400,28082968,28084335,28084854,28087971,28162680,28170747,28172987,28182376,28183531,28185203,28185265,28185820,28186706,28198688,28205350,28209051,28209336,28215718,28220845,28227918,28244957,28252212,28256575,28265290,28275007,28283020,28283262,28283311,28283846,28285330,28289032,28289169,28291151,28291555,28293262,28295174,28297409,28298193,28300480,28302871,28316880,28322808,28322929,28323482,28324268,28324719,28325019,28327209,28330639,28347753,28347952,28348027,28348203,28348301,28348432,28348482,28348692,28348837,28349031,28349612,28349685,28349937,28351309,28351803,28351891,28352151,28352574,28354743,28355332,28355659,28356128,28357934,28358321,28359010,28359182,28361453,28361848,28363266,28375615,28378705,28378921,28381361,28385030,28393376,28398815,28400811,28404122,28404886,28407592,28417513,28417558,28423780,28424035,28424200,28480385,28481329,28481771,28481884,28482047,28482203,28482516,28483593,28483764,28484206,28484648,28486124,28486653,28486724,2848679', 'assoc_port': '28054304:28054985,28054306:28063400,28054338:28054711,28054346:28054572,28054359:28063343,28081703:28082968,28082632:28084335,28083930:28084854,28086967:28087971,28138800:28283020,28138899:28283262,28138914:28283311,28140142:28283846,28142059:28285330,28146540:28289169,28146544:28289032,28147702:28658483,28147734:28659012,28147749:28659692,28147848:28674605,28147895:28660818,28147923:28661767,28148021:28663198,28148052:28663441,28148100:28291151,28148147:28291555,28151574:28293262,28155279:28298193,28162367:28162680,28166078:28170747,28172513:28185265,28172690:28172987,28177686:28185203,28182141:28182376,28183336:28183531,28185548:28185820,28186634:28186706,28192273:28322808,28192314:28322929,28192363:28323482,28192432:28324268,28192436:28324719,28192449:28325019,28193436:28327209,28195137:28330639,28198477:28198688,28205034:28205350,28208176:28209051,28209316:28209336,28215375:28215718,28219780:28220845,28221746:28347952,28224401:28348301,28226174:28227918,28230175:28348482,28235508:28244957,28248516:2834869', 'assoc_mat': '28054304:pet_clair:4200:28054985,28054306:pet_clair:4200:28063400,28054338:pet_clair:4200:28054711,28054346:pet_clair:4200:28054572,28054359:pet_clair:4200:28063343,28081703:pet_clair:4200:28082968,28082632:pet_clair:4200:28084335,28083930:pet_clair:4200:28084854,28086967:pet_clair:4200:28087971,28138800:pet_clair:4200:28283020,28138899:pet_clair:4200:28283262,28138914:pet_clair:4200:28283311,28140142:pet_clair:4200:28283846,28142059:pet_clair:4200:28285330,28146540:pet_clair:4200:28289169,28146544:pet_clair:4200:28289032,28147702:pet_clair:4200:28658483,28147734:pet_clair:4200:28659012,28147749:pet_clair:4200:28659692,28147848:pet_clair:4200:28674605,28147895:pet_clair:4200:28660818,28147923:pet_clair:4200:28661767,28148021:pet_clair:4200:28663198,28148052:pet_clair:4200:28663441,28148100:pet_clair:4200:28291151,28148147:pet_clair:4200:28291555,28151574:pet_clair:4200:28293262,28155279:pet_clair:4200:28298193,28162367:pet_clair:4200:28162680,28166078:pet_clair:4200:28170747,28172513:pet_clair:4200:28185265,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0033145756214528993, 'nb_photo': 3, 'list_port_cont': '28392801,28674091,28740144', 'assoc_port': '28392310:28392801,28673945:28674091,28739768:28740144', 'assoc_mat': '28392310:pet_clair:4209:28392801,28673945:pet_clair:4209:28674091,28739768:pet_clair:4209:28740144'}, {'unwanted_material': 'pet_clair', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.005603688902009209, 'nb_photo': 36, 'list_port_cont': '28188428,28219850,28246536,28256355,28266283,28294367,28294913,28308123,28346533,28348781,28358637,28411861,28484855,28486093,28501880,28519947,28525657,28528029,28567078,28570780,28573201,28593995,28619948,28621885,28647937,28658129,28672785,28740863,28748518,28749777,28751795,28776496', 'assoc_port': '28083965:28658129,28138896:28294367,28142637:28294913,28169021:28188428,28197670:28346533,28219788:28219850,28225385:28246536,28248532:28348781,28250722:28256355,28266158:28266283,28293205:28358637,28308004:28308123,28411777:28411861,28483064:28486093,28483090:28484855,28490153:28501880,28516059:28519947,28525445:28525657,28527934:28528029,28565651:28567078,28570748:28570780,28573192:28573201,28593933:28593995,28618423:28619948,28621815:28621885,28647712:28647937,28672655:28672785,28739528:28748518,28739595:28749777,28739630:28751795,28739879:28740863,28772045:28776496', 'assoc_mat': '28083965:pet_clair:4207:28658129,28138896:pet_clair:4207:28294367,28142637:pet_clair:4207:28294913,28169021:pet_clair:4207:28188428,28197670:pet_clair:4207:28346533,28219788:pet_clair:4207:28219850,28225385:pet_clair:4207:28246536,28248532:pet_clair:4207:28348781,28250722:pet_clair:4207:28256355,28266158:pet_clair:4207:28266283,28293205:pet_clair:4207:28358637,28308004:pet_clair:4207:28308123,28411777:pet_clair:4207:28411861,28483064:pet_clair:4207:28486093,28483090:pet_clair:4207:28484855,28490153:pet_clair:4207:28501880,28516059:pet_clair:4207:28519947,28525445:pet_clair:4207:28525657,28527934:pet_clair:4207:28528029,28565651:pet_clair:4207:28567078,28570748:pet_clair:4207:28570780,28573192:pet_clair:4207:28573201,28593933:pet_clair:4207:28593995,28618423:pet_clair:4207:28619948,28621815:pet_clair:4207:28621885,28647712:pet_clair:4207:28647937,28672655:pet_clair:4207:28672785,28739528:pet_clair:4207:28748518,28739595:pet_clair:4207:28749777,28739630:pet_clair:4207:28751795,28739879:pet_clair:4207:28740863,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0029677295465929464, 'nb_photo': 476, 'list_port_cont': '28054761,28054818,28082495,28082762,28086409,28088235,28139391,28139866,28140319,28141429,28141780,28143123,28148378,28153795,28154237,28154556,28155828,28156287,28156632,28157862,28169608,28169824,28170299,28173120,28174491,28178432,28179871,28185835,28193386,28193743,28194227,28194934,28195420,28203112,28208336,28209394,28212840,28213408,28217690,28220199,28222257,28222867,28226378,28229371,28232449,28248844,28249301,28250834,28251248,28253001,28254059,28261952,28263307,28300343,28304998,28309885,28312690,28317176,28319171,28319924,28321608,28324245,28325214,28326716,28328299,28328745,28331978,28332621,28338831,28339581,28347703,28347992,28348151,28348286,28350861,28351384,28351779,28351962,28375902,28376297,28379109,28380659,28389616,28396612,28399811,28409773,28413138,28417264,28423606,28423943,28477278,28477441,28477880,28479294,28479732,28480361,28480565,28482115,28483384,28483698,28484078,28484234,28484793,28485007,28485326,28485821,28486195,28486355,28486502,28486594,28486743,28487300,28516509,2851784', 'assoc_port': '28054301:28054818,28054312:28054761,28081689:28082495,28082633:28082762,28086078:28086409,28088094:28088235,28138762:28141780,28138797:28141429,28138892:28140319,28138917:28139866,28138952:28139391,28140144:28157862,28142910:28143123,28147739:28156632,28147804:28156287,28147914:28155828,28148050:28154237,28148081:28153795,28148117:28148378,28154342:28154556,28169022:28170299,28169061:28169824,28169298:28169608,28172688:28173120,28174216:28174491,28178032:28178432,28179674:28179871,28185550:28185835,28192304:28194934,28192401:28194227,28192438:28193386,28193434:28193743,28195134:28195420,28202854:28203112,28208183:28208336,28209315:28209394,28212571:28212840,28213224:28213408,28217122:28217690,28219791:28220199,28221749:28222257,28222677:28222867,28226175:28226378,28229013:28229371,28232241:28232449,28248539:28253001,28248581:28251248,28248669:28249301,28248682:28248844,28250731:28250834,28253420:28254059,28260973:28339581,28261720:28261952,28263086:28263307,28264358:28338831,28281561:28332621,28281577:2833197', 'assoc_mat': '28054301:pet_clair:4211:28054818,28054312:pet_clair:4211:28054761,28081689:pet_clair:4211:28082495,28082633:pet_clair:4211:28082762,28086078:pet_clair:4211:28086409,28088094:pet_clair:4211:28088235,28138762:pet_clair:4211:28141780,28138797:pet_clair:4211:28141429,28138892:pet_clair:4211:28140319,28138917:pet_clair:4211:28139866,28138952:pet_clair:4211:28139391,28140144:pet_clair:4211:28157862,28142910:pet_clair:4211:28143123,28147739:pet_clair:4211:28156632,28147804:pet_clair:4211:28156287,28147914:pet_clair:4211:28155828,28148050:pet_clair:4211:28154237,28148081:pet_clair:4211:28153795,28148117:pet_clair:4211:28148378,28154342:pet_clair:4211:28154556,28169022:pet_clair:4211:28170299,28169061:pet_clair:4211:28169824,28169298:pet_clair:4211:28169608,28172688:pet_clair:4211:28173120,28174216:pet_clair:4211:28174491,28178032:pet_clair:4211:28178432,28179674:pet_clair:4211:28179871,28185550:pet_clair:4211:28185835,28192304:pet_clair:4211:28194934,28192401:pet_clair:4211:28194227,28192438:pet_clair:4211:28193386,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9168082379595314, 'nb_photo': 32310, 'list_port_cont': '28054690,28054777,28054795,28054903,28054941,28055016,28055065,28082124,28082224,28085415,28089128,28139739,28139956,28140380,28140658,28141237,28141402,28142076,28144081,28148071,28148782,28149056,28149320,28149626,28149696,28150140,28150495,28150724,28151311,28151542,28152019,28152322,28152541,28153045,28154484,28157295,28157585,28162327,28166669,28166817,28169591,28172533,28175833,28177999,28181842,28183367,28185681,28185704,28185973,28193244,28193462,28193579,28193853,28193959,28194338,28194353,28194517,28194698,28194726,28194833,28198082,28199470,28205659,28205755,28208508,28212947,28213647,28215851,28217520,28220231,28222326,28223770,28230858,28231718,28234563,28235919,28245662,28249122,28249359,28249597,28249794,28249983,28250135,28251058,28252031,28254813,28262674,28266607,28271855,28274865,28277775,28283668,28298623,28303687,28309171,28310232,28312631,28315151,28316412,28317569,28317713,28318119,28318456,28318562,28318711,28318966,28319137,28319419,28319818,28321421,28347679,28347856,28347915,2834806', 'assoc_port': '28054295:28055065,28054299:28055016,28054310:28054903,28054313:28054941,28054316:28054690,28054344:28054795,28054357:28054777,28081690:28082224,28081718:28082124,28084834:28085415,28086966:28089128,28138737:28141402,28138792:28141237,28138862:28153045,28138898:28140658,28138911:28139956,28138950:28139739,28139930:28140380,28139941:28148071,28141729:28142076,28143313:28144081,28147701:28152541,28147733:28152322,28147738:28152019,28147788:28151542,28147828:28151311,28147869:28150495,28147915:28157295,28147916:28149696,28147959:28149626,28148047:28149320,28148063:28149056,28148083:28148782,28148132:28162327,28149744:28150140,28150190:28150724,28153697:28154484,28157333:28157585,28166056:28166817,28166079:28166669,28169023:28169591,28172094:28172533,28175403:28175833,28177409:28177999,28181686:28181842,28183108:28183367,28185534:28185973,28185553:28185704,28185559:28185681,28192269:28194833,28192289:28194726,28192307:28194698,28192334:28194353,28192409:28194338,28192431:28193959,28192434:28193579,28192444:2819346', 'assoc_mat': '28054295:pet_clair:3327:28055065,28054299:pet_clair:3327:28055016,28054310:pet_clair:3327:28054903,28054313:pet_clair:3327:28054941,28054316:pet_clair:3327:28054690,28054344:pet_clair:3327:28054795,28054357:pet_clair:3327:28054777,28081690:pet_clair:3327:28082224,28081718:pet_clair:3327:28082124,28084834:pet_clair:3327:28085415,28086966:pet_clair:3327:28089128,28138737:pet_clair:3327:28141402,28138792:pet_clair:3327:28141237,28138862:pet_clair:3327:28153045,28138898:pet_clair:3327:28140658,28138911:pet_clair:3327:28139956,28138950:pet_clair:3327:28139739,28139930:pet_clair:3327:28140380,28139941:pet_clair:3327:28148071,28141729:pet_clair:3327:28142076,28143313:pet_clair:3327:28144081,28147701:pet_clair:3327:28152541,28147733:pet_clair:3327:28152322,28147738:pet_clair:3327:28152019,28147788:pet_clair:3327:28151542,28147828:pet_clair:3327:28151311,28147869:pet_clair:3327:28150495,28147915:pet_clair:3327:28157295,28147916:pet_clair:3327:28149696,28147959:pet_clair:3327:28149626,28148047:pet_clair:3327:28149320,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0030788789793014556, 'nb_photo': 21, 'list_port_cont': '28208296,28291621,28347171,28351704,28352887,28361785,28387870,28407669,28481208,28486248,28567938,28572736,28616869,28747581,28751890', 'assoc_port': '28148151:28291621,28202894:28208296,28219777:28347171,28264555:28352887,28309155:28361785,28350678:28351704,28387626:28387870,28406249:28407669,28477032:28481208,28483071:28486248,28565648:28567938,28572580:28572736,28614716:28616869,28739509:28747581,28739629:28751890', 'assoc_mat': '28148151:pet_fonce:4203:28291621,28202894:pet_fonce:4203:28208296,28219777:pet_fonce:4203:28347171,28264555:pet_fonce:4203:28352887,28309155:pet_fonce:4203:28361785,28350678:pet_fonce:4203:28351704,28387626:pet_fonce:4203:28387870,28406249:pet_fonce:4203:28407669,28477032:pet_fonce:4203:28481208,28483071:pet_fonce:4203:28486248,28565648:pet_fonce:4203:28567938,28572580:pet_fonce:4203:28572736,28614716:pet_fonce:4203:28616869,28739509:pet_fonce:4203:28747581,28739629:pet_fonce:4203:28751890'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.015188358404206685, 'nb_photo': 2, 'list_port_cont': '28494158,28660871', 'assoc_port': '28147909:28660871,28483046:28494158', 'assoc_mat': '28147909:pet_fonce:4207:28660871,28483046:pet_fonce:4207:28494158'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004850049395691618, 'nb_photo': 8, 'list_port_cont': '28151110,28185874,28192727,28483939,28524491,28613452,28631400,28740881', 'assoc_port': '28147918:28151110,28185557:28185874,28192477:28192727,28483107:28483939,28523863:28524491,28613063:28613452,28631171:28631400,28739754:28740881', 'assoc_mat': '28147918:pet_fonce:4461:28151110,28185557:pet_fonce:4461:28185874,28192477:pet_fonce:4461:28192727,28483107:pet_fonce:4461:28483939,28523863:pet_fonce:4461:28524491,28613063:pet_fonce:4461:28613452,28631171:pet_fonce:4461:28631400,28739754:pet_fonce:4461:28740881'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.5712472126197884, 'nb_photo': 1475, 'list_port_cont': '28054574,28054698,28054971,28063345,28063393,28082967,28084340,28084838,28087981,28162678,28170753,28172989,28182383,28183537,28185204,28185269,28185821,28186697,28198679,28205353,28209044,28209340,28215714,28220838,28227914,28244955,28252214,28256580,28265291,28275017,28283015,28283266,28283304,28283843,28285324,28289034,28289175,28291149,28291553,28293268,28295162,28297408,28298189,28300476,28302872,28316866,28322818,28322932,28323487,28324260,28324709,28325017,28327196,28330631,28347749,28347954,28348017,28348190,28348314,28348443,28348476,28348693,28348840,28349015,28349610,28349689,28349925,28351306,28351800,28351898,28352145,28352578,28354749,28355338,28355671,28356140,28357932,28358315,28359012,28359180,28361460,28361844,28363256,28375616,28378696,28378912,28381362,28385024,28387835,28393368,28398818,28400799,28404119,28404874,28407598,28417526,28417554,28423776,28424041,28424192,28480382,28481344,28481760,28481893,28482044,28482195,28482512,28483578,28483750,28484203,28484654,28486127,28486657,2848672', 'assoc_port': '28054304:28054971,28054306:28063393,28054338:28054698,28054346:28054574,28054359:28063345,28081703:28082967,28082632:28084340,28083930:28084838,28086967:28087981,28138800:28283015,28138899:28283266,28138914:28283304,28140142:28283843,28142059:28285324,28146540:28289175,28146544:28289034,28147702:28658494,28147734:28659007,28147749:28659695,28147848:28674607,28147895:28660814,28147923:28661768,28148021:28663202,28148052:28663452,28148100:28291149,28148147:28291553,28151574:28293268,28155279:28298189,28162367:28162678,28166078:28170753,28172513:28185269,28172690:28172989,28177686:28185204,28182141:28182383,28183336:28183537,28185548:28185821,28186634:28186697,28192273:28322818,28192314:28322932,28192363:28323487,28192432:28324260,28192436:28324709,28192449:28325017,28193436:28327196,28195137:28330631,28198477:28198679,28205034:28205353,28208176:28209044,28209316:28209340,28215375:28215714,28219780:28220838,28221746:28347954,28224401:28348314,28226174:28227914,28230175:28348476,28235508:28244955,28248516:2834869', 'assoc_mat': '28054304:pet_fonce:4200:28054971,28054306:pet_fonce:4200:28063393,28054338:pet_fonce:4200:28054698,28054346:pet_fonce:4200:28054574,28054359:pet_fonce:4200:28063345,28081703:pet_fonce:4200:28082967,28082632:pet_fonce:4200:28084340,28083930:pet_fonce:4200:28084838,28086967:pet_fonce:4200:28087981,28138800:pet_fonce:4200:28283015,28138899:pet_fonce:4200:28283266,28138914:pet_fonce:4200:28283304,28140142:pet_fonce:4200:28283843,28142059:pet_fonce:4200:28285324,28146540:pet_fonce:4200:28289175,28146544:pet_fonce:4200:28289034,28147702:pet_fonce:4200:28658494,28147734:pet_fonce:4200:28659007,28147749:pet_fonce:4200:28659695,28147848:pet_fonce:4200:28674607,28147895:pet_fonce:4200:28660814,28147923:pet_fonce:4200:28661768,28148021:pet_fonce:4200:28663202,28148052:pet_fonce:4200:28663452,28148100:pet_fonce:4200:28291149,28148147:pet_fonce:4200:28291553,28151574:pet_fonce:4200:28293268,28155279:pet_fonce:4200:28298189,28162367:pet_fonce:4200:28162678,28166078:pet_fonce:4200:28170753,28172513:pet_fonce:4200:28185269,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0013329827166444757, 'nb_photo': 2, 'list_port_cont': '28483676,28740152', 'assoc_port': '28483020:28483676,28739768:28740152', 'assoc_mat': '28483020:pet_fonce:4209:28483676,28739768:pet_fonce:4209:28740152'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.003127485432280619, 'nb_photo': 3, 'list_port_cont': '28501892,28609664,28672780', 'assoc_port': '28490153:28501892,28609628:28609664,28672655:28672780', 'assoc_mat': '28490153:pet_fonce:4207:28501892,28609628:pet_fonce:4207:28609664,28672655:pet_fonce:4207:28672780'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0006772671108783563, 'nb_photo': 103, 'list_port_cont': '28054827,28140329,28141784,28143126,28151982,28153797,28154975,28155834,28156291,28157379,28169602,28178439,28185843,28192823,28193387,28194236,28194928,28195417,28212832,28213400,28217678,28226376,28250836,28251013,28261956,28263315,28271641,28300341,28319178,28333957,28338833,28339588,28348281,28351784,28351966,28376289,28386271,28389621,28405034,28413124,28417274,28423941,28424094,28479303,28483388,28484792,28485151,28485829,28486362,28490584,28497213,28516494,28517053,28527516,28529484,28562204,28562573,28565934,28566339,28567998,28592435,28592861,28594137,28601047,28603369,28610289,28611707,28612700,28615741,28623861,28654927,28663401,28667668,28673618,28683741,28684050,28740014,28741302,28742592,28742684,28742829,28747049,28773291,28774446,28774719', 'assoc_port': '28054301:28054827,28138762:28141784,28138892:28140329,28142910:28143126,28146549:28157379,28147804:28156291,28147914:28155834,28147925:28154975,28148081:28153797,28151577:28151982,28169298:28169602,28178032:28178439,28185550:28185843,28192304:28194928,28192401:28194236,28192438:28193387,28192450:28192823,28195134:28195417,28212571:28212832,28213224:28213400,28217122:28217678,28226175:28226376,28248624:28251013,28250731:28250836,28260973:28339588,28261720:28261956,28263086:28263315,28264358:28338833,28271508:28271641,28274958:28333957,28299248:28319178,28300224:28300341,28347505:28348281,28350623:28351966,28350635:28351784,28375469:28376289,28386144:28386271,28389458:28389621,28404846:28405034,28412710:28413124,28416970:28417274,28423440:28424094,28423450:28423941,28478798:28479303,28483001:28486362,28483028:28485829,28483040:28485151,28483059:28484792,28483080:28483388,28490342:28490584,28497111:28497213,28516029:28517053,28516083:28516494,28523799:28527516,28529289:28529484,28561947:28562573,28561959:2856220', 'assoc_mat': '28054301:pet_fonce:4211:28054827,28138762:pet_fonce:4211:28141784,28138892:pet_fonce:4211:28140329,28142910:pet_fonce:4211:28143126,28146549:pet_fonce:4211:28157379,28147804:pet_fonce:4211:28156291,28147914:pet_fonce:4211:28155834,28147925:pet_fonce:4211:28154975,28148081:pet_fonce:4211:28153797,28151577:pet_fonce:4211:28151982,28169298:pet_fonce:4211:28169602,28178032:pet_fonce:4211:28178439,28185550:pet_fonce:4211:28185843,28192304:pet_fonce:4211:28194928,28192401:pet_fonce:4211:28194236,28192438:pet_fonce:4211:28193387,28192450:pet_fonce:4211:28192823,28195134:pet_fonce:4211:28195417,28212571:pet_fonce:4211:28212832,28213224:pet_fonce:4211:28213400,28217122:pet_fonce:4211:28217678,28226175:pet_fonce:4211:28226376,28248624:pet_fonce:4211:28251013,28250731:pet_fonce:4211:28250836,28260973:pet_fonce:4211:28339588,28261720:pet_fonce:4211:28261956,28263086:pet_fonce:4211:28263315,28264358:pet_fonce:4211:28338833,28271508:pet_fonce:4211:28271641,28274958:pet_fonce:4211:28333957,28299248:pet_fonce:4211:28319178,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.023806192467441065, 'nb_photo': 814, 'list_port_cont': '28054693,28054774,28054797,28054897,28054940,28055012,28055059,28082127,28082221,28085410,28089122,28139744,28139947,28140397,28140653,28141239,28141403,28142078,28144078,28148069,28148794,28149050,28149315,28149620,28149703,28150146,28150497,28150726,28151308,28151552,28152020,28152324,28152550,28154491,28157297,28157588,28162325,28166662,28166826,28169586,28172534,28175835,28181834,28183366,28185685,28185975,28193242,28193465,28193859,28193955,28194340,28194354,28194508,28194703,28194725,28194831,28198083,28199479,28205663,28205758,28208509,28212944,28213638,28215854,28217523,28220241,28222319,28223762,28230854,28231713,28234551,28235916,28245665,28249121,28249351,28249607,28249798,28249975,28250126,28251049,28252040,28254802,28262678,28266608,28271856,28274857,28277763,28283675,28298616,28309181,28310242,28312638,28315161,28316405,28317705,28318128,28318713,28318962,28319138,28319800,28321412,28347860,28347921,28348051,28348126,28351135,28351184,28351442,28351566,28351690,28375833,28376076,28377635,2837779', 'assoc_port': '28054295:28055059,28054299:28055012,28054310:28054897,28054313:28054940,28054316:28054693,28054344:28054797,28054357:28054774,28081690:28082221,28081718:28082127,28084834:28085410,28086966:28089122,28138737:28141403,28138792:28141239,28138898:28140653,28138911:28139947,28138950:28139744,28139930:28140397,28139941:28148069,28141729:28142078,28143313:28144078,28147701:28152550,28147733:28152324,28147738:28152020,28147788:28151552,28147828:28151308,28147869:28150497,28147915:28157297,28147916:28149703,28147959:28149620,28148047:28149315,28148063:28149050,28148083:28148794,28148132:28162325,28149744:28150146,28150190:28150726,28153697:28154491,28157333:28157588,28166056:28166826,28166079:28166662,28169023:28169586,28172094:28172534,28175403:28175835,28181686:28181834,28183108:28183366,28185534:28185975,28185559:28185685,28192269:28194831,28192289:28194725,28192307:28194703,28192334:28194354,28192409:28194340,28192431:28193955,28192444:28193465,28192447:28193242,28193431:28193859,28194254:28194508,28197666:2819808', 'assoc_mat': '28054295:pet_fonce:3327:28055059,28054299:pet_fonce:3327:28055012,28054310:pet_fonce:3327:28054897,28054313:pet_fonce:3327:28054940,28054316:pet_fonce:3327:28054693,28054344:pet_fonce:3327:28054797,28054357:pet_fonce:3327:28054774,28081690:pet_fonce:3327:28082221,28081718:pet_fonce:3327:28082127,28084834:pet_fonce:3327:28085410,28086966:pet_fonce:3327:28089122,28138737:pet_fonce:3327:28141403,28138792:pet_fonce:3327:28141239,28138898:pet_fonce:3327:28140653,28138911:pet_fonce:3327:28139947,28138950:pet_fonce:3327:28139744,28139930:pet_fonce:3327:28140397,28139941:pet_fonce:3327:28148069,28141729:pet_fonce:3327:28142078,28143313:pet_fonce:3327:28144078,28147701:pet_fonce:3327:28152550,28147733:pet_fonce:3327:28152324,28147738:pet_fonce:3327:28152020,28147788:pet_fonce:3327:28151552,28147828:pet_fonce:3327:28151308,28147869:pet_fonce:3327:28150497,28147915:pet_fonce:3327:28157297,28147916:pet_fonce:3327:28149703,28147959:pet_fonce:3327:28149620,28148047:pet_fonce:3327:28149315,28148063:pet_fonce:3327:28149050,2'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006839801354513873, 'nb_photo': 36, 'list_port_cont': '28054440,28147118,28291039,28323471,28324511,28348338,28349289,28381781,28392288,28482713,28487587,28518457,28596674,28597114,28649087,28658232,28677440,28752698', 'assoc_port': '28054350:28054440,28146918:28147118,28147700:28658232,28148146:28291039,28192388:28323471,28192440:28324511,28228988:28348338,28248588:28349289,28381739:28381781,28390850:28392288,28482696:28482713,28482976:28487587,28515941:28518457,28593916:28596674,28593919:28597114,28644305:28649087,28677396:28677440,28739777:28752698', 'assoc_mat': '28054350:pet_opaque:4205:28054440,28146918:pet_opaque:4205:28147118,28147700:pet_opaque:4205:28658232,28148146:pet_opaque:4205:28291039,28192388:pet_opaque:4205:28323471,28192440:pet_opaque:4205:28324511,28228988:pet_opaque:4205:28348338,28248588:pet_opaque:4205:28349289,28381739:pet_opaque:4205:28381781,28390850:pet_opaque:4205:28392288,28482696:pet_opaque:4205:28482713,28482976:pet_opaque:4205:28487587,28515941:pet_opaque:4205:28518457,28593916:pet_opaque:4205:28596674,28593919:pet_opaque:4205:28597114,28644305:pet_opaque:4205:28649087,28677396:pet_opaque:4205:28677440,28739777:pet_opaque:4205:28752698'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0167518751799322, 'nb_photo': 298, 'list_port_cont': '28085104,28181279,28185425,28208295,28249042,28283813,28291618,28293654,28324000,28347183,28348527,28351697,28352890,28356196,28361783,28378618,28387880,28407675,28423874,28481127,28481217,28486244,28521667,28531728,28562554,28567928,28570924,28572742,28597923,28616871,28631997,28651678,28661306,28662683,28689918,28741172,28742616,28747582,28751886,28772246,28776265', 'assoc_port': '28083963:28085104,28139937:28283813,28147910:28661306,28148151:28291618,28161015:28185425,28181031:28181279,28192430:28324000,28202894:28208295,28219777:28347183,28232930:28348527,28248631:28249042,28264555:28352890,28281591:28356196,28293296:28293654,28309155:28361783,28350678:28351697,28375471:28378618,28387626:28387880,28406249:28407675,28423462:28423874,28477032:28481217,28481009:28481127,28483071:28486244,28516161:28521667,28523862:28531728,28561952:28562554,28565488:28570924,28565648:28567928,28572580:28572742,28597768:28597923,28614716:28616871,28631178:28631997,28645222:28651678,28662425:28662683,28677995:28689918,28738999:28741172,28739509:28747582,28739629:28751886,28739809:28742616,28772034:28776265,28772086:28772246', 'assoc_mat': '28083963:pet_opaque:4203:28085104,28139937:pet_opaque:4203:28283813,28147910:pet_opaque:4203:28661306,28148151:pet_opaque:4203:28291618,28161015:pet_opaque:4203:28185425,28181031:pet_opaque:4203:28181279,28192430:pet_opaque:4203:28324000,28202894:pet_opaque:4203:28208295,28219777:pet_opaque:4203:28347183,28232930:pet_opaque:4203:28348527,28248631:pet_opaque:4203:28249042,28264555:pet_opaque:4203:28352890,28281591:pet_opaque:4203:28356196,28293296:pet_opaque:4203:28293654,28309155:pet_opaque:4203:28361783,28350678:pet_opaque:4203:28351697,28375471:pet_opaque:4203:28378618,28387626:pet_opaque:4203:28387880,28406249:pet_opaque:4203:28407675,28423462:pet_opaque:4203:28423874,28477032:pet_opaque:4203:28481217,28481009:pet_opaque:4203:28481127,28483071:pet_opaque:4203:28486244,28516161:pet_opaque:4203:28521667,28523862:pet_opaque:4203:28531728,28561952:pet_opaque:4203:28562554,28565488:pet_opaque:4203:28570924,28565648:pet_opaque:4203:28567928,28572580:pet_opaque:4203:28572742,28597768:pet_opaque:4203:28597923,2861'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.008133998224340891, 'nb_photo': 182, 'list_port_cont': '28054402,28054902,28072825,28084438,28090029,28152736,28166234,28168966,28171645,28172309,28178975,28185415,28213359,28213960,28225450,28235676,28251803,28262833,28263893,28269264,28272892,28278323,28282314,28290773,28292332,28293347,28293420,28293587,28294034,28294975,28299915,28316063,28327531,28328331,28329485,28334734,28337466,28340322,28342601,28344159,28346051,28346436,28347365,28347545,28347709,28348075,28348677,28350836,28351666,28352185,28358429,28379207,28386405,28391947,28395367,28398201,28410608,28417104,28417359,28417507,28423525,28423694,28423987,28479107,28479626,28480432,28483398,28483971,28485731,28485756,28485938,28485986,28486629,28486784,28487204,28493194,28493679,28494817,28496507,28504193,28517240,28517859,28518760,28520142,28531498,28562314,28564006,28565566,28565769,28566858,28567882,28568212,28569890,28570427,28570661,28570852,28571142,28572158,28572502,28593744,28601218,28602352,28613525,28615253,28618136,28620441,28625693,28648424,28649655,28649835,28650392,28651780,28658770,2865892', 'assoc_port': '28054297:28054902,28054319:28072825,28054352:28054402,28081719:28090029,28083934:28084438,28083948:28171645,28084837:28172309,28087374:28168966,28138758:28282314,28138906:28294034,28138935:28292332,28139933:28293420,28141029:28293587,28147736:28658770,28147741:28658928,28147752:28659350,28147806:28659804,28147850:28660146,28147854:28660408,28147909:28660870,28147989:28662412,28148085:28290773,28148114:28299915,28151575:28328331,28152599:28152736,28154717:28329485,28159774:28185415,28166080:28166234,28168996:28334734,28170010:28327531,28178799:28178975,28183631:28337466,28192429:28340322,28192446:28342601,28194730:28347365,28197664:28346436,28205609:28344159,28212549:28213960,28213243:28213359,28215371:28346051,28225398:28225450,28235487:28235676,28248529:28348677,28251445:28251803,28262751:28262833,28263783:28263893,28269228:28269264,28272779:28272892,28278260:28278323,28293204:28358429,28293210:28294975,28293294:28293347,28315969:28316063,28347533:28348075,28347540:28347709,28347541:28347545,28350617:2835218', 'assoc_mat': '28054297:pet_opaque:4207:28054902,28054319:pet_opaque:4207:28072825,28054352:pet_opaque:4207:28054402,28081719:pet_opaque:4207:28090029,28083934:pet_opaque:4207:28084438,28083948:pet_opaque:4207:28171645,28084837:pet_opaque:4207:28172309,28087374:pet_opaque:4207:28168966,28138758:pet_opaque:4207:28282314,28138906:pet_opaque:4207:28294034,28138935:pet_opaque:4207:28292332,28139933:pet_opaque:4207:28293420,28141029:pet_opaque:4207:28293587,28147736:pet_opaque:4207:28658770,28147741:pet_opaque:4207:28658928,28147752:pet_opaque:4207:28659350,28147806:pet_opaque:4207:28659804,28147850:pet_opaque:4207:28660146,28147854:pet_opaque:4207:28660408,28147909:pet_opaque:4207:28660870,28147989:pet_opaque:4207:28662412,28148085:pet_opaque:4207:28290773,28148114:pet_opaque:4207:28299915,28151575:pet_opaque:4207:28328331,28152599:pet_opaque:4207:28152736,28154717:pet_opaque:4207:28329485,28159774:pet_opaque:4207:28185415,28166080:pet_opaque:4207:28166234,28168996:pet_opaque:4207:28334734,28170010:pet_opaque:4207:28327531,2817'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.006797190004290992, 'nb_photo': 128, 'list_port_cont': '28081977,28085542,28140199,28144026,28149188,28149866,28150039,28150351,28150983,28152353,28157479,28169340,28174615,28177688,28181432,28192719,28193107,28194041,28197871,28200944,28212792,28216028,28220035,28221933,28226745,28233032,28249155,28250913,28252847,28276398,28278384,28293479,28311029,28311208,28311807,28313371,28315255,28317856,28324622,28325418,28347782,28351153,28375676,28377461,28379954,28391541,28394687,28397965,28407277,28413848,28423821,28477515,28477766,28483889,28483937,28484249,28484328,28484461,28484610,28491732,28516606,28516959,28525355,28528908,28562283,28566453,28566609,28566735,28570763,28620510,28622454,28631396,28644665,28656351,28659598,28662485,28665360,28671924,28679369,28739304,28740197,28740296,28741022,28741076,28742316,28745689,28746232,28772375,28772648,28772804,28772934', 'assoc_port': '28081717:28081977,28085384:28085542,28139935:28140199,28143810:28144026,28147927:28150983,28148057:28150351,28148087:28149866,28148150:28149188,28149746:28150039,28152166:28152353,28157332:28157479,28169062:28169340,28174214:28174615,28177407:28177688,28181340:28181432,28192331:28193107,28192477:28192719,28193668:28194041,28197668:28197871,28200553:28200944,28212551:28212792,28215550:28216028,28219774:28220035,28221747:28221933,28226524:28226745,28232655:28233032,28248629:28249155,28250727:28250913,28252625:28252847,28265677:28317856,28276254:28276398,28278108:28278384,28281559:28315255,28293139:28325418,28293207:28313371,28293309:28293479,28296032:28311807,28299552:28311208,28301747:28311029,28320702:28324622,28347527:28347782,28350627:28351153,28375489:28375676,28377307:28377461,28379722:28379954,28391221:28391541,28394419:28394687,28397703:28397965,28407028:28407277,28413384:28413848,28423436:28423821,28477070:28477766,28477141:28477515,28483034:28484610,28483048:28484461,28483058:28484328,28483067:2848424', 'assoc_mat': '28081717:pet_opaque:4461:28081977,28085384:pet_opaque:4461:28085542,28139935:pet_opaque:4461:28140199,28143810:pet_opaque:4461:28144026,28147927:pet_opaque:4461:28150983,28148057:pet_opaque:4461:28150351,28148087:pet_opaque:4461:28149866,28148150:pet_opaque:4461:28149188,28149746:pet_opaque:4461:28150039,28152166:pet_opaque:4461:28152353,28157332:pet_opaque:4461:28157479,28169062:pet_opaque:4461:28169340,28174214:pet_opaque:4461:28174615,28177407:pet_opaque:4461:28177688,28181340:pet_opaque:4461:28181432,28192331:pet_opaque:4461:28193107,28192477:pet_opaque:4461:28192719,28193668:pet_opaque:4461:28194041,28197668:pet_opaque:4461:28197871,28200553:pet_opaque:4461:28200944,28212551:pet_opaque:4461:28212792,28215550:pet_opaque:4461:28216028,28219774:pet_opaque:4461:28220035,28221747:pet_opaque:4461:28221933,28226524:pet_opaque:4461:28226745,28232655:pet_opaque:4461:28233032,28248629:pet_opaque:4461:28249155,28250727:pet_opaque:4461:28250913,28252625:pet_opaque:4461:28252847,28265677:pet_opaque:4461:28317856,2827'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.0303274406875226, 'nb_photo': 2266, 'list_port_cont': '28054576,28054700,28054982,28063356,28063391,28082973,28084341,28084843,28087982,28162666,28170758,28172979,28182384,28183532,28185201,28185277,28185827,28186691,28198682,28205355,28209042,28209339,28215706,28220842,28227908,28244953,28252215,28256578,28265294,28275011,28283016,28283263,28283303,28283848,28285332,28289022,28289174,28291146,28291559,28293264,28295164,28297406,28298187,28300490,28302860,28316879,28322813,28322928,28323480,28324275,28324715,28325018,28327200,28330629,28347745,28347960,28348016,28348202,28348313,28348447,28348484,28348697,28348832,28349027,28349617,28349695,28349929,28351313,28351795,28351889,28352140,28352569,28354741,28355337,28355666,28356127,28357930,28358323,28359020,28359169,28361445,28361856,28363263,28375625,28378695,28378918,28381355,28385028,28387836,28393363,28398817,28400810,28404124,28404881,28407582,28417525,28417561,28423778,28424043,28424185,28480387,28481333,28481762,28481896,28482049,28482206,28482518,28483577,28483751,28484204,28484649,28486130,28486661,2848672', 'assoc_port': '28054304:28054982,28054306:28063391,28054338:28054700,28054346:28054576,28054359:28063356,28081703:28082973,28082632:28084341,28083930:28084843,28086967:28087982,28138800:28283016,28138899:28283263,28138914:28283303,28140142:28283848,28142059:28285332,28146540:28289174,28146544:28289022,28147702:28658490,28147734:28659016,28147749:28659690,28147848:28674609,28147895:28660813,28147923:28661762,28148021:28663196,28148052:28663442,28148100:28291146,28148147:28291559,28151574:28293264,28155279:28298187,28162367:28162666,28166078:28170758,28172513:28185277,28172690:28172979,28177686:28185201,28182141:28182384,28183336:28183532,28185548:28185827,28186634:28186691,28192273:28322813,28192314:28322928,28192363:28323480,28192432:28324275,28192436:28324715,28192449:28325018,28193436:28327200,28195137:28330629,28198477:28198682,28205034:28205355,28208176:28209042,28209316:28209339,28215375:28215706,28219780:28220842,28221746:28347960,28224401:28348313,28226174:28227908,28230175:28348484,28235508:28244953,28248516:2834869', 'assoc_mat': '28054304:pet_opaque:4200:28054982,28054306:pet_opaque:4200:28063391,28054338:pet_opaque:4200:28054700,28054346:pet_opaque:4200:28054576,28054359:pet_opaque:4200:28063356,28081703:pet_opaque:4200:28082973,28082632:pet_opaque:4200:28084341,28083930:pet_opaque:4200:28084843,28086967:pet_opaque:4200:28087982,28138800:pet_opaque:4200:28283016,28138899:pet_opaque:4200:28283263,28138914:pet_opaque:4200:28283303,28140142:pet_opaque:4200:28283848,28142059:pet_opaque:4200:28285332,28146540:pet_opaque:4200:28289174,28146544:pet_opaque:4200:28289022,28147702:pet_opaque:4200:28658490,28147734:pet_opaque:4200:28659016,28147749:pet_opaque:4200:28659690,28147848:pet_opaque:4200:28674609,28147895:pet_opaque:4200:28660813,28147923:pet_opaque:4200:28661762,28148021:pet_opaque:4200:28663196,28148052:pet_opaque:4200:28663442,28148100:pet_opaque:4200:28291146,28148147:pet_opaque:4200:28291559,28151574:pet_opaque:4200:28293264,28155279:pet_opaque:4200:28298187,28162367:pet_opaque:4200:28162666,28166078:pet_opaque:4200:28170758,2817'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006872201207574117, 'nb_photo': 32, 'list_port_cont': '28248828,28249106,28483671,28489538,28524149,28527364,28596160,28605083,28631347,28674086,28681601,28685988,28740143,28740159,28772226,28772309,28772565,28772614', 'assoc_port': '28248602:28249106,28248626:28248828,28483020:28483671,28489342:28489538,28523868:28524149,28527263:28527364,28595900:28596160,28604954:28605083,28631173:28631347,28667193:28685988,28673945:28674086,28681383:28681601,28739684:28740143,28739768:28740159,28772020:28772614,28772032:28772565,28772043:28772309,28772075:28772226', 'assoc_mat': '28248602:pet_opaque:4209:28249106,28248626:pet_opaque:4209:28248828,28483020:pet_opaque:4209:28483671,28489342:pet_opaque:4209:28489538,28523868:pet_opaque:4209:28524149,28527263:pet_opaque:4209:28527364,28595900:pet_opaque:4209:28596160,28604954:pet_opaque:4209:28605083,28631173:pet_opaque:4209:28631347,28667193:pet_opaque:4209:28685988,28673945:pet_opaque:4209:28674086,28681383:pet_opaque:4209:28681601,28739684:pet_opaque:4209:28740143,28739768:pet_opaque:4209:28740159,28772020:pet_opaque:4209:28772614,28772032:pet_opaque:4209:28772565,28772043:pet_opaque:4209:28772309,28772075:pet_opaque:4209:28772226'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.011368169893850375, 'nb_photo': 52, 'list_port_cont': '28217470,28219858,28222996,28282672,28292828,28295295,28297726,28302234,28303877,28346197,28346534,28347732,28351252,28351765,28385203,28411859,28424133,28486088,28486955,28487003,28487797,28493395,28517757,28519114,28569143,28570496,28570772,28571862,28573206,28625891,28645174,28647928,28654745,28657371,28658137,28661741,28739132,28741188,28751790,28752802,28754426,28774755', 'assoc_port': '28083965:28658137,28138778:28282672,28139939:28292828,28147922:28661741,28148045:28657371,28197670:28346534,28212552:28347732,28215373:28346197,28217135:28217470,28219788:28219858,28222844:28222996,28295276:28295295,28297617:28297726,28302175:28302234,28303815:28303877,28350634:28351765,28350682:28351252,28385146:28385203,28411777:28411859,28423435:28424133,28482968:28487003,28483030:28493395,28483055:28486955,28483064:28486088,28487681:28487797,28515972:28519114,28516950:28517757,28565482:28570496,28565527:28571862,28565636:28569143,28570748:28570772,28573192:28573206,28625874:28625891,28644425:28645174,28647712:28647928,28654699:28654745,28739038:28739132,28739630:28751790,28739779:28752802,28739801:28754426,28739866:28741188,28772066:28774755', 'assoc_mat': '28083965:pet_opaque:4207:28658137,28138778:pet_opaque:4207:28282672,28139939:pet_opaque:4207:28292828,28147922:pet_opaque:4207:28661741,28148045:pet_opaque:4207:28657371,28197670:pet_opaque:4207:28346534,28212552:pet_opaque:4207:28347732,28215373:pet_opaque:4207:28346197,28217135:pet_opaque:4207:28217470,28219788:pet_opaque:4207:28219858,28222844:pet_opaque:4207:28222996,28295276:pet_opaque:4207:28295295,28297617:pet_opaque:4207:28297726,28302175:pet_opaque:4207:28302234,28303815:pet_opaque:4207:28303877,28350634:pet_opaque:4207:28351765,28350682:pet_opaque:4207:28351252,28385146:pet_opaque:4207:28385203,28411777:pet_opaque:4207:28411859,28423435:pet_opaque:4207:28424133,28482968:pet_opaque:4207:28487003,28483030:pet_opaque:4207:28493395,28483055:pet_opaque:4207:28486955,28483064:pet_opaque:4207:28486088,28487681:pet_opaque:4207:28487797,28515972:pet_opaque:4207:28519114,28516950:pet_opaque:4207:28517757,28565482:pet_opaque:4207:28570496,28565527:pet_opaque:4207:28571862,28565636:pet_opaque:4207:28569143,2857'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.002992670701269161, 'nb_photo': 1404, 'list_port_cont': '28054493,28054763,28054811,28082496,28083609,28086420,28088223,28139394,28139874,28140316,28141415,28141782,28142157,28143110,28148382,28151965,28153790,28154235,28154552,28154672,28154977,28155835,28156300,28156631,28156974,28157374,28157875,28162622,28169601,28170307,28173115,28174484,28178429,28179862,28182306,28185839,28192825,28193397,28193749,28194224,28194528,28194927,28195427,28198092,28203116,28208329,28208869,28209386,28212841,28213399,28217685,28220204,28222259,28222868,28226371,28229372,28232431,28235954,28248837,28249290,28249898,28250832,28251020,28251239,28252995,28254067,28261943,28263309,28267892,28271633,28300353,28304994,28309899,28312692,28317177,28319172,28319918,28321611,28324240,28324887,28325204,28326710,28328309,28328741,28331967,28332622,28333964,28338838,28339582,28347702,28347995,28348149,28348289,28350862,28351094,28351377,28351778,28351965,28375905,28376299,28377584,28379122,28380668,28386269,28389624,28393275,28396613,28399800,28405029,28409769,28413134,28417261,28423597,2842368', 'assoc_port': '28054301:28054811,28054312:28054763,28054348:28054493,28081689:28082496,28082630:28083609,28086078:28086420,28088094:28088223,28138745:28142157,28138762:28141782,28138797:28141415,28138892:28140316,28138917:28139874,28138952:28139394,28140144:28157875,28142910:28143110,28146549:28157374,28147731:28156974,28147739:28156631,28147804:28156300,28147914:28155835,28147925:28154977,28147960:28154672,28148050:28154235,28148081:28153790,28148117:28148382,28151577:28151965,28154342:28154552,28162368:28162622,28169022:28170307,28169298:28169601,28172688:28173115,28174216:28174484,28178032:28178429,28179674:28179862,28182143:28182306,28185550:28185839,28192304:28194927,28192317:28194528,28192401:28194224,28192438:28193397,28192450:28192825,28193434:28193749,28195134:28195427,28197675:28198092,28202854:28203116,28208177:28208869,28208183:28208329,28209315:28209386,28212571:28212841,28213224:28213399,28217122:28217685,28219791:28220204,28221749:28222259,28222677:28222868,28226175:28226371,28229013:28229372,28232241:2823243', 'assoc_mat': '28054301:pet_opaque:4211:28054811,28054312:pet_opaque:4211:28054763,28054348:pet_opaque:4211:28054493,28081689:pet_opaque:4211:28082496,28082630:pet_opaque:4211:28083609,28086078:pet_opaque:4211:28086420,28088094:pet_opaque:4211:28088223,28138745:pet_opaque:4211:28142157,28138762:pet_opaque:4211:28141782,28138797:pet_opaque:4211:28141415,28138892:pet_opaque:4211:28140316,28138917:pet_opaque:4211:28139874,28138952:pet_opaque:4211:28139394,28140144:pet_opaque:4211:28157875,28142910:pet_opaque:4211:28143110,28146549:pet_opaque:4211:28157374,28147731:pet_opaque:4211:28156974,28147739:pet_opaque:4211:28156631,28147804:pet_opaque:4211:28156300,28147914:pet_opaque:4211:28155835,28147925:pet_opaque:4211:28154977,28147960:pet_opaque:4211:28154672,28148050:pet_opaque:4211:28154235,28148081:pet_opaque:4211:28153790,28148117:pet_opaque:4211:28148382,28151577:pet_opaque:4211:28151965,28154342:pet_opaque:4211:28154552,28162368:pet_opaque:4211:28162622,28169022:pet_opaque:4211:28170307,28169298:pet_opaque:4211:28169601,2817'}, {'unwanted_material': 'textiles_sanitaires', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0011526934081847393, 'nb_photo': 9, 'list_port_cont': '28208289,28324009,28347174,28356194,28616868,28742605', 'assoc_port': '28192430:28324009,28202894:28208289,28219777:28347174,28281591:28356194,28614716:28616868,28739809:28742605', 'assoc_mat': '28192430:textiles_sanitaires:4203:28324009,28202894:textiles_sanitaires:4203:28208289,28219777:textiles_sanitaires:4203:28347174,28281591:textiles_sanitaires:4203:28356194,28614716:textiles_sanitaires:4203:28616868,28739809:textiles_sanitaires:4203:28742605'}, {'unwanted_material': 'textiles_sanitaires', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0030213938843065566, 'nb_photo': 10, 'list_port_cont': '28072885,28090036,28334965,28490764,28594230,28740662,28741378,28747937', 'assoc_port': '28054308:28072885,28081719:28090036,28173580:28334965,28490684:28490764,28594175:28594230,28739515:28747937,28739868:28741378,28739909:28740662', 'assoc_mat': '28054308:textiles_sanitaires:4207:28072885,28081719:textiles_sanitaires:4207:28090036,28173580:textiles_sanitaires:4207:28334965,28490684:textiles_sanitaires:4207:28490764,28594175:textiles_sanitaires:4207:28594230,28739515:textiles_sanitaires:4207:28747937,28739868:textiles_sanitaires:4207:28741378,28739909:textiles_sanitaires:4207:28740662'}, {'unwanted_material': 'textiles_sanitaires', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00042486843613497195, 'nb_photo': 8, 'list_port_cont': '28192822,28328297,28351375,28517851,28562210,28656222,28740940,28742821', 'assoc_port': '28192450:28192822,28293149:28328297,28350676:28351375,28515935:28517851,28561959:28562210,28653763:28656222,28739625:28742821,28739851:28740940', 'assoc_mat': '28192450:textiles_sanitaires:4211:28192822,28293149:textiles_sanitaires:4211:28328297,28350676:textiles_sanitaires:4211:28351375,28515935:textiles_sanitaires:4211:28517851,28561959:textiles_sanitaires:4211:28562210,28653763:textiles_sanitaires:4211:28656222,28739625:textiles_sanitaires:4211:28742821,28739851:textiles_sanitaires:4211:28740940'}), 'main_stat': {'nb_photos': 291803}}, 'hostname': (('jetson-2',),), 'impurety_average_per_hashtag': [(('film_pedb', '2025-11', 0.1633642646431243),), (('pet_clair', '2025-11', 0.07663845521453798),), (('emr', '2025-11', 0.05667599756683207),), (('pehd_pp', '2025-11', 0.06369135924867986),), (('flux_dev_rigide', '2025-11', 0.3620817258310057),), (('aluminium', '2025-11', 0.049465158163190984),), (('gros_cartons', '2025-11', 0.05341942871572057),), (('ela', '2025-11', 0.16083286123369955),), (('gm', '2025-11', 0.037961732691586605),)]} 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=4323 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=4323 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= 4323 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=4323 # 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=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=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 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=4748 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=4748 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= 4748 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=4748 # 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 13185 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 13193 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 13194 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 13189 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 13189 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 13191 argmax have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13192 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 13186 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 13186 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 13197 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 13197 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 13188 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 13187 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 13187 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 13196 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 13188 doesn't seem to be define in the database( WARNING : type of input 3 of step 13187 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 13185 doesn't seem to be define in the database( WARNING : type of input 2 of step 13189 doesn't seem to be define in the database( WARNING : output 0 of step 13185 have datatype=16 whereas input 0 of step 13192 have datatype=1 WARNING : output 1 of step 13185 have datatype=2 whereas input 1 of step 13192 have datatype=7 WARNING : output 0 of step 13191 have datatype=6 whereas input 2 of step 13192 have datatype=5 WARNING : type of output 2 of step 13192 doesn't seem to be define in the database( WARNING : type of input 1 of step 13186 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 13188 have datatype=10 whereas input 3 of step 13195 have datatype=6 WARNING : type of input 2 of step 13197 doesn't seem to be define in the database( WARNING : output 1 of step 13186 have datatype=7 whereas input 2 of step 13197 have datatype=None WARNING : type of output 3 of step 13197 doesn't seem to be define in the database( WARNING : type of input 1 of step 13188 doesn't seem to be define in the database( WARNING : output 0 of step 13188 have datatype=10 whereas input 0 of step 13198 have datatype=18 WARNING : type of input 5 of step 13195 doesn't seem to be define in the database( WARNING : output 0 of step 13198 have datatype=11 whereas input 5 of step 13195 have datatype=None WARNING : type of output 1 of step 13193 doesn't seem to be define in the database( WARNING : type of input 3 of step 13189 doesn't seem to be define in the database( WARNING : type of output 1 of step 13194 doesn't seem to be define in the database( WARNING : type of input 3 of step 13189 doesn't seem to be define in the database( WARNING : output 0 of step 13192 have datatype=1 whereas input 0 of step 13186 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,textiles_sanitaires,pet_clair', 'hashtag_parmi': 'pet_fonce,barquette_opaque,pet_opaque', '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=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=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 TODO : Insert select and so on SELECT id, name, misc_info, datou_id_for_right FROM MTRPhoto.dashboard_places WHERE name="arc_en_ciel_mm"; SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4323 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=4323 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= 4323 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=4323 # 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=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=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 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=4748 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=4748 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= 4748 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=4748 # 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 13185 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 13193 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 13194 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 13189 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 13189 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 13191 argmax have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13192 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 13186 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 13186 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 13197 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 13197 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 13188 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 13187 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 13187 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 13196 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 13188 doesn't seem to be define in the database( WARNING : type of input 3 of step 13187 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 13185 doesn't seem to be define in the database( WARNING : type of input 2 of step 13189 doesn't seem to be define in the database( WARNING : output 0 of step 13185 have datatype=16 whereas input 0 of step 13192 have datatype=1 WARNING : output 1 of step 13185 have datatype=2 whereas input 1 of step 13192 have datatype=7 WARNING : output 0 of step 13191 have datatype=6 whereas input 2 of step 13192 have datatype=5 WARNING : type of output 2 of step 13192 doesn't seem to be define in the database( WARNING : type of input 1 of step 13186 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 13188 have datatype=10 whereas input 3 of step 13195 have datatype=6 WARNING : type of input 2 of step 13197 doesn't seem to be define in the database( WARNING : output 1 of step 13186 have datatype=7 whereas input 2 of step 13197 have datatype=None WARNING : type of output 3 of step 13197 doesn't seem to be define in the database( WARNING : type of input 1 of step 13188 doesn't seem to be define in the database( WARNING : output 0 of step 13188 have datatype=10 whereas input 0 of step 13198 have datatype=18 WARNING : type of input 5 of step 13195 doesn't seem to be define in the database( WARNING : output 0 of step 13198 have datatype=11 whereas input 5 of step 13195 have datatype=None WARNING : type of output 1 of step 13193 doesn't seem to be define in the database( WARNING : type of input 3 of step 13189 doesn't seem to be define in the database( WARNING : type of output 1 of step 13194 doesn't seem to be define in the database( WARNING : type of input 3 of step 13189 doesn't seem to be define in the database( WARNING : output 0 of step 13192 have datatype=1 whereas input 0 of step 13186 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,textiles_sanitaires,pet_clair', 'hashtag_parmi': 'pet_fonce,barquette_opaque,pet_opaque', '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=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=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 {'number_of_analysed_photos': ((291803,),), 'unwanted_material_monthly_percentage': ((0.12760108152884173,),), 'material_repartition': (('s_status', 280904), ('film_pedb', 2419), ('pet_clair', 2275), ('emr', 1759), ('pehd_pp', 1722), ('flux_dev_rigide', 1451), ('gros_cartons', 857), ('ela', 194), ('aluminium', 133), ('gm', 89)), 'material_dict': {'s_status': 280904, 'autres': 10899}, 'coverage_data': (('2025/11/29/', 0.0), ('2025/11/28/', 0.0), ('2025/11/27/', 0.0), ('2025/11/26/', 0.0), ('2025/11/25/', 0.0), ('2025/11/24/', 0.0), ('2025/11/22/', 0.0), ('2025/11/21/', 0.337572), ('2025/11/20/', 1.0), ('2025/11/19/', 1.0), ('2025/11/18/', 1.0), ('2025/11/17/', 1.0), ('2025/11/15/', 1.0), ('2025/11/14/', 1.0), ('2025/11/13/', 1.0), ('2025/11/12/', 1.0), ('2025/11/11/', 1.0), ('2025/11/10/', 1.0), ('2025/11/08/', 1.0), ('2025/11/07/', 1.0), ('2025/11/06/', 1.0), ('2025/11/05/', 1.0), ('2025/11/04/', 1.0), ('2025/11/03/', 1.0), ('2025/11/01/', 1.0)), 'impurety_average_data': ((datetime.date(2025, 11, 1), 0.14284090167219088, 10), (datetime.date(2025, 11, 3), 0.16165588261590932, 11), (datetime.date(2025, 11, 4), 0.12979542448140005, 9), (datetime.date(2025, 11, 5), 0.12721182915781012, 5), (datetime.date(2025, 11, 6), 0.12762102372638076, 6), (datetime.date(2025, 11, 7), 0.12126789599929756, 13), (datetime.date(2025, 11, 8), 0.13093347037102934, 4), (datetime.date(2025, 11, 10), 0.12765651246420262, 12), (datetime.date(2025, 11, 11), 0.12524569094777738, 6), (datetime.date(2025, 11, 12), 0.11023069182570505, 5), (datetime.date(2025, 11, 13), 0.1315252192675246, 3), (datetime.date(2025, 11, 14), 0.12221869076903802, 5), (datetime.date(2025, 11, 15), 0.13192383694180124, 7), (datetime.date(2025, 11, 17), 0.1275511532684083, 8), (datetime.date(2025, 11, 18), 0.12315436748051097, 7), (datetime.date(2025, 11, 19), 0.12767531699691617, 7), (datetime.date(2025, 11, 20), 0.11719296812761122, 7), (datetime.date(2025, 11, 21), 0.10464240174713625, 11)), 'impurety_average_data_per_hashtag': {'film_pedb': ((datetime.date(2025, 11, 1), 0.1393543377135097, 10), (datetime.date(2025, 11, 3), 0.15741185687820886, 11), (datetime.date(2025, 11, 4), 0.14991105204277236, 12), (datetime.date(2025, 11, 5), 0.16681586940904292, 10), (datetime.date(2025, 11, 6), 0.17500330443422366, 12), (datetime.date(2025, 11, 7), 0.17026883838618342, 13), (datetime.date(2025, 11, 8), 0.17797750981882282, 12), (datetime.date(2025, 11, 10), 0.16658992128086367, 12), (datetime.date(2025, 11, 11), 0.12498190670018643, 11), (datetime.date(2025, 11, 12), 0.14569096592156158, 12), (datetime.date(2025, 11, 13), 0.16741953484369512, 11), (datetime.date(2025, 11, 14), 0.16210045881820098, 12), (datetime.date(2025, 11, 15), 0.18788679033537414, 12), (datetime.date(2025, 11, 17), 0.15938719392573403, 11), (datetime.date(2025, 11, 18), 0.16826264721506018, 12), (datetime.date(2025, 11, 19), 0.1648353019448164, 12), (datetime.date(2025, 11, 20), 0.17464725348319768, 13), (datetime.date(2025, 11, 21), 0.13451298673042236, 11)), 'pet_clair': ((datetime.date(2025, 11, 1), 0.06860964785550017, 6), (datetime.date(2025, 11, 3), 0.0901387040170277, 6), (datetime.date(2025, 11, 4), 0.08040554019150829, 9), (datetime.date(2025, 11, 5), 0.08072365686561866, 5), (datetime.date(2025, 11, 6), 0.08536180276656756, 8), (datetime.date(2025, 11, 7), 0.08123103525862761, 9), (datetime.date(2025, 11, 8), 0.0525538588155246, 8), (datetime.date(2025, 11, 10), 0.06757707097760768, 8), (datetime.date(2025, 11, 11), 0.06602229138981493, 7), (datetime.date(2025, 11, 12), 0.07807594836150503, 8), (datetime.date(2025, 11, 13), 0.08411037222187116, 7), (datetime.date(2025, 11, 14), 0.06871464198640756, 8), (datetime.date(2025, 11, 15), 0.06317456024935449, 8), (datetime.date(2025, 11, 17), 0.0793003260402241, 8), (datetime.date(2025, 11, 18), 0.06856647878660867, 7), (datetime.date(2025, 11, 19), 0.0722636158970488, 7), (datetime.date(2025, 11, 20), 0.07694197247157968, 7), (datetime.date(2025, 11, 21), 0.08861144347246987, 7)), 'emr': ((datetime.date(2025, 11, 1), 0.05309040097914799, 4), (datetime.date(2025, 11, 3), 0.06311701429522695, 3), (datetime.date(2025, 11, 4), 0.058726196621503836, 4), (datetime.date(2025, 11, 5), 0.06041780275507145, 4), (datetime.date(2025, 11, 6), 0.06048648628467176, 4), (datetime.date(2025, 11, 7), 0.05416079849228762, 5), (datetime.date(2025, 11, 8), 0.04805099238130427, 4), (datetime.date(2025, 11, 10), 0.05441245991342023, 4), (datetime.date(2025, 11, 11), 0.05833376934065052, 3), (datetime.date(2025, 11, 12), 0.04534550126904086, 5), (datetime.date(2025, 11, 13), 0.06649920403383607, 3), (datetime.date(2025, 11, 14), 0.05437465436840435, 3), (datetime.date(2025, 11, 15), 0.051551132921060255, 5), (datetime.date(2025, 11, 17), 0.05846848626518358, 3), (datetime.date(2025, 11, 18), 0.057781431450971844, 5), (datetime.date(2025, 11, 19), 0.05507554076106612, 3), (datetime.date(2025, 11, 20), 0.05537978827127823, 5), (datetime.date(2025, 11, 21), 0.04626082023149554, 5)), 'pehd_pp': ((datetime.date(2025, 11, 1), 0.06850821405993442, 6), (datetime.date(2025, 11, 3), 0.06088671652941957, 7), (datetime.date(2025, 11, 4), 0.0672670413498466, 7), (datetime.date(2025, 11, 5), 0.06435951007682825, 15), (datetime.date(2025, 11, 6), 0.06357531615204438, 7), (datetime.date(2025, 11, 7), 0.06067410317308131, 8), (datetime.date(2025, 11, 8), 0.05910453840884248, 3), (datetime.date(2025, 11, 10), 0.059136263852996335, 8), (datetime.date(2025, 11, 11), 0.06533883182555436, 8), (datetime.date(2025, 11, 12), 0.06435077339912063, 7), (datetime.date(2025, 11, 13), 0.062198860026920356, 6), (datetime.date(2025, 11, 14), 0.06509079877327432, 5), (datetime.date(2025, 11, 15), 0.0643827895576403, 7), (datetime.date(2025, 11, 17), 0.06668681102038572, 8), (datetime.date(2025, 11, 18), 0.062409741270987105, 7), (datetime.date(2025, 11, 19), 0.06463411225623196, 8), (datetime.date(2025, 11, 20), 0.0633674600102232, 7), (datetime.date(2025, 11, 21), 0.06970319378264453, 6)), 'flux_dev_rigide': ((datetime.date(2025, 11, 1), 0.43753832648277047, 5), (datetime.date(2025, 11, 3), 0.4698802293617608, 6), (datetime.date(2025, 11, 4), 0.3922387312387118, 6), (datetime.date(2025, 11, 5), 0.359128317829556, 6), (datetime.date(2025, 11, 6), 0.33173626349885255, 6), (datetime.date(2025, 11, 7), 0.3189840644023324, 6), (datetime.date(2025, 11, 8), 0.37865847403702263, 4), (datetime.date(2025, 11, 10), 0.3749407063659024, 6), (datetime.date(2025, 11, 11), 0.40865904715034806, 7), (datetime.date(2025, 11, 12), 0.3075164453013213, 7), (datetime.date(2025, 11, 13), 0.3668397751842183, 8), (datetime.date(2025, 11, 14), 0.3429671414864576, 7), (datetime.date(2025, 11, 15), 0.345612992573966, 7), (datetime.date(2025, 11, 17), 0.35428888817316245, 8), (datetime.date(2025, 11, 18), 0.34014202450543696, 7), (datetime.date(2025, 11, 19), 0.35375240556015364, 8), (datetime.date(2025, 11, 20), 0.33640093979753105, 7), (datetime.date(2025, 11, 21), 0.21425936424643657, 6)), 'aluminium': ((datetime.date(2025, 11, 1), 0.07129426563334335, 3), (datetime.date(2025, 11, 3), 0.045308784831424205, 8), (datetime.date(2025, 11, 4), 0.04166919937338812, 8), (datetime.date(2025, 11, 5), 0.05768793358606521, 6), (datetime.date(2025, 11, 6), 0.054887768018313146, 3), (datetime.date(2025, 11, 7), 0.05055895409646578, 3), (datetime.date(2025, 11, 10), 0.07640891694314464, 3), (datetime.date(2025, 11, 12), 0.0358484724491107, 7), (datetime.date(2025, 11, 13), 0.04282032731705567, 8), (datetime.date(2025, 11, 14), 0.04261222387425021, 8), (datetime.date(2025, 11, 17), 0.09002392312684826, 3), (datetime.date(2025, 11, 18), 0.03292409457022059, 7), (datetime.date(2025, 11, 19), 0.03819881316791237, 5), (datetime.date(2025, 11, 20), 0.028497592130825648, 8)), 'gros_cartons': ((datetime.date(2025, 11, 1), 0.03959273750433287, 5), (datetime.date(2025, 11, 3), 0.047440778264695456, 5), (datetime.date(2025, 11, 4), 0.046181936777302035, 6), (datetime.date(2025, 11, 5), 0.05494842087629802, 5), (datetime.date(2025, 11, 6), 0.057001552560125096, 5), (datetime.date(2025, 11, 7), 0.058552514141365086, 5), (datetime.date(2025, 11, 8), 0.048551655440811435, 5), (datetime.date(2025, 11, 10), 0.04512150092447888, 6), (datetime.date(2025, 11, 11), 0.04161625531653783, 6), (datetime.date(2025, 11, 12), 0.044364070917042, 5), (datetime.date(2025, 11, 13), 0.05173291064924277, 5), (datetime.date(2025, 11, 14), 0.05996835284760719, 5), (datetime.date(2025, 11, 15), 0.06015821504443003, 6), (datetime.date(2025, 11, 17), 0.055427963849596175, 5), (datetime.date(2025, 11, 18), 0.052607271841211674, 6), (datetime.date(2025, 11, 19), 0.06275843922012726, 6), (datetime.date(2025, 11, 20), 0.048817372077143616, 5), (datetime.date(2025, 11, 21), 0.03403679435590787, 7)), 'ela': ((datetime.date(2025, 11, 3), 0.16493380336983832, 5), (datetime.date(2025, 11, 4), 0.17037636483426635, 4), (datetime.date(2025, 11, 5), 0.21259155192933096, 4), (datetime.date(2025, 11, 6), 0.16965053689739112, 5), (datetime.date(2025, 11, 7), 0.16108213596596016, 4), (datetime.date(2025, 11, 10), 0.17512778953007757, 4), (datetime.date(2025, 11, 11), 0.19124920193823483, 4), (datetime.date(2025, 11, 12), 0.08514702612291761, 6), (datetime.date(2025, 11, 13), 0.17496556138986455, 5), (datetime.date(2025, 11, 14), 0.1554106734532379, 4), (datetime.date(2025, 11, 15), 0.15857751277493318, 4), (datetime.date(2025, 11, 17), 0.14346847767407445, 4), (datetime.date(2025, 11, 18), 0.14546623225977304, 4), (datetime.date(2025, 11, 19), 0.14969689593195315, 5), (datetime.date(2025, 11, 20), 0.15237946204996772, 5)), 'gm': ((datetime.date(2025, 11, 3), 0.012637262961481164, 3), (datetime.date(2025, 11, 6), 0.03266266688374186, 4), (datetime.date(2025, 11, 10), 0.05539446646158902, 3), (datetime.date(2025, 11, 12), 0.02911978171921482, 3), (datetime.date(2025, 11, 13), 0.02556854067783811, 3), (datetime.date(2025, 11, 14), 0.053867573772493876, 5), (datetime.date(2025, 11, 17), 0.04206966804487593, 3), (datetime.date(2025, 11, 18), 0.03490736298615039, 3), (datetime.date(2025, 11, 19), 0.035097695067561795, 3), (datetime.date(2025, 11, 20), 0.041895506711945786, 4))}, 'quality_array': [['-1.053224275490823', '01112025'], ['-0.23558274000441862', '03112025'], ['-0.46285223363761613', '04112025'], ['-0.22225505340526786', '05112025'], ['-0.23685537086315336', '06112025'], ['0.05869083307256247', '07112025'], ['-0.03015935988114793', '08112025'], ['-0.2821451502975269', '10112025'], ['-0.08656039384786529', '11112025'], ['-0.07778667985189557', '12112025'], ['-0.1108996515392075', '13112025'], ['-0.14269189617180034', '14112025'], ['-0.04612103354432749', '15112025'], ['0.010949158422927294', '17112025'], ['0.19215128299587977', '18112025'], ['0.4500640576705981', '19112025'], ['0.6499748420572554', '20112025'], ['0.25587731833054067', '21112025']], 'number_of_batch': ((1651,),), 'datou_id_sts': 4323, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.022116876229422683, 'nb_photo': 1705, 'list_port_cont': '28054685,28054786,28054803,28054893,28054946,28055017,28055060,28082121,28082213,28085416,28089130,28139737,28139954,28140393,28140649,28141244,28141409,28142074,28144082,28148065,28148795,28149061,28149313,28149624,28149701,28150135,28150487,28150720,28151321,28151546,28152018,28152316,28152549,28153042,28154477,28157288,28157580,28162320,28166675,28166821,28169585,28172532,28175839,28178002,28181839,28183362,28185687,28185698,28185963,28193236,28193456,28193583,28193849,28193956,28194334,28194345,28194504,28194707,28194718,28194826,28198080,28199473,28205665,28205753,28208502,28212950,28213636,28215856,28217518,28220237,28222323,28223773,28230856,28231719,28234555,28235926,28245671,28249125,28249358,28249601,28249775,28249979,28250128,28251053,28252036,28254807,28262675,28266600,28271860,28274858,28277774,28283678,28298619,28303689,28309176,28310240,28312635,28315147,28316404,28317564,28317707,28318120,28318460,28318566,28318712,28318968,28319133,28319415,28319819,28321406,28347682,28347865,28347924,2834806', 'assoc_port': '28054295:28055060,28054299:28055017,28054310:28054893,28054313:28054946,28054316:28054685,28054344:28054803,28054357:28054786,28081690:28082213,28081718:28082121,28084834:28085416,28086966:28089130,28138737:28141409,28138792:28141244,28138862:28153042,28138898:28140649,28138911:28139954,28138950:28139737,28139930:28140393,28139941:28148065,28141729:28142074,28143313:28144082,28147701:28152549,28147733:28152316,28147738:28152018,28147788:28151546,28147828:28151321,28147869:28150487,28147915:28157288,28147916:28149701,28147959:28149624,28148047:28149313,28148063:28149061,28148083:28148795,28148132:28162320,28149744:28150135,28150190:28150720,28153697:28154477,28157333:28157580,28166056:28166821,28166079:28166675,28169023:28169585,28172094:28172532,28175403:28175839,28177409:28178002,28181686:28181839,28183108:28183362,28185534:28185963,28185553:28185698,28185559:28185687,28192269:28194826,28192289:28194718,28192307:28194707,28192334:28194345,28192409:28194334,28192431:28193956,28192434:28193583,28192444:2819345', 'assoc_mat': '28054295:autre:3327:28055060,28054299:autre:3327:28055017,28054310:autre:3327:28054893,28054313:autre:3327:28054946,28054316:autre:3327:28054685,28054344:autre:3327:28054803,28054357:autre:3327:28054786,28081690:autre:3327:28082213,28081718:autre:3327:28082121,28084834:autre:3327:28085416,28086966:autre:3327:28089130,28138737:autre:3327:28141409,28138792:autre:3327:28141244,28138862:autre:3327:28153042,28138898:autre:3327:28140649,28138911:autre:3327:28139954,28138950:autre:3327:28139737,28139930:autre:3327:28140393,28139941:autre:3327:28148065,28141729:autre:3327:28142074,28143313:autre:3327:28144082,28147701:autre:3327:28152549,28147733:autre:3327:28152316,28147738:autre:3327:28152018,28147788:autre:3327:28151546,28147828:autre:3327:28151321,28147869:autre:3327:28150487,28147915:autre:3327:28157288,28147916:autre:3327:28149701,28147959:autre:3327:28149624,28148047:autre:3327:28149313,28148063:autre:3327:28149061,28148083:autre:3327:28148795,28148132:autre:3327:28162320,28149744:autre:3327:28150135,28150190:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0065005217814415395, 'nb_photo': 128, 'list_port_cont': '28054784,28054800,28054892,28085418,28139734,28140657,28141245,28142080,28144091,28149627,28151313,28152013,28157577,28162316,28166672,28166823,28169593,28175842,28193233,28193854,28193951,28194339,28194510,28194819,28205666,28208499,28212957,28213640,28215852,28217515,28220233,28230850,28231720,28249124,28249349,28249609,28249777,28250131,28251050,28254808,28266602,28271857,28277771,28283672,28312636,28318125,28318708,28318967,28319141,28347675,28351185,28351572,28377637,28378839,28384874,28391762,28393990,28403934,28417332,28423766,28478322,28478389,28482497,28484118,28484356,28484890,28485410,28487533,28493255,28496633,28516716,28517199,28517400,28517577,28524429,28524676,28566157,28566559,28567094,28592546,28592759,28600623,28604259,28615679,28646439,28651826,28652158,28664712,28675864,28680657,28682166,28739418,28740951,28741569,28741652,28741892,28742109,28742179,28742246,28768864,28768918,28769644,28773522', 'assoc_port': '28054310:28054892,28054344:28054800,28054357:28054784,28084834:28085418,28138792:28141245,28138898:28140657,28138950:28139734,28141729:28142080,28143313:28144091,28147738:28152013,28147828:28151313,28147959:28149627,28148132:28162316,28157333:28157577,28166056:28166823,28166079:28166672,28169023:28169593,28175403:28175842,28192269:28194819,28192409:28194339,28192431:28193951,28192447:28193233,28193431:28193854,28194254:28194510,28205065:28205666,28208181:28208499,28212547:28212957,28213223:28213640,28215374:28215852,28217173:28217515,28219785:28220233,28225801:28231720,28230391:28230850,28248530:28250131,28248584:28249777,28248627:28249609,28248645:28249349,28248667:28249124,28250723:28251050,28254595:28254808,28266355:28266602,28271495:28271857,28277471:28277771,28281555:28319141,28283392:28283672,28293129:28318967,28293145:28318708,28293251:28318125,28311708:28312636,28347520:28347675,28350625:28351572,28350675:28351185,28377381:28377637,28378472:28378839,28384631:28384874,28391422:28391762,28393578:2839399', 'assoc_mat': '28054310:barquette_avec_film:3327:28054892,28054344:barquette_avec_film:3327:28054800,28054357:barquette_avec_film:3327:28054784,28084834:barquette_avec_film:3327:28085418,28138792:barquette_avec_film:3327:28141245,28138898:barquette_avec_film:3327:28140657,28138950:barquette_avec_film:3327:28139734,28141729:barquette_avec_film:3327:28142080,28143313:barquette_avec_film:3327:28144091,28147738:barquette_avec_film:3327:28152013,28147828:barquette_avec_film:3327:28151313,28147959:barquette_avec_film:3327:28149627,28148132:barquette_avec_film:3327:28162316,28157333:barquette_avec_film:3327:28157577,28166056:barquette_avec_film:3327:28166823,28166079:barquette_avec_film:3327:28166672,28169023:barquette_avec_film:3327:28169593,28175403:barquette_avec_film:3327:28175842,28192269:barquette_avec_film:3327:28194819,28192409:barquette_avec_film:3327:28194339,28192431:barquette_avec_film:3327:28193951,28192447:barquette_avec_film:3327:28193233,28193431:barquette_avec_film:3327:28193854,28194254:barquette_avec_film:3327:2'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0036357080648698015, 'nb_photo': 31, 'list_port_cont': '28054433,28147117,28291042,28323464,28348322,28355368,28362750,28381794,28392294,28482712,28487586,28572428,28597112,28658229', 'assoc_port': '28054350:28054433,28146918:28147117,28147700:28658229,28148146:28291042,28192388:28323464,28228988:28348322,28276018:28355368,28319453:28362750,28381739:28381794,28390850:28392294,28482696:28482712,28482976:28487586,28565645:28572428,28593919:28597112', 'assoc_mat': '28054350:barquette_opaque:4205:28054433,28146918:barquette_opaque:4205:28147117,28147700:barquette_opaque:4205:28658229,28148146:barquette_opaque:4205:28291042,28192388:barquette_opaque:4205:28323464,28228988:barquette_opaque:4205:28348322,28276018:barquette_opaque:4205:28355368,28319453:barquette_opaque:4205:28362750,28381739:barquette_opaque:4205:28381794,28390850:barquette_opaque:4205:28392294,28482696:barquette_opaque:4205:28482712,28482976:barquette_opaque:4205:28487586,28565645:barquette_opaque:4205:28572428,28593919:barquette_opaque:4205:28597112'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.018652220480501212, 'nb_photo': 445, 'list_port_cont': '28085106,28181276,28185431,28208287,28249050,28283811,28291628,28293657,28324012,28347176,28348536,28351699,28352893,28356195,28361771,28378624,28387874,28407673,28423887,28481129,28481219,28486251,28521679,28531722,28562549,28567933,28570929,28572731,28597919,28616867,28632012,28651674,28661311,28662681,28689916,28741173,28742614,28747576,28751885,28772249,28776263', 'assoc_port': '28083963:28085106,28139937:28283811,28147910:28661311,28148151:28291628,28161015:28185431,28181031:28181276,28192430:28324012,28202894:28208287,28219777:28347176,28232930:28348536,28248631:28249050,28264555:28352893,28281591:28356195,28293296:28293657,28309155:28361771,28350678:28351699,28375471:28378624,28387626:28387874,28406249:28407673,28423462:28423887,28477032:28481219,28481009:28481129,28483071:28486251,28516161:28521679,28523862:28531722,28561952:28562549,28565488:28570929,28565648:28567933,28572580:28572731,28597768:28597919,28614716:28616867,28631178:28632012,28645222:28651674,28662425:28662681,28677995:28689916,28738999:28741173,28739509:28747576,28739629:28751885,28739809:28742614,28772034:28776263,28772086:28772249', 'assoc_mat': '28083963:barquette_opaque:4203:28085106,28139937:barquette_opaque:4203:28283811,28147910:barquette_opaque:4203:28661311,28148151:barquette_opaque:4203:28291628,28161015:barquette_opaque:4203:28185431,28181031:barquette_opaque:4203:28181276,28192430:barquette_opaque:4203:28324012,28202894:barquette_opaque:4203:28208287,28219777:barquette_opaque:4203:28347176,28232930:barquette_opaque:4203:28348536,28248631:barquette_opaque:4203:28249050,28264555:barquette_opaque:4203:28352893,28281591:barquette_opaque:4203:28356195,28293296:barquette_opaque:4203:28293657,28309155:barquette_opaque:4203:28361771,28350678:barquette_opaque:4203:28351699,28375471:barquette_opaque:4203:28378624,28387626:barquette_opaque:4203:28387874,28406249:barquette_opaque:4203:28407673,28423462:barquette_opaque:4203:28423887,28477032:barquette_opaque:4203:28481219,28481009:barquette_opaque:4203:28481129,28483071:barquette_opaque:4203:28486251,28516161:barquette_opaque:4203:28521679,28523862:barquette_opaque:4203:28531722,28561952:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003148632353663273, 'nb_photo': 225, 'list_port_cont': '28054404,28072834,28072882,28089898,28166239,28172296,28187818,28187845,28197737,28215743,28217969,28220117,28224357,28227040,28229568,28235985,28248787,28248915,28250873,28251796,28261647,28263895,28265998,28269263,28271697,28277018,28281703,28282309,28282431,28282506,28290265,28290632,28290771,28292340,28292496,28292690,28293597,28293820,28294214,28294576,28294748,28295063,28295879,28298454,28298548,28301196,28327543,28328337,28329494,28334737,28340155,28342602,28347354,28348098,28348254,28348385,28348671,28348910,28349732,28350844,28351941,28352184,28358068,28358286,28359358,28359476,28379204,28382435,28384927,28391956,28394105,28400055,28402435,28407820,28417361,28417501,28423697,28423992,28424004,28477738,28478161,28478683,28479122,28480942,28482551,28483727,28483987,28485749,28485951,28486228,28486270,28486574,28486626,28487249,28494154,28494929,28496504,28504200,28517228,28517298,28518521,28518755,28520144,28524097,28531496,28531576,28531705,28562053,28562510,28563999,28564439,28565773,28565809,2856659', 'assoc_port': '28054308:28072882,28054319:28072834,28054352:28054404,28081716:28089898,28084837:28172296,28138758:28282309,28138764:28282506,28138860:28295063,28138876:28294748,28138894:28294214,28138901:28293820,28138920:28292690,28138935:28292340,28138954:28292496,28141029:28293597,28142056:28294576,28144246:28295879,28147703:28658427,28147718:28658578,28147736:28658774,28147752:28659353,28147806:28659811,28147854:28660404,28148054:28290265,28148080:28290632,28148085:28290771,28148119:28298454,28148148:28298548,28151575:28328337,28154717:28329494,28162939:28187818,28166080:28166239,28168996:28334737,28170010:28327543,28176538:28187845,28192446:28342602,28193437:28340155,28194730:28347354,28197672:28197737,28215551:28215743,28217160:28217969,28220079:28220117,28224178:28224357,28226968:28227040,28229504:28229568,28235482:28235985,28248529:28348671,28248561:28348910,28248630:28349732,28248666:28248915,28248695:28248787,28250729:28250873,28251445:28251796,28261611:28261647,28263783:28263895,28265882:28265998,28269228:2826926', 'assoc_mat': '28054308:barquette_opaque:4207:28072882,28054319:barquette_opaque:4207:28072834,28054352:barquette_opaque:4207:28054404,28081716:barquette_opaque:4207:28089898,28084837:barquette_opaque:4207:28172296,28138758:barquette_opaque:4207:28282309,28138764:barquette_opaque:4207:28282506,28138860:barquette_opaque:4207:28295063,28138876:barquette_opaque:4207:28294748,28138894:barquette_opaque:4207:28294214,28138901:barquette_opaque:4207:28293820,28138920:barquette_opaque:4207:28292690,28138935:barquette_opaque:4207:28292340,28138954:barquette_opaque:4207:28292496,28141029:barquette_opaque:4207:28293597,28142056:barquette_opaque:4207:28294576,28144246:barquette_opaque:4207:28295879,28147703:barquette_opaque:4207:28658427,28147718:barquette_opaque:4207:28658578,28147736:barquette_opaque:4207:28658774,28147752:barquette_opaque:4207:28659353,28147806:barquette_opaque:4207:28659811,28147854:barquette_opaque:4207:28660404,28148054:barquette_opaque:4207:28290265,28148080:barquette_opaque:4207:28290632,28148085:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.013164944534692004, 'nb_photo': 22, 'list_port_cont': '28139626,28169335,28214215,28249160,28249517,28276402,28315254,28316781,28397967,28483596,28484605,28495027,28528904,28601565,28662479,28742375,28745225,28774980', 'assoc_port': '28138890:28139626,28169062:28169335,28214026:28214215,28248579:28249517,28248629:28249160,28271481:28316781,28276254:28276402,28281559:28315254,28397703:28397967,28483034:28484605,28483182:28483596,28494895:28495027,28528642:28528904,28601281:28601565,28662259:28662479,28739484:28742375,28739804:28745225,28772018:28774980', 'assoc_mat': '28138890:barquette_opaque:4461:28139626,28169062:barquette_opaque:4461:28169335,28214026:barquette_opaque:4461:28214215,28248579:barquette_opaque:4461:28249517,28248629:barquette_opaque:4461:28249160,28271481:barquette_opaque:4461:28316781,28276254:barquette_opaque:4461:28276402,28281559:barquette_opaque:4461:28315254,28397703:barquette_opaque:4461:28397967,28483034:barquette_opaque:4461:28484605,28483182:barquette_opaque:4461:28483596,28494895:barquette_opaque:4461:28495027,28528642:barquette_opaque:4461:28528904,28601281:barquette_opaque:4461:28601565,28662259:barquette_opaque:4461:28662479,28739484:barquette_opaque:4461:28742375,28739804:barquette_opaque:4461:28745225,28772018:barquette_opaque:4461:28774980'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.01934072320400697, 'nb_photo': 462, 'list_port_cont': '28054580,28054704,28054977,28063351,28084339,28170760,28182389,28183533,28185189,28185262,28198680,28205343,28209041,28209347,28215703,28220836,28244946,28252222,28256579,28265300,28275010,28283025,28283276,28283310,28285327,28289036,28289176,28291140,28291564,28293254,28297420,28298182,28300485,28302877,28316872,28322809,28322934,28324284,28324710,28325013,28330626,28347747,28347950,28348024,28348201,28348309,28348471,28348834,28349018,28349616,28349691,28349932,28351317,28351808,28351893,28352576,28354745,28355333,28355665,28356138,28357931,28358322,28359026,28359167,28361449,28361857,28363270,28375631,28378700,28378917,28381354,28385027,28387827,28393364,28398822,28400805,28404123,28404882,28407593,28417528,28417549,28423777,28424044,28480383,28481339,28481769,28481890,28482046,28482519,28483591,28484200,28484650,28486139,28486650,28486791,28488305,28493244,28494236,28496941,28501335,28503419,28503849,28518905,28519800,28520605,28520914,28521599,28522557,28531808,28531931,28533143,28535193,28562601,2856268', 'assoc_port': '28054304:28054977,28054338:28054704,28054346:28054580,28054359:28063351,28082632:28084339,28138800:28283025,28138899:28283276,28138914:28283310,28142059:28285327,28146540:28289176,28146544:28289036,28147702:28658498,28147734:28659017,28147749:28659699,28147848:28674593,28147895:28660820,28147923:28661760,28148021:28663207,28148052:28663443,28148100:28291140,28148147:28291564,28151574:28293254,28155279:28298182,28166078:28170760,28172513:28185262,28177686:28185189,28182141:28182389,28183336:28183533,28192273:28322809,28192314:28322934,28192432:28324284,28192436:28324710,28192449:28325013,28195137:28330626,28198477:28198680,28205034:28205343,28208176:28209041,28209316:28209347,28215375:28215703,28219780:28220836,28221746:28347950,28224401:28348309,28230175:28348471,28235508:28244946,28248533:28348834,28248578:28349018,28248622:28349616,28248628:28349691,28248668:28349932,28250725:28256579,28251921:28252222,28263085:28352576,28265164:28265300,28271480:28354745,28274063:28355333,28274959:28275010,28277632:2835566', 'assoc_mat': '28054304:barquette_opaque:4200:28054977,28054338:barquette_opaque:4200:28054704,28054346:barquette_opaque:4200:28054580,28054359:barquette_opaque:4200:28063351,28082632:barquette_opaque:4200:28084339,28138800:barquette_opaque:4200:28283025,28138899:barquette_opaque:4200:28283276,28138914:barquette_opaque:4200:28283310,28142059:barquette_opaque:4200:28285327,28146540:barquette_opaque:4200:28289176,28146544:barquette_opaque:4200:28289036,28147702:barquette_opaque:4200:28658498,28147734:barquette_opaque:4200:28659017,28147749:barquette_opaque:4200:28659699,28147848:barquette_opaque:4200:28674593,28147895:barquette_opaque:4200:28660820,28147923:barquette_opaque:4200:28661760,28148021:barquette_opaque:4200:28663207,28148052:barquette_opaque:4200:28663443,28148100:barquette_opaque:4200:28291140,28148147:barquette_opaque:4200:28291564,28151574:barquette_opaque:4200:28293254,28155279:barquette_opaque:4200:28298182,28166078:barquette_opaque:4200:28170760,28172513:barquette_opaque:4200:28185262,28177686:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006265225248166507, 'nb_photo': 23, 'list_port_cont': '28249108,28392788,28410672,28483495,28483668,28489526,28521462,28631342,28674099,28681599,28740132,28740158,28772306,28772624', 'assoc_port': '28248602:28249108,28392310:28392788,28410594:28410672,28483020:28483668,28483036:28483495,28489342:28489526,28521111:28521462,28631173:28631342,28673945:28674099,28681383:28681599,28739684:28740132,28739768:28740158,28772020:28772624,28772043:28772306', 'assoc_mat': '28248602:barquette_opaque:4209:28249108,28392310:barquette_opaque:4209:28392788,28410594:barquette_opaque:4209:28410672,28483020:barquette_opaque:4209:28483668,28483036:barquette_opaque:4209:28483495,28489342:barquette_opaque:4209:28489526,28521111:barquette_opaque:4209:28521462,28631173:barquette_opaque:4209:28631342,28673945:barquette_opaque:4209:28674099,28681383:barquette_opaque:4209:28681599,28739684:barquette_opaque:4209:28740132,28739768:barquette_opaque:4209:28740158,28772020:barquette_opaque:4209:28772624,28772043:barquette_opaque:4209:28772306'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.0037492910136657843, 'nb_photo': 47, 'list_port_cont': '28111664,28208356,28217485,28222997,28256344,28282097,28293608,28294902,28303881,28308128,28332378,28339377,28346535,28351988,28376192,28377010,28396068,28424139,28486096,28501882,28531554,28531753,28567734,28569036,28570486,28599166,28613840,28619949,28645447,28651652,28658140,28663740,28747539,28752564,28752792,28754005,28773491', 'assoc_port': '28083965:28658140,28086085:28111664,28142637:28294902,28160203:28339377,28181681:28332378,28197670:28346535,28208180:28208356,28217135:28217485,28222844:28222997,28250722:28256344,28281593:28282097,28293272:28293608,28303815:28303881,28308004:28308128,28350619:28351988,28375455:28377010,28375493:28376192,28394976:28396068,28423435:28424139,28483064:28486096,28490153:28501882,28523783:28531554,28523866:28531753,28565482:28570486,28567690:28567734,28568982:28569036,28599076:28599166,28613762:28613840,28618423:28619949,28645221:28645447,28651631:28651652,28663606:28663740,28739512:28747539,28739746:28752564,28739779:28752792,28739795:28754005,28772080:28773491', 'assoc_mat': '28083965:barquette_opaque:4207:28658140,28086085:barquette_opaque:4207:28111664,28142637:barquette_opaque:4207:28294902,28160203:barquette_opaque:4207:28339377,28181681:barquette_opaque:4207:28332378,28197670:barquette_opaque:4207:28346535,28208180:barquette_opaque:4207:28208356,28217135:barquette_opaque:4207:28217485,28222844:barquette_opaque:4207:28222997,28250722:barquette_opaque:4207:28256344,28281593:barquette_opaque:4207:28282097,28293272:barquette_opaque:4207:28293608,28303815:barquette_opaque:4207:28303881,28308004:barquette_opaque:4207:28308128,28350619:barquette_opaque:4207:28351988,28375455:barquette_opaque:4207:28377010,28375493:barquette_opaque:4207:28376192,28394976:barquette_opaque:4207:28396068,28423435:barquette_opaque:4207:28424139,28483064:barquette_opaque:4207:28486096,28490153:barquette_opaque:4207:28501882,28523783:barquette_opaque:4207:28531554,28523866:barquette_opaque:4207:28531753,28565482:barquette_opaque:4207:28570486,28567690:barquette_opaque:4207:28567734,28568982:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.04236755005943534, 'nb_photo': 7065, 'list_port_cont': '28054487,28054756,28054822,28082494,28082760,28083605,28086418,28088236,28139399,28139868,28140328,28141419,28141775,28142156,28143111,28148379,28151981,28153788,28154251,28154546,28154676,28154967,28155831,28156288,28156640,28156976,28157378,28157871,28162629,28169613,28169825,28170305,28173112,28174490,28178434,28179870,28182315,28185838,28192850,28193392,28193751,28194233,28194523,28194930,28195425,28198094,28203126,28208340,28208868,28209391,28212830,28213412,28217681,28220197,28222272,28222865,28226385,28229363,28232442,28235969,28248847,28249297,28249889,28250846,28251012,28251250,28253005,28254058,28261950,28263301,28267904,28271639,28300351,28304983,28309888,28312700,28317173,28319170,28319910,28321603,28324244,28324883,28325212,28326726,28328306,28328734,28331964,28332623,28333959,28338826,28339583,28347697,28348004,28348136,28350847,28351106,28351376,28351771,28351959,28375915,28376280,28377580,28379121,28380663,28386263,28389623,28393270,28396610,28399810,28405030,28409766,28413131,28417265,2842361', 'assoc_port': '28054301:28054822,28054312:28054756,28054348:28054487,28081689:28082494,28082630:28083605,28082633:28082760,28086078:28086418,28088094:28088236,28138745:28142156,28138762:28141775,28138797:28141419,28138892:28140328,28138917:28139868,28138952:28139399,28140144:28157871,28142910:28143111,28146549:28157378,28147731:28156976,28147739:28156640,28147804:28156288,28147914:28155831,28147925:28154967,28147960:28154676,28148050:28154251,28148081:28153788,28148117:28148379,28151577:28151981,28154342:28154546,28162368:28162629,28169022:28170305,28169061:28169825,28169298:28169613,28172688:28173112,28174216:28174490,28178032:28178434,28179674:28179870,28182143:28182315,28185550:28185838,28192304:28194930,28192317:28194523,28192401:28194233,28192438:28193392,28192450:28192850,28193434:28193751,28195134:28195425,28197675:28198094,28202854:28203126,28208177:28208868,28208183:28208340,28209315:28209391,28212571:28212830,28213224:28213412,28217122:28217681,28219791:28220197,28221749:28222272,28222677:28222865,28226175:2822638', 'assoc_mat': '28054301:barquette_opaque:4211:28054822,28054312:barquette_opaque:4211:28054756,28054348:barquette_opaque:4211:28054487,28081689:barquette_opaque:4211:28082494,28082630:barquette_opaque:4211:28083605,28082633:barquette_opaque:4211:28082760,28086078:barquette_opaque:4211:28086418,28088094:barquette_opaque:4211:28088236,28138745:barquette_opaque:4211:28142156,28138762:barquette_opaque:4211:28141775,28138797:barquette_opaque:4211:28141419,28138892:barquette_opaque:4211:28140328,28138917:barquette_opaque:4211:28139868,28138952:barquette_opaque:4211:28139399,28140144:barquette_opaque:4211:28157871,28142910:barquette_opaque:4211:28143111,28146549:barquette_opaque:4211:28157378,28147731:barquette_opaque:4211:28156976,28147739:barquette_opaque:4211:28156640,28147804:barquette_opaque:4211:28156288,28147914:barquette_opaque:4211:28155831,28147925:barquette_opaque:4211:28154967,28147960:barquette_opaque:4211:28154676,28148050:barquette_opaque:4211:28154251,28148081:barquette_opaque:4211:28153788,28148117:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.005513877376123888, 'nb_photo': 551, 'list_port_cont': '28054684,28054778,28054794,28054896,28054948,28055010,28082218,28085411,28089131,28139738,28139949,28140387,28140655,28141410,28142079,28144085,28148076,28148790,28149051,28149307,28149631,28149692,28150148,28150494,28151312,28151544,28152015,28152312,28152536,28153036,28154488,28157285,28157583,28162324,28166670,28166825,28169598,28172523,28175831,28181832,28185692,28185965,28193237,28193461,28193582,28193851,28193950,28194328,28194356,28194505,28194702,28194824,28198071,28199477,28205668,28205760,28208505,28212951,28215859,28217514,28220243,28222330,28223774,28230871,28231709,28234558,28235923,28245666,28249126,28249360,28249599,28249792,28249984,28250125,28254806,28262686,28266609,28274863,28283677,28298617,28303692,28309173,28312643,28315154,28316410,28317563,28317712,28318116,28318462,28318559,28318706,28319140,28319420,28319804,28347686,28347861,28348058,28348114,28351124,28351193,28351447,28351569,28375826,28376074,28377643,28377801,28378849,28380610,28384880,28387371,28391767,28397077,28399745,2840393', 'assoc_port': '28054299:28055010,28054310:28054896,28054313:28054948,28054316:28054684,28054344:28054794,28054357:28054778,28081690:28082218,28084834:28085411,28086966:28089131,28138737:28141410,28138862:28153036,28138898:28140655,28138911:28139949,28138950:28139738,28139930:28140387,28139941:28148076,28141729:28142079,28143313:28144085,28147701:28152536,28147733:28152312,28147738:28152015,28147788:28151544,28147828:28151312,28147869:28150494,28147915:28157285,28147916:28149692,28147959:28149631,28148047:28149307,28148063:28149051,28148083:28148790,28148132:28162324,28149744:28150148,28153697:28154488,28157333:28157583,28166056:28166825,28166079:28166670,28169023:28169598,28172094:28172523,28175403:28175831,28181686:28181832,28185534:28185965,28185559:28185692,28192269:28194824,28192307:28194702,28192334:28194356,28192409:28194328,28192431:28193950,28192434:28193582,28192444:28193461,28192447:28193237,28193431:28193851,28194254:28194505,28197666:28198071,28199116:28199477,28205020:28205760,28205065:28205668,28208181:2820850', 'assoc_mat': '28054299:bouchon:3327:28055010,28054310:bouchon:3327:28054896,28054313:bouchon:3327:28054948,28054316:bouchon:3327:28054684,28054344:bouchon:3327:28054794,28054357:bouchon:3327:28054778,28081690:bouchon:3327:28082218,28084834:bouchon:3327:28085411,28086966:bouchon:3327:28089131,28138737:bouchon:3327:28141410,28138862:bouchon:3327:28153036,28138898:bouchon:3327:28140655,28138911:bouchon:3327:28139949,28138950:bouchon:3327:28139738,28139930:bouchon:3327:28140387,28139941:bouchon:3327:28148076,28141729:bouchon:3327:28142079,28143313:bouchon:3327:28144085,28147701:bouchon:3327:28152536,28147733:bouchon:3327:28152312,28147738:bouchon:3327:28152015,28147788:bouchon:3327:28151544,28147828:bouchon:3327:28151312,28147869:bouchon:3327:28150494,28147915:bouchon:3327:28157285,28147916:bouchon:3327:28149692,28147959:bouchon:3327:28149631,28148047:bouchon:3327:28149307,28148063:bouchon:3327:28149051,28148083:bouchon:3327:28148790,28148132:bouchon:3327:28162324,28149744:bouchon:3327:28150148,28153697:bouchon:3327:28154488,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0029339999374795463, 'nb_photo': 48, 'list_port_cont': '28147116,28323470,28324503,28348336,28349286,28355377,28362746,28381787,28392292,28480717,28482710,28487585,28518456,28572421,28596677,28597117,28649095,28677441,28752705,28776804', 'assoc_port': '28146918:28147116,28192388:28323470,28192440:28324503,28228988:28348336,28248588:28349286,28276018:28355377,28319453:28362746,28381739:28381787,28390850:28392292,28477030:28480717,28482696:28482710,28482976:28487585,28515941:28518456,28565645:28572421,28593916:28596677,28593919:28597117,28644305:28649095,28677396:28677441,28739777:28752705,28772058:28776804', 'assoc_mat': '28146918:carton:4205:28147116,28192388:carton:4205:28323470,28192440:carton:4205:28324503,28228988:carton:4205:28348336,28248588:carton:4205:28349286,28276018:carton:4205:28355377,28319453:carton:4205:28362746,28381739:carton:4205:28381787,28390850:carton:4205:28392292,28477030:carton:4205:28480717,28482696:carton:4205:28482710,28482976:carton:4205:28487585,28515941:carton:4205:28518456,28565645:carton:4205:28572421,28593916:carton:4205:28596677,28593919:carton:4205:28597117,28644305:carton:4205:28649095,28677396:carton:4205:28677441,28739777:carton:4205:28752705,28772058:carton:4205:28776804'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009341042599412945, 'nb_photo': 297, 'list_port_cont': '28085113,28181282,28185433,28208290,28249045,28283803,28291616,28293659,28324003,28347181,28348535,28351698,28352894,28356186,28361775,28378620,28387876,28407671,28423877,28481126,28481221,28486253,28521677,28531724,28562550,28567925,28570922,28572729,28597931,28616873,28632003,28651668,28661312,28662684,28689910,28741175,28742610,28747585,28751892,28772251,28776271', 'assoc_port': '28083963:28085113,28139937:28283803,28147910:28661312,28148151:28291616,28161015:28185433,28181031:28181282,28192430:28324003,28202894:28208290,28219777:28347181,28232930:28348535,28248631:28249045,28264555:28352894,28281591:28356186,28293296:28293659,28309155:28361775,28350678:28351698,28375471:28378620,28387626:28387876,28406249:28407671,28423462:28423877,28477032:28481221,28481009:28481126,28483071:28486253,28516161:28521677,28523862:28531724,28561952:28562550,28565488:28570922,28565648:28567925,28572580:28572729,28597768:28597931,28614716:28616873,28631178:28632003,28645222:28651668,28662425:28662684,28677995:28689910,28738999:28741175,28739509:28747585,28739629:28751892,28739809:28742610,28772034:28776271,28772086:28772251', 'assoc_mat': '28083963:carton:4203:28085113,28139937:carton:4203:28283803,28147910:carton:4203:28661312,28148151:carton:4203:28291616,28161015:carton:4203:28185433,28181031:carton:4203:28181282,28192430:carton:4203:28324003,28202894:carton:4203:28208290,28219777:carton:4203:28347181,28232930:carton:4203:28348535,28248631:carton:4203:28249045,28264555:carton:4203:28352894,28281591:carton:4203:28356186,28293296:carton:4203:28293659,28309155:carton:4203:28361775,28350678:carton:4203:28351698,28375471:carton:4203:28378620,28387626:carton:4203:28387876,28406249:carton:4203:28407671,28423462:carton:4203:28423877,28477032:carton:4203:28481221,28481009:carton:4203:28481126,28483071:carton:4203:28486253,28516161:carton:4203:28521677,28523862:carton:4203:28531724,28561952:carton:4203:28562550,28565488:carton:4203:28570922,28565648:carton:4203:28567925,28572580:carton:4203:28572729,28597768:carton:4203:28597931,28614716:carton:4203:28616873,28631178:carton:4203:28632003,28645222:carton:4203:28651668,28662425:carton:4203:28662684,2867'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.94373120117043, 'nb_photo': 239, 'list_port_cont': '28054408,28072838,28084435,28090032,28166240,28172294,28178982,28185404,28187810,28197743,28212733,28213357,28217981,28220638,28224355,28227047,28230248,28235661,28248904,28250862,28253209,28261649,28262834,28264776,28269266,28273221,28276505,28277028,28282315,28290776,28292504,28292675,28293339,28293415,28294028,28294553,28295074,28295258,28297934,28298457,28299595,28299924,28301186,28302943,28304881,28308238,28326066,28327539,28329484,28333540,28334966,28337472,28339170,28340330,28340995,28341502,28341835,28346042,28346336,28346441,28348173,28348913,28350748,28350968,28351521,28351934,28352170,28357901,28358297,28358415,28359355,28375659,28376612,28377485,28378005,28382442,28391944,28402437,28406530,28407830,28424007,28424106,28477749,28478162,28480956,28481287,28482567,28483732,28483969,28485941,28485992,28486281,28486570,28486622,28486773,28488011,28489781,28491345,28493197,28493682,28494821,28496516,28501623,28504199,28516228,28516910,28517309,28518513,28520141,28521281,28524096,28530511,28531573,2853171', 'assoc_port': '28054319:28072838,28054352:28054408,28081719:28090032,28083934:28084435,28084837:28172294,28138758:28282315,28138860:28295074,28138906:28294028,28138920:28292675,28138954:28292504,28139933:28293415,28143193:28295258,28147806:28659816,28147926:28662107,28148048:28651688,28148085:28290776,28148114:28299924,28148119:28298457,28149750:28299595,28154717:28329484,28159774:28185404,28162939:28187810,28166068:28339170,28166080:28166240,28169042:28326066,28170010:28327539,28173580:28334966,28178799:28178982,28182142:28333540,28183631:28337472,28192310:28341502,28192380:28340995,28192429:28340330,28192476:28341835,28197664:28346441,28197672:28197743,28208179:28346336,28212569:28212733,28213243:28213357,28215371:28346042,28217160:28217981,28219770:28220638,28224178:28224355,28226968:28227047,28230176:28230248,28235487:28235661,28248561:28348913,28248666:28248904,28250729:28250862,28253113:28253209,28261611:28261649,28262751:28262834,28264709:28264776,28269228:28269266,28273160:28273221,28276397:28276505,28276964:2827702', 'assoc_mat': '28054319:carton:4207:28072838,28054352:carton:4207:28054408,28081719:carton:4207:28090032,28083934:carton:4207:28084435,28084837:carton:4207:28172294,28138758:carton:4207:28282315,28138860:carton:4207:28295074,28138906:carton:4207:28294028,28138920:carton:4207:28292675,28138954:carton:4207:28292504,28139933:carton:4207:28293415,28143193:carton:4207:28295258,28147806:carton:4207:28659816,28147926:carton:4207:28662107,28148048:carton:4207:28651688,28148085:carton:4207:28290776,28148114:carton:4207:28299924,28148119:carton:4207:28298457,28149750:carton:4207:28299595,28154717:carton:4207:28329484,28159774:carton:4207:28185404,28162939:carton:4207:28187810,28166068:carton:4207:28339170,28166080:carton:4207:28166240,28169042:carton:4207:28326066,28170010:carton:4207:28327539,28173580:carton:4207:28334966,28178799:carton:4207:28178982,28182142:carton:4207:28333540,28183631:carton:4207:28337472,28192310:carton:4207:28341502,28192380:carton:4207:28340995,28192429:carton:4207:28340330,28192476:carton:4207:28341835,2819'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.018358800537861354, 'nb_photo': 2085, 'list_port_cont': '28054454,28054527,28054641,28081976,28082063,28085545,28087587,28135994,28139637,28139786,28139971,28140198,28141662,28142606,28144030,28148460,28149175,28149869,28150027,28150340,28150741,28150991,28151104,28151374,28151580,28151743,28152358,28157474,28163304,28169313,28169334,28174614,28177702,28181420,28182744,28185875,28185980,28192728,28192759,28192947,28193116,28193266,28194044,28197879,28200941,28205444,28208241,28212789,28214209,28216033,28220030,28221937,28224388,28226748,28229920,28233023,28235833,28248984,28249165,28249332,28249506,28249720,28250911,28252848,28261374,28263732,28276400,28278379,28293486,28309920,28309996,28311021,28311210,28311801,28313029,28313373,28314112,28314978,28315256,28315541,28315724,28316115,28316784,28317862,28324627,28325424,28347643,28347785,28347884,28350889,28351018,28351154,28375677,28375846,28377462,28379958,28385763,28391531,28394685,28397964,28403570,28407278,28413854,28423625,28423721,28423824,28477329,28477511,28477775,28477986,28478411,28482355,28483420,2848361', 'assoc_port': '28054293:28054641,28054311:28054527,28054341:28054454,28081687:28082063,28081717:28081976,28083932:28135994,28085384:28085545,28087377:28087587,28138760:28139971,28138796:28139786,28138890:28139637,28138949:28142606,28139935:28140198,28141502:28141662,28143810:28144030,28147732:28151743,28147743:28148460,28147808:28151580,28147855:28151374,28147918:28151104,28147927:28150991,28148043:28150741,28148057:28150340,28148087:28149869,28148150:28149175,28149746:28150027,28152166:28152358,28157332:28157474,28162938:28163304,28168971:28169313,28169062:28169334,28174214:28174614,28177407:28177702,28181340:28181420,28182614:28182744,28185520:28185980,28185557:28185875,28192275:28193266,28192331:28193116,28192428:28192947,28192442:28192759,28192477:28192728,28193668:28194044,28197668:28197879,28200553:28200941,28205006:28205444,28208178:28208241,28212551:28212789,28214026:28214209,28215550:28216033,28219774:28220030,28221747:28221937,28224165:28224388,28226524:28226748,28229730:28229920,28232655:28233023,28235522:2823583', 'assoc_mat': '28054293:carton:4461:28054641,28054311:carton:4461:28054527,28054341:carton:4461:28054454,28081687:carton:4461:28082063,28081717:carton:4461:28081976,28083932:carton:4461:28135994,28085384:carton:4461:28085545,28087377:carton:4461:28087587,28138760:carton:4461:28139971,28138796:carton:4461:28139786,28138890:carton:4461:28139637,28138949:carton:4461:28142606,28139935:carton:4461:28140198,28141502:carton:4461:28141662,28143810:carton:4461:28144030,28147732:carton:4461:28151743,28147743:carton:4461:28148460,28147808:carton:4461:28151580,28147855:carton:4461:28151374,28147918:carton:4461:28151104,28147927:carton:4461:28150991,28148043:carton:4461:28150741,28148057:carton:4461:28150340,28148087:carton:4461:28149869,28148150:carton:4461:28149175,28149746:carton:4461:28150027,28152166:carton:4461:28152358,28157332:carton:4461:28157474,28162938:carton:4461:28163304,28168971:carton:4461:28169313,28169062:carton:4461:28169334,28174214:carton:4461:28174614,28177407:carton:4461:28177702,28181340:carton:4461:28181420,2818'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.019831205131289643, 'nb_photo': 424, 'list_port_cont': '28054573,28054708,28063355,28063395,28082965,28084345,28084849,28087968,28170751,28172983,28182385,28183524,28185200,28185830,28186692,28198689,28205359,28209047,28209349,28220833,28244949,28252220,28256573,28265285,28275009,28283030,28283269,28283305,28283847,28285322,28289167,28291566,28293261,28295178,28297418,28298190,28300486,28302867,28316864,28322821,28322943,28323490,28324278,28324718,28325022,28330625,28347742,28347949,28348028,28348198,28348305,28348441,28348472,28348844,28349611,28349684,28351314,28352144,28352575,28354744,28355673,28356126,28357940,28358317,28359174,28361447,28363269,28375614,28378702,28378914,28381367,28385021,28387831,28393373,28398819,28400802,28404118,28404876,28407586,28417518,28417550,28423784,28424039,28424193,28480384,28481336,28481767,28481888,28482052,28482194,28482524,28483759,28484189,28484660,28486664,28486726,28486802,28488299,28493241,28494247,28494749,28496953,28501318,28503425,28503845,28518900,28519801,28520613,28520915,28522547,28524461,28531621,28531819,2853193', 'assoc_port': '28054306:28063395,28054338:28054708,28054346:28054573,28054359:28063355,28081703:28082965,28082632:28084345,28083930:28084849,28086967:28087968,28138800:28283030,28138899:28283269,28138914:28283305,28140142:28283847,28142059:28285322,28146540:28289167,28147702:28658497,28147734:28659018,28147749:28659700,28147848:28674608,28147895:28660812,28147923:28661770,28148021:28663204,28148052:28663444,28148147:28291566,28151574:28293261,28155279:28298190,28166078:28170751,28172690:28172983,28177686:28185200,28182141:28182385,28183336:28183524,28185548:28185830,28186634:28186692,28192273:28322821,28192314:28322943,28192363:28323490,28192432:28324278,28192436:28324718,28192449:28325022,28195137:28330625,28198477:28198689,28205034:28205359,28208176:28209047,28209316:28209349,28219780:28220833,28221746:28347949,28224401:28348305,28230175:28348472,28235508:28244949,28248533:28348844,28248622:28349611,28248628:28349684,28250725:28256573,28251921:28252220,28263085:28352575,28265164:28265285,28271480:28354744,28274959:2827500', 'assoc_mat': '28054306:carton:4200:28063395,28054338:carton:4200:28054708,28054346:carton:4200:28054573,28054359:carton:4200:28063355,28081703:carton:4200:28082965,28082632:carton:4200:28084345,28083930:carton:4200:28084849,28086967:carton:4200:28087968,28138800:carton:4200:28283030,28138899:carton:4200:28283269,28138914:carton:4200:28283305,28140142:carton:4200:28283847,28142059:carton:4200:28285322,28146540:carton:4200:28289167,28147702:carton:4200:28658497,28147734:carton:4200:28659018,28147749:carton:4200:28659700,28147848:carton:4200:28674608,28147895:carton:4200:28660812,28147923:carton:4200:28661770,28148021:carton:4200:28663204,28148052:carton:4200:28663444,28148147:carton:4200:28291566,28151574:carton:4200:28293261,28155279:carton:4200:28298190,28166078:carton:4200:28170751,28172690:carton:4200:28172983,28177686:carton:4200:28185200,28182141:carton:4200:28182385,28183336:carton:4200:28183524,28185548:carton:4200:28185830,28186634:carton:4200:28186692,28192273:carton:4200:28322821,28192314:carton:4200:28322943,2819'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01708921037294712, 'nb_photo': 65, 'list_port_cont': '28148530,28248817,28249109,28392793,28410663,28483491,28521459,28524159,28527366,28596162,28605098,28631345,28674090,28681607,28685992,28740142,28740148,28772217,28772316,28772563,28772631', 'assoc_port': '28147704:28148530,28248602:28249109,28248626:28248817,28392310:28392793,28410594:28410663,28483036:28483491,28521111:28521459,28523868:28524159,28527263:28527366,28595900:28596162,28604954:28605098,28631173:28631345,28667193:28685992,28673945:28674090,28681383:28681607,28739684:28740142,28739768:28740148,28772020:28772631,28772032:28772563,28772043:28772316,28772075:28772217', 'assoc_mat': '28147704:carton:4209:28148530,28248602:carton:4209:28249109,28248626:carton:4209:28248817,28392310:carton:4209:28392793,28410594:carton:4209:28410663,28483036:carton:4209:28483491,28521111:carton:4209:28521459,28523868:carton:4209:28524159,28527263:carton:4209:28527366,28595900:carton:4209:28596162,28604954:carton:4209:28605098,28631173:carton:4209:28631345,28667193:carton:4209:28685992,28673945:carton:4209:28674090,28681383:carton:4209:28681607,28739684:carton:4209:28740142,28739768:carton:4209:28740148,28772020:carton:4209:28772631,28772032:carton:4209:28772563,28772043:carton:4209:28772316,28772075:carton:4209:28772217'}, {'unwanted_material': 'carton', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.9480514179453017, 'nb_photo': 99, 'list_port_cont': '28072742,28188424,28217477,28219857,28246531,28249919,28262108,28272522,28282100,28282669,28292834,28294368,28294904,28297723,28298603,28299428,28308121,28332229,28332380,28333337,28338571,28339104,28340786,28346195,28348373,28349162,28358998,28377005,28377973,28385199,28398488,28405879,28411856,28424130,28480845,28487013,28493397,28494364,28519100,28520873,28531748,28566357,28567076,28570773,28571195,28573203,28603094,28613842,28633480,28649263,28654746,28658135,28658523,28660659,28663728,28670088,28739137,28741383,28744266,28749785,28750924,28751783,28752571,28752799,28754421,28758361,28760901,28769067,28773498,28774760,28775085,28775939,28776500', 'assoc_port': '28054355:28072742,28083965:28658135,28138778:28282669,28138896:28294368,28139939:28292834,28142637:28294904,28147705:28658523,28148118:28298603,28149748:28299428,28153696:28332229,28166022:28339104,28169021:28188424,28172093:28333337,28176338:28338571,28181681:28332380,28192311:28340786,28215373:28346195,28217135:28217477,28219788:28219857,28225385:28246531,28248586:28349162,28248644:28249919,28262050:28262108,28272454:28272522,28281593:28282100,28293211:28358998,28297617:28297723,28308004:28308121,28347518:28348373,28375455:28377005,28377781:28377973,28385146:28385199,28398370:28398488,28405816:28405879,28411777:28411856,28423435:28424130,28477034:28480845,28482968:28487013,28483030:28493397,28483050:28494364,28515972:28519100,28516130:28520873,28523866:28531748,28565500:28571195,28565651:28567076,28565701:28566357,28570748:28570773,28573192:28573203,28602914:28603094,28613762:28613842,28633425:28633480,28644313:28649263,28654699:28654746,28660573:28660659,28663606:28663728,28670058:28670088,28739005:2874138', 'assoc_mat': '28054355:carton:4207:28072742,28083965:carton:4207:28658135,28138778:carton:4207:28282669,28138896:carton:4207:28294368,28139939:carton:4207:28292834,28142637:carton:4207:28294904,28147705:carton:4207:28658523,28148118:carton:4207:28298603,28149748:carton:4207:28299428,28153696:carton:4207:28332229,28166022:carton:4207:28339104,28169021:carton:4207:28188424,28172093:carton:4207:28333337,28176338:carton:4207:28338571,28181681:carton:4207:28332380,28192311:carton:4207:28340786,28215373:carton:4207:28346195,28217135:carton:4207:28217477,28219788:carton:4207:28219857,28225385:carton:4207:28246531,28248586:carton:4207:28349162,28248644:carton:4207:28249919,28262050:carton:4207:28262108,28272454:carton:4207:28272522,28281593:carton:4207:28282100,28293211:carton:4207:28358998,28297617:carton:4207:28297723,28308004:carton:4207:28308121,28347518:carton:4207:28348373,28375455:carton:4207:28377005,28377781:carton:4207:28377973,28385146:carton:4207:28385199,28398370:carton:4207:28398488,28405816:carton:4207:28405879,2841'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0019123726608888017, 'nb_photo': 969, 'list_port_cont': '28054494,28054766,28054812,28082482,28083600,28086422,28088222,28139400,28139873,28140317,28141420,28141777,28142150,28143116,28148384,28151959,28153800,28154236,28154557,28154684,28154978,28155842,28156302,28156639,28156982,28157377,28157860,28162625,28169605,28169820,28170297,28173122,28174489,28178423,28179873,28182304,28185840,28192827,28193388,28193736,28194222,28194524,28194935,28195423,28198090,28203120,28208333,28208876,28209390,28212825,28217684,28220193,28222265,28222860,28226384,28229366,28232450,28235953,28248845,28249293,28249890,28250838,28251241,28253000,28254074,28261946,28263313,28271630,28300352,28304982,28309891,28312688,28317175,28319165,28319915,28321604,28324250,28324866,28325206,28326717,28328295,28328737,28331976,28332616,28333954,28338830,28339576,28347696,28347994,28348140,28348285,28350859,28351100,28351383,28351782,28351956,28375911,28376281,28377594,28379112,28380669,28386272,28389615,28393267,28396615,28399803,28405027,28409770,28413126,28423604,28423686,28423938,28424088,2847729', 'assoc_port': '28054301:28054812,28054312:28054766,28054348:28054494,28081689:28082482,28082630:28083600,28086078:28086422,28088094:28088222,28138745:28142150,28138762:28141777,28138797:28141420,28138892:28140317,28138917:28139873,28138952:28139400,28140144:28157860,28142910:28143116,28146549:28157377,28147731:28156982,28147739:28156639,28147804:28156302,28147914:28155842,28147925:28154978,28147960:28154684,28148050:28154236,28148081:28153800,28148117:28148384,28151577:28151959,28154342:28154557,28162368:28162625,28169022:28170297,28169061:28169820,28169298:28169605,28172688:28173122,28174216:28174489,28178032:28178423,28179674:28179873,28182143:28182304,28185550:28185840,28192304:28194935,28192317:28194524,28192401:28194222,28192438:28193388,28192450:28192827,28193434:28193736,28195134:28195423,28197675:28198090,28202854:28203120,28208177:28208876,28208183:28208333,28209315:28209390,28212571:28212825,28217122:28217684,28219791:28220193,28221749:28222265,28222677:28222860,28226175:28226384,28229013:28229366,28232241:2823245', 'assoc_mat': '28054301:carton:4211:28054812,28054312:carton:4211:28054766,28054348:carton:4211:28054494,28081689:carton:4211:28082482,28082630:carton:4211:28083600,28086078:carton:4211:28086422,28088094:carton:4211:28088222,28138745:carton:4211:28142150,28138762:carton:4211:28141777,28138797:carton:4211:28141420,28138892:carton:4211:28140317,28138917:carton:4211:28139873,28138952:carton:4211:28139400,28140144:carton:4211:28157860,28142910:carton:4211:28143116,28146549:carton:4211:28157377,28147731:carton:4211:28156982,28147739:carton:4211:28156639,28147804:carton:4211:28156302,28147914:carton:4211:28155842,28147925:carton:4211:28154978,28147960:carton:4211:28154684,28148050:carton:4211:28154236,28148081:carton:4211:28153800,28148117:carton:4211:28148384,28151577:carton:4211:28151959,28154342:carton:4211:28154557,28162368:carton:4211:28162625,28169022:carton:4211:28170297,28169061:carton:4211:28169820,28169298:carton:4211:28169605,28172688:carton:4211:28173122,28174216:carton:4211:28174489,28178032:carton:4211:28178423,2817'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.020846949535005713, 'nb_photo': 807, 'list_port_cont': '28054782,28054801,28054942,28055020,28055068,28082130,28082212,28085414,28089127,28139735,28139950,28140389,28140656,28141235,28141405,28142075,28144080,28148074,28148786,28149057,28149630,28149707,28150139,28150721,28151316,28151553,28152318,28152540,28154479,28157287,28157581,28162319,28166664,28166813,28169588,28172526,28175844,28178001,28181836,28183369,28185689,28185696,28185967,28193234,28193453,28193580,28193848,28194335,28194352,28194507,28194701,28194723,28198075,28199471,28205660,28205761,28208506,28212955,28213642,28215863,28217524,28220239,28222325,28223771,28230865,28231715,28234562,28235922,28245668,28249127,28249354,28249611,28249784,28249974,28250127,28251057,28252033,28254812,28262680,28266604,28271853,28274852,28277765,28283680,28298622,28303682,28309177,28310236,28312640,28315158,28316409,28317573,28317717,28318118,28318455,28318560,28318714,28318965,28319135,28319423,28319812,28321417,28347862,28348059,28348117,28351188,28351450,28351564,28351682,28375830,28376070,28377648,28377806,2837884', 'assoc_port': '28054295:28055068,28054299:28055020,28054313:28054942,28054344:28054801,28054357:28054782,28081690:28082212,28081718:28082130,28084834:28085414,28086966:28089127,28138737:28141405,28138792:28141235,28138898:28140656,28138911:28139950,28138950:28139735,28139930:28140389,28139941:28148074,28141729:28142075,28143313:28144080,28147701:28152540,28147733:28152318,28147788:28151553,28147828:28151316,28147915:28157287,28147916:28149707,28147959:28149630,28148063:28149057,28148083:28148786,28148132:28162319,28149744:28150139,28150190:28150721,28153697:28154479,28157333:28157581,28166056:28166813,28166079:28166664,28169023:28169588,28172094:28172526,28175403:28175844,28177409:28178001,28181686:28181836,28183108:28183369,28185534:28185967,28185553:28185696,28185559:28185689,28192289:28194723,28192307:28194701,28192334:28194352,28192409:28194335,28192434:28193580,28192444:28193453,28192447:28193234,28193431:28193848,28194254:28194507,28197666:28198075,28199116:28199471,28205020:28205761,28205065:28205660,28208181:2820850', 'assoc_mat': '28054295:carton:3327:28055068,28054299:carton:3327:28055020,28054313:carton:3327:28054942,28054344:carton:3327:28054801,28054357:carton:3327:28054782,28081690:carton:3327:28082212,28081718:carton:3327:28082130,28084834:carton:3327:28085414,28086966:carton:3327:28089127,28138737:carton:3327:28141405,28138792:carton:3327:28141235,28138898:carton:3327:28140656,28138911:carton:3327:28139950,28138950:carton:3327:28139735,28139930:carton:3327:28140389,28139941:carton:3327:28148074,28141729:carton:3327:28142075,28143313:carton:3327:28144080,28147701:carton:3327:28152540,28147733:carton:3327:28152318,28147788:carton:3327:28151553,28147828:carton:3327:28151316,28147915:carton:3327:28157287,28147916:carton:3327:28149707,28147959:carton:3327:28149630,28148063:carton:3327:28149057,28148083:carton:3327:28148786,28148132:carton:3327:28162319,28149744:carton:3327:28150139,28150190:carton:3327:28150721,28153697:carton:3327:28154479,28157333:carton:3327:28157581,28166056:carton:3327:28166813,28166079:carton:3327:28166664,2816'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.003214736026835413, 'nb_photo': 3, 'list_port_cont': '28147125,28392298,28518459', 'assoc_port': '28146918:28147125,28390850:28392298,28515941:28518459', 'assoc_mat': '28146918:ela:4205:28147125,28390850:ela:4205:28392298,28515941:ela:4205:28518459'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.831395007545058, 'nb_photo': 90, 'list_port_cont': '28085107,28181271,28185420,28208293,28249040,28283809,28291620,28293669,28348533,28351691,28352885,28356183,28361784,28378616,28387869,28407664,28423882,28481138,28481211,28486238,28521680,28531733,28562551,28570927,28572737,28597924,28632009,28651676,28661316,28662695,28689923,28742603,28751893,28772253', 'assoc_port': '28083963:28085107,28139937:28283809,28147910:28661316,28148151:28291620,28161015:28185420,28181031:28181271,28202894:28208293,28232930:28348533,28248631:28249040,28264555:28352885,28281591:28356183,28293296:28293669,28309155:28361784,28350678:28351691,28375471:28378616,28387626:28387869,28406249:28407664,28423462:28423882,28477032:28481211,28481009:28481138,28483071:28486238,28516161:28521680,28523862:28531733,28561952:28562551,28565488:28570927,28572580:28572737,28597768:28597924,28631178:28632009,28645222:28651676,28662425:28662695,28677995:28689923,28739629:28751893,28739809:28742603,28772086:28772253', 'assoc_mat': '28083963:ela:4203:28085107,28139937:ela:4203:28283809,28147910:ela:4203:28661316,28148151:ela:4203:28291620,28161015:ela:4203:28185420,28181031:ela:4203:28181271,28202894:ela:4203:28208293,28232930:ela:4203:28348533,28248631:ela:4203:28249040,28264555:ela:4203:28352885,28281591:ela:4203:28356183,28293296:ela:4203:28293669,28309155:ela:4203:28361784,28350678:ela:4203:28351691,28375471:ela:4203:28378616,28387626:ela:4203:28387869,28406249:ela:4203:28407664,28423462:ela:4203:28423882,28477032:ela:4203:28481211,28481009:ela:4203:28481138,28483071:ela:4203:28486238,28516161:ela:4203:28521680,28523862:ela:4203:28531733,28561952:ela:4203:28562551,28565488:ela:4203:28570927,28572580:ela:4203:28572737,28597768:ela:4203:28597924,28631178:ela:4203:28632009,28645222:ela:4203:28651676,28662425:ela:4203:28662695,28677995:ela:4203:28689923,28739629:ela:4203:28751893,28739809:ela:4203:28742603,28772086:ela:4203:28772253'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0029779852599831256, 'nb_photo': 23, 'list_port_cont': '28090669,28161530,28168964,28227049,28251811,28279439,28281701,28298441,28339164,28343920,28346335,28417362,28487240,28562657,28572506,28597610,28656843,28658580,28658783,28742510,28747941,28752331,28754631', 'assoc_port': '28081688:28090669,28087374:28168964,28147718:28658580,28147736:28658783,28148119:28298441,28161482:28161530,28166068:28339164,28204992:28343920,28208179:28346335,28226968:28227049,28251445:28251811,28279351:28279439,28281596:28281701,28416963:28417362,28483056:28487240,28561944:28562657,28572496:28572506,28597498:28597610,28656620:28656843,28739515:28747941,28739690:28752331,28739803:28754631,28739813:28742510', 'assoc_mat': '28081688:ela:4207:28090669,28087374:ela:4207:28168964,28147718:ela:4207:28658580,28147736:ela:4207:28658783,28148119:ela:4207:28298441,28161482:ela:4207:28161530,28166068:ela:4207:28339164,28204992:ela:4207:28343920,28208179:ela:4207:28346335,28226968:ela:4207:28227049,28251445:ela:4207:28251811,28279351:ela:4207:28279439,28281596:ela:4207:28281701,28416963:ela:4207:28417362,28483056:ela:4207:28487240,28561944:ela:4207:28562657,28572496:ela:4207:28572506,28597498:ela:4207:28597610,28656620:ela:4207:28656843,28739515:ela:4207:28747941,28739690:ela:4207:28752331,28739803:ela:4207:28754631,28739813:ela:4207:28742510'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005659867884306672, 'nb_photo': 9, 'list_port_cont': '28149177,28192766,28220029,28313034,28315243,28423812,28741222,28745682,28768751', 'assoc_port': '28148150:28149177,28192442:28192766,28219774:28220029,28281559:28315243,28293233:28313034,28423436:28423812,28739565:28745682,28739614:28741222,28768651:28768751', 'assoc_mat': '28148150:ela:4461:28149177,28192442:ela:4461:28192766,28219774:ela:4461:28220029,28281559:ela:4461:28315243,28293233:ela:4461:28313034,28423436:ela:4461:28423812,28739565:ela:4461:28745682,28739614:ela:4461:28741222,28768651:ela:4461:28768751'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.004281428704200686, 'nb_photo': 50, 'list_port_cont': '28054569,28054707,28054984,28063406,28082964,28084347,28170759,28209036,28265288,28275013,28283028,28285333,28323475,28327198,28330638,28348025,28348437,28348687,28349693,28352143,28357925,28358316,28359015,28400806,28404890,28482050,28503418,28520904,28562681,28572355,28572705,28595200,28597143,28604002,28620335,28663194,28679905,28685142,28742400,28745898,28751093,28775602', 'assoc_port': '28054304:28054984,28054306:28063406,28054338:28054707,28054346:28054569,28081703:28082964,28082632:28084347,28138800:28283028,28142059:28285333,28148021:28663194,28166078:28170759,28192363:28323475,28193436:28327198,28195137:28330638,28208176:28209036,28248516:28348687,28248628:28349693,28265164:28265288,28274959:28275013,28293108:28357925,28293142:28358316,28293209:28359015,28347503:28348437,28347535:28348025,28350621:28352143,28400535:28400806,28404533:28404890,28477101:28482050,28490861:28503418,28520558:28520904,28561946:28562681,28565647:28572705,28572259:28572355,28592017:28595200,28593914:28597143,28600038:28604002,28617210:28620335,28668829:28685142,28671811:28679905,28739481:28745898,28739618:28751093,28739858:28742400,28772025:28775602', 'assoc_mat': '28054304:ela:4200:28054984,28054306:ela:4200:28063406,28054338:ela:4200:28054707,28054346:ela:4200:28054569,28081703:ela:4200:28082964,28082632:ela:4200:28084347,28138800:ela:4200:28283028,28142059:ela:4200:28285333,28148021:ela:4200:28663194,28166078:ela:4200:28170759,28192363:ela:4200:28323475,28193436:ela:4200:28327198,28195137:ela:4200:28330638,28208176:ela:4200:28209036,28248516:ela:4200:28348687,28248628:ela:4200:28349693,28265164:ela:4200:28265288,28274959:ela:4200:28275013,28293108:ela:4200:28357925,28293142:ela:4200:28358316,28293209:ela:4200:28359015,28347503:ela:4200:28348437,28347535:ela:4200:28348025,28350621:ela:4200:28352143,28400535:ela:4200:28400806,28404533:ela:4200:28404890,28477101:ela:4200:28482050,28490861:ela:4200:28503418,28520558:ela:4200:28520904,28561946:ela:4200:28562681,28565647:ela:4200:28572705,28572259:ela:4200:28572355,28592017:ela:4200:28595200,28593914:ela:4200:28597143,28600038:ela:4200:28604002,28617210:ela:4200:28620335,28668829:ela:4200:28685142,28671811:ela:4200:2867990'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0034257737552382604, 'nb_photo': 7, 'list_port_cont': '28249112,28489536,28524156,28740146', 'assoc_port': '28248602:28249112,28489342:28489536,28523868:28524156,28739768:28740146', 'assoc_mat': '28248602:ela:4209:28249112,28489342:ela:4209:28489536,28523868:ela:4209:28524156,28739768:ela:4209:28740146'}, {'unwanted_material': 'ela', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.001881741989881806, 'nb_photo': 5, 'list_port_cont': '28217479,28219854,28396069,28751792,28753993', 'assoc_port': '28217135:28217479,28219788:28219854,28394976:28396069,28739630:28751792,28739795:28753993', 'assoc_mat': '28217135:ela:4207:28217479,28219788:ela:4207:28219854,28394976:ela:4207:28396069,28739630:ela:4207:28751792,28739795:ela:4207:28753993'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0004606734871178848, 'nb_photo': 95, 'list_port_cont': '28083595,28139867,28141416,28143120,28151957,28157371,28170312,28173114,28185847,28192839,28193393,28193745,28194232,28194536,28194921,28195421,28203127,28208345,28212839,28217680,28222258,28222873,28226374,28250845,28271637,28304992,28309883,28317174,28328304,28333958,28338840,28339574,28351099,28386270,28393283,28413130,28423600,28477887,28479300,28479457,28480365,28483688,28484010,28484081,28485006,28486204,28486596,28487298,28497209,28517846,28530441,28562207,28562577,28562728,28566943,28567002,28567820,28568367,28571010,28592867,28594138,28650106,28650371,28653036,28663135,28667673,28673207,28687611,28740388,28741911,28745059,28747058,28747204,28748733,28773294,28775399,28779374', 'assoc_port': '28082630:28083595,28138797:28141416,28138917:28139867,28142910:28143120,28146549:28157371,28151577:28151957,28169022:28170312,28172688:28173114,28185550:28185847,28192304:28194921,28192317:28194536,28192401:28194232,28192438:28193393,28192450:28192839,28193434:28193745,28195134:28195421,28202854:28203127,28208183:28208345,28212571:28212839,28217122:28217680,28221749:28222258,28222677:28222873,28226175:28226374,28250731:28250845,28260973:28339574,28264358:28338840,28271508:28271637,28274958:28333958,28293149:28328304,28301675:28317174,28304844:28304992,28308478:28309883,28350689:28351099,28386144:28386270,28392956:28393283,28412710:28413130,28423467:28423600,28477026:28480365,28477083:28479457,28477099:28477887,28478798:28479300,28482990:28486596,28483004:28486204,28483054:28485006,28483165:28484081,28483176:28484010,28483186:28483688,28487169:28487298,28497111:28497209,28515935:28517846,28530064:28530441,28561939:28562728,28561947:28562577,28561959:28562207,28565503:28568367,28565537:28567820,28565641:2856700', 'assoc_mat': '28082630:ela:4211:28083595,28138797:ela:4211:28141416,28138917:ela:4211:28139867,28142910:ela:4211:28143120,28146549:ela:4211:28157371,28151577:ela:4211:28151957,28169022:ela:4211:28170312,28172688:ela:4211:28173114,28185550:ela:4211:28185847,28192304:ela:4211:28194921,28192317:ela:4211:28194536,28192401:ela:4211:28194232,28192438:ela:4211:28193393,28192450:ela:4211:28192839,28193434:ela:4211:28193745,28195134:ela:4211:28195421,28202854:ela:4211:28203127,28208183:ela:4211:28208345,28212571:ela:4211:28212839,28217122:ela:4211:28217680,28221749:ela:4211:28222258,28222677:ela:4211:28222873,28226175:ela:4211:28226374,28250731:ela:4211:28250845,28260973:ela:4211:28339574,28264358:ela:4211:28338840,28271508:ela:4211:28271637,28274958:ela:4211:28333958,28293149:ela:4211:28328304,28301675:ela:4211:28317174,28304844:ela:4211:28304992,28308478:ela:4211:28309883,28350689:ela:4211:28351099,28386144:ela:4211:28386270,28392956:ela:4211:28393283,28412710:ela:4211:28413130,28423467:ela:4211:28423600,28477026:ela:4211:2848036'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.002487995189368343, 'nb_photo': 19, 'list_port_cont': '28323469,28349290,28355375,28381782,28392289,28480720,28518461,28572414,28597118,28649096,28658219,28677444', 'assoc_port': '28147700:28658219,28192388:28323469,28248588:28349290,28276018:28355375,28381739:28381782,28390850:28392289,28477030:28480720,28515941:28518461,28565645:28572414,28593919:28597118,28644305:28649096,28677396:28677444', 'assoc_mat': '28147700:etiquette:4205:28658219,28192388:etiquette:4205:28323469,28248588:etiquette:4205:28349290,28276018:etiquette:4205:28355375,28381739:etiquette:4205:28381782,28390850:etiquette:4205:28392289,28477030:etiquette:4205:28480720,28515941:etiquette:4205:28518461,28565645:etiquette:4205:28572414,28593919:etiquette:4205:28597118,28644305:etiquette:4205:28649096,28677396:etiquette:4205:28677444'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.010143885562407471, 'nb_photo': 608, 'list_port_cont': '28085108,28181283,28185422,28208294,28249039,28283810,28291629,28293655,28324010,28347173,28348524,28351696,28352891,28356193,28361776,28378625,28387878,28407670,28423883,28481132,28481223,28486246,28521676,28531730,28562553,28567927,28570933,28572728,28597920,28616872,28632000,28651677,28661314,28662694,28689911,28741165,28742607,28747587,28751878,28772247,28776260', 'assoc_port': '28083963:28085108,28139937:28283810,28147910:28661314,28148151:28291629,28161015:28185422,28181031:28181283,28192430:28324010,28202894:28208294,28219777:28347173,28232930:28348524,28248631:28249039,28264555:28352891,28281591:28356193,28293296:28293655,28309155:28361776,28350678:28351696,28375471:28378625,28387626:28387878,28406249:28407670,28423462:28423883,28477032:28481223,28481009:28481132,28483071:28486246,28516161:28521676,28523862:28531730,28561952:28562553,28565488:28570933,28565648:28567927,28572580:28572728,28597768:28597920,28614716:28616872,28631178:28632000,28645222:28651677,28662425:28662694,28677995:28689911,28738999:28741165,28739509:28747587,28739629:28751878,28739809:28742607,28772034:28776260,28772086:28772247', 'assoc_mat': '28083963:etiquette:4203:28085108,28139937:etiquette:4203:28283810,28147910:etiquette:4203:28661314,28148151:etiquette:4203:28291629,28161015:etiquette:4203:28185422,28181031:etiquette:4203:28181283,28192430:etiquette:4203:28324010,28202894:etiquette:4203:28208294,28219777:etiquette:4203:28347173,28232930:etiquette:4203:28348524,28248631:etiquette:4203:28249039,28264555:etiquette:4203:28352891,28281591:etiquette:4203:28356193,28293296:etiquette:4203:28293655,28309155:etiquette:4203:28361776,28350678:etiquette:4203:28351696,28375471:etiquette:4203:28378625,28387626:etiquette:4203:28387878,28406249:etiquette:4203:28407670,28423462:etiquette:4203:28423883,28477032:etiquette:4203:28481223,28481009:etiquette:4203:28481132,28483071:etiquette:4203:28486246,28516161:etiquette:4203:28521676,28523862:etiquette:4203:28531730,28561952:etiquette:4203:28562553,28565488:etiquette:4203:28570933,28565648:etiquette:4203:28567927,28572580:etiquette:4203:28572728,28597768:etiquette:4203:28597920,28614716:etiquette:4203:28616872,2'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.001988273132768105, 'nb_photo': 97, 'list_port_cont': '28072875,28084437,28152745,28161535,28168961,28178988,28217979,28229577,28235988,28250864,28282501,28294554,28294967,28295246,28297931,28298545,28299597,28299755,28300125,28333544,28336107,28340159,28340316,28341276,28341496,28346384,28348256,28359482,28376601,28379211,28386408,28391950,28398203,28402430,28424003,28477485,28479118,28480955,28484179,28485736,28485937,28486213,28486278,28489782,28491338,28493193,28494156,28518757,28519281,28531708,28562060,28563032,28566599,28566873,28568215,28570647,28570860,28571780,28572153,28572972,28595673,28602365,28611648,28613529,28620437,28621449,28650560,28653493,28656841,28658781,28662102,28662406,28663957,28668684,28671855,28683569,28739281,28741376,28742307,28747092,28748647,28749138,28752146,28752337,28753791,28775738', 'assoc_port': '28054308:28072875,28083934:28084437,28087374:28168961,28138764:28282501,28143193:28295246,28147736:28658781,28147926:28662102,28147989:28662406,28148148:28298545,28149742:28299755,28149750:28299597,28152599:28152745,28161482:28161535,28174833:28336107,28178799:28178988,28182142:28333544,28192271:28341276,28192310:28341496,28192429:28340316,28193437:28340159,28208182:28346384,28217160:28217979,28229504:28229577,28235482:28235988,28250729:28250864,28293210:28294967,28293215:28294554,28296761:28359482,28297876:28297931,28300056:28300125,28347516:28348256,28375470:28376601,28377304:28379211,28386376:28386408,28391784:28391950,28398085:28398203,28402369:28402430,28423448:28424003,28477068:28480955,28477143:28477485,28479078:28479118,28482959:28486213,28483046:28494156,28483063:28486278,28483069:28485937,28483084:28485736,28483129:28484179,28489703:28489782,28491140:28491338,28493048:28493193,28515969:28518757,28515976:28519281,28523864:28531708,28561941:28563032,28561962:28562060,28565484:28570647,28565492:2857086', 'assoc_mat': '28054308:etiquette:4207:28072875,28083934:etiquette:4207:28084437,28087374:etiquette:4207:28168961,28138764:etiquette:4207:28282501,28143193:etiquette:4207:28295246,28147736:etiquette:4207:28658781,28147926:etiquette:4207:28662102,28147989:etiquette:4207:28662406,28148148:etiquette:4207:28298545,28149742:etiquette:4207:28299755,28149750:etiquette:4207:28299597,28152599:etiquette:4207:28152745,28161482:etiquette:4207:28161535,28174833:etiquette:4207:28336107,28178799:etiquette:4207:28178988,28182142:etiquette:4207:28333544,28192271:etiquette:4207:28341276,28192310:etiquette:4207:28341496,28192429:etiquette:4207:28340316,28193437:etiquette:4207:28340159,28208182:etiquette:4207:28346384,28217160:etiquette:4207:28217979,28229504:etiquette:4207:28229577,28235482:etiquette:4207:28235988,28250729:etiquette:4207:28250864,28293210:etiquette:4207:28294967,28293215:etiquette:4207:28294554,28296761:etiquette:4207:28359482,28297876:etiquette:4207:28297931,28300056:etiquette:4207:28300125,28347516:etiquette:4207:28348256,2'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0009666533223137578, 'nb_photo': 37, 'list_port_cont': '28054450,28054639,28081979,28082067,28085547,28149863,28151578,28152365,28220025,28226742,28235846,28249514,28250912,28261372,28313380,28315542,28316114,28351031,28351148,28379946,28403571,28483997,28484604,28516420,28566728,28592349,28594293,28601574,28631406,28659587,28740089,28741220,28745693,28772649,28772814', 'assoc_port': '28054293:28054639,28054341:28054450,28081687:28082067,28081717:28081979,28085384:28085547,28147808:28151578,28148087:28149863,28152166:28152365,28219774:28220025,28226524:28226742,28235522:28235846,28248579:28249514,28250727:28250912,28261195:28261372,28273034:28316114,28293207:28313380,28315462:28315542,28350627:28351148,28350654:28351031,28379722:28379946,28403323:28403571,28483034:28484604,28483095:28483997,28516159:28516420,28565499:28566728,28592011:28592349,28594081:28594293,28601281:28601574,28631171:28631406,28659143:28659587,28739565:28745693,28739614:28741220,28739881:28740089,28772028:28772814,28772040:28772649', 'assoc_mat': '28054293:etiquette:4461:28054639,28054341:etiquette:4461:28054450,28081687:etiquette:4461:28082067,28081717:etiquette:4461:28081979,28085384:etiquette:4461:28085547,28147808:etiquette:4461:28151578,28148087:etiquette:4461:28149863,28152166:etiquette:4461:28152365,28219774:etiquette:4461:28220025,28226524:etiquette:4461:28226742,28235522:etiquette:4461:28235846,28248579:etiquette:4461:28249514,28250727:etiquette:4461:28250912,28261195:etiquette:4461:28261372,28273034:etiquette:4461:28316114,28293207:etiquette:4461:28313380,28315462:etiquette:4461:28315542,28350627:etiquette:4461:28351148,28350654:etiquette:4461:28351031,28379722:etiquette:4461:28379946,28403323:etiquette:4461:28403571,28483034:etiquette:4461:28484604,28483095:etiquette:4461:28483997,28516159:etiquette:4461:28516420,28565499:etiquette:4461:28566728,28592011:etiquette:4461:28592349,28594081:etiquette:4461:28594293,28601281:etiquette:4461:28601574,28631171:etiquette:4461:28631406,28659143:etiquette:4461:28659587,28739565:etiquette:4461:28745693,2'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.003370328435015576, 'nb_photo': 216, 'list_port_cont': '28054568,28054706,28063399,28082974,28084336,28084839,28170756,28182390,28183540,28185202,28185276,28205344,28209048,28215717,28220847,28252224,28265298,28275012,28283023,28283272,28289182,28291144,28291568,28295171,28297414,28298183,28300477,28316873,28325012,28327204,28330633,28347754,28348194,28348312,28348433,28348481,28348833,28349017,28349622,28349688,28351794,28351899,28352149,28352572,28357935,28359013,28359168,28361454,28378701,28381352,28385019,28407589,28417527,28417563,28423782,28424047,28424190,28481759,28481883,28482208,28482517,28483585,28483755,28484198,28484662,28486136,28486666,28486798,28493247,28494238,28496956,28503411,28519792,28520601,28520896,28524460,28535200,28562469,28562688,28563105,28565024,28566376,28566771,28570207,28571086,28572359,28572689,28573325,28595206,28595355,28596798,28597152,28597817,28602705,28611306,28620347,28623352,28623817,28625078,28648388,28650801,28651607,28652345,28658491,28659006,28660808,28661771,28663200,28663447,28664152,28665539,28674595,28674729,2867665', 'assoc_port': '28054306:28063399,28054338:28054706,28054346:28054568,28081703:28082974,28082632:28084336,28083930:28084839,28138800:28283023,28138899:28283272,28146540:28289182,28147702:28658491,28147734:28659006,28147848:28674595,28147895:28660808,28147923:28661771,28148021:28663200,28148052:28663447,28148100:28291144,28148147:28291568,28155279:28298183,28166078:28170756,28172513:28185276,28177686:28185202,28182141:28182390,28183336:28183540,28192449:28325012,28193436:28327204,28195137:28330633,28205034:28205344,28208176:28209048,28215375:28215717,28219780:28220847,28224401:28348312,28230175:28348481,28248533:28348833,28248578:28349017,28248622:28349622,28248628:28349688,28251921:28252224,28263085:28352572,28265164:28265298,28274959:28275012,28293108:28357935,28293209:28359013,28293290:28359168,28294995:28295171,28297206:28297414,28300357:28300477,28307483:28361454,28316658:28316873,28347503:28348433,28347525:28348194,28347543:28347754,28350621:28352149,28350631:28351899,28350674:28351794,28378263:28378701,28379298:2838135', 'assoc_mat': '28054306:etiquette:4200:28063399,28054338:etiquette:4200:28054706,28054346:etiquette:4200:28054568,28081703:etiquette:4200:28082974,28082632:etiquette:4200:28084336,28083930:etiquette:4200:28084839,28138800:etiquette:4200:28283023,28138899:etiquette:4200:28283272,28146540:etiquette:4200:28289182,28147702:etiquette:4200:28658491,28147734:etiquette:4200:28659006,28147848:etiquette:4200:28674595,28147895:etiquette:4200:28660808,28147923:etiquette:4200:28661771,28148021:etiquette:4200:28663200,28148052:etiquette:4200:28663447,28148100:etiquette:4200:28291144,28148147:etiquette:4200:28291568,28155279:etiquette:4200:28298183,28166078:etiquette:4200:28170756,28172513:etiquette:4200:28185276,28177686:etiquette:4200:28185202,28182141:etiquette:4200:28182390,28183336:etiquette:4200:28183540,28192449:etiquette:4200:28325012,28193436:etiquette:4200:28327204,28195137:etiquette:4200:28330633,28205034:etiquette:4200:28205344,28208176:etiquette:4200:28209048,28215375:etiquette:4200:28215717,28219780:etiquette:4200:28220847,2'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006426565804127865, 'nb_photo': 59, 'list_port_cont': '28148520,28248826,28249103,28392789,28410667,28483490,28483672,28489535,28521473,28527369,28596153,28605086,28631349,28681600,28685997,28740155,28740226,28772228,28772303,28772558,28772633', 'assoc_port': '28147704:28148520,28248602:28249103,28248626:28248826,28392310:28392789,28410594:28410667,28483020:28483672,28483036:28483490,28489342:28489535,28521111:28521473,28527263:28527369,28595900:28596153,28604954:28605086,28631173:28631349,28667193:28685997,28681383:28681600,28739611:28740226,28739768:28740155,28772020:28772633,28772032:28772558,28772043:28772303,28772075:28772228', 'assoc_mat': '28147704:etiquette:4209:28148520,28248602:etiquette:4209:28249103,28248626:etiquette:4209:28248826,28392310:etiquette:4209:28392789,28410594:etiquette:4209:28410667,28483020:etiquette:4209:28483672,28483036:etiquette:4209:28483490,28489342:etiquette:4209:28489535,28521111:etiquette:4209:28521473,28527263:etiquette:4209:28527369,28595900:etiquette:4209:28596153,28604954:etiquette:4209:28605086,28631173:etiquette:4209:28631349,28667193:etiquette:4209:28685997,28681383:etiquette:4209:28681600,28739611:etiquette:4209:28740226,28739768:etiquette:4209:28740155,28772020:etiquette:4209:28772633,28772032:etiquette:4209:28772558,28772043:etiquette:4209:28772303,28772075:etiquette:4209:28772228'}, {'unwanted_material': 'etiquette', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.0012841203736043006, 'nb_photo': 21, 'list_port_cont': '28219860,28256349,28276892,28332384,28347933,28486082,28487804,28519832,28525656,28562425,28562750,28603084,28657373,28670098,28672782,28684011,28741386,28747529,28752567,28752803,28754416', 'assoc_port': '28148045:28657373,28181681:28332384,28219788:28219860,28250722:28256349,28276812:28276892,28347536:28347933,28483064:28486082,28487681:28487804,28519622:28519832,28525445:28525656,28561942:28562750,28561953:28562425,28602914:28603084,28670058:28670098,28672655:28672782,28683460:28684011,28739005:28741386,28739512:28747529,28739746:28752567,28739779:28752803,28739801:28754416', 'assoc_mat': '28148045:etiquette:4207:28657373,28181681:etiquette:4207:28332384,28219788:etiquette:4207:28219860,28250722:etiquette:4207:28256349,28276812:etiquette:4207:28276892,28347536:etiquette:4207:28347933,28483064:etiquette:4207:28486082,28487681:etiquette:4207:28487804,28519622:etiquette:4207:28519832,28525445:etiquette:4207:28525656,28561942:etiquette:4207:28562750,28561953:etiquette:4207:28562425,28602914:etiquette:4207:28603084,28670058:etiquette:4207:28670098,28672655:etiquette:4207:28672782,28683460:etiquette:4207:28684011,28739005:etiquette:4207:28741386,28739512:etiquette:4207:28747529,28739746:etiquette:4207:28752567,28739779:etiquette:4207:28752803,28739801:etiquette:4207:28754416'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0007474467094506773, 'nb_photo': 2070, 'list_port_cont': '28054503,28054757,28054813,28082483,28083594,28086412,28088233,28139402,28139871,28140323,28141424,28141774,28142155,28143125,28148369,28151967,28153794,28154242,28154554,28154670,28154972,28155840,28156293,28156636,28156967,28157384,28157868,28162640,28169607,28169811,28170309,28173124,28174494,28178426,28179867,28182316,28185850,28192843,28193400,28193737,28194235,28194522,28194925,28195412,28198093,28203113,28208334,28208873,28209387,28212835,28213403,28217687,28220195,28222263,28222872,28226377,28229374,28232433,28235955,28248838,28249303,28249894,28250844,28251007,28251249,28253003,28254064,28261941,28263305,28267899,28271635,28300354,28304995,28309892,28312699,28317183,28319167,28319912,28321615,28324239,28324870,28325205,28326724,28328307,28328742,28331977,28332619,28333965,28338835,28339586,28347690,28348003,28348139,28350848,28351109,28351387,28351776,28351954,28375904,28376304,28377582,28379116,28380652,28386266,28389612,28393284,28396616,28399798,28405036,28409760,28413132,28417267,28423608,2842368', 'assoc_port': '28054301:28054813,28054312:28054757,28054348:28054503,28081689:28082483,28082630:28083594,28086078:28086412,28088094:28088233,28138745:28142155,28138762:28141774,28138797:28141424,28138892:28140323,28138917:28139871,28138952:28139402,28140144:28157868,28142910:28143125,28146549:28157384,28147731:28156967,28147739:28156636,28147804:28156293,28147914:28155840,28147925:28154972,28147960:28154670,28148050:28154242,28148081:28153794,28148117:28148369,28151577:28151967,28154342:28154554,28162368:28162640,28169022:28170309,28169061:28169811,28169298:28169607,28172688:28173124,28174216:28174494,28178032:28178426,28179674:28179867,28182143:28182316,28185550:28185850,28192304:28194925,28192317:28194522,28192401:28194235,28192438:28193400,28192450:28192843,28193434:28193737,28195134:28195412,28197675:28198093,28202854:28203113,28208177:28208873,28208183:28208334,28209315:28209387,28212571:28212835,28213224:28213403,28217122:28217687,28219791:28220195,28221749:28222263,28222677:28222872,28226175:28226377,28229013:2822937', 'assoc_mat': '28054301:etiquette:4211:28054813,28054312:etiquette:4211:28054757,28054348:etiquette:4211:28054503,28081689:etiquette:4211:28082483,28082630:etiquette:4211:28083594,28086078:etiquette:4211:28086412,28088094:etiquette:4211:28088233,28138745:etiquette:4211:28142155,28138762:etiquette:4211:28141774,28138797:etiquette:4211:28141424,28138892:etiquette:4211:28140323,28138917:etiquette:4211:28139871,28138952:etiquette:4211:28139402,28140144:etiquette:4211:28157868,28142910:etiquette:4211:28143125,28146549:etiquette:4211:28157384,28147731:etiquette:4211:28156967,28147739:etiquette:4211:28156636,28147804:etiquette:4211:28156293,28147914:etiquette:4211:28155840,28147925:etiquette:4211:28154972,28147960:etiquette:4211:28154670,28148050:etiquette:4211:28154242,28148081:etiquette:4211:28153794,28148117:etiquette:4211:28148369,28151577:etiquette:4211:28151967,28154342:etiquette:4211:28154554,28162368:etiquette:4211:28162640,28169022:etiquette:4211:28170309,28169061:etiquette:4211:28169811,28169298:etiquette:4211:28169607,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.006021479780158772, 'nb_photo': 25, 'list_port_cont': '28154482,28166668,28178004,28193232,28249606,28312641,28316407,28348123,28351567,28397078,28399736,28423663,28516721,28526019,28564472,28566343,28569094,28615683,28623080,28645957,28740691,28742216,28769637', 'assoc_port': '28153697:28154482,28166079:28166668,28177409:28178004,28192447:28193232,28248627:28249606,28311708:28312641,28315941:28316407,28347512:28348123,28350625:28351567,28396782:28397078,28398790:28399736,28423466:28423663,28516128:28516721,28523797:28526019,28564339:28564472,28565707:28566343,28568805:28569094,28615494:28615683,28622765:28623080,28645775:28645957,28739479:28742216,28739811:28740691,28768670:28769637', 'assoc_mat': '28153697:etiquette:3327:28154482,28166079:etiquette:3327:28166668,28177409:etiquette:3327:28178004,28192447:etiquette:3327:28193232,28248627:etiquette:3327:28249606,28311708:etiquette:3327:28312641,28315941:etiquette:3327:28316407,28347512:etiquette:3327:28348123,28350625:etiquette:3327:28351567,28396782:etiquette:3327:28397078,28398790:etiquette:3327:28399736,28423466:etiquette:3327:28423663,28516128:etiquette:3327:28516721,28523797:etiquette:3327:28526019,28564339:etiquette:3327:28564472,28565707:etiquette:3327:28566343,28568805:etiquette:3327:28569094,28615494:etiquette:3327:28615683,28622765:etiquette:3327:28623080,28645775:etiquette:3327:28645957,28739479:etiquette:3327:28742216,28739811:etiquette:3327:28740691,28768670:etiquette:3327:28769637'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.018893841422562323, 'nb_photo': 83, 'list_port_cont': '28054445,28147121,28291041,28302663,28323467,28324513,28348326,28349287,28362747,28381783,28392293,28480718,28482719,28518465,28572417,28596687,28597123,28649086,28658221,28677447,28752694,28776792', 'assoc_port': '28054350:28054445,28146918:28147121,28147700:28658221,28148146:28291041,28192388:28323467,28192440:28324513,28228988:28348326,28248588:28349287,28302556:28302663,28319453:28362747,28381739:28381783,28390850:28392293,28477030:28480718,28482696:28482719,28515941:28518465,28565645:28572417,28593916:28596687,28593919:28597123,28644305:28649086,28677396:28677447,28739777:28752694,28772058:28776792', 'assoc_mat': '28054350:film_plastique:4205:28054445,28146918:film_plastique:4205:28147121,28147700:film_plastique:4205:28658221,28148146:film_plastique:4205:28291041,28192388:film_plastique:4205:28323467,28192440:film_plastique:4205:28324513,28228988:film_plastique:4205:28348326,28248588:film_plastique:4205:28349287,28302556:film_plastique:4205:28302663,28319453:film_plastique:4205:28362747,28381739:film_plastique:4205:28381783,28390850:film_plastique:4205:28392293,28477030:film_plastique:4205:28480718,28482696:film_plastique:4205:28482719,28515941:film_plastique:4205:28518465,28565645:film_plastique:4205:28572417,28593916:film_plastique:4205:28596687,28593919:film_plastique:4205:28597123,28644305:film_plastique:4205:28649086,28677396:film_plastique:4205:28677447,28739777:film_plastique:4205:28752694,28772058:film_plastique:4205:28776792'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.026056039416040417, 'nb_photo': 513, 'list_port_cont': '28085102,28181272,28185434,28208301,28249049,28283812,28291622,28293661,28323999,28347182,28348529,28351700,28352889,28356197,28361778,28378619,28387875,28407665,28423885,28481135,28481216,28486241,28521681,28531731,28562563,28567936,28570930,28572740,28597932,28616865,28632011,28651672,28661315,28662688,28689920,28741163,28742615,28747578,28751882,28772257,28776258', 'assoc_port': '28083963:28085102,28139937:28283812,28147910:28661315,28148151:28291622,28161015:28185434,28181031:28181272,28192430:28323999,28202894:28208301,28219777:28347182,28232930:28348529,28248631:28249049,28264555:28352889,28281591:28356197,28293296:28293661,28309155:28361778,28350678:28351700,28375471:28378619,28387626:28387875,28406249:28407665,28423462:28423885,28477032:28481216,28481009:28481135,28483071:28486241,28516161:28521681,28523862:28531731,28561952:28562563,28565488:28570930,28565648:28567936,28572580:28572740,28597768:28597932,28614716:28616865,28631178:28632011,28645222:28651672,28662425:28662688,28677995:28689920,28738999:28741163,28739509:28747578,28739629:28751882,28739809:28742615,28772034:28776258,28772086:28772257', 'assoc_mat': '28083963:film_plastique:4203:28085102,28139937:film_plastique:4203:28283812,28147910:film_plastique:4203:28661315,28148151:film_plastique:4203:28291622,28161015:film_plastique:4203:28185434,28181031:film_plastique:4203:28181272,28192430:film_plastique:4203:28323999,28202894:film_plastique:4203:28208301,28219777:film_plastique:4203:28347182,28232930:film_plastique:4203:28348529,28248631:film_plastique:4203:28249049,28264555:film_plastique:4203:28352889,28281591:film_plastique:4203:28356197,28293296:film_plastique:4203:28293661,28309155:film_plastique:4203:28361778,28350678:film_plastique:4203:28351700,28375471:film_plastique:4203:28378619,28387626:film_plastique:4203:28387875,28406249:film_plastique:4203:28407665,28423462:film_plastique:4203:28423885,28477032:film_plastique:4203:28481216,28481009:film_plastique:4203:28481135,28483071:film_plastique:4203:28486241,28516161:film_plastique:4203:28521681,28523862:film_plastique:4203:28531731,28561952:film_plastique:4203:28562563,28565488:film_plastique:4203:2857093'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002836295299328974, 'nb_photo': 346, 'list_port_cont': '28072883,28084433,28086446,28089902,28090035,28152749,28166232,28172303,28187817,28187847,28197738,28212723,28213352,28215752,28217978,28220126,28222167,28224354,28225452,28230245,28235994,28244582,28249641,28260319,28261656,28262822,28263897,28264782,28271708,28272899,28274202,28278333,28279437,28281688,28282317,28282508,28290260,28293835,28294133,28294557,28294586,28294753,28295254,28295877,28298449,28298546,28299598,28299746,28301190,28304885,28308225,28316059,28326062,28329883,28334732,28334964,28339174,28340511,28340994,28341273,28342606,28344161,28346323,28346450,28347295,28347719,28348093,28348183,28348261,28348384,28348675,28348916,28349011,28349738,28351456,28351509,28351670,28351939,28352177,28357905,28358070,28359363,28376604,28377736,28387176,28388290,28391946,28394106,28395369,28398189,28402439,28405192,28406532,28417504,28423523,28423924,28423991,28424017,28424113,28477734,28478166,28479110,28479623,28480460,28481288,28482563,28483730,28483974,28485726,28485755,28485984,28486219,28486273,2848657', 'assoc_port': '28054308:28072883,28081716:28089902,28081719:28090035,28083934:28084433,28084837:28172303,28086082:28086446,28138758:28282317,28138764:28282508,28138876:28294753,28138901:28293835,28142056:28294586,28143193:28295254,28144246:28295877,28147703:28658425,28147718:28658582,28147752:28659361,28147806:28659803,28147909:28660860,28147926:28662096,28147989:28662413,28148041:28662780,28148048:28651685,28148054:28290260,28148119:28298449,28148148:28298546,28149742:28299746,28149750:28299598,28152599:28152749,28162939:28187817,28166068:28339174,28166080:28166232,28168996:28334732,28169042:28326062,28173580:28334964,28176538:28187847,28181190:28329883,28192271:28341273,28192380:28340994,28192433:28340511,28192446:28342606,28197664:28346450,28197672:28197738,28202824:28347295,28205609:28344161,28208179:28346323,28212569:28212723,28213243:28213352,28215551:28215752,28217160:28217978,28220079:28220126,28222008:28222167,28224178:28224354,28225398:28225452,28230176:28230245,28232022:28244582,28235482:28235994,28248529:2834867', 'assoc_mat': '28054308:film_plastique:4207:28072883,28081716:film_plastique:4207:28089902,28081719:film_plastique:4207:28090035,28083934:film_plastique:4207:28084433,28084837:film_plastique:4207:28172303,28086082:film_plastique:4207:28086446,28138758:film_plastique:4207:28282317,28138764:film_plastique:4207:28282508,28138876:film_plastique:4207:28294753,28138901:film_plastique:4207:28293835,28142056:film_plastique:4207:28294586,28143193:film_plastique:4207:28295254,28144246:film_plastique:4207:28295877,28147703:film_plastique:4207:28658425,28147718:film_plastique:4207:28658582,28147752:film_plastique:4207:28659361,28147806:film_plastique:4207:28659803,28147909:film_plastique:4207:28660860,28147926:film_plastique:4207:28662096,28147989:film_plastique:4207:28662413,28148041:film_plastique:4207:28662780,28148048:film_plastique:4207:28651685,28148054:film_plastique:4207:28290260,28148119:film_plastique:4207:28298449,28148148:film_plastique:4207:28298546,28149742:film_plastique:4207:28299746,28149750:film_plastique:4207:2829959'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.8346470632847588, 'nb_photo': 2411, 'list_port_cont': '28054458,28054529,28054642,28081971,28082066,28085552,28087590,28135995,28139631,28139793,28139967,28140207,28141665,28142609,28144033,28148449,28149190,28149870,28150024,28150346,28150729,28150985,28151109,28151363,28151579,28151745,28152362,28157475,28163316,28169299,28169344,28174606,28177697,28181430,28182753,28185871,28185982,28192716,28192762,28192944,28193110,28193260,28194039,28197882,28200936,28205449,28208268,28212800,28214213,28216039,28220028,28221944,28224386,28226746,28229909,28233024,28235848,28248977,28249157,28249338,28249511,28249725,28250910,28252854,28261375,28263735,28276406,28278380,28293483,28309919,28309989,28311018,28311205,28311809,28313040,28313377,28314113,28314965,28315249,28315552,28315738,28316116,28316769,28317851,28324629,28325422,28347644,28347784,28347873,28350882,28351026,28351156,28375681,28375855,28377450,28379955,28385776,28391537,28394677,28397966,28403572,28407279,28413846,28423620,28423716,28423820,28477331,28477502,28477771,28477973,28478402,28482354,28483427,2848360', 'assoc_port': '28054293:28054642,28054311:28054529,28054341:28054458,28081687:28082066,28081717:28081971,28083932:28135995,28085384:28085552,28087377:28087590,28138760:28139967,28138796:28139793,28138890:28139631,28138949:28142609,28139935:28140207,28141502:28141665,28143810:28144033,28147732:28151745,28147743:28148449,28147808:28151579,28147855:28151363,28147918:28151109,28147927:28150985,28148043:28150729,28148057:28150346,28148087:28149870,28148150:28149190,28149746:28150024,28152166:28152362,28157332:28157475,28162938:28163316,28168971:28169299,28169062:28169344,28174214:28174606,28177407:28177697,28181340:28181430,28182614:28182753,28185520:28185982,28185557:28185871,28192275:28193260,28192331:28193110,28192428:28192944,28192442:28192762,28192477:28192716,28193668:28194039,28197668:28197882,28200553:28200936,28205006:28205449,28208178:28208268,28212551:28212800,28214026:28214213,28215550:28216039,28219774:28220028,28221747:28221944,28224165:28224386,28226524:28226746,28229730:28229909,28232655:28233024,28235522:2823584', 'assoc_mat': '28054293:film_plastique:4461:28054642,28054311:film_plastique:4461:28054529,28054341:film_plastique:4461:28054458,28081687:film_plastique:4461:28082066,28081717:film_plastique:4461:28081971,28083932:film_plastique:4461:28135995,28085384:film_plastique:4461:28085552,28087377:film_plastique:4461:28087590,28138760:film_plastique:4461:28139967,28138796:film_plastique:4461:28139793,28138890:film_plastique:4461:28139631,28138949:film_plastique:4461:28142609,28139935:film_plastique:4461:28140207,28141502:film_plastique:4461:28141665,28143810:film_plastique:4461:28144033,28147732:film_plastique:4461:28151745,28147743:film_plastique:4461:28148449,28147808:film_plastique:4461:28151579,28147855:film_plastique:4461:28151363,28147918:film_plastique:4461:28151109,28147927:film_plastique:4461:28150985,28148043:film_plastique:4461:28150729,28148057:film_plastique:4461:28150346,28148087:film_plastique:4461:28149870,28148150:film_plastique:4461:28149190,28149746:film_plastique:4461:28150024,28152166:film_plastique:4461:2815236'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.03849018613167888, 'nb_photo': 1690, 'list_port_cont': '28054566,28054712,28054981,28063354,28063401,28082979,28084343,28084852,28087967,28162684,28170755,28172988,28182386,28183528,28185190,28185271,28185818,28186693,28198690,28205345,28209052,28209346,28215711,28220840,28227917,28244944,28252211,28256572,28265284,28275014,28283021,28283274,28283297,28283832,28285329,28289023,28289181,28291152,28291562,28293259,28295169,28297421,28298179,28300474,28302868,28316870,28322817,28322940,28323474,28324262,28324706,28325008,28327203,28330628,28347741,28347964,28348015,28348189,28348308,28348444,28348477,28348695,28348828,28349026,28349614,28349692,28349936,28351308,28351807,28351905,28352152,28352567,28354751,28355326,28355670,28356137,28357941,28358320,28359024,28359181,28361457,28361858,28363265,28375627,28378699,28378910,28381353,28385032,28387834,28393372,28398823,28400801,28404126,28404877,28407583,28417514,28417552,28423781,28424034,28424195,28480395,28481342,28481751,28481881,28482053,28482199,28482513,28483583,28483761,28484197,28486133,28486654,28486713,2848679', 'assoc_port': '28054304:28054981,28054306:28063401,28054338:28054712,28054346:28054566,28054359:28063354,28081703:28082979,28082632:28084343,28083930:28084852,28086967:28087967,28138800:28283021,28138899:28283274,28138914:28283297,28140142:28283832,28142059:28285329,28146540:28289181,28146544:28289023,28147702:28658484,28147734:28659003,28147749:28659693,28147848:28674602,28147895:28660804,28147923:28661773,28148021:28663209,28148052:28663453,28148100:28291152,28148147:28291562,28151574:28293259,28155279:28298179,28162367:28162684,28166078:28170755,28172513:28185271,28172690:28172988,28177686:28185190,28182141:28182386,28183336:28183528,28185548:28185818,28186634:28186693,28192273:28322817,28192314:28322940,28192363:28323474,28192432:28324262,28192436:28324706,28192449:28325008,28193436:28327203,28195137:28330628,28198477:28198690,28205034:28205345,28208176:28209052,28209316:28209346,28215375:28215711,28219780:28220840,28221746:28347964,28224401:28348308,28226174:28227917,28230175:28348477,28235508:28244944,28248516:2834869', 'assoc_mat': '28054304:film_plastique:4200:28054981,28054306:film_plastique:4200:28063401,28054338:film_plastique:4200:28054712,28054346:film_plastique:4200:28054566,28054359:film_plastique:4200:28063354,28081703:film_plastique:4200:28082979,28082632:film_plastique:4200:28084343,28083930:film_plastique:4200:28084852,28086967:film_plastique:4200:28087967,28138800:film_plastique:4200:28283021,28138899:film_plastique:4200:28283274,28138914:film_plastique:4200:28283297,28140142:film_plastique:4200:28283832,28142059:film_plastique:4200:28285329,28146540:film_plastique:4200:28289181,28146544:film_plastique:4200:28289023,28147702:film_plastique:4200:28658484,28147734:film_plastique:4200:28659003,28147749:film_plastique:4200:28659693,28147848:film_plastique:4200:28674602,28147895:film_plastique:4200:28660804,28147923:film_plastique:4200:28661773,28148021:film_plastique:4200:28663209,28148052:film_plastique:4200:28663453,28148100:film_plastique:4200:28291152,28148147:film_plastique:4200:28291562,28151574:film_plastique:4200:2829325'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.013912355938175197, 'nb_photo': 24, 'list_port_cont': '28148518,28249115,28392795,28410664,28483679,28521466,28527355,28605082,28631362,28674094,28686000,28740151,28740224,28772616', 'assoc_port': '28147704:28148518,28248602:28249115,28392310:28392795,28410594:28410664,28483020:28483679,28521111:28521466,28527263:28527355,28604954:28605082,28631173:28631362,28667193:28686000,28673945:28674094,28739611:28740224,28739768:28740151,28772020:28772616', 'assoc_mat': '28147704:film_plastique:4209:28148518,28248602:film_plastique:4209:28249115,28392310:film_plastique:4209:28392795,28410594:film_plastique:4209:28410664,28483020:film_plastique:4209:28483679,28521111:film_plastique:4209:28521466,28527263:film_plastique:4209:28527355,28604954:film_plastique:4209:28605082,28631173:film_plastique:4209:28631362,28667193:film_plastique:4209:28686000,28673945:film_plastique:4209:28674094,28739611:film_plastique:4209:28740224,28739768:film_plastique:4209:28740151,28772020:film_plastique:4209:28772616'}, {'unwanted_material': 'film_plastique', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.006516845659981016, 'nb_photo': 197, 'list_port_cont': '28072743,28188421,28217481,28219852,28229785,28246533,28256353,28266297,28272508,28276899,28282091,28282673,28290380,28293609,28295294,28302225,28303876,28316525,28332226,28332388,28338559,28339098,28342357,28344835,28346198,28346543,28347729,28347944,28348370,28348782,28349164,28351758,28351981,28358223,28358638,28358991,28385200,28389536,28396058,28398487,28405877,28411862,28479170,28484857,28486048,28487009,28487801,28493402,28494379,28501886,28519109,28520881,28525648,28528038,28531547,28531747,28562420,28562752,28563897,28566371,28569025,28569134,28570483,28570771,28571189,28571860,28573200,28593398,28593984,28599157,28603090,28609676,28619953,28621877,28625884,28645182,28649254,28657372,28658127,28658528,28659078,28663736,28666579,28672781,28678162,28684016,28740483,28740867,28741381,28742349,28742545,28744261,28744472,28747537,28748516,28750916,28751791,28752559,28752793,28753990,28760899,28769062,28773501,28774746,28775935,28776506', 'assoc_port': '28054355:28072743,28083965:28658127,28138778:28282673,28147705:28658528,28147746:28659078,28148045:28657372,28148060:28290380,28153696:28332226,28166022:28339098,28169021:28188421,28176338:28338559,28181681:28332388,28193451:28342357,28197670:28346543,28204990:28344835,28212552:28347729,28215373:28346198,28217135:28217481,28219788:28219852,28225385:28246533,28229732:28229785,28248532:28348782,28248586:28349164,28250722:28256353,28266158:28266297,28272454:28272508,28276812:28276899,28281593:28282091,28293136:28358223,28293205:28358638,28293211:28358991,28293272:28293609,28295276:28295294,28302175:28302225,28303815:28303876,28316468:28316525,28347518:28348370,28347536:28347944,28350619:28351981,28350634:28351758,28385146:28385200,28389459:28389536,28394976:28396058,28398370:28398487,28405816:28405877,28411777:28411862,28477838:28479170,28482956:28486048,28482968:28487009,28483030:28493402,28483050:28494379,28483090:28484857,28487681:28487801,28490153:28501886,28515972:28519109,28516130:28520881,28523783:2853154', 'assoc_mat': '28054355:film_plastique:4207:28072743,28083965:film_plastique:4207:28658127,28138778:film_plastique:4207:28282673,28147705:film_plastique:4207:28658528,28147746:film_plastique:4207:28659078,28148045:film_plastique:4207:28657372,28148060:film_plastique:4207:28290380,28153696:film_plastique:4207:28332226,28166022:film_plastique:4207:28339098,28169021:film_plastique:4207:28188421,28176338:film_plastique:4207:28338559,28181681:film_plastique:4207:28332388,28193451:film_plastique:4207:28342357,28197670:film_plastique:4207:28346543,28204990:film_plastique:4207:28344835,28212552:film_plastique:4207:28347729,28215373:film_plastique:4207:28346198,28217135:film_plastique:4207:28217481,28219788:film_plastique:4207:28219852,28225385:film_plastique:4207:28246533,28229732:film_plastique:4207:28229785,28248532:film_plastique:4207:28348782,28248586:film_plastique:4207:28349164,28250722:film_plastique:4207:28256353,28266158:film_plastique:4207:28266297,28272454:film_plastique:4207:28272508,28276812:film_plastique:4207:2827689'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0027976574190540057, 'nb_photo': 1971, 'list_port_cont': '28054500,28054759,28054824,28082489,28082758,28083593,28086419,28088225,28139387,28139881,28140318,28141428,28141778,28142146,28143119,28148380,28151953,28153802,28154238,28154547,28154673,28154979,28155837,28156292,28156630,28156970,28157385,28157876,28162624,28169611,28169812,28170302,28173110,28174486,28178437,28179865,28182302,28185842,28192831,28193396,28193741,28194230,28194533,28194922,28195418,28198091,28203115,28208328,28208863,28209389,28212834,28213410,28217683,28220198,28222260,28222863,28226375,28229373,28232446,28235964,28248840,28249300,28249892,28250840,28251006,28251237,28252998,28254069,28261947,28263306,28267893,28271645,28300346,28304985,28309896,28312702,28317171,28319176,28319908,28321606,28324233,28324872,28325203,28326715,28328302,28328747,28331974,28332614,28333962,28338827,28339578,28347698,28347996,28348137,28348284,28350851,28351096,28351378,28351780,28351955,28375907,28376308,28377591,28379108,28380670,28386267,28389611,28393268,28396609,28399799,28405023,28409774,28413136,2841727', 'assoc_port': '28054301:28054824,28054312:28054759,28054348:28054500,28081689:28082489,28082630:28083593,28082633:28082758,28086078:28086419,28088094:28088225,28138745:28142146,28138762:28141778,28138797:28141428,28138892:28140318,28138917:28139881,28138952:28139387,28140144:28157876,28142910:28143119,28146549:28157385,28147731:28156970,28147739:28156630,28147804:28156292,28147914:28155837,28147925:28154979,28147960:28154673,28148050:28154238,28148081:28153802,28148117:28148380,28151577:28151953,28154342:28154547,28162368:28162624,28169022:28170302,28169061:28169812,28169298:28169611,28172688:28173110,28174216:28174486,28178032:28178437,28179674:28179865,28182143:28182302,28185550:28185842,28192304:28194922,28192317:28194533,28192401:28194230,28192438:28193396,28192450:28192831,28193434:28193741,28195134:28195418,28197675:28198091,28202854:28203115,28208177:28208863,28208183:28208328,28209315:28209389,28212571:28212834,28213224:28213410,28217122:28217683,28219791:28220198,28221749:28222260,28222677:28222863,28226175:2822637', 'assoc_mat': '28054301:film_plastique:4211:28054824,28054312:film_plastique:4211:28054759,28054348:film_plastique:4211:28054500,28081689:film_plastique:4211:28082489,28082630:film_plastique:4211:28083593,28082633:film_plastique:4211:28082758,28086078:film_plastique:4211:28086419,28088094:film_plastique:4211:28088225,28138745:film_plastique:4211:28142146,28138762:film_plastique:4211:28141778,28138797:film_plastique:4211:28141428,28138892:film_plastique:4211:28140318,28138917:film_plastique:4211:28139881,28138952:film_plastique:4211:28139387,28140144:film_plastique:4211:28157876,28142910:film_plastique:4211:28143119,28146549:film_plastique:4211:28157385,28147731:film_plastique:4211:28156970,28147739:film_plastique:4211:28156630,28147804:film_plastique:4211:28156292,28147914:film_plastique:4211:28155837,28147925:film_plastique:4211:28154979,28147960:film_plastique:4211:28154673,28148050:film_plastique:4211:28154238,28148081:film_plastique:4211:28153802,28148117:film_plastique:4211:28148380,28151577:film_plastique:4211:2815195'}, {'unwanted_material': 'kraft', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0021784059413933994, 'nb_photo': 1, 'list_port_cont': '28481123', 'assoc_port': '28481009:28481123', 'assoc_mat': '28481009:kraft:4203:28481123'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00461671195693595, 'nb_photo': 30, 'list_port_cont': '28084442,28266012,28273219,28294143,28294739,28328343,28340998,28346053,28347366,28348915,28348998,28386397,28480952,28489774,28531666,28567033,28570434,28594550,28615250,28644490,28646199,28651687,28660047,28739272,28746634,28750339,28775499,28775864', 'assoc_port': '28083934:28084442,28138876:28294739,28148048:28651687,28151575:28328343,28192380:28340998,28194730:28347366,28215371:28346053,28248561:28348915,28248583:28348998,28265882:28266012,28273160:28273219,28293253:28294143,28386376:28386397,28477068:28480952,28489703:28489774,28523843:28531666,28565654:28567033,28570405:28570434,28592010:28594550,28615174:28615250,28644433:28644490,28645220:28646199,28659981:28660047,28739036:28739272,28739494:28746634,28739613:28750339,28772053:28775864,28772062:28775499', 'assoc_mat': '28083934:kraft:4207:28084442,28138876:kraft:4207:28294739,28148048:kraft:4207:28651687,28151575:kraft:4207:28328343,28192380:kraft:4207:28340998,28194730:kraft:4207:28347366,28215371:kraft:4207:28346053,28248561:kraft:4207:28348915,28248583:kraft:4207:28348998,28265882:kraft:4207:28266012,28273160:kraft:4207:28273219,28293253:kraft:4207:28294143,28386376:kraft:4207:28386397,28477068:kraft:4207:28480952,28489703:kraft:4207:28489774,28523843:kraft:4207:28531666,28565654:kraft:4207:28567033,28570405:kraft:4207:28570434,28592010:kraft:4207:28594550,28615174:kraft:4207:28615250,28644433:kraft:4207:28644490,28645220:kraft:4207:28646199,28659981:kraft:4207:28660047,28739036:kraft:4207:28739272,28739494:kraft:4207:28746634,28739613:kraft:4207:28750339,28772053:kraft:4207:28775864,28772062:kraft:4207:28775499'}, {'unwanted_material': 'kraft', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.0034660023256037607, 'nb_photo': 7, 'list_port_cont': '28186698,28349623,28407595,28531929,28566761,28674603,28750372', 'assoc_port': '28147848:28674603,28186634:28186698,28248622:28349623,28407313:28407595,28526250:28531929,28565696:28566761,28739612:28750372', 'assoc_mat': '28147848:kraft:4200:28674603,28186634:kraft:4200:28186698,28248622:kraft:4200:28349623,28407313:kraft:4200:28407595,28526250:kraft:4200:28531929,28565696:kraft:4200:28566761,28739612:kraft:4200:28750372'}, {'unwanted_material': 'kraft', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.003939677601175126, 'nb_photo': 3, 'list_port_cont': '28674087,28740157,28772310', 'assoc_port': '28673945:28674087,28739768:28740157,28772043:28772310', 'assoc_mat': '28673945:kraft:4209:28674087,28739768:kraft:4209:28740157,28772043:kraft:4209:28772310'}, {'unwanted_material': 'kraft', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.005519795142580641, 'nb_photo': 7, 'list_port_cont': '28262112,28358624,28398498,28562754,28651645,28660255,28744466', 'assoc_port': '28147852:28660255,28262050:28262112,28293205:28358624,28398370:28398498,28561942:28562754,28651631:28651645,28739475:28744466', 'assoc_mat': '28147852:kraft:4207:28660255,28262050:kraft:4207:28262112,28293205:kraft:4207:28358624,28398370:kraft:4207:28398498,28561942:kraft:4207:28562754,28651631:kraft:4207:28651645,28739475:kraft:4207:28744466'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0005173264456042933, 'nb_photo': 24, 'list_port_cont': '28082481,28169599,28195428,28248850,28331971,28351770,28396611,28490572,28527515,28566332,28568374,28569401,28597067,28610284,28636200,28645696,28656225,28680820,28741298,28742133,28747209,28772205,28774796', 'assoc_port': '28081689:28082481,28169298:28169599,28195134:28195428,28248682:28248850,28281577:28331971,28350635:28351770,28396403:28396611,28490342:28490572,28523799:28527515,28565503:28568374,28565693:28566332,28569298:28569401,28596839:28597067,28610164:28610284,28628060:28636200,28645219:28645696,28653763:28656225,28680559:28680820,28739002:28747209,28739710:28742133,28739806:28741298,28772014:28774796,28772084:28772205', 'assoc_mat': '28081689:kraft:4211:28082481,28169298:kraft:4211:28169599,28195134:kraft:4211:28195428,28248682:kraft:4211:28248850,28281577:kraft:4211:28331971,28350635:kraft:4211:28351770,28396403:kraft:4211:28396611,28490342:kraft:4211:28490572,28523799:kraft:4211:28527515,28565503:kraft:4211:28568374,28565693:kraft:4211:28566332,28569298:kraft:4211:28569401,28596839:kraft:4211:28597067,28610164:kraft:4211:28610284,28628060:kraft:4211:28636200,28645219:kraft:4211:28645696,28653763:kraft:4211:28656225,28680559:kraft:4211:28680820,28739002:kraft:4211:28747209,28739710:kraft:4211:28742133,28739806:kraft:4211:28741298,28772014:kraft:4211:28774796,28772084:kraft:4211:28772205'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9529453279445368, 'nb_photo': 13, 'list_port_cont': '28054441,28302665,28348332,28349280,28355371,28362754,28480727,28597110,28649100,28658218,28752695', 'assoc_port': '28054350:28054441,28147700:28658218,28228988:28348332,28248588:28349280,28276018:28355371,28302556:28302665,28319453:28362754,28477030:28480727,28593919:28597110,28644305:28649100,28739777:28752695', 'assoc_mat': '28054350:metal:4205:28054441,28147700:metal:4205:28658218,28228988:metal:4205:28348332,28248588:metal:4205:28349280,28276018:metal:4205:28355371,28302556:metal:4205:28302665,28319453:metal:4205:28362754,28477030:metal:4205:28480727,28593919:metal:4205:28597110,28644305:metal:4205:28649100,28739777:metal:4205:28752695'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.011410551554383268, 'nb_photo': 85, 'list_port_cont': '28085105,28181273,28185423,28208297,28249054,28283814,28291623,28293664,28347180,28348532,28351701,28352886,28356191,28361773,28378621,28387871,28407668,28423886,28481133,28481214,28486242,28521682,28562552,28567929,28570928,28572738,28597926,28631999,28661305,28662682,28689915,28741168,28742609,28747573,28751883,28772244,28776264', 'assoc_port': '28083963:28085105,28139937:28283814,28147910:28661305,28148151:28291623,28161015:28185423,28181031:28181273,28202894:28208297,28219777:28347180,28232930:28348532,28248631:28249054,28264555:28352886,28281591:28356191,28293296:28293664,28309155:28361773,28350678:28351701,28375471:28378621,28387626:28387871,28406249:28407668,28423462:28423886,28477032:28481214,28481009:28481133,28483071:28486242,28516161:28521682,28561952:28562552,28565488:28570928,28565648:28567929,28572580:28572738,28597768:28597926,28631178:28631999,28662425:28662682,28677995:28689915,28738999:28741168,28739509:28747573,28739629:28751883,28739809:28742609,28772034:28776264,28772086:28772244', 'assoc_mat': '28083963:metal:4203:28085105,28139937:metal:4203:28283814,28147910:metal:4203:28661305,28148151:metal:4203:28291623,28161015:metal:4203:28185423,28181031:metal:4203:28181273,28202894:metal:4203:28208297,28219777:metal:4203:28347180,28232930:metal:4203:28348532,28248631:metal:4203:28249054,28264555:metal:4203:28352886,28281591:metal:4203:28356191,28293296:metal:4203:28293664,28309155:metal:4203:28361773,28350678:metal:4203:28351701,28375471:metal:4203:28378621,28387626:metal:4203:28387871,28406249:metal:4203:28407668,28423462:metal:4203:28423886,28477032:metal:4203:28481214,28481009:metal:4203:28481133,28483071:metal:4203:28486242,28516161:metal:4203:28521682,28561952:metal:4203:28562552,28565488:metal:4203:28570928,28565648:metal:4203:28567929,28572580:metal:4203:28572738,28597768:metal:4203:28597926,28631178:metal:4203:28631999,28662425:metal:4203:28662682,28677995:metal:4203:28689915,28738999:metal:4203:28741168,28739509:metal:4203:28747573,28739629:metal:4203:28751883,28739809:metal:4203:28742609,28772034:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.008247138351331028, 'nb_photo': 30, 'list_port_cont': '28090662,28265997,28292506,28293428,28295151,28295883,28308233,28336100,28348381,28375662,28377490,28391943,28491339,28493188,28564440,28571725,28609346,28613519,28661924,28662414,28668694,28683567,28741151,28741599,28772137,28775506', 'assoc_port': '28081688:28090662,28138954:28292506,28139933:28293428,28144246:28295883,28147924:28661924,28147989:28662414,28174833:28336100,28265882:28265997,28294982:28295151,28308222:28308233,28347510:28348381,28375495:28375662,28377306:28377490,28391784:28391943,28491140:28491339,28493048:28493188,28564396:28564440,28565521:28571725,28609277:28609346,28613445:28613519,28668491:28668694,28683493:28683567,28739001:28741151,28739033:28741599,28772062:28775506,28772085:28772137', 'assoc_mat': '28081688:metal:4207:28090662,28138954:metal:4207:28292506,28139933:metal:4207:28293428,28144246:metal:4207:28295883,28147924:metal:4207:28661924,28147989:metal:4207:28662414,28174833:metal:4207:28336100,28265882:metal:4207:28265997,28294982:metal:4207:28295151,28308222:metal:4207:28308233,28347510:metal:4207:28348381,28375495:metal:4207:28375662,28377306:metal:4207:28377490,28391784:metal:4207:28391943,28491140:metal:4207:28491339,28493048:metal:4207:28493188,28564396:metal:4207:28564440,28565521:metal:4207:28571725,28609277:metal:4207:28609346,28613445:metal:4207:28613519,28668491:metal:4207:28668694,28683493:metal:4207:28683567,28739001:metal:4207:28741151,28739033:metal:4207:28741599,28772062:metal:4207:28775506,28772085:metal:4207:28772137'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.027551391868789438, 'nb_photo': 24, 'list_port_cont': '28151585,28214216,28229913,28248988,28249519,28252839,28263741,28311212,28324620,28325415,28423630,28478398,28483884,28484615,28517411,28524302,28565306,28572878,28675144,28683809,28740672,28742370,28772605', 'assoc_port': '28147808:28151585,28214026:28214216,28229730:28229913,28248579:28249519,28248665:28248988,28252625:28252839,28263454:28263741,28293139:28325415,28299552:28311212,28320702:28324620,28423460:28423630,28478171:28478398,28483034:28484615,28483168:28483884,28517195:28517411,28523875:28524302,28565155:28565306,28572812:28572878,28674871:28675144,28683462:28683809,28739484:28742370,28739792:28740672,28772060:28772605', 'assoc_mat': '28147808:metal:4461:28151585,28214026:metal:4461:28214216,28229730:metal:4461:28229913,28248579:metal:4461:28249519,28248665:metal:4461:28248988,28252625:metal:4461:28252839,28263454:metal:4461:28263741,28293139:metal:4461:28325415,28299552:metal:4461:28311212,28320702:metal:4461:28324620,28423460:metal:4461:28423630,28478171:metal:4461:28478398,28483034:metal:4461:28484615,28483168:metal:4461:28483884,28517195:metal:4461:28517411,28523875:metal:4461:28524302,28565155:metal:4461:28565306,28572812:metal:4461:28572878,28674871:metal:4461:28675144,28683462:metal:4461:28683809,28739484:metal:4461:28742370,28739792:metal:4461:28740672,28772060:metal:4461:28772605'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.1737953382107921, 'nb_photo': 307, 'list_port_cont': '28054697,28054980,28063404,28082978,28084342,28084850,28162662,28170752,28185199,28185270,28185832,28186699,28198676,28205352,28209037,28209335,28215704,28220844,28227912,28244951,28252217,28265296,28275016,28283018,28283270,28283841,28285318,28289025,28289173,28291150,28291557,28295172,28297407,28298195,28300487,28302873,28322823,28322936,28324269,28324717,28325014,28327195,28348013,28348204,28348478,28348698,28348829,28349020,28349621,28351303,28351805,28351895,28352141,28354739,28355339,28355660,28356134,28358319,28359178,28361458,28361843,28363257,28375620,28378703,28378915,28381365,28385025,28387828,28393367,28400808,28404875,28417557,28423785,28424046,28424201,28480386,28481754,28481895,28482193,28482521,28483765,28484201,28484663,28486131,28486660,28486727,28488293,28494237,28494739,28496943,28501336,28503420,28518896,28520910,28521585,28522542,28524458,28531633,28531806,28533142,28535197,28562481,28562596,28563107,28565027,28567146,28567965,28570323,28571099,28571690,28572366,28572690,28595199,2859781', 'assoc_port': '28054304:28054980,28054306:28063404,28054338:28054697,28081703:28082978,28082632:28084342,28083930:28084850,28138800:28283018,28138899:28283270,28140142:28283841,28142059:28285318,28146540:28289173,28146544:28289025,28147702:28658488,28147734:28659011,28147749:28659689,28147848:28674598,28147895:28660807,28148021:28663201,28148052:28663451,28148100:28291150,28148147:28291557,28155279:28298195,28162367:28162662,28166078:28170752,28172513:28185270,28177686:28185199,28185548:28185832,28186634:28186699,28192273:28322823,28192314:28322936,28192432:28324269,28192436:28324717,28192449:28325014,28193436:28327195,28198477:28198676,28205034:28205352,28208176:28209037,28209316:28209335,28215375:28215704,28219780:28220844,28226174:28227912,28230175:28348478,28235508:28244951,28248516:28348698,28248533:28348829,28248578:28349020,28248622:28349621,28251921:28252217,28265164:28265296,28271480:28354739,28274063:28355339,28274959:28275016,28277632:28355660,28281556:28356134,28293142:28358319,28293290:28359178,28294995:2829517', 'assoc_mat': '28054304:metal:4200:28054980,28054306:metal:4200:28063404,28054338:metal:4200:28054697,28081703:metal:4200:28082978,28082632:metal:4200:28084342,28083930:metal:4200:28084850,28138800:metal:4200:28283018,28138899:metal:4200:28283270,28140142:metal:4200:28283841,28142059:metal:4200:28285318,28146540:metal:4200:28289173,28146544:metal:4200:28289025,28147702:metal:4200:28658488,28147734:metal:4200:28659011,28147749:metal:4200:28659689,28147848:metal:4200:28674598,28147895:metal:4200:28660807,28148021:metal:4200:28663201,28148052:metal:4200:28663451,28148100:metal:4200:28291150,28148147:metal:4200:28291557,28155279:metal:4200:28298195,28162367:metal:4200:28162662,28166078:metal:4200:28170752,28172513:metal:4200:28185270,28177686:metal:4200:28185199,28185548:metal:4200:28185832,28186634:metal:4200:28186699,28192273:metal:4200:28322823,28192314:metal:4200:28322936,28192432:metal:4200:28324269,28192436:metal:4200:28324717,28192449:metal:4200:28325014,28193436:metal:4200:28327195,28198477:metal:4200:28198676,28205034:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0025886033198516127, 'nb_photo': 5, 'list_port_cont': '28521471,28524160,28740150,28772314,28772629', 'assoc_port': '28521111:28521471,28523868:28524160,28739768:28740150,28772020:28772629,28772043:28772314', 'assoc_mat': '28521111:metal:4209:28521471,28523868:metal:4209:28524160,28739768:metal:4209:28740150,28772020:metal:4209:28772629,28772043:metal:4209:28772314'}, {'unwanted_material': 'metal', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.008208072302898972, 'nb_photo': 12, 'list_port_cont': '28272507,28295291,28299433,28316532,28339371,28351262,28351989,28480840,28569026,28672783,28742557,28751784', 'assoc_port': '28149748:28299433,28160203:28339371,28272454:28272507,28295276:28295291,28316468:28316532,28350619:28351989,28350682:28351262,28477034:28480840,28568982:28569026,28672655:28672783,28739630:28751784,28739810:28742557', 'assoc_mat': '28149748:metal:4207:28299433,28160203:metal:4207:28339371,28272454:metal:4207:28272507,28295276:metal:4207:28295291,28316468:metal:4207:28316532,28350619:metal:4207:28351989,28350682:metal:4207:28351262,28477034:metal:4207:28480840,28568982:metal:4207:28569026,28672655:metal:4207:28672783,28739630:metal:4207:28751784,28739810:metal:4207:28742557'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.008315150897297981, 'nb_photo': 475, 'list_port_cont': '28054488,28054762,28082490,28082761,28083607,28086408,28088231,28139388,28139876,28140331,28141423,28141771,28142160,28148381,28153792,28154248,28154545,28154669,28154968,28156295,28156627,28157372,28162620,28170310,28173113,28174493,28179861,28182300,28185836,28192835,28193394,28193746,28194535,28194933,28195413,28198096,28203119,28208331,28208877,28209395,28212831,28213407,28217682,28220187,28222267,28222858,28226372,28229367,28232435,28248846,28249304,28249896,28250842,28251014,28251251,28252991,28254072,28261957,28263303,28271624,28300340,28304997,28312685,28317172,28319168,28319921,28321610,28324248,28325210,28328301,28328732,28331975,28332620,28333955,28338825,28347688,28348146,28350863,28351098,28351386,28351785,28351960,28376287,28379111,28380642,28386264,28389614,28393276,28396619,28399806,28405028,28409768,28417268,28423607,28423675,28424095,28477431,28479287,28479466,28480363,28482111,28483386,28483693,28484006,28484075,28484383,28484796,28484999,28485328,28485830,28486059,28486192,28486361,2848650', 'assoc_port': '28054312:28054762,28054348:28054488,28081689:28082490,28082630:28083607,28082633:28082761,28086078:28086408,28088094:28088231,28138745:28142160,28138762:28141771,28138797:28141423,28138892:28140331,28138917:28139876,28138952:28139388,28146549:28157372,28147739:28156627,28147804:28156295,28147925:28154968,28147960:28154669,28148050:28154248,28148081:28153792,28148117:28148381,28154342:28154545,28162368:28162620,28169022:28170310,28172688:28173113,28174216:28174493,28179674:28179861,28182143:28182300,28185550:28185836,28192304:28194933,28192317:28194535,28192438:28193394,28192450:28192835,28193434:28193746,28195134:28195413,28197675:28198096,28202854:28203119,28208177:28208877,28208183:28208331,28209315:28209395,28212571:28212831,28213224:28213407,28217122:28217682,28219791:28220187,28221749:28222267,28222677:28222858,28226175:28226372,28229013:28229367,28232241:28232435,28248539:28252991,28248581:28251251,28248624:28251014,28248664:28249896,28248669:28249304,28248682:28248846,28250731:28250842,28253420:2825407', 'assoc_mat': '28054312:metal:4211:28054762,28054348:metal:4211:28054488,28081689:metal:4211:28082490,28082630:metal:4211:28083607,28082633:metal:4211:28082761,28086078:metal:4211:28086408,28088094:metal:4211:28088231,28138745:metal:4211:28142160,28138762:metal:4211:28141771,28138797:metal:4211:28141423,28138892:metal:4211:28140331,28138917:metal:4211:28139876,28138952:metal:4211:28139388,28146549:metal:4211:28157372,28147739:metal:4211:28156627,28147804:metal:4211:28156295,28147925:metal:4211:28154968,28147960:metal:4211:28154669,28148050:metal:4211:28154248,28148081:metal:4211:28153792,28148117:metal:4211:28148381,28154342:metal:4211:28154545,28162368:metal:4211:28162620,28169022:metal:4211:28170310,28172688:metal:4211:28173113,28174216:metal:4211:28174493,28179674:metal:4211:28179861,28182143:metal:4211:28182300,28185550:metal:4211:28185836,28192304:metal:4211:28194933,28192317:metal:4211:28194535,28192438:metal:4211:28193394,28192450:metal:4211:28192835,28193434:metal:4211:28193746,28195134:metal:4211:28195413,28197675:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0035171867512545675, 'nb_photo': 12, 'list_port_cont': '28082118,28085406,28175838,28212953,28249605,28250134,28318707,28562398,28682179,28745311,28773628', 'assoc_port': '28081718:28082118,28084834:28085406,28175403:28175838,28212547:28212953,28248530:28250134,28248627:28249605,28293145:28318707,28561955:28562398,28671807:28682179,28739531:28745311,28772031:28773628', 'assoc_mat': '28081718:metal:3327:28082118,28084834:metal:3327:28085406,28175403:metal:3327:28175838,28212547:metal:3327:28212953,28248530:metal:3327:28250134,28248627:metal:3327:28249605,28293145:metal:3327:28318707,28561955:metal:3327:28562398,28671807:metal:3327:28682179,28739531:metal:3327:28745311,28772031:metal:3327:28773628'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.022292259956406556, 'nb_photo': 505, 'list_port_cont': '28054443,28147124,28291048,28302650,28323465,28324507,28348334,28349284,28355378,28362751,28381779,28392287,28480726,28482711,28487591,28518458,28572418,28596678,28597111,28649092,28658223,28677449,28752699,28776793', 'assoc_port': '28054350:28054443,28146918:28147124,28147700:28658223,28148146:28291048,28192388:28323465,28192440:28324507,28228988:28348334,28248588:28349284,28276018:28355378,28302556:28302650,28319453:28362751,28381739:28381779,28390850:28392287,28477030:28480726,28482696:28482711,28482976:28487591,28515941:28518458,28565645:28572418,28593916:28596678,28593919:28597111,28644305:28649092,28677396:28677449,28739777:28752699,28772058:28776793', 'assoc_mat': '28054350:papier:4205:28054443,28146918:papier:4205:28147124,28147700:papier:4205:28658223,28148146:papier:4205:28291048,28192388:papier:4205:28323465,28192440:papier:4205:28324507,28228988:papier:4205:28348334,28248588:papier:4205:28349284,28276018:papier:4205:28355378,28302556:papier:4205:28302650,28319453:papier:4205:28362751,28381739:papier:4205:28381779,28390850:papier:4205:28392287,28477030:papier:4205:28480726,28482696:papier:4205:28482711,28482976:papier:4205:28487591,28515941:papier:4205:28518458,28565645:papier:4205:28572418,28593916:papier:4205:28596678,28593919:papier:4205:28597111,28644305:papier:4205:28649092,28677396:papier:4205:28677449,28739777:papier:4205:28752699,28772058:papier:4205:28776793'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.07524672084537724, 'nb_photo': 2742, 'list_port_cont': '28085109,28181284,28185427,28208300,28249048,28283800,28291631,28293662,28324002,28347184,28348530,28351705,28352884,28356189,28361772,28378615,28387883,28407676,28423878,28481131,28481212,28486243,28521670,28531737,28562555,28567926,28570931,28572743,28597921,28616876,28632007,28651670,28661304,28662690,28689919,28741174,28742613,28747586,28751880,28772255,28776268', 'assoc_port': '28083963:28085109,28139937:28283800,28147910:28661304,28148151:28291631,28161015:28185427,28181031:28181284,28192430:28324002,28202894:28208300,28219777:28347184,28232930:28348530,28248631:28249048,28264555:28352884,28281591:28356189,28293296:28293662,28309155:28361772,28350678:28351705,28375471:28378615,28387626:28387883,28406249:28407676,28423462:28423878,28477032:28481212,28481009:28481131,28483071:28486243,28516161:28521670,28523862:28531737,28561952:28562555,28565488:28570931,28565648:28567926,28572580:28572743,28597768:28597921,28614716:28616876,28631178:28632007,28645222:28651670,28662425:28662690,28677995:28689919,28738999:28741174,28739509:28747586,28739629:28751880,28739809:28742613,28772034:28776268,28772086:28772255', 'assoc_mat': '28083963:papier:4203:28085109,28139937:papier:4203:28283800,28147910:papier:4203:28661304,28148151:papier:4203:28291631,28161015:papier:4203:28185427,28181031:papier:4203:28181284,28192430:papier:4203:28324002,28202894:papier:4203:28208300,28219777:papier:4203:28347184,28232930:papier:4203:28348530,28248631:papier:4203:28249048,28264555:papier:4203:28352884,28281591:papier:4203:28356189,28293296:papier:4203:28293662,28309155:papier:4203:28361772,28350678:papier:4203:28351705,28375471:papier:4203:28378615,28387626:papier:4203:28387883,28406249:papier:4203:28407676,28423462:papier:4203:28423878,28477032:papier:4203:28481212,28481009:papier:4203:28481131,28483071:papier:4203:28486243,28516161:papier:4203:28521670,28523862:papier:4203:28531737,28561952:papier:4203:28562555,28565488:papier:4203:28570931,28565648:papier:4203:28567926,28572580:papier:4203:28572743,28597768:papier:4203:28597921,28614716:papier:4203:28616876,28631178:papier:4203:28632007,28645222:papier:4203:28651670,28662425:papier:4203:28662690,2867'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.049034469388979096, 'nb_photo': 7661, 'list_port_cont': '28054403,28054919,28072837,28072879,28084447,28086431,28089895,28090037,28090674,28152741,28161541,28166242,28168968,28171651,28172304,28178981,28185410,28187820,28187841,28197739,28212730,28213355,28213956,28215745,28217971,28220120,28220630,28222160,28224343,28225449,28227045,28229567,28230254,28235674,28235996,28244593,28248797,28248917,28249653,28250866,28251807,28253208,28260309,28261648,28262825,28263902,28264785,28265999,28269265,28271704,28272900,28273212,28274199,28276516,28277019,28278322,28279438,28281702,28282312,28282428,28282502,28290264,28290639,28290769,28292341,28292507,28292684,28293343,28293418,28293591,28293831,28294029,28294141,28294213,28294566,28294575,28294742,28294963,28295070,28295145,28295256,28295875,28296745,28297923,28298456,28298541,28299592,28299756,28299918,28300123,28301184,28302942,28304884,28307575,28308229,28316057,28321056,28321730,28326070,28327537,28328334,28329479,28329877,28333536,28334736,28334963,28336102,28337478,28339177,28339884,28340156,28340326,28340506,2834100', 'assoc_port': '28054297:28054919,28054308:28072879,28054319:28072837,28054352:28054403,28081688:28090674,28081716:28089895,28081719:28090037,28083934:28084447,28083948:28171651,28084837:28172304,28086082:28086431,28087374:28168968,28138758:28282312,28138764:28282502,28138794:28296745,28138860:28295070,28138876:28294742,28138894:28294213,28138901:28293831,28138906:28294029,28138920:28292684,28138935:28292341,28138954:28292507,28139933:28293418,28141029:28293591,28142056:28294575,28143193:28295256,28144246:28295875,28147703:28658426,28147718:28658588,28147736:28658778,28147741:28658925,28147752:28659347,28147806:28659814,28147850:28660149,28147854:28660398,28147909:28660858,28147920:28661299,28147924:28661925,28147926:28662105,28147989:28662402,28148041:28662779,28148048:28651699,28148054:28290264,28148080:28290639,28148085:28290769,28148114:28299918,28148119:28298456,28148148:28298541,28149742:28299756,28149750:28299592,28151575:28328334,28152599:28152741,28154717:28329479,28159774:28185410,28161482:28161541,28162939:2818782', 'assoc_mat': '28054297:papier:4207:28054919,28054308:papier:4207:28072879,28054319:papier:4207:28072837,28054352:papier:4207:28054403,28081688:papier:4207:28090674,28081716:papier:4207:28089895,28081719:papier:4207:28090037,28083934:papier:4207:28084447,28083948:papier:4207:28171651,28084837:papier:4207:28172304,28086082:papier:4207:28086431,28087374:papier:4207:28168968,28138758:papier:4207:28282312,28138764:papier:4207:28282502,28138794:papier:4207:28296745,28138860:papier:4207:28295070,28138876:papier:4207:28294742,28138894:papier:4207:28294213,28138901:papier:4207:28293831,28138906:papier:4207:28294029,28138920:papier:4207:28292684,28138935:papier:4207:28292341,28138954:papier:4207:28292507,28139933:papier:4207:28293418,28141029:papier:4207:28293591,28142056:papier:4207:28294575,28143193:papier:4207:28295256,28144246:papier:4207:28295875,28147703:papier:4207:28658426,28147718:papier:4207:28658588,28147736:papier:4207:28658778,28147741:papier:4207:28658925,28147752:papier:4207:28659347,28147806:papier:4207:28659814,2814'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.13792703038059695, 'nb_photo': 11354, 'list_port_cont': '28054453,28054520,28054630,28081973,28082069,28085544,28087592,28136002,28139634,28139795,28139968,28140196,28141668,28142597,28144034,28148453,28149182,28149864,28150036,28150349,28150730,28150992,28151097,28151364,28151586,28151746,28152350,28157473,28163312,28169306,28169341,28174610,28177692,28181428,28182755,28185885,28185991,28192732,28192757,28192943,28193115,28193261,28194053,28197869,28200937,28205453,28208259,28212797,28214205,28216032,28220024,28221943,28224390,28226737,28229921,28233027,28235845,28248989,28249162,28249337,28249513,28249716,28250922,28252845,28261370,28263733,28276408,28278388,28293492,28309932,28310000,28311022,28311215,28311795,28313035,28313374,28314111,28314970,28315257,28315549,28315720,28316119,28316770,28317848,28324630,28325429,28347639,28347786,28347880,28350878,28351019,28351147,28375688,28375850,28377455,28379950,28385773,28391545,28394681,28397958,28403558,28407287,28413855,28423617,28423714,28423811,28477324,28477503,28477767,28477985,28478403,28482358,28483416,2848360', 'assoc_port': '28054293:28054630,28054311:28054520,28054341:28054453,28081687:28082069,28081717:28081973,28083932:28136002,28085384:28085544,28087377:28087592,28138760:28139968,28138796:28139795,28138890:28139634,28138949:28142597,28139935:28140196,28141502:28141668,28143810:28144034,28147732:28151746,28147743:28148453,28147808:28151586,28147855:28151364,28147918:28151097,28147927:28150992,28148043:28150730,28148057:28150349,28148087:28149864,28148150:28149182,28149746:28150036,28152166:28152350,28157332:28157473,28162938:28163312,28168971:28169306,28169062:28169341,28174214:28174610,28177407:28177692,28181340:28181428,28182614:28182755,28185520:28185991,28185557:28185885,28192275:28193261,28192331:28193115,28192428:28192943,28192442:28192757,28192477:28192732,28193668:28194053,28197668:28197869,28200553:28200937,28205006:28205453,28208178:28208259,28212551:28212797,28214026:28214205,28215550:28216032,28219774:28220024,28221747:28221943,28224165:28224390,28226524:28226737,28229730:28229921,28232655:28233027,28235522:2823584', 'assoc_mat': '28054293:papier:4461:28054630,28054311:papier:4461:28054520,28054341:papier:4461:28054453,28081687:papier:4461:28082069,28081717:papier:4461:28081973,28083932:papier:4461:28136002,28085384:papier:4461:28085544,28087377:papier:4461:28087592,28138760:papier:4461:28139968,28138796:papier:4461:28139795,28138890:papier:4461:28139634,28138949:papier:4461:28142597,28139935:papier:4461:28140196,28141502:papier:4461:28141668,28143810:papier:4461:28144034,28147732:papier:4461:28151746,28147743:papier:4461:28148453,28147808:papier:4461:28151586,28147855:papier:4461:28151364,28147918:papier:4461:28151097,28147927:papier:4461:28150992,28148043:papier:4461:28150730,28148057:papier:4461:28150349,28148087:papier:4461:28149864,28148150:papier:4461:28149182,28149746:papier:4461:28150036,28152166:papier:4461:28152350,28157332:papier:4461:28157473,28162938:papier:4461:28163312,28168971:papier:4461:28169306,28169062:papier:4461:28169341,28174214:papier:4461:28174610,28177407:papier:4461:28177692,28181340:papier:4461:28181428,2818'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.1600860635626461, 'nb_photo': 2923, 'list_port_cont': '28054577,28054702,28054978,28063344,28063394,28082980,28084337,28084846,28087974,28162676,28170745,28172978,28182387,28183525,28185195,28185273,28185824,28186694,28198675,28205348,28209045,28209338,28215712,28220841,28227919,28244960,28252225,28256576,28265293,28275008,28283026,28283261,28283312,28283835,28285326,28289024,28289168,28291142,28291565,28293263,28295167,28297415,28298184,28300489,28302866,28316871,28322816,28322938,28323488,28324273,28324708,28325015,28327197,28330641,28347740,28347958,28348014,28348195,28348302,28348438,28348473,28348689,28348841,28349025,28349613,28349698,28349928,28351304,28351792,28351896,28352148,28352571,28354746,28355331,28355661,28356124,28357937,28358324,28359025,28359179,28361451,28361847,28363259,28375621,28378694,28378920,28381357,28385026,28387829,28393370,28398812,28400803,28404116,28404883,28407585,28417523,28417556,28423775,28424042,28424197,28480394,28481340,28481772,28481892,28482045,28482209,28482514,28483590,28483753,28484194,28484651,28486135,28486651,2848671', 'assoc_port': '28054304:28054978,28054306:28063394,28054338:28054702,28054346:28054577,28054359:28063344,28081703:28082980,28082632:28084337,28083930:28084846,28086967:28087974,28138800:28283026,28138899:28283261,28138914:28283312,28140142:28283835,28142059:28285326,28146540:28289168,28146544:28289024,28147702:28658486,28147734:28659005,28147749:28659702,28147848:28674604,28147895:28660809,28147923:28661764,28148021:28663193,28148052:28663440,28148100:28291142,28148147:28291565,28151574:28293263,28155279:28298184,28162367:28162676,28166078:28170745,28172513:28185273,28172690:28172978,28177686:28185195,28182141:28182387,28183336:28183525,28185548:28185824,28186634:28186694,28192273:28322816,28192314:28322938,28192363:28323488,28192432:28324273,28192436:28324708,28192449:28325015,28193436:28327197,28195137:28330641,28198477:28198675,28205034:28205348,28208176:28209045,28209316:28209338,28215375:28215712,28219780:28220841,28221746:28347958,28224401:28348302,28226174:28227919,28230175:28348473,28235508:28244960,28248516:2834868', 'assoc_mat': '28054304:papier:4200:28054978,28054306:papier:4200:28063394,28054338:papier:4200:28054702,28054346:papier:4200:28054577,28054359:papier:4200:28063344,28081703:papier:4200:28082980,28082632:papier:4200:28084337,28083930:papier:4200:28084846,28086967:papier:4200:28087974,28138800:papier:4200:28283026,28138899:papier:4200:28283261,28138914:papier:4200:28283312,28140142:papier:4200:28283835,28142059:papier:4200:28285326,28146540:papier:4200:28289168,28146544:papier:4200:28289024,28147702:papier:4200:28658486,28147734:papier:4200:28659005,28147749:papier:4200:28659702,28147848:papier:4200:28674604,28147895:papier:4200:28660809,28147923:papier:4200:28661764,28148021:papier:4200:28663193,28148052:papier:4200:28663440,28148100:papier:4200:28291142,28148147:papier:4200:28291565,28151574:papier:4200:28293263,28155279:papier:4200:28298184,28162367:papier:4200:28162676,28166078:papier:4200:28170745,28172513:papier:4200:28185273,28172690:papier:4200:28172978,28177686:papier:4200:28185195,28182141:papier:4200:28182387,2818'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9585260789092452, 'nb_photo': 2822, 'list_port_cont': '28148519,28248825,28249110,28392797,28410665,28483492,28483682,28489534,28521465,28524163,28527361,28596166,28605078,28631353,28674095,28681597,28686001,28740133,28740145,28740238,28772220,28772315,28772559,28772634', 'assoc_port': '28147704:28148519,28248602:28249110,28248626:28248825,28392310:28392797,28410594:28410665,28483020:28483682,28483036:28483492,28489342:28489534,28521111:28521465,28523868:28524163,28527263:28527361,28595900:28596166,28604954:28605078,28631173:28631353,28667193:28686001,28673945:28674095,28681383:28681597,28739611:28740238,28739684:28740133,28739768:28740145,28772020:28772634,28772032:28772559,28772043:28772315,28772075:28772220', 'assoc_mat': '28147704:papier:4209:28148519,28248602:papier:4209:28249110,28248626:papier:4209:28248825,28392310:papier:4209:28392797,28410594:papier:4209:28410665,28483020:papier:4209:28483682,28483036:papier:4209:28483492,28489342:papier:4209:28489534,28521111:papier:4209:28521465,28523868:papier:4209:28524163,28527263:papier:4209:28527361,28595900:papier:4209:28596166,28604954:papier:4209:28605078,28631173:papier:4209:28631353,28667193:papier:4209:28686001,28673945:papier:4209:28674095,28681383:papier:4209:28681597,28739611:papier:4209:28740238,28739684:papier:4209:28740133,28739768:papier:4209:28740145,28772020:papier:4209:28772634,28772032:papier:4209:28772559,28772043:papier:4209:28772315,28772075:papier:4209:28772220'}, {'unwanted_material': 'papier', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.04580708925145788, 'nb_photo': 2586, 'list_port_cont': '28072750,28111662,28188422,28208350,28217474,28219848,28223005,28229765,28236264,28246545,28249932,28252316,28256342,28262113,28266293,28272516,28276897,28282092,28282665,28290394,28292840,28293612,28294364,28294900,28295298,28297717,28298607,28299425,28302237,28303885,28308127,28316519,28332235,28332379,28333332,28338569,28339100,28339368,28340787,28342092,28342356,28344833,28346201,28346530,28347724,28347934,28348374,28348787,28349159,28351250,28351763,28351991,28358227,28358626,28358988,28376184,28377001,28377984,28385193,28389535,28396059,28398493,28405884,28411869,28423862,28424128,28479168,28479408,28480841,28484863,28486040,28486084,28486963,28487012,28487807,28493401,28494361,28496109,28501876,28517760,28519107,28519844,28519945,28520879,28525659,28528041,28531541,28531741,28562411,28562758,28563890,28566365,28567073,28567730,28569031,28569141,28570491,28570768,28571193,28571864,28573209,28593405,28593999,28599160,28603097,28609667,28613835,28619955,28621890,28625883,28633481,28645169,28645444,2864792', 'assoc_port': '28054355:28072750,28083965:28658131,28086085:28111662,28138778:28282665,28138896:28294364,28139939:28292840,28142637:28294900,28147705:28658518,28147746:28659077,28147852:28660256,28147922:28661739,28148045:28657384,28148060:28290394,28148118:28298607,28149748:28299425,28153696:28332235,28160203:28339368,28166022:28339100,28169021:28188422,28172093:28333332,28176338:28338569,28181681:28332379,28192311:28340787,28192463:28342092,28193451:28342356,28197670:28346530,28204990:28344833,28208180:28208350,28212552:28347724,28215373:28346201,28217135:28217474,28219788:28219848,28222844:28223005,28225385:28246545,28229732:28229765,28235484:28236264,28248532:28348787,28248586:28349159,28248644:28249932,28250722:28256342,28252135:28252316,28262050:28262113,28266158:28266293,28272454:28272516,28276812:28276897,28281593:28282092,28293136:28358227,28293205:28358626,28293211:28358988,28293272:28293612,28295276:28295298,28297617:28297717,28302175:28302237,28303815:28303885,28308004:28308127,28316468:28316519,28347518:2834837', 'assoc_mat': '28054355:papier:4207:28072750,28083965:papier:4207:28658131,28086085:papier:4207:28111662,28138778:papier:4207:28282665,28138896:papier:4207:28294364,28139939:papier:4207:28292840,28142637:papier:4207:28294900,28147705:papier:4207:28658518,28147746:papier:4207:28659077,28147852:papier:4207:28660256,28147922:papier:4207:28661739,28148045:papier:4207:28657384,28148060:papier:4207:28290394,28148118:papier:4207:28298607,28149748:papier:4207:28299425,28153696:papier:4207:28332235,28160203:papier:4207:28339368,28166022:papier:4207:28339100,28169021:papier:4207:28188422,28172093:papier:4207:28333332,28176338:papier:4207:28338569,28181681:papier:4207:28332379,28192311:papier:4207:28340787,28192463:papier:4207:28342092,28193451:papier:4207:28342356,28197670:papier:4207:28346530,28204990:papier:4207:28344833,28208180:papier:4207:28208350,28212552:papier:4207:28347724,28215373:papier:4207:28346201,28217135:papier:4207:28217474,28219788:papier:4207:28219848,28222844:papier:4207:28223005,28225385:papier:4207:28246545,2822'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.008549467001419921, 'nb_photo': 5586, 'list_port_cont': '28054489,28054765,28054826,28082487,28082754,28083602,28086417,28088232,28139390,28139882,28140327,28141417,28141772,28142147,28143118,28148375,28151955,28153793,28154240,28154548,28154675,28154965,28155833,28156296,28156643,28156968,28157380,28157866,28162638,28169612,28169813,28170313,28173111,28174482,28178430,28179866,28182301,28185834,28192833,28193390,28193747,28194223,28194526,28194923,28195415,28198089,28203117,28208335,28208874,28209400,28212837,28213406,28217686,28220188,28222262,28222874,28226379,28229362,28232453,28235962,28248835,28249296,28249888,28250843,28251011,28251246,28253004,28254078,28261955,28263300,28267906,28271634,28300342,28304987,28309894,28312694,28317170,28319174,28319911,28321605,28324249,28324878,28325209,28326721,28328303,28328736,28331972,28332611,28333951,28338824,28339575,28347689,28348005,28348144,28348290,28350854,28351101,28351381,28351777,28351964,28375901,28376295,28377593,28379115,28380657,28386265,28389625,28393272,28396620,28399796,28405037,28409765,28413127,2841726', 'assoc_port': '28054301:28054826,28054312:28054765,28054348:28054489,28081689:28082487,28082630:28083602,28082633:28082754,28086078:28086417,28088094:28088232,28138745:28142147,28138762:28141772,28138797:28141417,28138892:28140327,28138917:28139882,28138952:28139390,28140144:28157866,28142910:28143118,28146549:28157380,28147731:28156968,28147739:28156643,28147804:28156296,28147914:28155833,28147925:28154965,28147960:28154675,28148050:28154240,28148081:28153793,28148117:28148375,28151577:28151955,28154342:28154548,28162368:28162638,28169022:28170313,28169061:28169813,28169298:28169612,28172688:28173111,28174216:28174482,28178032:28178430,28179674:28179866,28182143:28182301,28185550:28185834,28192304:28194923,28192317:28194526,28192401:28194223,28192438:28193390,28192450:28192833,28193434:28193747,28195134:28195415,28197675:28198089,28202854:28203117,28208177:28208874,28208183:28208335,28209315:28209400,28212571:28212837,28213224:28213406,28217122:28217686,28219791:28220188,28221749:28222262,28222677:28222874,28226175:2822637', 'assoc_mat': '28054301:papier:4211:28054826,28054312:papier:4211:28054765,28054348:papier:4211:28054489,28081689:papier:4211:28082487,28082630:papier:4211:28083602,28082633:papier:4211:28082754,28086078:papier:4211:28086417,28088094:papier:4211:28088232,28138745:papier:4211:28142147,28138762:papier:4211:28141772,28138797:papier:4211:28141417,28138892:papier:4211:28140327,28138917:papier:4211:28139882,28138952:papier:4211:28139390,28140144:papier:4211:28157866,28142910:papier:4211:28143118,28146549:papier:4211:28157380,28147731:papier:4211:28156968,28147739:papier:4211:28156643,28147804:papier:4211:28156296,28147914:papier:4211:28155833,28147925:papier:4211:28154965,28147960:papier:4211:28154675,28148050:papier:4211:28154240,28148081:papier:4211:28153793,28148117:papier:4211:28148375,28151577:papier:4211:28151955,28154342:papier:4211:28154548,28162368:papier:4211:28162638,28169022:papier:4211:28170313,28169061:papier:4211:28169813,28169298:papier:4211:28169612,28172688:papier:4211:28173111,28174216:papier:4211:28174482,2817'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.02923512129499126, 'nb_photo': 1885, 'list_port_cont': '28054691,28054775,28054798,28054909,28054950,28055021,28055061,28082128,28082225,28085419,28089129,28139736,28139955,28140401,28140661,28141238,28141400,28142082,28144079,28148070,28148791,28149059,28149312,28149629,28149705,28150149,28150491,28150716,28151314,28151545,28152024,28152321,28152547,28153044,28154481,28157286,28157590,28162318,28166671,28166820,28169587,28172528,28175834,28177991,28181833,28183363,28185682,28185706,28185969,28193235,28193458,28193577,28193858,28193954,28194327,28194351,28194512,28194699,28194724,28194821,28198078,28199472,28205671,28205759,28208507,28212945,28213641,28215864,28217521,28220244,28222327,28223768,28230862,28231710,28234553,28235913,28245664,28249133,28249350,28249610,28249796,28249973,28250137,28251056,28252035,28254815,28262683,28266599,28271865,28274856,28277767,28283670,28298610,28303686,28309174,28310234,28312639,28315160,28316406,28317574,28317706,28318130,28318454,28318565,28318710,28318964,28319144,28319417,28319808,28321402,28347684,28347859,28347919,2834805', 'assoc_port': '28054295:28055061,28054299:28055021,28054310:28054909,28054313:28054950,28054316:28054691,28054344:28054798,28054357:28054775,28081690:28082225,28081718:28082128,28084834:28085419,28086966:28089129,28138737:28141400,28138792:28141238,28138862:28153044,28138898:28140661,28138911:28139955,28138950:28139736,28139930:28140401,28139941:28148070,28141729:28142082,28143313:28144079,28147701:28152547,28147733:28152321,28147738:28152024,28147788:28151545,28147828:28151314,28147869:28150491,28147915:28157286,28147916:28149705,28147959:28149629,28148047:28149312,28148063:28149059,28148083:28148791,28148132:28162318,28149744:28150149,28150190:28150716,28153697:28154481,28157333:28157590,28166056:28166820,28166079:28166671,28169023:28169587,28172094:28172528,28175403:28175834,28177409:28177991,28181686:28181833,28183108:28183363,28185534:28185969,28185553:28185706,28185559:28185682,28192269:28194821,28192289:28194724,28192307:28194699,28192334:28194351,28192409:28194327,28192431:28193954,28192434:28193577,28192444:2819345', 'assoc_mat': '28054295:papier:3327:28055061,28054299:papier:3327:28055021,28054310:papier:3327:28054909,28054313:papier:3327:28054950,28054316:papier:3327:28054691,28054344:papier:3327:28054798,28054357:papier:3327:28054775,28081690:papier:3327:28082225,28081718:papier:3327:28082128,28084834:papier:3327:28085419,28086966:papier:3327:28089129,28138737:papier:3327:28141400,28138792:papier:3327:28141238,28138862:papier:3327:28153044,28138898:papier:3327:28140661,28138911:papier:3327:28139955,28138950:papier:3327:28139736,28139930:papier:3327:28140401,28139941:papier:3327:28148070,28141729:papier:3327:28142082,28143313:papier:3327:28144079,28147701:papier:3327:28152547,28147733:papier:3327:28152321,28147738:papier:3327:28152024,28147788:papier:3327:28151545,28147828:papier:3327:28151314,28147869:papier:3327:28150491,28147915:papier:3327:28157286,28147916:papier:3327:28149705,28147959:papier:3327:28149629,28148047:papier:3327:28149312,28148063:papier:3327:28149059,28148083:papier:3327:28148791,28148132:papier:3327:28162318,2814'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0019920420997637696, 'nb_photo': 2, 'list_port_cont': '28249052,28387882', 'assoc_port': '28248631:28249052,28387626:28387882', 'assoc_mat': '28248631:pehd:4203:28249052,28387626:pehd:4203:28387882'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0034617370748212402, 'nb_photo': 2, 'list_port_cont': '28297930,28339167', 'assoc_port': '28166068:28339167,28297876:28297930', 'assoc_mat': '28166068:pehd:4207:28339167,28297876:pehd:4207:28297930'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0037518277946971225, 'nb_photo': 1, 'list_port_cont': '28566727', 'assoc_port': '28565499:28566727', 'assoc_mat': '28565499:pehd:4461:28566727'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.042921613195723095, 'nb_photo': 71, 'list_port_cont': '28063347,28172984,28185193,28215713,28220839,28275022,28283029,28283839,28289179,28322811,28323478,28324282,28327207,28348470,28348691,28358328,28375629,28381358,28387837,28393362,28417512,28423773,28424191,28480389,28481882,28482204,28486129,28486652,28486725,28503415,28518895,28520612,28520906,28521596,28524464,28531634,28562595,28563097,28566769,28571095,28572093,28573318,28597147,28602704,28604003,28623347,28630481,28647316,28652346,28659002,28663195,28676639,28681141,28683634,28740993,28741811,28745901,28748917,28753408,28775598', 'assoc_port': '28054359:28063347,28138800:28283029,28140142:28283839,28146540:28289179,28147734:28659002,28148021:28663195,28172690:28172984,28177686:28185193,28192273:28322811,28192363:28323478,28192432:28324282,28193436:28327207,28215375:28215713,28219780:28220839,28230175:28348470,28248516:28348691,28274959:28275022,28293142:28358328,28375497:28375629,28379298:28381358,28386650:28387837,28391938:28393362,28416968:28417512,28423446:28424191,28423463:28423773,28476996:28480389,28477098:28481882,28481568:28482204,28482960:28486652,28483061:28486725,28483078:28486129,28490861:28503415,28515939:28518895,28516086:28520612,28516146:28521596,28518086:28524464,28520558:28520906,28523812:28531634,28561937:28563097,28561950:28562595,28565496:28571095,28565531:28572093,28565696:28566769,28573282:28573318,28593914:28597147,28600038:28604003,28602589:28602704,28623145:28623347,28625487:28630481,28644272:28647316,28646601:28652346,28666221:28676639,28673047:28681141,28675974:28683634,28739034:28741811,28739481:28745901,28739538:2874891', 'assoc_mat': '28054359:pehd:4200:28063347,28138800:pehd:4200:28283029,28140142:pehd:4200:28283839,28146540:pehd:4200:28289179,28147734:pehd:4200:28659002,28148021:pehd:4200:28663195,28172690:pehd:4200:28172984,28177686:pehd:4200:28185193,28192273:pehd:4200:28322811,28192363:pehd:4200:28323478,28192432:pehd:4200:28324282,28193436:pehd:4200:28327207,28215375:pehd:4200:28215713,28219780:pehd:4200:28220839,28230175:pehd:4200:28348470,28248516:pehd:4200:28348691,28274959:pehd:4200:28275022,28293142:pehd:4200:28358328,28375497:pehd:4200:28375629,28379298:pehd:4200:28381358,28386650:pehd:4200:28387837,28391938:pehd:4200:28393362,28416968:pehd:4200:28417512,28423446:pehd:4200:28424191,28423463:pehd:4200:28423773,28476996:pehd:4200:28480389,28477098:pehd:4200:28481882,28481568:pehd:4200:28482204,28482960:pehd:4200:28486652,28483061:pehd:4200:28486725,28483078:pehd:4200:28486129,28490861:pehd:4200:28503415,28515939:pehd:4200:28518895,28516086:pehd:4200:28520612,28516146:pehd:4200:28521596,28518086:pehd:4200:28524464,28520558:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0005521489201335422, 'nb_photo': 1, 'list_port_cont': '28740156', 'assoc_port': '28739768:28740156', 'assoc_mat': '28739768:pehd:4209:28740156'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9381417454601431, 'nb_photo': 58, 'list_port_cont': '28054814,28083596,28086411,28148377,28151963,28154680,28154973,28169821,28193748,28226373,28250837,28319916,28324881,28333952,28377595,28379110,28386258,28393273,28413135,28423687,28424098,28479291,28480359,28483699,28484016,28485003,28486064,28486359,28497211,28517050,28518918,28527511,28564829,28566993,28571016,28592868,28595974,28597064,28603372,28610285,28611714,28647738,28650111,28740928,28741760,28742681,28748740,28749382,28773296,28775168', 'assoc_port': '28054301:28054814,28082630:28083596,28086078:28086411,28147925:28154973,28147960:28154680,28148117:28148377,28151577:28151963,28169061:28169821,28193434:28193748,28226175:28226373,28250731:28250837,28274958:28333952,28293213:28324881,28319452:28319916,28377305:28377595,28379003:28379110,28386144:28386258,28392956:28393273,28412710:28413135,28423440:28424098,28423459:28423687,28477026:28480359,28478798:28479291,28483001:28486359,28483012:28486064,28483054:28485003,28483176:28484016,28483186:28483699,28497111:28497211,28516029:28517050,28518795:28518918,28523799:28527511,28564731:28564829,28565641:28566993,28570982:28571016,28592009:28592868,28595779:28595974,28596839:28597064,28603129:28603372,28610164:28610285,28611205:28611714,28644276:28647738,28644362:28650111,28739482:28748740,28739546:28749382,28739688:28742681,28739790:28741760,28739851:28740928,28772033:28775168,28772076:28773296', 'assoc_mat': '28054301:pehd:4211:28054814,28082630:pehd:4211:28083596,28086078:pehd:4211:28086411,28147925:pehd:4211:28154973,28147960:pehd:4211:28154680,28148117:pehd:4211:28148377,28151577:pehd:4211:28151963,28169061:pehd:4211:28169821,28193434:pehd:4211:28193748,28226175:pehd:4211:28226373,28250731:pehd:4211:28250837,28274958:pehd:4211:28333952,28293213:pehd:4211:28324881,28319452:pehd:4211:28319916,28377305:pehd:4211:28377595,28379003:pehd:4211:28379110,28386144:pehd:4211:28386258,28392956:pehd:4211:28393273,28412710:pehd:4211:28413135,28423440:pehd:4211:28424098,28423459:pehd:4211:28423687,28477026:pehd:4211:28480359,28478798:pehd:4211:28479291,28483001:pehd:4211:28486359,28483012:pehd:4211:28486064,28483054:pehd:4211:28485003,28483176:pehd:4211:28484016,28483186:pehd:4211:28483699,28497111:pehd:4211:28497211,28516029:pehd:4211:28517050,28518795:pehd:4211:28518918,28523799:pehd:4211:28527511,28564731:pehd:4211:28564829,28565641:pehd:4211:28566993,28570982:pehd:4211:28571016,28592009:pehd:4211:28592868,28595779:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.005688122521293865, 'nb_photo': 96, 'list_port_cont': '28054686,28055019,28082122,28082219,28139743,28140399,28149058,28149310,28150493,28151315,28152537,28162321,28166667,28166815,28169590,28181841,28185707,28193578,28194350,28194709,28215857,28217526,28230846,28249600,28249800,28254810,28262685,28303690,28315148,28316415,28319131,28351129,28351187,28351686,28375829,28384870,28391761,28403947,28423667,28423896,28478315,28478768,28482494,28484365,28484818,28484902,28484983,28485193,28516714,28517207,28517403,28522333,28528868,28564471,28566147,28566349,28566546,28566837,28567090,28567284,28571034,28572492,28594942,28595651,28607421,28610840,28620748,28631596,28682157,28688423,28739369,28740334,28740541,28742221,28742483,28743864,28745313,28769646,28772359,28773034,28773526,28773831', 'assoc_port': '28054299:28055019,28054316:28054686,28081690:28082219,28081718:28082122,28138950:28139743,28139930:28140399,28147701:28152537,28147828:28151315,28147869:28150493,28148047:28149310,28148063:28149058,28148132:28162321,28166056:28166815,28166079:28166667,28169023:28169590,28181686:28181841,28185553:28185707,28192307:28194709,28192334:28194350,28192434:28193578,28215374:28215857,28217173:28217526,28230391:28230846,28248584:28249800,28248627:28249600,28254595:28254810,28262335:28262685,28281555:28319131,28300822:28315148,28303151:28303690,28315941:28316415,28350616:28351686,28350675:28351187,28350684:28351129,28375488:28375829,28384631:28384870,28391422:28391761,28403611:28403947,28423453:28423896,28423466:28423667,28477051:28478768,28477841:28478315,28482397:28482494,28482982:28485193,28483017:28484983,28483024:28484902,28483038:28484818,28483066:28484365,28515979:28517207,28516128:28516714,28516949:28517403,28522024:28522333,28528425:28528868,28564339:28564471,28565502:28567284,28565525:28567090,28565640:2856683', 'assoc_mat': '28054299:pehd:3327:28055019,28054316:pehd:3327:28054686,28081690:pehd:3327:28082219,28081718:pehd:3327:28082122,28138950:pehd:3327:28139743,28139930:pehd:3327:28140399,28147701:pehd:3327:28152537,28147828:pehd:3327:28151315,28147869:pehd:3327:28150493,28148047:pehd:3327:28149310,28148063:pehd:3327:28149058,28148132:pehd:3327:28162321,28166056:pehd:3327:28166815,28166079:pehd:3327:28166667,28169023:pehd:3327:28169590,28181686:pehd:3327:28181841,28185553:pehd:3327:28185707,28192307:pehd:3327:28194709,28192334:pehd:3327:28194350,28192434:pehd:3327:28193578,28215374:pehd:3327:28215857,28217173:pehd:3327:28217526,28230391:pehd:3327:28230846,28248584:pehd:3327:28249800,28248627:pehd:3327:28249600,28254595:pehd:3327:28254810,28262335:pehd:3327:28262685,28281555:pehd:3327:28319131,28300822:pehd:3327:28315148,28303151:pehd:3327:28303690,28315941:pehd:3327:28316415,28350616:pehd:3327:28351686,28350675:pehd:3327:28351187,28350684:pehd:3327:28351129,28375488:pehd:3327:28375829,28384631:pehd:3327:28384870,28391422:pehd:33'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0068914430533986324, 'nb_photo': 25, 'list_port_cont': '28054446,28324501,28348319,28349277,28355370,28362755,28518460,28572416,28596676,28649093,28658217,28677445,28752703,28776805', 'assoc_port': '28054350:28054446,28147700:28658217,28192440:28324501,28228988:28348319,28248588:28349277,28276018:28355370,28319453:28362755,28515941:28518460,28565645:28572416,28593916:28596676,28644305:28649093,28677396:28677445,28739777:28752703,28772058:28776805', 'assoc_mat': '28054350:pet_clair:4205:28054446,28147700:pet_clair:4205:28658217,28192440:pet_clair:4205:28324501,28228988:pet_clair:4205:28348319,28248588:pet_clair:4205:28349277,28276018:pet_clair:4205:28355370,28319453:pet_clair:4205:28362755,28515941:pet_clair:4205:28518460,28565645:pet_clair:4205:28572416,28593916:pet_clair:4205:28596676,28644305:pet_clair:4205:28649093,28677396:pet_clair:4205:28677445,28739777:pet_clair:4205:28752703,28772058:pet_clair:4205:28776805'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009821083893907769, 'nb_photo': 124, 'list_port_cont': '28085114,28181285,28185419,28249041,28291617,28293670,28324006,28347179,28348523,28351693,28352898,28356188,28361786,28378623,28387872,28407667,28423879,28481122,28481220,28486239,28521678,28531732,28562557,28567939,28570935,28572730,28597925,28616874,28632001,28651673,28661310,28662687,28689913,28741169,28742612,28747579,28772242,28776270', 'assoc_port': '28083963:28085114,28147910:28661310,28148151:28291617,28161015:28185419,28181031:28181285,28192430:28324006,28219777:28347179,28232930:28348523,28248631:28249041,28264555:28352898,28281591:28356188,28293296:28293670,28309155:28361786,28350678:28351693,28375471:28378623,28387626:28387872,28406249:28407667,28423462:28423879,28477032:28481220,28481009:28481122,28483071:28486239,28516161:28521678,28523862:28531732,28561952:28562557,28565488:28570935,28565648:28567939,28572580:28572730,28597768:28597925,28614716:28616874,28631178:28632001,28645222:28651673,28662425:28662687,28677995:28689913,28738999:28741169,28739509:28747579,28739809:28742612,28772034:28776270,28772086:28772242', 'assoc_mat': '28083963:pet_clair:4203:28085114,28147910:pet_clair:4203:28661310,28148151:pet_clair:4203:28291617,28161015:pet_clair:4203:28185419,28181031:pet_clair:4203:28181285,28192430:pet_clair:4203:28324006,28219777:pet_clair:4203:28347179,28232930:pet_clair:4203:28348523,28248631:pet_clair:4203:28249041,28264555:pet_clair:4203:28352898,28281591:pet_clair:4203:28356188,28293296:pet_clair:4203:28293670,28309155:pet_clair:4203:28361786,28350678:pet_clair:4203:28351693,28375471:pet_clair:4203:28378623,28387626:pet_clair:4203:28387872,28406249:pet_clair:4203:28407667,28423462:pet_clair:4203:28423879,28477032:pet_clair:4203:28481220,28481009:pet_clair:4203:28481122,28483071:pet_clair:4203:28486239,28516161:pet_clair:4203:28521678,28523862:pet_clair:4203:28531732,28561952:pet_clair:4203:28562557,28565488:pet_clair:4203:28570935,28565648:pet_clair:4203:28567939,28572580:pet_clair:4203:28572730,28597768:pet_clair:4203:28597925,28614716:pet_clair:4203:28616874,28631178:pet_clair:4203:28632001,28645222:pet_clair:4203:28651673,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004615010008891528, 'nb_photo': 62, 'list_port_cont': '28054411,28054916,28090028,28197740,28220122,28224352,28229569,28281693,28292499,28292685,28294139,28294574,28340152,28340499,28341000,28341841,28342609,28344165,28346442,28350752,28350837,28358361,28359478,28384934,28395358,28398180,28402440,28406524,28407818,28423996,28477746,28482554,28483972,28493199,28496505,28521276,28530500,28566593,28571134,28573655,28595672,28608592,28630339,28646194,28662405,28672547,28675593,28683577,28740030,28742297,28742638,28745028,28752329,28775873,28776399', 'assoc_port': '28054297:28054916,28054352:28054411,28081719:28090028,28138920:28292685,28138954:28292499,28142056:28294574,28147989:28662405,28192380:28341000,28192433:28340499,28192446:28342609,28192476:28341841,28193437:28340152,28197664:28346442,28197672:28197740,28205609:28344165,28220079:28220122,28224178:28224352,28229504:28229569,28281596:28281693,28293164:28358361,28293253:28294139,28296761:28359478,28350633:28350752,28350709:28350837,28384769:28384934,28395260:28395358,28398085:28398180,28402369:28402440,28406384:28406524,28407681:28407818,28423454:28423996,28477096:28477746,28482030:28482554,28483163:28483972,28493048:28493199,28496467:28496505,28519621:28521276,28530427:28530500,28565700:28566593,28571125:28571134,28573562:28573655,28593917:28595672,28608372:28608592,28623704:28630339,28645220:28646194,28672280:28672547,28675537:28675593,28683493:28683577,28739478:28745028,28739690:28752329,28739807:28742638,28739857:28742297,28739917:28740030,28772049:28776399,28772053:28775873', 'assoc_mat': '28054297:pet_clair:4207:28054916,28054352:pet_clair:4207:28054411,28081719:pet_clair:4207:28090028,28138920:pet_clair:4207:28292685,28138954:pet_clair:4207:28292499,28142056:pet_clair:4207:28294574,28147989:pet_clair:4207:28662405,28192380:pet_clair:4207:28341000,28192433:pet_clair:4207:28340499,28192446:pet_clair:4207:28342609,28192476:pet_clair:4207:28341841,28193437:pet_clair:4207:28340152,28197664:pet_clair:4207:28346442,28197672:pet_clair:4207:28197740,28205609:pet_clair:4207:28344165,28220079:pet_clair:4207:28220122,28224178:pet_clair:4207:28224352,28229504:pet_clair:4207:28229569,28281596:pet_clair:4207:28281693,28293164:pet_clair:4207:28358361,28293253:pet_clair:4207:28294139,28296761:pet_clair:4207:28359478,28350633:pet_clair:4207:28350752,28350709:pet_clair:4207:28350837,28384769:pet_clair:4207:28384934,28395260:pet_clair:4207:28395358,28398085:pet_clair:4207:28398180,28402369:pet_clair:4207:28402440,28406384:pet_clair:4207:28406524,28407681:pet_clair:4207:28407818,28423454:pet_clair:4207:28423996,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.002629286932276584, 'nb_photo': 6, 'list_port_cont': '28139969,28216036,28423616,28482356,28565964,28644732', 'assoc_port': '28138760:28139969,28215550:28216036,28423460:28423616,28482324:28482356,28565713:28565964,28644423:28644732', 'assoc_mat': '28138760:pet_clair:4461:28139969,28215550:pet_clair:4461:28216036,28423460:pet_clair:4461:28423616,28482324:pet_clair:4461:28482356,28565713:pet_clair:4461:28565964,28644423:pet_clair:4461:28644732'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.03413183319298624, 'nb_photo': 1003, 'list_port_cont': '28054572,28054711,28054985,28063343,28063400,28082968,28084335,28084854,28087971,28162680,28170747,28172987,28182376,28183531,28185203,28185265,28185820,28186706,28198688,28205350,28209051,28209336,28215718,28220845,28227918,28244957,28252212,28256575,28265290,28275007,28283020,28283262,28283311,28283846,28285330,28289032,28289169,28291151,28291555,28293262,28295174,28297409,28298193,28300480,28302871,28316880,28322808,28322929,28323482,28324268,28324719,28325019,28327209,28330639,28347753,28347952,28348027,28348203,28348301,28348432,28348482,28348692,28348837,28349031,28349612,28349685,28349937,28351309,28351803,28351891,28352151,28352574,28354743,28355332,28355659,28356128,28357934,28358321,28359010,28359182,28361453,28361848,28363266,28375615,28378705,28378921,28381361,28385030,28393376,28398815,28400811,28404122,28404886,28407592,28417513,28417558,28423780,28424035,28424200,28480385,28481329,28481771,28481884,28482047,28482203,28482516,28483593,28483764,28484206,28484648,28486124,28486653,28486724,2848679', 'assoc_port': '28054304:28054985,28054306:28063400,28054338:28054711,28054346:28054572,28054359:28063343,28081703:28082968,28082632:28084335,28083930:28084854,28086967:28087971,28138800:28283020,28138899:28283262,28138914:28283311,28140142:28283846,28142059:28285330,28146540:28289169,28146544:28289032,28147702:28658483,28147734:28659012,28147749:28659692,28147848:28674605,28147895:28660818,28147923:28661767,28148021:28663198,28148052:28663441,28148100:28291151,28148147:28291555,28151574:28293262,28155279:28298193,28162367:28162680,28166078:28170747,28172513:28185265,28172690:28172987,28177686:28185203,28182141:28182376,28183336:28183531,28185548:28185820,28186634:28186706,28192273:28322808,28192314:28322929,28192363:28323482,28192432:28324268,28192436:28324719,28192449:28325019,28193436:28327209,28195137:28330639,28198477:28198688,28205034:28205350,28208176:28209051,28209316:28209336,28215375:28215718,28219780:28220845,28221746:28347952,28224401:28348301,28226174:28227918,28230175:28348482,28235508:28244957,28248516:2834869', 'assoc_mat': '28054304:pet_clair:4200:28054985,28054306:pet_clair:4200:28063400,28054338:pet_clair:4200:28054711,28054346:pet_clair:4200:28054572,28054359:pet_clair:4200:28063343,28081703:pet_clair:4200:28082968,28082632:pet_clair:4200:28084335,28083930:pet_clair:4200:28084854,28086967:pet_clair:4200:28087971,28138800:pet_clair:4200:28283020,28138899:pet_clair:4200:28283262,28138914:pet_clair:4200:28283311,28140142:pet_clair:4200:28283846,28142059:pet_clair:4200:28285330,28146540:pet_clair:4200:28289169,28146544:pet_clair:4200:28289032,28147702:pet_clair:4200:28658483,28147734:pet_clair:4200:28659012,28147749:pet_clair:4200:28659692,28147848:pet_clair:4200:28674605,28147895:pet_clair:4200:28660818,28147923:pet_clair:4200:28661767,28148021:pet_clair:4200:28663198,28148052:pet_clair:4200:28663441,28148100:pet_clair:4200:28291151,28148147:pet_clair:4200:28291555,28151574:pet_clair:4200:28293262,28155279:pet_clair:4200:28298193,28162367:pet_clair:4200:28162680,28166078:pet_clair:4200:28170747,28172513:pet_clair:4200:28185265,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0033145756214528993, 'nb_photo': 3, 'list_port_cont': '28392801,28674091,28740144', 'assoc_port': '28392310:28392801,28673945:28674091,28739768:28740144', 'assoc_mat': '28392310:pet_clair:4209:28392801,28673945:pet_clair:4209:28674091,28739768:pet_clair:4209:28740144'}, {'unwanted_material': 'pet_clair', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.005603688902009209, 'nb_photo': 36, 'list_port_cont': '28188428,28219850,28246536,28256355,28266283,28294367,28294913,28308123,28346533,28348781,28358637,28411861,28484855,28486093,28501880,28519947,28525657,28528029,28567078,28570780,28573201,28593995,28619948,28621885,28647937,28658129,28672785,28740863,28748518,28749777,28751795,28776496', 'assoc_port': '28083965:28658129,28138896:28294367,28142637:28294913,28169021:28188428,28197670:28346533,28219788:28219850,28225385:28246536,28248532:28348781,28250722:28256355,28266158:28266283,28293205:28358637,28308004:28308123,28411777:28411861,28483064:28486093,28483090:28484855,28490153:28501880,28516059:28519947,28525445:28525657,28527934:28528029,28565651:28567078,28570748:28570780,28573192:28573201,28593933:28593995,28618423:28619948,28621815:28621885,28647712:28647937,28672655:28672785,28739528:28748518,28739595:28749777,28739630:28751795,28739879:28740863,28772045:28776496', 'assoc_mat': '28083965:pet_clair:4207:28658129,28138896:pet_clair:4207:28294367,28142637:pet_clair:4207:28294913,28169021:pet_clair:4207:28188428,28197670:pet_clair:4207:28346533,28219788:pet_clair:4207:28219850,28225385:pet_clair:4207:28246536,28248532:pet_clair:4207:28348781,28250722:pet_clair:4207:28256355,28266158:pet_clair:4207:28266283,28293205:pet_clair:4207:28358637,28308004:pet_clair:4207:28308123,28411777:pet_clair:4207:28411861,28483064:pet_clair:4207:28486093,28483090:pet_clair:4207:28484855,28490153:pet_clair:4207:28501880,28516059:pet_clair:4207:28519947,28525445:pet_clair:4207:28525657,28527934:pet_clair:4207:28528029,28565651:pet_clair:4207:28567078,28570748:pet_clair:4207:28570780,28573192:pet_clair:4207:28573201,28593933:pet_clair:4207:28593995,28618423:pet_clair:4207:28619948,28621815:pet_clair:4207:28621885,28647712:pet_clair:4207:28647937,28672655:pet_clair:4207:28672785,28739528:pet_clair:4207:28748518,28739595:pet_clair:4207:28749777,28739630:pet_clair:4207:28751795,28739879:pet_clair:4207:28740863,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0029677295465929464, 'nb_photo': 476, 'list_port_cont': '28054761,28054818,28082495,28082762,28086409,28088235,28139391,28139866,28140319,28141429,28141780,28143123,28148378,28153795,28154237,28154556,28155828,28156287,28156632,28157862,28169608,28169824,28170299,28173120,28174491,28178432,28179871,28185835,28193386,28193743,28194227,28194934,28195420,28203112,28208336,28209394,28212840,28213408,28217690,28220199,28222257,28222867,28226378,28229371,28232449,28248844,28249301,28250834,28251248,28253001,28254059,28261952,28263307,28300343,28304998,28309885,28312690,28317176,28319171,28319924,28321608,28324245,28325214,28326716,28328299,28328745,28331978,28332621,28338831,28339581,28347703,28347992,28348151,28348286,28350861,28351384,28351779,28351962,28375902,28376297,28379109,28380659,28389616,28396612,28399811,28409773,28413138,28417264,28423606,28423943,28477278,28477441,28477880,28479294,28479732,28480361,28480565,28482115,28483384,28483698,28484078,28484234,28484793,28485007,28485326,28485821,28486195,28486355,28486502,28486594,28486743,28487300,28516509,2851784', 'assoc_port': '28054301:28054818,28054312:28054761,28081689:28082495,28082633:28082762,28086078:28086409,28088094:28088235,28138762:28141780,28138797:28141429,28138892:28140319,28138917:28139866,28138952:28139391,28140144:28157862,28142910:28143123,28147739:28156632,28147804:28156287,28147914:28155828,28148050:28154237,28148081:28153795,28148117:28148378,28154342:28154556,28169022:28170299,28169061:28169824,28169298:28169608,28172688:28173120,28174216:28174491,28178032:28178432,28179674:28179871,28185550:28185835,28192304:28194934,28192401:28194227,28192438:28193386,28193434:28193743,28195134:28195420,28202854:28203112,28208183:28208336,28209315:28209394,28212571:28212840,28213224:28213408,28217122:28217690,28219791:28220199,28221749:28222257,28222677:28222867,28226175:28226378,28229013:28229371,28232241:28232449,28248539:28253001,28248581:28251248,28248669:28249301,28248682:28248844,28250731:28250834,28253420:28254059,28260973:28339581,28261720:28261952,28263086:28263307,28264358:28338831,28281561:28332621,28281577:2833197', 'assoc_mat': '28054301:pet_clair:4211:28054818,28054312:pet_clair:4211:28054761,28081689:pet_clair:4211:28082495,28082633:pet_clair:4211:28082762,28086078:pet_clair:4211:28086409,28088094:pet_clair:4211:28088235,28138762:pet_clair:4211:28141780,28138797:pet_clair:4211:28141429,28138892:pet_clair:4211:28140319,28138917:pet_clair:4211:28139866,28138952:pet_clair:4211:28139391,28140144:pet_clair:4211:28157862,28142910:pet_clair:4211:28143123,28147739:pet_clair:4211:28156632,28147804:pet_clair:4211:28156287,28147914:pet_clair:4211:28155828,28148050:pet_clair:4211:28154237,28148081:pet_clair:4211:28153795,28148117:pet_clair:4211:28148378,28154342:pet_clair:4211:28154556,28169022:pet_clair:4211:28170299,28169061:pet_clair:4211:28169824,28169298:pet_clair:4211:28169608,28172688:pet_clair:4211:28173120,28174216:pet_clair:4211:28174491,28178032:pet_clair:4211:28178432,28179674:pet_clair:4211:28179871,28185550:pet_clair:4211:28185835,28192304:pet_clair:4211:28194934,28192401:pet_clair:4211:28194227,28192438:pet_clair:4211:28193386,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9168082379595314, 'nb_photo': 32310, 'list_port_cont': '28054690,28054777,28054795,28054903,28054941,28055016,28055065,28082124,28082224,28085415,28089128,28139739,28139956,28140380,28140658,28141237,28141402,28142076,28144081,28148071,28148782,28149056,28149320,28149626,28149696,28150140,28150495,28150724,28151311,28151542,28152019,28152322,28152541,28153045,28154484,28157295,28157585,28162327,28166669,28166817,28169591,28172533,28175833,28177999,28181842,28183367,28185681,28185704,28185973,28193244,28193462,28193579,28193853,28193959,28194338,28194353,28194517,28194698,28194726,28194833,28198082,28199470,28205659,28205755,28208508,28212947,28213647,28215851,28217520,28220231,28222326,28223770,28230858,28231718,28234563,28235919,28245662,28249122,28249359,28249597,28249794,28249983,28250135,28251058,28252031,28254813,28262674,28266607,28271855,28274865,28277775,28283668,28298623,28303687,28309171,28310232,28312631,28315151,28316412,28317569,28317713,28318119,28318456,28318562,28318711,28318966,28319137,28319419,28319818,28321421,28347679,28347856,28347915,2834806', 'assoc_port': '28054295:28055065,28054299:28055016,28054310:28054903,28054313:28054941,28054316:28054690,28054344:28054795,28054357:28054777,28081690:28082224,28081718:28082124,28084834:28085415,28086966:28089128,28138737:28141402,28138792:28141237,28138862:28153045,28138898:28140658,28138911:28139956,28138950:28139739,28139930:28140380,28139941:28148071,28141729:28142076,28143313:28144081,28147701:28152541,28147733:28152322,28147738:28152019,28147788:28151542,28147828:28151311,28147869:28150495,28147915:28157295,28147916:28149696,28147959:28149626,28148047:28149320,28148063:28149056,28148083:28148782,28148132:28162327,28149744:28150140,28150190:28150724,28153697:28154484,28157333:28157585,28166056:28166817,28166079:28166669,28169023:28169591,28172094:28172533,28175403:28175833,28177409:28177999,28181686:28181842,28183108:28183367,28185534:28185973,28185553:28185704,28185559:28185681,28192269:28194833,28192289:28194726,28192307:28194698,28192334:28194353,28192409:28194338,28192431:28193959,28192434:28193579,28192444:2819346', 'assoc_mat': '28054295:pet_clair:3327:28055065,28054299:pet_clair:3327:28055016,28054310:pet_clair:3327:28054903,28054313:pet_clair:3327:28054941,28054316:pet_clair:3327:28054690,28054344:pet_clair:3327:28054795,28054357:pet_clair:3327:28054777,28081690:pet_clair:3327:28082224,28081718:pet_clair:3327:28082124,28084834:pet_clair:3327:28085415,28086966:pet_clair:3327:28089128,28138737:pet_clair:3327:28141402,28138792:pet_clair:3327:28141237,28138862:pet_clair:3327:28153045,28138898:pet_clair:3327:28140658,28138911:pet_clair:3327:28139956,28138950:pet_clair:3327:28139739,28139930:pet_clair:3327:28140380,28139941:pet_clair:3327:28148071,28141729:pet_clair:3327:28142076,28143313:pet_clair:3327:28144081,28147701:pet_clair:3327:28152541,28147733:pet_clair:3327:28152322,28147738:pet_clair:3327:28152019,28147788:pet_clair:3327:28151542,28147828:pet_clair:3327:28151311,28147869:pet_clair:3327:28150495,28147915:pet_clair:3327:28157295,28147916:pet_clair:3327:28149696,28147959:pet_clair:3327:28149626,28148047:pet_clair:3327:28149320,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0030788789793014556, 'nb_photo': 21, 'list_port_cont': '28208296,28291621,28347171,28351704,28352887,28361785,28387870,28407669,28481208,28486248,28567938,28572736,28616869,28747581,28751890', 'assoc_port': '28148151:28291621,28202894:28208296,28219777:28347171,28264555:28352887,28309155:28361785,28350678:28351704,28387626:28387870,28406249:28407669,28477032:28481208,28483071:28486248,28565648:28567938,28572580:28572736,28614716:28616869,28739509:28747581,28739629:28751890', 'assoc_mat': '28148151:pet_fonce:4203:28291621,28202894:pet_fonce:4203:28208296,28219777:pet_fonce:4203:28347171,28264555:pet_fonce:4203:28352887,28309155:pet_fonce:4203:28361785,28350678:pet_fonce:4203:28351704,28387626:pet_fonce:4203:28387870,28406249:pet_fonce:4203:28407669,28477032:pet_fonce:4203:28481208,28483071:pet_fonce:4203:28486248,28565648:pet_fonce:4203:28567938,28572580:pet_fonce:4203:28572736,28614716:pet_fonce:4203:28616869,28739509:pet_fonce:4203:28747581,28739629:pet_fonce:4203:28751890'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.015188358404206685, 'nb_photo': 2, 'list_port_cont': '28494158,28660871', 'assoc_port': '28147909:28660871,28483046:28494158', 'assoc_mat': '28147909:pet_fonce:4207:28660871,28483046:pet_fonce:4207:28494158'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004850049395691618, 'nb_photo': 8, 'list_port_cont': '28151110,28185874,28192727,28483939,28524491,28613452,28631400,28740881', 'assoc_port': '28147918:28151110,28185557:28185874,28192477:28192727,28483107:28483939,28523863:28524491,28613063:28613452,28631171:28631400,28739754:28740881', 'assoc_mat': '28147918:pet_fonce:4461:28151110,28185557:pet_fonce:4461:28185874,28192477:pet_fonce:4461:28192727,28483107:pet_fonce:4461:28483939,28523863:pet_fonce:4461:28524491,28613063:pet_fonce:4461:28613452,28631171:pet_fonce:4461:28631400,28739754:pet_fonce:4461:28740881'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.5712472126197884, 'nb_photo': 1475, 'list_port_cont': '28054574,28054698,28054971,28063345,28063393,28082967,28084340,28084838,28087981,28162678,28170753,28172989,28182383,28183537,28185204,28185269,28185821,28186697,28198679,28205353,28209044,28209340,28215714,28220838,28227914,28244955,28252214,28256580,28265291,28275017,28283015,28283266,28283304,28283843,28285324,28289034,28289175,28291149,28291553,28293268,28295162,28297408,28298189,28300476,28302872,28316866,28322818,28322932,28323487,28324260,28324709,28325017,28327196,28330631,28347749,28347954,28348017,28348190,28348314,28348443,28348476,28348693,28348840,28349015,28349610,28349689,28349925,28351306,28351800,28351898,28352145,28352578,28354749,28355338,28355671,28356140,28357932,28358315,28359012,28359180,28361460,28361844,28363256,28375616,28378696,28378912,28381362,28385024,28387835,28393368,28398818,28400799,28404119,28404874,28407598,28417526,28417554,28423776,28424041,28424192,28480382,28481344,28481760,28481893,28482044,28482195,28482512,28483578,28483750,28484203,28484654,28486127,28486657,2848672', 'assoc_port': '28054304:28054971,28054306:28063393,28054338:28054698,28054346:28054574,28054359:28063345,28081703:28082967,28082632:28084340,28083930:28084838,28086967:28087981,28138800:28283015,28138899:28283266,28138914:28283304,28140142:28283843,28142059:28285324,28146540:28289175,28146544:28289034,28147702:28658494,28147734:28659007,28147749:28659695,28147848:28674607,28147895:28660814,28147923:28661768,28148021:28663202,28148052:28663452,28148100:28291149,28148147:28291553,28151574:28293268,28155279:28298189,28162367:28162678,28166078:28170753,28172513:28185269,28172690:28172989,28177686:28185204,28182141:28182383,28183336:28183537,28185548:28185821,28186634:28186697,28192273:28322818,28192314:28322932,28192363:28323487,28192432:28324260,28192436:28324709,28192449:28325017,28193436:28327196,28195137:28330631,28198477:28198679,28205034:28205353,28208176:28209044,28209316:28209340,28215375:28215714,28219780:28220838,28221746:28347954,28224401:28348314,28226174:28227914,28230175:28348476,28235508:28244955,28248516:2834869', 'assoc_mat': '28054304:pet_fonce:4200:28054971,28054306:pet_fonce:4200:28063393,28054338:pet_fonce:4200:28054698,28054346:pet_fonce:4200:28054574,28054359:pet_fonce:4200:28063345,28081703:pet_fonce:4200:28082967,28082632:pet_fonce:4200:28084340,28083930:pet_fonce:4200:28084838,28086967:pet_fonce:4200:28087981,28138800:pet_fonce:4200:28283015,28138899:pet_fonce:4200:28283266,28138914:pet_fonce:4200:28283304,28140142:pet_fonce:4200:28283843,28142059:pet_fonce:4200:28285324,28146540:pet_fonce:4200:28289175,28146544:pet_fonce:4200:28289034,28147702:pet_fonce:4200:28658494,28147734:pet_fonce:4200:28659007,28147749:pet_fonce:4200:28659695,28147848:pet_fonce:4200:28674607,28147895:pet_fonce:4200:28660814,28147923:pet_fonce:4200:28661768,28148021:pet_fonce:4200:28663202,28148052:pet_fonce:4200:28663452,28148100:pet_fonce:4200:28291149,28148147:pet_fonce:4200:28291553,28151574:pet_fonce:4200:28293268,28155279:pet_fonce:4200:28298189,28162367:pet_fonce:4200:28162678,28166078:pet_fonce:4200:28170753,28172513:pet_fonce:4200:28185269,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0013329827166444757, 'nb_photo': 2, 'list_port_cont': '28483676,28740152', 'assoc_port': '28483020:28483676,28739768:28740152', 'assoc_mat': '28483020:pet_fonce:4209:28483676,28739768:pet_fonce:4209:28740152'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.003127485432280619, 'nb_photo': 3, 'list_port_cont': '28501892,28609664,28672780', 'assoc_port': '28490153:28501892,28609628:28609664,28672655:28672780', 'assoc_mat': '28490153:pet_fonce:4207:28501892,28609628:pet_fonce:4207:28609664,28672655:pet_fonce:4207:28672780'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0006772671108783563, 'nb_photo': 103, 'list_port_cont': '28054827,28140329,28141784,28143126,28151982,28153797,28154975,28155834,28156291,28157379,28169602,28178439,28185843,28192823,28193387,28194236,28194928,28195417,28212832,28213400,28217678,28226376,28250836,28251013,28261956,28263315,28271641,28300341,28319178,28333957,28338833,28339588,28348281,28351784,28351966,28376289,28386271,28389621,28405034,28413124,28417274,28423941,28424094,28479303,28483388,28484792,28485151,28485829,28486362,28490584,28497213,28516494,28517053,28527516,28529484,28562204,28562573,28565934,28566339,28567998,28592435,28592861,28594137,28601047,28603369,28610289,28611707,28612700,28615741,28623861,28654927,28663401,28667668,28673618,28683741,28684050,28740014,28741302,28742592,28742684,28742829,28747049,28773291,28774446,28774719', 'assoc_port': '28054301:28054827,28138762:28141784,28138892:28140329,28142910:28143126,28146549:28157379,28147804:28156291,28147914:28155834,28147925:28154975,28148081:28153797,28151577:28151982,28169298:28169602,28178032:28178439,28185550:28185843,28192304:28194928,28192401:28194236,28192438:28193387,28192450:28192823,28195134:28195417,28212571:28212832,28213224:28213400,28217122:28217678,28226175:28226376,28248624:28251013,28250731:28250836,28260973:28339588,28261720:28261956,28263086:28263315,28264358:28338833,28271508:28271641,28274958:28333957,28299248:28319178,28300224:28300341,28347505:28348281,28350623:28351966,28350635:28351784,28375469:28376289,28386144:28386271,28389458:28389621,28404846:28405034,28412710:28413124,28416970:28417274,28423440:28424094,28423450:28423941,28478798:28479303,28483001:28486362,28483028:28485829,28483040:28485151,28483059:28484792,28483080:28483388,28490342:28490584,28497111:28497213,28516029:28517053,28516083:28516494,28523799:28527516,28529289:28529484,28561947:28562573,28561959:2856220', 'assoc_mat': '28054301:pet_fonce:4211:28054827,28138762:pet_fonce:4211:28141784,28138892:pet_fonce:4211:28140329,28142910:pet_fonce:4211:28143126,28146549:pet_fonce:4211:28157379,28147804:pet_fonce:4211:28156291,28147914:pet_fonce:4211:28155834,28147925:pet_fonce:4211:28154975,28148081:pet_fonce:4211:28153797,28151577:pet_fonce:4211:28151982,28169298:pet_fonce:4211:28169602,28178032:pet_fonce:4211:28178439,28185550:pet_fonce:4211:28185843,28192304:pet_fonce:4211:28194928,28192401:pet_fonce:4211:28194236,28192438:pet_fonce:4211:28193387,28192450:pet_fonce:4211:28192823,28195134:pet_fonce:4211:28195417,28212571:pet_fonce:4211:28212832,28213224:pet_fonce:4211:28213400,28217122:pet_fonce:4211:28217678,28226175:pet_fonce:4211:28226376,28248624:pet_fonce:4211:28251013,28250731:pet_fonce:4211:28250836,28260973:pet_fonce:4211:28339588,28261720:pet_fonce:4211:28261956,28263086:pet_fonce:4211:28263315,28264358:pet_fonce:4211:28338833,28271508:pet_fonce:4211:28271641,28274958:pet_fonce:4211:28333957,28299248:pet_fonce:4211:28319178,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.023806192467441065, 'nb_photo': 814, 'list_port_cont': '28054693,28054774,28054797,28054897,28054940,28055012,28055059,28082127,28082221,28085410,28089122,28139744,28139947,28140397,28140653,28141239,28141403,28142078,28144078,28148069,28148794,28149050,28149315,28149620,28149703,28150146,28150497,28150726,28151308,28151552,28152020,28152324,28152550,28154491,28157297,28157588,28162325,28166662,28166826,28169586,28172534,28175835,28181834,28183366,28185685,28185975,28193242,28193465,28193859,28193955,28194340,28194354,28194508,28194703,28194725,28194831,28198083,28199479,28205663,28205758,28208509,28212944,28213638,28215854,28217523,28220241,28222319,28223762,28230854,28231713,28234551,28235916,28245665,28249121,28249351,28249607,28249798,28249975,28250126,28251049,28252040,28254802,28262678,28266608,28271856,28274857,28277763,28283675,28298616,28309181,28310242,28312638,28315161,28316405,28317705,28318128,28318713,28318962,28319138,28319800,28321412,28347860,28347921,28348051,28348126,28351135,28351184,28351442,28351566,28351690,28375833,28376076,28377635,2837779', 'assoc_port': '28054295:28055059,28054299:28055012,28054310:28054897,28054313:28054940,28054316:28054693,28054344:28054797,28054357:28054774,28081690:28082221,28081718:28082127,28084834:28085410,28086966:28089122,28138737:28141403,28138792:28141239,28138898:28140653,28138911:28139947,28138950:28139744,28139930:28140397,28139941:28148069,28141729:28142078,28143313:28144078,28147701:28152550,28147733:28152324,28147738:28152020,28147788:28151552,28147828:28151308,28147869:28150497,28147915:28157297,28147916:28149703,28147959:28149620,28148047:28149315,28148063:28149050,28148083:28148794,28148132:28162325,28149744:28150146,28150190:28150726,28153697:28154491,28157333:28157588,28166056:28166826,28166079:28166662,28169023:28169586,28172094:28172534,28175403:28175835,28181686:28181834,28183108:28183366,28185534:28185975,28185559:28185685,28192269:28194831,28192289:28194725,28192307:28194703,28192334:28194354,28192409:28194340,28192431:28193955,28192444:28193465,28192447:28193242,28193431:28193859,28194254:28194508,28197666:2819808', 'assoc_mat': '28054295:pet_fonce:3327:28055059,28054299:pet_fonce:3327:28055012,28054310:pet_fonce:3327:28054897,28054313:pet_fonce:3327:28054940,28054316:pet_fonce:3327:28054693,28054344:pet_fonce:3327:28054797,28054357:pet_fonce:3327:28054774,28081690:pet_fonce:3327:28082221,28081718:pet_fonce:3327:28082127,28084834:pet_fonce:3327:28085410,28086966:pet_fonce:3327:28089122,28138737:pet_fonce:3327:28141403,28138792:pet_fonce:3327:28141239,28138898:pet_fonce:3327:28140653,28138911:pet_fonce:3327:28139947,28138950:pet_fonce:3327:28139744,28139930:pet_fonce:3327:28140397,28139941:pet_fonce:3327:28148069,28141729:pet_fonce:3327:28142078,28143313:pet_fonce:3327:28144078,28147701:pet_fonce:3327:28152550,28147733:pet_fonce:3327:28152324,28147738:pet_fonce:3327:28152020,28147788:pet_fonce:3327:28151552,28147828:pet_fonce:3327:28151308,28147869:pet_fonce:3327:28150497,28147915:pet_fonce:3327:28157297,28147916:pet_fonce:3327:28149703,28147959:pet_fonce:3327:28149620,28148047:pet_fonce:3327:28149315,28148063:pet_fonce:3327:28149050,2'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006839801354513873, 'nb_photo': 36, 'list_port_cont': '28054440,28147118,28291039,28323471,28324511,28348338,28349289,28381781,28392288,28482713,28487587,28518457,28596674,28597114,28649087,28658232,28677440,28752698', 'assoc_port': '28054350:28054440,28146918:28147118,28147700:28658232,28148146:28291039,28192388:28323471,28192440:28324511,28228988:28348338,28248588:28349289,28381739:28381781,28390850:28392288,28482696:28482713,28482976:28487587,28515941:28518457,28593916:28596674,28593919:28597114,28644305:28649087,28677396:28677440,28739777:28752698', 'assoc_mat': '28054350:pet_opaque:4205:28054440,28146918:pet_opaque:4205:28147118,28147700:pet_opaque:4205:28658232,28148146:pet_opaque:4205:28291039,28192388:pet_opaque:4205:28323471,28192440:pet_opaque:4205:28324511,28228988:pet_opaque:4205:28348338,28248588:pet_opaque:4205:28349289,28381739:pet_opaque:4205:28381781,28390850:pet_opaque:4205:28392288,28482696:pet_opaque:4205:28482713,28482976:pet_opaque:4205:28487587,28515941:pet_opaque:4205:28518457,28593916:pet_opaque:4205:28596674,28593919:pet_opaque:4205:28597114,28644305:pet_opaque:4205:28649087,28677396:pet_opaque:4205:28677440,28739777:pet_opaque:4205:28752698'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0167518751799322, 'nb_photo': 298, 'list_port_cont': '28085104,28181279,28185425,28208295,28249042,28283813,28291618,28293654,28324000,28347183,28348527,28351697,28352890,28356196,28361783,28378618,28387880,28407675,28423874,28481127,28481217,28486244,28521667,28531728,28562554,28567928,28570924,28572742,28597923,28616871,28631997,28651678,28661306,28662683,28689918,28741172,28742616,28747582,28751886,28772246,28776265', 'assoc_port': '28083963:28085104,28139937:28283813,28147910:28661306,28148151:28291618,28161015:28185425,28181031:28181279,28192430:28324000,28202894:28208295,28219777:28347183,28232930:28348527,28248631:28249042,28264555:28352890,28281591:28356196,28293296:28293654,28309155:28361783,28350678:28351697,28375471:28378618,28387626:28387880,28406249:28407675,28423462:28423874,28477032:28481217,28481009:28481127,28483071:28486244,28516161:28521667,28523862:28531728,28561952:28562554,28565488:28570924,28565648:28567928,28572580:28572742,28597768:28597923,28614716:28616871,28631178:28631997,28645222:28651678,28662425:28662683,28677995:28689918,28738999:28741172,28739509:28747582,28739629:28751886,28739809:28742616,28772034:28776265,28772086:28772246', 'assoc_mat': '28083963:pet_opaque:4203:28085104,28139937:pet_opaque:4203:28283813,28147910:pet_opaque:4203:28661306,28148151:pet_opaque:4203:28291618,28161015:pet_opaque:4203:28185425,28181031:pet_opaque:4203:28181279,28192430:pet_opaque:4203:28324000,28202894:pet_opaque:4203:28208295,28219777:pet_opaque:4203:28347183,28232930:pet_opaque:4203:28348527,28248631:pet_opaque:4203:28249042,28264555:pet_opaque:4203:28352890,28281591:pet_opaque:4203:28356196,28293296:pet_opaque:4203:28293654,28309155:pet_opaque:4203:28361783,28350678:pet_opaque:4203:28351697,28375471:pet_opaque:4203:28378618,28387626:pet_opaque:4203:28387880,28406249:pet_opaque:4203:28407675,28423462:pet_opaque:4203:28423874,28477032:pet_opaque:4203:28481217,28481009:pet_opaque:4203:28481127,28483071:pet_opaque:4203:28486244,28516161:pet_opaque:4203:28521667,28523862:pet_opaque:4203:28531728,28561952:pet_opaque:4203:28562554,28565488:pet_opaque:4203:28570924,28565648:pet_opaque:4203:28567928,28572580:pet_opaque:4203:28572742,28597768:pet_opaque:4203:28597923,2861'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.008133998224340891, 'nb_photo': 182, 'list_port_cont': '28054402,28054902,28072825,28084438,28090029,28152736,28166234,28168966,28171645,28172309,28178975,28185415,28213359,28213960,28225450,28235676,28251803,28262833,28263893,28269264,28272892,28278323,28282314,28290773,28292332,28293347,28293420,28293587,28294034,28294975,28299915,28316063,28327531,28328331,28329485,28334734,28337466,28340322,28342601,28344159,28346051,28346436,28347365,28347545,28347709,28348075,28348677,28350836,28351666,28352185,28358429,28379207,28386405,28391947,28395367,28398201,28410608,28417104,28417359,28417507,28423525,28423694,28423987,28479107,28479626,28480432,28483398,28483971,28485731,28485756,28485938,28485986,28486629,28486784,28487204,28493194,28493679,28494817,28496507,28504193,28517240,28517859,28518760,28520142,28531498,28562314,28564006,28565566,28565769,28566858,28567882,28568212,28569890,28570427,28570661,28570852,28571142,28572158,28572502,28593744,28601218,28602352,28613525,28615253,28618136,28620441,28625693,28648424,28649655,28649835,28650392,28651780,28658770,2865892', 'assoc_port': '28054297:28054902,28054319:28072825,28054352:28054402,28081719:28090029,28083934:28084438,28083948:28171645,28084837:28172309,28087374:28168966,28138758:28282314,28138906:28294034,28138935:28292332,28139933:28293420,28141029:28293587,28147736:28658770,28147741:28658928,28147752:28659350,28147806:28659804,28147850:28660146,28147854:28660408,28147909:28660870,28147989:28662412,28148085:28290773,28148114:28299915,28151575:28328331,28152599:28152736,28154717:28329485,28159774:28185415,28166080:28166234,28168996:28334734,28170010:28327531,28178799:28178975,28183631:28337466,28192429:28340322,28192446:28342601,28194730:28347365,28197664:28346436,28205609:28344159,28212549:28213960,28213243:28213359,28215371:28346051,28225398:28225450,28235487:28235676,28248529:28348677,28251445:28251803,28262751:28262833,28263783:28263893,28269228:28269264,28272779:28272892,28278260:28278323,28293204:28358429,28293210:28294975,28293294:28293347,28315969:28316063,28347533:28348075,28347540:28347709,28347541:28347545,28350617:2835218', 'assoc_mat': '28054297:pet_opaque:4207:28054902,28054319:pet_opaque:4207:28072825,28054352:pet_opaque:4207:28054402,28081719:pet_opaque:4207:28090029,28083934:pet_opaque:4207:28084438,28083948:pet_opaque:4207:28171645,28084837:pet_opaque:4207:28172309,28087374:pet_opaque:4207:28168966,28138758:pet_opaque:4207:28282314,28138906:pet_opaque:4207:28294034,28138935:pet_opaque:4207:28292332,28139933:pet_opaque:4207:28293420,28141029:pet_opaque:4207:28293587,28147736:pet_opaque:4207:28658770,28147741:pet_opaque:4207:28658928,28147752:pet_opaque:4207:28659350,28147806:pet_opaque:4207:28659804,28147850:pet_opaque:4207:28660146,28147854:pet_opaque:4207:28660408,28147909:pet_opaque:4207:28660870,28147989:pet_opaque:4207:28662412,28148085:pet_opaque:4207:28290773,28148114:pet_opaque:4207:28299915,28151575:pet_opaque:4207:28328331,28152599:pet_opaque:4207:28152736,28154717:pet_opaque:4207:28329485,28159774:pet_opaque:4207:28185415,28166080:pet_opaque:4207:28166234,28168996:pet_opaque:4207:28334734,28170010:pet_opaque:4207:28327531,2817'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.006797190004290992, 'nb_photo': 128, 'list_port_cont': '28081977,28085542,28140199,28144026,28149188,28149866,28150039,28150351,28150983,28152353,28157479,28169340,28174615,28177688,28181432,28192719,28193107,28194041,28197871,28200944,28212792,28216028,28220035,28221933,28226745,28233032,28249155,28250913,28252847,28276398,28278384,28293479,28311029,28311208,28311807,28313371,28315255,28317856,28324622,28325418,28347782,28351153,28375676,28377461,28379954,28391541,28394687,28397965,28407277,28413848,28423821,28477515,28477766,28483889,28483937,28484249,28484328,28484461,28484610,28491732,28516606,28516959,28525355,28528908,28562283,28566453,28566609,28566735,28570763,28620510,28622454,28631396,28644665,28656351,28659598,28662485,28665360,28671924,28679369,28739304,28740197,28740296,28741022,28741076,28742316,28745689,28746232,28772375,28772648,28772804,28772934', 'assoc_port': '28081717:28081977,28085384:28085542,28139935:28140199,28143810:28144026,28147927:28150983,28148057:28150351,28148087:28149866,28148150:28149188,28149746:28150039,28152166:28152353,28157332:28157479,28169062:28169340,28174214:28174615,28177407:28177688,28181340:28181432,28192331:28193107,28192477:28192719,28193668:28194041,28197668:28197871,28200553:28200944,28212551:28212792,28215550:28216028,28219774:28220035,28221747:28221933,28226524:28226745,28232655:28233032,28248629:28249155,28250727:28250913,28252625:28252847,28265677:28317856,28276254:28276398,28278108:28278384,28281559:28315255,28293139:28325418,28293207:28313371,28293309:28293479,28296032:28311807,28299552:28311208,28301747:28311029,28320702:28324622,28347527:28347782,28350627:28351153,28375489:28375676,28377307:28377461,28379722:28379954,28391221:28391541,28394419:28394687,28397703:28397965,28407028:28407277,28413384:28413848,28423436:28423821,28477070:28477766,28477141:28477515,28483034:28484610,28483048:28484461,28483058:28484328,28483067:2848424', 'assoc_mat': '28081717:pet_opaque:4461:28081977,28085384:pet_opaque:4461:28085542,28139935:pet_opaque:4461:28140199,28143810:pet_opaque:4461:28144026,28147927:pet_opaque:4461:28150983,28148057:pet_opaque:4461:28150351,28148087:pet_opaque:4461:28149866,28148150:pet_opaque:4461:28149188,28149746:pet_opaque:4461:28150039,28152166:pet_opaque:4461:28152353,28157332:pet_opaque:4461:28157479,28169062:pet_opaque:4461:28169340,28174214:pet_opaque:4461:28174615,28177407:pet_opaque:4461:28177688,28181340:pet_opaque:4461:28181432,28192331:pet_opaque:4461:28193107,28192477:pet_opaque:4461:28192719,28193668:pet_opaque:4461:28194041,28197668:pet_opaque:4461:28197871,28200553:pet_opaque:4461:28200944,28212551:pet_opaque:4461:28212792,28215550:pet_opaque:4461:28216028,28219774:pet_opaque:4461:28220035,28221747:pet_opaque:4461:28221933,28226524:pet_opaque:4461:28226745,28232655:pet_opaque:4461:28233032,28248629:pet_opaque:4461:28249155,28250727:pet_opaque:4461:28250913,28252625:pet_opaque:4461:28252847,28265677:pet_opaque:4461:28317856,2827'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev_rigide', 'pht_type': 4200, 'ratio': 0.0303274406875226, 'nb_photo': 2266, 'list_port_cont': '28054576,28054700,28054982,28063356,28063391,28082973,28084341,28084843,28087982,28162666,28170758,28172979,28182384,28183532,28185201,28185277,28185827,28186691,28198682,28205355,28209042,28209339,28215706,28220842,28227908,28244953,28252215,28256578,28265294,28275011,28283016,28283263,28283303,28283848,28285332,28289022,28289174,28291146,28291559,28293264,28295164,28297406,28298187,28300490,28302860,28316879,28322813,28322928,28323480,28324275,28324715,28325018,28327200,28330629,28347745,28347960,28348016,28348202,28348313,28348447,28348484,28348697,28348832,28349027,28349617,28349695,28349929,28351313,28351795,28351889,28352140,28352569,28354741,28355337,28355666,28356127,28357930,28358323,28359020,28359169,28361445,28361856,28363263,28375625,28378695,28378918,28381355,28385028,28387836,28393363,28398817,28400810,28404124,28404881,28407582,28417525,28417561,28423778,28424043,28424185,28480387,28481333,28481762,28481896,28482049,28482206,28482518,28483577,28483751,28484204,28484649,28486130,28486661,2848672', 'assoc_port': '28054304:28054982,28054306:28063391,28054338:28054700,28054346:28054576,28054359:28063356,28081703:28082973,28082632:28084341,28083930:28084843,28086967:28087982,28138800:28283016,28138899:28283263,28138914:28283303,28140142:28283848,28142059:28285332,28146540:28289174,28146544:28289022,28147702:28658490,28147734:28659016,28147749:28659690,28147848:28674609,28147895:28660813,28147923:28661762,28148021:28663196,28148052:28663442,28148100:28291146,28148147:28291559,28151574:28293264,28155279:28298187,28162367:28162666,28166078:28170758,28172513:28185277,28172690:28172979,28177686:28185201,28182141:28182384,28183336:28183532,28185548:28185827,28186634:28186691,28192273:28322813,28192314:28322928,28192363:28323480,28192432:28324275,28192436:28324715,28192449:28325018,28193436:28327200,28195137:28330629,28198477:28198682,28205034:28205355,28208176:28209042,28209316:28209339,28215375:28215706,28219780:28220842,28221746:28347960,28224401:28348313,28226174:28227908,28230175:28348484,28235508:28244953,28248516:2834869', 'assoc_mat': '28054304:pet_opaque:4200:28054982,28054306:pet_opaque:4200:28063391,28054338:pet_opaque:4200:28054700,28054346:pet_opaque:4200:28054576,28054359:pet_opaque:4200:28063356,28081703:pet_opaque:4200:28082973,28082632:pet_opaque:4200:28084341,28083930:pet_opaque:4200:28084843,28086967:pet_opaque:4200:28087982,28138800:pet_opaque:4200:28283016,28138899:pet_opaque:4200:28283263,28138914:pet_opaque:4200:28283303,28140142:pet_opaque:4200:28283848,28142059:pet_opaque:4200:28285332,28146540:pet_opaque:4200:28289174,28146544:pet_opaque:4200:28289022,28147702:pet_opaque:4200:28658490,28147734:pet_opaque:4200:28659016,28147749:pet_opaque:4200:28659690,28147848:pet_opaque:4200:28674609,28147895:pet_opaque:4200:28660813,28147923:pet_opaque:4200:28661762,28148021:pet_opaque:4200:28663196,28148052:pet_opaque:4200:28663442,28148100:pet_opaque:4200:28291146,28148147:pet_opaque:4200:28291559,28151574:pet_opaque:4200:28293264,28155279:pet_opaque:4200:28298187,28162367:pet_opaque:4200:28162666,28166078:pet_opaque:4200:28170758,2817'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006872201207574117, 'nb_photo': 32, 'list_port_cont': '28248828,28249106,28483671,28489538,28524149,28527364,28596160,28605083,28631347,28674086,28681601,28685988,28740143,28740159,28772226,28772309,28772565,28772614', 'assoc_port': '28248602:28249106,28248626:28248828,28483020:28483671,28489342:28489538,28523868:28524149,28527263:28527364,28595900:28596160,28604954:28605083,28631173:28631347,28667193:28685988,28673945:28674086,28681383:28681601,28739684:28740143,28739768:28740159,28772020:28772614,28772032:28772565,28772043:28772309,28772075:28772226', 'assoc_mat': '28248602:pet_opaque:4209:28249106,28248626:pet_opaque:4209:28248828,28483020:pet_opaque:4209:28483671,28489342:pet_opaque:4209:28489538,28523868:pet_opaque:4209:28524149,28527263:pet_opaque:4209:28527364,28595900:pet_opaque:4209:28596160,28604954:pet_opaque:4209:28605083,28631173:pet_opaque:4209:28631347,28667193:pet_opaque:4209:28685988,28673945:pet_opaque:4209:28674086,28681383:pet_opaque:4209:28681601,28739684:pet_opaque:4209:28740143,28739768:pet_opaque:4209:28740159,28772020:pet_opaque:4209:28772614,28772032:pet_opaque:4209:28772565,28772043:pet_opaque:4209:28772309,28772075:pet_opaque:4209:28772226'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gros_cartons', 'pht_type': 4207, 'ratio': 0.011368169893850375, 'nb_photo': 52, 'list_port_cont': '28217470,28219858,28222996,28282672,28292828,28295295,28297726,28302234,28303877,28346197,28346534,28347732,28351252,28351765,28385203,28411859,28424133,28486088,28486955,28487003,28487797,28493395,28517757,28519114,28569143,28570496,28570772,28571862,28573206,28625891,28645174,28647928,28654745,28657371,28658137,28661741,28739132,28741188,28751790,28752802,28754426,28774755', 'assoc_port': '28083965:28658137,28138778:28282672,28139939:28292828,28147922:28661741,28148045:28657371,28197670:28346534,28212552:28347732,28215373:28346197,28217135:28217470,28219788:28219858,28222844:28222996,28295276:28295295,28297617:28297726,28302175:28302234,28303815:28303877,28350634:28351765,28350682:28351252,28385146:28385203,28411777:28411859,28423435:28424133,28482968:28487003,28483030:28493395,28483055:28486955,28483064:28486088,28487681:28487797,28515972:28519114,28516950:28517757,28565482:28570496,28565527:28571862,28565636:28569143,28570748:28570772,28573192:28573206,28625874:28625891,28644425:28645174,28647712:28647928,28654699:28654745,28739038:28739132,28739630:28751790,28739779:28752802,28739801:28754426,28739866:28741188,28772066:28774755', 'assoc_mat': '28083965:pet_opaque:4207:28658137,28138778:pet_opaque:4207:28282672,28139939:pet_opaque:4207:28292828,28147922:pet_opaque:4207:28661741,28148045:pet_opaque:4207:28657371,28197670:pet_opaque:4207:28346534,28212552:pet_opaque:4207:28347732,28215373:pet_opaque:4207:28346197,28217135:pet_opaque:4207:28217470,28219788:pet_opaque:4207:28219858,28222844:pet_opaque:4207:28222996,28295276:pet_opaque:4207:28295295,28297617:pet_opaque:4207:28297726,28302175:pet_opaque:4207:28302234,28303815:pet_opaque:4207:28303877,28350634:pet_opaque:4207:28351765,28350682:pet_opaque:4207:28351252,28385146:pet_opaque:4207:28385203,28411777:pet_opaque:4207:28411859,28423435:pet_opaque:4207:28424133,28482968:pet_opaque:4207:28487003,28483030:pet_opaque:4207:28493395,28483055:pet_opaque:4207:28486955,28483064:pet_opaque:4207:28486088,28487681:pet_opaque:4207:28487797,28515972:pet_opaque:4207:28519114,28516950:pet_opaque:4207:28517757,28565482:pet_opaque:4207:28570496,28565527:pet_opaque:4207:28571862,28565636:pet_opaque:4207:28569143,2857'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.002992670701269161, 'nb_photo': 1404, 'list_port_cont': '28054493,28054763,28054811,28082496,28083609,28086420,28088223,28139394,28139874,28140316,28141415,28141782,28142157,28143110,28148382,28151965,28153790,28154235,28154552,28154672,28154977,28155835,28156300,28156631,28156974,28157374,28157875,28162622,28169601,28170307,28173115,28174484,28178429,28179862,28182306,28185839,28192825,28193397,28193749,28194224,28194528,28194927,28195427,28198092,28203116,28208329,28208869,28209386,28212841,28213399,28217685,28220204,28222259,28222868,28226371,28229372,28232431,28235954,28248837,28249290,28249898,28250832,28251020,28251239,28252995,28254067,28261943,28263309,28267892,28271633,28300353,28304994,28309899,28312692,28317177,28319172,28319918,28321611,28324240,28324887,28325204,28326710,28328309,28328741,28331967,28332622,28333964,28338838,28339582,28347702,28347995,28348149,28348289,28350862,28351094,28351377,28351778,28351965,28375905,28376299,28377584,28379122,28380668,28386269,28389624,28393275,28396613,28399800,28405029,28409769,28413134,28417261,28423597,2842368', 'assoc_port': '28054301:28054811,28054312:28054763,28054348:28054493,28081689:28082496,28082630:28083609,28086078:28086420,28088094:28088223,28138745:28142157,28138762:28141782,28138797:28141415,28138892:28140316,28138917:28139874,28138952:28139394,28140144:28157875,28142910:28143110,28146549:28157374,28147731:28156974,28147739:28156631,28147804:28156300,28147914:28155835,28147925:28154977,28147960:28154672,28148050:28154235,28148081:28153790,28148117:28148382,28151577:28151965,28154342:28154552,28162368:28162622,28169022:28170307,28169298:28169601,28172688:28173115,28174216:28174484,28178032:28178429,28179674:28179862,28182143:28182306,28185550:28185839,28192304:28194927,28192317:28194528,28192401:28194224,28192438:28193397,28192450:28192825,28193434:28193749,28195134:28195427,28197675:28198092,28202854:28203116,28208177:28208869,28208183:28208329,28209315:28209386,28212571:28212841,28213224:28213399,28217122:28217685,28219791:28220204,28221749:28222259,28222677:28222868,28226175:28226371,28229013:28229372,28232241:2823243', 'assoc_mat': '28054301:pet_opaque:4211:28054811,28054312:pet_opaque:4211:28054763,28054348:pet_opaque:4211:28054493,28081689:pet_opaque:4211:28082496,28082630:pet_opaque:4211:28083609,28086078:pet_opaque:4211:28086420,28088094:pet_opaque:4211:28088223,28138745:pet_opaque:4211:28142157,28138762:pet_opaque:4211:28141782,28138797:pet_opaque:4211:28141415,28138892:pet_opaque:4211:28140316,28138917:pet_opaque:4211:28139874,28138952:pet_opaque:4211:28139394,28140144:pet_opaque:4211:28157875,28142910:pet_opaque:4211:28143110,28146549:pet_opaque:4211:28157374,28147731:pet_opaque:4211:28156974,28147739:pet_opaque:4211:28156631,28147804:pet_opaque:4211:28156300,28147914:pet_opaque:4211:28155835,28147925:pet_opaque:4211:28154977,28147960:pet_opaque:4211:28154672,28148050:pet_opaque:4211:28154235,28148081:pet_opaque:4211:28153790,28148117:pet_opaque:4211:28148382,28151577:pet_opaque:4211:28151965,28154342:pet_opaque:4211:28154552,28162368:pet_opaque:4211:28162622,28169022:pet_opaque:4211:28170307,28169298:pet_opaque:4211:28169601,2817'}, {'unwanted_material': 'textiles_sanitaires', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0011526934081847393, 'nb_photo': 9, 'list_port_cont': '28208289,28324009,28347174,28356194,28616868,28742605', 'assoc_port': '28192430:28324009,28202894:28208289,28219777:28347174,28281591:28356194,28614716:28616868,28739809:28742605', 'assoc_mat': '28192430:textiles_sanitaires:4203:28324009,28202894:textiles_sanitaires:4203:28208289,28219777:textiles_sanitaires:4203:28347174,28281591:textiles_sanitaires:4203:28356194,28614716:textiles_sanitaires:4203:28616868,28739809:textiles_sanitaires:4203:28742605'}, {'unwanted_material': 'textiles_sanitaires', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0030213938843065566, 'nb_photo': 10, 'list_port_cont': '28072885,28090036,28334965,28490764,28594230,28740662,28741378,28747937', 'assoc_port': '28054308:28072885,28081719:28090036,28173580:28334965,28490684:28490764,28594175:28594230,28739515:28747937,28739868:28741378,28739909:28740662', 'assoc_mat': '28054308:textiles_sanitaires:4207:28072885,28081719:textiles_sanitaires:4207:28090036,28173580:textiles_sanitaires:4207:28334965,28490684:textiles_sanitaires:4207:28490764,28594175:textiles_sanitaires:4207:28594230,28739515:textiles_sanitaires:4207:28747937,28739868:textiles_sanitaires:4207:28741378,28739909:textiles_sanitaires:4207:28740662'}, {'unwanted_material': 'textiles_sanitaires', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00042486843613497195, 'nb_photo': 8, 'list_port_cont': '28192822,28328297,28351375,28517851,28562210,28656222,28740940,28742821', 'assoc_port': '28192450:28192822,28293149:28328297,28350676:28351375,28515935:28517851,28561959:28562210,28653763:28656222,28739625:28742821,28739851:28740940', 'assoc_mat': '28192450:textiles_sanitaires:4211:28192822,28293149:textiles_sanitaires:4211:28328297,28350676:textiles_sanitaires:4211:28351375,28515935:textiles_sanitaires:4211:28517851,28561959:textiles_sanitaires:4211:28562210,28653763:textiles_sanitaires:4211:28656222,28739625:textiles_sanitaires:4211:28742821,28739851:textiles_sanitaires:4211:28740940'}), 'main_stat': {'nb_photos': 291803}}, 'hostname': (('jetson-2',),), 'impurety_average_per_hashtag': [(('film_pedb', '2025-11', 0.1633642646431243),), (('pet_clair', '2025-11', 0.07663845521453798),), (('emr', '2025-11', 0.05667599756683207),), (('pehd_pp', '2025-11', 0.06369135924867986),), (('flux_dev_rigide', '2025-11', 0.3620817258310057),), (('aluminium', '2025-11', 0.049465158163190984),), (('gros_cartons', '2025-11', 0.05341942871572057),), (('ela', '2025-11', 0.16083286123369955),), (('gm', '2025-11', 0.037961732691586605),)]} filepath : /data_4/data_log/job/memo/arc_en_ciel_mm/sla_mensuel_arc_en_ciel_mm_mois_11_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', '2.21%', 1705], 'barquette_avec_film': ['barquette_avec_film', '0.65%', 128], 'bouchon': ['bouchon', '0.55%', 551], 'carton': ['carton', '2.08%', 807], 'etiquette': ['etiquette', '0.6%', 25], 'metal': ['metal', '0.35%', 12], 'papier': ['papier', '2.92%', 1885], 'pehd': ['pehd', '0.57%', 96], 'pet_clair': ['pet_clair', '91.68%', 32310], 'pet_fonce': ['pet_fonce', '2.38%', 814]}, 'aluminium': {'barquette_opaque': ['barquette_opaque', '0.36%', 31], 'carton': ['carton', '0.29%', 48], 'ela': ['ela', '0.32%', 3], 'etiquette': ['etiquette', '0.25%', 19], 'film_plastique': ['film_plastique', '1.89%', 83], 'metal': ['metal', '95.29%', 13], 'papier': ['papier', '2.23%', 505], 'pet_clair': ['pet_clair', '0.69%', 25], 'pet_opaque': ['pet_opaque', '0.68%', 36]}, 'ela': {'barquette_opaque': ['barquette_opaque', '1.87%', 445], 'carton': ['carton', '0.93%', 297], 'ela': ['ela', '83.14%', 90], 'etiquette': ['etiquette', '1.01%', 608], 'film_plastique': ['film_plastique', '2.61%', 513], 'kraft': ['kraft', '0.22%', 1], 'metal': ['metal', '1.14%', 85], 'papier': ['papier', '7.52%', 2742], 'pehd': ['pehd', '0.2%', 2], 'pet_clair': ['pet_clair', '0.98%', 124], 'pet_fonce': ['pet_fonce', '0.31%', 21], 'pet_opaque': ['pet_opaque', '1.68%', 298], 'textiles_sanitaires': ['textiles_sanitaires', '0.12%', 9]}, 'emr': {'barquette_opaque': ['barquette_opaque', '0.31%', 225], 'carton': ['carton', '94.37%', 239], 'ela': ['ela', '0.3%', 23], 'etiquette': ['etiquette', '0.2%', 97], 'film_plastique': ['film_plastique', '0.28%', 346], 'kraft': ['kraft', '0.46%', 30], 'metal': ['metal', '0.82%', 30], 'papier': ['papier', '4.9%', 7661], 'pehd': ['pehd', '0.35%', 2], 'pet_clair': ['pet_clair', '0.46%', 62], 'pet_fonce': ['pet_fonce', '1.52%', 2], 'pet_opaque': ['pet_opaque', '0.81%', 182], 'textiles_sanitaires': ['textiles_sanitaires', '0.3%', 10]}, 'film_pedb': {'barquette_opaque': ['barquette_opaque', '1.32%', 22], 'carton': ['carton', '1.84%', 2085], 'ela': ['ela', '0.57%', 9], 'etiquette': ['etiquette', '0.1%', 37], 'film_plastique': ['film_plastique', '83.46%', 2411], 'metal': ['metal', '2.76%', 24], 'papier': ['papier', '13.79%', 11354], 'pehd': ['pehd', '0.38%', 1], 'pet_clair': ['pet_clair', '0.26%', 6], 'pet_fonce': ['pet_fonce', '0.49%', 8], 'pet_opaque': ['pet_opaque', '0.68%', 128]}, 'flux_dev_rigide': {'barquette_opaque': ['barquette_opaque', '1.93%', 462], 'carton': ['carton', '1.98%', 424], 'ela': ['ela', '0.43%', 50], 'etiquette': ['etiquette', '0.34%', 216], 'film_plastique': ['film_plastique', '3.85%', 1690], 'kraft': ['kraft', '0.35%', 7], 'metal': ['metal', '17.38%', 307], 'papier': ['papier', '16.01%', 2923], 'pehd': ['pehd', '4.29%', 71], 'pet_clair': ['pet_clair', '3.41%', 1003], 'pet_fonce': ['pet_fonce', '57.12%', 1475], 'pet_opaque': ['pet_opaque', '3.03%', 2266]}, 'gm': {'barquette_opaque': ['barquette_opaque', '0.63%', 23], 'carton': ['carton', '1.71%', 65], 'ela': ['ela', '0.34%', 7], 'etiquette': ['etiquette', '0.64%', 59], 'film_plastique': ['film_plastique', '1.39%', 24], 'kraft': ['kraft', '0.39%', 3], 'metal': ['metal', '0.26%', 5], 'papier': ['papier', '95.85%', 2822], 'pehd': ['pehd', '0.06%', 1], 'pet_clair': ['pet_clair', '0.33%', 3], 'pet_fonce': ['pet_fonce', '0.13%', 2], 'pet_opaque': ['pet_opaque', '0.69%', 32]}, 'gros_cartons': {'barquette_opaque': ['barquette_opaque', '0.37%', 47], 'carton': ['carton', '94.81%', 99], 'ela': ['ela', '0.19%', 5], 'etiquette': ['etiquette', '0.13%', 21], 'film_plastique': ['film_plastique', '0.65%', 197], 'kraft': ['kraft', '0.55%', 7], 'metal': ['metal', '0.82%', 12], 'papier': ['papier', '4.58%', 2586], 'pet_clair': ['pet_clair', '0.56%', 36], 'pet_fonce': ['pet_fonce', '0.31%', 3], 'pet_opaque': ['pet_opaque', '1.14%', 52]}, 'pehd_pp': {'barquette_opaque': ['barquette_opaque', '4.24%', 7065], 'carton': ['carton', '0.19%', 969], 'ela': ['ela', '0.05%', 95], 'etiquette': ['etiquette', '0.07%', 2070], 'film_plastique': ['film_plastique', '0.28%', 1971], 'kraft': ['kraft', '0.05%', 24], 'metal': ['metal', '0.83%', 475], 'papier': ['papier', '0.85%', 5586], 'pehd': ['pehd', '93.81%', 58], 'pet_clair': ['pet_clair', '0.3%', 476], 'pet_fonce': ['pet_fonce', '0.07%', 103], 'pet_opaque': ['pet_opaque', '0.3%', 1404], 'textiles_sanitaires': ['textiles_sanitaires', '0.04%', 8]}} before plot_matierial_repartition before organize_and_plot_coverage_data Warning a wrong coverage has been found : 0.0 Warning a wrong coverage has been found : 0.0 Warning a wrong coverage has been found : 0.0 Warning a wrong coverage has been found : 0.0 TODO VR to ADNNANE : a mon avis il faut refactorer la préparation des données, je ne comprends pas non plus ce -0.0 et puis il y a un bug avec la taille differente (reproduit en commentant cette ligne ou : --raspi=20077 --use_sqlite --date=2022-09 -v --job=sla_mensuel) before organize_and_plot_impurety_average_data before organize_and_plot_quality_photo_data finish generating filepath : /data_4/data_log/job/memo/arc_en_ciel_mm/sla_mensuel_arc_en_ciel_mm_mois_11_annee_2025.pdf le fichier se trouve ici : /data_4/data_log/job/memo/arc_en_ciel_mm 5.06user 4.89system 0:15.38elapsed 64%CPU (0avgtext+0avgdata 188508maxresident)k 56inputs+2568outputs (1major+70608minor)pagefaults 0swaps