python /home/admin/mtr/script_for_cron.py -j default -m 20 -a 'python3 /home/admin/workarea/git/Velours/python/prod/memo/memo.py --job=sla_mensuel --raspi=30006 --dashboard_places=angers_montee_convoyeur --rootfolder_sla=/data_2/data_log/job/memo/angers_montee_convoyeur -v --mtr_id=1017 --date=`date -d"$nowdate 15 day ago" +%Y-%m` ' -s sla_mensuel -M 0 -S 0 -U 90,80,95 import MySQLdb succeeded Import error (python version) Need env var : LOGRASPI Raspi : 30006, Date : 2025-05 _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 : (3, 31) VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier TODO : Insert select and so on SELECT id, name, misc_info, datou_id_for_right FROM MTRPhoto.dashboard_places WHERE name="angers_montee_convoyeur"; SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier Fonction SLA_MENSUEL nb_day : (3, 31) VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier TODO : Insert select and so on SELECT id, name, misc_info, datou_id_for_right FROM MTRPhoto.dashboard_places WHERE name="angers_montee_convoyeur"; SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier place_id : 36 month : 05 mtr_id : 1017 dashboard_places : angers_montee_convoyeur date : 2025-05 year : 2025 raspi : 30006 select count(distinct mtr_photo_id) from MTRUser.mtr_portfolio_photos where mtr_portfolio_id in (select id from MTRUser.mtr_portfolios where id in (select mtr_portfolio_id from MTRPhoto.dashboard_results where dashboard_run_id in(select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id in (select id from MTRPhoto.dashboard_places where name = 'angers_montee_convoyeur' and date like '%2025-05%') and created_at like '%2025-05%'))); nb_day : (3, 31) after unwanted_material_data nb_day : (3, 31) SQL: SELECT ms.id, ms.name, mst.name as type, ms.test_group, ms.test_name, ms.server, ms.version_code, ms.result_str, ms.result_bool, ms.result_float, ms.lien, ms.created_at FROM MTRAdmin.monitor_sys ms INNER JOIN MTRAdmin.monitor_sys_type mst on mst.id = ms.type WHERE ms.test_name like '%30006%' AND ms.result_str like '%2025/05%'ORDER BY ms.id desc LIMIT 0, 1000000; No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 84209 seconds', 'coverage_times_pause': '0 days 86120 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 8508, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 99, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/05/17', 'portfolio_id': 23084507, 'last_run_id': 1824220, 'total_number_of_photos': 101}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 192 seconds', 'coverage_pause': '0 days 83769 seconds', 'coverage_times_pause': '0 days 86175 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 99, 'end_of_day_photos_duplicated': 1657, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 6852, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 41, 'nb_images_finished': 880, 'nb_ptf_finished_for_older': 1, 'nb_images_finished_for_older': 19, 'nb_ptf_started': 61, 'nb_images_started': 1361, 'nb_selected_images': 2260, 'last_update': '2025/05/18', 'portfolio_id': 23034666, 'last_run_id': 1823488, 'total_number_of_photos': 6853}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83413 seconds', 'coverage_times_pause': '0 days 86111 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 1405, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7196, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 58, 'nb_images_finished': 1378, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 42, 'nb_images_started': 929, 'nb_selected_images': 2307, 'last_update': '2025/05/18', 'portfolio_id': 22986403, 'last_run_id': 1820014, 'total_number_of_photos': 7206}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83750 seconds', 'coverage_times_pause': '0 days 86119 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 1457, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 7148, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 112, 'nb_images_finished': 2344, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 10, 'nb_images_started': 260, 'nb_selected_images': 2604, 'last_update': '2025/05/17', 'portfolio_id': 22940698, 'last_run_id': 1815859, 'total_number_of_photos': 7153}} No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83485 seconds', 'coverage_times_pause': '0 days 86059 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_duplicated': 1239, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7357, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 110, 'nb_images_finished': 2355, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 81, 'nb_selected_images': 2436, 'last_update': '2025/05/16', 'portfolio_id': 22899561, 'last_run_id': 1811961, 'total_number_of_photos': 7365}} No error ? {'log_dict': {'total_nb_images': 6453, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 62502 seconds', 'coverage_times_pause': '0 days 64559 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 70, 'end_of_day_photos_duplicated': 946, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 5429, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2125, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 8, 'nb_images_started': 236, 'nb_selected_images': 2361, 'last_update': '2025/05/18', 'portfolio_id': 22871503, 'last_run_id': 1808169, 'total_number_of_photos': 5442}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 192 seconds', 'coverage_pause': '0 days 83769 seconds', 'coverage_times_pause': '0 days 86175 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 99, 'end_of_day_photos_duplicated': 1657, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 6852, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 41, 'nb_images_finished': 880, 'nb_ptf_finished_for_older': 1, 'nb_images_finished_for_older': 19, 'nb_ptf_started': 61, 'nb_images_started': 1361, 'nb_selected_images': 2260, 'last_update': '2025/05/17', 'portfolio_id': 23034666, 'last_run_id': 1823391, 'total_number_of_photos': 6853}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83413 seconds', 'coverage_times_pause': '0 days 86111 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 1405, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7196, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 58, 'nb_images_finished': 1378, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 42, 'nb_images_started': 929, 'nb_selected_images': 2307, 'last_update': '2025/05/17', 'portfolio_id': 22986403, 'last_run_id': 1820014, 'total_number_of_photos': 7206}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83750 seconds', 'coverage_times_pause': '0 days 86119 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 1457, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 7148, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 112, 'nb_images_finished': 2344, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 10, 'nb_images_started': 260, 'nb_selected_images': 2604, 'last_update': '2025/05/17', 'portfolio_id': 22940698, 'last_run_id': 1815859, 'total_number_of_photos': 7153}} No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83485 seconds', 'coverage_times_pause': '0 days 86059 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_duplicated': 1239, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7357, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 110, 'nb_images_finished': 2355, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 81, 'nb_selected_images': 2436, 'last_update': '2025/05/16', 'portfolio_id': 22899561, 'last_run_id': 1811961, 'total_number_of_photos': 7365}} No error ? {'log_dict': {'total_nb_images': 6453, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 62502 seconds', 'coverage_times_pause': '0 days 64559 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 70, 'end_of_day_photos_duplicated': 946, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 5429, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2125, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 8, 'nb_images_started': 236, 'nb_selected_images': 2361, 'last_update': '2025/05/16', 'portfolio_id': 22871503, 'last_run_id': 1808169, 'total_number_of_photos': 5442}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8602, 'max_time_between_images': '0 days 202 seconds', 'coverage_pause': '0 days 83749 seconds', 'coverage_times_pause': '0 days 86051 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 326, 'end_of_day_photos_duplicated': 1277, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 3, 'end_of_day_photos_uploaded': 6994, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 93, 'nb_images_finished': 1911, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 56, 'nb_selected_images': 1967, 'last_update': '2025/05/12', 'portfolio_id': 22848587, 'last_run_id': 1804621, 'total_number_of_photos': 7001}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83413 seconds', 'coverage_times_pause': '0 days 86111 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 1405, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7196, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 58, 'nb_images_finished': 1378, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 42, 'nb_images_started': 929, 'nb_selected_images': 2307, 'last_update': '2025/05/16', 'portfolio_id': 22986403, 'last_run_id': 1819820, 'total_number_of_photos': 7206}} 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': 112, 'nb_images_finished': 2344, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 10, 'nb_images_started': 260, 'nb_selected_images': 2604, 'last_update': '2025/05/16', 'portfolio_id': 22940698, 'last_run_id': 1815859, 'total_number_of_photos': 7153}} No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83485 seconds', 'coverage_times_pause': '0 days 86059 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_duplicated': 1239, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7357, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 110, 'nb_images_finished': 2355, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 81, 'nb_selected_images': 2436, 'last_update': '2025/05/15', 'portfolio_id': 22899561, 'last_run_id': 1811961, 'total_number_of_photos': 7365}} No error ? {'log_dict': {'total_nb_images': 6453, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 62502 seconds', 'coverage_times_pause': '0 days 64559 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 70, 'end_of_day_photos_duplicated': 946, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 5429, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2125, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 8, 'nb_images_started': 236, 'nb_selected_images': 2361, 'last_update': '2025/05/15', 'portfolio_id': 22871503, 'last_run_id': 1808169, 'total_number_of_photos': 5442}} 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': 108, 'nb_images_finished': 2298, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2298, 'last_update': '2025/05/10', 'portfolio_id': 22806756, 'last_run_id': 1802002, 'total_number_of_photos': 7801}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83750 seconds', 'coverage_times_pause': '0 days 86119 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 1457, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 7148, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 112, 'nb_images_finished': 2344, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 10, 'nb_images_started': 260, 'nb_selected_images': 2604, 'last_update': '2025/05/15', 'portfolio_id': 22940698, 'last_run_id': 1815730, 'total_number_of_photos': 7153}} No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83485 seconds', 'coverage_times_pause': '0 days 86059 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_duplicated': 1239, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7357, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 110, 'nb_images_finished': 2355, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 81, 'nb_selected_images': 2436, 'last_update': '2025/05/14', 'portfolio_id': 22899561, 'last_run_id': 1811961, 'total_number_of_photos': 7365}} 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': 107, 'nb_images_finished': 2125, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 8, 'nb_images_started': 236, 'nb_selected_images': 2361, 'last_update': '2025/05/13', 'portfolio_id': 22871503, 'last_run_id': 1808169, 'total_number_of_photos': 5442}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8602, 'max_time_between_images': '0 days 202 seconds', 'coverage_pause': '0 days 83749 seconds', 'coverage_times_pause': '0 days 86051 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 326, 'end_of_day_photos_duplicated': 1277, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 3, 'end_of_day_photos_uploaded': 6994, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 93, 'nb_images_finished': 1911, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 56, 'nb_selected_images': 1967, 'last_update': '2025/05/12', 'portfolio_id': 22848587, 'last_run_id': 1804621, 'total_number_of_photos': 7001}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83408 seconds', 'coverage_times_pause': '0 days 86069 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_duplicated': 803, 'end_of_day_photos_nothing_done': 2, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7791, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2298, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2298, 'last_update': '2025/05/10', 'portfolio_id': 22806756, 'last_run_id': 1802002, 'total_number_of_photos': 7801}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83185 seconds', 'coverage_times_pause': '0 days 86115 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_duplicated': 1652, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 6947, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/05/09', 'portfolio_id': 22792282, 'last_run_id': 1797583, 'total_number_of_photos': 6957}} No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83485 seconds', 'coverage_times_pause': '0 days 86059 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_duplicated': 1239, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7357, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 110, 'nb_images_finished': 2355, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 81, 'nb_selected_images': 2436, 'last_update': '2025/05/14', 'portfolio_id': 22899561, 'last_run_id': 1811577, 'total_number_of_photos': 7365}} No error ? {'log_dict': {'total_nb_images': 6453, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 62502 seconds', 'coverage_times_pause': '0 days 64559 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 70, 'end_of_day_photos_duplicated': 946, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 5429, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2125, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 8, 'nb_images_started': 236, 'nb_selected_images': 2361, 'last_update': '2025/05/13', 'portfolio_id': 22871503, 'last_run_id': 1808169, 'total_number_of_photos': 5442}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8602, 'max_time_between_images': '0 days 202 seconds', 'coverage_pause': '0 days 83749 seconds', 'coverage_times_pause': '0 days 86051 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 326, 'end_of_day_photos_duplicated': 1277, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 3, 'end_of_day_photos_uploaded': 6994, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 93, 'nb_images_finished': 1911, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 56, 'nb_selected_images': 1967, 'last_update': '2025/05/12', 'portfolio_id': 22848587, 'last_run_id': 1804621, 'total_number_of_photos': 7001}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83408 seconds', 'coverage_times_pause': '0 days 86069 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_duplicated': 803, 'end_of_day_photos_nothing_done': 2, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7791, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2298, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2298, 'last_update': '2025/05/10', 'portfolio_id': 22806756, 'last_run_id': 1802002, 'total_number_of_photos': 7801}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83185 seconds', 'coverage_times_pause': '0 days 86115 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_duplicated': 1652, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 6947, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/05/09', 'portfolio_id': 22792282, 'last_run_id': 1797583, 'total_number_of_photos': 6957}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83371 seconds', 'coverage_times_pause': '0 days 86178 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_dark': 117, 'end_of_day_photos_duplicated': 1150, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7338, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 101, 'nb_images_finished': 2377, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2377, 'last_update': '2025/05/08', 'portfolio_id': 22740011, 'last_run_id': 1793790, 'total_number_of_photos': 7350}} No error ? {'log_dict': {'total_nb_images': 6453, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 62502 seconds', 'coverage_times_pause': '0 days 64559 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 70, 'end_of_day_photos_duplicated': 946, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 5429, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 2083, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 10, 'nb_images_started': 278, 'nb_selected_images': 2361, 'last_update': '2025/05/13', 'portfolio_id': 22871503, 'last_run_id': 1808013, 'total_number_of_photos': 5442}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8602, 'max_time_between_images': '0 days 202 seconds', 'coverage_pause': '0 days 83749 seconds', 'coverage_times_pause': '0 days 86051 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 326, 'end_of_day_photos_duplicated': 1277, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 3, 'end_of_day_photos_uploaded': 6994, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 93, 'nb_images_finished': 1911, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 56, 'nb_selected_images': 1967, 'last_update': '2025/05/12', 'portfolio_id': 22848587, 'last_run_id': 1804621, 'total_number_of_photos': 7001}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83185 seconds', 'coverage_times_pause': '0 days 86115 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_duplicated': 1652, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 6947, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/05/09', 'portfolio_id': 22792282, 'last_run_id': 1797583, 'total_number_of_photos': 6957}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83371 seconds', 'coverage_times_pause': '0 days 86178 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_dark': 117, 'end_of_day_photos_duplicated': 1150, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7338, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 101, 'nb_images_finished': 2377, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2377, 'last_update': '2025/05/08', 'portfolio_id': 22740011, 'last_run_id': 1793790, 'total_number_of_photos': 7350}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 84000 seconds', 'coverage_times_pause': '0 days 86071 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 330, 'end_of_day_photos_duplicated': 904, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7363, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2284, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2284, 'last_update': '2025/05/07', 'portfolio_id': 22700312, 'last_run_id': 1789374, 'total_number_of_photos': 7379}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8602, 'max_time_between_images': '0 days 202 seconds', 'coverage_pause': '0 days 83749 seconds', 'coverage_times_pause': '0 days 86051 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 326, 'end_of_day_photos_duplicated': 1277, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 3, 'end_of_day_photos_uploaded': 6994, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 88, 'nb_images_finished': 1803, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 6, 'nb_images_started': 138, 'nb_selected_images': 1941, 'last_update': '2025/05/11', 'portfolio_id': 22848587, 'last_run_id': 1803757, 'total_number_of_photos': 7001}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83408 seconds', 'coverage_times_pause': '0 days 86069 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_duplicated': 803, 'end_of_day_photos_nothing_done': 2, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7791, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2298, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2298, 'last_update': '2025/05/10', 'portfolio_id': 22806756, 'last_run_id': 1802002, 'total_number_of_photos': 7801}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83185 seconds', 'coverage_times_pause': '0 days 86115 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_duplicated': 1652, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 6947, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/05/09', 'portfolio_id': 22792282, 'last_run_id': 1797583, 'total_number_of_photos': 6957}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83371 seconds', 'coverage_times_pause': '0 days 86178 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_dark': 117, 'end_of_day_photos_duplicated': 1150, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7338, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 101, 'nb_images_finished': 2377, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2377, 'last_update': '2025/05/08', 'portfolio_id': 22740011, 'last_run_id': 1793790, 'total_number_of_photos': 7350}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 84000 seconds', 'coverage_times_pause': '0 days 86071 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 330, 'end_of_day_photos_duplicated': 904, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7363, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2284, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2284, 'last_update': '2025/05/07', 'portfolio_id': 22700312, 'last_run_id': 1789374, 'total_number_of_photos': 7379}} No error ? {'log_dict': {'total_nb_images': 6447, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 62432 seconds', 'coverage_times_pause': '0 days 64500 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 65, 'end_of_day_photos_duplicated': 367, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 6009, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2343, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2343, 'last_update': '2025/05/06', 'portfolio_id': 22657876, 'last_run_id': 1785453, 'total_number_of_photos': 6018}} No error ? {'log_dict': {'total_nb_images': 8602, 'max_time_between_images': '0 days 202 seconds', 'coverage_pause': '0 days 83749 seconds', 'coverage_times_pause': '0 days 86051 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 326, 'end_of_day_photos_duplicated': 1277, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 3, 'end_of_day_photos_uploaded': 6994, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 88, 'nb_images_finished': 1803, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 6, 'nb_images_started': 138, 'nb_selected_images': 1941, 'last_update': '2025/05/11', 'portfolio_id': 22848587, 'last_run_id': 1803757, 'total_number_of_photos': 7001}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83408 seconds', 'coverage_times_pause': '0 days 86069 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_duplicated': 803, 'end_of_day_photos_nothing_done': 2, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7791, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2298, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2298, 'last_update': '2025/05/10', 'portfolio_id': 22806756, 'last_run_id': 1802002, 'total_number_of_photos': 7801}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83185 seconds', 'coverage_times_pause': '0 days 86115 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_duplicated': 1652, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 6947, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/05/09', 'portfolio_id': 22792282, 'last_run_id': 1797583, 'total_number_of_photos': 6957}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83371 seconds', 'coverage_times_pause': '0 days 86178 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_dark': 117, 'end_of_day_photos_duplicated': 1150, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7338, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 101, 'nb_images_finished': 2377, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2377, 'last_update': '2025/05/08', 'portfolio_id': 22740011, 'last_run_id': 1793790, 'total_number_of_photos': 7350}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 84000 seconds', 'coverage_times_pause': '0 days 86071 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 330, 'end_of_day_photos_duplicated': 904, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7363, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2284, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2284, 'last_update': '2025/05/07', 'portfolio_id': 22700312, 'last_run_id': 1789374, 'total_number_of_photos': 7379}} No error ? {'log_dict': {'total_nb_images': 6447, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 62432 seconds', 'coverage_times_pause': '0 days 64500 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 65, 'end_of_day_photos_duplicated': 367, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 6009, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2343, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2343, 'last_update': '2025/05/06', 'portfolio_id': 22657876, 'last_run_id': 1785453, 'total_number_of_photos': 6018}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83408 seconds', 'coverage_times_pause': '0 days 86069 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_duplicated': 803, 'end_of_day_photos_nothing_done': 2, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7791, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2298, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2298, 'last_update': '2025/05/10', 'portfolio_id': 22806756, 'last_run_id': 1801906, 'total_number_of_photos': 7801}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83371 seconds', 'coverage_times_pause': '0 days 86178 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_dark': 117, 'end_of_day_photos_duplicated': 1150, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7338, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 101, 'nb_images_finished': 2377, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2377, 'last_update': '2025/05/08', 'portfolio_id': 22740011, 'last_run_id': 1793790, 'total_number_of_photos': 7350}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 84000 seconds', 'coverage_times_pause': '0 days 86071 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 330, 'end_of_day_photos_duplicated': 904, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7363, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2284, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2284, 'last_update': '2025/05/07', 'portfolio_id': 22700312, 'last_run_id': 1789374, 'total_number_of_photos': 7379}} No error ? {'log_dict': {'total_nb_images': 6447, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 62432 seconds', 'coverage_times_pause': '0 days 64500 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 65, 'end_of_day_photos_duplicated': 367, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 6009, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2343, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2343, 'last_update': '2025/05/06', 'portfolio_id': 22657876, 'last_run_id': 1785453, 'total_number_of_photos': 6018}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83292 seconds', 'coverage_times_pause': '0 days 86115 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 3, 'end_of_day_photos_dark': 293, 'end_of_day_photos_duplicated': 1627, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6679, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 2099, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2099, 'last_update': '2025/05/05', 'portfolio_id': 22628246, 'last_run_id': 1781229, 'total_number_of_photos': 6686}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83185 seconds', 'coverage_times_pause': '0 days 86115 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_duplicated': 1652, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 6947, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/05/09', 'portfolio_id': 22792282, 'last_run_id': 1797446, 'total_number_of_photos': 6957}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83371 seconds', 'coverage_times_pause': '0 days 86178 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_dark': 117, 'end_of_day_photos_duplicated': 1150, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7338, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 101, 'nb_images_finished': 2377, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2377, 'last_update': '2025/05/08', 'portfolio_id': 22740011, 'last_run_id': 1793790, 'total_number_of_photos': 7350}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 84000 seconds', 'coverage_times_pause': '0 days 86071 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 330, 'end_of_day_photos_duplicated': 904, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7363, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2284, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2284, 'last_update': '2025/05/07', 'portfolio_id': 22700312, 'last_run_id': 1789374, 'total_number_of_photos': 7379}} No error ? {'log_dict': {'total_nb_images': 6447, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 62432 seconds', 'coverage_times_pause': '0 days 64500 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 65, 'end_of_day_photos_duplicated': 367, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 6009, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2343, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2343, 'last_update': '2025/05/06', 'portfolio_id': 22657876, 'last_run_id': 1785453, 'total_number_of_photos': 6018}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83292 seconds', 'coverage_times_pause': '0 days 86115 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 3, 'end_of_day_photos_dark': 293, 'end_of_day_photos_duplicated': 1627, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6679, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 2099, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2099, 'last_update': '2025/05/05', 'portfolio_id': 22628246, 'last_run_id': 1781229, 'total_number_of_photos': 6686}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 84097 seconds', 'coverage_times_pause': '0 days 86107 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 324, 'end_of_day_photos_duplicated': 1342, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 6935, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 115, 'nb_images_finished': 2285, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2285, 'last_update': '2025/05/03', 'portfolio_id': 22588284, 'last_run_id': 1778537, 'total_number_of_photos': 6945}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83371 seconds', 'coverage_times_pause': '0 days 86178 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_dark': 117, 'end_of_day_photos_duplicated': 1150, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7338, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 101, 'nb_images_finished': 2377, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2377, 'last_update': '2025/05/08', 'portfolio_id': 22740011, 'last_run_id': 1793697, 'total_number_of_photos': 7350}} No error ? {'log_dict': {'total_nb_images': 6447, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 62432 seconds', 'coverage_times_pause': '0 days 64500 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 65, 'end_of_day_photos_duplicated': 367, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 6009, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2343, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2343, 'last_update': '2025/05/06', 'portfolio_id': 22657876, 'last_run_id': 1785453, 'total_number_of_photos': 6018}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83292 seconds', 'coverage_times_pause': '0 days 86115 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 3, 'end_of_day_photos_dark': 293, 'end_of_day_photos_duplicated': 1627, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6679, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 2099, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2099, 'last_update': '2025/05/05', 'portfolio_id': 22628246, 'last_run_id': 1781229, 'total_number_of_photos': 6686}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 84097 seconds', 'coverage_times_pause': '0 days 86107 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 324, 'end_of_day_photos_duplicated': 1342, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 6935, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 115, 'nb_images_finished': 2285, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2285, 'last_update': '2025/05/03', 'portfolio_id': 22588284, 'last_run_id': 1778537, 'total_number_of_photos': 6945}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 84132 seconds', 'coverage_times_pause': '0 days 86120 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 3, 'end_of_day_photos_duplicated': 2965, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 5635, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/05/02', 'portfolio_id': 22572467, 'last_run_id': 1773642, 'total_number_of_photos': 5646}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 84000 seconds', 'coverage_times_pause': '0 days 86071 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 330, 'end_of_day_photos_duplicated': 904, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7363, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2284, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2284, 'last_update': '2025/05/07', 'portfolio_id': 22700312, 'last_run_id': 1789229, 'total_number_of_photos': 7379}} No error ? {'log_dict': {'total_nb_images': 6447, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 62432 seconds', 'coverage_times_pause': '0 days 64500 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 65, 'end_of_day_photos_duplicated': 367, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 6009, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2343, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2343, 'last_update': '2025/05/06', 'portfolio_id': 22657876, 'last_run_id': 1785453, 'total_number_of_photos': 6018}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83292 seconds', 'coverage_times_pause': '0 days 86115 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 3, 'end_of_day_photos_dark': 293, 'end_of_day_photos_duplicated': 1627, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6679, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 2099, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2099, 'last_update': '2025/05/05', 'portfolio_id': 22628246, 'last_run_id': 1781229, 'total_number_of_photos': 6686}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 84097 seconds', 'coverage_times_pause': '0 days 86107 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 324, 'end_of_day_photos_duplicated': 1342, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 6935, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 115, 'nb_images_finished': 2285, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2285, 'last_update': '2025/05/03', 'portfolio_id': 22588284, 'last_run_id': 1778537, 'total_number_of_photos': 6945}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 84132 seconds', 'coverage_times_pause': '0 days 86120 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 3, 'end_of_day_photos_duplicated': 2965, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 5635, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/05/02', 'portfolio_id': 22572467, 'last_run_id': 1773642, 'total_number_of_photos': 5646}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 6447, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 62432 seconds', 'coverage_times_pause': '0 days 64500 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 65, 'end_of_day_photos_duplicated': 367, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 6009, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2343, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2343, 'last_update': '2025/05/06', 'portfolio_id': 22657876, 'last_run_id': 1785309, 'total_number_of_photos': 6018}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83292 seconds', 'coverage_times_pause': '0 days 86115 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 3, 'end_of_day_photos_dark': 293, 'end_of_day_photos_duplicated': 1627, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6679, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 2099, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2099, 'last_update': '2025/05/05', 'portfolio_id': 22628246, 'last_run_id': 1781229, 'total_number_of_photos': 6686}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 84097 seconds', 'coverage_times_pause': '0 days 86107 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 324, 'end_of_day_photos_duplicated': 1342, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 6935, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 115, 'nb_images_finished': 2285, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2285, 'last_update': '2025/05/03', 'portfolio_id': 22588284, 'last_run_id': 1778537, 'total_number_of_photos': 6945}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 84132 seconds', 'coverage_times_pause': '0 days 86120 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 3, 'end_of_day_photos_duplicated': 2965, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 5635, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/05/02', 'portfolio_id': 22572467, 'last_run_id': 1773642, 'total_number_of_photos': 5646}} 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': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83292 seconds', 'coverage_times_pause': '0 days 86115 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 3, 'end_of_day_photos_dark': 293, 'end_of_day_photos_duplicated': 1627, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6679, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 2099, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2099, 'last_update': '2025/05/04', 'portfolio_id': 22628246, 'last_run_id': 1780080, 'total_number_of_photos': 6686}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 84097 seconds', 'coverage_times_pause': '0 days 86107 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 324, 'end_of_day_photos_duplicated': 1342, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 6935, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 115, 'nb_images_finished': 2285, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2285, 'last_update': '2025/05/03', 'portfolio_id': 22588284, 'last_run_id': 1778537, 'total_number_of_photos': 6945}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 84132 seconds', 'coverage_times_pause': '0 days 86120 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 3, 'end_of_day_photos_duplicated': 2965, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 5635, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/05/02', 'portfolio_id': 22572467, 'last_run_id': 1773642, 'total_number_of_photos': 5646}} 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': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83292 seconds', 'coverage_times_pause': '0 days 86115 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 3, 'end_of_day_photos_dark': 293, 'end_of_day_photos_duplicated': 1627, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6679, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 2099, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2099, 'last_update': '2025/05/04', 'portfolio_id': 22628246, 'last_run_id': 1780080, 'total_number_of_photos': 6686}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 84097 seconds', 'coverage_times_pause': '0 days 86107 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 324, 'end_of_day_photos_duplicated': 1342, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 6935, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 115, 'nb_images_finished': 2285, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2285, 'last_update': '2025/05/03', 'portfolio_id': 22588284, 'last_run_id': 1778537, 'total_number_of_photos': 6945}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 84132 seconds', 'coverage_times_pause': '0 days 86120 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 3, 'end_of_day_photos_duplicated': 2965, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 5635, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/05/02', 'portfolio_id': 22572467, 'last_run_id': 1773642, 'total_number_of_photos': 5646}} 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': 8608, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 84097 seconds', 'coverage_times_pause': '0 days 86107 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 324, 'end_of_day_photos_duplicated': 1342, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 6935, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 115, 'nb_images_finished': 2285, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2285, 'last_update': '2025/05/03', 'portfolio_id': 22588284, 'last_run_id': 1778009, 'total_number_of_photos': 6945}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 84132 seconds', 'coverage_times_pause': '0 days 86120 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 3, 'end_of_day_photos_duplicated': 2965, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 5635, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/05/02', 'portfolio_id': 22572467, 'last_run_id': 1773642, 'total_number_of_photos': 5646}} 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': 8609, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 84132 seconds', 'coverage_times_pause': '0 days 86120 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 3, 'end_of_day_photos_duplicated': 2965, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 5635, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2025/05/02', 'portfolio_id': 22572467, 'last_run_id': 1773494, 'total_number_of_photos': 5646}} 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 ! Found day : 2025-05-17 00:00:00 Found day : 2025-05-16 00:00:00 Found day : 2025-05-15 00:00:00 Found day : 2025-05-14 00:00:00 Found day : 2025-05-13 00:00:00 Found day : 2025-05-12 00:00:00 Found day : 2025-05-10 00:00:00 Found day : 2025-05-09 00:00:00 Found day : 2025-05-08 00:00:00 Found day : 2025-05-07 00:00:00 Found day : 2025-05-06 00:00:00 Found day : 2025-05-05 00:00:00 Found day : 2025-05-03 00:00:00 Found day : 2025-05-02 00:00:00 Found day : 2025-05-01 00:00:00 Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! We will need to call the sla_per_day for these missing days : 2025-05-19 00:00:00,2025-05-20 00:00:00,2025-05-21 00:00:00,2025-05-22 00:00:00,2025-05-23 00:00:00,2025-05-24 00:00:00,2025-05-26 00:00:00,2025-05-27 00:00:00,2025-05-28 00:00:00,2025-05-29 00:00:00,2025-05-30 00:00:00,2025-05-31 00:00:00 after coverage_data SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), count(distinct mtr_photo_id) FROM MTRPhoto.dashboard_results dr, MTRUser.mtr_portfolio_photos mpp, MTRPhoto.dashboard_entry_day ded where mpp.mtr_portfolio_id=dr.mtr_portfolio_id and ded.dashboard_place_id = 36 and month(ded.date) = 05 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), count(distinct mtr_photo_id) FROM MTRPhoto.dashboard_results dr, MTRUser.mtr_portfolio_photos mpp, MTRPhoto.dashboard_entry_day ded where mpp.mtr_portfolio_id=dr.mtr_portfolio_id and dr.hashtag = '_______aluminium' and ded.dashboard_place_id = 36 and month(ded.date) = 05 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), count(distinct mtr_photo_id) FROM MTRPhoto.dashboard_results dr, MTRUser.mtr_portfolio_photos mpp, MTRPhoto.dashboard_entry_day ded where mpp.mtr_portfolio_id=dr.mtr_portfolio_id and dr.hashtag = '_______pet_clair' and ded.dashboard_place_id = 36 and month(ded.date) = 05 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), count(distinct mtr_photo_id) FROM MTRPhoto.dashboard_results dr, MTRUser.mtr_portfolio_photos mpp, MTRPhoto.dashboard_entry_day ded where mpp.mtr_portfolio_id=dr.mtr_portfolio_id and dr.hashtag = '_______film_pedb' and ded.dashboard_place_id = 36 and month(ded.date) = 05 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), count(distinct mtr_photo_id) FROM MTRPhoto.dashboard_results dr, MTRUser.mtr_portfolio_photos mpp, MTRPhoto.dashboard_entry_day ded where mpp.mtr_portfolio_id=dr.mtr_portfolio_id and dr.hashtag = '_______emr' and ded.dashboard_place_id = 36 and month(ded.date) = 05 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), count(distinct mtr_photo_id) FROM MTRPhoto.dashboard_results dr, MTRUser.mtr_portfolio_photos mpp, MTRPhoto.dashboard_entry_day ded where mpp.mtr_portfolio_id=dr.mtr_portfolio_id and dr.hashtag = '_______pehd_pp' and ded.dashboard_place_id = 36 and month(ded.date) = 05 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), count(distinct mtr_photo_id) FROM MTRPhoto.dashboard_results dr, MTRUser.mtr_portfolio_photos mpp, MTRPhoto.dashboard_entry_day ded where mpp.mtr_portfolio_id=dr.mtr_portfolio_id and dr.hashtag = '_______gm' and ded.dashboard_place_id = 36 and month(ded.date) = 05 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), count(distinct mtr_photo_id) FROM MTRPhoto.dashboard_results dr, MTRUser.mtr_portfolio_photos mpp, MTRPhoto.dashboard_entry_day ded where mpp.mtr_portfolio_id=dr.mtr_portfolio_id and dr.hashtag = '_______flux_dev' and ded.dashboard_place_id = 36 and month(ded.date) = 05 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), count(distinct mtr_photo_id) FROM MTRPhoto.dashboard_results dr, MTRUser.mtr_portfolio_photos mpp, MTRPhoto.dashboard_entry_day ded where mpp.mtr_portfolio_id=dr.mtr_portfolio_id and dr.hashtag = '_______ela' and ded.dashboard_place_id = 36 and month(ded.date) = 05 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), count(distinct mtr_photo_id) FROM MTRPhoto.dashboard_results dr, MTRUser.mtr_portfolio_photos mpp, MTRPhoto.dashboard_entry_day ded where mpp.mtr_portfolio_id=dr.mtr_portfolio_id and dr.hashtag = '_______jrm' and ded.dashboard_place_id = 36 and month(ded.date) = 05 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), count(distinct mtr_photo_id) FROM MTRPhoto.dashboard_results dr, MTRUser.mtr_portfolio_photos mpp, MTRPhoto.dashboard_entry_day ded where mpp.mtr_portfolio_id=dr.mtr_portfolio_id and dr.hashtag = '_______refus' and ded.dashboard_place_id = 36 and month(ded.date) = 05 and year(ded.date) = 2025 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; select avg(cps.score) as score, SUBSTRING_INDEX(SUBSTRING_INDEX(mp.name,'__', -1), '_', 1) as sbstr, SUBSTRING_INDEX(SUBSTRING_INDEX(mp.name,'_', -2), '_', 1) as sbstr2, SUBSTRING_INDEX(mp.name,'_', -1) as sbstr3 FROM MTRUser.mtr_portfolio_photos mpp, MTRUser.mtr_portfolios mp,MTRPhoto.class_photo_score cps,MTRBack.hashtags h,MTRPhoto.dashboard_results dr,MTRPhoto.dashboard_entry_day ded, MTRPhoto.dashboard_places dp WHERE mp.id=mpp.mtr_portfolio_id and cps.photo_id=mpp.mtr_photo_id and h.hashtag_id=cps.hashtag_id and dr.mtr_portfolio_id = mpp.mtr_portfolio_id and dr.dashboard_run_id = ded.last_run_id and ded.dashboard_place_id = dp.id and h.hashtag in ('blur', 'mean_blur', 'clear') and dp.id = 36 and mp.name like '%052025%' and cps.thcl = 1533 GROUP BY sbstr ; after number_of_batch date_start : 2025-05-01 : dt_date_just_month_year : 2025-05-01 00:00:00 : VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! after pl.get_datou_sts_from_crontab : verbose : True no sts found, try to find from database SELECT dri.id FROM MTRPhoto.dashboard_run_ids dri, MTRPhoto.dashboard_entry_day ded, MTRPhoto.dashboard_places dp WHERE dp.name= "angers_montee_convoyeur" AND ded.dashboard_place_id=dp.id AND dri.dashboard_entry_day=ded.id AND dri.id=ded.last_run_id AND ded.date >= "2025-05-01" AND ded.date <= "2025-05-31" apple3 {'gm': {'mat': 'gm', 'pht': 4209, 'datou_carac_id': 3994, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'papier,background'}, 'emr': {'mat': 'emr', 'pht': 4207, 'datou_carac_id': 3993, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'carton,background'}, 'jrm': {'mat': 'jrm', 'pht': 3726, 'datou_carac_id': 3459, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'papier,background'}, 'ela': {'mat': 'ela', 'pht': 4203, 'datou_carac_id': 3991, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'ela,background'}, 'film_pedb': {'mat': 'film_pedb', 'pht': 4461, 'datou_carac_id': 4322, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'film_plastique'}, 'pehd_pp': {'mat': 'pehd_pp', 'pht': 4211, 'datou_carac_id': 3995, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'pehd,background'}, 'flux_dev': {'mat': 'flux_dev', 'pht': 4200, 'datou_carac_id': 4153, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'pet_fonce,background'}, 'aluminium': {'mat': 'aluminium', 'pht': 4205, 'datou_carac_id': 3992, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'metal,background'}, 'refus': {'mat': 'refus', 'pht': 3594, 'datou_carac_id': 3318, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'refus,background'}, 'pet_clair': {'mat': 'pet_clair', 'pht': 3327, 'datou_carac_id': 3804, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'pet_clair,bouchon,etiquette,barquette_avec_film,background'}} SELECT h.hashtag as unwanted_material, substr(dr.hashtag,8) as main_material, ptp.type as pht_type, sum(pcr.value*dr.nombre_balle)/sum(dr.nombre_balle) as ratio, count(distinct mpp.mtr_photo_id) as nb_photo, group_concat(distinct ptp.mtr_portfolio_id_2) as list_port_cont, group_concat(distinct concat(cast(ptp.mtr_portfolio_id_1 as char), ":", cast(ptp.mtr_portfolio_id_2 as char))) as assoc_port, group_concat(distinct concat(cast(ptp.mtr_portfolio_id_1 as char), ":", h.hashtag, ":", cast(ptp.type as char), ":", cast(ptp.mtr_portfolio_id_2 as char))) as assoc_mat FROM MTRPhoto.dashboard_results dr, MTRPhoto.mtr_port_to_port_ids ptp, MTRUser.mtr_portfolio_photos mpp, MTRUser.portfolio_carac_ratio pcr, MTRBack.hashtags h WHERE dr.dashboard_run_id IN (1773642,1778537,1781229,1780906,1785453,1789374,1793790,1797583,1802002,1804621,1804339,1808169,1811961,1815859,1820014,1823488,1824220) AND dr.mtr_portfolio_id=ptp.mtr_portfolio_id_1 AND dr.qualite >= 0 AND mpp.mtr_portfolio_id=ptp.mtr_portfolio_id_2 AND pcr.portfolio_id=ptp.mtr_portfolio_id_1 AND h.hashtag_id = pcr.hashtag_id AND ptp.type = pcr.hashtag_type AND mpp.hide_status = 0 AND ptp.hashtag_id=h.hashtag_id AND ptp.type IN (4209,4207,3726,4203,4461,4211,4200,4205,3594,3327) group by h.hashtag, dr.hashtag, ptp.type; VR TODO TO BETTER PARSE ! ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0041729084325357905, 'nb_photo': 426, 'list_port_cont': '22592626,22594930,22600783,22601566,22602966,22605077,22607300,22610540,22612821,22614568,22616488,22618171,22622118,22628985,22629253,22638008,22639829,22639880,22642912,22643283,22644962,22645414,22646154,22646168,22646444,22647109,22664931,22665260,22670974,22676632,22676781,22686171,22688616,22689692,22695645,22701198,22710394,22711913,22712296,22714461,22716567,22716655,22720735,22721542,22725012,22731564,22732974,22735500,22741278,22764373,22765231,22770708,22772548,22782396,22783543,22791666,22791999,22821245,22823557,22830571,22832782,22833543,22838454,22840243,22840675,22846197,22852371,22856904,22858851,22858944,22861852,22862247,22865915,22877108,22882923,22883772,22886527,22888288,22889665,22896318,22898279,22901061,22909347,22915361,22915924,22916137,22917774,22925572,22926567,22927918,22929979,22930593,22936394,22936544,22938922,22942821,22945221,22956547,22969792,22975694,22978968,22978983,22981020,22981723,22987865,22988218,22994049,22994874,23002081,23009889,23013188,23055181,23055303,2305548', 'assoc_port': '22591583:22592626,22593608:22594930,22596779:22607300,22599781:22600783,22600763:22601566,22602548:22602966,22604279:22605077,22609800:22612821,22609829:22610540,22613018:22628985,22613022:22614568,22614960:22616488,22617414:22618171,22621388:22622118,22628388:22629253,22637076:22639829,22637670:22638008,22639297:22639880,22641849:22642912,22642867:22643283,22644513:22646154,22644528:22645414,22644531:22644962,22645997:22647109,22646002:22646168,22646205:22646444,22661873:22665260,22662915:22664931,22669904:22670974,22673667:22676632,22675370:22676781,22683212:22686171,22687088:22688616,22688510:22689692,22694884:22695645,22700429:22701198,22708744:22711913,22708746:22710394,22711987:22712296,22713822:22714461,22715863:22716655,22715866:22716567,22719541:22720735,22720551:22725012,22720556:22721542,22729016:22731564,22731513:22732974,22733591:22735500,22740290:22741278,22763325:22764373,22763328:22765231,22769206:22770708,22771178:22772548,22781196:22791999,22781199:22782396,22782382:22783543,22787160:2279166', 'assoc_mat': '22591583:autre:3327:22592626,22593608:autre:3327:22594930,22596779:autre:3327:22607300,22599781:autre:3327:22600783,22600763:autre:3327:22601566,22602548:autre:3327:22602966,22604279:autre:3327:22605077,22609800:autre:3327:22612821,22609829:autre:3327:22610540,22613018:autre:3327:22628985,22613022:autre:3327:22614568,22614960:autre:3327:22616488,22617414:autre:3327:22618171,22621388:autre:3327:22622118,22628388:autre:3327:22629253,22637076:autre:3327:22639829,22637670:autre:3327:22638008,22639297:autre:3327:22639880,22641849:autre:3327:22642912,22642867:autre:3327:22643283,22644513:autre:3327:22646154,22644528:autre:3327:22645414,22644531:autre:3327:22644962,22645997:autre:3327:22647109,22646002:autre:3327:22646168,22646205:autre:3327:22646444,22661873:autre:3327:22665260,22662915:autre:3327:22664931,22669904:autre:3327:22670974,22673667:autre:3327:22676632,22675370:autre:3327:22676781,22683212:autre:3327:22686171,22687088:autre:3327:22688616,22688510:autre:3327:22689692,22694884:autre:3327:22695645,22700429:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.001777776872926796, 'nb_photo': 83, 'list_port_cont': '22928297,22949096,22950235,22953906,22961556,22968185,22976291,22977386,22977879,22984016,23004393,23007026,23013812,23016126,23018786,23019302,23019559,23025197,23072787,23074697,23076157,23079904,23080488,23083119', 'assoc_port': '22927536:22928297,22948162:22949096,22949538:22950235,22953035:22953906,22960477:22961556,22967499:22968185,22974925:22976291,22976914:22977879,22976916:22977386,22982647:22984016,23003831:23007026,23003838:23004393,23012451:23013812,23015442:23016126,23018462:23019559,23018464:23019302,23018467:23018786,23024250:23025197,23071983:23072787,23073358:23074697,23075515:23076157,23079427:23080488,23079435:23079904,23082841:23083119', 'assoc_mat': '22927536:autre:3594:22928297,22948162:autre:3594:22949096,22949538:autre:3594:22950235,22953035:autre:3594:22953906,22960477:autre:3594:22961556,22967499:autre:3594:22968185,22974925:autre:3594:22976291,22976914:autre:3594:22977879,22976916:autre:3594:22977386,22982647:autre:3594:22984016,23003831:autre:3594:23007026,23003838:autre:3594:23004393,23012451:autre:3594:23013812,23015442:autre:3594:23016126,23018462:autre:3594:23019559,23018464:autre:3594:23019302,23018467:autre:3594:23018786,23024250:autre:3594:23025197,23071983:autre:3594:23072787,23073358:autre:3594:23074697,23075515:autre:3594:23076157,23079427:autre:3594:23080488,23079435:autre:3594:23079904,23082841:autre:3594:23083119'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011103998745935557, 'nb_photo': 349, 'list_port_cont': '22602580,22610317,22620638,22637223,22637513,22641127,22644517,22645042,22646297,22675050,22687478,22689623,22696688,22700018,22700061,22700082,22743267,22746295,22754113,22765969,22778651,22779187,22782011,22791530,22817951,22818990,22823338,22823650,22828777,22836462,22840289,22842772,22856811,22856822,22858864,22860611,22862084,22863289,22915443,22936134,22988153,23014331,23017975,23022460,23022675,23023069,23025785,23032409,23032617,23034508,23037277,23038171,23038680,23040873,23043743,23053164,23053488,23074394,23075846,23088253,23091954,23091999,23093961,23094110,23094963', 'assoc_port': '22602547:22602580,22609803:22610317,22617409:22620638,22637078:22637223,22637330:22637513,22640871:22641127,22642865:22644517,22644526:22645042,22646208:22646297,22668749:22675050,22681466:22700061,22681469:22700082,22683209:22700018,22687083:22687478,22688512:22689623,22696408:22696688,22723675:22746295,22743072:22743267,22753644:22754113,22765037:22765969,22773715:22791530,22777704:22779187,22777726:22778651,22781198:22782011,22813689:22817951,22817780:22818990,22823123:22823650,22823128:22823338,22828659:22842772,22828661:22828777,22835900:22836462,22840149:22840289,22856656:22856822,22856659:22856811,22858842:22858864,22860493:22860611,22861967:22862084,22863286:22863289,22873139:23014331,22880134:23017975,22886792:23075846,22891519:23022460,22893518:23022675,22893523:23023069,22894328:23025785,22915439:22915443,22916870:23032409,22920083:23032617,22935792:22936134,22948165:23034508,22955733:23037277,22958945:23038171,22967472:23038680,22974921:23040873,22979633:22988153,23003826:23043743,23010986:2305316', 'assoc_mat': '22602547:autre_refus:3726:22602580,22609803:autre_refus:3726:22610317,22617409:autre_refus:3726:22620638,22637078:autre_refus:3726:22637223,22637330:autre_refus:3726:22637513,22640871:autre_refus:3726:22641127,22642865:autre_refus:3726:22644517,22644526:autre_refus:3726:22645042,22646208:autre_refus:3726:22646297,22668749:autre_refus:3726:22675050,22681466:autre_refus:3726:22700061,22681469:autre_refus:3726:22700082,22683209:autre_refus:3726:22700018,22687083:autre_refus:3726:22687478,22688512:autre_refus:3726:22689623,22696408:autre_refus:3726:22696688,22723675:autre_refus:3726:22746295,22743072:autre_refus:3726:22743267,22753644:autre_refus:3726:22754113,22765037:autre_refus:3726:22765969,22773715:autre_refus:3726:22791530,22777704:autre_refus:3726:22779187,22777726:autre_refus:3726:22778651,22781198:autre_refus:3726:22782011,22813689:autre_refus:3726:22817951,22817780:autre_refus:3726:22818990,22823123:autre_refus:3726:22823650,22823128:autre_refus:3726:22823338,22828659:autre_refus:3726:22842772,22828661:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.011283723966980203, 'nb_photo': 42, 'list_port_cont': '22647107,22714462,22720730,22758747,22764380,22816527,22823548,22833535,22838451,22856916,22882927,22886536,22888283,22896323,22898283,22901068,22916141,22936539,22970483,22975698,23055299,23059722,23065662,23095002', 'assoc_port': '22645997:22647107,22713822:22714462,22719541:22720730,22757919:22758747,22763325:22764380,22814869:22816527,22823156:22823548,22832670:22833535,22835897:22838451,22856660:22856916,22876410:22888283,22881746:22882927,22882937:22886536,22889833:22901068,22893525:22896323,22895714:22898283,22915799:22916141,22927531:22936539,22960475:22970483,22963268:22975698,23012454:23055299,23015439:23059722,23019438:23065662,23079397:23095002', 'assoc_mat': '22645997:barquette_avec_film:3327:22647107,22713822:barquette_avec_film:3327:22714462,22719541:barquette_avec_film:3327:22720730,22757919:barquette_avec_film:3327:22758747,22763325:barquette_avec_film:3327:22764380,22814869:barquette_avec_film:3327:22816527,22823156:barquette_avec_film:3327:22823548,22832670:barquette_avec_film:3327:22833535,22835897:barquette_avec_film:3327:22838451,22856660:barquette_avec_film:3327:22856916,22876410:barquette_avec_film:3327:22888283,22881746:barquette_avec_film:3327:22882927,22882937:barquette_avec_film:3327:22886536,22889833:barquette_avec_film:3327:22901068,22893525:barquette_avec_film:3327:22896323,22895714:barquette_avec_film:3327:22898283,22915799:barquette_avec_film:3327:22916141,22927531:barquette_avec_film:3327:22936539,22960475:barquette_avec_film:3327:22970483,22963268:barquette_avec_film:3327:22975698,23012454:barquette_avec_film:3327:23055299,23015439:barquette_avec_film:3327:23059722,23019438:barquette_avec_film:3327:23065662,23079397:barquette_avec_film:3327:2'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0014608533988624828, 'nb_photo': 18, 'list_port_cont': '22637869,22637960,22645191,22667710,22675221,22698565,22722806,22777254,22794055,22863025,22863342,22876489,22987665,23091293', 'assoc_port': '22637672:22637960,22637674:22637869,22643641:22645191,22666515:22667710,22673669:22675221,22693033:22698565,22719525:22722806,22773713:22777254,22793928:22794055,22857008:22863342,22862865:22863025,22874442:22876489,22980691:22987665,23064326:23091293', 'assoc_mat': '22637672:barquette_opaque:4205:22637960,22637674:barquette_opaque:4205:22637869,22643641:barquette_opaque:4205:22645191,22666515:barquette_opaque:4205:22667710,22673669:barquette_opaque:4205:22675221,22693033:barquette_opaque:4205:22698565,22719525:barquette_opaque:4205:22722806,22773713:barquette_opaque:4205:22777254,22793928:barquette_opaque:4205:22794055,22857008:barquette_opaque:4205:22863342,22862865:barquette_opaque:4205:22863025,22874442:barquette_opaque:4205:22876489,22980691:barquette_opaque:4205:22987665,23064326:barquette_opaque:4205:23091293'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0012263774559999469, 'nb_photo': 165, 'list_port_cont': '22630375,22634251,22636609,22644203,22645964,22671022,22687242,22707909,22720094,22738385,22763441,22784793,22816588,22847712,22854607,22862338,22864772,22865870,22880845,22889056,22912923,22929719,22937919,22945504,22979030,22988183,22990615,23008519,23011424,23054141,23072323,23089682,23095165', 'assoc_port': '22604273:22636609,22609799:22634251,22624047:22630375,22640872:22644203,22645327:22645964,22668747:22671022,22683214:22687242,22706231:22707909,22715864:22720094,22727698:22738385,22760876:22763441,22775279:22784793,22814866:22816588,22835896:22854607,22835901:22847712,22858837:22862338,22861704:22864772,22863669:22865870,22879241:22880845,22885096:22889056,22909912:22912923,22916871:22945504,22924991:22929719,22934516:22937919,22963267:22990615,22967496:22979030,22979636:22988183,23002549:23008519,23010992:23054141,23010994:23011424,23056326:23089682,23071977:23072323,23080635:23095165', 'assoc_mat': '22604273:barquette_opaque:4203:22636609,22609799:barquette_opaque:4203:22634251,22624047:barquette_opaque:4203:22630375,22640872:barquette_opaque:4203:22644203,22645327:barquette_opaque:4203:22645964,22668747:barquette_opaque:4203:22671022,22683214:barquette_opaque:4203:22687242,22706231:barquette_opaque:4203:22707909,22715864:barquette_opaque:4203:22720094,22727698:barquette_opaque:4203:22738385,22760876:barquette_opaque:4203:22763441,22775279:barquette_opaque:4203:22784793,22814866:barquette_opaque:4203:22816588,22835896:barquette_opaque:4203:22854607,22835901:barquette_opaque:4203:22847712,22858837:barquette_opaque:4203:22862338,22861704:barquette_opaque:4203:22864772,22863669:barquette_opaque:4203:22865870,22879241:barquette_opaque:4203:22880845,22885096:barquette_opaque:4203:22889056,22909912:barquette_opaque:4203:22912923,22916871:barquette_opaque:4203:22945504,22924991:barquette_opaque:4203:22929719,22934516:barquette_opaque:4203:22937919,22963267:barquette_opaque:4203:22990615,22967496:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0016170210561572086, 'nb_photo': 48, 'list_port_cont': '22594068,22600130,22611292,22613362,22639379,22642303,22663962,22670063,22672799,22674111,22674356,22687785,22695665,22709330,22715786,22721060,22732036,22733467,22733529,22753977,22758440,22829357,22839685,22856795,22857876,22864580,22874921,22879884,22880250,22885462,22915931,22925595,22944936,22961103,22989613,23050136,23051137,23067024,23088922,23094135,23094959', 'assoc_port': '22593610:22594068,22599780:22600130,22610902:22611292,22613019:22613362,22639302:22639379,22641847:22642303,22662911:22663962,22669905:22670063,22672698:22672799,22673666:22674356,22673668:22674111,22687087:22687785,22693003:22695665,22708748:22709330,22713828:22715786,22720554:22721060,22731509:22733467,22731510:22733529,22731514:22732036,22753640:22753977,22757921:22758440,22828660:22829357,22838933:22839685,22856662:22856795,22857555:22857876,22864375:22864580,22874458:22874921,22879238:22879884,22880135:22880250,22885093:22885462,22915797:22915931,22924965:22925595,22944722:22944936,22960499:22961103,22970362:22989613,23003836:23051137,23006134:23050136,23019445:23067024,23052748:23088922,23075516:23094135,23079430:23094959', 'assoc_mat': '22593610:barquette_opaque:4207:22594068,22599780:barquette_opaque:4207:22600130,22610902:barquette_opaque:4207:22611292,22613019:barquette_opaque:4207:22613362,22639302:barquette_opaque:4207:22639379,22641847:barquette_opaque:4207:22642303,22662911:barquette_opaque:4207:22663962,22669905:barquette_opaque:4207:22670063,22672698:barquette_opaque:4207:22672799,22673666:barquette_opaque:4207:22674356,22673668:barquette_opaque:4207:22674111,22687087:barquette_opaque:4207:22687785,22693003:barquette_opaque:4207:22695665,22708748:barquette_opaque:4207:22709330,22713828:barquette_opaque:4207:22715786,22720554:barquette_opaque:4207:22721060,22731509:barquette_opaque:4207:22733467,22731510:barquette_opaque:4207:22733529,22731514:barquette_opaque:4207:22732036,22753640:barquette_opaque:4207:22753977,22757921:barquette_opaque:4207:22758440,22828660:barquette_opaque:4207:22829357,22838933:barquette_opaque:4207:22839685,22856662:barquette_opaque:4207:22856795,22857555:barquette_opaque:4207:22857876,22864375:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.013239533605963213, 'nb_photo': 10, 'list_port_cont': '22607814,22696629,22844342,22901525,22922720,22997472', 'assoc_port': '22607579:22607814,22696409:22696629,22843810:22844342,22901195:22901525,22922381:22922720,22997191:22997472', 'assoc_mat': '22607579:barquette_opaque:4461:22607814,22696409:barquette_opaque:4461:22696629,22843810:barquette_opaque:4461:22844342,22901195:barquette_opaque:4461:22901525,22922381:barquette_opaque:4461:22922720,22997191:barquette_opaque:4461:22997472'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.045904755296513895, 'nb_photo': 460, 'list_port_cont': '22596179,22604130,22609336,22613218,22621000,22627388,22630383,22630480,22630494,22637537,22639220,22644336,22644429,22645458,22646067,22646715,22647322,22648097,22663887,22667657,22676962,22677092,22677194,22684094,22685647,22686627,22695618,22695674,22699558,22711334,22712183,22712806,22713171,22714734,22720785,22725031,22731745,22734356,22737338,22739675,22741201,22743322,22744952,22755903,22757464,22759666,22765898,22766595,22774551,22779839,22782093,22782658,22786753,22789447,22791847,22794090,22817110,22823188,22823591,22824754,22831501,22839679,22839836,22841172,22842009,22847464,22847924,22851384,22856027,22858935,22862205,22863009,22863135,22863363,22864922,22865059,22865833,22865850,22865891,22865911,22877974,22878084,22878467,22882460,22883500,22888919,22893426,22894526,22896387,22897420,22908151,22909447,22914744,22917403,22917416,22918156,22919996,22920502,22923740,22924777,22926530,22927449,22927853,22928792,22929111,22929910,22936096,22936648,22950811,22963608,22967688,22967938,22974681,2297679', 'assoc_port': '22594877:22596179,22600724:22604130,22604276:22609336,22610907:22621000,22613021:22613218,22614937:22627388,22617412:22630480,22618985:22630494,22624048:22630383,22637083:22637537,22638529:22639220,22642864:22644336,22642868:22644429,22644529:22646715,22645330:22645458,22646001:22646067,22647187:22648097,22647191:22647322,22662912:22663887,22666514:22667657,22669908:22684094,22675367:22676962,22675368:22677092,22675371:22677194,22675372:22685647,22681463:22686627,22687091:22695618,22694885:22695674,22696946:22699558,22708747:22711334,22711988:22712183,22712694:22713171,22712698:22712806,22714439:22714734,22720546:22720785,22720550:22725031,22723659:22734356,22727658:22737338,22731555:22739675,22731557:22731745,22733592:22744952,22740289:22741201,22743063:22743322,22753642:22755903,22755522:22757464,22757920:22759666,22763326:22765898,22766326:22766595,22771176:22774551,22775280:22779839,22777709:22782093,22777728:22782658,22781200:22786753,22782353:22791847,22785919:22789447,22793931:22794090,22816846:2281711', 'assoc_mat': '22594877:barquette_opaque:4200:22596179,22600724:barquette_opaque:4200:22604130,22604276:barquette_opaque:4200:22609336,22610907:barquette_opaque:4200:22621000,22613021:barquette_opaque:4200:22613218,22614937:barquette_opaque:4200:22627388,22617412:barquette_opaque:4200:22630480,22618985:barquette_opaque:4200:22630494,22624048:barquette_opaque:4200:22630383,22637083:barquette_opaque:4200:22637537,22638529:barquette_opaque:4200:22639220,22642864:barquette_opaque:4200:22644336,22642868:barquette_opaque:4200:22644429,22644529:barquette_opaque:4200:22646715,22645330:barquette_opaque:4200:22645458,22646001:barquette_opaque:4200:22646067,22647187:barquette_opaque:4200:22648097,22647191:barquette_opaque:4200:22647322,22662912:barquette_opaque:4200:22663887,22666514:barquette_opaque:4200:22667657,22669908:barquette_opaque:4200:22684094,22675367:barquette_opaque:4200:22676962,22675368:barquette_opaque:4200:22677092,22675371:barquette_opaque:4200:22677194,22675372:barquette_opaque:4200:22685647,22681463:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0033175354299474808, 'nb_photo': 68, 'list_port_cont': '22595964,22607904,22611814,22617928,22629298,22637356,22637774,22639569,22643911,22645677,22647250,22662565,22663844,22672901,22682303,22682414,22696671,22714697,22719941,22724317,22730610,22754076,22761240,22781939,22792013,22814113,22817092,22823267,22832958,22835682,22856836,22858905,22862015,22863302,22876747,22880369,22890380,22893626,22896678,22914449,22918040,22922673,23003105,23013082,23059249,23065553', 'assoc_port': '22594876:22595964,22607578:22607904,22610905:22611814,22617415:22617928,22618983:22629298,22637331:22637356,22637677:22637774,22639299:22639569,22643642:22643911,22645325:22645677,22647186:22647250,22661878:22662565,22662913:22663844,22672696:22672901,22681465:22682414,22681467:22682303,22696406:22696671,22714441:22714697,22719539:22719941,22723676:22724317,22729019:22730610,22753645:22754076,22760875:22761240,22781197:22781939,22782354:22792013,22813690:22814113,22816847:22817092,22823127:22823267,22832671:22832958,22835473:22835682,22856661:22856836,22858841:22858905,22861972:22862015,22863282:22863302,22876406:22876747,22880119:22880369,22889832:22890380,22893521:22893626,22896424:22896678,22913782:22914449,22917827:22918040,22922388:22922673,23002556:23003105,23012445:23013082,23056321:23065553,23058885:23059249', 'assoc_mat': '22594876:barquette_opaque:4209:22595964,22607578:barquette_opaque:4209:22607904,22610905:barquette_opaque:4209:22611814,22617415:barquette_opaque:4209:22617928,22618983:barquette_opaque:4209:22629298,22637331:barquette_opaque:4209:22637356,22637677:barquette_opaque:4209:22637774,22639299:barquette_opaque:4209:22639569,22643642:barquette_opaque:4209:22643911,22645325:barquette_opaque:4209:22645677,22647186:barquette_opaque:4209:22647250,22661878:barquette_opaque:4209:22662565,22662913:barquette_opaque:4209:22663844,22672696:barquette_opaque:4209:22672901,22681465:barquette_opaque:4209:22682414,22681467:barquette_opaque:4209:22682303,22696406:barquette_opaque:4209:22696671,22714441:barquette_opaque:4209:22714697,22719539:barquette_opaque:4209:22719941,22723676:barquette_opaque:4209:22724317,22729019:barquette_opaque:4209:22730610,22753645:barquette_opaque:4209:22754076,22760875:barquette_opaque:4209:22761240,22781197:barquette_opaque:4209:22781939,22782354:barquette_opaque:4209:22792013,22813690:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.017868927277997704, 'nb_photo': 4890, 'list_port_cont': '22594161,22596089,22597263,22600183,22601223,22602880,22603306,22604567,22604692,22607886,22611752,22613607,22615581,22617919,22619624,22621913,22637227,22637546,22637892,22638911,22639732,22641084,22642199,22642354,22643270,22643865,22644814,22646138,22646326,22646770,22664733,22669209,22670570,22672993,22674159,22677103,22687534,22687853,22695483,22695615,22696704,22700570,22706887,22712145,22712897,22714119,22714707,22714756,22716170,22719979,22721095,22721219,22728537,22730029,22732155,22743585,22748164,22754161,22754203,22758675,22761615,22763719,22765749,22771943,22778227,22786466,22816101,22818593,22820562,22823243,22823538,22824455,22829510,22832004,22832265,22833305,22841005,22842124,22843006,22845818,22856862,22856869,22857917,22858761,22859612,22860795,22863061,22863867,22864510,22864563,22865038,22876872,22880529,22881978,22882014,22882514,22883160,22885516,22887656,22887841,22892045,22895827,22895863,22910360,22911753,22914566,22915525,22915992,22916071,22918134,22920490,22922771,22925350,2293035', 'assoc_port': '22593607:22594161,22594878:22596089,22596778:22597263,22599779:22600183,22600725:22601223,22602546:22602880,22603047:22603306,22604281:22604567,22604285:22604692,22607577:22607886,22610904:22611752,22613020:22613607,22614941:22615581,22617413:22617919,22618986:22619624,22621389:22621913,22637075:22637227,22637329:22637546,22637675:22637892,22638530:22638911,22639300:22639732,22640875:22641084,22641844:22642199,22641848:22642354,22642866:22643270,22643643:22643865,22644532:22644814,22645996:22646138,22646207:22646326,22646699:22646770,22662916:22664733,22668748:22669209,22669906:22670570,22672697:22672993,22673671:22674159,22676626:22677103,22687084:22687853,22687089:22687534,22694854:22695615,22694855:22695483,22694881:22700570,22696405:22696704,22706232:22706887,22711985:22712145,22712696:22712897,22713825:22714119,22714438:22714707,22714442:22714756,22715865:22716170,22719540:22719979,22720545:22721219,22720552:22721095,22727659:22728537,22729021:22730029,22731512:22732155,22740292:22748164,22743077:2274358', 'assoc_mat': '22593607:barquette_opaque:4211:22594161,22594878:barquette_opaque:4211:22596089,22596778:barquette_opaque:4211:22597263,22599779:barquette_opaque:4211:22600183,22600725:barquette_opaque:4211:22601223,22602546:barquette_opaque:4211:22602880,22603047:barquette_opaque:4211:22603306,22604281:barquette_opaque:4211:22604567,22604285:barquette_opaque:4211:22604692,22607577:barquette_opaque:4211:22607886,22610904:barquette_opaque:4211:22611752,22613020:barquette_opaque:4211:22613607,22614941:barquette_opaque:4211:22615581,22617413:barquette_opaque:4211:22617919,22618986:barquette_opaque:4211:22619624,22621389:barquette_opaque:4211:22621913,22637075:barquette_opaque:4211:22637227,22637329:barquette_opaque:4211:22637546,22637675:barquette_opaque:4211:22637892,22638530:barquette_opaque:4211:22638911,22639300:barquette_opaque:4211:22639732,22640875:barquette_opaque:4211:22641084,22641844:barquette_opaque:4211:22642199,22641848:barquette_opaque:4211:22642354,22642866:barquette_opaque:4211:22643270,22643643:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00039787528680509764, 'nb_photo': 89, 'list_port_cont': '22594934,22601570,22605076,22607303,22610545,22612829,22618164,22637343,22638002,22639838,22639882,22646447,22664940,22676631,22686164,22696748,22710396,22714470,22721538,22725018,22732973,22764377,22765223,22770712,22776168,22791665,22791986,22816534,22823559,22830567,22832785,22833534,22838449,22840237,22842722,22852372,22861865,22863116,22882924,22886532,22888282,22889656,22896328,22901062,22915553,22915919,22916143,22917767,22925576,22927916,22929969,22930589,22936492,22942820,22969799,22970732,22981024,23056529,23059726,23059742,23065660,23078455,23089950,23094209,23094999', 'assoc_port': '22593608:22594934,22596779:22607303,22600763:22601570,22604279:22605076,22609800:22612829,22609829:22610545,22617414:22618164,22637076:22639838,22637080:22637343,22637670:22638002,22639297:22639882,22646205:22646447,22662915:22664940,22673667:22676631,22683212:22686164,22696404:22696748,22708746:22710396,22713822:22714470,22720551:22725018,22720556:22721538,22731513:22732973,22763325:22764377,22763328:22765223,22769206:22770712,22775278:22776168,22781196:22791986,22787160:22791665,22814869:22816534,22823156:22823559,22828628:22830567,22831632:22832785,22832670:22833534,22835472:22852372,22835897:22838449,22838934:22840237,22841696:22842722,22861705:22861865,22862863:22863116,22876410:22888282,22881746:22882924,22882937:22886532,22885089:22889656,22889833:22901062,22893525:22896328,22909909:22915553,22911178:22915919,22915418:22917767,22915799:22916143,22920082:22925576,22924964:22929969,22927534:22927916,22929815:22930589,22931346:22942820,22935793:22936492,22953033:22969799,22955748:22970732,22970365:2298102', 'assoc_mat': '22593608:bouchon:3327:22594934,22596779:bouchon:3327:22607303,22600763:bouchon:3327:22601570,22604279:bouchon:3327:22605076,22609800:bouchon:3327:22612829,22609829:bouchon:3327:22610545,22617414:bouchon:3327:22618164,22637076:bouchon:3327:22639838,22637080:bouchon:3327:22637343,22637670:bouchon:3327:22638002,22639297:bouchon:3327:22639882,22646205:bouchon:3327:22646447,22662915:bouchon:3327:22664940,22673667:bouchon:3327:22676631,22683212:bouchon:3327:22686164,22696404:bouchon:3327:22696748,22708746:bouchon:3327:22710396,22713822:bouchon:3327:22714470,22720551:bouchon:3327:22725018,22720556:bouchon:3327:22721538,22731513:bouchon:3327:22732973,22763325:bouchon:3327:22764377,22763328:bouchon:3327:22765223,22769206:bouchon:3327:22770712,22775278:bouchon:3327:22776168,22781196:bouchon:3327:22791986,22787160:bouchon:3327:22791665,22814869:bouchon:3327:22816534,22823156:bouchon:3327:22823559,22828628:bouchon:3327:22830567,22831632:bouchon:3327:22832785,22832670:bouchon:3327:22833534,22835472:bouchon:3327:22852372,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.016014816109794595, 'nb_photo': 370, 'list_port_cont': '22592615,22602571,22627270,22637870,22637967,22645193,22667704,22675215,22681765,22698562,22718092,22722804,22737392,22757398,22777251,22782111,22794056,22845280,22856065,22859425,22863031,22863338,22876491,22883465,22897227,22900217,22925839,22942116,22951830,22978004,22987659,23005060,23012216,23063944,23075710,23088192,23090504,23091287', 'assoc_port': '22591582:22592615,22602549:22602571,22614943:22627270,22637672:22637967,22637674:22637870,22643641:22645193,22666515:22667704,22673669:22675215,22676627:22681765,22693033:22698562,22713819:22718092,22719525:22722804,22727668:22737392,22755525:22757398,22773713:22777251,22777724:22782111,22793928:22794056,22828627:22856065,22835476:22845280,22856658:22859425,22857008:22863338,22862865:22863031,22874442:22876491,22882318:22883465,22895713:22897227,22896423:22900217,22917826:22925839,22931348:22942116,22951589:22951830,22967489:22978004,22980691:22987659,22998438:23005060,23006133:23012216,23019441:23063944,23052721:23088192,23062405:23090504,23064326:23091287,23075518:23075710', 'assoc_mat': '22591582:carton:4205:22592615,22602549:carton:4205:22602571,22614943:carton:4205:22627270,22637672:carton:4205:22637967,22637674:carton:4205:22637870,22643641:carton:4205:22645193,22666515:carton:4205:22667704,22673669:carton:4205:22675215,22676627:carton:4205:22681765,22693033:carton:4205:22698562,22713819:carton:4205:22718092,22719525:carton:4205:22722804,22727668:carton:4205:22737392,22755525:carton:4205:22757398,22773713:carton:4205:22777251,22777724:carton:4205:22782111,22793928:carton:4205:22794056,22828627:carton:4205:22856065,22835476:carton:4205:22845280,22856658:carton:4205:22859425,22857008:carton:4205:22863338,22862865:carton:4205:22863031,22874442:carton:4205:22876491,22882318:carton:4205:22883465,22895713:carton:4205:22897227,22896423:carton:4205:22900217,22917826:carton:4205:22925839,22931348:carton:4205:22942116,22951589:carton:4205:22951830,22967489:carton:4205:22978004,22980691:carton:4205:22987659,22998438:carton:4205:23005060,23006133:carton:4205:23012216,23019441:carton:4205:23063944,2305'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.008278919045619983, 'nb_photo': 653, 'list_port_cont': '22630371,22634256,22636620,22644202,22645969,22671014,22687247,22707906,22720093,22738375,22763442,22784786,22816580,22847719,22854611,22862342,22864778,22865868,22880849,22889057,22912917,22929721,22937918,22945503,22979042,22988180,22990616,23008505,23011433,23054147,23072337,23089687,23094182,23095175', 'assoc_port': '22604273:22636620,22609799:22634256,22624047:22630371,22640872:22644202,22645327:22645969,22668747:22671014,22683214:22687247,22706231:22707906,22715864:22720093,22727698:22738375,22760876:22763442,22775279:22784786,22814866:22816580,22835896:22854611,22835901:22847719,22858837:22862342,22861704:22864778,22863669:22865868,22879241:22880849,22885096:22889057,22909912:22912917,22916871:22945503,22924991:22929721,22934516:22937918,22963267:22990616,22967496:22979042,22979636:22988180,23002549:23008505,23010992:23054147,23010994:23011433,23024263:23094182,23056326:23089687,23071977:23072337,23080635:23095175', 'assoc_mat': '22604273:carton:4203:22636620,22609799:carton:4203:22634256,22624047:carton:4203:22630371,22640872:carton:4203:22644202,22645327:carton:4203:22645969,22668747:carton:4203:22671014,22683214:carton:4203:22687247,22706231:carton:4203:22707906,22715864:carton:4203:22720093,22727698:carton:4203:22738375,22760876:carton:4203:22763442,22775279:carton:4203:22784786,22814866:carton:4203:22816580,22835896:carton:4203:22854611,22835901:carton:4203:22847719,22858837:carton:4203:22862342,22861704:carton:4203:22864778,22863669:carton:4203:22865868,22879241:carton:4203:22880849,22885096:carton:4203:22889057,22909912:carton:4203:22912917,22916871:carton:4203:22945503,22924991:carton:4203:22929721,22934516:carton:4203:22937918,22963267:carton:4203:22990616,22967496:carton:4203:22979042,22979636:carton:4203:22988180,23002549:carton:4203:23008505,23010992:carton:4203:23054147,23010994:carton:4203:23011433,23024263:carton:4203:23094182,23056326:carton:4203:23089687,23071977:carton:4203:23072337,23080635:carton:4203:23095175'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.950187656946778, 'nb_photo': 3504, 'list_port_cont': '22594079,22594342,22594397,22596895,22597312,22600124,22600329,22600920,22603202,22607761,22610267,22611298,22613348,22615155,22617802,22628714,22628999,22637196,22637252,22637757,22639374,22639709,22641090,22642312,22643841,22644664,22644850,22644860,22644977,22645631,22646046,22646096,22647244,22647392,22661925,22663969,22666872,22670072,22672802,22674112,22674362,22675644,22676819,22686223,22687286,22687788,22695411,22695668,22696608,22709337,22711032,22712040,22712721,22713246,22714565,22715782,22721048,22721292,22721891,22721992,22728588,22728634,22732035,22732522,22733461,22733528,22733989,22738168,22753886,22753985,22756022,22758458,22761344,22763909,22765546,22766562,22770063,22775454,22775662,22775973,22777148,22781536,22786360,22790689,22794065,22814239,22816960,22817992,22818296,22820506,22823377,22823482,22829370,22829562,22833055,22833359,22839349,22839633,22839688,22840468,22841950,22842213,22856791,22857864,22858743,22859526,22859658,22861797,22861845,22862052,22862188,22862227,22862997,2286332', 'assoc_port': '22593605:22594342,22593606:22594397,22593610:22594079,22596777:22597312,22596780:22596895,22599778:22600329,22599780:22600124,22600753:22600920,22603049:22603202,22607575:22607761,22609801:22610267,22610902:22611298,22613019:22613348,22614940:22615155,22617411:22617802,22628391:22628999,22628395:22628714,22637079:22637252,22637082:22637196,22637676:22637757,22639298:22639709,22639302:22639374,22640874:22641090,22641847:22642312,22643639:22643841,22644527:22644977,22644530:22644860,22644534:22644850,22644535:22644664,22645328:22645631,22645998:22646096,22645999:22646046,22647189:22647392,22647190:22647244,22661877:22661925,22662911:22663969,22666517:22666872,22669905:22670072,22672698:22672802,22673666:22674362,22673668:22674112,22675369:22675644,22676625:22676819,22681470:22686223,22687087:22687788,22687093:22687286,22693003:22695668,22694883:22695411,22696407:22696608,22708745:22711032,22708748:22709337,22711984:22712040,22712695:22712721,22713014:22713246,22713828:22715782,22714440:22714565,22720547:2272189', 'assoc_mat': '22593605:carton:4207:22594342,22593606:carton:4207:22594397,22593610:carton:4207:22594079,22596777:carton:4207:22597312,22596780:carton:4207:22596895,22599778:carton:4207:22600329,22599780:carton:4207:22600124,22600753:carton:4207:22600920,22603049:carton:4207:22603202,22607575:carton:4207:22607761,22609801:carton:4207:22610267,22610902:carton:4207:22611298,22613019:carton:4207:22613348,22614940:carton:4207:22615155,22617411:carton:4207:22617802,22628391:carton:4207:22628999,22628395:carton:4207:22628714,22637079:carton:4207:22637252,22637082:carton:4207:22637196,22637676:carton:4207:22637757,22639298:carton:4207:22639709,22639302:carton:4207:22639374,22640874:carton:4207:22641090,22641847:carton:4207:22642312,22643639:carton:4207:22643841,22644527:carton:4207:22644977,22644530:carton:4207:22644860,22644534:carton:4207:22644850,22644535:carton:4207:22644664,22645328:carton:4207:22645631,22645998:carton:4207:22646096,22645999:carton:4207:22646046,22647189:carton:4207:22647392,22647190:carton:4207:22647244,2266'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.017466290313869565, 'nb_photo': 2634, 'list_port_cont': '22591952,22595984,22600140,22604818,22604886,22607821,22610131,22611407,22615427,22621165,22621797,22637449,22638870,22639672,22642314,22643810,22644724,22645645,22646081,22647274,22664447,22666826,22670626,22674129,22677061,22684133,22687446,22693430,22696623,22697912,22712860,22714072,22717922,22720966,22721123,22724470,22732106,22749521,22756100,22761286,22766468,22771655,22778068,22781430,22782749,22786390,22787665,22811894,22816031,22824307,22828945,22832082,22833096,22839477,22840476,22844328,22844565,22856730,22858873,22859534,22860736,22862094,22862682,22864516,22874896,22876593,22879632,22881585,22881860,22882474,22891915,22893668,22894128,22894695,22901517,22914483,22915948,22917098,22919320,22922730,22925385,22927868,22931853,22935153,22948696,22952028,22953629,22959655,22963809,22968125,22972753,22973120,22975284,22980820,22997457,22998864,23003166,23003303,23006505,23012927,23013099,23020314,23026161,23049523,23053925,23057076,23059431,23068190,23072416,23079963,23080138,23081170', 'assoc_port': '22591584:22591952,22594879:22595984,22599782:22600140,22603048:22610131,22604271:22604886,22604283:22604818,22607579:22607821,22610906:22611407,22614959:22615427,22618984:22621165,22621387:22621797,22637328:22637449,22638528:22638870,22639301:22639672,22641846:22642314,22643640:22643810,22644533:22644724,22645326:22645645,22646000:22646081,22647188:22647274,22662910:22664447,22666516:22666826,22669907:22670626,22673670:22674129,22676624:22677061,22683217:22684133,22687090:22687446,22693018:22693430,22696409:22696623,22696947:22697912,22712697:22712860,22713831:22714072,22714437:22717922,22720549:22721123,22720555:22720966,22723677:22724470,22731556:22732106,22743102:22749521,22755524:22756100,22760877:22761286,22765036:22781430,22766335:22766468,22771175:22771655,22777722:22778068,22782355:22782749,22785891:22786390,22787164:22787665,22811660:22811894,22814868:22816031,22817782:22824307,22828657:22828945,22831635:22832082,22832675:22833096,22838937:22839477,22840147:22840476,22843809:22844565,22843810:2284432', 'assoc_mat': '22591584:carton:4461:22591952,22594879:carton:4461:22595984,22599782:carton:4461:22600140,22603048:carton:4461:22610131,22604271:carton:4461:22604886,22604283:carton:4461:22604818,22607579:carton:4461:22607821,22610906:carton:4461:22611407,22614959:carton:4461:22615427,22618984:carton:4461:22621165,22621387:carton:4461:22621797,22637328:carton:4461:22637449,22638528:carton:4461:22638870,22639301:carton:4461:22639672,22641846:carton:4461:22642314,22643640:carton:4461:22643810,22644533:carton:4461:22644724,22645326:carton:4461:22645645,22646000:carton:4461:22646081,22647188:carton:4461:22647274,22662910:carton:4461:22664447,22666516:carton:4461:22666826,22669907:carton:4461:22670626,22673670:carton:4461:22674129,22676624:carton:4461:22677061,22683217:carton:4461:22684133,22687090:carton:4461:22687446,22693018:carton:4461:22693430,22696409:carton:4461:22696623,22696947:carton:4461:22697912,22712697:carton:4461:22712860,22713831:carton:4461:22714072,22714437:carton:4461:22717922,22720549:carton:4461:22721123,2272'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.028318503464847673, 'nb_photo': 2357, 'list_port_cont': '22596185,22604128,22609339,22612198,22613226,22620989,22627383,22630384,22630481,22630503,22637374,22637406,22637536,22639219,22642118,22643586,22644341,22644421,22645455,22646057,22646713,22647324,22648101,22663884,22664082,22667650,22676951,22677086,22677201,22684100,22685643,22686639,22695619,22695673,22696545,22699555,22711337,22712173,22712801,22713169,22714738,22720784,22725032,22731760,22734352,22737335,22739672,22741196,22743323,22744947,22755890,22757459,22759672,22765906,22766594,22774562,22779827,22782102,22782657,22786746,22789441,22791835,22794087,22817112,22823194,22823592,22824757,22831499,22839175,22839666,22839835,22841173,22842008,22847470,22847921,22851392,22856028,22858928,22862200,22862707,22863019,22863136,22863360,22864914,22865048,22865842,22865847,22865887,22865900,22877978,22878076,22878471,22882466,22883505,22888925,22893424,22894528,22896389,22897429,22908161,22909452,22914745,22917392,22917417,22918154,22919993,22920511,22923744,22924765,22926536,22927440,22927859,22928783,2292912', 'assoc_port': '22594877:22596185,22600724:22604128,22602545:22612198,22604276:22609339,22610907:22620989,22613021:22613226,22614937:22627383,22617412:22630481,22618985:22630503,22624048:22630384,22637077:22637406,22637083:22637536,22637332:22637374,22638529:22639219,22641845:22643586,22641850:22642118,22642864:22644341,22642868:22644421,22644529:22646713,22645330:22645455,22646001:22646057,22647187:22648101,22647191:22647324,22662912:22663884,22662914:22664082,22666514:22667650,22669908:22684100,22675367:22676951,22675368:22677086,22675371:22677201,22675372:22685643,22681463:22686639,22687091:22695619,22694868:22696545,22694885:22695673,22696946:22699555,22708747:22711337,22711988:22712173,22712694:22713169,22712698:22712801,22714439:22714738,22720546:22720784,22720550:22725032,22723659:22734352,22727658:22737335,22731555:22739672,22731557:22731760,22733592:22744947,22740289:22741196,22743063:22743323,22753642:22755890,22755522:22757459,22757920:22759672,22763326:22765906,22766326:22766594,22771176:22774562,22775280:2277982', 'assoc_mat': '22594877:carton:4200:22596185,22600724:carton:4200:22604128,22602545:carton:4200:22612198,22604276:carton:4200:22609339,22610907:carton:4200:22620989,22613021:carton:4200:22613226,22614937:carton:4200:22627383,22617412:carton:4200:22630481,22618985:carton:4200:22630503,22624048:carton:4200:22630384,22637077:carton:4200:22637406,22637083:carton:4200:22637536,22637332:carton:4200:22637374,22638529:carton:4200:22639219,22641845:carton:4200:22643586,22641850:carton:4200:22642118,22642864:carton:4200:22644341,22642868:carton:4200:22644421,22644529:carton:4200:22646713,22645330:carton:4200:22645455,22646001:carton:4200:22646057,22647187:carton:4200:22648101,22647191:carton:4200:22647324,22662912:carton:4200:22663884,22662914:carton:4200:22664082,22666514:carton:4200:22667650,22669908:carton:4200:22684100,22675367:carton:4200:22676951,22675368:carton:4200:22677086,22675371:carton:4200:22677201,22675372:carton:4200:22685643,22681463:carton:4200:22686639,22687091:carton:4200:22695619,22694868:carton:4200:22696545,2269'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.037341755542972595, 'nb_photo': 1775, 'list_port_cont': '22593859,22595976,22601216,22603320,22604585,22607907,22610163,22611633,22611812,22611932,22615321,22617540,22617840,22617925,22624759,22625112,22628732,22629304,22637164,22637358,22637786,22639583,22641116,22643912,22645481,22645687,22646305,22647253,22662568,22662652,22663840,22672893,22675656,22681965,22682302,22682424,22683910,22684013,22687395,22687948,22695350,22696669,22697390,22706786,22707797,22712028,22713266,22714702,22719939,22724302,22730482,22730601,22754074,22761239,22766458,22774536,22781945,22786284,22787603,22792003,22814101,22817100,22823281,22828868,22831921,22832960,22835672,22835680,22839389,22856703,22856848,22858907,22861818,22862016,22862132,22862659,22863056,22863306,22863819,22876742,22880355,22883131,22887366,22887479,22889807,22890023,22890387,22891759,22893627,22896668,22914454,22918029,22922666,22926865,22953220,22960655,22968104,23003106,23003981,23011781,23013071,23018686,23053619,23056805,23059260,23064853,23065558,23079734', 'assoc_port': '22593609:22593859,22594876:22595976,22600723:22601216,22603046:22603320,22604278:22604585,22607576:22617540,22607578:22607907,22609802:22610163,22610903:22611932,22610905:22611812,22610908:22611633,22614938:22615321,22614939:22625112,22617410:22617840,22617415:22617925,22618983:22629304,22624049:22624759,22628393:22628732,22637081:22637164,22637331:22637358,22637677:22637786,22639299:22639583,22640873:22641116,22643642:22643912,22645325:22645687,22645329:22645481,22646206:22646305,22647186:22647253,22661875:22662652,22661878:22662568,22662913:22663840,22672696:22672893,22672699:22683910,22675373:22675656,22681465:22682424,22681467:22682302,22681471:22681965,22683204:22684013,22687085:22687948,22687092:22687395,22694882:22695350,22696406:22696669,22696945:22697390,22706230:22706786,22707489:22707797,22711986:22712028,22713013:22713266,22714441:22714702,22719539:22719939,22723676:22724302,22729019:22730601,22729023:22730482,22753645:22754074,22760875:22761239,22766334:22766458,22773720:22774536,22781197:2278194', 'assoc_mat': '22593609:carton:4209:22593859,22594876:carton:4209:22595976,22600723:carton:4209:22601216,22603046:carton:4209:22603320,22604278:carton:4209:22604585,22607576:carton:4209:22617540,22607578:carton:4209:22607907,22609802:carton:4209:22610163,22610903:carton:4209:22611932,22610905:carton:4209:22611812,22610908:carton:4209:22611633,22614938:carton:4209:22615321,22614939:carton:4209:22625112,22617410:carton:4209:22617840,22617415:carton:4209:22617925,22618983:carton:4209:22629304,22624049:carton:4209:22624759,22628393:carton:4209:22628732,22637081:carton:4209:22637164,22637331:carton:4209:22637358,22637677:carton:4209:22637786,22639299:carton:4209:22639583,22640873:carton:4209:22641116,22643642:carton:4209:22643912,22645325:carton:4209:22645687,22645329:carton:4209:22645481,22646206:carton:4209:22646305,22647186:carton:4209:22647253,22661875:carton:4209:22662652,22661878:carton:4209:22662568,22662913:carton:4209:22663840,22672696:carton:4209:22672893,22672699:carton:4209:22683910,22675373:carton:4209:22675656,2268'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.012684955698130503, 'nb_photo': 12938, 'list_port_cont': '22594163,22596092,22597265,22600172,22601225,22602888,22603312,22604583,22604700,22607889,22611736,22613600,22615573,22617908,22619627,22621918,22637232,22637552,22637884,22638896,22639718,22641076,22642198,22642360,22643261,22643854,22644812,22646127,22646318,22646759,22664723,22669206,22670580,22672982,22674164,22677106,22687524,22687856,22695472,22695603,22696703,22700574,22706893,22712135,22712894,22714106,22714708,22714765,22716169,22719970,22721105,22721220,22728551,22730023,22732161,22743592,22748186,22754154,22754205,22758679,22761608,22763722,22765739,22771941,22778223,22786463,22816114,22818594,22820559,22823251,22823525,22824456,22829498,22832012,22832264,22833291,22840994,22842115,22843007,22845820,22856855,22856876,22857923,22858756,22859599,22860794,22863058,22863864,22864502,22864552,22865033,22876858,22880528,22881984,22882017,22882512,22883171,22885521,22887661,22887836,22892040,22895826,22895867,22910371,22911744,22914571,22915515,22915991,22916063,22918123,22920491,22922782,22925349,2293034', 'assoc_port': '22593607:22594163,22594878:22596092,22596778:22597265,22599779:22600172,22600725:22601225,22602546:22602888,22603047:22603312,22604281:22604583,22604285:22604700,22607577:22607889,22610904:22611736,22613020:22613600,22614941:22615573,22617413:22617908,22618986:22619627,22621389:22621918,22637075:22637232,22637329:22637552,22637675:22637884,22638530:22638896,22639300:22639718,22640875:22641076,22641844:22642198,22641848:22642360,22642866:22643261,22643643:22643854,22644532:22644812,22645996:22646127,22646207:22646318,22646699:22646759,22662916:22664723,22668748:22669206,22669906:22670580,22672697:22672982,22673671:22674164,22676626:22677106,22687084:22687856,22687089:22687524,22694854:22695603,22694855:22695472,22694881:22700574,22696405:22696703,22706232:22706893,22711985:22712135,22712696:22712894,22713825:22714106,22714438:22714708,22714442:22714765,22715865:22716169,22719540:22719970,22720545:22721220,22720552:22721105,22727659:22728551,22729021:22730023,22731512:22732161,22740292:22748186,22743077:2274359', 'assoc_mat': '22593607:carton:4211:22594163,22594878:carton:4211:22596092,22596778:carton:4211:22597265,22599779:carton:4211:22600172,22600725:carton:4211:22601225,22602546:carton:4211:22602888,22603047:carton:4211:22603312,22604281:carton:4211:22604583,22604285:carton:4211:22604700,22607577:carton:4211:22607889,22610904:carton:4211:22611736,22613020:carton:4211:22613600,22614941:carton:4211:22615573,22617413:carton:4211:22617908,22618986:carton:4211:22619627,22621389:carton:4211:22621918,22637075:carton:4211:22637232,22637329:carton:4211:22637552,22637675:carton:4211:22637884,22638530:carton:4211:22638896,22639300:carton:4211:22639718,22640875:carton:4211:22641076,22641844:carton:4211:22642198,22641848:carton:4211:22642360,22642866:carton:4211:22643261,22643643:carton:4211:22643854,22644532:carton:4211:22644812,22645996:carton:4211:22646127,22646207:carton:4211:22646318,22646699:carton:4211:22646759,22662916:carton:4211:22664723,22668748:carton:4211:22669206,22669906:carton:4211:22670580,22672697:carton:4211:22672982,2267'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00980023422868778, 'nb_photo': 184, 'list_port_cont': '22600785,22601565,22610546,22618158,22622113,22628987,22629258,22643291,22644952,22645406,22646155,22646166,22646440,22647112,22670980,22676775,22689689,22707686,22712292,22714460,22716569,22716652,22721541,22725020,22732977,22741275,22754535,22770710,22772545,22776171,22791664,22794795,22821247,22823551,22833538,22840239,22852369,22861861,22862826,22863128,22882929,22883771,22886529,22888278,22889654,22896330,22897007,22898274,22901065,22909354,22915364,22925568,22926570,22927926,22930602,22936389,22936490,22936535,22938921,22945218,22956552,22969804,22975701,22978965,22981027,22986012,22987862,22988215,22994045,22994876,23002083,23009891,23055178,23055306,23055484,23056533,23059060,23059714,23059751,23063181,23065666,23066042,23075751,23078449,23078481,23094208,23095049,23095226', 'assoc_port': '22599781:22600785,22600763:22601565,22609829:22610546,22613018:22628987,22617414:22618158,22621388:22622113,22628388:22629258,22642867:22643291,22644513:22646155,22644528:22645406,22644531:22644952,22645997:22647112,22646002:22646166,22646205:22646440,22669904:22670980,22675370:22676775,22688510:22689689,22706229:22707686,22711987:22712292,22713822:22714460,22715863:22716652,22715866:22716569,22720551:22725020,22720556:22721541,22731513:22732977,22740290:22741275,22753647:22754535,22769206:22770710,22771178:22772545,22775278:22776171,22787159:22794795,22787160:22791664,22820051:22821247,22823156:22823551,22832670:22833538,22835472:22852369,22838934:22840239,22861705:22861861,22862458:22862826,22862863:22863128,22876410:22888278,22879242:22883771,22881746:22882929,22882937:22886529,22885089:22889654,22889833:22901065,22893525:22896330,22894326:22897007,22894331:22909354,22895714:22898274,22911180:22915364,22917824:22926570,22920082:22925568,22925011:22938921,22927531:22936535,22927534:22927926,22929808:2294521', 'assoc_mat': '22599781:carton:3327:22600785,22600763:carton:3327:22601565,22609829:carton:3327:22610546,22613018:carton:3327:22628987,22617414:carton:3327:22618158,22621388:carton:3327:22622113,22628388:carton:3327:22629258,22642867:carton:3327:22643291,22644513:carton:3327:22646155,22644528:carton:3327:22645406,22644531:carton:3327:22644952,22645997:carton:3327:22647112,22646002:carton:3327:22646166,22646205:carton:3327:22646440,22669904:carton:3327:22670980,22675370:carton:3327:22676775,22688510:carton:3327:22689689,22706229:carton:3327:22707686,22711987:carton:3327:22712292,22713822:carton:3327:22714460,22715863:carton:3327:22716652,22715866:carton:3327:22716569,22720551:carton:3327:22725020,22720556:carton:3327:22721541,22731513:carton:3327:22732977,22740290:carton:3327:22741275,22753647:carton:3327:22754535,22769206:carton:3327:22770710,22771178:carton:3327:22772545,22775278:carton:3327:22776171,22787159:carton:3327:22794795,22787160:carton:3327:22791664,22820051:carton:3327:22821247,22823156:carton:3327:22823551,2283'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.009561114597328791, 'nb_photo': 636, 'list_port_cont': '22928296,22949103,22950232,22953903,22961559,22968188,22968651,22975658,22976282,22977389,22977881,22984012,22985542,23004386,23007018,23013807,23016128,23018785,23019308,23019564,23025194,23053413,23072790,23074693,23076165,23079900,23080481,23083116', 'assoc_port': '22927536:22928296,22948162:22949103,22949538:22950232,22953035:22953903,22960477:22961559,22967479:22968651,22967499:22968188,22974925:22976282,22974926:22975658,22976914:22977881,22976916:22977389,22982646:22985542,22982647:22984012,23003831:23007018,23003838:23004386,23012451:23013807,23015442:23016128,23018462:23019564,23018464:23019308,23018467:23018785,23024250:23025194,23052716:23053413,23071983:23072790,23073358:23074693,23075515:23076165,23079427:23080481,23079435:23079900,23082841:23083116', 'assoc_mat': '22927536:carton:3594:22928296,22948162:carton:3594:22949103,22949538:carton:3594:22950232,22953035:carton:3594:22953903,22960477:carton:3594:22961559,22967479:carton:3594:22968651,22967499:carton:3594:22968188,22974925:carton:3594:22976282,22974926:carton:3594:22975658,22976914:carton:3594:22977881,22976916:carton:3594:22977389,22982646:carton:3594:22985542,22982647:carton:3594:22984012,23003831:carton:3594:23007018,23003838:carton:3594:23004386,23012451:carton:3594:23013807,23015442:carton:3594:23016128,23018462:carton:3594:23019564,23018464:carton:3594:23019308,23018467:carton:3594:23018785,23024250:carton:3594:23025194,23052716:carton:3594:23053413,23071983:carton:3594:23072790,23073358:carton:3594:23074693,23075515:carton:3594:23076165,23079427:carton:3594:23080481,23079435:carton:3594:23079900,23082841:carton:3594:23083116'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0025740208841702355, 'nb_photo': 54, 'list_port_cont': '22602583,22610321,22620637,22637516,22646292,22675044,22700071,22743273,22746289,22754116,22765979,22779184,22782019,22817953,22823337,22823654,22842768,22860605,22862081,22936133,22988148,23017980,23022458,23023070,23025788,23032412,23032719,23038681,23043750,23053483,23088255,23093968', 'assoc_port': '22602547:22602583,22609803:22610321,22617409:22620637,22637330:22637516,22646208:22646292,22668749:22675044,22681466:22700071,22723675:22746289,22743072:22743273,22753644:22754116,22765037:22765979,22777704:22779184,22781198:22782019,22813689:22817953,22823123:22823654,22823128:22823337,22828659:22842768,22860493:22860605,22861967:22862081,22880134:23017980,22891519:23022458,22893523:23023070,22894328:23025788,22916870:23032412,22920087:23032719,22935792:22936133,22967472:23038681,22979633:22988148,23003826:23043750,23010995:23053483,23052744:23088255,23073354:23093968', 'assoc_mat': '22602547:cartonnette:3726:22602583,22609803:cartonnette:3726:22610321,22617409:cartonnette:3726:22620637,22637330:cartonnette:3726:22637516,22646208:cartonnette:3726:22646292,22668749:cartonnette:3726:22675044,22681466:cartonnette:3726:22700071,22723675:cartonnette:3726:22746289,22743072:cartonnette:3726:22743273,22753644:cartonnette:3726:22754116,22765037:cartonnette:3726:22765979,22777704:cartonnette:3726:22779184,22781198:cartonnette:3726:22782019,22813689:cartonnette:3726:22817953,22823123:cartonnette:3726:22823654,22823128:cartonnette:3726:22823337,22828659:cartonnette:3726:22842768,22860493:cartonnette:3726:22860605,22861967:cartonnette:3726:22862081,22880134:cartonnette:3726:23017980,22891519:cartonnette:3726:23022458,22893523:cartonnette:3726:23023070,22894328:cartonnette:3726:23025788,22916870:cartonnette:3726:23032412,22920087:cartonnette:3726:23032719,22935792:cartonnette:3726:22936133,22967472:cartonnette:3726:23038681,22979633:cartonnette:3726:22988148,23003826:cartonnette:3726:23043750,23010995:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.007372211362824661, 'nb_photo': 186, 'list_port_cont': '22602575,22610322,22620634,22637214,22637512,22641134,22644518,22645046,22646295,22675052,22687475,22689618,22696694,22700021,22700068,22700083,22743262,22746292,22754112,22765978,22779178,22782010,22791533,22817956,22818991,22823340,22828787,22836461,22840285,22842769,22856819,22860606,22862087,22863294,22915444,22936127,22988145,23014324,23017978,23022459,23022667,23023066,23025783,23032416,23032621,23032712,23034507,23038170,23038677,23043739,23053166,23053477,23074397,23075853,23091955,23094970', 'assoc_port': '22602547:22602575,22609803:22610322,22617409:22620634,22637078:22637214,22637330:22637512,22640871:22641134,22642865:22644518,22644526:22645046,22646208:22646295,22668749:22675052,22681466:22700068,22681469:22700083,22683209:22700021,22687083:22687475,22688512:22689618,22696408:22696694,22723675:22746292,22743072:22743262,22753644:22754112,22765037:22765978,22773715:22791533,22777704:22779178,22781198:22782010,22813689:22817956,22817780:22818991,22823128:22823340,22828659:22842769,22828661:22828787,22835900:22836461,22840149:22840285,22856659:22856819,22860493:22860606,22861967:22862087,22863286:22863294,22873139:23014324,22880134:23017978,22886792:23075853,22891519:23022459,22893518:23022667,22893523:23023066,22894328:23025783,22915439:22915444,22916870:23032416,22920083:23032621,22920087:23032712,22935792:22936127,22948165:23034507,22958945:23038170,22967472:23038677,22979633:22988145,23003826:23043739,23010986:23053166,23010995:23053477,23024264:23074397,23067225:23091955,23079432:23094970', 'assoc_mat': '22602547:Carton_brun:3726:22602575,22609803:Carton_brun:3726:22610322,22617409:Carton_brun:3726:22620634,22637078:Carton_brun:3726:22637214,22637330:Carton_brun:3726:22637512,22640871:Carton_brun:3726:22641134,22642865:Carton_brun:3726:22644518,22644526:Carton_brun:3726:22645046,22646208:Carton_brun:3726:22646295,22668749:Carton_brun:3726:22675052,22681466:Carton_brun:3726:22700068,22681469:Carton_brun:3726:22700083,22683209:Carton_brun:3726:22700021,22687083:Carton_brun:3726:22687475,22688512:Carton_brun:3726:22689618,22696408:Carton_brun:3726:22696694,22723675:Carton_brun:3726:22746292,22743072:Carton_brun:3726:22743262,22753644:Carton_brun:3726:22754112,22765037:Carton_brun:3726:22765978,22773715:Carton_brun:3726:22791533,22777704:Carton_brun:3726:22779178,22781198:Carton_brun:3726:22782010,22813689:Carton_brun:3726:22817956,22817780:Carton_brun:3726:22818991,22823128:Carton_brun:3726:22823340,22828659:Carton_brun:3726:22842769,22828661:Carton_brun:3726:22828787,22835900:Carton_brun:3726:22836461,22840149:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005457248594190318, 'nb_photo': 117, 'list_port_cont': '22602579,22610315,22620636,22641136,22644521,22645040,22675051,22687482,22700020,22743263,22746293,22754122,22765973,22791528,22817946,22823345,22823653,22828784,22858870,22860609,22862086,22915448,22936137,22988144,23014329,23017981,23022671,23023061,23025789,23032407,23032616,23032718,23034501,23037279,23038167,23038673,23040864,23043741,23053167,23053486,23074400,23075850,23088264,23089420,23091953,23092000,23093964,23094112,23094969', 'assoc_port': '22602547:22602579,22609803:22610315,22617409:22620636,22640871:22641136,22642865:22644521,22644526:22645040,22668749:22675051,22683209:22700020,22687083:22687482,22723675:22746293,22743072:22743263,22753644:22754122,22765037:22765973,22773715:22791528,22813689:22817946,22823123:22823653,22823128:22823345,22828661:22828784,22858842:22858870,22860493:22860609,22861967:22862086,22873139:23014329,22880134:23017981,22886792:23075850,22893518:23022671,22893523:23023061,22894328:23025789,22915439:22915448,22916870:23032407,22920083:23032616,22920087:23032718,22935792:22936137,22948165:23034501,22955733:23037279,22958945:23038167,22967472:23038673,22974921:23040864,22979633:22988144,23003826:23043741,23010986:23053167,23010995:23053486,23012442:23089420,23024264:23074400,23052744:23088264,23067225:23091953,23067239:23092000,23073354:23093964,23075513:23094112,23079432:23094969', 'assoc_mat': '22602547:Carton_gris:3726:22602579,22609803:Carton_gris:3726:22610315,22617409:Carton_gris:3726:22620636,22640871:Carton_gris:3726:22641136,22642865:Carton_gris:3726:22644521,22644526:Carton_gris:3726:22645040,22668749:Carton_gris:3726:22675051,22683209:Carton_gris:3726:22700020,22687083:Carton_gris:3726:22687482,22723675:Carton_gris:3726:22746293,22743072:Carton_gris:3726:22743263,22753644:Carton_gris:3726:22754122,22765037:Carton_gris:3726:22765973,22773715:Carton_gris:3726:22791528,22813689:Carton_gris:3726:22817946,22823123:Carton_gris:3726:22823653,22823128:Carton_gris:3726:22823345,22828661:Carton_gris:3726:22828784,22858842:Carton_gris:3726:22858870,22860493:Carton_gris:3726:22860609,22861967:Carton_gris:3726:22862086,22873139:Carton_gris:3726:23014329,22880134:Carton_gris:3726:23017981,22886792:Carton_gris:3726:23075850,22893518:Carton_gris:3726:23022671,22893523:Carton_gris:3726:23023061,22894328:Carton_gris:3726:23025789,22915439:Carton_gris:3726:22915448,22916870:Carton_gris:3726:23032407,22920083:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00493309243508679, 'nb_photo': 99, 'list_port_cont': '22592606,22602567,22627267,22637878,22637954,22645199,22667703,22675212,22681762,22698563,22718104,22737403,22777248,22782109,22794042,22845292,22856076,22859411,22863030,22863352,22876490,22883467,22897232,22900207,22925835,22942111,22951832,22987664,23005053,23012224,23063947,23075725,23090508,23091295', 'assoc_port': '22591582:22592606,22602549:22602567,22614943:22627267,22637672:22637954,22637674:22637878,22643641:22645199,22666515:22667703,22673669:22675212,22676627:22681762,22693033:22698563,22713819:22718104,22727668:22737403,22773713:22777248,22777724:22782109,22793928:22794042,22828627:22856076,22835476:22845292,22856658:22859411,22857008:22863352,22862865:22863030,22874442:22876490,22882318:22883467,22895713:22897232,22896423:22900207,22917826:22925835,22931348:22942111,22951589:22951832,22980691:22987664,22998438:23005053,23006133:23012224,23019441:23063947,23062405:23090508,23064326:23091295,23075518:23075725', 'assoc_mat': '22591582:ela:4205:22592606,22602549:ela:4205:22602567,22614943:ela:4205:22627267,22637672:ela:4205:22637954,22637674:ela:4205:22637878,22643641:ela:4205:22645199,22666515:ela:4205:22667703,22673669:ela:4205:22675212,22676627:ela:4205:22681762,22693033:ela:4205:22698563,22713819:ela:4205:22718104,22727668:ela:4205:22737403,22773713:ela:4205:22777248,22777724:ela:4205:22782109,22793928:ela:4205:22794042,22828627:ela:4205:22856076,22835476:ela:4205:22845292,22856658:ela:4205:22859411,22857008:ela:4205:22863352,22862865:ela:4205:22863030,22874442:ela:4205:22876490,22882318:ela:4205:22883467,22895713:ela:4205:22897232,22896423:ela:4205:22900207,22917826:ela:4205:22925835,22931348:ela:4205:22942111,22951589:ela:4205:22951832,22980691:ela:4205:22987664,22998438:ela:4205:23005053,23006133:ela:4205:23012224,23019441:ela:4205:23063947,23062405:ela:4205:23090508,23064326:ela:4205:23091295,23075518:ela:4205:23075725'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9681043823351698, 'nb_photo': 193, 'list_port_cont': '22630372,22634258,22636615,22644194,22645960,22671016,22687235,22707902,22720108,22738379,22763436,22784791,22816586,22847724,22854597,22862346,22864777,22865876,22880843,22889065,22912929,22929716,22937926,22945495,22979031,22988168,22990623,23008508,23011421,23054155,23072335,23089696,23094186,23095168', 'assoc_port': '22604273:22636615,22609799:22634258,22624047:22630372,22640872:22644194,22645327:22645960,22668747:22671016,22683214:22687235,22706231:22707902,22715864:22720108,22727698:22738379,22760876:22763436,22775279:22784791,22814866:22816586,22835896:22854597,22835901:22847724,22858837:22862346,22861704:22864777,22863669:22865876,22879241:22880843,22885096:22889065,22909912:22912929,22916871:22945495,22924991:22929716,22934516:22937926,22963267:22990623,22967496:22979031,22979636:22988168,23002549:23008508,23010992:23054155,23010994:23011421,23024263:23094186,23056326:23089696,23071977:23072335,23080635:23095168', 'assoc_mat': '22604273:ela:4203:22636615,22609799:ela:4203:22634258,22624047:ela:4203:22630372,22640872:ela:4203:22644194,22645327:ela:4203:22645960,22668747:ela:4203:22671016,22683214:ela:4203:22687235,22706231:ela:4203:22707902,22715864:ela:4203:22720108,22727698:ela:4203:22738379,22760876:ela:4203:22763436,22775279:ela:4203:22784791,22814866:ela:4203:22816586,22835896:ela:4203:22854597,22835901:ela:4203:22847724,22858837:ela:4203:22862346,22861704:ela:4203:22864777,22863669:ela:4203:22865876,22879241:ela:4203:22880843,22885096:ela:4203:22889065,22909912:ela:4203:22912929,22916871:ela:4203:22945495,22924991:ela:4203:22929716,22934516:ela:4203:22937926,22963267:ela:4203:22990623,22967496:ela:4203:22979031,22979636:ela:4203:22988168,23002549:ela:4203:23008508,23010992:ela:4203:23054155,23010994:ela:4203:23011421,23024263:ela:4203:23094186,23056326:ela:4203:23089696,23071977:ela:4203:23072335,23080635:ela:4203:23095168'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.001391354229728338, 'nb_photo': 120, 'list_port_cont': '22594067,22597300,22600131,22613357,22628689,22637206,22639702,22641099,22642307,22643839,22645635,22646092,22663966,22666881,22670069,22672800,22674105,22674366,22675640,22695656,22696609,22709333,22711041,22712030,22721062,22721297,22721999,22728594,22732033,22732520,22756029,22758436,22761332,22765544,22775458,22775970,22786357,22794060,22817981,22823495,22833369,22839627,22839689,22840466,22859527,22861836,22862176,22862229,22863799,22876713,22877234,22878894,22879890,22882522,22883048,22885467,22895859,22896991,22917083,22919512,22920381,22923344,22925304,22925604,22928152,22944932,22949840,22961112,22968087,22983198,22998128,23010275,23060049,23064770,23071586,23093503,23093988', 'assoc_port': '22593610:22594067,22596777:22597300,22599780:22600131,22613019:22613357,22628395:22628689,22637082:22637206,22639298:22639702,22640874:22641099,22641847:22642307,22643639:22643839,22645328:22645635,22645998:22646092,22662911:22663966,22666517:22666881,22669905:22670069,22672698:22672800,22673666:22674366,22673668:22674105,22675369:22675640,22693003:22695656,22696407:22696609,22708745:22711041,22708748:22709333,22711984:22712030,22720548:22721999,22720553:22721297,22720554:22721062,22727656:22728594,22731511:22732520,22731514:22732033,22755523:22756029,22757921:22758436,22760878:22761332,22765035:22765544,22775277:22775970,22775282:22775458,22785918:22786357,22793924:22794060,22816844:22817981,22823125:22823495,22832672:22833369,22838933:22839689,22838936:22839627,22840150:22840466,22859471:22859527,22861707:22861836,22861966:22862229,22861971:22862176,22863671:22863799,22876397:22878894,22876399:22877234,22876413:22876713,22879238:22879890,22882316:22882522,22882938:22883048,22885093:22885467,22895710:2289699', 'assoc_mat': '22593610:ela:4207:22594067,22596777:ela:4207:22597300,22599780:ela:4207:22600131,22613019:ela:4207:22613357,22628395:ela:4207:22628689,22637082:ela:4207:22637206,22639298:ela:4207:22639702,22640874:ela:4207:22641099,22641847:ela:4207:22642307,22643639:ela:4207:22643839,22645328:ela:4207:22645635,22645998:ela:4207:22646092,22662911:ela:4207:22663966,22666517:ela:4207:22666881,22669905:ela:4207:22670069,22672698:ela:4207:22672800,22673666:ela:4207:22674366,22673668:ela:4207:22674105,22675369:ela:4207:22675640,22693003:ela:4207:22695656,22696407:ela:4207:22696609,22708745:ela:4207:22711041,22708748:ela:4207:22709333,22711984:ela:4207:22712030,22720548:ela:4207:22721999,22720553:ela:4207:22721297,22720554:ela:4207:22721062,22727656:ela:4207:22728594,22731511:ela:4207:22732520,22731514:ela:4207:22732033,22755523:ela:4207:22756029,22757921:ela:4207:22758436,22760878:ela:4207:22761332,22765035:ela:4207:22765544,22775277:ela:4207:22775970,22775282:ela:4207:22775458,22785918:ela:4207:22786357,22793924:ela:4207:2279406'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.009227547866313546, 'nb_photo': 5, 'list_port_cont': '22595980,22787675,22862098,22876598', 'assoc_port': '22594879:22595980,22787164:22787675,22861969:22862098,22876414:22876598', 'assoc_mat': '22594879:ela:4461:22595980,22787164:ela:4461:22787675,22861969:ela:4461:22862098,22876414:ela:4461:22876598'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0007038248234010618, 'nb_photo': 45, 'list_port_cont': '22613237,22627391,22642117,22644419,22677090,22684099,22686631,22711335,22714725,22725028,22731757,22734349,22737342,22757465,22765910,22794089,22817104,22823588,22851390,22865881,22888917,22897426,22909441,22917404,22923738,22924776,22929120,22967687,22967926,22977774,22985388,22986974,23009404,23091830,23094906', 'assoc_port': '22613021:22613237,22614937:22627391,22641850:22642117,22642868:22644419,22669908:22684099,22675368:22677090,22681463:22686631,22708747:22711335,22714439:22714725,22720550:22725028,22723659:22734349,22727658:22737342,22731557:22731757,22755522:22757465,22763326:22765910,22793931:22794089,22816846:22817104,22823153:22823588,22851169:22851390,22863281:22865881,22880133:22909441,22885094:22888917,22895716:22897426,22915436:22917404,22919023:22923738,22920086:22924776,22924968:22929120,22949540:22986974,22953032:22967926,22958941:22967687,22967480:22977774,22972485:22985388,23003835:23009404,23052746:23091830,23079398:23094906', 'assoc_mat': '22613021:ela:4200:22613237,22614937:ela:4200:22627391,22641850:ela:4200:22642117,22642868:ela:4200:22644419,22669908:ela:4200:22684099,22675368:ela:4200:22677090,22681463:ela:4200:22686631,22708747:ela:4200:22711335,22714439:ela:4200:22714725,22720550:ela:4200:22725028,22723659:ela:4200:22734349,22727658:ela:4200:22737342,22731557:ela:4200:22731757,22755522:ela:4200:22757465,22763326:ela:4200:22765910,22793931:ela:4200:22794089,22816846:ela:4200:22817104,22823153:ela:4200:22823588,22851169:ela:4200:22851390,22863281:ela:4200:22865881,22880133:ela:4200:22909441,22885094:ela:4200:22888917,22895716:ela:4200:22897426,22915436:ela:4200:22917404,22919023:ela:4200:22923738,22920086:ela:4200:22924776,22924968:ela:4200:22929120,22949540:ela:4200:22986974,22953032:ela:4200:22967926,22958941:ela:4200:22967687,22967480:ela:4200:22977774,22972485:ela:4200:22985388,23003835:ela:4200:23009404,23052746:ela:4200:23091830,23079398:ela:4200:23094906'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0045716386473811195, 'nb_photo': 306, 'list_port_cont': '22593855,22595975,22601205,22603324,22604596,22607909,22611620,22611817,22611933,22617842,22617938,22624753,22625105,22628726,22629300,22637167,22637369,22637775,22639570,22641108,22643920,22645480,22645684,22646310,22647255,22662572,22662664,22672905,22675660,22681968,22682305,22682415,22683924,22684026,22687947,22695356,22696674,22697385,22706795,22712015,22713267,22714696,22719929,22724314,22730494,22730602,22754084,22761218,22766463,22774548,22781944,22787589,22792006,22814099,22817087,22823275,22831917,22832965,22835668,22835687,22839397,22856717,22856840,22858909,22861828,22862014,22862139,22862661,22863057,22863822,22876744,22880367,22883122,22887354,22887488,22890388,22891751,22896673,22914460,22918028,22922664,22926869,22953218,23011782,23013083,23018679,23053620,23064849,23065550,23079733', 'assoc_port': '22593609:22593855,22594876:22595975,22600723:22601205,22603046:22603324,22604278:22604596,22607578:22607909,22610903:22611933,22610905:22611817,22610908:22611620,22614939:22625105,22617410:22617842,22617415:22617938,22618983:22629300,22624049:22624753,22628393:22628726,22637081:22637167,22637331:22637369,22637677:22637775,22639299:22639570,22640873:22641108,22643642:22643920,22645325:22645684,22645329:22645480,22646206:22646310,22647186:22647255,22661875:22662664,22661878:22662572,22672696:22672905,22672699:22683924,22675373:22675660,22681465:22682415,22681467:22682305,22681471:22681968,22683204:22684026,22687085:22687947,22694882:22695356,22696406:22696674,22696945:22697385,22706230:22706795,22711986:22712015,22713013:22713267,22714441:22714696,22719539:22719929,22723676:22724314,22729019:22730602,22729023:22730494,22753645:22754084,22760875:22761218,22766334:22766463,22773720:22774548,22781197:22781944,22782354:22792006,22787162:22787589,22813690:22814099,22816847:22817087,22823127:22823275,22831634:2283191', 'assoc_mat': '22593609:ela:4209:22593855,22594876:ela:4209:22595975,22600723:ela:4209:22601205,22603046:ela:4209:22603324,22604278:ela:4209:22604596,22607578:ela:4209:22607909,22610903:ela:4209:22611933,22610905:ela:4209:22611817,22610908:ela:4209:22611620,22614939:ela:4209:22625105,22617410:ela:4209:22617842,22617415:ela:4209:22617938,22618983:ela:4209:22629300,22624049:ela:4209:22624753,22628393:ela:4209:22628726,22637081:ela:4209:22637167,22637331:ela:4209:22637369,22637677:ela:4209:22637775,22639299:ela:4209:22639570,22640873:ela:4209:22641108,22643642:ela:4209:22643920,22645325:ela:4209:22645684,22645329:ela:4209:22645480,22646206:ela:4209:22646310,22647186:ela:4209:22647255,22661875:ela:4209:22662664,22661878:ela:4209:22662572,22672696:ela:4209:22672905,22672699:ela:4209:22683924,22675373:ela:4209:22675660,22681465:ela:4209:22682415,22681467:ela:4209:22682305,22681471:ela:4209:22681968,22683204:ela:4209:22684026,22687085:ela:4209:22687947,22694882:ela:4209:22695356,22696406:ela:4209:22696674,22696945:ela:4209:2269738'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0008337415104435385, 'nb_photo': 1089, 'list_port_cont': '22594153,22596103,22597264,22600177,22601236,22602885,22603307,22604582,22604682,22607877,22611741,22613596,22615587,22617918,22619617,22621920,22637230,22637556,22637890,22638912,22639722,22641085,22642196,22642353,22643274,22643862,22644807,22646136,22646316,22646772,22664721,22669218,22670573,22672991,22674165,22677115,22687533,22687866,22695613,22696702,22700580,22706879,22712137,22712899,22714118,22714710,22714769,22716163,22719974,22721101,22721225,22728538,22730043,22732166,22743589,22748173,22754168,22754215,22758676,22761607,22763727,22765740,22771948,22778220,22786471,22816099,22818583,22820556,22823238,22823524,22824458,22829505,22832003,22832262,22833303,22841000,22842109,22843018,22845807,22856850,22856883,22857932,22858763,22859605,22860802,22863067,22863872,22864497,22864551,22865042,22876859,22880527,22881976,22882011,22882505,22883167,22885517,22887660,22887829,22892052,22895840,22895876,22910361,22911748,22914579,22915527,22915980,22916060,22918131,22920487,22922776,22925343,22930346,2293181', 'assoc_port': '22593607:22594153,22594878:22596103,22596778:22597264,22599779:22600177,22600725:22601236,22602546:22602885,22603047:22603307,22604281:22604582,22604285:22604682,22607577:22607877,22610904:22611741,22613020:22613596,22614941:22615587,22617413:22617918,22618986:22619617,22621389:22621920,22637075:22637230,22637329:22637556,22637675:22637890,22638530:22638912,22639300:22639722,22640875:22641085,22641844:22642196,22641848:22642353,22642866:22643274,22643643:22643862,22644532:22644807,22645996:22646136,22646207:22646316,22646699:22646772,22662916:22664721,22668748:22669218,22669906:22670573,22672697:22672991,22673671:22674165,22676626:22677115,22687084:22687866,22687089:22687533,22694854:22695613,22694881:22700580,22696405:22696702,22706232:22706879,22711985:22712137,22712696:22712899,22713825:22714118,22714438:22714710,22714442:22714769,22715865:22716163,22719540:22719974,22720545:22721225,22720552:22721101,22727659:22728538,22729021:22730043,22731512:22732166,22740292:22748173,22743077:22743589,22753643:2275421', 'assoc_mat': '22593607:ela:4211:22594153,22594878:ela:4211:22596103,22596778:ela:4211:22597264,22599779:ela:4211:22600177,22600725:ela:4211:22601236,22602546:ela:4211:22602885,22603047:ela:4211:22603307,22604281:ela:4211:22604582,22604285:ela:4211:22604682,22607577:ela:4211:22607877,22610904:ela:4211:22611741,22613020:ela:4211:22613596,22614941:ela:4211:22615587,22617413:ela:4211:22617918,22618986:ela:4211:22619617,22621389:ela:4211:22621920,22637075:ela:4211:22637230,22637329:ela:4211:22637556,22637675:ela:4211:22637890,22638530:ela:4211:22638912,22639300:ela:4211:22639722,22640875:ela:4211:22641085,22641844:ela:4211:22642196,22641848:ela:4211:22642353,22642866:ela:4211:22643274,22643643:ela:4211:22643862,22644532:ela:4211:22644807,22645996:ela:4211:22646136,22646207:ela:4211:22646316,22646699:ela:4211:22646772,22662916:ela:4211:22664721,22668748:ela:4211:22669218,22669906:ela:4211:22670573,22672697:ela:4211:22672991,22673671:ela:4211:22674165,22676626:ela:4211:22677115,22687084:ela:4211:22687866,22687089:ela:4211:2268753'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00017483549741961106, 'nb_photo': 51, 'list_port_cont': '22634259,22645959,22671013,22687233,22707915,22720096,22738382,22784790,22816592,22847711,22854609,22862339,22864767,22865872,22880848,22889062,22912922,22945494,22988173,22990618,23008517,23054150,23095160', 'assoc_port': '22609799:22634259,22645327:22645959,22668747:22671013,22683214:22687233,22706231:22707915,22715864:22720096,22727698:22738382,22775279:22784790,22814866:22816592,22835896:22854609,22835901:22847711,22858837:22862339,22861704:22864767,22863669:22865872,22879241:22880848,22885096:22889062,22909912:22912922,22916871:22945494,22963267:22990618,22979636:22988173,23002549:23008517,23010992:23054150,23080635:23095160', 'assoc_mat': '22609799:etiquette:4203:22634259,22645327:etiquette:4203:22645959,22668747:etiquette:4203:22671013,22683214:etiquette:4203:22687233,22706231:etiquette:4203:22707915,22715864:etiquette:4203:22720096,22727698:etiquette:4203:22738382,22775279:etiquette:4203:22784790,22814866:etiquette:4203:22816592,22835896:etiquette:4203:22854609,22835901:etiquette:4203:22847711,22858837:etiquette:4203:22862339,22861704:etiquette:4203:22864767,22863669:etiquette:4203:22865872,22879241:etiquette:4203:22880848,22885096:etiquette:4203:22889062,22909912:etiquette:4203:22912922,22916871:etiquette:4203:22945494,22963267:etiquette:4203:22990618,22979636:etiquette:4203:22988173,23002549:etiquette:4203:23008517,23010992:etiquette:4203:23054150,23080635:etiquette:4203:23095160'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00037062540550793796, 'nb_photo': 12, 'list_port_cont': '22611289,22613354,22639715,22646048,22647391,22711031,22766558,22823369,22857867,22893860,22961108', 'assoc_port': '22610902:22611289,22613019:22613354,22639298:22639715,22645999:22646048,22647189:22647391,22708745:22711031,22766320:22766558,22823154:22823369,22857555:22857867,22893528:22893860,22960499:22961108', 'assoc_mat': '22610902:etiquette:4207:22611289,22613019:etiquette:4207:22613354,22639298:etiquette:4207:22639715,22645999:etiquette:4207:22646048,22647189:etiquette:4207:22647391,22708745:etiquette:4207:22711031,22766320:etiquette:4207:22766558,22823154:etiquette:4207:22823369,22857555:etiquette:4207:22857867,22893528:etiquette:4207:22893860,22960499:etiquette:4207:22961108'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 7.832848684820274e-05, 'nb_photo': 7, 'list_port_cont': '22609334,22644427,22684095,22720792,22725033,22774550,22864921', 'assoc_port': '22604276:22609334,22642868:22644427,22669908:22684095,22720546:22720792,22720550:22725033,22771176:22774550,22861706:22864921', 'assoc_mat': '22604276:etiquette:4200:22609334,22642868:etiquette:4200:22644427,22669908:etiquette:4200:22684095,22720546:etiquette:4200:22720792,22720550:etiquette:4200:22725033,22771176:etiquette:4200:22774550,22861706:etiquette:4200:22864921'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0010664027763705208, 'nb_photo': 53, 'list_port_cont': '22595973,22601209,22603332,22607905,22611617,22617932,22624749,22629301,22637785,22641113,22643909,22645477,22646309,22662653,22697394,22706785,22724312,22754079,22761247,22766455,22781941,22787602,22792012,22817095,22832962,22835676,22835692,22858919,22863309,22887357,22890033,22890390,22896676,22914446,22918032', 'assoc_port': '22594876:22595973,22600723:22601209,22603046:22603332,22607578:22607905,22610908:22611617,22617415:22617932,22618983:22629301,22624049:22624749,22637677:22637785,22640873:22641113,22643642:22643909,22645329:22645477,22646206:22646309,22661875:22662653,22696945:22697394,22706230:22706785,22723676:22724312,22753645:22754079,22760875:22761247,22766334:22766455,22781197:22781941,22782354:22792012,22787162:22787602,22816847:22817095,22832671:22832962,22835473:22835692,22835475:22835676,22858841:22858919,22863282:22863309,22886794:22887357,22889832:22890390,22889840:22890033,22896424:22896676,22913782:22914446,22917827:22918032', 'assoc_mat': '22594876:etiquette:4209:22595973,22600723:etiquette:4209:22601209,22603046:etiquette:4209:22603332,22607578:etiquette:4209:22607905,22610908:etiquette:4209:22611617,22617415:etiquette:4209:22617932,22618983:etiquette:4209:22629301,22624049:etiquette:4209:22624749,22637677:etiquette:4209:22637785,22640873:etiquette:4209:22641113,22643642:etiquette:4209:22643909,22645329:etiquette:4209:22645477,22646206:etiquette:4209:22646309,22661875:etiquette:4209:22662653,22696945:etiquette:4209:22697394,22706230:etiquette:4209:22706785,22723676:etiquette:4209:22724312,22753645:etiquette:4209:22754079,22760875:etiquette:4209:22761247,22766334:etiquette:4209:22766455,22781197:etiquette:4209:22781941,22782354:etiquette:4209:22792012,22787162:etiquette:4209:22787602,22816847:etiquette:4209:22817095,22832671:etiquette:4209:22832962,22835473:etiquette:4209:22835692,22835475:etiquette:4209:22835676,22858841:etiquette:4209:22858919,22863282:etiquette:4209:22863309,22886794:etiquette:4209:22887357,22889832:etiquette:4209:22890390,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 5.107125937709153e-05, 'nb_photo': 83, 'list_port_cont': '22594157,22596090,22602883,22603301,22613594,22621905,22637891,22642209,22642349,22643866,22644821,22646132,22646327,22646773,22670581,22672992,22677107,22687540,22687867,22695476,22695608,22714706,22714764,22716162,22728541,22730037,22743587,22748169,22754212,22758666,22763728,22786464,22818579,22856861,22858760,22863069,22863879,22864503,22864550,22865037,22876869,22880521,22882510,22883173,22885534,22887837,22892048,22895838,22915518,22916074,22920483,22984679,23001305,23003151,23059568,23065100', 'assoc_port': '22593607:22594157,22594878:22596090,22602546:22602883,22603047:22603301,22613020:22613594,22621389:22621905,22637675:22637891,22641844:22642209,22641848:22642349,22643643:22643866,22644532:22644821,22645996:22646132,22646207:22646327,22646699:22646773,22669906:22670581,22672697:22672992,22676626:22677107,22687084:22687867,22687089:22687540,22694854:22695608,22694855:22695476,22714438:22714706,22714442:22714764,22715865:22716162,22727659:22728541,22729021:22730037,22740292:22748169,22743077:22743587,22753643:22754212,22755526:22763728,22757922:22758666,22785892:22786464,22817778:22818579,22856664:22856861,22858657:22858760,22862457:22864503,22862860:22863069,22862866:22865037,22863668:22863879,22864379:22864550,22876403:22876869,22880137:22880521,22882317:22882510,22882926:22883173,22885097:22885534,22886786:22887837,22891518:22892048,22895715:22895838,22915416:22915518,22915796:22916074,22920084:22920483,22984207:22984679,23000837:23001305,23002557:23003151,23058880:23059568,23064320:23065100', 'assoc_mat': '22593607:etiquette:4211:22594157,22594878:etiquette:4211:22596090,22602546:etiquette:4211:22602883,22603047:etiquette:4211:22603301,22613020:etiquette:4211:22613594,22621389:etiquette:4211:22621905,22637675:etiquette:4211:22637891,22641844:etiquette:4211:22642209,22641848:etiquette:4211:22642349,22643643:etiquette:4211:22643866,22644532:etiquette:4211:22644821,22645996:etiquette:4211:22646132,22646207:etiquette:4211:22646327,22646699:etiquette:4211:22646773,22669906:etiquette:4211:22670581,22672697:etiquette:4211:22672992,22676626:etiquette:4211:22677107,22687084:etiquette:4211:22687867,22687089:etiquette:4211:22687540,22694854:etiquette:4211:22695608,22694855:etiquette:4211:22695476,22714438:etiquette:4211:22714706,22714442:etiquette:4211:22714764,22715865:etiquette:4211:22716162,22727659:etiquette:4211:22728541,22729021:etiquette:4211:22730037,22740292:etiquette:4211:22748169,22743077:etiquette:4211:22743587,22753643:etiquette:4211:22754212,22755526:etiquette:4211:22763728,22757922:etiquette:4211:22758666,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00043882534388215414, 'nb_photo': 10, 'list_port_cont': '22616490,22637338,22764376,22770704,22889659,22901074,22927920,22970729', 'assoc_port': '22614960:22616490,22637080:22637338,22763325:22764376,22769206:22770704,22885089:22889659,22889833:22901074,22927534:22927920,22955748:22970729', 'assoc_mat': '22614960:etiquette:3327:22616490,22637080:etiquette:3327:22637338,22763325:etiquette:3327:22764376,22769206:etiquette:3327:22770704,22885089:etiquette:3327:22889659,22889833:etiquette:3327:22901074,22927534:etiquette:3327:22927920,22955748:etiquette:3327:22970729'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01820387577617057, 'nb_photo': 441, 'list_port_cont': '22592614,22602560,22627280,22637871,22645202,22667705,22675213,22681763,22698571,22718103,22722809,22737402,22757387,22777244,22782118,22794053,22845282,22856079,22859418,22863032,22863349,22876483,22883470,22897220,22900214,22925847,22942103,22951838,22978011,22987662,23005054,23012227,23063937,23075723,23088193,23090513,23091301', 'assoc_port': '22591582:22592614,22602549:22602560,22614943:22627280,22637674:22637871,22643641:22645202,22666515:22667705,22673669:22675213,22676627:22681763,22693033:22698571,22713819:22718103,22719525:22722809,22727668:22737402,22755525:22757387,22773713:22777244,22777724:22782118,22793928:22794053,22828627:22856079,22835476:22845282,22856658:22859418,22857008:22863349,22862865:22863032,22874442:22876483,22882318:22883470,22895713:22897220,22896423:22900214,22917826:22925847,22931348:22942103,22951589:22951838,22967489:22978011,22980691:22987662,22998438:23005054,23006133:23012227,23019441:23063937,23052721:23088193,23062405:23090513,23064326:23091301,23075518:23075723', 'assoc_mat': '22591582:film_plastique:4205:22592614,22602549:film_plastique:4205:22602560,22614943:film_plastique:4205:22627280,22637674:film_plastique:4205:22637871,22643641:film_plastique:4205:22645202,22666515:film_plastique:4205:22667705,22673669:film_plastique:4205:22675213,22676627:film_plastique:4205:22681763,22693033:film_plastique:4205:22698571,22713819:film_plastique:4205:22718103,22719525:film_plastique:4205:22722809,22727668:film_plastique:4205:22737402,22755525:film_plastique:4205:22757387,22773713:film_plastique:4205:22777244,22777724:film_plastique:4205:22782118,22793928:film_plastique:4205:22794053,22828627:film_plastique:4205:22856079,22835476:film_plastique:4205:22845282,22856658:film_plastique:4205:22859418,22857008:film_plastique:4205:22863349,22862865:film_plastique:4205:22863032,22874442:film_plastique:4205:22876483,22882318:film_plastique:4205:22883470,22895713:film_plastique:4205:22897220,22896423:film_plastique:4205:22900214,22917826:film_plastique:4205:22925847,22931348:film_plastique:4205:2294210'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.003921184780104827, 'nb_photo': 409, 'list_port_cont': '22630367,22634252,22636611,22644204,22645963,22671024,22687236,22707903,22720101,22738383,22763437,22784796,22816587,22847723,22854598,22862348,22864781,22865871,22880837,22889063,22912932,22929709,22937920,22945502,22979028,22988182,22990617,23008512,23011422,23072331,23089693,23094194,23095172', 'assoc_port': '22604273:22636611,22609799:22634252,22624047:22630367,22640872:22644204,22645327:22645963,22668747:22671024,22683214:22687236,22706231:22707903,22715864:22720101,22727698:22738383,22760876:22763437,22775279:22784796,22814866:22816587,22835896:22854598,22835901:22847723,22858837:22862348,22861704:22864781,22863669:22865871,22879241:22880837,22885096:22889063,22909912:22912932,22916871:22945502,22924991:22929709,22934516:22937920,22963267:22990617,22967496:22979028,22979636:22988182,23002549:23008512,23010994:23011422,23024263:23094194,23056326:23089693,23071977:23072331,23080635:23095172', 'assoc_mat': '22604273:film_plastique:4203:22636611,22609799:film_plastique:4203:22634252,22624047:film_plastique:4203:22630367,22640872:film_plastique:4203:22644204,22645327:film_plastique:4203:22645963,22668747:film_plastique:4203:22671024,22683214:film_plastique:4203:22687236,22706231:film_plastique:4203:22707903,22715864:film_plastique:4203:22720101,22727698:film_plastique:4203:22738383,22760876:film_plastique:4203:22763437,22775279:film_plastique:4203:22784796,22814866:film_plastique:4203:22816587,22835896:film_plastique:4203:22854598,22835901:film_plastique:4203:22847723,22858837:film_plastique:4203:22862348,22861704:film_plastique:4203:22864781,22863669:film_plastique:4203:22865871,22879241:film_plastique:4203:22880837,22885096:film_plastique:4203:22889063,22909912:film_plastique:4203:22912932,22916871:film_plastique:4203:22945502,22924991:film_plastique:4203:22929709,22934516:film_plastique:4203:22937920,22963267:film_plastique:4203:22990617,22967496:film_plastique:4203:22979028,22979636:film_plastique:4203:2298818'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0030309689746831642, 'nb_photo': 1106, 'list_port_cont': '22594069,22594352,22594386,22596892,22597307,22600128,22600316,22600919,22610268,22611295,22613359,22615150,22617799,22629008,22637209,22637258,22637767,22639375,22639708,22641092,22642299,22643851,22644842,22644856,22644970,22646055,22646090,22647233,22647387,22661918,22663959,22666879,22670064,22672794,22674114,22674352,22675636,22676817,22686226,22687287,22687797,22695416,22695669,22696618,22709339,22711035,22712036,22712713,22713251,22714564,22715792,22721059,22721299,22722004,22728584,22728628,22732034,22732515,22733456,22733537,22733978,22753887,22753982,22756021,22758437,22761335,22763908,22765539,22766560,22770054,22775450,22775614,22775979,22781539,22786364,22790686,22794059,22814233,22816956,22817987,22818298,22820505,22823371,22823497,22829371,22829569,22833056,22833373,22839348,22839690,22840470,22841948,22842211,22856797,22857870,22858749,22859516,22859652,22861799,22861843,22862056,22862183,22862222,22863001,22863323,22863786,22863931,22864570,22874923,22876708,22876999,22877227,22878890,2287961', 'assoc_port': '22593605:22594352,22593606:22594386,22593610:22594069,22596777:22597307,22596780:22596892,22599778:22600316,22599780:22600128,22600753:22600919,22609801:22610268,22610902:22611295,22613019:22613359,22614940:22615150,22617411:22617799,22628391:22629008,22637079:22637258,22637082:22637209,22637676:22637767,22639298:22639708,22639302:22639375,22640874:22641092,22641847:22642299,22643639:22643851,22644527:22644970,22644530:22644856,22644534:22644842,22645998:22646090,22645999:22646055,22647189:22647387,22647190:22647233,22661877:22661918,22662911:22663959,22666517:22666879,22669905:22670064,22672698:22672794,22673666:22674352,22673668:22674114,22675369:22675636,22676625:22676817,22681470:22686226,22687087:22687797,22687093:22687287,22693003:22695669,22694883:22695416,22696407:22696618,22708745:22711035,22708748:22709339,22711984:22712036,22712695:22712713,22713014:22713251,22713828:22715792,22714440:22714564,22720548:22722004,22720553:22721299,22720554:22721059,22727656:22728584,22727657:22728628,22731509:2273345', 'assoc_mat': '22593605:film_plastique:4207:22594352,22593606:film_plastique:4207:22594386,22593610:film_plastique:4207:22594069,22596777:film_plastique:4207:22597307,22596780:film_plastique:4207:22596892,22599778:film_plastique:4207:22600316,22599780:film_plastique:4207:22600128,22600753:film_plastique:4207:22600919,22609801:film_plastique:4207:22610268,22610902:film_plastique:4207:22611295,22613019:film_plastique:4207:22613359,22614940:film_plastique:4207:22615150,22617411:film_plastique:4207:22617799,22628391:film_plastique:4207:22629008,22637079:film_plastique:4207:22637258,22637082:film_plastique:4207:22637209,22637676:film_plastique:4207:22637767,22639298:film_plastique:4207:22639708,22639302:film_plastique:4207:22639375,22640874:film_plastique:4207:22641092,22641847:film_plastique:4207:22642299,22643639:film_plastique:4207:22643851,22644527:film_plastique:4207:22644970,22644530:film_plastique:4207:22644856,22644534:film_plastique:4207:22644842,22645998:film_plastique:4207:22646090,22645999:film_plastique:4207:2264605'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7504108782940415, 'nb_photo': 3390, 'list_port_cont': '22591958,22595979,22600146,22604822,22604878,22607808,22610122,22611427,22615443,22621166,22621794,22637446,22638865,22639677,22642315,22643812,22644728,22645654,22646077,22647272,22664455,22666821,22670603,22674118,22677060,22684124,22687451,22693426,22696631,22697910,22712864,22714086,22717935,22720963,22721116,22724472,22732107,22749522,22756111,22761292,22766481,22771657,22778059,22781431,22782760,22786383,22787679,22811899,22816040,22824304,22828934,22832069,22833106,22839469,22840481,22844338,22844554,22856731,22858877,22859542,22860727,22862103,22862680,22864528,22874897,22876594,22879639,22881579,22881854,22882479,22891683,22891912,22893669,22894124,22894698,22901515,22914473,22915952,22917094,22919323,22922729,22925378,22927867,22931850,22935143,22948699,22952022,22953623,22959660,22963813,22968121,22972751,22973119,22975274,22980812,22997470,22998871,23003177,23003300,23006502,23012914,23013094,23020303,23026160,23049515,23053926,23057084,23059436,23068177,23072422,23079961,23080130,23081181', 'assoc_port': '22591584:22591958,22594879:22595979,22599782:22600146,22603048:22610122,22604271:22604878,22604283:22604822,22607579:22607808,22610906:22611427,22614959:22615443,22618984:22621166,22621387:22621794,22637328:22637446,22638528:22638865,22639301:22639677,22641846:22642315,22643640:22643812,22644533:22644728,22645326:22645654,22646000:22646077,22647188:22647272,22662910:22664455,22666516:22666821,22669907:22670603,22673670:22674118,22676624:22677060,22683217:22684124,22687090:22687451,22693018:22693426,22696409:22696631,22696947:22697910,22712697:22712864,22713831:22714086,22714437:22717935,22720549:22721116,22720555:22720963,22723677:22724472,22731556:22732107,22743102:22749522,22755524:22756111,22760877:22761292,22765036:22781431,22766335:22766481,22771175:22771657,22777722:22778059,22782355:22782760,22785891:22786383,22787164:22787679,22811660:22811899,22814868:22816040,22817782:22824304,22828657:22828934,22831635:22832069,22832675:22833106,22838937:22839469,22840147:22840481,22843809:22844554,22843810:2284433', 'assoc_mat': '22591584:film_plastique:4461:22591958,22594879:film_plastique:4461:22595979,22599782:film_plastique:4461:22600146,22603048:film_plastique:4461:22610122,22604271:film_plastique:4461:22604878,22604283:film_plastique:4461:22604822,22607579:film_plastique:4461:22607808,22610906:film_plastique:4461:22611427,22614959:film_plastique:4461:22615443,22618984:film_plastique:4461:22621166,22621387:film_plastique:4461:22621794,22637328:film_plastique:4461:22637446,22638528:film_plastique:4461:22638865,22639301:film_plastique:4461:22639677,22641846:film_plastique:4461:22642315,22643640:film_plastique:4461:22643812,22644533:film_plastique:4461:22644728,22645326:film_plastique:4461:22645654,22646000:film_plastique:4461:22646077,22647188:film_plastique:4461:22647272,22662910:film_plastique:4461:22664455,22666516:film_plastique:4461:22666821,22669907:film_plastique:4461:22670603,22673670:film_plastique:4461:22674118,22676624:film_plastique:4461:22677060,22683217:film_plastique:4461:22684124,22687090:film_plastique:4461:2268745'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.016685495557526443, 'nb_photo': 2250, 'list_port_cont': '22596175,22604124,22609333,22612197,22613214,22621004,22627379,22630390,22630472,22630488,22637379,22637397,22637525,22639222,22642109,22643587,22644329,22644417,22645459,22646060,22646712,22647326,22648098,22663896,22664078,22667656,22676964,22677094,22677189,22684104,22685650,22686632,22695625,22695675,22696547,22699549,22711341,22712174,22712814,22713166,22714723,22720781,22725034,22731759,22734354,22737344,22739676,22741204,22743321,22744943,22755891,22757462,22759659,22765899,22766588,22774558,22779840,22782104,22782643,22786744,22789442,22791836,22794077,22817118,22823195,22823601,22824761,22831502,22839183,22839667,22839833,22841185,22842004,22847472,22847919,22851396,22856032,22858932,22862197,22862718,22863010,22863138,22863355,22864913,22865052,22865838,22865851,22865892,22865907,22877979,22878085,22878464,22882452,22883504,22888926,22893415,22894529,22896385,22897424,22908166,22909442,22914733,22917397,22917424,22918146,22919994,22920508,22923742,22924766,22926531,22927453,22927850,22928791,2292910', 'assoc_port': '22594877:22596175,22600724:22604124,22602545:22612197,22604276:22609333,22610907:22621004,22613021:22613214,22614937:22627379,22617412:22630472,22618985:22630488,22624048:22630390,22637077:22637397,22637083:22637525,22637332:22637379,22638529:22639222,22641845:22643587,22641850:22642109,22642864:22644329,22642868:22644417,22644529:22646712,22645330:22645459,22646001:22646060,22647187:22648098,22647191:22647326,22662912:22663896,22662914:22664078,22666514:22667656,22669908:22684104,22675367:22676964,22675368:22677094,22675371:22677189,22675372:22685650,22681463:22686632,22687091:22695625,22694868:22696547,22694885:22695675,22696946:22699549,22708747:22711341,22711988:22712174,22712694:22713166,22712698:22712814,22714439:22714723,22720546:22720781,22720550:22725034,22723659:22734354,22727658:22737344,22731555:22739676,22731557:22731759,22733592:22744943,22740289:22741204,22743063:22743321,22753642:22755891,22755522:22757462,22757920:22759659,22763326:22765899,22766326:22766588,22771176:22774558,22775280:2277984', 'assoc_mat': '22594877:film_plastique:4200:22596175,22600724:film_plastique:4200:22604124,22602545:film_plastique:4200:22612197,22604276:film_plastique:4200:22609333,22610907:film_plastique:4200:22621004,22613021:film_plastique:4200:22613214,22614937:film_plastique:4200:22627379,22617412:film_plastique:4200:22630472,22618985:film_plastique:4200:22630488,22624048:film_plastique:4200:22630390,22637077:film_plastique:4200:22637397,22637083:film_plastique:4200:22637525,22637332:film_plastique:4200:22637379,22638529:film_plastique:4200:22639222,22641845:film_plastique:4200:22643587,22641850:film_plastique:4200:22642109,22642864:film_plastique:4200:22644329,22642868:film_plastique:4200:22644417,22644529:film_plastique:4200:22646712,22645330:film_plastique:4200:22645459,22646001:film_plastique:4200:22646060,22647187:film_plastique:4200:22648098,22647191:film_plastique:4200:22647326,22662912:film_plastique:4200:22663896,22662914:film_plastique:4200:22664078,22666514:film_plastique:4200:22667656,22669908:film_plastique:4200:2268410'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.038945251933087864, 'nb_photo': 372, 'list_port_cont': '22593857,22595969,22601201,22603325,22604589,22607900,22610152,22611621,22611813,22611928,22615325,22617847,22617940,22624754,22628727,22629293,22637170,22637366,22637781,22639578,22641115,22643923,22645472,22645679,22646304,22647259,22662562,22662663,22663846,22672894,22675663,22681976,22682310,22682413,22683918,22684025,22687398,22687953,22695357,22696673,22697396,22707791,22712019,22713272,22714698,22719940,22724309,22730490,22730608,22754086,22761244,22766465,22781942,22786276,22787593,22792004,22814100,22817093,22823274,22831914,22832966,22835667,22835683,22839396,22856844,22858912,22862020,22862665,22863042,22863817,22876750,22880356,22883119,22887367,22887482,22889804,22890025,22890381,22891758,22896680,22914455,22918037,22953212,22960656,22968116,23003107,23003985,23011783,23018683,23024532,23053616,23056816,23059252,23064852,23065554,23079725', 'assoc_port': '22593609:22593857,22594876:22595969,22600723:22601201,22603046:22603325,22604278:22604589,22607578:22607900,22609802:22610152,22610903:22611928,22610905:22611813,22610908:22611621,22614938:22615325,22617410:22617847,22617415:22617940,22618983:22629293,22624049:22624754,22628393:22628727,22637081:22637170,22637331:22637366,22637677:22637781,22639299:22639578,22640873:22641115,22643642:22643923,22645325:22645679,22645329:22645472,22646206:22646304,22647186:22647259,22661875:22662663,22661878:22662562,22662913:22663846,22672696:22672894,22672699:22683918,22675373:22675663,22681465:22682413,22681467:22682310,22681471:22681976,22683204:22684025,22687085:22687953,22687092:22687398,22694882:22695357,22696406:22696673,22696945:22697396,22707489:22707791,22711986:22712019,22713013:22713272,22714441:22714698,22719539:22719940,22723676:22724309,22729019:22730608,22729023:22730490,22753645:22754086,22760875:22761244,22766334:22766465,22781197:22781942,22782354:22792004,22785905:22786276,22787162:22787593,22813690:2281410', 'assoc_mat': '22593609:film_plastique:4209:22593857,22594876:film_plastique:4209:22595969,22600723:film_plastique:4209:22601201,22603046:film_plastique:4209:22603325,22604278:film_plastique:4209:22604589,22607578:film_plastique:4209:22607900,22609802:film_plastique:4209:22610152,22610903:film_plastique:4209:22611928,22610905:film_plastique:4209:22611813,22610908:film_plastique:4209:22611621,22614938:film_plastique:4209:22615325,22617410:film_plastique:4209:22617847,22617415:film_plastique:4209:22617940,22618983:film_plastique:4209:22629293,22624049:film_plastique:4209:22624754,22628393:film_plastique:4209:22628727,22637081:film_plastique:4209:22637170,22637331:film_plastique:4209:22637366,22637677:film_plastique:4209:22637781,22639299:film_plastique:4209:22639578,22640873:film_plastique:4209:22641115,22643642:film_plastique:4209:22643923,22645325:film_plastique:4209:22645679,22645329:film_plastique:4209:22645472,22646206:film_plastique:4209:22646304,22647186:film_plastique:4209:22647259,22661875:film_plastique:4209:2266266'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.004001918927219683, 'nb_photo': 7823, 'list_port_cont': '22594158,22596102,22597255,22600181,22601221,22602887,22603308,22604572,22604675,22607879,22611738,22613597,22615577,22617922,22619616,22621907,22637231,22637551,22637894,22638902,22639731,22641077,22642206,22642345,22643273,22643868,22644813,22646126,22646328,22646758,22664728,22669212,22670571,22672985,22674163,22677110,22687535,22687857,22695473,22695604,22696712,22700564,22706880,22712142,22712889,22714115,22714704,22714758,22716156,22719980,22721093,22721234,22728542,22730025,22732162,22743590,22748166,22754160,22754204,22758665,22761610,22763733,22765741,22771938,22778224,22786469,22816120,22818590,22820547,22823242,22823527,22824447,22829506,22832011,22832256,22833292,22841002,22842110,22843008,22845819,22856858,22856868,22857916,22858769,22859609,22860796,22863066,22863880,22864504,22864559,22865031,22876861,22880519,22881971,22882024,22882502,22883164,22885518,22887665,22887839,22892049,22895829,22895874,22910365,22911754,22914574,22915531,22915988,22916070,22918138,22920493,22922781,22925346,2293034', 'assoc_port': '22593607:22594158,22594878:22596102,22596778:22597255,22599779:22600181,22600725:22601221,22602546:22602887,22603047:22603308,22604281:22604572,22604285:22604675,22607577:22607879,22610904:22611738,22613020:22613597,22614941:22615577,22617413:22617922,22618986:22619616,22621389:22621907,22637075:22637231,22637329:22637551,22637675:22637894,22638530:22638902,22639300:22639731,22640875:22641077,22641844:22642206,22641848:22642345,22642866:22643273,22643643:22643868,22644532:22644813,22645996:22646126,22646207:22646328,22646699:22646758,22662916:22664728,22668748:22669212,22669906:22670571,22672697:22672985,22673671:22674163,22676626:22677110,22687084:22687857,22687089:22687535,22694854:22695604,22694855:22695473,22694881:22700564,22696405:22696712,22706232:22706880,22711985:22712142,22712696:22712889,22713825:22714115,22714438:22714704,22714442:22714758,22715865:22716156,22719540:22719980,22720545:22721234,22720552:22721093,22727659:22728542,22729021:22730025,22731512:22732162,22740292:22748166,22743077:2274359', 'assoc_mat': '22593607:film_plastique:4211:22594158,22594878:film_plastique:4211:22596102,22596778:film_plastique:4211:22597255,22599779:film_plastique:4211:22600181,22600725:film_plastique:4211:22601221,22602546:film_plastique:4211:22602887,22603047:film_plastique:4211:22603308,22604281:film_plastique:4211:22604572,22604285:film_plastique:4211:22604675,22607577:film_plastique:4211:22607879,22610904:film_plastique:4211:22611738,22613020:film_plastique:4211:22613597,22614941:film_plastique:4211:22615577,22617413:film_plastique:4211:22617922,22618986:film_plastique:4211:22619616,22621389:film_plastique:4211:22621907,22637075:film_plastique:4211:22637231,22637329:film_plastique:4211:22637551,22637675:film_plastique:4211:22637894,22638530:film_plastique:4211:22638902,22639300:film_plastique:4211:22639731,22640875:film_plastique:4211:22641077,22641844:film_plastique:4211:22642206,22641848:film_plastique:4211:22642345,22642866:film_plastique:4211:22643273,22643643:film_plastique:4211:22643868,22644532:film_plastique:4211:2264481'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003049980661163622, 'nb_photo': 1, 'list_port_cont': '22956462', 'assoc_port': '22955747:22956462', 'assoc_mat': '22955747:kraft:4207:22956462'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0012958899040675955, 'nb_photo': 7, 'list_port_cont': '22743264,22915447,22936126,23023060,23032418,23032618,23032714', 'assoc_port': '22743072:22743264,22893523:23023060,22915439:22915447,22916870:23032418,22920083:23032618,22920087:23032714,22935792:22936126', 'assoc_mat': '22743072:kraft:3726:22743264,22893523:kraft:3726:23023060,22915439:kraft:3726:22915447,22916870:kraft:3726:23032418,22920083:kraft:3726:23032618,22920087:kraft:3726:23032714,22935792:kraft:3726:22936126'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.934501365494462, 'nb_photo': 45, 'list_port_cont': '22592600,22602559,22637879,22637959,22645195,22667713,22675216,22681759,22698570,22718106,22737390,22777253,22794054,22845283,22859422,22863035,22863353,22883477,22897228,22900211,22925841,22942119,22951844,22978009,22987654,23005056,23063951,23090518', 'assoc_port': '22591582:22592600,22602549:22602559,22637672:22637959,22637674:22637879,22643641:22645195,22666515:22667713,22673669:22675216,22676627:22681759,22693033:22698570,22713819:22718106,22727668:22737390,22773713:22777253,22793928:22794054,22835476:22845283,22856658:22859422,22857008:22863353,22862865:22863035,22882318:22883477,22895713:22897228,22896423:22900211,22917826:22925841,22931348:22942119,22951589:22951844,22967489:22978009,22980691:22987654,22998438:23005056,23019441:23063951,23062405:23090518', 'assoc_mat': '22591582:metal:4205:22592600,22602549:metal:4205:22602559,22637672:metal:4205:22637959,22637674:metal:4205:22637879,22643641:metal:4205:22645195,22666515:metal:4205:22667713,22673669:metal:4205:22675216,22676627:metal:4205:22681759,22693033:metal:4205:22698570,22713819:metal:4205:22718106,22727668:metal:4205:22737390,22773713:metal:4205:22777253,22793928:metal:4205:22794054,22835476:metal:4205:22845283,22856658:metal:4205:22859422,22857008:metal:4205:22863353,22862865:metal:4205:22863035,22882318:metal:4205:22883477,22895713:metal:4205:22897228,22896423:metal:4205:22900211,22917826:metal:4205:22925841,22931348:metal:4205:22942119,22951589:metal:4205:22951844,22967489:metal:4205:22978009,22980691:metal:4205:22987654,22998438:metal:4205:23005056,23019441:metal:4205:23063951,23062405:metal:4205:23090518'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.005503983347870143, 'nb_photo': 461, 'list_port_cont': '22630373,22634261,22636612,22644196,22645973,22671020,22687238,22707911,22720097,22738387,22763430,22784795,22816590,22847720,22854602,22862337,22864776,22865863,22880839,22889064,22912927,22929714,22937921,22945507,22979039,22988171,22990624,23008511,23011432,23054152,23072332,23089692,23094184,23095169', 'assoc_port': '22604273:22636612,22609799:22634261,22624047:22630373,22640872:22644196,22645327:22645973,22668747:22671020,22683214:22687238,22706231:22707911,22715864:22720097,22727698:22738387,22760876:22763430,22775279:22784795,22814866:22816590,22835896:22854602,22835901:22847720,22858837:22862337,22861704:22864776,22863669:22865863,22879241:22880839,22885096:22889064,22909912:22912927,22916871:22945507,22924991:22929714,22934516:22937921,22963267:22990624,22967496:22979039,22979636:22988171,23002549:23008511,23010992:23054152,23010994:23011432,23024263:23094184,23056326:23089692,23071977:23072332,23080635:23095169', 'assoc_mat': '22604273:metal:4203:22636612,22609799:metal:4203:22634261,22624047:metal:4203:22630373,22640872:metal:4203:22644196,22645327:metal:4203:22645973,22668747:metal:4203:22671020,22683214:metal:4203:22687238,22706231:metal:4203:22707911,22715864:metal:4203:22720097,22727698:metal:4203:22738387,22760876:metal:4203:22763430,22775279:metal:4203:22784795,22814866:metal:4203:22816590,22835896:metal:4203:22854602,22835901:metal:4203:22847720,22858837:metal:4203:22862337,22861704:metal:4203:22864776,22863669:metal:4203:22865863,22879241:metal:4203:22880839,22885096:metal:4203:22889064,22909912:metal:4203:22912927,22916871:metal:4203:22945507,22924991:metal:4203:22929714,22934516:metal:4203:22937921,22963267:metal:4203:22990624,22967496:metal:4203:22979039,22979636:metal:4203:22988171,23002549:metal:4203:23008511,23010992:metal:4203:23054152,23010994:metal:4203:23011432,23024263:metal:4203:23094184,23056326:metal:4203:23089692,23071977:metal:4203:23072332,23080635:metal:4203:23095169'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0072839345963379935, 'nb_photo': 322, 'list_port_cont': '22594078,22594389,22596894,22597309,22603191,22607766,22613361,22617790,22637202,22637771,22639371,22639713,22641088,22643849,22646049,22647383,22663960,22666870,22670071,22674103,22674351,22675646,22676826,22686228,22687789,22695657,22696606,22709335,22711042,22712042,22712726,22713254,22714555,22715787,22721047,22721304,22728622,22732046,22732524,22733986,22756026,22758462,22761339,22763902,22766556,22775457,22775626,22775983,22814244,22816961,22818290,22823373,22823491,22829363,22833064,22839340,22839696,22840461,22842210,22856798,22857868,22858746,22859513,22859657,22861812,22861841,22862225,22863325,22864579,22874910,22876998,22877240,22879882,22880258,22882364,22882532,22883056,22890288,22893864,22895853,22896988,22911660,22914388,22915508,22915934,22919922,22920392,22923135,22923342,22925293,22925593,22928156,22930161,22930639,22931723,22934879,22944938,22948599,22948637,22949833,22951982,22953501,22956470,22961098,22963429,22964032,22968094,22981795,22982944,22983221,22988238,22989221,22998126,2300783', 'assoc_port': '22593606:22594389,22593610:22594078,22596777:22597309,22596780:22596894,22603049:22603191,22607575:22607766,22613019:22613361,22617411:22617790,22637082:22637202,22637676:22637771,22639298:22639713,22639302:22639371,22640874:22641088,22643639:22643849,22645999:22646049,22647189:22647383,22662911:22663960,22666517:22666870,22669905:22670071,22673666:22674351,22673668:22674103,22675369:22675646,22676625:22676826,22681470:22686228,22687087:22687789,22693003:22695657,22696407:22696606,22708745:22711042,22708748:22709335,22711984:22712042,22712695:22712726,22713014:22713254,22713828:22715787,22714440:22714555,22720553:22721304,22720554:22721047,22727657:22728622,22731511:22732524,22731514:22732046,22733593:22733986,22755523:22756026,22757921:22758462,22760878:22761339,22763327:22763902,22766320:22766556,22775277:22775983,22775281:22775626,22775282:22775457,22813691:22814244,22816845:22816961,22817781:22818290,22823125:22823491,22823154:22823373,22828660:22829363,22832673:22833064,22838933:22839696,22838963:2283934', 'assoc_mat': '22593606:metal:4207:22594389,22593610:metal:4207:22594078,22596777:metal:4207:22597309,22596780:metal:4207:22596894,22603049:metal:4207:22603191,22607575:metal:4207:22607766,22613019:metal:4207:22613361,22617411:metal:4207:22617790,22637082:metal:4207:22637202,22637676:metal:4207:22637771,22639298:metal:4207:22639713,22639302:metal:4207:22639371,22640874:metal:4207:22641088,22643639:metal:4207:22643849,22645999:metal:4207:22646049,22647189:metal:4207:22647383,22662911:metal:4207:22663960,22666517:metal:4207:22666870,22669905:metal:4207:22670071,22673666:metal:4207:22674351,22673668:metal:4207:22674103,22675369:metal:4207:22675646,22676625:metal:4207:22676826,22681470:metal:4207:22686228,22687087:metal:4207:22687789,22693003:metal:4207:22695657,22696407:metal:4207:22696606,22708745:metal:4207:22711042,22708748:metal:4207:22709335,22711984:metal:4207:22712042,22712695:metal:4207:22712726,22713014:metal:4207:22713254,22713828:metal:4207:22715787,22714440:metal:4207:22714555,22720553:metal:4207:22721304,22720554:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.009630613314445651, 'nb_photo': 22, 'list_port_cont': '22697907,22720954,22756101,22828937,22864525,22881587,22901520,22922735,22927863,22931846,22963808,22968135,23006497,23013092,23072420', 'assoc_port': '22696947:22697907,22720555:22720954,22755524:22756101,22828657:22828937,22864378:22864525,22875783:22881587,22901195:22901520,22922381:22922735,22927532:22927863,22931347:22931846,22963269:22963808,22967467:22968135,23006135:23006497,23012453:23013092,23071980:23072420', 'assoc_mat': '22696947:metal:4461:22697907,22720555:metal:4461:22720954,22755524:metal:4461:22756101,22828657:metal:4461:22828937,22864378:metal:4461:22864525,22875783:metal:4461:22881587,22901195:metal:4461:22901520,22922381:metal:4461:22922735,22927532:metal:4461:22927863,22931347:metal:4461:22931846,22963269:metal:4461:22963808,22967467:metal:4461:22968135,23006135:metal:4461:23006497,23012453:metal:4461:23013092,23071980:metal:4461:23072420'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.2495119214788206, 'nb_photo': 1598, 'list_port_cont': '22596184,22604137,22609332,22612210,22613235,22620999,22627393,22630385,22630483,22630490,22637375,22637394,22637524,22639215,22642120,22643599,22644332,22644431,22645460,22646061,22646703,22647329,22648104,22663883,22664079,22667664,22676960,22677088,22677193,22684097,22685649,22686625,22695633,22695683,22696538,22699557,22711344,22712186,22712812,22713179,22714728,22720793,22725027,22731747,22734353,22737340,22739665,22741205,22743317,22744944,22755894,22757454,22759671,22765901,22766587,22774554,22779830,22782101,22782644,22786750,22789444,22791839,22794082,22817111,22823191,22823590,22824763,22831496,22839177,22839673,22839829,22841177,22842016,22847476,22847926,22851385,22856025,22858936,22862206,22862721,22863016,22863134,22863354,22864915,22865050,22865830,22865860,22865893,22865905,22877972,22878083,22878465,22882463,22883507,22888916,22893417,22894530,22896396,22897418,22908163,22909453,22914739,22917393,22917413,22918157,22919988,22920507,22923739,22924771,22926532,22927451,22927860,22928790,2292911', 'assoc_port': '22594877:22596184,22600724:22604137,22602545:22612210,22604276:22609332,22610907:22620999,22613021:22613235,22614937:22627393,22617412:22630483,22618985:22630490,22624048:22630385,22637077:22637394,22637083:22637524,22637332:22637375,22638529:22639215,22641845:22643599,22641850:22642120,22642864:22644332,22642868:22644431,22644529:22646703,22645330:22645460,22646001:22646061,22647187:22648104,22647191:22647329,22662912:22663883,22662914:22664079,22666514:22667664,22669908:22684097,22675367:22676960,22675368:22677088,22675371:22677193,22675372:22685649,22681463:22686625,22687091:22695633,22694868:22696538,22694885:22695683,22696946:22699557,22708747:22711344,22711988:22712186,22712694:22713179,22712698:22712812,22714439:22714728,22720546:22720793,22720550:22725027,22723659:22734353,22727658:22737340,22731555:22739665,22731557:22731747,22733592:22744944,22740289:22741205,22743063:22743317,22753642:22755894,22755522:22757454,22757920:22759671,22763326:22765901,22766326:22766587,22771176:22774554,22775280:2277983', 'assoc_mat': '22594877:metal:4200:22596184,22600724:metal:4200:22604137,22602545:metal:4200:22612210,22604276:metal:4200:22609332,22610907:metal:4200:22620999,22613021:metal:4200:22613235,22614937:metal:4200:22627393,22617412:metal:4200:22630483,22618985:metal:4200:22630490,22624048:metal:4200:22630385,22637077:metal:4200:22637394,22637083:metal:4200:22637524,22637332:metal:4200:22637375,22638529:metal:4200:22639215,22641845:metal:4200:22643599,22641850:metal:4200:22642120,22642864:metal:4200:22644332,22642868:metal:4200:22644431,22644529:metal:4200:22646703,22645330:metal:4200:22645460,22646001:metal:4200:22646061,22647187:metal:4200:22648104,22647191:metal:4200:22647329,22662912:metal:4200:22663883,22662914:metal:4200:22664079,22666514:metal:4200:22667664,22669908:metal:4200:22684097,22675367:metal:4200:22676960,22675368:metal:4200:22677088,22675371:metal:4200:22677193,22675372:metal:4200:22685649,22681463:metal:4200:22686625,22687091:metal:4200:22695633,22694868:metal:4200:22696538,22694885:metal:4200:22695683,22696946:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.013061578825831581, 'nb_photo': 164, 'list_port_cont': '22593860,22595965,22601206,22603326,22604584,22607898,22611643,22611807,22611923,22617546,22617937,22624761,22625108,22629297,22637175,22637357,22637779,22639582,22641109,22643916,22645678,22647248,22662560,22662657,22663833,22672900,22675661,22681975,22682313,22682410,22683912,22684023,22687944,22696672,22697382,22706788,22719930,22724304,22730479,22730603,22754077,22761199,22766459,22774540,22781950,22786273,22787591,22814108,22817097,22823269,22831909,22835671,22835685,22839390,22856710,22858910,22861825,22862017,22862668,22863045,22863310,22863824,22876745,22880366,22881813,22887355,22887484,22890035,22890389,22891764,22893636,22896681,22914450,22918038,22926863,22960657,22968105,23003100,23011789,23013077,23018690,23024531,23053617,23056801,23059262,23064855,23065555,23079730', 'assoc_port': '22593609:22593860,22594876:22595965,22600723:22601206,22603046:22603326,22604278:22604584,22607576:22617546,22607578:22607898,22610903:22611923,22610905:22611807,22610908:22611643,22614939:22625108,22617415:22617937,22618983:22629297,22624049:22624761,22637081:22637175,22637331:22637357,22637677:22637779,22639299:22639582,22640873:22641109,22643642:22643916,22645325:22645678,22647186:22647248,22661875:22662657,22661878:22662560,22662913:22663833,22672696:22672900,22672699:22683912,22675373:22675661,22681465:22682410,22681467:22682313,22681471:22681975,22683204:22684023,22687085:22687944,22696406:22696672,22696945:22697382,22706230:22706788,22719539:22719930,22723676:22724304,22729019:22730603,22729023:22730479,22753645:22754077,22760875:22761199,22766334:22766459,22773720:22774540,22781197:22781950,22785905:22786273,22787162:22787591,22813690:22814108,22816847:22817097,22823127:22823269,22831634:22831909,22835473:22835685,22835475:22835671,22838935:22839390,22856663:22856710,22858841:22858910,22861708:2286182', 'assoc_mat': '22593609:metal:4209:22593860,22594876:metal:4209:22595965,22600723:metal:4209:22601206,22603046:metal:4209:22603326,22604278:metal:4209:22604584,22607576:metal:4209:22617546,22607578:metal:4209:22607898,22610903:metal:4209:22611923,22610905:metal:4209:22611807,22610908:metal:4209:22611643,22614939:metal:4209:22625108,22617415:metal:4209:22617937,22618983:metal:4209:22629297,22624049:metal:4209:22624761,22637081:metal:4209:22637175,22637331:metal:4209:22637357,22637677:metal:4209:22637779,22639299:metal:4209:22639582,22640873:metal:4209:22641109,22643642:metal:4209:22643916,22645325:metal:4209:22645678,22647186:metal:4209:22647248,22661875:metal:4209:22662657,22661878:metal:4209:22662560,22662913:metal:4209:22663833,22672696:metal:4209:22672900,22672699:metal:4209:22683912,22675373:metal:4209:22675661,22681465:metal:4209:22682410,22681467:metal:4209:22682313,22681471:metal:4209:22681975,22683204:metal:4209:22684023,22687085:metal:4209:22687944,22696406:metal:4209:22696672,22696945:metal:4209:22697382,22706230:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01552261411401398, 'nb_photo': 2302, 'list_port_cont': '22594156,22596097,22597266,22600171,22601226,22602884,22603309,22604568,22604694,22607876,22611739,22613605,22615579,22617912,22619618,22621908,22637239,22637541,22637893,22638905,22639720,22641082,22642200,22642357,22643264,22643859,22644820,22646139,22646323,22646764,22664722,22669208,22670574,22672983,22674156,22677116,22687526,22687863,22695471,22695601,22696697,22700566,22706878,22712131,22712890,22714112,22714712,22714770,22716159,22719982,22721102,22721218,22728548,22730035,22732168,22743599,22748172,22754162,22754202,22758663,22761611,22763726,22765745,22771942,22778218,22786462,22816122,22818595,22820558,22823244,22823534,22824452,22829496,22832005,22832258,22833295,22840997,22842120,22843011,22845814,22856865,22856872,22857922,22858754,22859611,22860800,22863063,22863865,22864506,22864564,22865040,22876875,22880530,22881975,22882020,22882511,22883166,22885520,22887668,22887838,22892053,22895834,22895871,22910376,22911749,22914580,22915530,22915986,22916065,22918137,22920486,22922770,22925351,2293034', 'assoc_port': '22593607:22594156,22594878:22596097,22596778:22597266,22599779:22600171,22600725:22601226,22602546:22602884,22603047:22603309,22604281:22604568,22604285:22604694,22607577:22607876,22610904:22611739,22613020:22613605,22614941:22615579,22617413:22617912,22618986:22619618,22621389:22621908,22637075:22637239,22637329:22637541,22637675:22637893,22638530:22638905,22639300:22639720,22640875:22641082,22641844:22642200,22641848:22642357,22642866:22643264,22643643:22643859,22644532:22644820,22645996:22646139,22646207:22646323,22646699:22646764,22662916:22664722,22668748:22669208,22669906:22670574,22672697:22672983,22673671:22674156,22676626:22677116,22687084:22687863,22687089:22687526,22694854:22695601,22694855:22695471,22694881:22700566,22696405:22696697,22706232:22706878,22711985:22712131,22712696:22712890,22713825:22714112,22714438:22714712,22714442:22714770,22715865:22716159,22719540:22719982,22720545:22721218,22720552:22721102,22727659:22728548,22729021:22730035,22731512:22732168,22740292:22748172,22743077:2274359', 'assoc_mat': '22593607:metal:4211:22594156,22594878:metal:4211:22596097,22596778:metal:4211:22597266,22599779:metal:4211:22600171,22600725:metal:4211:22601226,22602546:metal:4211:22602884,22603047:metal:4211:22603309,22604281:metal:4211:22604568,22604285:metal:4211:22604694,22607577:metal:4211:22607876,22610904:metal:4211:22611739,22613020:metal:4211:22613605,22614941:metal:4211:22615579,22617413:metal:4211:22617912,22618986:metal:4211:22619618,22621389:metal:4211:22621908,22637075:metal:4211:22637239,22637329:metal:4211:22637541,22637675:metal:4211:22637893,22638530:metal:4211:22638905,22639300:metal:4211:22639720,22640875:metal:4211:22641082,22641844:metal:4211:22642200,22641848:metal:4211:22642357,22642866:metal:4211:22643264,22643643:metal:4211:22643859,22644532:metal:4211:22644820,22645996:metal:4211:22646139,22646207:metal:4211:22646323,22646699:metal:4211:22646764,22662916:metal:4211:22664722,22668748:metal:4211:22669208,22669906:metal:4211:22670574,22672697:metal:4211:22672983,22673671:metal:4211:22674156,22676626:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002392573368880918, 'nb_photo': 4, 'list_port_cont': '22936484,22945222,22986011,23013185', 'assoc_port': '22929808:22945222,22935793:22936484,22984226:22986011,22998441:23013185', 'assoc_mat': '22929808:metal:3327:22945222,22935793:metal:3327:22936484,22984226:metal:3327:22986011,22998441:metal:3327:23013185'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0009265326842301349, 'nb_photo': 84, 'list_port_cont': '22928303,22949093,22950231,22953911,22961554,22968659,22975659,22976284,22977391,22984011,22985544,23004394,23007021,23013811,23016124,23019299,23019555,23025198,23053414,23072789,23074700,23076167,23079909,23080482,23083117', 'assoc_port': '22927536:22928303,22948162:22949093,22949538:22950231,22953035:22953911,22960477:22961554,22967479:22968659,22974925:22976284,22974926:22975659,22976916:22977391,22982646:22985544,22982647:22984011,23003831:23007021,23003838:23004394,23012451:23013811,23015442:23016124,23018462:23019555,23018464:23019299,23024250:23025198,23052716:23053414,23071983:23072789,23073358:23074700,23075515:23076167,23079427:23080482,23079435:23079909,23082841:23083117', 'assoc_mat': '22927536:metal:3594:22928303,22948162:metal:3594:22949093,22949538:metal:3594:22950231,22953035:metal:3594:22953911,22960477:metal:3594:22961554,22967479:metal:3594:22968659,22974925:metal:3594:22976284,22974926:metal:3594:22975659,22976916:metal:3594:22977391,22982646:metal:3594:22985544,22982647:metal:3594:22984011,23003831:metal:3594:23007021,23003838:metal:3594:23004394,23012451:metal:3594:23013811,23015442:metal:3594:23016124,23018462:metal:3594:23019555,23018464:metal:3594:23019299,23024250:metal:3594:23025198,23052716:metal:3594:23053414,23071983:metal:3594:23072789,23073358:metal:3594:23074700,23075515:metal:3594:23076167,23079427:metal:3594:23080482,23079435:metal:3594:23079909,23082841:metal:3594:23083117'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.025693846616524362, 'nb_photo': 1891, 'list_port_cont': '22592604,22602573,22627266,22637868,22637961,22645203,22667712,22675225,22681751,22698560,22718097,22722808,22737395,22757394,22777255,22782120,22794045,22845284,22856070,22859413,22863033,22863347,22876484,22883466,22897229,22900204,22925845,22942109,22951836,22978014,22987655,23005055,23012220,23063938,23075718,23088200,23090507,23091297', 'assoc_port': '22591582:22592604,22602549:22602573,22614943:22627266,22637672:22637961,22637674:22637868,22643641:22645203,22666515:22667712,22673669:22675225,22676627:22681751,22693033:22698560,22713819:22718097,22719525:22722808,22727668:22737395,22755525:22757394,22773713:22777255,22777724:22782120,22793928:22794045,22828627:22856070,22835476:22845284,22856658:22859413,22857008:22863347,22862865:22863033,22874442:22876484,22882318:22883466,22895713:22897229,22896423:22900204,22917826:22925845,22931348:22942109,22951589:22951836,22967489:22978014,22980691:22987655,22998438:23005055,23006133:23012220,23019441:23063938,23052721:23088200,23062405:23090507,23064326:23091297,23075518:23075718', 'assoc_mat': '22591582:papier:4205:22592604,22602549:papier:4205:22602573,22614943:papier:4205:22627266,22637672:papier:4205:22637961,22637674:papier:4205:22637868,22643641:papier:4205:22645203,22666515:papier:4205:22667712,22673669:papier:4205:22675225,22676627:papier:4205:22681751,22693033:papier:4205:22698560,22713819:papier:4205:22718097,22719525:papier:4205:22722808,22727668:papier:4205:22737395,22755525:papier:4205:22757394,22773713:papier:4205:22777255,22777724:papier:4205:22782120,22793928:papier:4205:22794045,22828627:papier:4205:22856070,22835476:papier:4205:22845284,22856658:papier:4205:22859413,22857008:papier:4205:22863347,22862865:papier:4205:22863033,22874442:papier:4205:22876484,22882318:papier:4205:22883466,22895713:papier:4205:22897229,22896423:papier:4205:22900204,22917826:papier:4205:22925845,22931348:papier:4205:22942109,22951589:papier:4205:22951836,22967489:papier:4205:22978014,22980691:papier:4205:22987655,22998438:papier:4205:23005055,23006133:papier:4205:23012220,23019441:papier:4205:23063938,2305'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.011496664820436325, 'nb_photo': 2785, 'list_port_cont': '22630378,22634260,22636619,22644192,22645965,22671018,22687239,22707910,22720106,22738376,22763435,22784782,22816578,22847713,22854601,22862352,22864780,22865878,22880847,22889055,22912928,22929711,22937916,22945498,22979037,22988169,22990627,23008509,23011436,23054143,23072336,23089695,23094187,23095164', 'assoc_port': '22604273:22636619,22609799:22634260,22624047:22630378,22640872:22644192,22645327:22645965,22668747:22671018,22683214:22687239,22706231:22707910,22715864:22720106,22727698:22738376,22760876:22763435,22775279:22784782,22814866:22816578,22835896:22854601,22835901:22847713,22858837:22862352,22861704:22864780,22863669:22865878,22879241:22880847,22885096:22889055,22909912:22912928,22916871:22945498,22924991:22929711,22934516:22937916,22963267:22990627,22967496:22979037,22979636:22988169,23002549:23008509,23010992:23054143,23010994:23011436,23024263:23094187,23056326:23089695,23071977:23072336,23080635:23095164', 'assoc_mat': '22604273:papier:4203:22636619,22609799:papier:4203:22634260,22624047:papier:4203:22630378,22640872:papier:4203:22644192,22645327:papier:4203:22645965,22668747:papier:4203:22671018,22683214:papier:4203:22687239,22706231:papier:4203:22707910,22715864:papier:4203:22720106,22727698:papier:4203:22738376,22760876:papier:4203:22763435,22775279:papier:4203:22784782,22814866:papier:4203:22816578,22835896:papier:4203:22854601,22835901:papier:4203:22847713,22858837:papier:4203:22862352,22861704:papier:4203:22864780,22863669:papier:4203:22865878,22879241:papier:4203:22880847,22885096:papier:4203:22889055,22909912:papier:4203:22912928,22916871:papier:4203:22945498,22924991:papier:4203:22929711,22934516:papier:4203:22937916,22963267:papier:4203:22990627,22967496:papier:4203:22979037,22979636:papier:4203:22988169,23002549:papier:4203:23008509,23010992:papier:4203:23054143,23010994:papier:4203:23011436,23024263:papier:4203:23094187,23056326:papier:4203:23089695,23071977:papier:4203:23072336,23080635:papier:4203:23095164'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.03890665713411122, 'nb_photo': 11760, 'list_port_cont': '22594076,22594350,22594398,22596886,22597304,22600129,22600328,22600924,22603194,22607768,22610273,22611301,22613350,22615153,22617797,22628682,22629010,22637208,22637257,22637768,22639382,22639700,22641095,22642311,22643840,22644669,22644853,22644869,22644976,22645634,22646053,22646101,22647231,22647389,22661926,22663973,22666882,22670065,22672795,22674113,22674365,22675638,22676820,22686227,22687293,22687786,22695408,22695666,22696617,22709325,22711027,22712043,22712712,22713256,22714563,22715795,22721056,22721293,22721889,22722002,22728580,22728624,22732038,22732517,22733463,22733534,22733980,22738167,22753880,22753983,22756017,22758448,22761343,22763900,22765538,22766553,22770050,22775464,22775661,22775980,22777151,22781542,22786363,22790694,22794070,22814242,22816967,22817982,22818304,22820509,22823381,22823485,22829358,22829566,22833059,22833368,22839346,22839634,22839687,22840471,22841942,22842220,22856789,22857871,22858747,22859512,22859655,22861804,22861838,22862058,22862184,22862218,22862998,2286332', 'assoc_port': '22593605:22594350,22593606:22594398,22593610:22594076,22596777:22597304,22596780:22596886,22599778:22600328,22599780:22600129,22600753:22600924,22603049:22603194,22607575:22607768,22609801:22610273,22610902:22611301,22613019:22613350,22614940:22615153,22617411:22617797,22628391:22629010,22628395:22628682,22637079:22637257,22637082:22637208,22637676:22637768,22639298:22639700,22639302:22639382,22640874:22641095,22641847:22642311,22643639:22643840,22644527:22644976,22644530:22644869,22644534:22644853,22644535:22644669,22645328:22645634,22645998:22646101,22645999:22646053,22647189:22647389,22647190:22647231,22661877:22661926,22662911:22663973,22666517:22666882,22669905:22670065,22672698:22672795,22673666:22674365,22673668:22674113,22675369:22675638,22676625:22676820,22681470:22686227,22687087:22687786,22687093:22687293,22693003:22695666,22694883:22695408,22696407:22696617,22708745:22711027,22708748:22709325,22711984:22712043,22712695:22712712,22713014:22713256,22713828:22715795,22714440:22714563,22720547:2272188', 'assoc_mat': '22593605:papier:4207:22594350,22593606:papier:4207:22594398,22593610:papier:4207:22594076,22596777:papier:4207:22597304,22596780:papier:4207:22596886,22599778:papier:4207:22600328,22599780:papier:4207:22600129,22600753:papier:4207:22600924,22603049:papier:4207:22603194,22607575:papier:4207:22607768,22609801:papier:4207:22610273,22610902:papier:4207:22611301,22613019:papier:4207:22613350,22614940:papier:4207:22615153,22617411:papier:4207:22617797,22628391:papier:4207:22629010,22628395:papier:4207:22628682,22637079:papier:4207:22637257,22637082:papier:4207:22637208,22637676:papier:4207:22637768,22639298:papier:4207:22639700,22639302:papier:4207:22639382,22640874:papier:4207:22641095,22641847:papier:4207:22642311,22643639:papier:4207:22643840,22644527:papier:4207:22644976,22644530:papier:4207:22644869,22644534:papier:4207:22644853,22644535:papier:4207:22644669,22645328:papier:4207:22645634,22645998:papier:4207:22646101,22645999:papier:4207:22646053,22647189:papier:4207:22647389,22647190:papier:4207:22647231,2266'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.23119442389574493, 'nb_photo': 29292, 'list_port_cont': '22591951,22595988,22600144,22604823,22604882,22607815,22610117,22611409,22615431,22621167,22621787,22637451,22638869,22639669,22642318,22643805,22644719,22645649,22646082,22647265,22664458,22666823,22670587,22674126,22677064,22684121,22687456,22693431,22696621,22697911,22712853,22714076,22717924,22720955,22721110,22724477,22732108,22749514,22756110,22761289,22766483,22771651,22778061,22781432,22782757,22786388,22787673,22811905,22816045,22824313,22828948,22832081,22833107,22839471,22840478,22844331,22844558,22856724,22858879,22859528,22860729,22862091,22862688,22864526,22874908,22876601,22879641,22881591,22881862,22882470,22891682,22891911,22893659,22894123,22894693,22901521,22914480,22915947,22917093,22919325,22922728,22925383,22927870,22931844,22935139,22948707,22952035,22953607,22959661,22963810,22968120,22972759,22973117,22975271,22980821,22997468,22998860,23003170,23003294,23006493,23012916,23013090,23020318,23026167,23049519,23053920,23057089,23059433,23068180,23072433,23079956,23080137,23081173', 'assoc_port': '22591584:22591951,22594879:22595988,22599782:22600144,22603048:22610117,22604271:22604882,22604283:22604823,22607579:22607815,22610906:22611409,22614959:22615431,22618984:22621167,22621387:22621787,22637328:22637451,22638528:22638869,22639301:22639669,22641846:22642318,22643640:22643805,22644533:22644719,22645326:22645649,22646000:22646082,22647188:22647265,22662910:22664458,22666516:22666823,22669907:22670587,22673670:22674126,22676624:22677064,22683217:22684121,22687090:22687456,22693018:22693431,22696409:22696621,22696947:22697911,22712697:22712853,22713831:22714076,22714437:22717924,22720549:22721110,22720555:22720955,22723677:22724477,22731556:22732108,22743102:22749514,22755524:22756110,22760877:22761289,22765036:22781432,22766335:22766483,22771175:22771651,22777722:22778061,22782355:22782757,22785891:22786388,22787164:22787673,22811660:22811905,22814868:22816045,22817782:22824313,22828657:22828948,22831635:22832081,22832675:22833107,22838937:22839471,22840147:22840478,22843809:22844558,22843810:2284433', 'assoc_mat': '22591584:papier:4461:22591951,22594879:papier:4461:22595988,22599782:papier:4461:22600144,22603048:papier:4461:22610117,22604271:papier:4461:22604882,22604283:papier:4461:22604823,22607579:papier:4461:22607815,22610906:papier:4461:22611409,22614959:papier:4461:22615431,22618984:papier:4461:22621167,22621387:papier:4461:22621787,22637328:papier:4461:22637451,22638528:papier:4461:22638869,22639301:papier:4461:22639669,22641846:papier:4461:22642318,22643640:papier:4461:22643805,22644533:papier:4461:22644719,22645326:papier:4461:22645649,22646000:papier:4461:22646082,22647188:papier:4461:22647265,22662910:papier:4461:22664458,22666516:papier:4461:22666823,22669907:papier:4461:22670587,22673670:papier:4461:22674126,22676624:papier:4461:22677064,22683217:papier:4461:22684121,22687090:papier:4461:22687456,22693018:papier:4461:22693431,22696409:papier:4461:22696621,22696947:papier:4461:22697911,22712697:papier:4461:22712853,22713831:papier:4461:22714076,22714437:papier:4461:22717924,22720549:papier:4461:22721110,2272'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.014343713525284529, 'nb_photo': 2734, 'list_port_cont': '22596173,22604125,22609329,22612196,22613224,22621001,22627385,22630393,22630478,22630498,22637376,22637395,22637526,22639211,22642116,22643595,22644330,22644428,22645466,22646058,22646708,22647328,22648108,22663914,22664092,22667659,22676959,22677093,22677196,22684102,22685641,22686624,22695623,22695680,22696541,22699560,22711336,22712179,22712807,22713170,22714731,22720782,22725035,22731749,22734357,22737334,22739663,22741200,22743325,22744954,22755896,22757453,22759663,22765902,22766583,22774564,22779836,22782105,22782655,22786751,22789445,22791842,22794088,22817108,22823197,22823586,22824767,22831498,22839181,22839668,22839828,22841183,22842006,22847477,22847930,22851386,22856020,22858937,22862202,22862711,22863015,22863139,22863359,22864908,22865060,22865844,22865846,22865884,22865896,22877970,22878071,22878458,22882465,22883499,22888913,22893419,22894531,22896398,22897421,22908160,22909439,22914737,22917394,22917415,22918155,22919990,22920516,22923741,22924767,22926535,22927444,22927854,22928789,2292911', 'assoc_port': '22594877:22596173,22600724:22604125,22602545:22612196,22604276:22609329,22610907:22621001,22613021:22613224,22614937:22627385,22617412:22630478,22618985:22630498,22624048:22630393,22637077:22637395,22637083:22637526,22637332:22637376,22638529:22639211,22641845:22643595,22641850:22642116,22642864:22644330,22642868:22644428,22644529:22646708,22645330:22645466,22646001:22646058,22647187:22648108,22647191:22647328,22662912:22663914,22662914:22664092,22666514:22667659,22669908:22684102,22675367:22676959,22675368:22677093,22675371:22677196,22675372:22685641,22681463:22686624,22687091:22695623,22694868:22696541,22694885:22695680,22696946:22699560,22708747:22711336,22711988:22712179,22712694:22713170,22712698:22712807,22714439:22714731,22720546:22720782,22720550:22725035,22723659:22734357,22727658:22737334,22731555:22739663,22731557:22731749,22733592:22744954,22740289:22741200,22743063:22743325,22753642:22755896,22755522:22757453,22757920:22759663,22763326:22765902,22766326:22766583,22771176:22774564,22775280:2277983', 'assoc_mat': '22594877:papier:4200:22596173,22600724:papier:4200:22604125,22602545:papier:4200:22612196,22604276:papier:4200:22609329,22610907:papier:4200:22621001,22613021:papier:4200:22613224,22614937:papier:4200:22627385,22617412:papier:4200:22630478,22618985:papier:4200:22630498,22624048:papier:4200:22630393,22637077:papier:4200:22637395,22637083:papier:4200:22637526,22637332:papier:4200:22637376,22638529:papier:4200:22639211,22641845:papier:4200:22643595,22641850:papier:4200:22642116,22642864:papier:4200:22644330,22642868:papier:4200:22644428,22644529:papier:4200:22646708,22645330:papier:4200:22645466,22646001:papier:4200:22646058,22647187:papier:4200:22648108,22647191:papier:4200:22647328,22662912:papier:4200:22663914,22662914:papier:4200:22664092,22666514:papier:4200:22667659,22669908:papier:4200:22684102,22675367:papier:4200:22676959,22675368:papier:4200:22677093,22675371:papier:4200:22677196,22675372:papier:4200:22685641,22681463:papier:4200:22686624,22687091:papier:4200:22695623,22694868:papier:4200:22696541,2269'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9354989967867455, 'nb_photo': 39799, 'list_port_cont': '22593866,22595978,22601211,22603328,22604595,22607906,22610156,22611636,22611808,22611926,22615314,22617549,22617845,22617929,22624752,22625116,22628720,22629299,22637171,22637365,22637773,22639573,22641117,22643913,22645485,22645690,22646312,22647262,22662566,22662660,22663837,22672895,22675659,22681964,22682306,22682416,22683913,22684024,22687396,22687951,22695353,22696675,22697391,22706796,22707795,22712024,22713269,22714700,22719937,22724306,22730487,22730609,22754073,22761245,22766452,22774547,22781953,22786280,22787599,22792007,22814104,22817089,22823268,22828869,22831911,22832972,22835678,22835693,22839392,22856715,22856835,22858917,22861826,22862018,22862131,22862662,22863046,22863301,22863812,22876743,22880363,22881821,22883118,22887365,22887492,22889808,22890031,22890391,22891755,22893633,22896671,22914448,22918034,22922668,22926854,22953206,22960651,22968103,23003113,23003988,23011776,23013069,23018677,23024525,23053610,23056814,23059250,23064860,23065561,23079735', 'assoc_port': '22593609:22593866,22594876:22595978,22600723:22601211,22603046:22603328,22604278:22604595,22607576:22617549,22607578:22607906,22609802:22610156,22610903:22611926,22610905:22611808,22610908:22611636,22614938:22615314,22614939:22625116,22617410:22617845,22617415:22617929,22618983:22629299,22624049:22624752,22628393:22628720,22637081:22637171,22637331:22637365,22637677:22637773,22639299:22639573,22640873:22641117,22643642:22643913,22645325:22645690,22645329:22645485,22646206:22646312,22647186:22647262,22661875:22662660,22661878:22662566,22662913:22663837,22672696:22672895,22672699:22683913,22675373:22675659,22681465:22682416,22681467:22682306,22681471:22681964,22683204:22684024,22687085:22687951,22687092:22687396,22694882:22695353,22696406:22696675,22696945:22697391,22706230:22706796,22707489:22707795,22711986:22712024,22713013:22713269,22714441:22714700,22719539:22719937,22723676:22724306,22729019:22730609,22729023:22730487,22753645:22754073,22760875:22761245,22766334:22766452,22773720:22774547,22781197:2278195', 'assoc_mat': '22593609:papier:4209:22593866,22594876:papier:4209:22595978,22600723:papier:4209:22601211,22603046:papier:4209:22603328,22604278:papier:4209:22604595,22607576:papier:4209:22617549,22607578:papier:4209:22607906,22609802:papier:4209:22610156,22610903:papier:4209:22611926,22610905:papier:4209:22611808,22610908:papier:4209:22611636,22614938:papier:4209:22615314,22614939:papier:4209:22625116,22617410:papier:4209:22617845,22617415:papier:4209:22617929,22618983:papier:4209:22629299,22624049:papier:4209:22624752,22628393:papier:4209:22628720,22637081:papier:4209:22637171,22637331:papier:4209:22637365,22637677:papier:4209:22637773,22639299:papier:4209:22639573,22640873:papier:4209:22641117,22643642:papier:4209:22643913,22645325:papier:4209:22645690,22645329:papier:4209:22645485,22646206:papier:4209:22646312,22647186:papier:4209:22647262,22661875:papier:4209:22662660,22661878:papier:4209:22662566,22662913:papier:4209:22663837,22672696:papier:4209:22672895,22672699:papier:4209:22683913,22675373:papier:4209:22675659,2268'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011944888020768903, 'nb_photo': 18679, 'list_port_cont': '22594149,22596088,22597268,22600175,22601232,22602877,22603303,22604569,22604688,22607885,22611744,22613599,22615574,22617915,22619613,22621909,22637224,22637553,22637885,22638903,22639725,22641069,22642205,22642346,22643275,22643863,22644806,22646133,22646324,22646765,22664730,22669219,22670583,22672995,22674152,22677109,22687527,22687868,22695485,22695605,22696705,22700573,22706889,22712136,22712895,22714103,22714718,22714760,22716165,22719973,22721104,22721223,22728536,22730039,22732165,22743595,22748165,22754167,22754208,22758668,22761620,22763734,22765753,22771947,22778219,22786470,22816121,22818588,22820555,22823239,22823529,22824459,22829509,22831999,22832257,22833297,22841003,22842121,22843020,22845809,22856864,22856866,22857926,22858764,22859607,22860803,22863072,22863869,22864513,22864553,22865029,22876871,22880515,22881973,22882025,22882506,22883158,22885522,22887657,22887830,22892031,22895835,22895875,22910363,22911747,22914572,22915529,22915979,22916058,22918132,22920496,22922768,22925342,2293034', 'assoc_port': '22593607:22594149,22594878:22596088,22596778:22597268,22599779:22600175,22600725:22601232,22602546:22602877,22603047:22603303,22604281:22604569,22604285:22604688,22607577:22607885,22610904:22611744,22613020:22613599,22614941:22615574,22617413:22617915,22618986:22619613,22621389:22621909,22637075:22637224,22637329:22637553,22637675:22637885,22638530:22638903,22639300:22639725,22640875:22641069,22641844:22642205,22641848:22642346,22642866:22643275,22643643:22643863,22644532:22644806,22645996:22646133,22646207:22646324,22646699:22646765,22662916:22664730,22668748:22669219,22669906:22670583,22672697:22672995,22673671:22674152,22676626:22677109,22687084:22687868,22687089:22687527,22694854:22695605,22694855:22695485,22694881:22700573,22696405:22696705,22706232:22706889,22711985:22712136,22712696:22712895,22713825:22714103,22714438:22714718,22714442:22714760,22715865:22716165,22719540:22719973,22720545:22721223,22720552:22721104,22727659:22728536,22729021:22730039,22731512:22732165,22740292:22748165,22743077:2274359', 'assoc_mat': '22593607:papier:4211:22594149,22594878:papier:4211:22596088,22596778:papier:4211:22597268,22599779:papier:4211:22600175,22600725:papier:4211:22601232,22602546:papier:4211:22602877,22603047:papier:4211:22603303,22604281:papier:4211:22604569,22604285:papier:4211:22604688,22607577:papier:4211:22607885,22610904:papier:4211:22611744,22613020:papier:4211:22613599,22614941:papier:4211:22615574,22617413:papier:4211:22617915,22618986:papier:4211:22619613,22621389:papier:4211:22621909,22637075:papier:4211:22637224,22637329:papier:4211:22637553,22637675:papier:4211:22637885,22638530:papier:4211:22638903,22639300:papier:4211:22639725,22640875:papier:4211:22641069,22641844:papier:4211:22642205,22641848:papier:4211:22642346,22642866:papier:4211:22643275,22643643:papier:4211:22643863,22644532:papier:4211:22644806,22645996:papier:4211:22646133,22646207:papier:4211:22646324,22646699:papier:4211:22646765,22662916:papier:4211:22664730,22668748:papier:4211:22669219,22669906:papier:4211:22670583,22672697:papier:4211:22672995,2267'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.014701224667746992, 'nb_photo': 468, 'list_port_cont': '22600792,22601575,22602964,22605085,22607294,22610544,22612830,22614564,22616482,22622123,22629255,22637339,22637996,22639828,22639883,22642910,22643285,22644956,22645409,22646157,22646172,22646449,22646783,22647113,22664935,22670973,22676633,22676779,22686166,22688621,22689694,22695647,22701193,22707694,22710395,22711920,22712299,22714465,22716574,22716651,22720732,22721544,22725014,22728824,22731569,22732983,22735491,22741287,22754532,22765227,22770709,22772540,22776170,22782389,22783549,22791668,22794788,22816528,22821242,22823558,22830569,22832792,22833544,22838460,22840238,22840673,22846193,22852378,22856915,22858845,22859644,22861854,22862251,22863381,22878556,22882931,22883769,22886533,22888291,22889657,22896326,22897004,22898271,22901066,22915358,22915926,22916136,22917773,22925566,22926574,22927935,22929975,22930591,22936495,22936547,22942819,22945217,22956557,22969796,22970484,22970726,22975700,22978962,22978975,22981019,22981717,22986003,22987861,22988214,22994037,22994879,23002077,23009884,2301319', 'assoc_port': '22596779:22607294,22599781:22600792,22600763:22601575,22602548:22602964,22604279:22605085,22609800:22612830,22609829:22610544,22613022:22614564,22614960:22616482,22621388:22622123,22628388:22629255,22637076:22639828,22637080:22637339,22637670:22637996,22639297:22639883,22641849:22642910,22642867:22643285,22644513:22646157,22644528:22645409,22644531:22644956,22645997:22647113,22646002:22646172,22646205:22646449,22646698:22646783,22662915:22664935,22669904:22670973,22673667:22676633,22675370:22676779,22683212:22686166,22687088:22688621,22688510:22689694,22694884:22695647,22700429:22701193,22706229:22707694,22708744:22711920,22708746:22710395,22711987:22712299,22713822:22714465,22715863:22716651,22715866:22716574,22719541:22720732,22720551:22725014,22720556:22721544,22727679:22728824,22729016:22731569,22731513:22732983,22733591:22735491,22740290:22741287,22753647:22754532,22763328:22765227,22769206:22770709,22771178:22772540,22775278:22776170,22781199:22782389,22782382:22783549,22787159:22794788,22787160:2279166', 'assoc_mat': '22596779:papier:3327:22607294,22599781:papier:3327:22600792,22600763:papier:3327:22601575,22602548:papier:3327:22602964,22604279:papier:3327:22605085,22609800:papier:3327:22612830,22609829:papier:3327:22610544,22613022:papier:3327:22614564,22614960:papier:3327:22616482,22621388:papier:3327:22622123,22628388:papier:3327:22629255,22637076:papier:3327:22639828,22637080:papier:3327:22637339,22637670:papier:3327:22637996,22639297:papier:3327:22639883,22641849:papier:3327:22642910,22642867:papier:3327:22643285,22644513:papier:3327:22646157,22644528:papier:3327:22645409,22644531:papier:3327:22644956,22645997:papier:3327:22647113,22646002:papier:3327:22646172,22646205:papier:3327:22646449,22646698:papier:3327:22646783,22662915:papier:3327:22664935,22669904:papier:3327:22670973,22673667:papier:3327:22676633,22675370:papier:3327:22676779,22683212:papier:3327:22686166,22687088:papier:3327:22688621,22688510:papier:3327:22689694,22694884:papier:3327:22695647,22700429:papier:3327:22701193,22706229:papier:3327:22707694,2270'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.11095540301404161, 'nb_photo': 5181, 'list_port_cont': '22928294,22949097,22950240,22953909,22961563,22968190,22968658,22975663,22976292,22977387,22977882,22984021,22985539,23004392,23007022,23013815,23016130,23018789,23019300,23019563,23025191,23053420,23072792,23074698,23076163,23079906,23080480,23083112', 'assoc_port': '22927536:22928294,22948162:22949097,22949538:22950240,22953035:22953909,22960477:22961563,22967479:22968658,22967499:22968190,22974925:22976292,22974926:22975663,22976914:22977882,22976916:22977387,22982646:22985539,22982647:22984021,23003831:23007022,23003838:23004392,23012451:23013815,23015442:23016130,23018462:23019563,23018464:23019300,23018467:23018789,23024250:23025191,23052716:23053420,23071983:23072792,23073358:23074698,23075515:23076163,23079427:23080480,23079435:23079906,23082841:23083112', 'assoc_mat': '22927536:papier:3594:22928294,22948162:papier:3594:22949097,22949538:papier:3594:22950240,22953035:papier:3594:22953909,22960477:papier:3594:22961563,22967479:papier:3594:22968658,22967499:papier:3594:22968190,22974925:papier:3594:22976292,22974926:papier:3594:22975663,22976914:papier:3594:22977882,22976916:papier:3594:22977387,22982646:papier:3594:22985539,22982647:papier:3594:22984021,23003831:papier:3594:23007022,23003838:papier:3594:23004392,23012451:papier:3594:23013815,23015442:papier:3594:23016130,23018462:papier:3594:23019563,23018464:papier:3594:23019300,23018467:papier:3594:23018789,23024250:papier:3594:23025191,23052716:papier:3594:23053420,23071983:papier:3594:23072792,23073358:papier:3594:23074698,23075515:papier:3594:23076163,23079427:papier:3594:23080480,23079435:papier:3594:23079906,23082841:papier:3594:23083112'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.007050783811610808, 'nb_photo': 120, 'list_port_cont': '22592607,22602563,22627281,22637866,22637953,22645205,22667707,22675222,22681760,22698567,22718099,22737398,22757400,22777257,22782117,22794048,22845286,22856073,22863023,22863340,22876481,22883462,22897223,22900209,22925846,22942115,22951841,22978001,22987657,23012213,23063939,23075715,23088205,23090515,23091300', 'assoc_port': '22591582:22592607,22602549:22602563,22614943:22627281,22637672:22637953,22637674:22637866,22643641:22645205,22666515:22667707,22673669:22675222,22676627:22681760,22693033:22698567,22713819:22718099,22727668:22737398,22755525:22757400,22773713:22777257,22777724:22782117,22793928:22794048,22828627:22856073,22835476:22845286,22857008:22863340,22862865:22863023,22874442:22876481,22882318:22883462,22895713:22897223,22896423:22900209,22917826:22925846,22931348:22942115,22951589:22951841,22967489:22978001,22980691:22987657,23006133:23012213,23019441:23063939,23052721:23088205,23062405:23090515,23064326:23091300,23075518:23075715', 'assoc_mat': '22591582:pehd:4205:22592607,22602549:pehd:4205:22602563,22614943:pehd:4205:22627281,22637672:pehd:4205:22637953,22637674:pehd:4205:22637866,22643641:pehd:4205:22645205,22666515:pehd:4205:22667707,22673669:pehd:4205:22675222,22676627:pehd:4205:22681760,22693033:pehd:4205:22698567,22713819:pehd:4205:22718099,22727668:pehd:4205:22737398,22755525:pehd:4205:22757400,22773713:pehd:4205:22777257,22777724:pehd:4205:22782117,22793928:pehd:4205:22794048,22828627:pehd:4205:22856073,22835476:pehd:4205:22845286,22857008:pehd:4205:22863340,22862865:pehd:4205:22863023,22874442:pehd:4205:22876481,22882318:pehd:4205:22883462,22895713:pehd:4205:22897223,22896423:pehd:4205:22900209,22917826:pehd:4205:22925846,22931348:pehd:4205:22942115,22951589:pehd:4205:22951841,22967489:pehd:4205:22978001,22980691:pehd:4205:22987657,23006133:pehd:4205:23012213,23019441:pehd:4205:23063939,23052721:pehd:4205:23088205,23062405:pehd:4205:23090515,23064326:pehd:4205:23091300,23075518:pehd:4205:23075715'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0032647619306581414, 'nb_photo': 291, 'list_port_cont': '22630368,22634255,22636616,22644191,22645961,22671023,22687245,22707914,22720104,22738372,22763445,22784787,22816591,22847721,22854604,22862340,22864779,22865864,22880836,22889058,22912921,22929720,22937928,22945496,22979041,22988170,22990614,23008507,23011426,23072326,23089694,23094197,23095171', 'assoc_port': '22604273:22636616,22609799:22634255,22624047:22630368,22640872:22644191,22645327:22645961,22668747:22671023,22683214:22687245,22706231:22707914,22715864:22720104,22727698:22738372,22760876:22763445,22775279:22784787,22814866:22816591,22835896:22854604,22835901:22847721,22858837:22862340,22861704:22864779,22863669:22865864,22879241:22880836,22885096:22889058,22909912:22912921,22916871:22945496,22924991:22929720,22934516:22937928,22963267:22990614,22967496:22979041,22979636:22988170,23002549:23008507,23010994:23011426,23024263:23094197,23056326:23089694,23071977:23072326,23080635:23095171', 'assoc_mat': '22604273:pehd:4203:22636616,22609799:pehd:4203:22634255,22624047:pehd:4203:22630368,22640872:pehd:4203:22644191,22645327:pehd:4203:22645961,22668747:pehd:4203:22671023,22683214:pehd:4203:22687245,22706231:pehd:4203:22707914,22715864:pehd:4203:22720104,22727698:pehd:4203:22738372,22760876:pehd:4203:22763445,22775279:pehd:4203:22784787,22814866:pehd:4203:22816591,22835896:pehd:4203:22854604,22835901:pehd:4203:22847721,22858837:pehd:4203:22862340,22861704:pehd:4203:22864779,22863669:pehd:4203:22865864,22879241:pehd:4203:22880836,22885096:pehd:4203:22889058,22909912:pehd:4203:22912921,22916871:pehd:4203:22945496,22924991:pehd:4203:22929720,22934516:pehd:4203:22937928,22963267:pehd:4203:22990614,22967496:pehd:4203:22979041,22979636:pehd:4203:22988170,23002549:pehd:4203:23008507,23010994:pehd:4203:23011426,23024263:pehd:4203:23094197,23056326:pehd:4203:23089694,23071977:pehd:4203:23072326,23080635:pehd:4203:23095171'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003999971580304025, 'nb_photo': 295, 'list_port_cont': '22594070,22594346,22594390,22600125,22600930,22610269,22613352,22617795,22628690,22629014,22637204,22637758,22639703,22642302,22644841,22644861,22644966,22647238,22661922,22663968,22666875,22670076,22672790,22674107,22674357,22676814,22686237,22687792,22695660,22696614,22711034,22712724,22714559,22715781,22721058,22721296,22721893,22728619,22732045,22732509,22733988,22738165,22753881,22756016,22758444,22761336,22763898,22765536,22766554,22770052,22775451,22775978,22781541,22786370,22790685,22794062,22814235,22816964,22818297,22820520,22823380,22829570,22833365,22839347,22839632,22839693,22840458,22856801,22857866,22858740,22859524,22859653,22862059,22862994,22863788,22863934,22864568,22874927,22876710,22877002,22877230,22879607,22879880,22880253,22882374,22882520,22885465,22890280,22893861,22894043,22895808,22895855,22911667,22911995,22914400,22915514,22915945,22917089,22919291,22920377,22922701,22923338,22925302,22925594,22928148,22930162,22930641,22934873,22944940,22948603,22949841,22956475,22959557,2298180', 'assoc_port': '22593605:22594346,22593606:22594390,22593610:22594070,22599780:22600125,22600753:22600930,22609801:22610269,22613019:22613352,22617411:22617795,22628391:22629014,22628395:22628690,22637082:22637204,22637676:22637758,22639298:22639703,22641847:22642302,22644527:22644966,22644530:22644861,22644534:22644841,22647190:22647238,22661877:22661922,22662911:22663968,22666517:22666875,22669905:22670076,22672698:22672790,22673666:22674357,22673668:22674107,22676625:22676814,22681470:22686237,22687087:22687792,22693003:22695660,22696407:22696614,22708745:22711034,22712695:22712724,22713828:22715781,22714440:22714559,22720547:22721893,22720553:22721296,22720554:22721058,22727657:22728619,22729018:22738165,22731511:22732509,22731514:22732045,22733593:22733988,22753641:22753881,22755523:22756016,22757921:22758444,22760878:22761336,22763327:22763898,22765035:22765536,22766320:22766554,22769207:22770052,22775277:22775978,22775282:22775451,22781201:22781541,22785918:22786370,22787163:22790685,22793924:22794062,22813691:2281423', 'assoc_mat': '22593605:pehd:4207:22594346,22593606:pehd:4207:22594390,22593610:pehd:4207:22594070,22599780:pehd:4207:22600125,22600753:pehd:4207:22600930,22609801:pehd:4207:22610269,22613019:pehd:4207:22613352,22617411:pehd:4207:22617795,22628391:pehd:4207:22629014,22628395:pehd:4207:22628690,22637082:pehd:4207:22637204,22637676:pehd:4207:22637758,22639298:pehd:4207:22639703,22641847:pehd:4207:22642302,22644527:pehd:4207:22644966,22644530:pehd:4207:22644861,22644534:pehd:4207:22644841,22647190:pehd:4207:22647238,22661877:pehd:4207:22661922,22662911:pehd:4207:22663968,22666517:pehd:4207:22666875,22669905:pehd:4207:22670076,22672698:pehd:4207:22672790,22673666:pehd:4207:22674357,22673668:pehd:4207:22674107,22676625:pehd:4207:22676814,22681470:pehd:4207:22686237,22687087:pehd:4207:22687792,22693003:pehd:4207:22695660,22696407:pehd:4207:22696614,22708745:pehd:4207:22711034,22712695:pehd:4207:22712724,22713828:pehd:4207:22715781,22714440:pehd:4207:22714559,22720547:pehd:4207:22721893,22720553:pehd:4207:22721296,22720554:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.006618412804089339, 'nb_photo': 25, 'list_port_cont': '22595989,22621789,22664459,22670619,22677063,22732109,22749518,22761297,22828938,22844555,22858882,22859538,22860726,22862677,22879643,22901512,22931854,22963816,22975273,23003307,23059439', 'assoc_port': '22594879:22595989,22621387:22621789,22662910:22664459,22669907:22670619,22676624:22677063,22731556:22732109,22743102:22749518,22760877:22761297,22828657:22828938,22843809:22844555,22858840:22858882,22859469:22859538,22860491:22860726,22862459:22862677,22879243:22879643,22901195:22901512,22931347:22931854,22963269:22963816,22974928:22975273,23002551:23003307,23058879:23059439', 'assoc_mat': '22594879:pehd:4461:22595989,22621387:pehd:4461:22621789,22662910:pehd:4461:22664459,22669907:pehd:4461:22670619,22676624:pehd:4461:22677063,22731556:pehd:4461:22732109,22743102:pehd:4461:22749518,22760877:pehd:4461:22761297,22828657:pehd:4461:22828938,22843809:pehd:4461:22844555,22858840:pehd:4461:22858882,22859469:pehd:4461:22859538,22860491:pehd:4461:22860726,22862459:pehd:4461:22862677,22879243:pehd:4461:22879643,22901195:pehd:4461:22901512,22931347:pehd:4461:22931854,22963269:pehd:4461:22963816,22974928:pehd:4461:22975273,23002551:pehd:4461:23003307,23058879:pehd:4461:23059439'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.008028209179804522, 'nb_photo': 901, 'list_port_cont': '22596176,22604134,22609340,22612204,22613234,22620992,22627380,22630386,22630485,22630491,22637372,22637392,22637530,22639218,22642119,22643597,22644334,22644425,22645470,22646069,22646705,22647332,22648109,22663890,22667653,22676965,22677089,22677191,22684090,22685652,22686637,22695629,22695684,22696539,22699547,22711332,22712184,22712809,22713174,22714732,22720791,22725026,22731750,22734342,22737341,22739671,22741198,22743316,22744941,22755897,22757456,22759664,22765895,22766593,22774555,22779834,22782106,22782648,22786740,22789434,22791848,22794084,22817116,22823196,22823593,22824762,22831479,22839169,22839676,22839830,22841186,22842005,22847478,22847934,22851382,22856022,22858929,22862211,22862708,22863021,22863133,22863362,22864912,22865055,22865836,22865852,22865885,22865910,22877969,22878081,22878457,22882453,22883502,22888914,22893422,22894532,22896392,22897430,22908157,22909448,22914734,22917405,22917420,22918147,22919991,22920505,22923748,22924773,22926526,22927438,22927848,22929122,22929924,2293609', 'assoc_port': '22594877:22596176,22600724:22604134,22602545:22612204,22604276:22609340,22610907:22620992,22613021:22613234,22614937:22627380,22617412:22630485,22618985:22630491,22624048:22630386,22637077:22637392,22637083:22637530,22637332:22637372,22638529:22639218,22641845:22643597,22641850:22642119,22642864:22644334,22642868:22644425,22644529:22646705,22645330:22645470,22646001:22646069,22647187:22648109,22647191:22647332,22662912:22663890,22666514:22667653,22669908:22684090,22675367:22676965,22675368:22677089,22675371:22677191,22675372:22685652,22681463:22686637,22687091:22695629,22694868:22696539,22694885:22695684,22696946:22699547,22708747:22711332,22711988:22712184,22712694:22713174,22712698:22712809,22714439:22714732,22720546:22720791,22720550:22725026,22723659:22734342,22727658:22737341,22731555:22739671,22731557:22731750,22733592:22744941,22740289:22741198,22743063:22743316,22753642:22755897,22755522:22757456,22757920:22759664,22763326:22765895,22766326:22766593,22771176:22774555,22775280:22779834,22777709:2278210', 'assoc_mat': '22594877:pehd:4200:22596176,22600724:pehd:4200:22604134,22602545:pehd:4200:22612204,22604276:pehd:4200:22609340,22610907:pehd:4200:22620992,22613021:pehd:4200:22613234,22614937:pehd:4200:22627380,22617412:pehd:4200:22630485,22618985:pehd:4200:22630491,22624048:pehd:4200:22630386,22637077:pehd:4200:22637392,22637083:pehd:4200:22637530,22637332:pehd:4200:22637372,22638529:pehd:4200:22639218,22641845:pehd:4200:22643597,22641850:pehd:4200:22642119,22642864:pehd:4200:22644334,22642868:pehd:4200:22644425,22644529:pehd:4200:22646705,22645330:pehd:4200:22645470,22646001:pehd:4200:22646069,22647187:pehd:4200:22648109,22647191:pehd:4200:22647332,22662912:pehd:4200:22663890,22666514:pehd:4200:22667653,22669908:pehd:4200:22684090,22675367:pehd:4200:22676965,22675368:pehd:4200:22677089,22675371:pehd:4200:22677191,22675372:pehd:4200:22685652,22681463:pehd:4200:22686637,22687091:pehd:4200:22695629,22694868:pehd:4200:22696539,22694885:pehd:4200:22695684,22696946:pehd:4200:22699547,22708747:pehd:4200:22711332,22711988:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01835037937632715, 'nb_photo': 538, 'list_port_cont': '22593863,22595974,22601214,22603323,22604591,22607903,22610161,22611616,22611815,22611927,22615322,22617552,22617854,22617931,22624755,22625102,22628723,22629306,22637163,22637368,22637787,22639571,22641104,22643914,22645486,22645689,22646299,22647260,22662571,22662649,22663841,22672892,22675651,22681974,22682307,22682422,22683921,22684018,22687389,22687957,22695360,22696682,22697389,22706784,22707789,22712021,22713270,22714694,22719928,22724305,22730493,22730606,22754087,22761220,22766467,22774546,22781940,22786277,22787590,22792002,22814102,22817098,22823279,22828867,22831916,22832973,22835664,22835681,22839391,22856841,22858914,22861823,22862022,22862124,22862669,22863043,22863307,22863821,22876741,22880370,22881811,22883124,22887363,22887491,22889811,22890037,22890395,22891754,22896675,22914445,22918036,22922669,22926856,22953207,22968109,23003104,23003982,23011778,23013068,23018682,23053624,23056802,23059258,23064861,23065557,23079732', 'assoc_port': '22593609:22593863,22594876:22595974,22600723:22601214,22603046:22603323,22604278:22604591,22607576:22617552,22607578:22607903,22609802:22610161,22610903:22611927,22610905:22611815,22610908:22611616,22614938:22615322,22614939:22625102,22617410:22617854,22617415:22617931,22618983:22629306,22624049:22624755,22628393:22628723,22637081:22637163,22637331:22637368,22637677:22637787,22639299:22639571,22640873:22641104,22643642:22643914,22645325:22645689,22645329:22645486,22646206:22646299,22647186:22647260,22661875:22662649,22661878:22662571,22662913:22663841,22672696:22672892,22672699:22683921,22675373:22675651,22681465:22682422,22681467:22682307,22681471:22681974,22683204:22684018,22687085:22687957,22687092:22687389,22694882:22695360,22696406:22696682,22696945:22697389,22706230:22706784,22707489:22707789,22711986:22712021,22713013:22713270,22714441:22714694,22719539:22719928,22723676:22724305,22729019:22730606,22729023:22730493,22753645:22754087,22760875:22761220,22766334:22766467,22773720:22774546,22781197:2278194', 'assoc_mat': '22593609:pehd:4209:22593863,22594876:pehd:4209:22595974,22600723:pehd:4209:22601214,22603046:pehd:4209:22603323,22604278:pehd:4209:22604591,22607576:pehd:4209:22617552,22607578:pehd:4209:22607903,22609802:pehd:4209:22610161,22610903:pehd:4209:22611927,22610905:pehd:4209:22611815,22610908:pehd:4209:22611616,22614938:pehd:4209:22615322,22614939:pehd:4209:22625102,22617410:pehd:4209:22617854,22617415:pehd:4209:22617931,22618983:pehd:4209:22629306,22624049:pehd:4209:22624755,22628393:pehd:4209:22628723,22637081:pehd:4209:22637163,22637331:pehd:4209:22637368,22637677:pehd:4209:22637787,22639299:pehd:4209:22639571,22640873:pehd:4209:22641104,22643642:pehd:4209:22643914,22645325:pehd:4209:22645689,22645329:pehd:4209:22645486,22646206:pehd:4209:22646299,22647186:pehd:4209:22647260,22661875:pehd:4209:22662649,22661878:pehd:4209:22662571,22662913:pehd:4209:22663841,22672696:pehd:4209:22672892,22672699:pehd:4209:22683921,22675373:pehd:4209:22675651,22681465:pehd:4209:22682422,22681467:pehd:4209:22682307,22681471:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.23263657991827938, 'nb_photo': 14304, 'list_port_cont': '22594159,22596091,22597260,22600168,22601224,22602875,22603310,22604570,22604673,22607882,22611748,22613609,22615584,22617917,22619621,22621917,22637236,22637543,22637883,22638901,22639729,22641079,22642208,22642361,22643265,22643867,22644819,22646141,22646329,22646757,22664731,22669215,22670572,22672984,22674162,22677102,22687537,22687861,22695470,22695602,22696706,22700567,22706884,22712132,22712893,22714110,22714713,22714766,22716172,22719977,22721092,22721229,22728544,22730033,22732169,22743583,22748174,22754158,22754199,22758672,22761618,22763720,22765754,22771949,22778213,22786459,22816116,22818581,22820560,22823241,22823532,22824445,22829500,22832014,22832260,22833301,22840998,22842114,22843017,22845810,22856852,22856873,22857918,22858759,22859608,22860806,22863074,22863866,22864512,22864557,22865034,22876866,22880524,22881969,22882023,22882509,22883169,22885536,22887662,22887833,22892027,22895836,22895864,22910373,22911758,22914573,22915524,22915990,22916059,22918122,22920495,22922780,22925344,2293035', 'assoc_port': '22593607:22594159,22594878:22596091,22596778:22597260,22599779:22600168,22600725:22601224,22602546:22602875,22603047:22603310,22604281:22604570,22604285:22604673,22607577:22607882,22610904:22611748,22613020:22613609,22614941:22615584,22617413:22617917,22618986:22619621,22621389:22621917,22637075:22637236,22637329:22637543,22637675:22637883,22638530:22638901,22639300:22639729,22640875:22641079,22641844:22642208,22641848:22642361,22642866:22643265,22643643:22643867,22644532:22644819,22645996:22646141,22646207:22646329,22646699:22646757,22662916:22664731,22668748:22669215,22669906:22670572,22672697:22672984,22673671:22674162,22676626:22677102,22687084:22687861,22687089:22687537,22694854:22695602,22694855:22695470,22694881:22700567,22696405:22696706,22706232:22706884,22711985:22712132,22712696:22712893,22713825:22714110,22714438:22714713,22714442:22714766,22715865:22716172,22719540:22719977,22720545:22721229,22720552:22721092,22727659:22728544,22729021:22730033,22731512:22732169,22740292:22748174,22743077:2274358', 'assoc_mat': '22593607:pehd:4211:22594159,22594878:pehd:4211:22596091,22596778:pehd:4211:22597260,22599779:pehd:4211:22600168,22600725:pehd:4211:22601224,22602546:pehd:4211:22602875,22603047:pehd:4211:22603310,22604281:pehd:4211:22604570,22604285:pehd:4211:22604673,22607577:pehd:4211:22607882,22610904:pehd:4211:22611748,22613020:pehd:4211:22613609,22614941:pehd:4211:22615584,22617413:pehd:4211:22617917,22618986:pehd:4211:22619621,22621389:pehd:4211:22621917,22637075:pehd:4211:22637236,22637329:pehd:4211:22637543,22637675:pehd:4211:22637883,22638530:pehd:4211:22638901,22639300:pehd:4211:22639729,22640875:pehd:4211:22641079,22641844:pehd:4211:22642208,22641848:pehd:4211:22642361,22642866:pehd:4211:22643265,22643643:pehd:4211:22643867,22644532:pehd:4211:22644819,22645996:pehd:4211:22646141,22646207:pehd:4211:22646329,22646699:pehd:4211:22646757,22662916:pehd:4211:22664731,22668748:pehd:4211:22669215,22669906:pehd:4211:22670572,22672697:pehd:4211:22672984,22673671:pehd:4211:22674162,22676626:pehd:4211:22677102,22687084:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.009086185401811712, 'nb_photo': 15, 'list_port_cont': '22770703,22882925,22883779,22886534,22897002,22901073,22909346', 'assoc_port': '22769206:22770703,22879242:22883779,22881746:22882925,22882937:22886534,22889833:22901073,22894326:22897002,22894331:22909346', 'assoc_mat': '22769206:pehd:3327:22770703,22879242:pehd:3327:22883779,22881746:pehd:3327:22882925,22882937:pehd:3327:22886534,22889833:pehd:3327:22901073,22894326:pehd:3327:22897002,22894331:pehd:3327:22909346'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.00043057706143643647, 'nb_photo': 8, 'list_port_cont': '22953910,22976285,23007025,23013813,23019554,23072784', 'assoc_port': '22953035:22953910,22974925:22976285,23003831:23007025,23012451:23013813,23018462:23019554,23071983:23072784', 'assoc_mat': '22953035:pehd:3594:22953910,22974925:pehd:3594:22976285,23003831:pehd:3594:23007025,23012451:pehd:3594:23013813,23018462:pehd:3594:23019554,23071983:pehd:3594:23072784'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00491522692803576, 'nb_photo': 17, 'list_port_cont': '22602565,22637873,22667706,22698568,22718095,22737393,22794046,22845278,22863341,22987667,23063949,23091291', 'assoc_port': '22602549:22602565,22637674:22637873,22666515:22667706,22693033:22698568,22713819:22718095,22727668:22737393,22793928:22794046,22835476:22845278,22857008:22863341,22980691:22987667,23019441:23063949,23064326:23091291', 'assoc_mat': '22602549:pet_clair:4205:22602565,22637674:pet_clair:4205:22637873,22666515:pet_clair:4205:22667706,22693033:pet_clair:4205:22698568,22713819:pet_clair:4205:22718095,22727668:pet_clair:4205:22737393,22793928:pet_clair:4205:22794046,22835476:pet_clair:4205:22845278,22857008:pet_clair:4205:22863341,22980691:pet_clair:4205:22987667,23019441:pet_clair:4205:23063949,23064326:pet_clair:4205:23091291'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0006309621661608441, 'nb_photo': 12, 'list_port_cont': '22645966,22687234,22720102,22864771,22937917,22990628,23054148', 'assoc_port': '22645327:22645966,22683214:22687234,22715864:22720102,22861704:22864771,22934516:22937917,22963267:22990628,23010992:23054148', 'assoc_mat': '22645327:pet_clair:4203:22645966,22683214:pet_clair:4203:22687234,22715864:pet_clair:4203:22720102,22861704:pet_clair:4203:22864771,22934516:pet_clair:4203:22937917,22963267:pet_clair:4203:22990628,23010992:pet_clair:4203:23054148'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002054117631202338, 'nb_photo': 18, 'list_port_cont': '22613363,22645623,22663961,22670061,22675643,22712715,22721295,22733459,22733977,22928145,22931725,22934874,22951988,22968095,22982945,22989216,23071589', 'assoc_port': '22613019:22613363,22645328:22645623,22662911:22663961,22669905:22670061,22675369:22675643,22712695:22712715,22720553:22721295,22731509:22733459,22733593:22733977,22927533:22928145,22931349:22931725,22934518:22934874,22951590:22951988,22967476:22968095,22972480:22989216,22982645:22982945,23019436:23071589', 'assoc_mat': '22613019:pet_clair:4207:22613363,22645328:pet_clair:4207:22645623,22662911:pet_clair:4207:22663961,22669905:pet_clair:4207:22670061,22675369:pet_clair:4207:22675643,22712695:pet_clair:4207:22712715,22720553:pet_clair:4207:22721295,22731509:pet_clair:4207:22733459,22733593:pet_clair:4207:22733977,22927533:pet_clair:4207:22928145,22931349:pet_clair:4207:22931725,22934518:pet_clair:4207:22934874,22951590:pet_clair:4207:22951988,22967476:pet_clair:4207:22968095,22972480:pet_clair:4207:22989216,22982645:pet_clair:4207:22982945,23019436:pet_clair:4207:23071589'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0031787413594027104, 'nb_photo': 2, 'list_port_cont': '22684127,22696622', 'assoc_port': '22683217:22684127,22696409:22696622', 'assoc_mat': '22683217:pet_clair:4461:22684127,22696409:pet_clair:4461:22696622'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.04356113764527223, 'nb_photo': 210, 'list_port_cont': '22604123,22609343,22612207,22620994,22630473,22630493,22637402,22642112,22643598,22644342,22644423,22646059,22647325,22648095,22664081,22667660,22677091,22684092,22686636,22696540,22711338,22713167,22714726,22720787,22725036,22737339,22739662,22743327,22744948,22755900,22759673,22765908,22766585,22774560,22779835,22782649,22786745,22817115,22824756,22831476,22847469,22847927,22851397,22856024,22862208,22862714,22863011,22864919,22865829,22865882,22865909,22877975,22878463,22882457,22888918,22893423,22897425,22908162,22909455,22914742,22917395,22920515,22923749,22924763,22927446,22928780,22929121,22929917,22936093,22936650,22945269,22950810,22963601,22967936,22976805,22977787,22980870,22985393,22985781,22985838,22986961,22987739,23007522,23009407,23066143,23090227,23090657,23091842,23094921', 'assoc_port': '22600724:22604123,22602545:22612207,22604276:22609343,22610907:22620994,22617412:22630473,22618985:22630493,22637077:22637402,22641845:22643598,22641850:22642112,22642864:22644342,22642868:22644423,22646001:22646059,22647187:22648095,22647191:22647325,22662914:22664081,22666514:22667660,22669908:22684092,22675368:22677091,22681463:22686636,22694868:22696540,22708747:22711338,22712694:22713167,22714439:22714726,22720546:22720787,22720550:22725036,22727658:22737339,22731555:22739662,22733592:22744948,22743063:22743327,22753642:22755900,22757920:22759673,22763326:22765908,22766326:22766585,22771176:22774560,22775280:22779835,22777728:22782649,22781200:22786745,22816846:22817115,22820053:22831476,22820054:22824756,22828629:22856024,22835474:22847927,22843811:22847469,22851169:22851397,22861706:22864919,22861970:22862208,22862477:22862714,22862864:22863011,22863281:22865882,22863285:22865909,22864376:22865829,22876400:22877975,22876404:22878463,22880133:22909455,22880138:22908162,22882321:22882457,22885094:2288891', 'assoc_mat': '22600724:pet_clair:4200:22604123,22602545:pet_clair:4200:22612207,22604276:pet_clair:4200:22609343,22610907:pet_clair:4200:22620994,22617412:pet_clair:4200:22630473,22618985:pet_clair:4200:22630493,22637077:pet_clair:4200:22637402,22641845:pet_clair:4200:22643598,22641850:pet_clair:4200:22642112,22642864:pet_clair:4200:22644342,22642868:pet_clair:4200:22644423,22646001:pet_clair:4200:22646059,22647187:pet_clair:4200:22648095,22647191:pet_clair:4200:22647325,22662914:pet_clair:4200:22664081,22666514:pet_clair:4200:22667660,22669908:pet_clair:4200:22684092,22675368:pet_clair:4200:22677091,22681463:pet_clair:4200:22686636,22694868:pet_clair:4200:22696540,22708747:pet_clair:4200:22711338,22712694:pet_clair:4200:22713167,22714439:pet_clair:4200:22714726,22720546:pet_clair:4200:22720787,22720550:pet_clair:4200:22725036,22727658:pet_clair:4200:22737339,22731555:pet_clair:4200:22739662,22733592:pet_clair:4200:22744948,22743063:pet_clair:4200:22743327,22753642:pet_clair:4200:22755900,22757920:pet_clair:4200:22759673,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0067287127536570825, 'nb_photo': 13, 'list_port_cont': '22603327,22617926,22637788,22639579,22643919,22645479,22647258,22683916,22714688,22761206,23003114', 'assoc_port': '22603046:22603327,22617415:22617926,22637677:22637788,22639299:22639579,22643642:22643919,22645329:22645479,22647186:22647258,22672699:22683916,22714441:22714688,22760875:22761206,23002556:23003114', 'assoc_mat': '22603046:pet_clair:4209:22603327,22617415:pet_clair:4209:22617926,22637677:pet_clair:4209:22637788,22639299:pet_clair:4209:22639579,22643642:pet_clair:4209:22643919,22645329:pet_clair:4209:22645479,22647186:pet_clair:4209:22647258,22672699:pet_clair:4209:22683916,22714441:pet_clair:4209:22714688,22760875:pet_clair:4209:22761206,23002556:pet_clair:4209:23003114'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009390080624338883, 'nb_photo': 141, 'list_port_cont': '22604575,22607878,22615572,22637557,22638906,22639733,22644816,22646131,22664736,22687528,22687864,22695475,22700577,22712130,22712896,22714719,22732170,22743584,22754157,22758677,22761613,22763731,22771946,22778215,22818582,22823252,22824449,22829501,22832007,22832266,22856880,22859602,22863059,22881983,22882012,22895842,22911752,22936381,22950013,22952115,22959691,22962812,22963772,22964779,22980139,22980596,23003157,23003348,23004200,23011870,23013008,23015994,23018852,23026227,23026230,23054229,23057129,23057222,23059128,23059564,23062859,23064961,23065097,23080023', 'assoc_port': '22604281:22604575,22607577:22607878,22614941:22615572,22637329:22637557,22638530:22638906,22639300:22639733,22644532:22644816,22645996:22646131,22662916:22664736,22687084:22687864,22687089:22687528,22694855:22695475,22694881:22700577,22711985:22712130,22712696:22712896,22714438:22714719,22731512:22732170,22743077:22743584,22753646:22754157,22755526:22763731,22757922:22758677,22760879:22761613,22771177:22771946,22777727:22778215,22817778:22818582,22817779:22824449,22823155:22832007,22823158:22823252,22828632:22829501,22831636:22832266,22856657:22856880,22859468:22859602,22862860:22863059,22876408:22881983,22881751:22882012,22895715:22895842,22911179:22911752,22935795:22936381,22949537:22950013,22951588:22952115,22955732:22964779,22958942:22959691,22960478:22962812,22963274:22963772,22970360:22980596,22979631:22980139,23002550:23003348,23002557:23003157,23003834:23004200,23010989:23011870,23012443:23013008,23015440:23015994,23018470:23018852,23025698:23026230,23025701:23026227,23052719:23054229,23056316:2305722', 'assoc_mat': '22604281:pet_clair:4211:22604575,22607577:pet_clair:4211:22607878,22614941:pet_clair:4211:22615572,22637329:pet_clair:4211:22637557,22638530:pet_clair:4211:22638906,22639300:pet_clair:4211:22639733,22644532:pet_clair:4211:22644816,22645996:pet_clair:4211:22646131,22662916:pet_clair:4211:22664736,22687084:pet_clair:4211:22687864,22687089:pet_clair:4211:22687528,22694855:pet_clair:4211:22695475,22694881:pet_clair:4211:22700577,22711985:pet_clair:4211:22712130,22712696:pet_clair:4211:22712896,22714438:pet_clair:4211:22714719,22731512:pet_clair:4211:22732170,22743077:pet_clair:4211:22743584,22753646:pet_clair:4211:22754157,22755526:pet_clair:4211:22763731,22757922:pet_clair:4211:22758677,22760879:pet_clair:4211:22761613,22771177:pet_clair:4211:22771946,22777727:pet_clair:4211:22778215,22817778:pet_clair:4211:22818582,22817779:pet_clair:4211:22824449,22823155:pet_clair:4211:22832007,22823158:pet_clair:4211:22823252,22828632:pet_clair:4211:22829501,22831636:pet_clair:4211:22832266,22856657:pet_clair:4211:22856880,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9817965265294912, 'nb_photo': 63445, 'list_port_cont': '22592632,22594926,22600787,22601569,22602958,22605087,22607305,22610539,22612831,22614565,22616479,22618162,22619852,22622121,22628995,22629266,22637341,22637600,22637997,22639827,22639890,22642916,22643281,22644949,22645411,22646145,22646171,22646443,22646788,22647117,22664933,22665258,22670984,22676628,22676772,22686162,22688588,22688619,22689684,22695639,22696665,22696740,22701201,22707688,22710401,22711910,22712300,22714459,22716570,22716644,22720728,22721550,22725022,22728835,22731562,22732985,22735495,22741283,22754542,22758753,22764381,22765232,22770711,22772536,22776167,22782386,22783541,22786729,22791658,22791995,22794786,22816525,22821255,22823549,22830564,22832791,22833532,22838450,22840246,22840670,22842717,22846196,22852376,22856905,22857450,22858849,22858954,22859632,22861864,22862240,22862830,22863119,22863379,22865923,22877105,22878550,22882932,22883775,22886523,22888277,22889663,22896319,22897013,22898272,22901064,22909356,22915357,22915555,22915916,22916135,22917768,22925565,22926573,2292793', 'assoc_port': '22591583:22592632,22593608:22594926,22596779:22607305,22599781:22600787,22600763:22601569,22602548:22602958,22604279:22605087,22609800:22612831,22609829:22610539,22613018:22628995,22613022:22614565,22614960:22616479,22617414:22618162,22618982:22619852,22621388:22622121,22628388:22629266,22637076:22639827,22637080:22637341,22637327:22637600,22637670:22637997,22639297:22639890,22641849:22642916,22642867:22643281,22644513:22646145,22644528:22645411,22644531:22644949,22645997:22647117,22646002:22646171,22646205:22646443,22646698:22646788,22661873:22665258,22662915:22664933,22669904:22670984,22673667:22676628,22675370:22676772,22683207:22688588,22683212:22686162,22687088:22688619,22688510:22689684,22693036:22696665,22694884:22695639,22696404:22696740,22700429:22701201,22706229:22707688,22708744:22711910,22708746:22710401,22711987:22712300,22713822:22714459,22715863:22716644,22715866:22716570,22719541:22720728,22720551:22725022,22720556:22721550,22727679:22728835,22729016:22731562,22731513:22732985,22733591:2273549', 'assoc_mat': '22591583:pet_clair:3327:22592632,22593608:pet_clair:3327:22594926,22596779:pet_clair:3327:22607305,22599781:pet_clair:3327:22600787,22600763:pet_clair:3327:22601569,22602548:pet_clair:3327:22602958,22604279:pet_clair:3327:22605087,22609800:pet_clair:3327:22612831,22609829:pet_clair:3327:22610539,22613018:pet_clair:3327:22628995,22613022:pet_clair:3327:22614565,22614960:pet_clair:3327:22616479,22617414:pet_clair:3327:22618162,22618982:pet_clair:3327:22619852,22621388:pet_clair:3327:22622121,22628388:pet_clair:3327:22629266,22637076:pet_clair:3327:22639827,22637080:pet_clair:3327:22637341,22637327:pet_clair:3327:22637600,22637670:pet_clair:3327:22637997,22639297:pet_clair:3327:22639890,22641849:pet_clair:3327:22642916,22642867:pet_clair:3327:22643281,22644513:pet_clair:3327:22646145,22644528:pet_clair:3327:22645411,22644531:pet_clair:3327:22644949,22645997:pet_clair:3327:22647117,22646002:pet_clair:3327:22646171,22646205:pet_clair:3327:22646443,22646698:pet_clair:3327:22646788,22661873:pet_clair:3327:22665258,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.035680100743502134, 'nb_photo': 653, 'list_port_cont': '22928295,22949099,22950234,22953913,22961558,22968184,22968656,22975661,22976286,22977382,22977878,22984013,22985538,23004390,23007017,23013809,23016131,23018787,23019305,23019553,23025193,23053418,23072782,23074691,23076166,23079907,23080491,23083121', 'assoc_port': '22927536:22928295,22948162:22949099,22949538:22950234,22953035:22953913,22960477:22961558,22967479:22968656,22967499:22968184,22974925:22976286,22974926:22975661,22976914:22977878,22976916:22977382,22982646:22985538,22982647:22984013,23003831:23007017,23003838:23004390,23012451:23013809,23015442:23016131,23018462:23019553,23018464:23019305,23018467:23018787,23024250:23025193,23052716:23053418,23071983:23072782,23073358:23074691,23075515:23076166,23079427:23080491,23079435:23079907,23082841:23083121', 'assoc_mat': '22927536:pet_clair:3594:22928295,22948162:pet_clair:3594:22949099,22949538:pet_clair:3594:22950234,22953035:pet_clair:3594:22953913,22960477:pet_clair:3594:22961558,22967479:pet_clair:3594:22968656,22967499:pet_clair:3594:22968184,22974925:pet_clair:3594:22976286,22974926:pet_clair:3594:22975661,22976914:pet_clair:3594:22977878,22976916:pet_clair:3594:22977382,22982646:pet_clair:3594:22985538,22982647:pet_clair:3594:22984013,23003831:pet_clair:3594:23007017,23003838:pet_clair:3594:23004390,23012451:pet_clair:3594:23013809,23015442:pet_clair:3594:23016131,23018462:pet_clair:3594:23019553,23018464:pet_clair:3594:23019305,23018467:pet_clair:3594:23018787,23024250:pet_clair:3594:23025193,23052716:pet_clair:3594:23053418,23071983:pet_clair:3594:23072782,23073358:pet_clair:3594:23074691,23075515:pet_clair:3594:23076166,23079427:pet_clair:3594:23080491,23079435:pet_clair:3594:23079907,23082841:pet_clair:3594:23083121'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.001036520282057133, 'nb_photo': 2, 'list_port_cont': '22712802,22714737', 'assoc_port': '22712698:22712802,22714439:22714737', 'assoc_mat': '22712698:pet_fonce:4200:22712802,22714439:pet_fonce:4200:22714737'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0010941549696598426, 'nb_photo': 1, 'list_port_cont': '22832969', 'assoc_port': '22832671:22832969', 'assoc_mat': '22832671:pet_fonce:4209:22832969'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00018049032517251516, 'nb_photo': 5, 'list_port_cont': '22637896,22646137,22712886,22823526,22859613', 'assoc_port': '22637675:22637896,22645996:22646137,22712696:22712886,22823124:22823526,22859468:22859613', 'assoc_mat': '22637675:pet_fonce:4211:22637896,22645996:pet_fonce:4211:22646137,22712696:pet_fonce:4211:22712886,22823124:pet_fonce:4211:22823526,22859468:pet_fonce:4211:22859613'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0058085958660800355, 'nb_photo': 8, 'list_port_cont': '22592625,22688623,22840247,22840683,22861863,22888287,22901071,23055183', 'assoc_port': '22591583:22592625,22687088:22688623,22838934:22840247,22840148:22840683,22861705:22861863,22876410:22888287,22889833:22901071,23052752:23055183', 'assoc_mat': '22591583:pet_fonce:3327:22592625,22687088:pet_fonce:3327:22688623,22838934:pet_fonce:3327:22840247,22840148:pet_fonce:3327:22840683,22861705:pet_fonce:3327:22861863,22876410:pet_fonce:3327:22888287,22889833:pet_fonce:3327:22901071,23052752:pet_fonce:3327:23055183'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.002160460539286607, 'nb_photo': 68, 'list_port_cont': '22928298,22949102,22950233,22953912,22968187,22968654,22975662,22976290,22977384,22984020,22985541,23007027,23013810,23016129,23018782,23019298,23025195,23053421,23072785,23074696,23076160,23079903,23080485,23083114', 'assoc_port': '22927536:22928298,22948162:22949102,22949538:22950233,22953035:22953912,22967479:22968654,22967499:22968187,22974925:22976290,22974926:22975662,22976916:22977384,22982646:22985541,22982647:22984020,23003831:23007027,23012451:23013810,23015442:23016129,23018464:23019298,23018467:23018782,23024250:23025195,23052716:23053421,23071983:23072785,23073358:23074696,23075515:23076160,23079427:23080485,23079435:23079903,23082841:23083114', 'assoc_mat': '22927536:pet_fonce:3594:22928298,22948162:pet_fonce:3594:22949102,22949538:pet_fonce:3594:22950233,22953035:pet_fonce:3594:22953912,22967479:pet_fonce:3594:22968654,22967499:pet_fonce:3594:22968187,22974925:pet_fonce:3594:22976290,22974926:pet_fonce:3594:22975662,22976916:pet_fonce:3594:22977384,22982646:pet_fonce:3594:22985541,22982647:pet_fonce:3594:22984020,23003831:pet_fonce:3594:23007027,23012451:pet_fonce:3594:23013810,23015442:pet_fonce:3594:23016129,23018464:pet_fonce:3594:23019298,23018467:pet_fonce:3594:23018782,23024250:pet_fonce:3594:23025195,23052716:pet_fonce:3594:23053421,23071983:pet_fonce:3594:23072785,23073358:pet_fonce:3594:23074696,23075515:pet_fonce:3594:23076160,23079427:pet_fonce:3594:23080485,23079435:pet_fonce:3594:23079903,23082841:pet_fonce:3594:23083114'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0027360403498067755, 'nb_photo': 3, 'list_port_cont': '22645196,22737389,22925834', 'assoc_port': '22643641:22645196,22727668:22737389,22917826:22925834', 'assoc_mat': '22643641:pet_opaque:4205:22645196,22727668:pet_opaque:4205:22737389,22917826:pet_opaque:4205:22925834'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0002596019162645037, 'nb_photo': 6, 'list_port_cont': '22671021,22738377,22862345,23008510,23054140', 'assoc_port': '22668747:22671021,22727698:22738377,22858837:22862345,23002549:23008510,23010992:23054140', 'assoc_mat': '22668747:pet_opaque:4203:22671021,22727698:pet_opaque:4203:22738377,22858837:pet_opaque:4203:22862345,23002549:pet_opaque:4203:23008510,23010992:pet_opaque:4203:23054140'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002206347002112523, 'nb_photo': 6, 'list_port_cont': '22761338,22777160,22820508,22879883,22920393,23088883', 'assoc_port': '22760878:22761338,22773717:22777160,22820052:22820508,22879238:22879883,22920081:22920393,23052742:23088883', 'assoc_mat': '22760878:pet_opaque:4207:22761338,22773717:pet_opaque:4207:22777160,22820052:pet_opaque:4207:22820508,22879238:pet_opaque:4207:22879883,22920081:pet_opaque:4207:22920393,23052742:pet_opaque:4207:23088883'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.003741691719632369, 'nb_photo': 13, 'list_port_cont': '22600149,22615429,22684134,22696633,22721113,22724476,22766482,22771645,22782747,22824305,22862102,22891688,23053928', 'assoc_port': '22599782:22600149,22614959:22615429,22683217:22684134,22696409:22696633,22720549:22721113,22723677:22724476,22766335:22766482,22771175:22771645,22782355:22782747,22817782:22824305,22861969:22862102,22891520:22891688,23052751:23053928', 'assoc_mat': '22599782:pet_opaque:4461:22600149,22614959:pet_opaque:4461:22615429,22683217:pet_opaque:4461:22684134,22696409:pet_opaque:4461:22696633,22720549:pet_opaque:4461:22721113,22723677:pet_opaque:4461:22724476,22766335:pet_opaque:4461:22766482,22771175:pet_opaque:4461:22771645,22782355:pet_opaque:4461:22782747,22817782:pet_opaque:4461:22824305,22861969:pet_opaque:4461:22862102,22891520:pet_opaque:4461:22891688,23052751:pet_opaque:4461:23053928'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0023155330028927436, 'nb_photo': 190, 'list_port_cont': '22596181,22604135,22609335,22612200,22613228,22620997,22630379,22630474,22630497,22637380,22637391,22637527,22639216,22642108,22644424,22645467,22646062,22646701,22647336,22663885,22667663,22676952,22677099,22677199,22685644,22686628,22695626,22695677,22696550,22699552,22711342,22712180,22714736,22720788,22731751,22734343,22737345,22739666,22743320,22744945,22757466,22765903,22766589,22774563,22779825,22782652,22786747,22794085,22817103,22823595,22831477,22839176,22839670,22839831,22841180,22842017,22847474,22847931,22851387,22858926,22862204,22862715,22863012,22863143,22863361,22865057,22865840,22865853,22865886,22865899,22878073,22882454,22888920,22893420,22908158,22909454,22917401,22917418,22918150,22919985,22920513,22923737,22924774,22926528,22927447,22936103,22967677,22976800,22977786,22980873,22986968,22987276,22987724,22997863,23066141,23090661,23091835,23093510', 'assoc_port': '22594877:22596181,22600724:22604135,22602545:22612200,22604276:22609335,22610907:22620997,22613021:22613228,22617412:22630474,22618985:22630497,22624048:22630379,22637077:22637391,22637083:22637527,22637332:22637380,22638529:22639216,22641850:22642108,22642868:22644424,22644529:22646701,22645330:22645467,22646001:22646062,22647191:22647336,22662912:22663885,22666514:22667663,22675367:22676952,22675368:22677099,22675371:22677199,22675372:22685644,22681463:22686628,22687091:22695626,22694868:22696550,22694885:22695677,22696946:22699552,22708747:22711342,22711988:22712180,22714439:22714736,22720546:22720788,22723659:22734343,22727658:22737345,22731555:22739666,22731557:22731751,22733592:22744945,22743063:22743320,22755522:22757466,22763326:22765903,22766326:22766589,22771176:22774563,22775280:22779825,22777728:22782652,22781200:22786747,22793931:22794085,22816846:22817103,22820053:22831477,22823153:22823595,22828630:22839670,22828631:22839831,22831633:22841180,22835474:22847931,22838962:22839176,22841695:2284201', 'assoc_mat': '22594877:pet_opaque:4200:22596181,22600724:pet_opaque:4200:22604135,22602545:pet_opaque:4200:22612200,22604276:pet_opaque:4200:22609335,22610907:pet_opaque:4200:22620997,22613021:pet_opaque:4200:22613228,22617412:pet_opaque:4200:22630474,22618985:pet_opaque:4200:22630497,22624048:pet_opaque:4200:22630379,22637077:pet_opaque:4200:22637391,22637083:pet_opaque:4200:22637527,22637332:pet_opaque:4200:22637380,22638529:pet_opaque:4200:22639216,22641850:pet_opaque:4200:22642108,22642868:pet_opaque:4200:22644424,22644529:pet_opaque:4200:22646701,22645330:pet_opaque:4200:22645467,22646001:pet_opaque:4200:22646062,22647191:pet_opaque:4200:22647336,22662912:pet_opaque:4200:22663885,22666514:pet_opaque:4200:22667663,22675367:pet_opaque:4200:22676952,22675368:pet_opaque:4200:22677099,22675371:pet_opaque:4200:22677199,22675372:pet_opaque:4200:22685644,22681463:pet_opaque:4200:22686628,22687091:pet_opaque:4200:22695626,22694868:pet_opaque:4200:22696550,22694885:pet_opaque:4200:22695677,22696946:pet_opaque:4200:22699552,2270'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0017190951069957854, 'nb_photo': 12, 'list_port_cont': '22645471,22663838,22683914,22781952,22792001,22823273,22831915,22832961,22863825,22880371', 'assoc_port': '22645329:22645471,22662913:22663838,22672699:22683914,22781197:22781952,22782354:22792001,22823127:22823273,22831634:22831915,22832671:22832961,22863667:22863825,22880119:22880371', 'assoc_mat': '22645329:pet_opaque:4209:22645471,22662913:pet_opaque:4209:22663838,22672699:pet_opaque:4209:22683914,22781197:pet_opaque:4209:22781952,22782354:pet_opaque:4209:22792001,22823127:pet_opaque:4209:22823273,22831634:pet_opaque:4209:22831915,22832671:pet_opaque:4209:22832961,22863667:pet_opaque:4209:22863825,22880119:pet_opaque:4209:22880371'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0003049131306941638, 'nb_photo': 137, 'list_port_cont': '22596104,22597256,22600167,22602881,22604696,22613606,22617921,22619611,22637225,22637544,22637886,22639730,22643266,22643857,22646128,22646319,22664726,22677111,22687538,22687860,22695469,22706890,22714705,22714757,22716157,22719975,22721100,22748167,22754155,22754209,22758669,22761619,22763732,22771936,22778221,22786473,22818591,22820552,22824450,22829502,22832259,22833293,22843015,22856851,22856882,22858762,22859604,22860801,22863062,22864498,22865030,22876864,22880517,22881977,22882507,22885515,22887670,22892050,22895878,22911750,22914570,22915519,22915989,22918135,22922775,22925340,22930347,22931811,22936371,22952125,22959701,22960974,22962819,22964781,22975382,22980132,22980601,22981056,23001292,23003159,23003353,23011089,23054234,23054293,23057124,23059565,23062867,23068271', 'assoc_port': '22594878:22596104,22596778:22597256,22599779:22600167,22602546:22602881,22604285:22604696,22613020:22613606,22617413:22617921,22618986:22619611,22637075:22637225,22637329:22637544,22637675:22637886,22639300:22639730,22642866:22643266,22643643:22643857,22645996:22646128,22646207:22646319,22662916:22664726,22676626:22677111,22687084:22687860,22687089:22687538,22694855:22695469,22706232:22706890,22714438:22714705,22714442:22714757,22715865:22716157,22719540:22719975,22720552:22721100,22740292:22748167,22753643:22754209,22753646:22754155,22755526:22763732,22757922:22758669,22760879:22761619,22771177:22771936,22777727:22778221,22785892:22786473,22817778:22818591,22817779:22824450,22820050:22820552,22828632:22829502,22831636:22832259,22832669:22833293,22835899:22843015,22856657:22856882,22856664:22856851,22858657:22858762,22859468:22859604,22860492:22860801,22862457:22864498,22862860:22863062,22862866:22865030,22876403:22876864,22876408:22881977,22880137:22880517,22882317:22882507,22885097:22885515,22886789:2288767', 'assoc_mat': '22594878:pet_opaque:4211:22596104,22596778:pet_opaque:4211:22597256,22599779:pet_opaque:4211:22600167,22602546:pet_opaque:4211:22602881,22604285:pet_opaque:4211:22604696,22613020:pet_opaque:4211:22613606,22617413:pet_opaque:4211:22617921,22618986:pet_opaque:4211:22619611,22637075:pet_opaque:4211:22637225,22637329:pet_opaque:4211:22637544,22637675:pet_opaque:4211:22637886,22639300:pet_opaque:4211:22639730,22642866:pet_opaque:4211:22643266,22643643:pet_opaque:4211:22643857,22645996:pet_opaque:4211:22646128,22646207:pet_opaque:4211:22646319,22662916:pet_opaque:4211:22664726,22676626:pet_opaque:4211:22677111,22687084:pet_opaque:4211:22687860,22687089:pet_opaque:4211:22687538,22694855:pet_opaque:4211:22695469,22706232:pet_opaque:4211:22706890,22714438:pet_opaque:4211:22714705,22714442:pet_opaque:4211:22714757,22715865:pet_opaque:4211:22716157,22719540:pet_opaque:4211:22719975,22720552:pet_opaque:4211:22721100,22740292:pet_opaque:4211:22748167,22753643:pet_opaque:4211:22754209,22753646:pet_opaque:4211:22754155,2275'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004939924169599413, 'nb_photo': 250, 'list_port_cont': '22602574,22610320,22620640,22637220,22637514,22641130,22644522,22645049,22646294,22675048,22689616,22696692,22700014,22700069,22700078,22743265,22746297,22754115,22765977,22779188,22782016,22791536,22818986,22823339,22823651,22828786,22836459,22840286,22842773,22856812,22856827,22858867,22860603,22862077,22863291,22915445,22936136,22988154,23014330,23017974,23022457,23022664,23023062,23025787,23032417,23032622,23034509,23037270,23038163,23038682,23040874,23043742,23053162,23053485,23061053,23074396,23075852,23088257,23089426,23091952,23091991,23093967,23094107,23094968', 'assoc_port': '22602547:22602574,22609803:22610320,22617409:22620640,22637078:22637220,22637330:22637514,22640871:22641130,22642865:22644522,22644526:22645049,22646208:22646294,22668749:22675048,22681466:22700069,22681469:22700078,22683209:22700014,22688512:22689616,22696408:22696692,22723675:22746297,22743072:22743265,22753644:22754115,22765037:22765977,22773715:22791536,22777704:22779188,22781198:22782016,22817780:22818986,22823123:22823651,22823128:22823339,22828659:22842773,22828661:22828786,22835900:22836459,22840149:22840286,22856656:22856827,22856659:22856812,22858842:22858867,22860493:22860603,22861967:22862077,22863286:22863291,22873139:23014330,22876411:23061053,22880134:23017974,22886792:23075852,22891519:23022457,22893518:23022664,22893523:23023062,22894328:23025787,22915439:22915445,22916870:23032417,22920083:23032622,22935792:22936136,22948165:23034509,22955733:23037270,22958945:23038163,22967472:23038682,22974921:23040874,22979633:22988154,23003826:23043742,23010986:23053162,23010995:23053485,23012442:2308942', 'assoc_mat': '22602547:plastique:3726:22602574,22609803:plastique:3726:22610320,22617409:plastique:3726:22620640,22637078:plastique:3726:22637220,22637330:plastique:3726:22637514,22640871:plastique:3726:22641130,22642865:plastique:3726:22644522,22644526:plastique:3726:22645049,22646208:plastique:3726:22646294,22668749:plastique:3726:22675048,22681466:plastique:3726:22700069,22681469:plastique:3726:22700078,22683209:plastique:3726:22700014,22688512:plastique:3726:22689616,22696408:plastique:3726:22696692,22723675:plastique:3726:22746297,22743072:plastique:3726:22743265,22753644:plastique:3726:22754115,22765037:plastique:3726:22765977,22773715:plastique:3726:22791536,22777704:plastique:3726:22779188,22781198:plastique:3726:22782016,22817780:plastique:3726:22818986,22823123:plastique:3726:22823651,22823128:plastique:3726:22823339,22828659:plastique:3726:22842773,22828661:plastique:3726:22828786,22835900:plastique:3726:22836459,22840149:plastique:3726:22840286,22856656:plastique:3726:22856827,22856659:plastique:3726:22856812,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010270701132578013, 'nb_photo': 853, 'list_port_cont': '22602585,22610325,22620633,22637213,22637517,22641132,22644525,22645044,22646287,22675053,22687476,22689622,22696683,22700023,22700070,22700077,22743268,22746286,22754123,22765976,22778655,22779181,22782018,22791537,22817950,22818988,22823335,22823655,22828781,22836455,22840291,22842778,22856815,22856830,22858865,22860612,22862079,22863297,22915452,22936135,22988155,23014328,23017971,23022466,23022670,23023067,23025784,23032410,23032625,23032713,23034503,23037272,23038168,23038671,23040863,23043745,23053161,23053484,23074390,23075855,23088263,23089425,23091949,23091990,23093965,23094108,23094972', 'assoc_port': '22602547:22602585,22609803:22610325,22617409:22620633,22637078:22637213,22637330:22637517,22640871:22641132,22642865:22644525,22644526:22645044,22646208:22646287,22668749:22675053,22681466:22700070,22681469:22700077,22683209:22700023,22687083:22687476,22688512:22689622,22696408:22696683,22723675:22746286,22743072:22743268,22753644:22754123,22765037:22765976,22773715:22791537,22777704:22779181,22777726:22778655,22781198:22782018,22813689:22817950,22817780:22818988,22823123:22823655,22823128:22823335,22828659:22842778,22828661:22828781,22835900:22836455,22840149:22840291,22856656:22856830,22856659:22856815,22858842:22858865,22860493:22860612,22861967:22862079,22863286:22863297,22873139:23014328,22880134:23017971,22886792:23075855,22891519:23022466,22893518:23022670,22893523:23023067,22894328:23025784,22915439:22915452,22916870:23032410,22920083:23032625,22920087:23032713,22935792:22936135,22948165:23034503,22955733:23037272,22958945:23038168,22967472:23038671,22974921:23040863,22979633:22988155,23003826:2304374', 'assoc_mat': '22602547:Teint_Dans_La_Masse:3726:22602585,22609803:Teint_Dans_La_Masse:3726:22610325,22617409:Teint_Dans_La_Masse:3726:22620633,22637078:Teint_Dans_La_Masse:3726:22637213,22637330:Teint_Dans_La_Masse:3726:22637517,22640871:Teint_Dans_La_Masse:3726:22641132,22642865:Teint_Dans_La_Masse:3726:22644525,22644526:Teint_Dans_La_Masse:3726:22645044,22646208:Teint_Dans_La_Masse:3726:22646287,22668749:Teint_Dans_La_Masse:3726:22675053,22681466:Teint_Dans_La_Masse:3726:22700070,22681469:Teint_Dans_La_Masse:3726:22700077,22683209:Teint_Dans_La_Masse:3726:22700023,22687083:Teint_Dans_La_Masse:3726:22687476,22688512:Teint_Dans_La_Masse:3726:22689622,22696408:Teint_Dans_La_Masse:3726:22696683,22723675:Teint_Dans_La_Masse:3726:22746286,22743072:Teint_Dans_La_Masse:3726:22743268,22753644:Teint_Dans_La_Masse:3726:22754123,22765037:Teint_Dans_La_Masse:3726:22765976,22773715:Teint_Dans_La_Masse:3726:22791537,22777704:Teint_Dans_La_Masse:3726:22779181,22777726:Teint_Dans_La_Masse:3726:22778655,22781198:Teint_Dans_La_Masse:3726:2'}) select count(distinct mtr_photo_id) from MTRUser.mtr_portfolio_photos where mtr_portfolio_id in (select mtr_portfolio_id from MTRPhoto.dashboard_results where dashboard_run_id in(1773642,1778537,1781229,1780906,1785453,1789374,1793790,1797583,1802002,1804621,1804339,1808169,1811961,1815859,1820014,1823488,1824220)); after get_hostname_from_raspi hasthag : aluminium hasthag that could be used but not yet : _______metal,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______aluminium' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-05-01' and date <= '2025-05-31') GROUP BY month order by month; hasthag : pet_clair hasthag that could be used but not yet : _______pet_clair,bouchon,etiquette,barquette_avec_film,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______pet_clair' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-05-01' and date <= '2025-05-31') GROUP BY month order by month; hasthag : film_pedb hasthag that could be used but not yet : _______film_plastique SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______film_pedb' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-05-01' and date <= '2025-05-31') GROUP BY month order by month; hasthag : emr hasthag that could be used but not yet : _______carton,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______emr' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-05-01' and date <= '2025-05-31') 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=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-05-01' and date <= '2025-05-31') GROUP BY month order by month; hasthag : gm hasthag that could be used but not yet : _______papier,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______gm' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-05-01' and date <= '2025-05-31') GROUP BY month order by month; hasthag : flux_dev hasthag that could be used but not yet : _______pet_fonce,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______flux_dev' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-05-01' and date <= '2025-05-31') GROUP BY month order by month; hasthag : ela hasthag that could be used but not yet : _______ela,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______ela' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-05-01' and date <= '2025-05-31') GROUP BY month order by month; hasthag : jrm hasthag that could be used but not yet : _______papier,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______jrm' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-05-01' and date <= '2025-05-31') GROUP BY month order by month; hasthag : refus hasthag that could be used but not yet : _______refus,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______refus' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-05-01' and date <= '2025-05-31') GROUP BY month order by month; after impurety_average_per_hashtag {'number_of_analysed_photos': ((24202,),), 'unwanted_material_monthly_percentage': ((0.10168837728570303,),), 'material_repartition': (('pet_clair', 4824), ('pehd_pp', 3601), ('film_pedb', 3387), ('emr', 3368), ('flux_dev', 2844), ('jrm', 2026), ('gm', 1966), ('ela', 1012), ('aluminium', 528), ('refus', 347)), 'material_dict': {'pet_clair': 4824, 'pehd_pp': 3601, 'film_pedb': 3387, 'emr': 3368, 'flux_dev': 2844, 'jrm': 2026, 'gm': 1966, 'autres': 1887}, 'coverage_data': (('2025/05/17/', 1.0), ('2025/05/16/', 1.0), ('2025/05/15/', 1.0), ('2025/05/14/', 1.0), ('2025/05/13/', 1.0), ('2025/05/12/', 1.0), ('2025/05/10/', 1.0), ('2025/05/09/', 1.0), ('2025/05/08/', 1.0), ('2025/05/07/', 1.0), ('2025/05/06/', 1.0), ('2025/05/05/', 1.0), ('2025/05/03/', 1.0), ('2025/05/02/', 1.0), ('2025/05/01/', 1.0)), 'impurety_average_data': ((datetime.date(2025, 5, 2), 0.11134649869334168, 2090), (datetime.date(2025, 5, 3), 0.09574904269877986, 1864), (datetime.date(2025, 5, 5), 0.08662591979106524, 2074), (datetime.date(2025, 5, 6), 0.10269681048585598, 1987), (datetime.date(2025, 5, 7), 0.10947915419037994, 2079), (datetime.date(2025, 5, 9), 0.0927019836449761, 2002), (datetime.date(2025, 5, 10), 0.10516968341317169, 1739), (datetime.date(2025, 5, 12), 0.09645400624309022, 2078), (datetime.date(2025, 5, 13), 0.09416810404732522, 2108), (datetime.date(2025, 5, 14), 0.1050188427782763, 2216), (datetime.date(2025, 5, 15), 0.08286337962104146, 1962), (datetime.date(2025, 5, 16), 0.08454510556822044, 1704)), 'impurety_average_data_per_hashtag': {'aluminium': ((datetime.date(2025, 5, 2), 0.06166568038288706, 43), (datetime.date(2025, 5, 3), 0.07317693245734719, 41), (datetime.date(2025, 5, 5), 0.0675641147318819, 56), (datetime.date(2025, 5, 6), 0.07229274103911701, 38), (datetime.date(2025, 5, 7), 0.060693739868597836, 57), (datetime.date(2025, 5, 9), 0.08413995508404187, 27), (datetime.date(2025, 5, 10), 0.05833617251089009, 41), (datetime.date(2025, 5, 12), 0.07198793044726556, 59), (datetime.date(2025, 5, 13), 0.06459087269889664, 37), (datetime.date(2025, 5, 14), 0.07066448636148517, 44), (datetime.date(2025, 5, 15), 0.06924792481115224, 33), (datetime.date(2025, 5, 16), 0.057380622272401975, 52)), 'pet_clair': ((datetime.date(2025, 5, 2), 0.008668829335686514, 458), (datetime.date(2025, 5, 3), 0.009009860553941729, 405), (datetime.date(2025, 5, 5), 0.013621883445584362, 396), (datetime.date(2025, 5, 6), 0.018816964206027343, 426), (datetime.date(2025, 5, 7), 0.01362252414801047, 423), (datetime.date(2025, 5, 9), 0.022318503719044078, 373), (datetime.date(2025, 5, 10), 0.020874255019416706, 317), (datetime.date(2025, 5, 12), 0.037505641885955544, 409), (datetime.date(2025, 5, 13), 0.008985115547683628, 473), (datetime.date(2025, 5, 14), 0.01475750229062718, 424), (datetime.date(2025, 5, 15), 0.021286895916875267, 395), (datetime.date(2025, 5, 16), 0.02227450390254184, 325)), 'film_pedb': ((datetime.date(2025, 5, 2), 0.21735684207477596, 324), (datetime.date(2025, 5, 3), 0.23248980060519642, 240), (datetime.date(2025, 5, 5), 0.21312484850237604, 303), (datetime.date(2025, 5, 6), 0.21981255266442243, 258), (datetime.date(2025, 5, 7), 0.24377688846861603, 280), (datetime.date(2025, 5, 9), 0.2033064647897635, 297), (datetime.date(2025, 5, 10), 0.19894219966074927, 258), (datetime.date(2025, 5, 12), 0.17924611020780232, 323), (datetime.date(2025, 5, 13), 0.2564986731524786, 262), (datetime.date(2025, 5, 14), 0.30050058061496665, 324), (datetime.date(2025, 5, 15), 0.3082673730930364, 265), (datetime.date(2025, 5, 16), 0.3187879250445614, 253)), 'emr': ((datetime.date(2025, 5, 2), 0.050956414403252555, 195), (datetime.date(2025, 5, 3), 0.053363691538861495, 235), (datetime.date(2025, 5, 5), 0.04976168086088134, 269), (datetime.date(2025, 5, 6), 0.04798272065703584, 297), (datetime.date(2025, 5, 7), 0.05335492811122207, 298), (datetime.date(2025, 5, 9), 0.05090831540117501, 296), (datetime.date(2025, 5, 10), 0.05065331774048905, 205), (datetime.date(2025, 5, 12), 0.04702400228758427, 283), (datetime.date(2025, 5, 13), 0.0473421092824519, 328), (datetime.date(2025, 5, 14), 0.048132470113769456, 388), (datetime.date(2025, 5, 15), 0.05161452948100092, 317), (datetime.date(2025, 5, 16), 0.049774650267029825, 257)), 'pehd_pp': ((datetime.date(2025, 5, 2), 0.06304399742353783, 326), (datetime.date(2025, 5, 3), 0.062423276566519935, 290), (datetime.date(2025, 5, 5), 0.06108836316292236, 297), (datetime.date(2025, 5, 6), 0.06137950666169105, 315), (datetime.date(2025, 5, 7), 0.06813148585729231, 274), (datetime.date(2025, 5, 9), 0.07101233617247046, 311), (datetime.date(2025, 5, 10), 0.06642405759151493, 254), (datetime.date(2025, 5, 12), 0.06237053593833139, 290), (datetime.date(2025, 5, 13), 0.07228821071764854, 358), (datetime.date(2025, 5, 14), 0.06434425055476334, 326), (datetime.date(2025, 5, 15), 0.050272217937444325, 314), (datetime.date(2025, 5, 16), 0.04370886141117264, 246)), 'gm': ((datetime.date(2025, 5, 2), 0.08380846380171071, 256), (datetime.date(2025, 5, 3), 0.0887871472854517, 198), (datetime.date(2025, 5, 5), 0.07182605535665383, 251), (datetime.date(2025, 5, 6), 0.05528570260049746, 182), (datetime.date(2025, 5, 7), 0.05684814029973424, 187), (datetime.date(2025, 5, 9), 0.07343883911406408, 192), (datetime.date(2025, 5, 10), 0.03890396394713287, 186), (datetime.date(2025, 5, 12), 0.06387220369889779, 189), (datetime.date(2025, 5, 13), 0.06322755310241097, 78), (datetime.date(2025, 5, 14), 0.025280769565143624, 50), (datetime.date(2025, 5, 15), 0.04442509082282289, 109), (datetime.date(2025, 5, 16), 0.06309769222090889, 88)), 'flux_dev': ((datetime.date(2025, 5, 2), 0.35017985716409195, 277), (datetime.date(2025, 5, 3), 0.36726615039010213, 227), (datetime.date(2025, 5, 5), 0.31843248198004126, 242), (datetime.date(2025, 5, 6), 0.3388740272491922, 298), (datetime.date(2025, 5, 7), 0.3905131226429536, 310), (datetime.date(2025, 5, 9), 0.3697556925741995, 228), (datetime.date(2025, 5, 10), 0.39328837046200527, 241), (datetime.date(2025, 5, 12), 0.34913663568322945, 230), (datetime.date(2025, 5, 13), 0.3982525216422822, 270), (datetime.date(2025, 5, 14), 0.36736799516032176, 243), (datetime.date(2025, 5, 15), 0.140151858330982, 163), (datetime.date(2025, 5, 16), 0.0888930911836056, 115)), 'ela': ((datetime.date(2025, 5, 2), 0.025775300546437792, 95), (datetime.date(2025, 5, 3), 0.03177797358397626, 59), (datetime.date(2025, 5, 5), 0.03003858138220052, 55), (datetime.date(2025, 5, 6), 0.03245567617012713, 88), (datetime.date(2025, 5, 7), 0.029863676282996514, 56), (datetime.date(2025, 5, 9), 0.026231843434530486, 101), (datetime.date(2025, 5, 10), 0.02121085167151029, 94), (datetime.date(2025, 5, 12), 0.023687947752531812, 59), (datetime.date(2025, 5, 13), 0.02826878419448363, 137), (datetime.date(2025, 5, 14), 0.039128518970505295, 93), (datetime.date(2025, 5, 15), 0.038951990723542065, 82), (datetime.date(2025, 5, 16), 0.03637175797140618, 93)), 'jrm': ((datetime.date(2025, 5, 2), 0.029232072863852186, 116), (datetime.date(2025, 5, 3), 0.034130165119262236, 169), (datetime.date(2025, 5, 5), 0.026350676902457695, 205), (datetime.date(2025, 5, 6), 0.041783295168335836, 85), (datetime.date(2025, 5, 7), 0.026398107490509897, 194), (datetime.date(2025, 5, 9), 0.028018436834882966, 177), (datetime.date(2025, 5, 10), 0.0311134978010693, 143), (datetime.date(2025, 5, 12), 0.049535455836450824, 236), (datetime.date(2025, 5, 13), 0.02963678716462085, 143), (datetime.date(2025, 5, 14), 0.02976891323082525, 199), (datetime.date(2025, 5, 15), 0.030244010889807056, 181), (datetime.date(2025, 5, 16), 0.028230245881721967, 178)), 'refus': ((datetime.date(2025, 5, 13), 0.13485222230990465, 22), (datetime.date(2025, 5, 14), 0.1551263049201163, 125), (datetime.date(2025, 5, 15), 0.14510756213001327, 103), (datetime.date(2025, 5, 16), 0.14135993264186664, 97))}, 'quality_array': [['-5.156814923051551', '02052025'], ['-5.194682390954027', '03052025'], ['-5.155442834094802', '05052025'], ['-5.163588038692264', '06052025'], ['-5.168547670436151', '07052025'], ['-5.1567878937184215', '09052025'], ['-5.128143647659536', '10052025'], ['-5.162672462440655', '12052025'], ['-5.4979434227986665', '13052025'], ['-6.028939472971618', '14052025'], ['-6.084933864258209', '15052025'], ['-5.911445629141633', '16052025']], 'number_of_batch': ((1291,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0041729084325357905, 'nb_photo': 426, 'list_port_cont': '22592626,22594930,22600783,22601566,22602966,22605077,22607300,22610540,22612821,22614568,22616488,22618171,22622118,22628985,22629253,22638008,22639829,22639880,22642912,22643283,22644962,22645414,22646154,22646168,22646444,22647109,22664931,22665260,22670974,22676632,22676781,22686171,22688616,22689692,22695645,22701198,22710394,22711913,22712296,22714461,22716567,22716655,22720735,22721542,22725012,22731564,22732974,22735500,22741278,22764373,22765231,22770708,22772548,22782396,22783543,22791666,22791999,22821245,22823557,22830571,22832782,22833543,22838454,22840243,22840675,22846197,22852371,22856904,22858851,22858944,22861852,22862247,22865915,22877108,22882923,22883772,22886527,22888288,22889665,22896318,22898279,22901061,22909347,22915361,22915924,22916137,22917774,22925572,22926567,22927918,22929979,22930593,22936394,22936544,22938922,22942821,22945221,22956547,22969792,22975694,22978968,22978983,22981020,22981723,22987865,22988218,22994049,22994874,23002081,23009889,23013188,23055181,23055303,2305548', 'assoc_port': '22591583:22592626,22593608:22594930,22596779:22607300,22599781:22600783,22600763:22601566,22602548:22602966,22604279:22605077,22609800:22612821,22609829:22610540,22613018:22628985,22613022:22614568,22614960:22616488,22617414:22618171,22621388:22622118,22628388:22629253,22637076:22639829,22637670:22638008,22639297:22639880,22641849:22642912,22642867:22643283,22644513:22646154,22644528:22645414,22644531:22644962,22645997:22647109,22646002:22646168,22646205:22646444,22661873:22665260,22662915:22664931,22669904:22670974,22673667:22676632,22675370:22676781,22683212:22686171,22687088:22688616,22688510:22689692,22694884:22695645,22700429:22701198,22708744:22711913,22708746:22710394,22711987:22712296,22713822:22714461,22715863:22716655,22715866:22716567,22719541:22720735,22720551:22725012,22720556:22721542,22729016:22731564,22731513:22732974,22733591:22735500,22740290:22741278,22763325:22764373,22763328:22765231,22769206:22770708,22771178:22772548,22781196:22791999,22781199:22782396,22782382:22783543,22787160:2279166', 'assoc_mat': '22591583:autre:3327:22592626,22593608:autre:3327:22594930,22596779:autre:3327:22607300,22599781:autre:3327:22600783,22600763:autre:3327:22601566,22602548:autre:3327:22602966,22604279:autre:3327:22605077,22609800:autre:3327:22612821,22609829:autre:3327:22610540,22613018:autre:3327:22628985,22613022:autre:3327:22614568,22614960:autre:3327:22616488,22617414:autre:3327:22618171,22621388:autre:3327:22622118,22628388:autre:3327:22629253,22637076:autre:3327:22639829,22637670:autre:3327:22638008,22639297:autre:3327:22639880,22641849:autre:3327:22642912,22642867:autre:3327:22643283,22644513:autre:3327:22646154,22644528:autre:3327:22645414,22644531:autre:3327:22644962,22645997:autre:3327:22647109,22646002:autre:3327:22646168,22646205:autre:3327:22646444,22661873:autre:3327:22665260,22662915:autre:3327:22664931,22669904:autre:3327:22670974,22673667:autre:3327:22676632,22675370:autre:3327:22676781,22683212:autre:3327:22686171,22687088:autre:3327:22688616,22688510:autre:3327:22689692,22694884:autre:3327:22695645,22700429:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.001777776872926796, 'nb_photo': 83, 'list_port_cont': '22928297,22949096,22950235,22953906,22961556,22968185,22976291,22977386,22977879,22984016,23004393,23007026,23013812,23016126,23018786,23019302,23019559,23025197,23072787,23074697,23076157,23079904,23080488,23083119', 'assoc_port': '22927536:22928297,22948162:22949096,22949538:22950235,22953035:22953906,22960477:22961556,22967499:22968185,22974925:22976291,22976914:22977879,22976916:22977386,22982647:22984016,23003831:23007026,23003838:23004393,23012451:23013812,23015442:23016126,23018462:23019559,23018464:23019302,23018467:23018786,23024250:23025197,23071983:23072787,23073358:23074697,23075515:23076157,23079427:23080488,23079435:23079904,23082841:23083119', 'assoc_mat': '22927536:autre:3594:22928297,22948162:autre:3594:22949096,22949538:autre:3594:22950235,22953035:autre:3594:22953906,22960477:autre:3594:22961556,22967499:autre:3594:22968185,22974925:autre:3594:22976291,22976914:autre:3594:22977879,22976916:autre:3594:22977386,22982647:autre:3594:22984016,23003831:autre:3594:23007026,23003838:autre:3594:23004393,23012451:autre:3594:23013812,23015442:autre:3594:23016126,23018462:autre:3594:23019559,23018464:autre:3594:23019302,23018467:autre:3594:23018786,23024250:autre:3594:23025197,23071983:autre:3594:23072787,23073358:autre:3594:23074697,23075515:autre:3594:23076157,23079427:autre:3594:23080488,23079435:autre:3594:23079904,23082841:autre:3594:23083119'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011103998745935557, 'nb_photo': 349, 'list_port_cont': '22602580,22610317,22620638,22637223,22637513,22641127,22644517,22645042,22646297,22675050,22687478,22689623,22696688,22700018,22700061,22700082,22743267,22746295,22754113,22765969,22778651,22779187,22782011,22791530,22817951,22818990,22823338,22823650,22828777,22836462,22840289,22842772,22856811,22856822,22858864,22860611,22862084,22863289,22915443,22936134,22988153,23014331,23017975,23022460,23022675,23023069,23025785,23032409,23032617,23034508,23037277,23038171,23038680,23040873,23043743,23053164,23053488,23074394,23075846,23088253,23091954,23091999,23093961,23094110,23094963', 'assoc_port': '22602547:22602580,22609803:22610317,22617409:22620638,22637078:22637223,22637330:22637513,22640871:22641127,22642865:22644517,22644526:22645042,22646208:22646297,22668749:22675050,22681466:22700061,22681469:22700082,22683209:22700018,22687083:22687478,22688512:22689623,22696408:22696688,22723675:22746295,22743072:22743267,22753644:22754113,22765037:22765969,22773715:22791530,22777704:22779187,22777726:22778651,22781198:22782011,22813689:22817951,22817780:22818990,22823123:22823650,22823128:22823338,22828659:22842772,22828661:22828777,22835900:22836462,22840149:22840289,22856656:22856822,22856659:22856811,22858842:22858864,22860493:22860611,22861967:22862084,22863286:22863289,22873139:23014331,22880134:23017975,22886792:23075846,22891519:23022460,22893518:23022675,22893523:23023069,22894328:23025785,22915439:22915443,22916870:23032409,22920083:23032617,22935792:22936134,22948165:23034508,22955733:23037277,22958945:23038171,22967472:23038680,22974921:23040873,22979633:22988153,23003826:23043743,23010986:2305316', 'assoc_mat': '22602547:autre_refus:3726:22602580,22609803:autre_refus:3726:22610317,22617409:autre_refus:3726:22620638,22637078:autre_refus:3726:22637223,22637330:autre_refus:3726:22637513,22640871:autre_refus:3726:22641127,22642865:autre_refus:3726:22644517,22644526:autre_refus:3726:22645042,22646208:autre_refus:3726:22646297,22668749:autre_refus:3726:22675050,22681466:autre_refus:3726:22700061,22681469:autre_refus:3726:22700082,22683209:autre_refus:3726:22700018,22687083:autre_refus:3726:22687478,22688512:autre_refus:3726:22689623,22696408:autre_refus:3726:22696688,22723675:autre_refus:3726:22746295,22743072:autre_refus:3726:22743267,22753644:autre_refus:3726:22754113,22765037:autre_refus:3726:22765969,22773715:autre_refus:3726:22791530,22777704:autre_refus:3726:22779187,22777726:autre_refus:3726:22778651,22781198:autre_refus:3726:22782011,22813689:autre_refus:3726:22817951,22817780:autre_refus:3726:22818990,22823123:autre_refus:3726:22823650,22823128:autre_refus:3726:22823338,22828659:autre_refus:3726:22842772,22828661:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.011283723966980203, 'nb_photo': 42, 'list_port_cont': '22647107,22714462,22720730,22758747,22764380,22816527,22823548,22833535,22838451,22856916,22882927,22886536,22888283,22896323,22898283,22901068,22916141,22936539,22970483,22975698,23055299,23059722,23065662,23095002', 'assoc_port': '22645997:22647107,22713822:22714462,22719541:22720730,22757919:22758747,22763325:22764380,22814869:22816527,22823156:22823548,22832670:22833535,22835897:22838451,22856660:22856916,22876410:22888283,22881746:22882927,22882937:22886536,22889833:22901068,22893525:22896323,22895714:22898283,22915799:22916141,22927531:22936539,22960475:22970483,22963268:22975698,23012454:23055299,23015439:23059722,23019438:23065662,23079397:23095002', 'assoc_mat': '22645997:barquette_avec_film:3327:22647107,22713822:barquette_avec_film:3327:22714462,22719541:barquette_avec_film:3327:22720730,22757919:barquette_avec_film:3327:22758747,22763325:barquette_avec_film:3327:22764380,22814869:barquette_avec_film:3327:22816527,22823156:barquette_avec_film:3327:22823548,22832670:barquette_avec_film:3327:22833535,22835897:barquette_avec_film:3327:22838451,22856660:barquette_avec_film:3327:22856916,22876410:barquette_avec_film:3327:22888283,22881746:barquette_avec_film:3327:22882927,22882937:barquette_avec_film:3327:22886536,22889833:barquette_avec_film:3327:22901068,22893525:barquette_avec_film:3327:22896323,22895714:barquette_avec_film:3327:22898283,22915799:barquette_avec_film:3327:22916141,22927531:barquette_avec_film:3327:22936539,22960475:barquette_avec_film:3327:22970483,22963268:barquette_avec_film:3327:22975698,23012454:barquette_avec_film:3327:23055299,23015439:barquette_avec_film:3327:23059722,23019438:barquette_avec_film:3327:23065662,23079397:barquette_avec_film:3327:2'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0014608533988624828, 'nb_photo': 18, 'list_port_cont': '22637869,22637960,22645191,22667710,22675221,22698565,22722806,22777254,22794055,22863025,22863342,22876489,22987665,23091293', 'assoc_port': '22637672:22637960,22637674:22637869,22643641:22645191,22666515:22667710,22673669:22675221,22693033:22698565,22719525:22722806,22773713:22777254,22793928:22794055,22857008:22863342,22862865:22863025,22874442:22876489,22980691:22987665,23064326:23091293', 'assoc_mat': '22637672:barquette_opaque:4205:22637960,22637674:barquette_opaque:4205:22637869,22643641:barquette_opaque:4205:22645191,22666515:barquette_opaque:4205:22667710,22673669:barquette_opaque:4205:22675221,22693033:barquette_opaque:4205:22698565,22719525:barquette_opaque:4205:22722806,22773713:barquette_opaque:4205:22777254,22793928:barquette_opaque:4205:22794055,22857008:barquette_opaque:4205:22863342,22862865:barquette_opaque:4205:22863025,22874442:barquette_opaque:4205:22876489,22980691:barquette_opaque:4205:22987665,23064326:barquette_opaque:4205:23091293'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0012263774559999469, 'nb_photo': 165, 'list_port_cont': '22630375,22634251,22636609,22644203,22645964,22671022,22687242,22707909,22720094,22738385,22763441,22784793,22816588,22847712,22854607,22862338,22864772,22865870,22880845,22889056,22912923,22929719,22937919,22945504,22979030,22988183,22990615,23008519,23011424,23054141,23072323,23089682,23095165', 'assoc_port': '22604273:22636609,22609799:22634251,22624047:22630375,22640872:22644203,22645327:22645964,22668747:22671022,22683214:22687242,22706231:22707909,22715864:22720094,22727698:22738385,22760876:22763441,22775279:22784793,22814866:22816588,22835896:22854607,22835901:22847712,22858837:22862338,22861704:22864772,22863669:22865870,22879241:22880845,22885096:22889056,22909912:22912923,22916871:22945504,22924991:22929719,22934516:22937919,22963267:22990615,22967496:22979030,22979636:22988183,23002549:23008519,23010992:23054141,23010994:23011424,23056326:23089682,23071977:23072323,23080635:23095165', 'assoc_mat': '22604273:barquette_opaque:4203:22636609,22609799:barquette_opaque:4203:22634251,22624047:barquette_opaque:4203:22630375,22640872:barquette_opaque:4203:22644203,22645327:barquette_opaque:4203:22645964,22668747:barquette_opaque:4203:22671022,22683214:barquette_opaque:4203:22687242,22706231:barquette_opaque:4203:22707909,22715864:barquette_opaque:4203:22720094,22727698:barquette_opaque:4203:22738385,22760876:barquette_opaque:4203:22763441,22775279:barquette_opaque:4203:22784793,22814866:barquette_opaque:4203:22816588,22835896:barquette_opaque:4203:22854607,22835901:barquette_opaque:4203:22847712,22858837:barquette_opaque:4203:22862338,22861704:barquette_opaque:4203:22864772,22863669:barquette_opaque:4203:22865870,22879241:barquette_opaque:4203:22880845,22885096:barquette_opaque:4203:22889056,22909912:barquette_opaque:4203:22912923,22916871:barquette_opaque:4203:22945504,22924991:barquette_opaque:4203:22929719,22934516:barquette_opaque:4203:22937919,22963267:barquette_opaque:4203:22990615,22967496:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0016170210561572086, 'nb_photo': 48, 'list_port_cont': '22594068,22600130,22611292,22613362,22639379,22642303,22663962,22670063,22672799,22674111,22674356,22687785,22695665,22709330,22715786,22721060,22732036,22733467,22733529,22753977,22758440,22829357,22839685,22856795,22857876,22864580,22874921,22879884,22880250,22885462,22915931,22925595,22944936,22961103,22989613,23050136,23051137,23067024,23088922,23094135,23094959', 'assoc_port': '22593610:22594068,22599780:22600130,22610902:22611292,22613019:22613362,22639302:22639379,22641847:22642303,22662911:22663962,22669905:22670063,22672698:22672799,22673666:22674356,22673668:22674111,22687087:22687785,22693003:22695665,22708748:22709330,22713828:22715786,22720554:22721060,22731509:22733467,22731510:22733529,22731514:22732036,22753640:22753977,22757921:22758440,22828660:22829357,22838933:22839685,22856662:22856795,22857555:22857876,22864375:22864580,22874458:22874921,22879238:22879884,22880135:22880250,22885093:22885462,22915797:22915931,22924965:22925595,22944722:22944936,22960499:22961103,22970362:22989613,23003836:23051137,23006134:23050136,23019445:23067024,23052748:23088922,23075516:23094135,23079430:23094959', 'assoc_mat': '22593610:barquette_opaque:4207:22594068,22599780:barquette_opaque:4207:22600130,22610902:barquette_opaque:4207:22611292,22613019:barquette_opaque:4207:22613362,22639302:barquette_opaque:4207:22639379,22641847:barquette_opaque:4207:22642303,22662911:barquette_opaque:4207:22663962,22669905:barquette_opaque:4207:22670063,22672698:barquette_opaque:4207:22672799,22673666:barquette_opaque:4207:22674356,22673668:barquette_opaque:4207:22674111,22687087:barquette_opaque:4207:22687785,22693003:barquette_opaque:4207:22695665,22708748:barquette_opaque:4207:22709330,22713828:barquette_opaque:4207:22715786,22720554:barquette_opaque:4207:22721060,22731509:barquette_opaque:4207:22733467,22731510:barquette_opaque:4207:22733529,22731514:barquette_opaque:4207:22732036,22753640:barquette_opaque:4207:22753977,22757921:barquette_opaque:4207:22758440,22828660:barquette_opaque:4207:22829357,22838933:barquette_opaque:4207:22839685,22856662:barquette_opaque:4207:22856795,22857555:barquette_opaque:4207:22857876,22864375:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.013239533605963213, 'nb_photo': 10, 'list_port_cont': '22607814,22696629,22844342,22901525,22922720,22997472', 'assoc_port': '22607579:22607814,22696409:22696629,22843810:22844342,22901195:22901525,22922381:22922720,22997191:22997472', 'assoc_mat': '22607579:barquette_opaque:4461:22607814,22696409:barquette_opaque:4461:22696629,22843810:barquette_opaque:4461:22844342,22901195:barquette_opaque:4461:22901525,22922381:barquette_opaque:4461:22922720,22997191:barquette_opaque:4461:22997472'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.045904755296513895, 'nb_photo': 460, 'list_port_cont': '22596179,22604130,22609336,22613218,22621000,22627388,22630383,22630480,22630494,22637537,22639220,22644336,22644429,22645458,22646067,22646715,22647322,22648097,22663887,22667657,22676962,22677092,22677194,22684094,22685647,22686627,22695618,22695674,22699558,22711334,22712183,22712806,22713171,22714734,22720785,22725031,22731745,22734356,22737338,22739675,22741201,22743322,22744952,22755903,22757464,22759666,22765898,22766595,22774551,22779839,22782093,22782658,22786753,22789447,22791847,22794090,22817110,22823188,22823591,22824754,22831501,22839679,22839836,22841172,22842009,22847464,22847924,22851384,22856027,22858935,22862205,22863009,22863135,22863363,22864922,22865059,22865833,22865850,22865891,22865911,22877974,22878084,22878467,22882460,22883500,22888919,22893426,22894526,22896387,22897420,22908151,22909447,22914744,22917403,22917416,22918156,22919996,22920502,22923740,22924777,22926530,22927449,22927853,22928792,22929111,22929910,22936096,22936648,22950811,22963608,22967688,22967938,22974681,2297679', 'assoc_port': '22594877:22596179,22600724:22604130,22604276:22609336,22610907:22621000,22613021:22613218,22614937:22627388,22617412:22630480,22618985:22630494,22624048:22630383,22637083:22637537,22638529:22639220,22642864:22644336,22642868:22644429,22644529:22646715,22645330:22645458,22646001:22646067,22647187:22648097,22647191:22647322,22662912:22663887,22666514:22667657,22669908:22684094,22675367:22676962,22675368:22677092,22675371:22677194,22675372:22685647,22681463:22686627,22687091:22695618,22694885:22695674,22696946:22699558,22708747:22711334,22711988:22712183,22712694:22713171,22712698:22712806,22714439:22714734,22720546:22720785,22720550:22725031,22723659:22734356,22727658:22737338,22731555:22739675,22731557:22731745,22733592:22744952,22740289:22741201,22743063:22743322,22753642:22755903,22755522:22757464,22757920:22759666,22763326:22765898,22766326:22766595,22771176:22774551,22775280:22779839,22777709:22782093,22777728:22782658,22781200:22786753,22782353:22791847,22785919:22789447,22793931:22794090,22816846:2281711', 'assoc_mat': '22594877:barquette_opaque:4200:22596179,22600724:barquette_opaque:4200:22604130,22604276:barquette_opaque:4200:22609336,22610907:barquette_opaque:4200:22621000,22613021:barquette_opaque:4200:22613218,22614937:barquette_opaque:4200:22627388,22617412:barquette_opaque:4200:22630480,22618985:barquette_opaque:4200:22630494,22624048:barquette_opaque:4200:22630383,22637083:barquette_opaque:4200:22637537,22638529:barquette_opaque:4200:22639220,22642864:barquette_opaque:4200:22644336,22642868:barquette_opaque:4200:22644429,22644529:barquette_opaque:4200:22646715,22645330:barquette_opaque:4200:22645458,22646001:barquette_opaque:4200:22646067,22647187:barquette_opaque:4200:22648097,22647191:barquette_opaque:4200:22647322,22662912:barquette_opaque:4200:22663887,22666514:barquette_opaque:4200:22667657,22669908:barquette_opaque:4200:22684094,22675367:barquette_opaque:4200:22676962,22675368:barquette_opaque:4200:22677092,22675371:barquette_opaque:4200:22677194,22675372:barquette_opaque:4200:22685647,22681463:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0033175354299474808, 'nb_photo': 68, 'list_port_cont': '22595964,22607904,22611814,22617928,22629298,22637356,22637774,22639569,22643911,22645677,22647250,22662565,22663844,22672901,22682303,22682414,22696671,22714697,22719941,22724317,22730610,22754076,22761240,22781939,22792013,22814113,22817092,22823267,22832958,22835682,22856836,22858905,22862015,22863302,22876747,22880369,22890380,22893626,22896678,22914449,22918040,22922673,23003105,23013082,23059249,23065553', 'assoc_port': '22594876:22595964,22607578:22607904,22610905:22611814,22617415:22617928,22618983:22629298,22637331:22637356,22637677:22637774,22639299:22639569,22643642:22643911,22645325:22645677,22647186:22647250,22661878:22662565,22662913:22663844,22672696:22672901,22681465:22682414,22681467:22682303,22696406:22696671,22714441:22714697,22719539:22719941,22723676:22724317,22729019:22730610,22753645:22754076,22760875:22761240,22781197:22781939,22782354:22792013,22813690:22814113,22816847:22817092,22823127:22823267,22832671:22832958,22835473:22835682,22856661:22856836,22858841:22858905,22861972:22862015,22863282:22863302,22876406:22876747,22880119:22880369,22889832:22890380,22893521:22893626,22896424:22896678,22913782:22914449,22917827:22918040,22922388:22922673,23002556:23003105,23012445:23013082,23056321:23065553,23058885:23059249', 'assoc_mat': '22594876:barquette_opaque:4209:22595964,22607578:barquette_opaque:4209:22607904,22610905:barquette_opaque:4209:22611814,22617415:barquette_opaque:4209:22617928,22618983:barquette_opaque:4209:22629298,22637331:barquette_opaque:4209:22637356,22637677:barquette_opaque:4209:22637774,22639299:barquette_opaque:4209:22639569,22643642:barquette_opaque:4209:22643911,22645325:barquette_opaque:4209:22645677,22647186:barquette_opaque:4209:22647250,22661878:barquette_opaque:4209:22662565,22662913:barquette_opaque:4209:22663844,22672696:barquette_opaque:4209:22672901,22681465:barquette_opaque:4209:22682414,22681467:barquette_opaque:4209:22682303,22696406:barquette_opaque:4209:22696671,22714441:barquette_opaque:4209:22714697,22719539:barquette_opaque:4209:22719941,22723676:barquette_opaque:4209:22724317,22729019:barquette_opaque:4209:22730610,22753645:barquette_opaque:4209:22754076,22760875:barquette_opaque:4209:22761240,22781197:barquette_opaque:4209:22781939,22782354:barquette_opaque:4209:22792013,22813690:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.017868927277997704, 'nb_photo': 4890, 'list_port_cont': '22594161,22596089,22597263,22600183,22601223,22602880,22603306,22604567,22604692,22607886,22611752,22613607,22615581,22617919,22619624,22621913,22637227,22637546,22637892,22638911,22639732,22641084,22642199,22642354,22643270,22643865,22644814,22646138,22646326,22646770,22664733,22669209,22670570,22672993,22674159,22677103,22687534,22687853,22695483,22695615,22696704,22700570,22706887,22712145,22712897,22714119,22714707,22714756,22716170,22719979,22721095,22721219,22728537,22730029,22732155,22743585,22748164,22754161,22754203,22758675,22761615,22763719,22765749,22771943,22778227,22786466,22816101,22818593,22820562,22823243,22823538,22824455,22829510,22832004,22832265,22833305,22841005,22842124,22843006,22845818,22856862,22856869,22857917,22858761,22859612,22860795,22863061,22863867,22864510,22864563,22865038,22876872,22880529,22881978,22882014,22882514,22883160,22885516,22887656,22887841,22892045,22895827,22895863,22910360,22911753,22914566,22915525,22915992,22916071,22918134,22920490,22922771,22925350,2293035', 'assoc_port': '22593607:22594161,22594878:22596089,22596778:22597263,22599779:22600183,22600725:22601223,22602546:22602880,22603047:22603306,22604281:22604567,22604285:22604692,22607577:22607886,22610904:22611752,22613020:22613607,22614941:22615581,22617413:22617919,22618986:22619624,22621389:22621913,22637075:22637227,22637329:22637546,22637675:22637892,22638530:22638911,22639300:22639732,22640875:22641084,22641844:22642199,22641848:22642354,22642866:22643270,22643643:22643865,22644532:22644814,22645996:22646138,22646207:22646326,22646699:22646770,22662916:22664733,22668748:22669209,22669906:22670570,22672697:22672993,22673671:22674159,22676626:22677103,22687084:22687853,22687089:22687534,22694854:22695615,22694855:22695483,22694881:22700570,22696405:22696704,22706232:22706887,22711985:22712145,22712696:22712897,22713825:22714119,22714438:22714707,22714442:22714756,22715865:22716170,22719540:22719979,22720545:22721219,22720552:22721095,22727659:22728537,22729021:22730029,22731512:22732155,22740292:22748164,22743077:2274358', 'assoc_mat': '22593607:barquette_opaque:4211:22594161,22594878:barquette_opaque:4211:22596089,22596778:barquette_opaque:4211:22597263,22599779:barquette_opaque:4211:22600183,22600725:barquette_opaque:4211:22601223,22602546:barquette_opaque:4211:22602880,22603047:barquette_opaque:4211:22603306,22604281:barquette_opaque:4211:22604567,22604285:barquette_opaque:4211:22604692,22607577:barquette_opaque:4211:22607886,22610904:barquette_opaque:4211:22611752,22613020:barquette_opaque:4211:22613607,22614941:barquette_opaque:4211:22615581,22617413:barquette_opaque:4211:22617919,22618986:barquette_opaque:4211:22619624,22621389:barquette_opaque:4211:22621913,22637075:barquette_opaque:4211:22637227,22637329:barquette_opaque:4211:22637546,22637675:barquette_opaque:4211:22637892,22638530:barquette_opaque:4211:22638911,22639300:barquette_opaque:4211:22639732,22640875:barquette_opaque:4211:22641084,22641844:barquette_opaque:4211:22642199,22641848:barquette_opaque:4211:22642354,22642866:barquette_opaque:4211:22643270,22643643:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00039787528680509764, 'nb_photo': 89, 'list_port_cont': '22594934,22601570,22605076,22607303,22610545,22612829,22618164,22637343,22638002,22639838,22639882,22646447,22664940,22676631,22686164,22696748,22710396,22714470,22721538,22725018,22732973,22764377,22765223,22770712,22776168,22791665,22791986,22816534,22823559,22830567,22832785,22833534,22838449,22840237,22842722,22852372,22861865,22863116,22882924,22886532,22888282,22889656,22896328,22901062,22915553,22915919,22916143,22917767,22925576,22927916,22929969,22930589,22936492,22942820,22969799,22970732,22981024,23056529,23059726,23059742,23065660,23078455,23089950,23094209,23094999', 'assoc_port': '22593608:22594934,22596779:22607303,22600763:22601570,22604279:22605076,22609800:22612829,22609829:22610545,22617414:22618164,22637076:22639838,22637080:22637343,22637670:22638002,22639297:22639882,22646205:22646447,22662915:22664940,22673667:22676631,22683212:22686164,22696404:22696748,22708746:22710396,22713822:22714470,22720551:22725018,22720556:22721538,22731513:22732973,22763325:22764377,22763328:22765223,22769206:22770712,22775278:22776168,22781196:22791986,22787160:22791665,22814869:22816534,22823156:22823559,22828628:22830567,22831632:22832785,22832670:22833534,22835472:22852372,22835897:22838449,22838934:22840237,22841696:22842722,22861705:22861865,22862863:22863116,22876410:22888282,22881746:22882924,22882937:22886532,22885089:22889656,22889833:22901062,22893525:22896328,22909909:22915553,22911178:22915919,22915418:22917767,22915799:22916143,22920082:22925576,22924964:22929969,22927534:22927916,22929815:22930589,22931346:22942820,22935793:22936492,22953033:22969799,22955748:22970732,22970365:2298102', 'assoc_mat': '22593608:bouchon:3327:22594934,22596779:bouchon:3327:22607303,22600763:bouchon:3327:22601570,22604279:bouchon:3327:22605076,22609800:bouchon:3327:22612829,22609829:bouchon:3327:22610545,22617414:bouchon:3327:22618164,22637076:bouchon:3327:22639838,22637080:bouchon:3327:22637343,22637670:bouchon:3327:22638002,22639297:bouchon:3327:22639882,22646205:bouchon:3327:22646447,22662915:bouchon:3327:22664940,22673667:bouchon:3327:22676631,22683212:bouchon:3327:22686164,22696404:bouchon:3327:22696748,22708746:bouchon:3327:22710396,22713822:bouchon:3327:22714470,22720551:bouchon:3327:22725018,22720556:bouchon:3327:22721538,22731513:bouchon:3327:22732973,22763325:bouchon:3327:22764377,22763328:bouchon:3327:22765223,22769206:bouchon:3327:22770712,22775278:bouchon:3327:22776168,22781196:bouchon:3327:22791986,22787160:bouchon:3327:22791665,22814869:bouchon:3327:22816534,22823156:bouchon:3327:22823559,22828628:bouchon:3327:22830567,22831632:bouchon:3327:22832785,22832670:bouchon:3327:22833534,22835472:bouchon:3327:22852372,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.016014816109794595, 'nb_photo': 370, 'list_port_cont': '22592615,22602571,22627270,22637870,22637967,22645193,22667704,22675215,22681765,22698562,22718092,22722804,22737392,22757398,22777251,22782111,22794056,22845280,22856065,22859425,22863031,22863338,22876491,22883465,22897227,22900217,22925839,22942116,22951830,22978004,22987659,23005060,23012216,23063944,23075710,23088192,23090504,23091287', 'assoc_port': '22591582:22592615,22602549:22602571,22614943:22627270,22637672:22637967,22637674:22637870,22643641:22645193,22666515:22667704,22673669:22675215,22676627:22681765,22693033:22698562,22713819:22718092,22719525:22722804,22727668:22737392,22755525:22757398,22773713:22777251,22777724:22782111,22793928:22794056,22828627:22856065,22835476:22845280,22856658:22859425,22857008:22863338,22862865:22863031,22874442:22876491,22882318:22883465,22895713:22897227,22896423:22900217,22917826:22925839,22931348:22942116,22951589:22951830,22967489:22978004,22980691:22987659,22998438:23005060,23006133:23012216,23019441:23063944,23052721:23088192,23062405:23090504,23064326:23091287,23075518:23075710', 'assoc_mat': '22591582:carton:4205:22592615,22602549:carton:4205:22602571,22614943:carton:4205:22627270,22637672:carton:4205:22637967,22637674:carton:4205:22637870,22643641:carton:4205:22645193,22666515:carton:4205:22667704,22673669:carton:4205:22675215,22676627:carton:4205:22681765,22693033:carton:4205:22698562,22713819:carton:4205:22718092,22719525:carton:4205:22722804,22727668:carton:4205:22737392,22755525:carton:4205:22757398,22773713:carton:4205:22777251,22777724:carton:4205:22782111,22793928:carton:4205:22794056,22828627:carton:4205:22856065,22835476:carton:4205:22845280,22856658:carton:4205:22859425,22857008:carton:4205:22863338,22862865:carton:4205:22863031,22874442:carton:4205:22876491,22882318:carton:4205:22883465,22895713:carton:4205:22897227,22896423:carton:4205:22900217,22917826:carton:4205:22925839,22931348:carton:4205:22942116,22951589:carton:4205:22951830,22967489:carton:4205:22978004,22980691:carton:4205:22987659,22998438:carton:4205:23005060,23006133:carton:4205:23012216,23019441:carton:4205:23063944,2305'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.008278919045619983, 'nb_photo': 653, 'list_port_cont': '22630371,22634256,22636620,22644202,22645969,22671014,22687247,22707906,22720093,22738375,22763442,22784786,22816580,22847719,22854611,22862342,22864778,22865868,22880849,22889057,22912917,22929721,22937918,22945503,22979042,22988180,22990616,23008505,23011433,23054147,23072337,23089687,23094182,23095175', 'assoc_port': '22604273:22636620,22609799:22634256,22624047:22630371,22640872:22644202,22645327:22645969,22668747:22671014,22683214:22687247,22706231:22707906,22715864:22720093,22727698:22738375,22760876:22763442,22775279:22784786,22814866:22816580,22835896:22854611,22835901:22847719,22858837:22862342,22861704:22864778,22863669:22865868,22879241:22880849,22885096:22889057,22909912:22912917,22916871:22945503,22924991:22929721,22934516:22937918,22963267:22990616,22967496:22979042,22979636:22988180,23002549:23008505,23010992:23054147,23010994:23011433,23024263:23094182,23056326:23089687,23071977:23072337,23080635:23095175', 'assoc_mat': '22604273:carton:4203:22636620,22609799:carton:4203:22634256,22624047:carton:4203:22630371,22640872:carton:4203:22644202,22645327:carton:4203:22645969,22668747:carton:4203:22671014,22683214:carton:4203:22687247,22706231:carton:4203:22707906,22715864:carton:4203:22720093,22727698:carton:4203:22738375,22760876:carton:4203:22763442,22775279:carton:4203:22784786,22814866:carton:4203:22816580,22835896:carton:4203:22854611,22835901:carton:4203:22847719,22858837:carton:4203:22862342,22861704:carton:4203:22864778,22863669:carton:4203:22865868,22879241:carton:4203:22880849,22885096:carton:4203:22889057,22909912:carton:4203:22912917,22916871:carton:4203:22945503,22924991:carton:4203:22929721,22934516:carton:4203:22937918,22963267:carton:4203:22990616,22967496:carton:4203:22979042,22979636:carton:4203:22988180,23002549:carton:4203:23008505,23010992:carton:4203:23054147,23010994:carton:4203:23011433,23024263:carton:4203:23094182,23056326:carton:4203:23089687,23071977:carton:4203:23072337,23080635:carton:4203:23095175'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.950187656946778, 'nb_photo': 3504, 'list_port_cont': '22594079,22594342,22594397,22596895,22597312,22600124,22600329,22600920,22603202,22607761,22610267,22611298,22613348,22615155,22617802,22628714,22628999,22637196,22637252,22637757,22639374,22639709,22641090,22642312,22643841,22644664,22644850,22644860,22644977,22645631,22646046,22646096,22647244,22647392,22661925,22663969,22666872,22670072,22672802,22674112,22674362,22675644,22676819,22686223,22687286,22687788,22695411,22695668,22696608,22709337,22711032,22712040,22712721,22713246,22714565,22715782,22721048,22721292,22721891,22721992,22728588,22728634,22732035,22732522,22733461,22733528,22733989,22738168,22753886,22753985,22756022,22758458,22761344,22763909,22765546,22766562,22770063,22775454,22775662,22775973,22777148,22781536,22786360,22790689,22794065,22814239,22816960,22817992,22818296,22820506,22823377,22823482,22829370,22829562,22833055,22833359,22839349,22839633,22839688,22840468,22841950,22842213,22856791,22857864,22858743,22859526,22859658,22861797,22861845,22862052,22862188,22862227,22862997,2286332', 'assoc_port': '22593605:22594342,22593606:22594397,22593610:22594079,22596777:22597312,22596780:22596895,22599778:22600329,22599780:22600124,22600753:22600920,22603049:22603202,22607575:22607761,22609801:22610267,22610902:22611298,22613019:22613348,22614940:22615155,22617411:22617802,22628391:22628999,22628395:22628714,22637079:22637252,22637082:22637196,22637676:22637757,22639298:22639709,22639302:22639374,22640874:22641090,22641847:22642312,22643639:22643841,22644527:22644977,22644530:22644860,22644534:22644850,22644535:22644664,22645328:22645631,22645998:22646096,22645999:22646046,22647189:22647392,22647190:22647244,22661877:22661925,22662911:22663969,22666517:22666872,22669905:22670072,22672698:22672802,22673666:22674362,22673668:22674112,22675369:22675644,22676625:22676819,22681470:22686223,22687087:22687788,22687093:22687286,22693003:22695668,22694883:22695411,22696407:22696608,22708745:22711032,22708748:22709337,22711984:22712040,22712695:22712721,22713014:22713246,22713828:22715782,22714440:22714565,22720547:2272189', 'assoc_mat': '22593605:carton:4207:22594342,22593606:carton:4207:22594397,22593610:carton:4207:22594079,22596777:carton:4207:22597312,22596780:carton:4207:22596895,22599778:carton:4207:22600329,22599780:carton:4207:22600124,22600753:carton:4207:22600920,22603049:carton:4207:22603202,22607575:carton:4207:22607761,22609801:carton:4207:22610267,22610902:carton:4207:22611298,22613019:carton:4207:22613348,22614940:carton:4207:22615155,22617411:carton:4207:22617802,22628391:carton:4207:22628999,22628395:carton:4207:22628714,22637079:carton:4207:22637252,22637082:carton:4207:22637196,22637676:carton:4207:22637757,22639298:carton:4207:22639709,22639302:carton:4207:22639374,22640874:carton:4207:22641090,22641847:carton:4207:22642312,22643639:carton:4207:22643841,22644527:carton:4207:22644977,22644530:carton:4207:22644860,22644534:carton:4207:22644850,22644535:carton:4207:22644664,22645328:carton:4207:22645631,22645998:carton:4207:22646096,22645999:carton:4207:22646046,22647189:carton:4207:22647392,22647190:carton:4207:22647244,2266'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.017466290313869565, 'nb_photo': 2634, 'list_port_cont': '22591952,22595984,22600140,22604818,22604886,22607821,22610131,22611407,22615427,22621165,22621797,22637449,22638870,22639672,22642314,22643810,22644724,22645645,22646081,22647274,22664447,22666826,22670626,22674129,22677061,22684133,22687446,22693430,22696623,22697912,22712860,22714072,22717922,22720966,22721123,22724470,22732106,22749521,22756100,22761286,22766468,22771655,22778068,22781430,22782749,22786390,22787665,22811894,22816031,22824307,22828945,22832082,22833096,22839477,22840476,22844328,22844565,22856730,22858873,22859534,22860736,22862094,22862682,22864516,22874896,22876593,22879632,22881585,22881860,22882474,22891915,22893668,22894128,22894695,22901517,22914483,22915948,22917098,22919320,22922730,22925385,22927868,22931853,22935153,22948696,22952028,22953629,22959655,22963809,22968125,22972753,22973120,22975284,22980820,22997457,22998864,23003166,23003303,23006505,23012927,23013099,23020314,23026161,23049523,23053925,23057076,23059431,23068190,23072416,23079963,23080138,23081170', 'assoc_port': '22591584:22591952,22594879:22595984,22599782:22600140,22603048:22610131,22604271:22604886,22604283:22604818,22607579:22607821,22610906:22611407,22614959:22615427,22618984:22621165,22621387:22621797,22637328:22637449,22638528:22638870,22639301:22639672,22641846:22642314,22643640:22643810,22644533:22644724,22645326:22645645,22646000:22646081,22647188:22647274,22662910:22664447,22666516:22666826,22669907:22670626,22673670:22674129,22676624:22677061,22683217:22684133,22687090:22687446,22693018:22693430,22696409:22696623,22696947:22697912,22712697:22712860,22713831:22714072,22714437:22717922,22720549:22721123,22720555:22720966,22723677:22724470,22731556:22732106,22743102:22749521,22755524:22756100,22760877:22761286,22765036:22781430,22766335:22766468,22771175:22771655,22777722:22778068,22782355:22782749,22785891:22786390,22787164:22787665,22811660:22811894,22814868:22816031,22817782:22824307,22828657:22828945,22831635:22832082,22832675:22833096,22838937:22839477,22840147:22840476,22843809:22844565,22843810:2284432', 'assoc_mat': '22591584:carton:4461:22591952,22594879:carton:4461:22595984,22599782:carton:4461:22600140,22603048:carton:4461:22610131,22604271:carton:4461:22604886,22604283:carton:4461:22604818,22607579:carton:4461:22607821,22610906:carton:4461:22611407,22614959:carton:4461:22615427,22618984:carton:4461:22621165,22621387:carton:4461:22621797,22637328:carton:4461:22637449,22638528:carton:4461:22638870,22639301:carton:4461:22639672,22641846:carton:4461:22642314,22643640:carton:4461:22643810,22644533:carton:4461:22644724,22645326:carton:4461:22645645,22646000:carton:4461:22646081,22647188:carton:4461:22647274,22662910:carton:4461:22664447,22666516:carton:4461:22666826,22669907:carton:4461:22670626,22673670:carton:4461:22674129,22676624:carton:4461:22677061,22683217:carton:4461:22684133,22687090:carton:4461:22687446,22693018:carton:4461:22693430,22696409:carton:4461:22696623,22696947:carton:4461:22697912,22712697:carton:4461:22712860,22713831:carton:4461:22714072,22714437:carton:4461:22717922,22720549:carton:4461:22721123,2272'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.028318503464847673, 'nb_photo': 2357, 'list_port_cont': '22596185,22604128,22609339,22612198,22613226,22620989,22627383,22630384,22630481,22630503,22637374,22637406,22637536,22639219,22642118,22643586,22644341,22644421,22645455,22646057,22646713,22647324,22648101,22663884,22664082,22667650,22676951,22677086,22677201,22684100,22685643,22686639,22695619,22695673,22696545,22699555,22711337,22712173,22712801,22713169,22714738,22720784,22725032,22731760,22734352,22737335,22739672,22741196,22743323,22744947,22755890,22757459,22759672,22765906,22766594,22774562,22779827,22782102,22782657,22786746,22789441,22791835,22794087,22817112,22823194,22823592,22824757,22831499,22839175,22839666,22839835,22841173,22842008,22847470,22847921,22851392,22856028,22858928,22862200,22862707,22863019,22863136,22863360,22864914,22865048,22865842,22865847,22865887,22865900,22877978,22878076,22878471,22882466,22883505,22888925,22893424,22894528,22896389,22897429,22908161,22909452,22914745,22917392,22917417,22918154,22919993,22920511,22923744,22924765,22926536,22927440,22927859,22928783,2292912', 'assoc_port': '22594877:22596185,22600724:22604128,22602545:22612198,22604276:22609339,22610907:22620989,22613021:22613226,22614937:22627383,22617412:22630481,22618985:22630503,22624048:22630384,22637077:22637406,22637083:22637536,22637332:22637374,22638529:22639219,22641845:22643586,22641850:22642118,22642864:22644341,22642868:22644421,22644529:22646713,22645330:22645455,22646001:22646057,22647187:22648101,22647191:22647324,22662912:22663884,22662914:22664082,22666514:22667650,22669908:22684100,22675367:22676951,22675368:22677086,22675371:22677201,22675372:22685643,22681463:22686639,22687091:22695619,22694868:22696545,22694885:22695673,22696946:22699555,22708747:22711337,22711988:22712173,22712694:22713169,22712698:22712801,22714439:22714738,22720546:22720784,22720550:22725032,22723659:22734352,22727658:22737335,22731555:22739672,22731557:22731760,22733592:22744947,22740289:22741196,22743063:22743323,22753642:22755890,22755522:22757459,22757920:22759672,22763326:22765906,22766326:22766594,22771176:22774562,22775280:2277982', 'assoc_mat': '22594877:carton:4200:22596185,22600724:carton:4200:22604128,22602545:carton:4200:22612198,22604276:carton:4200:22609339,22610907:carton:4200:22620989,22613021:carton:4200:22613226,22614937:carton:4200:22627383,22617412:carton:4200:22630481,22618985:carton:4200:22630503,22624048:carton:4200:22630384,22637077:carton:4200:22637406,22637083:carton:4200:22637536,22637332:carton:4200:22637374,22638529:carton:4200:22639219,22641845:carton:4200:22643586,22641850:carton:4200:22642118,22642864:carton:4200:22644341,22642868:carton:4200:22644421,22644529:carton:4200:22646713,22645330:carton:4200:22645455,22646001:carton:4200:22646057,22647187:carton:4200:22648101,22647191:carton:4200:22647324,22662912:carton:4200:22663884,22662914:carton:4200:22664082,22666514:carton:4200:22667650,22669908:carton:4200:22684100,22675367:carton:4200:22676951,22675368:carton:4200:22677086,22675371:carton:4200:22677201,22675372:carton:4200:22685643,22681463:carton:4200:22686639,22687091:carton:4200:22695619,22694868:carton:4200:22696545,2269'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.037341755542972595, 'nb_photo': 1775, 'list_port_cont': '22593859,22595976,22601216,22603320,22604585,22607907,22610163,22611633,22611812,22611932,22615321,22617540,22617840,22617925,22624759,22625112,22628732,22629304,22637164,22637358,22637786,22639583,22641116,22643912,22645481,22645687,22646305,22647253,22662568,22662652,22663840,22672893,22675656,22681965,22682302,22682424,22683910,22684013,22687395,22687948,22695350,22696669,22697390,22706786,22707797,22712028,22713266,22714702,22719939,22724302,22730482,22730601,22754074,22761239,22766458,22774536,22781945,22786284,22787603,22792003,22814101,22817100,22823281,22828868,22831921,22832960,22835672,22835680,22839389,22856703,22856848,22858907,22861818,22862016,22862132,22862659,22863056,22863306,22863819,22876742,22880355,22883131,22887366,22887479,22889807,22890023,22890387,22891759,22893627,22896668,22914454,22918029,22922666,22926865,22953220,22960655,22968104,23003106,23003981,23011781,23013071,23018686,23053619,23056805,23059260,23064853,23065558,23079734', 'assoc_port': '22593609:22593859,22594876:22595976,22600723:22601216,22603046:22603320,22604278:22604585,22607576:22617540,22607578:22607907,22609802:22610163,22610903:22611932,22610905:22611812,22610908:22611633,22614938:22615321,22614939:22625112,22617410:22617840,22617415:22617925,22618983:22629304,22624049:22624759,22628393:22628732,22637081:22637164,22637331:22637358,22637677:22637786,22639299:22639583,22640873:22641116,22643642:22643912,22645325:22645687,22645329:22645481,22646206:22646305,22647186:22647253,22661875:22662652,22661878:22662568,22662913:22663840,22672696:22672893,22672699:22683910,22675373:22675656,22681465:22682424,22681467:22682302,22681471:22681965,22683204:22684013,22687085:22687948,22687092:22687395,22694882:22695350,22696406:22696669,22696945:22697390,22706230:22706786,22707489:22707797,22711986:22712028,22713013:22713266,22714441:22714702,22719539:22719939,22723676:22724302,22729019:22730601,22729023:22730482,22753645:22754074,22760875:22761239,22766334:22766458,22773720:22774536,22781197:2278194', 'assoc_mat': '22593609:carton:4209:22593859,22594876:carton:4209:22595976,22600723:carton:4209:22601216,22603046:carton:4209:22603320,22604278:carton:4209:22604585,22607576:carton:4209:22617540,22607578:carton:4209:22607907,22609802:carton:4209:22610163,22610903:carton:4209:22611932,22610905:carton:4209:22611812,22610908:carton:4209:22611633,22614938:carton:4209:22615321,22614939:carton:4209:22625112,22617410:carton:4209:22617840,22617415:carton:4209:22617925,22618983:carton:4209:22629304,22624049:carton:4209:22624759,22628393:carton:4209:22628732,22637081:carton:4209:22637164,22637331:carton:4209:22637358,22637677:carton:4209:22637786,22639299:carton:4209:22639583,22640873:carton:4209:22641116,22643642:carton:4209:22643912,22645325:carton:4209:22645687,22645329:carton:4209:22645481,22646206:carton:4209:22646305,22647186:carton:4209:22647253,22661875:carton:4209:22662652,22661878:carton:4209:22662568,22662913:carton:4209:22663840,22672696:carton:4209:22672893,22672699:carton:4209:22683910,22675373:carton:4209:22675656,2268'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.012684955698130503, 'nb_photo': 12938, 'list_port_cont': '22594163,22596092,22597265,22600172,22601225,22602888,22603312,22604583,22604700,22607889,22611736,22613600,22615573,22617908,22619627,22621918,22637232,22637552,22637884,22638896,22639718,22641076,22642198,22642360,22643261,22643854,22644812,22646127,22646318,22646759,22664723,22669206,22670580,22672982,22674164,22677106,22687524,22687856,22695472,22695603,22696703,22700574,22706893,22712135,22712894,22714106,22714708,22714765,22716169,22719970,22721105,22721220,22728551,22730023,22732161,22743592,22748186,22754154,22754205,22758679,22761608,22763722,22765739,22771941,22778223,22786463,22816114,22818594,22820559,22823251,22823525,22824456,22829498,22832012,22832264,22833291,22840994,22842115,22843007,22845820,22856855,22856876,22857923,22858756,22859599,22860794,22863058,22863864,22864502,22864552,22865033,22876858,22880528,22881984,22882017,22882512,22883171,22885521,22887661,22887836,22892040,22895826,22895867,22910371,22911744,22914571,22915515,22915991,22916063,22918123,22920491,22922782,22925349,2293034', 'assoc_port': '22593607:22594163,22594878:22596092,22596778:22597265,22599779:22600172,22600725:22601225,22602546:22602888,22603047:22603312,22604281:22604583,22604285:22604700,22607577:22607889,22610904:22611736,22613020:22613600,22614941:22615573,22617413:22617908,22618986:22619627,22621389:22621918,22637075:22637232,22637329:22637552,22637675:22637884,22638530:22638896,22639300:22639718,22640875:22641076,22641844:22642198,22641848:22642360,22642866:22643261,22643643:22643854,22644532:22644812,22645996:22646127,22646207:22646318,22646699:22646759,22662916:22664723,22668748:22669206,22669906:22670580,22672697:22672982,22673671:22674164,22676626:22677106,22687084:22687856,22687089:22687524,22694854:22695603,22694855:22695472,22694881:22700574,22696405:22696703,22706232:22706893,22711985:22712135,22712696:22712894,22713825:22714106,22714438:22714708,22714442:22714765,22715865:22716169,22719540:22719970,22720545:22721220,22720552:22721105,22727659:22728551,22729021:22730023,22731512:22732161,22740292:22748186,22743077:2274359', 'assoc_mat': '22593607:carton:4211:22594163,22594878:carton:4211:22596092,22596778:carton:4211:22597265,22599779:carton:4211:22600172,22600725:carton:4211:22601225,22602546:carton:4211:22602888,22603047:carton:4211:22603312,22604281:carton:4211:22604583,22604285:carton:4211:22604700,22607577:carton:4211:22607889,22610904:carton:4211:22611736,22613020:carton:4211:22613600,22614941:carton:4211:22615573,22617413:carton:4211:22617908,22618986:carton:4211:22619627,22621389:carton:4211:22621918,22637075:carton:4211:22637232,22637329:carton:4211:22637552,22637675:carton:4211:22637884,22638530:carton:4211:22638896,22639300:carton:4211:22639718,22640875:carton:4211:22641076,22641844:carton:4211:22642198,22641848:carton:4211:22642360,22642866:carton:4211:22643261,22643643:carton:4211:22643854,22644532:carton:4211:22644812,22645996:carton:4211:22646127,22646207:carton:4211:22646318,22646699:carton:4211:22646759,22662916:carton:4211:22664723,22668748:carton:4211:22669206,22669906:carton:4211:22670580,22672697:carton:4211:22672982,2267'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00980023422868778, 'nb_photo': 184, 'list_port_cont': '22600785,22601565,22610546,22618158,22622113,22628987,22629258,22643291,22644952,22645406,22646155,22646166,22646440,22647112,22670980,22676775,22689689,22707686,22712292,22714460,22716569,22716652,22721541,22725020,22732977,22741275,22754535,22770710,22772545,22776171,22791664,22794795,22821247,22823551,22833538,22840239,22852369,22861861,22862826,22863128,22882929,22883771,22886529,22888278,22889654,22896330,22897007,22898274,22901065,22909354,22915364,22925568,22926570,22927926,22930602,22936389,22936490,22936535,22938921,22945218,22956552,22969804,22975701,22978965,22981027,22986012,22987862,22988215,22994045,22994876,23002083,23009891,23055178,23055306,23055484,23056533,23059060,23059714,23059751,23063181,23065666,23066042,23075751,23078449,23078481,23094208,23095049,23095226', 'assoc_port': '22599781:22600785,22600763:22601565,22609829:22610546,22613018:22628987,22617414:22618158,22621388:22622113,22628388:22629258,22642867:22643291,22644513:22646155,22644528:22645406,22644531:22644952,22645997:22647112,22646002:22646166,22646205:22646440,22669904:22670980,22675370:22676775,22688510:22689689,22706229:22707686,22711987:22712292,22713822:22714460,22715863:22716652,22715866:22716569,22720551:22725020,22720556:22721541,22731513:22732977,22740290:22741275,22753647:22754535,22769206:22770710,22771178:22772545,22775278:22776171,22787159:22794795,22787160:22791664,22820051:22821247,22823156:22823551,22832670:22833538,22835472:22852369,22838934:22840239,22861705:22861861,22862458:22862826,22862863:22863128,22876410:22888278,22879242:22883771,22881746:22882929,22882937:22886529,22885089:22889654,22889833:22901065,22893525:22896330,22894326:22897007,22894331:22909354,22895714:22898274,22911180:22915364,22917824:22926570,22920082:22925568,22925011:22938921,22927531:22936535,22927534:22927926,22929808:2294521', 'assoc_mat': '22599781:carton:3327:22600785,22600763:carton:3327:22601565,22609829:carton:3327:22610546,22613018:carton:3327:22628987,22617414:carton:3327:22618158,22621388:carton:3327:22622113,22628388:carton:3327:22629258,22642867:carton:3327:22643291,22644513:carton:3327:22646155,22644528:carton:3327:22645406,22644531:carton:3327:22644952,22645997:carton:3327:22647112,22646002:carton:3327:22646166,22646205:carton:3327:22646440,22669904:carton:3327:22670980,22675370:carton:3327:22676775,22688510:carton:3327:22689689,22706229:carton:3327:22707686,22711987:carton:3327:22712292,22713822:carton:3327:22714460,22715863:carton:3327:22716652,22715866:carton:3327:22716569,22720551:carton:3327:22725020,22720556:carton:3327:22721541,22731513:carton:3327:22732977,22740290:carton:3327:22741275,22753647:carton:3327:22754535,22769206:carton:3327:22770710,22771178:carton:3327:22772545,22775278:carton:3327:22776171,22787159:carton:3327:22794795,22787160:carton:3327:22791664,22820051:carton:3327:22821247,22823156:carton:3327:22823551,2283'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.009561114597328791, 'nb_photo': 636, 'list_port_cont': '22928296,22949103,22950232,22953903,22961559,22968188,22968651,22975658,22976282,22977389,22977881,22984012,22985542,23004386,23007018,23013807,23016128,23018785,23019308,23019564,23025194,23053413,23072790,23074693,23076165,23079900,23080481,23083116', 'assoc_port': '22927536:22928296,22948162:22949103,22949538:22950232,22953035:22953903,22960477:22961559,22967479:22968651,22967499:22968188,22974925:22976282,22974926:22975658,22976914:22977881,22976916:22977389,22982646:22985542,22982647:22984012,23003831:23007018,23003838:23004386,23012451:23013807,23015442:23016128,23018462:23019564,23018464:23019308,23018467:23018785,23024250:23025194,23052716:23053413,23071983:23072790,23073358:23074693,23075515:23076165,23079427:23080481,23079435:23079900,23082841:23083116', 'assoc_mat': '22927536:carton:3594:22928296,22948162:carton:3594:22949103,22949538:carton:3594:22950232,22953035:carton:3594:22953903,22960477:carton:3594:22961559,22967479:carton:3594:22968651,22967499:carton:3594:22968188,22974925:carton:3594:22976282,22974926:carton:3594:22975658,22976914:carton:3594:22977881,22976916:carton:3594:22977389,22982646:carton:3594:22985542,22982647:carton:3594:22984012,23003831:carton:3594:23007018,23003838:carton:3594:23004386,23012451:carton:3594:23013807,23015442:carton:3594:23016128,23018462:carton:3594:23019564,23018464:carton:3594:23019308,23018467:carton:3594:23018785,23024250:carton:3594:23025194,23052716:carton:3594:23053413,23071983:carton:3594:23072790,23073358:carton:3594:23074693,23075515:carton:3594:23076165,23079427:carton:3594:23080481,23079435:carton:3594:23079900,23082841:carton:3594:23083116'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0025740208841702355, 'nb_photo': 54, 'list_port_cont': '22602583,22610321,22620637,22637516,22646292,22675044,22700071,22743273,22746289,22754116,22765979,22779184,22782019,22817953,22823337,22823654,22842768,22860605,22862081,22936133,22988148,23017980,23022458,23023070,23025788,23032412,23032719,23038681,23043750,23053483,23088255,23093968', 'assoc_port': '22602547:22602583,22609803:22610321,22617409:22620637,22637330:22637516,22646208:22646292,22668749:22675044,22681466:22700071,22723675:22746289,22743072:22743273,22753644:22754116,22765037:22765979,22777704:22779184,22781198:22782019,22813689:22817953,22823123:22823654,22823128:22823337,22828659:22842768,22860493:22860605,22861967:22862081,22880134:23017980,22891519:23022458,22893523:23023070,22894328:23025788,22916870:23032412,22920087:23032719,22935792:22936133,22967472:23038681,22979633:22988148,23003826:23043750,23010995:23053483,23052744:23088255,23073354:23093968', 'assoc_mat': '22602547:cartonnette:3726:22602583,22609803:cartonnette:3726:22610321,22617409:cartonnette:3726:22620637,22637330:cartonnette:3726:22637516,22646208:cartonnette:3726:22646292,22668749:cartonnette:3726:22675044,22681466:cartonnette:3726:22700071,22723675:cartonnette:3726:22746289,22743072:cartonnette:3726:22743273,22753644:cartonnette:3726:22754116,22765037:cartonnette:3726:22765979,22777704:cartonnette:3726:22779184,22781198:cartonnette:3726:22782019,22813689:cartonnette:3726:22817953,22823123:cartonnette:3726:22823654,22823128:cartonnette:3726:22823337,22828659:cartonnette:3726:22842768,22860493:cartonnette:3726:22860605,22861967:cartonnette:3726:22862081,22880134:cartonnette:3726:23017980,22891519:cartonnette:3726:23022458,22893523:cartonnette:3726:23023070,22894328:cartonnette:3726:23025788,22916870:cartonnette:3726:23032412,22920087:cartonnette:3726:23032719,22935792:cartonnette:3726:22936133,22967472:cartonnette:3726:23038681,22979633:cartonnette:3726:22988148,23003826:cartonnette:3726:23043750,23010995:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.007372211362824661, 'nb_photo': 186, 'list_port_cont': '22602575,22610322,22620634,22637214,22637512,22641134,22644518,22645046,22646295,22675052,22687475,22689618,22696694,22700021,22700068,22700083,22743262,22746292,22754112,22765978,22779178,22782010,22791533,22817956,22818991,22823340,22828787,22836461,22840285,22842769,22856819,22860606,22862087,22863294,22915444,22936127,22988145,23014324,23017978,23022459,23022667,23023066,23025783,23032416,23032621,23032712,23034507,23038170,23038677,23043739,23053166,23053477,23074397,23075853,23091955,23094970', 'assoc_port': '22602547:22602575,22609803:22610322,22617409:22620634,22637078:22637214,22637330:22637512,22640871:22641134,22642865:22644518,22644526:22645046,22646208:22646295,22668749:22675052,22681466:22700068,22681469:22700083,22683209:22700021,22687083:22687475,22688512:22689618,22696408:22696694,22723675:22746292,22743072:22743262,22753644:22754112,22765037:22765978,22773715:22791533,22777704:22779178,22781198:22782010,22813689:22817956,22817780:22818991,22823128:22823340,22828659:22842769,22828661:22828787,22835900:22836461,22840149:22840285,22856659:22856819,22860493:22860606,22861967:22862087,22863286:22863294,22873139:23014324,22880134:23017978,22886792:23075853,22891519:23022459,22893518:23022667,22893523:23023066,22894328:23025783,22915439:22915444,22916870:23032416,22920083:23032621,22920087:23032712,22935792:22936127,22948165:23034507,22958945:23038170,22967472:23038677,22979633:22988145,23003826:23043739,23010986:23053166,23010995:23053477,23024264:23074397,23067225:23091955,23079432:23094970', 'assoc_mat': '22602547:Carton_brun:3726:22602575,22609803:Carton_brun:3726:22610322,22617409:Carton_brun:3726:22620634,22637078:Carton_brun:3726:22637214,22637330:Carton_brun:3726:22637512,22640871:Carton_brun:3726:22641134,22642865:Carton_brun:3726:22644518,22644526:Carton_brun:3726:22645046,22646208:Carton_brun:3726:22646295,22668749:Carton_brun:3726:22675052,22681466:Carton_brun:3726:22700068,22681469:Carton_brun:3726:22700083,22683209:Carton_brun:3726:22700021,22687083:Carton_brun:3726:22687475,22688512:Carton_brun:3726:22689618,22696408:Carton_brun:3726:22696694,22723675:Carton_brun:3726:22746292,22743072:Carton_brun:3726:22743262,22753644:Carton_brun:3726:22754112,22765037:Carton_brun:3726:22765978,22773715:Carton_brun:3726:22791533,22777704:Carton_brun:3726:22779178,22781198:Carton_brun:3726:22782010,22813689:Carton_brun:3726:22817956,22817780:Carton_brun:3726:22818991,22823128:Carton_brun:3726:22823340,22828659:Carton_brun:3726:22842769,22828661:Carton_brun:3726:22828787,22835900:Carton_brun:3726:22836461,22840149:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005457248594190318, 'nb_photo': 117, 'list_port_cont': '22602579,22610315,22620636,22641136,22644521,22645040,22675051,22687482,22700020,22743263,22746293,22754122,22765973,22791528,22817946,22823345,22823653,22828784,22858870,22860609,22862086,22915448,22936137,22988144,23014329,23017981,23022671,23023061,23025789,23032407,23032616,23032718,23034501,23037279,23038167,23038673,23040864,23043741,23053167,23053486,23074400,23075850,23088264,23089420,23091953,23092000,23093964,23094112,23094969', 'assoc_port': '22602547:22602579,22609803:22610315,22617409:22620636,22640871:22641136,22642865:22644521,22644526:22645040,22668749:22675051,22683209:22700020,22687083:22687482,22723675:22746293,22743072:22743263,22753644:22754122,22765037:22765973,22773715:22791528,22813689:22817946,22823123:22823653,22823128:22823345,22828661:22828784,22858842:22858870,22860493:22860609,22861967:22862086,22873139:23014329,22880134:23017981,22886792:23075850,22893518:23022671,22893523:23023061,22894328:23025789,22915439:22915448,22916870:23032407,22920083:23032616,22920087:23032718,22935792:22936137,22948165:23034501,22955733:23037279,22958945:23038167,22967472:23038673,22974921:23040864,22979633:22988144,23003826:23043741,23010986:23053167,23010995:23053486,23012442:23089420,23024264:23074400,23052744:23088264,23067225:23091953,23067239:23092000,23073354:23093964,23075513:23094112,23079432:23094969', 'assoc_mat': '22602547:Carton_gris:3726:22602579,22609803:Carton_gris:3726:22610315,22617409:Carton_gris:3726:22620636,22640871:Carton_gris:3726:22641136,22642865:Carton_gris:3726:22644521,22644526:Carton_gris:3726:22645040,22668749:Carton_gris:3726:22675051,22683209:Carton_gris:3726:22700020,22687083:Carton_gris:3726:22687482,22723675:Carton_gris:3726:22746293,22743072:Carton_gris:3726:22743263,22753644:Carton_gris:3726:22754122,22765037:Carton_gris:3726:22765973,22773715:Carton_gris:3726:22791528,22813689:Carton_gris:3726:22817946,22823123:Carton_gris:3726:22823653,22823128:Carton_gris:3726:22823345,22828661:Carton_gris:3726:22828784,22858842:Carton_gris:3726:22858870,22860493:Carton_gris:3726:22860609,22861967:Carton_gris:3726:22862086,22873139:Carton_gris:3726:23014329,22880134:Carton_gris:3726:23017981,22886792:Carton_gris:3726:23075850,22893518:Carton_gris:3726:23022671,22893523:Carton_gris:3726:23023061,22894328:Carton_gris:3726:23025789,22915439:Carton_gris:3726:22915448,22916870:Carton_gris:3726:23032407,22920083:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00493309243508679, 'nb_photo': 99, 'list_port_cont': '22592606,22602567,22627267,22637878,22637954,22645199,22667703,22675212,22681762,22698563,22718104,22737403,22777248,22782109,22794042,22845292,22856076,22859411,22863030,22863352,22876490,22883467,22897232,22900207,22925835,22942111,22951832,22987664,23005053,23012224,23063947,23075725,23090508,23091295', 'assoc_port': '22591582:22592606,22602549:22602567,22614943:22627267,22637672:22637954,22637674:22637878,22643641:22645199,22666515:22667703,22673669:22675212,22676627:22681762,22693033:22698563,22713819:22718104,22727668:22737403,22773713:22777248,22777724:22782109,22793928:22794042,22828627:22856076,22835476:22845292,22856658:22859411,22857008:22863352,22862865:22863030,22874442:22876490,22882318:22883467,22895713:22897232,22896423:22900207,22917826:22925835,22931348:22942111,22951589:22951832,22980691:22987664,22998438:23005053,23006133:23012224,23019441:23063947,23062405:23090508,23064326:23091295,23075518:23075725', 'assoc_mat': '22591582:ela:4205:22592606,22602549:ela:4205:22602567,22614943:ela:4205:22627267,22637672:ela:4205:22637954,22637674:ela:4205:22637878,22643641:ela:4205:22645199,22666515:ela:4205:22667703,22673669:ela:4205:22675212,22676627:ela:4205:22681762,22693033:ela:4205:22698563,22713819:ela:4205:22718104,22727668:ela:4205:22737403,22773713:ela:4205:22777248,22777724:ela:4205:22782109,22793928:ela:4205:22794042,22828627:ela:4205:22856076,22835476:ela:4205:22845292,22856658:ela:4205:22859411,22857008:ela:4205:22863352,22862865:ela:4205:22863030,22874442:ela:4205:22876490,22882318:ela:4205:22883467,22895713:ela:4205:22897232,22896423:ela:4205:22900207,22917826:ela:4205:22925835,22931348:ela:4205:22942111,22951589:ela:4205:22951832,22980691:ela:4205:22987664,22998438:ela:4205:23005053,23006133:ela:4205:23012224,23019441:ela:4205:23063947,23062405:ela:4205:23090508,23064326:ela:4205:23091295,23075518:ela:4205:23075725'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9681043823351698, 'nb_photo': 193, 'list_port_cont': '22630372,22634258,22636615,22644194,22645960,22671016,22687235,22707902,22720108,22738379,22763436,22784791,22816586,22847724,22854597,22862346,22864777,22865876,22880843,22889065,22912929,22929716,22937926,22945495,22979031,22988168,22990623,23008508,23011421,23054155,23072335,23089696,23094186,23095168', 'assoc_port': '22604273:22636615,22609799:22634258,22624047:22630372,22640872:22644194,22645327:22645960,22668747:22671016,22683214:22687235,22706231:22707902,22715864:22720108,22727698:22738379,22760876:22763436,22775279:22784791,22814866:22816586,22835896:22854597,22835901:22847724,22858837:22862346,22861704:22864777,22863669:22865876,22879241:22880843,22885096:22889065,22909912:22912929,22916871:22945495,22924991:22929716,22934516:22937926,22963267:22990623,22967496:22979031,22979636:22988168,23002549:23008508,23010992:23054155,23010994:23011421,23024263:23094186,23056326:23089696,23071977:23072335,23080635:23095168', 'assoc_mat': '22604273:ela:4203:22636615,22609799:ela:4203:22634258,22624047:ela:4203:22630372,22640872:ela:4203:22644194,22645327:ela:4203:22645960,22668747:ela:4203:22671016,22683214:ela:4203:22687235,22706231:ela:4203:22707902,22715864:ela:4203:22720108,22727698:ela:4203:22738379,22760876:ela:4203:22763436,22775279:ela:4203:22784791,22814866:ela:4203:22816586,22835896:ela:4203:22854597,22835901:ela:4203:22847724,22858837:ela:4203:22862346,22861704:ela:4203:22864777,22863669:ela:4203:22865876,22879241:ela:4203:22880843,22885096:ela:4203:22889065,22909912:ela:4203:22912929,22916871:ela:4203:22945495,22924991:ela:4203:22929716,22934516:ela:4203:22937926,22963267:ela:4203:22990623,22967496:ela:4203:22979031,22979636:ela:4203:22988168,23002549:ela:4203:23008508,23010992:ela:4203:23054155,23010994:ela:4203:23011421,23024263:ela:4203:23094186,23056326:ela:4203:23089696,23071977:ela:4203:23072335,23080635:ela:4203:23095168'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.001391354229728338, 'nb_photo': 120, 'list_port_cont': '22594067,22597300,22600131,22613357,22628689,22637206,22639702,22641099,22642307,22643839,22645635,22646092,22663966,22666881,22670069,22672800,22674105,22674366,22675640,22695656,22696609,22709333,22711041,22712030,22721062,22721297,22721999,22728594,22732033,22732520,22756029,22758436,22761332,22765544,22775458,22775970,22786357,22794060,22817981,22823495,22833369,22839627,22839689,22840466,22859527,22861836,22862176,22862229,22863799,22876713,22877234,22878894,22879890,22882522,22883048,22885467,22895859,22896991,22917083,22919512,22920381,22923344,22925304,22925604,22928152,22944932,22949840,22961112,22968087,22983198,22998128,23010275,23060049,23064770,23071586,23093503,23093988', 'assoc_port': '22593610:22594067,22596777:22597300,22599780:22600131,22613019:22613357,22628395:22628689,22637082:22637206,22639298:22639702,22640874:22641099,22641847:22642307,22643639:22643839,22645328:22645635,22645998:22646092,22662911:22663966,22666517:22666881,22669905:22670069,22672698:22672800,22673666:22674366,22673668:22674105,22675369:22675640,22693003:22695656,22696407:22696609,22708745:22711041,22708748:22709333,22711984:22712030,22720548:22721999,22720553:22721297,22720554:22721062,22727656:22728594,22731511:22732520,22731514:22732033,22755523:22756029,22757921:22758436,22760878:22761332,22765035:22765544,22775277:22775970,22775282:22775458,22785918:22786357,22793924:22794060,22816844:22817981,22823125:22823495,22832672:22833369,22838933:22839689,22838936:22839627,22840150:22840466,22859471:22859527,22861707:22861836,22861966:22862229,22861971:22862176,22863671:22863799,22876397:22878894,22876399:22877234,22876413:22876713,22879238:22879890,22882316:22882522,22882938:22883048,22885093:22885467,22895710:2289699', 'assoc_mat': '22593610:ela:4207:22594067,22596777:ela:4207:22597300,22599780:ela:4207:22600131,22613019:ela:4207:22613357,22628395:ela:4207:22628689,22637082:ela:4207:22637206,22639298:ela:4207:22639702,22640874:ela:4207:22641099,22641847:ela:4207:22642307,22643639:ela:4207:22643839,22645328:ela:4207:22645635,22645998:ela:4207:22646092,22662911:ela:4207:22663966,22666517:ela:4207:22666881,22669905:ela:4207:22670069,22672698:ela:4207:22672800,22673666:ela:4207:22674366,22673668:ela:4207:22674105,22675369:ela:4207:22675640,22693003:ela:4207:22695656,22696407:ela:4207:22696609,22708745:ela:4207:22711041,22708748:ela:4207:22709333,22711984:ela:4207:22712030,22720548:ela:4207:22721999,22720553:ela:4207:22721297,22720554:ela:4207:22721062,22727656:ela:4207:22728594,22731511:ela:4207:22732520,22731514:ela:4207:22732033,22755523:ela:4207:22756029,22757921:ela:4207:22758436,22760878:ela:4207:22761332,22765035:ela:4207:22765544,22775277:ela:4207:22775970,22775282:ela:4207:22775458,22785918:ela:4207:22786357,22793924:ela:4207:2279406'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.009227547866313546, 'nb_photo': 5, 'list_port_cont': '22595980,22787675,22862098,22876598', 'assoc_port': '22594879:22595980,22787164:22787675,22861969:22862098,22876414:22876598', 'assoc_mat': '22594879:ela:4461:22595980,22787164:ela:4461:22787675,22861969:ela:4461:22862098,22876414:ela:4461:22876598'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0007038248234010618, 'nb_photo': 45, 'list_port_cont': '22613237,22627391,22642117,22644419,22677090,22684099,22686631,22711335,22714725,22725028,22731757,22734349,22737342,22757465,22765910,22794089,22817104,22823588,22851390,22865881,22888917,22897426,22909441,22917404,22923738,22924776,22929120,22967687,22967926,22977774,22985388,22986974,23009404,23091830,23094906', 'assoc_port': '22613021:22613237,22614937:22627391,22641850:22642117,22642868:22644419,22669908:22684099,22675368:22677090,22681463:22686631,22708747:22711335,22714439:22714725,22720550:22725028,22723659:22734349,22727658:22737342,22731557:22731757,22755522:22757465,22763326:22765910,22793931:22794089,22816846:22817104,22823153:22823588,22851169:22851390,22863281:22865881,22880133:22909441,22885094:22888917,22895716:22897426,22915436:22917404,22919023:22923738,22920086:22924776,22924968:22929120,22949540:22986974,22953032:22967926,22958941:22967687,22967480:22977774,22972485:22985388,23003835:23009404,23052746:23091830,23079398:23094906', 'assoc_mat': '22613021:ela:4200:22613237,22614937:ela:4200:22627391,22641850:ela:4200:22642117,22642868:ela:4200:22644419,22669908:ela:4200:22684099,22675368:ela:4200:22677090,22681463:ela:4200:22686631,22708747:ela:4200:22711335,22714439:ela:4200:22714725,22720550:ela:4200:22725028,22723659:ela:4200:22734349,22727658:ela:4200:22737342,22731557:ela:4200:22731757,22755522:ela:4200:22757465,22763326:ela:4200:22765910,22793931:ela:4200:22794089,22816846:ela:4200:22817104,22823153:ela:4200:22823588,22851169:ela:4200:22851390,22863281:ela:4200:22865881,22880133:ela:4200:22909441,22885094:ela:4200:22888917,22895716:ela:4200:22897426,22915436:ela:4200:22917404,22919023:ela:4200:22923738,22920086:ela:4200:22924776,22924968:ela:4200:22929120,22949540:ela:4200:22986974,22953032:ela:4200:22967926,22958941:ela:4200:22967687,22967480:ela:4200:22977774,22972485:ela:4200:22985388,23003835:ela:4200:23009404,23052746:ela:4200:23091830,23079398:ela:4200:23094906'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0045716386473811195, 'nb_photo': 306, 'list_port_cont': '22593855,22595975,22601205,22603324,22604596,22607909,22611620,22611817,22611933,22617842,22617938,22624753,22625105,22628726,22629300,22637167,22637369,22637775,22639570,22641108,22643920,22645480,22645684,22646310,22647255,22662572,22662664,22672905,22675660,22681968,22682305,22682415,22683924,22684026,22687947,22695356,22696674,22697385,22706795,22712015,22713267,22714696,22719929,22724314,22730494,22730602,22754084,22761218,22766463,22774548,22781944,22787589,22792006,22814099,22817087,22823275,22831917,22832965,22835668,22835687,22839397,22856717,22856840,22858909,22861828,22862014,22862139,22862661,22863057,22863822,22876744,22880367,22883122,22887354,22887488,22890388,22891751,22896673,22914460,22918028,22922664,22926869,22953218,23011782,23013083,23018679,23053620,23064849,23065550,23079733', 'assoc_port': '22593609:22593855,22594876:22595975,22600723:22601205,22603046:22603324,22604278:22604596,22607578:22607909,22610903:22611933,22610905:22611817,22610908:22611620,22614939:22625105,22617410:22617842,22617415:22617938,22618983:22629300,22624049:22624753,22628393:22628726,22637081:22637167,22637331:22637369,22637677:22637775,22639299:22639570,22640873:22641108,22643642:22643920,22645325:22645684,22645329:22645480,22646206:22646310,22647186:22647255,22661875:22662664,22661878:22662572,22672696:22672905,22672699:22683924,22675373:22675660,22681465:22682415,22681467:22682305,22681471:22681968,22683204:22684026,22687085:22687947,22694882:22695356,22696406:22696674,22696945:22697385,22706230:22706795,22711986:22712015,22713013:22713267,22714441:22714696,22719539:22719929,22723676:22724314,22729019:22730602,22729023:22730494,22753645:22754084,22760875:22761218,22766334:22766463,22773720:22774548,22781197:22781944,22782354:22792006,22787162:22787589,22813690:22814099,22816847:22817087,22823127:22823275,22831634:2283191', 'assoc_mat': '22593609:ela:4209:22593855,22594876:ela:4209:22595975,22600723:ela:4209:22601205,22603046:ela:4209:22603324,22604278:ela:4209:22604596,22607578:ela:4209:22607909,22610903:ela:4209:22611933,22610905:ela:4209:22611817,22610908:ela:4209:22611620,22614939:ela:4209:22625105,22617410:ela:4209:22617842,22617415:ela:4209:22617938,22618983:ela:4209:22629300,22624049:ela:4209:22624753,22628393:ela:4209:22628726,22637081:ela:4209:22637167,22637331:ela:4209:22637369,22637677:ela:4209:22637775,22639299:ela:4209:22639570,22640873:ela:4209:22641108,22643642:ela:4209:22643920,22645325:ela:4209:22645684,22645329:ela:4209:22645480,22646206:ela:4209:22646310,22647186:ela:4209:22647255,22661875:ela:4209:22662664,22661878:ela:4209:22662572,22672696:ela:4209:22672905,22672699:ela:4209:22683924,22675373:ela:4209:22675660,22681465:ela:4209:22682415,22681467:ela:4209:22682305,22681471:ela:4209:22681968,22683204:ela:4209:22684026,22687085:ela:4209:22687947,22694882:ela:4209:22695356,22696406:ela:4209:22696674,22696945:ela:4209:2269738'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0008337415104435385, 'nb_photo': 1089, 'list_port_cont': '22594153,22596103,22597264,22600177,22601236,22602885,22603307,22604582,22604682,22607877,22611741,22613596,22615587,22617918,22619617,22621920,22637230,22637556,22637890,22638912,22639722,22641085,22642196,22642353,22643274,22643862,22644807,22646136,22646316,22646772,22664721,22669218,22670573,22672991,22674165,22677115,22687533,22687866,22695613,22696702,22700580,22706879,22712137,22712899,22714118,22714710,22714769,22716163,22719974,22721101,22721225,22728538,22730043,22732166,22743589,22748173,22754168,22754215,22758676,22761607,22763727,22765740,22771948,22778220,22786471,22816099,22818583,22820556,22823238,22823524,22824458,22829505,22832003,22832262,22833303,22841000,22842109,22843018,22845807,22856850,22856883,22857932,22858763,22859605,22860802,22863067,22863872,22864497,22864551,22865042,22876859,22880527,22881976,22882011,22882505,22883167,22885517,22887660,22887829,22892052,22895840,22895876,22910361,22911748,22914579,22915527,22915980,22916060,22918131,22920487,22922776,22925343,22930346,2293181', 'assoc_port': '22593607:22594153,22594878:22596103,22596778:22597264,22599779:22600177,22600725:22601236,22602546:22602885,22603047:22603307,22604281:22604582,22604285:22604682,22607577:22607877,22610904:22611741,22613020:22613596,22614941:22615587,22617413:22617918,22618986:22619617,22621389:22621920,22637075:22637230,22637329:22637556,22637675:22637890,22638530:22638912,22639300:22639722,22640875:22641085,22641844:22642196,22641848:22642353,22642866:22643274,22643643:22643862,22644532:22644807,22645996:22646136,22646207:22646316,22646699:22646772,22662916:22664721,22668748:22669218,22669906:22670573,22672697:22672991,22673671:22674165,22676626:22677115,22687084:22687866,22687089:22687533,22694854:22695613,22694881:22700580,22696405:22696702,22706232:22706879,22711985:22712137,22712696:22712899,22713825:22714118,22714438:22714710,22714442:22714769,22715865:22716163,22719540:22719974,22720545:22721225,22720552:22721101,22727659:22728538,22729021:22730043,22731512:22732166,22740292:22748173,22743077:22743589,22753643:2275421', 'assoc_mat': '22593607:ela:4211:22594153,22594878:ela:4211:22596103,22596778:ela:4211:22597264,22599779:ela:4211:22600177,22600725:ela:4211:22601236,22602546:ela:4211:22602885,22603047:ela:4211:22603307,22604281:ela:4211:22604582,22604285:ela:4211:22604682,22607577:ela:4211:22607877,22610904:ela:4211:22611741,22613020:ela:4211:22613596,22614941:ela:4211:22615587,22617413:ela:4211:22617918,22618986:ela:4211:22619617,22621389:ela:4211:22621920,22637075:ela:4211:22637230,22637329:ela:4211:22637556,22637675:ela:4211:22637890,22638530:ela:4211:22638912,22639300:ela:4211:22639722,22640875:ela:4211:22641085,22641844:ela:4211:22642196,22641848:ela:4211:22642353,22642866:ela:4211:22643274,22643643:ela:4211:22643862,22644532:ela:4211:22644807,22645996:ela:4211:22646136,22646207:ela:4211:22646316,22646699:ela:4211:22646772,22662916:ela:4211:22664721,22668748:ela:4211:22669218,22669906:ela:4211:22670573,22672697:ela:4211:22672991,22673671:ela:4211:22674165,22676626:ela:4211:22677115,22687084:ela:4211:22687866,22687089:ela:4211:2268753'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00017483549741961106, 'nb_photo': 51, 'list_port_cont': '22634259,22645959,22671013,22687233,22707915,22720096,22738382,22784790,22816592,22847711,22854609,22862339,22864767,22865872,22880848,22889062,22912922,22945494,22988173,22990618,23008517,23054150,23095160', 'assoc_port': '22609799:22634259,22645327:22645959,22668747:22671013,22683214:22687233,22706231:22707915,22715864:22720096,22727698:22738382,22775279:22784790,22814866:22816592,22835896:22854609,22835901:22847711,22858837:22862339,22861704:22864767,22863669:22865872,22879241:22880848,22885096:22889062,22909912:22912922,22916871:22945494,22963267:22990618,22979636:22988173,23002549:23008517,23010992:23054150,23080635:23095160', 'assoc_mat': '22609799:etiquette:4203:22634259,22645327:etiquette:4203:22645959,22668747:etiquette:4203:22671013,22683214:etiquette:4203:22687233,22706231:etiquette:4203:22707915,22715864:etiquette:4203:22720096,22727698:etiquette:4203:22738382,22775279:etiquette:4203:22784790,22814866:etiquette:4203:22816592,22835896:etiquette:4203:22854609,22835901:etiquette:4203:22847711,22858837:etiquette:4203:22862339,22861704:etiquette:4203:22864767,22863669:etiquette:4203:22865872,22879241:etiquette:4203:22880848,22885096:etiquette:4203:22889062,22909912:etiquette:4203:22912922,22916871:etiquette:4203:22945494,22963267:etiquette:4203:22990618,22979636:etiquette:4203:22988173,23002549:etiquette:4203:23008517,23010992:etiquette:4203:23054150,23080635:etiquette:4203:23095160'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00037062540550793796, 'nb_photo': 12, 'list_port_cont': '22611289,22613354,22639715,22646048,22647391,22711031,22766558,22823369,22857867,22893860,22961108', 'assoc_port': '22610902:22611289,22613019:22613354,22639298:22639715,22645999:22646048,22647189:22647391,22708745:22711031,22766320:22766558,22823154:22823369,22857555:22857867,22893528:22893860,22960499:22961108', 'assoc_mat': '22610902:etiquette:4207:22611289,22613019:etiquette:4207:22613354,22639298:etiquette:4207:22639715,22645999:etiquette:4207:22646048,22647189:etiquette:4207:22647391,22708745:etiquette:4207:22711031,22766320:etiquette:4207:22766558,22823154:etiquette:4207:22823369,22857555:etiquette:4207:22857867,22893528:etiquette:4207:22893860,22960499:etiquette:4207:22961108'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 7.832848684820274e-05, 'nb_photo': 7, 'list_port_cont': '22609334,22644427,22684095,22720792,22725033,22774550,22864921', 'assoc_port': '22604276:22609334,22642868:22644427,22669908:22684095,22720546:22720792,22720550:22725033,22771176:22774550,22861706:22864921', 'assoc_mat': '22604276:etiquette:4200:22609334,22642868:etiquette:4200:22644427,22669908:etiquette:4200:22684095,22720546:etiquette:4200:22720792,22720550:etiquette:4200:22725033,22771176:etiquette:4200:22774550,22861706:etiquette:4200:22864921'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0010664027763705208, 'nb_photo': 53, 'list_port_cont': '22595973,22601209,22603332,22607905,22611617,22617932,22624749,22629301,22637785,22641113,22643909,22645477,22646309,22662653,22697394,22706785,22724312,22754079,22761247,22766455,22781941,22787602,22792012,22817095,22832962,22835676,22835692,22858919,22863309,22887357,22890033,22890390,22896676,22914446,22918032', 'assoc_port': '22594876:22595973,22600723:22601209,22603046:22603332,22607578:22607905,22610908:22611617,22617415:22617932,22618983:22629301,22624049:22624749,22637677:22637785,22640873:22641113,22643642:22643909,22645329:22645477,22646206:22646309,22661875:22662653,22696945:22697394,22706230:22706785,22723676:22724312,22753645:22754079,22760875:22761247,22766334:22766455,22781197:22781941,22782354:22792012,22787162:22787602,22816847:22817095,22832671:22832962,22835473:22835692,22835475:22835676,22858841:22858919,22863282:22863309,22886794:22887357,22889832:22890390,22889840:22890033,22896424:22896676,22913782:22914446,22917827:22918032', 'assoc_mat': '22594876:etiquette:4209:22595973,22600723:etiquette:4209:22601209,22603046:etiquette:4209:22603332,22607578:etiquette:4209:22607905,22610908:etiquette:4209:22611617,22617415:etiquette:4209:22617932,22618983:etiquette:4209:22629301,22624049:etiquette:4209:22624749,22637677:etiquette:4209:22637785,22640873:etiquette:4209:22641113,22643642:etiquette:4209:22643909,22645329:etiquette:4209:22645477,22646206:etiquette:4209:22646309,22661875:etiquette:4209:22662653,22696945:etiquette:4209:22697394,22706230:etiquette:4209:22706785,22723676:etiquette:4209:22724312,22753645:etiquette:4209:22754079,22760875:etiquette:4209:22761247,22766334:etiquette:4209:22766455,22781197:etiquette:4209:22781941,22782354:etiquette:4209:22792012,22787162:etiquette:4209:22787602,22816847:etiquette:4209:22817095,22832671:etiquette:4209:22832962,22835473:etiquette:4209:22835692,22835475:etiquette:4209:22835676,22858841:etiquette:4209:22858919,22863282:etiquette:4209:22863309,22886794:etiquette:4209:22887357,22889832:etiquette:4209:22890390,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 5.107125937709153e-05, 'nb_photo': 83, 'list_port_cont': '22594157,22596090,22602883,22603301,22613594,22621905,22637891,22642209,22642349,22643866,22644821,22646132,22646327,22646773,22670581,22672992,22677107,22687540,22687867,22695476,22695608,22714706,22714764,22716162,22728541,22730037,22743587,22748169,22754212,22758666,22763728,22786464,22818579,22856861,22858760,22863069,22863879,22864503,22864550,22865037,22876869,22880521,22882510,22883173,22885534,22887837,22892048,22895838,22915518,22916074,22920483,22984679,23001305,23003151,23059568,23065100', 'assoc_port': '22593607:22594157,22594878:22596090,22602546:22602883,22603047:22603301,22613020:22613594,22621389:22621905,22637675:22637891,22641844:22642209,22641848:22642349,22643643:22643866,22644532:22644821,22645996:22646132,22646207:22646327,22646699:22646773,22669906:22670581,22672697:22672992,22676626:22677107,22687084:22687867,22687089:22687540,22694854:22695608,22694855:22695476,22714438:22714706,22714442:22714764,22715865:22716162,22727659:22728541,22729021:22730037,22740292:22748169,22743077:22743587,22753643:22754212,22755526:22763728,22757922:22758666,22785892:22786464,22817778:22818579,22856664:22856861,22858657:22858760,22862457:22864503,22862860:22863069,22862866:22865037,22863668:22863879,22864379:22864550,22876403:22876869,22880137:22880521,22882317:22882510,22882926:22883173,22885097:22885534,22886786:22887837,22891518:22892048,22895715:22895838,22915416:22915518,22915796:22916074,22920084:22920483,22984207:22984679,23000837:23001305,23002557:23003151,23058880:23059568,23064320:23065100', 'assoc_mat': '22593607:etiquette:4211:22594157,22594878:etiquette:4211:22596090,22602546:etiquette:4211:22602883,22603047:etiquette:4211:22603301,22613020:etiquette:4211:22613594,22621389:etiquette:4211:22621905,22637675:etiquette:4211:22637891,22641844:etiquette:4211:22642209,22641848:etiquette:4211:22642349,22643643:etiquette:4211:22643866,22644532:etiquette:4211:22644821,22645996:etiquette:4211:22646132,22646207:etiquette:4211:22646327,22646699:etiquette:4211:22646773,22669906:etiquette:4211:22670581,22672697:etiquette:4211:22672992,22676626:etiquette:4211:22677107,22687084:etiquette:4211:22687867,22687089:etiquette:4211:22687540,22694854:etiquette:4211:22695608,22694855:etiquette:4211:22695476,22714438:etiquette:4211:22714706,22714442:etiquette:4211:22714764,22715865:etiquette:4211:22716162,22727659:etiquette:4211:22728541,22729021:etiquette:4211:22730037,22740292:etiquette:4211:22748169,22743077:etiquette:4211:22743587,22753643:etiquette:4211:22754212,22755526:etiquette:4211:22763728,22757922:etiquette:4211:22758666,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00043882534388215414, 'nb_photo': 10, 'list_port_cont': '22616490,22637338,22764376,22770704,22889659,22901074,22927920,22970729', 'assoc_port': '22614960:22616490,22637080:22637338,22763325:22764376,22769206:22770704,22885089:22889659,22889833:22901074,22927534:22927920,22955748:22970729', 'assoc_mat': '22614960:etiquette:3327:22616490,22637080:etiquette:3327:22637338,22763325:etiquette:3327:22764376,22769206:etiquette:3327:22770704,22885089:etiquette:3327:22889659,22889833:etiquette:3327:22901074,22927534:etiquette:3327:22927920,22955748:etiquette:3327:22970729'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01820387577617057, 'nb_photo': 441, 'list_port_cont': '22592614,22602560,22627280,22637871,22645202,22667705,22675213,22681763,22698571,22718103,22722809,22737402,22757387,22777244,22782118,22794053,22845282,22856079,22859418,22863032,22863349,22876483,22883470,22897220,22900214,22925847,22942103,22951838,22978011,22987662,23005054,23012227,23063937,23075723,23088193,23090513,23091301', 'assoc_port': '22591582:22592614,22602549:22602560,22614943:22627280,22637674:22637871,22643641:22645202,22666515:22667705,22673669:22675213,22676627:22681763,22693033:22698571,22713819:22718103,22719525:22722809,22727668:22737402,22755525:22757387,22773713:22777244,22777724:22782118,22793928:22794053,22828627:22856079,22835476:22845282,22856658:22859418,22857008:22863349,22862865:22863032,22874442:22876483,22882318:22883470,22895713:22897220,22896423:22900214,22917826:22925847,22931348:22942103,22951589:22951838,22967489:22978011,22980691:22987662,22998438:23005054,23006133:23012227,23019441:23063937,23052721:23088193,23062405:23090513,23064326:23091301,23075518:23075723', 'assoc_mat': '22591582:film_plastique:4205:22592614,22602549:film_plastique:4205:22602560,22614943:film_plastique:4205:22627280,22637674:film_plastique:4205:22637871,22643641:film_plastique:4205:22645202,22666515:film_plastique:4205:22667705,22673669:film_plastique:4205:22675213,22676627:film_plastique:4205:22681763,22693033:film_plastique:4205:22698571,22713819:film_plastique:4205:22718103,22719525:film_plastique:4205:22722809,22727668:film_plastique:4205:22737402,22755525:film_plastique:4205:22757387,22773713:film_plastique:4205:22777244,22777724:film_plastique:4205:22782118,22793928:film_plastique:4205:22794053,22828627:film_plastique:4205:22856079,22835476:film_plastique:4205:22845282,22856658:film_plastique:4205:22859418,22857008:film_plastique:4205:22863349,22862865:film_plastique:4205:22863032,22874442:film_plastique:4205:22876483,22882318:film_plastique:4205:22883470,22895713:film_plastique:4205:22897220,22896423:film_plastique:4205:22900214,22917826:film_plastique:4205:22925847,22931348:film_plastique:4205:2294210'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.003921184780104827, 'nb_photo': 409, 'list_port_cont': '22630367,22634252,22636611,22644204,22645963,22671024,22687236,22707903,22720101,22738383,22763437,22784796,22816587,22847723,22854598,22862348,22864781,22865871,22880837,22889063,22912932,22929709,22937920,22945502,22979028,22988182,22990617,23008512,23011422,23072331,23089693,23094194,23095172', 'assoc_port': '22604273:22636611,22609799:22634252,22624047:22630367,22640872:22644204,22645327:22645963,22668747:22671024,22683214:22687236,22706231:22707903,22715864:22720101,22727698:22738383,22760876:22763437,22775279:22784796,22814866:22816587,22835896:22854598,22835901:22847723,22858837:22862348,22861704:22864781,22863669:22865871,22879241:22880837,22885096:22889063,22909912:22912932,22916871:22945502,22924991:22929709,22934516:22937920,22963267:22990617,22967496:22979028,22979636:22988182,23002549:23008512,23010994:23011422,23024263:23094194,23056326:23089693,23071977:23072331,23080635:23095172', 'assoc_mat': '22604273:film_plastique:4203:22636611,22609799:film_plastique:4203:22634252,22624047:film_plastique:4203:22630367,22640872:film_plastique:4203:22644204,22645327:film_plastique:4203:22645963,22668747:film_plastique:4203:22671024,22683214:film_plastique:4203:22687236,22706231:film_plastique:4203:22707903,22715864:film_plastique:4203:22720101,22727698:film_plastique:4203:22738383,22760876:film_plastique:4203:22763437,22775279:film_plastique:4203:22784796,22814866:film_plastique:4203:22816587,22835896:film_plastique:4203:22854598,22835901:film_plastique:4203:22847723,22858837:film_plastique:4203:22862348,22861704:film_plastique:4203:22864781,22863669:film_plastique:4203:22865871,22879241:film_plastique:4203:22880837,22885096:film_plastique:4203:22889063,22909912:film_plastique:4203:22912932,22916871:film_plastique:4203:22945502,22924991:film_plastique:4203:22929709,22934516:film_plastique:4203:22937920,22963267:film_plastique:4203:22990617,22967496:film_plastique:4203:22979028,22979636:film_plastique:4203:2298818'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0030309689746831642, 'nb_photo': 1106, 'list_port_cont': '22594069,22594352,22594386,22596892,22597307,22600128,22600316,22600919,22610268,22611295,22613359,22615150,22617799,22629008,22637209,22637258,22637767,22639375,22639708,22641092,22642299,22643851,22644842,22644856,22644970,22646055,22646090,22647233,22647387,22661918,22663959,22666879,22670064,22672794,22674114,22674352,22675636,22676817,22686226,22687287,22687797,22695416,22695669,22696618,22709339,22711035,22712036,22712713,22713251,22714564,22715792,22721059,22721299,22722004,22728584,22728628,22732034,22732515,22733456,22733537,22733978,22753887,22753982,22756021,22758437,22761335,22763908,22765539,22766560,22770054,22775450,22775614,22775979,22781539,22786364,22790686,22794059,22814233,22816956,22817987,22818298,22820505,22823371,22823497,22829371,22829569,22833056,22833373,22839348,22839690,22840470,22841948,22842211,22856797,22857870,22858749,22859516,22859652,22861799,22861843,22862056,22862183,22862222,22863001,22863323,22863786,22863931,22864570,22874923,22876708,22876999,22877227,22878890,2287961', 'assoc_port': '22593605:22594352,22593606:22594386,22593610:22594069,22596777:22597307,22596780:22596892,22599778:22600316,22599780:22600128,22600753:22600919,22609801:22610268,22610902:22611295,22613019:22613359,22614940:22615150,22617411:22617799,22628391:22629008,22637079:22637258,22637082:22637209,22637676:22637767,22639298:22639708,22639302:22639375,22640874:22641092,22641847:22642299,22643639:22643851,22644527:22644970,22644530:22644856,22644534:22644842,22645998:22646090,22645999:22646055,22647189:22647387,22647190:22647233,22661877:22661918,22662911:22663959,22666517:22666879,22669905:22670064,22672698:22672794,22673666:22674352,22673668:22674114,22675369:22675636,22676625:22676817,22681470:22686226,22687087:22687797,22687093:22687287,22693003:22695669,22694883:22695416,22696407:22696618,22708745:22711035,22708748:22709339,22711984:22712036,22712695:22712713,22713014:22713251,22713828:22715792,22714440:22714564,22720548:22722004,22720553:22721299,22720554:22721059,22727656:22728584,22727657:22728628,22731509:2273345', 'assoc_mat': '22593605:film_plastique:4207:22594352,22593606:film_plastique:4207:22594386,22593610:film_plastique:4207:22594069,22596777:film_plastique:4207:22597307,22596780:film_plastique:4207:22596892,22599778:film_plastique:4207:22600316,22599780:film_plastique:4207:22600128,22600753:film_plastique:4207:22600919,22609801:film_plastique:4207:22610268,22610902:film_plastique:4207:22611295,22613019:film_plastique:4207:22613359,22614940:film_plastique:4207:22615150,22617411:film_plastique:4207:22617799,22628391:film_plastique:4207:22629008,22637079:film_plastique:4207:22637258,22637082:film_plastique:4207:22637209,22637676:film_plastique:4207:22637767,22639298:film_plastique:4207:22639708,22639302:film_plastique:4207:22639375,22640874:film_plastique:4207:22641092,22641847:film_plastique:4207:22642299,22643639:film_plastique:4207:22643851,22644527:film_plastique:4207:22644970,22644530:film_plastique:4207:22644856,22644534:film_plastique:4207:22644842,22645998:film_plastique:4207:22646090,22645999:film_plastique:4207:2264605'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7504108782940415, 'nb_photo': 3390, 'list_port_cont': '22591958,22595979,22600146,22604822,22604878,22607808,22610122,22611427,22615443,22621166,22621794,22637446,22638865,22639677,22642315,22643812,22644728,22645654,22646077,22647272,22664455,22666821,22670603,22674118,22677060,22684124,22687451,22693426,22696631,22697910,22712864,22714086,22717935,22720963,22721116,22724472,22732107,22749522,22756111,22761292,22766481,22771657,22778059,22781431,22782760,22786383,22787679,22811899,22816040,22824304,22828934,22832069,22833106,22839469,22840481,22844338,22844554,22856731,22858877,22859542,22860727,22862103,22862680,22864528,22874897,22876594,22879639,22881579,22881854,22882479,22891683,22891912,22893669,22894124,22894698,22901515,22914473,22915952,22917094,22919323,22922729,22925378,22927867,22931850,22935143,22948699,22952022,22953623,22959660,22963813,22968121,22972751,22973119,22975274,22980812,22997470,22998871,23003177,23003300,23006502,23012914,23013094,23020303,23026160,23049515,23053926,23057084,23059436,23068177,23072422,23079961,23080130,23081181', 'assoc_port': '22591584:22591958,22594879:22595979,22599782:22600146,22603048:22610122,22604271:22604878,22604283:22604822,22607579:22607808,22610906:22611427,22614959:22615443,22618984:22621166,22621387:22621794,22637328:22637446,22638528:22638865,22639301:22639677,22641846:22642315,22643640:22643812,22644533:22644728,22645326:22645654,22646000:22646077,22647188:22647272,22662910:22664455,22666516:22666821,22669907:22670603,22673670:22674118,22676624:22677060,22683217:22684124,22687090:22687451,22693018:22693426,22696409:22696631,22696947:22697910,22712697:22712864,22713831:22714086,22714437:22717935,22720549:22721116,22720555:22720963,22723677:22724472,22731556:22732107,22743102:22749522,22755524:22756111,22760877:22761292,22765036:22781431,22766335:22766481,22771175:22771657,22777722:22778059,22782355:22782760,22785891:22786383,22787164:22787679,22811660:22811899,22814868:22816040,22817782:22824304,22828657:22828934,22831635:22832069,22832675:22833106,22838937:22839469,22840147:22840481,22843809:22844554,22843810:2284433', 'assoc_mat': '22591584:film_plastique:4461:22591958,22594879:film_plastique:4461:22595979,22599782:film_plastique:4461:22600146,22603048:film_plastique:4461:22610122,22604271:film_plastique:4461:22604878,22604283:film_plastique:4461:22604822,22607579:film_plastique:4461:22607808,22610906:film_plastique:4461:22611427,22614959:film_plastique:4461:22615443,22618984:film_plastique:4461:22621166,22621387:film_plastique:4461:22621794,22637328:film_plastique:4461:22637446,22638528:film_plastique:4461:22638865,22639301:film_plastique:4461:22639677,22641846:film_plastique:4461:22642315,22643640:film_plastique:4461:22643812,22644533:film_plastique:4461:22644728,22645326:film_plastique:4461:22645654,22646000:film_plastique:4461:22646077,22647188:film_plastique:4461:22647272,22662910:film_plastique:4461:22664455,22666516:film_plastique:4461:22666821,22669907:film_plastique:4461:22670603,22673670:film_plastique:4461:22674118,22676624:film_plastique:4461:22677060,22683217:film_plastique:4461:22684124,22687090:film_plastique:4461:2268745'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.016685495557526443, 'nb_photo': 2250, 'list_port_cont': '22596175,22604124,22609333,22612197,22613214,22621004,22627379,22630390,22630472,22630488,22637379,22637397,22637525,22639222,22642109,22643587,22644329,22644417,22645459,22646060,22646712,22647326,22648098,22663896,22664078,22667656,22676964,22677094,22677189,22684104,22685650,22686632,22695625,22695675,22696547,22699549,22711341,22712174,22712814,22713166,22714723,22720781,22725034,22731759,22734354,22737344,22739676,22741204,22743321,22744943,22755891,22757462,22759659,22765899,22766588,22774558,22779840,22782104,22782643,22786744,22789442,22791836,22794077,22817118,22823195,22823601,22824761,22831502,22839183,22839667,22839833,22841185,22842004,22847472,22847919,22851396,22856032,22858932,22862197,22862718,22863010,22863138,22863355,22864913,22865052,22865838,22865851,22865892,22865907,22877979,22878085,22878464,22882452,22883504,22888926,22893415,22894529,22896385,22897424,22908166,22909442,22914733,22917397,22917424,22918146,22919994,22920508,22923742,22924766,22926531,22927453,22927850,22928791,2292910', 'assoc_port': '22594877:22596175,22600724:22604124,22602545:22612197,22604276:22609333,22610907:22621004,22613021:22613214,22614937:22627379,22617412:22630472,22618985:22630488,22624048:22630390,22637077:22637397,22637083:22637525,22637332:22637379,22638529:22639222,22641845:22643587,22641850:22642109,22642864:22644329,22642868:22644417,22644529:22646712,22645330:22645459,22646001:22646060,22647187:22648098,22647191:22647326,22662912:22663896,22662914:22664078,22666514:22667656,22669908:22684104,22675367:22676964,22675368:22677094,22675371:22677189,22675372:22685650,22681463:22686632,22687091:22695625,22694868:22696547,22694885:22695675,22696946:22699549,22708747:22711341,22711988:22712174,22712694:22713166,22712698:22712814,22714439:22714723,22720546:22720781,22720550:22725034,22723659:22734354,22727658:22737344,22731555:22739676,22731557:22731759,22733592:22744943,22740289:22741204,22743063:22743321,22753642:22755891,22755522:22757462,22757920:22759659,22763326:22765899,22766326:22766588,22771176:22774558,22775280:2277984', 'assoc_mat': '22594877:film_plastique:4200:22596175,22600724:film_plastique:4200:22604124,22602545:film_plastique:4200:22612197,22604276:film_plastique:4200:22609333,22610907:film_plastique:4200:22621004,22613021:film_plastique:4200:22613214,22614937:film_plastique:4200:22627379,22617412:film_plastique:4200:22630472,22618985:film_plastique:4200:22630488,22624048:film_plastique:4200:22630390,22637077:film_plastique:4200:22637397,22637083:film_plastique:4200:22637525,22637332:film_plastique:4200:22637379,22638529:film_plastique:4200:22639222,22641845:film_plastique:4200:22643587,22641850:film_plastique:4200:22642109,22642864:film_plastique:4200:22644329,22642868:film_plastique:4200:22644417,22644529:film_plastique:4200:22646712,22645330:film_plastique:4200:22645459,22646001:film_plastique:4200:22646060,22647187:film_plastique:4200:22648098,22647191:film_plastique:4200:22647326,22662912:film_plastique:4200:22663896,22662914:film_plastique:4200:22664078,22666514:film_plastique:4200:22667656,22669908:film_plastique:4200:2268410'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.038945251933087864, 'nb_photo': 372, 'list_port_cont': '22593857,22595969,22601201,22603325,22604589,22607900,22610152,22611621,22611813,22611928,22615325,22617847,22617940,22624754,22628727,22629293,22637170,22637366,22637781,22639578,22641115,22643923,22645472,22645679,22646304,22647259,22662562,22662663,22663846,22672894,22675663,22681976,22682310,22682413,22683918,22684025,22687398,22687953,22695357,22696673,22697396,22707791,22712019,22713272,22714698,22719940,22724309,22730490,22730608,22754086,22761244,22766465,22781942,22786276,22787593,22792004,22814100,22817093,22823274,22831914,22832966,22835667,22835683,22839396,22856844,22858912,22862020,22862665,22863042,22863817,22876750,22880356,22883119,22887367,22887482,22889804,22890025,22890381,22891758,22896680,22914455,22918037,22953212,22960656,22968116,23003107,23003985,23011783,23018683,23024532,23053616,23056816,23059252,23064852,23065554,23079725', 'assoc_port': '22593609:22593857,22594876:22595969,22600723:22601201,22603046:22603325,22604278:22604589,22607578:22607900,22609802:22610152,22610903:22611928,22610905:22611813,22610908:22611621,22614938:22615325,22617410:22617847,22617415:22617940,22618983:22629293,22624049:22624754,22628393:22628727,22637081:22637170,22637331:22637366,22637677:22637781,22639299:22639578,22640873:22641115,22643642:22643923,22645325:22645679,22645329:22645472,22646206:22646304,22647186:22647259,22661875:22662663,22661878:22662562,22662913:22663846,22672696:22672894,22672699:22683918,22675373:22675663,22681465:22682413,22681467:22682310,22681471:22681976,22683204:22684025,22687085:22687953,22687092:22687398,22694882:22695357,22696406:22696673,22696945:22697396,22707489:22707791,22711986:22712019,22713013:22713272,22714441:22714698,22719539:22719940,22723676:22724309,22729019:22730608,22729023:22730490,22753645:22754086,22760875:22761244,22766334:22766465,22781197:22781942,22782354:22792004,22785905:22786276,22787162:22787593,22813690:2281410', 'assoc_mat': '22593609:film_plastique:4209:22593857,22594876:film_plastique:4209:22595969,22600723:film_plastique:4209:22601201,22603046:film_plastique:4209:22603325,22604278:film_plastique:4209:22604589,22607578:film_plastique:4209:22607900,22609802:film_plastique:4209:22610152,22610903:film_plastique:4209:22611928,22610905:film_plastique:4209:22611813,22610908:film_plastique:4209:22611621,22614938:film_plastique:4209:22615325,22617410:film_plastique:4209:22617847,22617415:film_plastique:4209:22617940,22618983:film_plastique:4209:22629293,22624049:film_plastique:4209:22624754,22628393:film_plastique:4209:22628727,22637081:film_plastique:4209:22637170,22637331:film_plastique:4209:22637366,22637677:film_plastique:4209:22637781,22639299:film_plastique:4209:22639578,22640873:film_plastique:4209:22641115,22643642:film_plastique:4209:22643923,22645325:film_plastique:4209:22645679,22645329:film_plastique:4209:22645472,22646206:film_plastique:4209:22646304,22647186:film_plastique:4209:22647259,22661875:film_plastique:4209:2266266'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.004001918927219683, 'nb_photo': 7823, 'list_port_cont': '22594158,22596102,22597255,22600181,22601221,22602887,22603308,22604572,22604675,22607879,22611738,22613597,22615577,22617922,22619616,22621907,22637231,22637551,22637894,22638902,22639731,22641077,22642206,22642345,22643273,22643868,22644813,22646126,22646328,22646758,22664728,22669212,22670571,22672985,22674163,22677110,22687535,22687857,22695473,22695604,22696712,22700564,22706880,22712142,22712889,22714115,22714704,22714758,22716156,22719980,22721093,22721234,22728542,22730025,22732162,22743590,22748166,22754160,22754204,22758665,22761610,22763733,22765741,22771938,22778224,22786469,22816120,22818590,22820547,22823242,22823527,22824447,22829506,22832011,22832256,22833292,22841002,22842110,22843008,22845819,22856858,22856868,22857916,22858769,22859609,22860796,22863066,22863880,22864504,22864559,22865031,22876861,22880519,22881971,22882024,22882502,22883164,22885518,22887665,22887839,22892049,22895829,22895874,22910365,22911754,22914574,22915531,22915988,22916070,22918138,22920493,22922781,22925346,2293034', 'assoc_port': '22593607:22594158,22594878:22596102,22596778:22597255,22599779:22600181,22600725:22601221,22602546:22602887,22603047:22603308,22604281:22604572,22604285:22604675,22607577:22607879,22610904:22611738,22613020:22613597,22614941:22615577,22617413:22617922,22618986:22619616,22621389:22621907,22637075:22637231,22637329:22637551,22637675:22637894,22638530:22638902,22639300:22639731,22640875:22641077,22641844:22642206,22641848:22642345,22642866:22643273,22643643:22643868,22644532:22644813,22645996:22646126,22646207:22646328,22646699:22646758,22662916:22664728,22668748:22669212,22669906:22670571,22672697:22672985,22673671:22674163,22676626:22677110,22687084:22687857,22687089:22687535,22694854:22695604,22694855:22695473,22694881:22700564,22696405:22696712,22706232:22706880,22711985:22712142,22712696:22712889,22713825:22714115,22714438:22714704,22714442:22714758,22715865:22716156,22719540:22719980,22720545:22721234,22720552:22721093,22727659:22728542,22729021:22730025,22731512:22732162,22740292:22748166,22743077:2274359', 'assoc_mat': '22593607:film_plastique:4211:22594158,22594878:film_plastique:4211:22596102,22596778:film_plastique:4211:22597255,22599779:film_plastique:4211:22600181,22600725:film_plastique:4211:22601221,22602546:film_plastique:4211:22602887,22603047:film_plastique:4211:22603308,22604281:film_plastique:4211:22604572,22604285:film_plastique:4211:22604675,22607577:film_plastique:4211:22607879,22610904:film_plastique:4211:22611738,22613020:film_plastique:4211:22613597,22614941:film_plastique:4211:22615577,22617413:film_plastique:4211:22617922,22618986:film_plastique:4211:22619616,22621389:film_plastique:4211:22621907,22637075:film_plastique:4211:22637231,22637329:film_plastique:4211:22637551,22637675:film_plastique:4211:22637894,22638530:film_plastique:4211:22638902,22639300:film_plastique:4211:22639731,22640875:film_plastique:4211:22641077,22641844:film_plastique:4211:22642206,22641848:film_plastique:4211:22642345,22642866:film_plastique:4211:22643273,22643643:film_plastique:4211:22643868,22644532:film_plastique:4211:2264481'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003049980661163622, 'nb_photo': 1, 'list_port_cont': '22956462', 'assoc_port': '22955747:22956462', 'assoc_mat': '22955747:kraft:4207:22956462'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0012958899040675955, 'nb_photo': 7, 'list_port_cont': '22743264,22915447,22936126,23023060,23032418,23032618,23032714', 'assoc_port': '22743072:22743264,22893523:23023060,22915439:22915447,22916870:23032418,22920083:23032618,22920087:23032714,22935792:22936126', 'assoc_mat': '22743072:kraft:3726:22743264,22893523:kraft:3726:23023060,22915439:kraft:3726:22915447,22916870:kraft:3726:23032418,22920083:kraft:3726:23032618,22920087:kraft:3726:23032714,22935792:kraft:3726:22936126'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.934501365494462, 'nb_photo': 45, 'list_port_cont': '22592600,22602559,22637879,22637959,22645195,22667713,22675216,22681759,22698570,22718106,22737390,22777253,22794054,22845283,22859422,22863035,22863353,22883477,22897228,22900211,22925841,22942119,22951844,22978009,22987654,23005056,23063951,23090518', 'assoc_port': '22591582:22592600,22602549:22602559,22637672:22637959,22637674:22637879,22643641:22645195,22666515:22667713,22673669:22675216,22676627:22681759,22693033:22698570,22713819:22718106,22727668:22737390,22773713:22777253,22793928:22794054,22835476:22845283,22856658:22859422,22857008:22863353,22862865:22863035,22882318:22883477,22895713:22897228,22896423:22900211,22917826:22925841,22931348:22942119,22951589:22951844,22967489:22978009,22980691:22987654,22998438:23005056,23019441:23063951,23062405:23090518', 'assoc_mat': '22591582:metal:4205:22592600,22602549:metal:4205:22602559,22637672:metal:4205:22637959,22637674:metal:4205:22637879,22643641:metal:4205:22645195,22666515:metal:4205:22667713,22673669:metal:4205:22675216,22676627:metal:4205:22681759,22693033:metal:4205:22698570,22713819:metal:4205:22718106,22727668:metal:4205:22737390,22773713:metal:4205:22777253,22793928:metal:4205:22794054,22835476:metal:4205:22845283,22856658:metal:4205:22859422,22857008:metal:4205:22863353,22862865:metal:4205:22863035,22882318:metal:4205:22883477,22895713:metal:4205:22897228,22896423:metal:4205:22900211,22917826:metal:4205:22925841,22931348:metal:4205:22942119,22951589:metal:4205:22951844,22967489:metal:4205:22978009,22980691:metal:4205:22987654,22998438:metal:4205:23005056,23019441:metal:4205:23063951,23062405:metal:4205:23090518'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.005503983347870143, 'nb_photo': 461, 'list_port_cont': '22630373,22634261,22636612,22644196,22645973,22671020,22687238,22707911,22720097,22738387,22763430,22784795,22816590,22847720,22854602,22862337,22864776,22865863,22880839,22889064,22912927,22929714,22937921,22945507,22979039,22988171,22990624,23008511,23011432,23054152,23072332,23089692,23094184,23095169', 'assoc_port': '22604273:22636612,22609799:22634261,22624047:22630373,22640872:22644196,22645327:22645973,22668747:22671020,22683214:22687238,22706231:22707911,22715864:22720097,22727698:22738387,22760876:22763430,22775279:22784795,22814866:22816590,22835896:22854602,22835901:22847720,22858837:22862337,22861704:22864776,22863669:22865863,22879241:22880839,22885096:22889064,22909912:22912927,22916871:22945507,22924991:22929714,22934516:22937921,22963267:22990624,22967496:22979039,22979636:22988171,23002549:23008511,23010992:23054152,23010994:23011432,23024263:23094184,23056326:23089692,23071977:23072332,23080635:23095169', 'assoc_mat': '22604273:metal:4203:22636612,22609799:metal:4203:22634261,22624047:metal:4203:22630373,22640872:metal:4203:22644196,22645327:metal:4203:22645973,22668747:metal:4203:22671020,22683214:metal:4203:22687238,22706231:metal:4203:22707911,22715864:metal:4203:22720097,22727698:metal:4203:22738387,22760876:metal:4203:22763430,22775279:metal:4203:22784795,22814866:metal:4203:22816590,22835896:metal:4203:22854602,22835901:metal:4203:22847720,22858837:metal:4203:22862337,22861704:metal:4203:22864776,22863669:metal:4203:22865863,22879241:metal:4203:22880839,22885096:metal:4203:22889064,22909912:metal:4203:22912927,22916871:metal:4203:22945507,22924991:metal:4203:22929714,22934516:metal:4203:22937921,22963267:metal:4203:22990624,22967496:metal:4203:22979039,22979636:metal:4203:22988171,23002549:metal:4203:23008511,23010992:metal:4203:23054152,23010994:metal:4203:23011432,23024263:metal:4203:23094184,23056326:metal:4203:23089692,23071977:metal:4203:23072332,23080635:metal:4203:23095169'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0072839345963379935, 'nb_photo': 322, 'list_port_cont': '22594078,22594389,22596894,22597309,22603191,22607766,22613361,22617790,22637202,22637771,22639371,22639713,22641088,22643849,22646049,22647383,22663960,22666870,22670071,22674103,22674351,22675646,22676826,22686228,22687789,22695657,22696606,22709335,22711042,22712042,22712726,22713254,22714555,22715787,22721047,22721304,22728622,22732046,22732524,22733986,22756026,22758462,22761339,22763902,22766556,22775457,22775626,22775983,22814244,22816961,22818290,22823373,22823491,22829363,22833064,22839340,22839696,22840461,22842210,22856798,22857868,22858746,22859513,22859657,22861812,22861841,22862225,22863325,22864579,22874910,22876998,22877240,22879882,22880258,22882364,22882532,22883056,22890288,22893864,22895853,22896988,22911660,22914388,22915508,22915934,22919922,22920392,22923135,22923342,22925293,22925593,22928156,22930161,22930639,22931723,22934879,22944938,22948599,22948637,22949833,22951982,22953501,22956470,22961098,22963429,22964032,22968094,22981795,22982944,22983221,22988238,22989221,22998126,2300783', 'assoc_port': '22593606:22594389,22593610:22594078,22596777:22597309,22596780:22596894,22603049:22603191,22607575:22607766,22613019:22613361,22617411:22617790,22637082:22637202,22637676:22637771,22639298:22639713,22639302:22639371,22640874:22641088,22643639:22643849,22645999:22646049,22647189:22647383,22662911:22663960,22666517:22666870,22669905:22670071,22673666:22674351,22673668:22674103,22675369:22675646,22676625:22676826,22681470:22686228,22687087:22687789,22693003:22695657,22696407:22696606,22708745:22711042,22708748:22709335,22711984:22712042,22712695:22712726,22713014:22713254,22713828:22715787,22714440:22714555,22720553:22721304,22720554:22721047,22727657:22728622,22731511:22732524,22731514:22732046,22733593:22733986,22755523:22756026,22757921:22758462,22760878:22761339,22763327:22763902,22766320:22766556,22775277:22775983,22775281:22775626,22775282:22775457,22813691:22814244,22816845:22816961,22817781:22818290,22823125:22823491,22823154:22823373,22828660:22829363,22832673:22833064,22838933:22839696,22838963:2283934', 'assoc_mat': '22593606:metal:4207:22594389,22593610:metal:4207:22594078,22596777:metal:4207:22597309,22596780:metal:4207:22596894,22603049:metal:4207:22603191,22607575:metal:4207:22607766,22613019:metal:4207:22613361,22617411:metal:4207:22617790,22637082:metal:4207:22637202,22637676:metal:4207:22637771,22639298:metal:4207:22639713,22639302:metal:4207:22639371,22640874:metal:4207:22641088,22643639:metal:4207:22643849,22645999:metal:4207:22646049,22647189:metal:4207:22647383,22662911:metal:4207:22663960,22666517:metal:4207:22666870,22669905:metal:4207:22670071,22673666:metal:4207:22674351,22673668:metal:4207:22674103,22675369:metal:4207:22675646,22676625:metal:4207:22676826,22681470:metal:4207:22686228,22687087:metal:4207:22687789,22693003:metal:4207:22695657,22696407:metal:4207:22696606,22708745:metal:4207:22711042,22708748:metal:4207:22709335,22711984:metal:4207:22712042,22712695:metal:4207:22712726,22713014:metal:4207:22713254,22713828:metal:4207:22715787,22714440:metal:4207:22714555,22720553:metal:4207:22721304,22720554:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.009630613314445651, 'nb_photo': 22, 'list_port_cont': '22697907,22720954,22756101,22828937,22864525,22881587,22901520,22922735,22927863,22931846,22963808,22968135,23006497,23013092,23072420', 'assoc_port': '22696947:22697907,22720555:22720954,22755524:22756101,22828657:22828937,22864378:22864525,22875783:22881587,22901195:22901520,22922381:22922735,22927532:22927863,22931347:22931846,22963269:22963808,22967467:22968135,23006135:23006497,23012453:23013092,23071980:23072420', 'assoc_mat': '22696947:metal:4461:22697907,22720555:metal:4461:22720954,22755524:metal:4461:22756101,22828657:metal:4461:22828937,22864378:metal:4461:22864525,22875783:metal:4461:22881587,22901195:metal:4461:22901520,22922381:metal:4461:22922735,22927532:metal:4461:22927863,22931347:metal:4461:22931846,22963269:metal:4461:22963808,22967467:metal:4461:22968135,23006135:metal:4461:23006497,23012453:metal:4461:23013092,23071980:metal:4461:23072420'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.2495119214788206, 'nb_photo': 1598, 'list_port_cont': '22596184,22604137,22609332,22612210,22613235,22620999,22627393,22630385,22630483,22630490,22637375,22637394,22637524,22639215,22642120,22643599,22644332,22644431,22645460,22646061,22646703,22647329,22648104,22663883,22664079,22667664,22676960,22677088,22677193,22684097,22685649,22686625,22695633,22695683,22696538,22699557,22711344,22712186,22712812,22713179,22714728,22720793,22725027,22731747,22734353,22737340,22739665,22741205,22743317,22744944,22755894,22757454,22759671,22765901,22766587,22774554,22779830,22782101,22782644,22786750,22789444,22791839,22794082,22817111,22823191,22823590,22824763,22831496,22839177,22839673,22839829,22841177,22842016,22847476,22847926,22851385,22856025,22858936,22862206,22862721,22863016,22863134,22863354,22864915,22865050,22865830,22865860,22865893,22865905,22877972,22878083,22878465,22882463,22883507,22888916,22893417,22894530,22896396,22897418,22908163,22909453,22914739,22917393,22917413,22918157,22919988,22920507,22923739,22924771,22926532,22927451,22927860,22928790,2292911', 'assoc_port': '22594877:22596184,22600724:22604137,22602545:22612210,22604276:22609332,22610907:22620999,22613021:22613235,22614937:22627393,22617412:22630483,22618985:22630490,22624048:22630385,22637077:22637394,22637083:22637524,22637332:22637375,22638529:22639215,22641845:22643599,22641850:22642120,22642864:22644332,22642868:22644431,22644529:22646703,22645330:22645460,22646001:22646061,22647187:22648104,22647191:22647329,22662912:22663883,22662914:22664079,22666514:22667664,22669908:22684097,22675367:22676960,22675368:22677088,22675371:22677193,22675372:22685649,22681463:22686625,22687091:22695633,22694868:22696538,22694885:22695683,22696946:22699557,22708747:22711344,22711988:22712186,22712694:22713179,22712698:22712812,22714439:22714728,22720546:22720793,22720550:22725027,22723659:22734353,22727658:22737340,22731555:22739665,22731557:22731747,22733592:22744944,22740289:22741205,22743063:22743317,22753642:22755894,22755522:22757454,22757920:22759671,22763326:22765901,22766326:22766587,22771176:22774554,22775280:2277983', 'assoc_mat': '22594877:metal:4200:22596184,22600724:metal:4200:22604137,22602545:metal:4200:22612210,22604276:metal:4200:22609332,22610907:metal:4200:22620999,22613021:metal:4200:22613235,22614937:metal:4200:22627393,22617412:metal:4200:22630483,22618985:metal:4200:22630490,22624048:metal:4200:22630385,22637077:metal:4200:22637394,22637083:metal:4200:22637524,22637332:metal:4200:22637375,22638529:metal:4200:22639215,22641845:metal:4200:22643599,22641850:metal:4200:22642120,22642864:metal:4200:22644332,22642868:metal:4200:22644431,22644529:metal:4200:22646703,22645330:metal:4200:22645460,22646001:metal:4200:22646061,22647187:metal:4200:22648104,22647191:metal:4200:22647329,22662912:metal:4200:22663883,22662914:metal:4200:22664079,22666514:metal:4200:22667664,22669908:metal:4200:22684097,22675367:metal:4200:22676960,22675368:metal:4200:22677088,22675371:metal:4200:22677193,22675372:metal:4200:22685649,22681463:metal:4200:22686625,22687091:metal:4200:22695633,22694868:metal:4200:22696538,22694885:metal:4200:22695683,22696946:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.013061578825831581, 'nb_photo': 164, 'list_port_cont': '22593860,22595965,22601206,22603326,22604584,22607898,22611643,22611807,22611923,22617546,22617937,22624761,22625108,22629297,22637175,22637357,22637779,22639582,22641109,22643916,22645678,22647248,22662560,22662657,22663833,22672900,22675661,22681975,22682313,22682410,22683912,22684023,22687944,22696672,22697382,22706788,22719930,22724304,22730479,22730603,22754077,22761199,22766459,22774540,22781950,22786273,22787591,22814108,22817097,22823269,22831909,22835671,22835685,22839390,22856710,22858910,22861825,22862017,22862668,22863045,22863310,22863824,22876745,22880366,22881813,22887355,22887484,22890035,22890389,22891764,22893636,22896681,22914450,22918038,22926863,22960657,22968105,23003100,23011789,23013077,23018690,23024531,23053617,23056801,23059262,23064855,23065555,23079730', 'assoc_port': '22593609:22593860,22594876:22595965,22600723:22601206,22603046:22603326,22604278:22604584,22607576:22617546,22607578:22607898,22610903:22611923,22610905:22611807,22610908:22611643,22614939:22625108,22617415:22617937,22618983:22629297,22624049:22624761,22637081:22637175,22637331:22637357,22637677:22637779,22639299:22639582,22640873:22641109,22643642:22643916,22645325:22645678,22647186:22647248,22661875:22662657,22661878:22662560,22662913:22663833,22672696:22672900,22672699:22683912,22675373:22675661,22681465:22682410,22681467:22682313,22681471:22681975,22683204:22684023,22687085:22687944,22696406:22696672,22696945:22697382,22706230:22706788,22719539:22719930,22723676:22724304,22729019:22730603,22729023:22730479,22753645:22754077,22760875:22761199,22766334:22766459,22773720:22774540,22781197:22781950,22785905:22786273,22787162:22787591,22813690:22814108,22816847:22817097,22823127:22823269,22831634:22831909,22835473:22835685,22835475:22835671,22838935:22839390,22856663:22856710,22858841:22858910,22861708:2286182', 'assoc_mat': '22593609:metal:4209:22593860,22594876:metal:4209:22595965,22600723:metal:4209:22601206,22603046:metal:4209:22603326,22604278:metal:4209:22604584,22607576:metal:4209:22617546,22607578:metal:4209:22607898,22610903:metal:4209:22611923,22610905:metal:4209:22611807,22610908:metal:4209:22611643,22614939:metal:4209:22625108,22617415:metal:4209:22617937,22618983:metal:4209:22629297,22624049:metal:4209:22624761,22637081:metal:4209:22637175,22637331:metal:4209:22637357,22637677:metal:4209:22637779,22639299:metal:4209:22639582,22640873:metal:4209:22641109,22643642:metal:4209:22643916,22645325:metal:4209:22645678,22647186:metal:4209:22647248,22661875:metal:4209:22662657,22661878:metal:4209:22662560,22662913:metal:4209:22663833,22672696:metal:4209:22672900,22672699:metal:4209:22683912,22675373:metal:4209:22675661,22681465:metal:4209:22682410,22681467:metal:4209:22682313,22681471:metal:4209:22681975,22683204:metal:4209:22684023,22687085:metal:4209:22687944,22696406:metal:4209:22696672,22696945:metal:4209:22697382,22706230:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01552261411401398, 'nb_photo': 2302, 'list_port_cont': '22594156,22596097,22597266,22600171,22601226,22602884,22603309,22604568,22604694,22607876,22611739,22613605,22615579,22617912,22619618,22621908,22637239,22637541,22637893,22638905,22639720,22641082,22642200,22642357,22643264,22643859,22644820,22646139,22646323,22646764,22664722,22669208,22670574,22672983,22674156,22677116,22687526,22687863,22695471,22695601,22696697,22700566,22706878,22712131,22712890,22714112,22714712,22714770,22716159,22719982,22721102,22721218,22728548,22730035,22732168,22743599,22748172,22754162,22754202,22758663,22761611,22763726,22765745,22771942,22778218,22786462,22816122,22818595,22820558,22823244,22823534,22824452,22829496,22832005,22832258,22833295,22840997,22842120,22843011,22845814,22856865,22856872,22857922,22858754,22859611,22860800,22863063,22863865,22864506,22864564,22865040,22876875,22880530,22881975,22882020,22882511,22883166,22885520,22887668,22887838,22892053,22895834,22895871,22910376,22911749,22914580,22915530,22915986,22916065,22918137,22920486,22922770,22925351,2293034', 'assoc_port': '22593607:22594156,22594878:22596097,22596778:22597266,22599779:22600171,22600725:22601226,22602546:22602884,22603047:22603309,22604281:22604568,22604285:22604694,22607577:22607876,22610904:22611739,22613020:22613605,22614941:22615579,22617413:22617912,22618986:22619618,22621389:22621908,22637075:22637239,22637329:22637541,22637675:22637893,22638530:22638905,22639300:22639720,22640875:22641082,22641844:22642200,22641848:22642357,22642866:22643264,22643643:22643859,22644532:22644820,22645996:22646139,22646207:22646323,22646699:22646764,22662916:22664722,22668748:22669208,22669906:22670574,22672697:22672983,22673671:22674156,22676626:22677116,22687084:22687863,22687089:22687526,22694854:22695601,22694855:22695471,22694881:22700566,22696405:22696697,22706232:22706878,22711985:22712131,22712696:22712890,22713825:22714112,22714438:22714712,22714442:22714770,22715865:22716159,22719540:22719982,22720545:22721218,22720552:22721102,22727659:22728548,22729021:22730035,22731512:22732168,22740292:22748172,22743077:2274359', 'assoc_mat': '22593607:metal:4211:22594156,22594878:metal:4211:22596097,22596778:metal:4211:22597266,22599779:metal:4211:22600171,22600725:metal:4211:22601226,22602546:metal:4211:22602884,22603047:metal:4211:22603309,22604281:metal:4211:22604568,22604285:metal:4211:22604694,22607577:metal:4211:22607876,22610904:metal:4211:22611739,22613020:metal:4211:22613605,22614941:metal:4211:22615579,22617413:metal:4211:22617912,22618986:metal:4211:22619618,22621389:metal:4211:22621908,22637075:metal:4211:22637239,22637329:metal:4211:22637541,22637675:metal:4211:22637893,22638530:metal:4211:22638905,22639300:metal:4211:22639720,22640875:metal:4211:22641082,22641844:metal:4211:22642200,22641848:metal:4211:22642357,22642866:metal:4211:22643264,22643643:metal:4211:22643859,22644532:metal:4211:22644820,22645996:metal:4211:22646139,22646207:metal:4211:22646323,22646699:metal:4211:22646764,22662916:metal:4211:22664722,22668748:metal:4211:22669208,22669906:metal:4211:22670574,22672697:metal:4211:22672983,22673671:metal:4211:22674156,22676626:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002392573368880918, 'nb_photo': 4, 'list_port_cont': '22936484,22945222,22986011,23013185', 'assoc_port': '22929808:22945222,22935793:22936484,22984226:22986011,22998441:23013185', 'assoc_mat': '22929808:metal:3327:22945222,22935793:metal:3327:22936484,22984226:metal:3327:22986011,22998441:metal:3327:23013185'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0009265326842301349, 'nb_photo': 84, 'list_port_cont': '22928303,22949093,22950231,22953911,22961554,22968659,22975659,22976284,22977391,22984011,22985544,23004394,23007021,23013811,23016124,23019299,23019555,23025198,23053414,23072789,23074700,23076167,23079909,23080482,23083117', 'assoc_port': '22927536:22928303,22948162:22949093,22949538:22950231,22953035:22953911,22960477:22961554,22967479:22968659,22974925:22976284,22974926:22975659,22976916:22977391,22982646:22985544,22982647:22984011,23003831:23007021,23003838:23004394,23012451:23013811,23015442:23016124,23018462:23019555,23018464:23019299,23024250:23025198,23052716:23053414,23071983:23072789,23073358:23074700,23075515:23076167,23079427:23080482,23079435:23079909,23082841:23083117', 'assoc_mat': '22927536:metal:3594:22928303,22948162:metal:3594:22949093,22949538:metal:3594:22950231,22953035:metal:3594:22953911,22960477:metal:3594:22961554,22967479:metal:3594:22968659,22974925:metal:3594:22976284,22974926:metal:3594:22975659,22976916:metal:3594:22977391,22982646:metal:3594:22985544,22982647:metal:3594:22984011,23003831:metal:3594:23007021,23003838:metal:3594:23004394,23012451:metal:3594:23013811,23015442:metal:3594:23016124,23018462:metal:3594:23019555,23018464:metal:3594:23019299,23024250:metal:3594:23025198,23052716:metal:3594:23053414,23071983:metal:3594:23072789,23073358:metal:3594:23074700,23075515:metal:3594:23076167,23079427:metal:3594:23080482,23079435:metal:3594:23079909,23082841:metal:3594:23083117'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.025693846616524362, 'nb_photo': 1891, 'list_port_cont': '22592604,22602573,22627266,22637868,22637961,22645203,22667712,22675225,22681751,22698560,22718097,22722808,22737395,22757394,22777255,22782120,22794045,22845284,22856070,22859413,22863033,22863347,22876484,22883466,22897229,22900204,22925845,22942109,22951836,22978014,22987655,23005055,23012220,23063938,23075718,23088200,23090507,23091297', 'assoc_port': '22591582:22592604,22602549:22602573,22614943:22627266,22637672:22637961,22637674:22637868,22643641:22645203,22666515:22667712,22673669:22675225,22676627:22681751,22693033:22698560,22713819:22718097,22719525:22722808,22727668:22737395,22755525:22757394,22773713:22777255,22777724:22782120,22793928:22794045,22828627:22856070,22835476:22845284,22856658:22859413,22857008:22863347,22862865:22863033,22874442:22876484,22882318:22883466,22895713:22897229,22896423:22900204,22917826:22925845,22931348:22942109,22951589:22951836,22967489:22978014,22980691:22987655,22998438:23005055,23006133:23012220,23019441:23063938,23052721:23088200,23062405:23090507,23064326:23091297,23075518:23075718', 'assoc_mat': '22591582:papier:4205:22592604,22602549:papier:4205:22602573,22614943:papier:4205:22627266,22637672:papier:4205:22637961,22637674:papier:4205:22637868,22643641:papier:4205:22645203,22666515:papier:4205:22667712,22673669:papier:4205:22675225,22676627:papier:4205:22681751,22693033:papier:4205:22698560,22713819:papier:4205:22718097,22719525:papier:4205:22722808,22727668:papier:4205:22737395,22755525:papier:4205:22757394,22773713:papier:4205:22777255,22777724:papier:4205:22782120,22793928:papier:4205:22794045,22828627:papier:4205:22856070,22835476:papier:4205:22845284,22856658:papier:4205:22859413,22857008:papier:4205:22863347,22862865:papier:4205:22863033,22874442:papier:4205:22876484,22882318:papier:4205:22883466,22895713:papier:4205:22897229,22896423:papier:4205:22900204,22917826:papier:4205:22925845,22931348:papier:4205:22942109,22951589:papier:4205:22951836,22967489:papier:4205:22978014,22980691:papier:4205:22987655,22998438:papier:4205:23005055,23006133:papier:4205:23012220,23019441:papier:4205:23063938,2305'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.011496664820436325, 'nb_photo': 2785, 'list_port_cont': '22630378,22634260,22636619,22644192,22645965,22671018,22687239,22707910,22720106,22738376,22763435,22784782,22816578,22847713,22854601,22862352,22864780,22865878,22880847,22889055,22912928,22929711,22937916,22945498,22979037,22988169,22990627,23008509,23011436,23054143,23072336,23089695,23094187,23095164', 'assoc_port': '22604273:22636619,22609799:22634260,22624047:22630378,22640872:22644192,22645327:22645965,22668747:22671018,22683214:22687239,22706231:22707910,22715864:22720106,22727698:22738376,22760876:22763435,22775279:22784782,22814866:22816578,22835896:22854601,22835901:22847713,22858837:22862352,22861704:22864780,22863669:22865878,22879241:22880847,22885096:22889055,22909912:22912928,22916871:22945498,22924991:22929711,22934516:22937916,22963267:22990627,22967496:22979037,22979636:22988169,23002549:23008509,23010992:23054143,23010994:23011436,23024263:23094187,23056326:23089695,23071977:23072336,23080635:23095164', 'assoc_mat': '22604273:papier:4203:22636619,22609799:papier:4203:22634260,22624047:papier:4203:22630378,22640872:papier:4203:22644192,22645327:papier:4203:22645965,22668747:papier:4203:22671018,22683214:papier:4203:22687239,22706231:papier:4203:22707910,22715864:papier:4203:22720106,22727698:papier:4203:22738376,22760876:papier:4203:22763435,22775279:papier:4203:22784782,22814866:papier:4203:22816578,22835896:papier:4203:22854601,22835901:papier:4203:22847713,22858837:papier:4203:22862352,22861704:papier:4203:22864780,22863669:papier:4203:22865878,22879241:papier:4203:22880847,22885096:papier:4203:22889055,22909912:papier:4203:22912928,22916871:papier:4203:22945498,22924991:papier:4203:22929711,22934516:papier:4203:22937916,22963267:papier:4203:22990627,22967496:papier:4203:22979037,22979636:papier:4203:22988169,23002549:papier:4203:23008509,23010992:papier:4203:23054143,23010994:papier:4203:23011436,23024263:papier:4203:23094187,23056326:papier:4203:23089695,23071977:papier:4203:23072336,23080635:papier:4203:23095164'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.03890665713411122, 'nb_photo': 11760, 'list_port_cont': '22594076,22594350,22594398,22596886,22597304,22600129,22600328,22600924,22603194,22607768,22610273,22611301,22613350,22615153,22617797,22628682,22629010,22637208,22637257,22637768,22639382,22639700,22641095,22642311,22643840,22644669,22644853,22644869,22644976,22645634,22646053,22646101,22647231,22647389,22661926,22663973,22666882,22670065,22672795,22674113,22674365,22675638,22676820,22686227,22687293,22687786,22695408,22695666,22696617,22709325,22711027,22712043,22712712,22713256,22714563,22715795,22721056,22721293,22721889,22722002,22728580,22728624,22732038,22732517,22733463,22733534,22733980,22738167,22753880,22753983,22756017,22758448,22761343,22763900,22765538,22766553,22770050,22775464,22775661,22775980,22777151,22781542,22786363,22790694,22794070,22814242,22816967,22817982,22818304,22820509,22823381,22823485,22829358,22829566,22833059,22833368,22839346,22839634,22839687,22840471,22841942,22842220,22856789,22857871,22858747,22859512,22859655,22861804,22861838,22862058,22862184,22862218,22862998,2286332', 'assoc_port': '22593605:22594350,22593606:22594398,22593610:22594076,22596777:22597304,22596780:22596886,22599778:22600328,22599780:22600129,22600753:22600924,22603049:22603194,22607575:22607768,22609801:22610273,22610902:22611301,22613019:22613350,22614940:22615153,22617411:22617797,22628391:22629010,22628395:22628682,22637079:22637257,22637082:22637208,22637676:22637768,22639298:22639700,22639302:22639382,22640874:22641095,22641847:22642311,22643639:22643840,22644527:22644976,22644530:22644869,22644534:22644853,22644535:22644669,22645328:22645634,22645998:22646101,22645999:22646053,22647189:22647389,22647190:22647231,22661877:22661926,22662911:22663973,22666517:22666882,22669905:22670065,22672698:22672795,22673666:22674365,22673668:22674113,22675369:22675638,22676625:22676820,22681470:22686227,22687087:22687786,22687093:22687293,22693003:22695666,22694883:22695408,22696407:22696617,22708745:22711027,22708748:22709325,22711984:22712043,22712695:22712712,22713014:22713256,22713828:22715795,22714440:22714563,22720547:2272188', 'assoc_mat': '22593605:papier:4207:22594350,22593606:papier:4207:22594398,22593610:papier:4207:22594076,22596777:papier:4207:22597304,22596780:papier:4207:22596886,22599778:papier:4207:22600328,22599780:papier:4207:22600129,22600753:papier:4207:22600924,22603049:papier:4207:22603194,22607575:papier:4207:22607768,22609801:papier:4207:22610273,22610902:papier:4207:22611301,22613019:papier:4207:22613350,22614940:papier:4207:22615153,22617411:papier:4207:22617797,22628391:papier:4207:22629010,22628395:papier:4207:22628682,22637079:papier:4207:22637257,22637082:papier:4207:22637208,22637676:papier:4207:22637768,22639298:papier:4207:22639700,22639302:papier:4207:22639382,22640874:papier:4207:22641095,22641847:papier:4207:22642311,22643639:papier:4207:22643840,22644527:papier:4207:22644976,22644530:papier:4207:22644869,22644534:papier:4207:22644853,22644535:papier:4207:22644669,22645328:papier:4207:22645634,22645998:papier:4207:22646101,22645999:papier:4207:22646053,22647189:papier:4207:22647389,22647190:papier:4207:22647231,2266'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.23119442389574493, 'nb_photo': 29292, 'list_port_cont': '22591951,22595988,22600144,22604823,22604882,22607815,22610117,22611409,22615431,22621167,22621787,22637451,22638869,22639669,22642318,22643805,22644719,22645649,22646082,22647265,22664458,22666823,22670587,22674126,22677064,22684121,22687456,22693431,22696621,22697911,22712853,22714076,22717924,22720955,22721110,22724477,22732108,22749514,22756110,22761289,22766483,22771651,22778061,22781432,22782757,22786388,22787673,22811905,22816045,22824313,22828948,22832081,22833107,22839471,22840478,22844331,22844558,22856724,22858879,22859528,22860729,22862091,22862688,22864526,22874908,22876601,22879641,22881591,22881862,22882470,22891682,22891911,22893659,22894123,22894693,22901521,22914480,22915947,22917093,22919325,22922728,22925383,22927870,22931844,22935139,22948707,22952035,22953607,22959661,22963810,22968120,22972759,22973117,22975271,22980821,22997468,22998860,23003170,23003294,23006493,23012916,23013090,23020318,23026167,23049519,23053920,23057089,23059433,23068180,23072433,23079956,23080137,23081173', 'assoc_port': '22591584:22591951,22594879:22595988,22599782:22600144,22603048:22610117,22604271:22604882,22604283:22604823,22607579:22607815,22610906:22611409,22614959:22615431,22618984:22621167,22621387:22621787,22637328:22637451,22638528:22638869,22639301:22639669,22641846:22642318,22643640:22643805,22644533:22644719,22645326:22645649,22646000:22646082,22647188:22647265,22662910:22664458,22666516:22666823,22669907:22670587,22673670:22674126,22676624:22677064,22683217:22684121,22687090:22687456,22693018:22693431,22696409:22696621,22696947:22697911,22712697:22712853,22713831:22714076,22714437:22717924,22720549:22721110,22720555:22720955,22723677:22724477,22731556:22732108,22743102:22749514,22755524:22756110,22760877:22761289,22765036:22781432,22766335:22766483,22771175:22771651,22777722:22778061,22782355:22782757,22785891:22786388,22787164:22787673,22811660:22811905,22814868:22816045,22817782:22824313,22828657:22828948,22831635:22832081,22832675:22833107,22838937:22839471,22840147:22840478,22843809:22844558,22843810:2284433', 'assoc_mat': '22591584:papier:4461:22591951,22594879:papier:4461:22595988,22599782:papier:4461:22600144,22603048:papier:4461:22610117,22604271:papier:4461:22604882,22604283:papier:4461:22604823,22607579:papier:4461:22607815,22610906:papier:4461:22611409,22614959:papier:4461:22615431,22618984:papier:4461:22621167,22621387:papier:4461:22621787,22637328:papier:4461:22637451,22638528:papier:4461:22638869,22639301:papier:4461:22639669,22641846:papier:4461:22642318,22643640:papier:4461:22643805,22644533:papier:4461:22644719,22645326:papier:4461:22645649,22646000:papier:4461:22646082,22647188:papier:4461:22647265,22662910:papier:4461:22664458,22666516:papier:4461:22666823,22669907:papier:4461:22670587,22673670:papier:4461:22674126,22676624:papier:4461:22677064,22683217:papier:4461:22684121,22687090:papier:4461:22687456,22693018:papier:4461:22693431,22696409:papier:4461:22696621,22696947:papier:4461:22697911,22712697:papier:4461:22712853,22713831:papier:4461:22714076,22714437:papier:4461:22717924,22720549:papier:4461:22721110,2272'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.014343713525284529, 'nb_photo': 2734, 'list_port_cont': '22596173,22604125,22609329,22612196,22613224,22621001,22627385,22630393,22630478,22630498,22637376,22637395,22637526,22639211,22642116,22643595,22644330,22644428,22645466,22646058,22646708,22647328,22648108,22663914,22664092,22667659,22676959,22677093,22677196,22684102,22685641,22686624,22695623,22695680,22696541,22699560,22711336,22712179,22712807,22713170,22714731,22720782,22725035,22731749,22734357,22737334,22739663,22741200,22743325,22744954,22755896,22757453,22759663,22765902,22766583,22774564,22779836,22782105,22782655,22786751,22789445,22791842,22794088,22817108,22823197,22823586,22824767,22831498,22839181,22839668,22839828,22841183,22842006,22847477,22847930,22851386,22856020,22858937,22862202,22862711,22863015,22863139,22863359,22864908,22865060,22865844,22865846,22865884,22865896,22877970,22878071,22878458,22882465,22883499,22888913,22893419,22894531,22896398,22897421,22908160,22909439,22914737,22917394,22917415,22918155,22919990,22920516,22923741,22924767,22926535,22927444,22927854,22928789,2292911', 'assoc_port': '22594877:22596173,22600724:22604125,22602545:22612196,22604276:22609329,22610907:22621001,22613021:22613224,22614937:22627385,22617412:22630478,22618985:22630498,22624048:22630393,22637077:22637395,22637083:22637526,22637332:22637376,22638529:22639211,22641845:22643595,22641850:22642116,22642864:22644330,22642868:22644428,22644529:22646708,22645330:22645466,22646001:22646058,22647187:22648108,22647191:22647328,22662912:22663914,22662914:22664092,22666514:22667659,22669908:22684102,22675367:22676959,22675368:22677093,22675371:22677196,22675372:22685641,22681463:22686624,22687091:22695623,22694868:22696541,22694885:22695680,22696946:22699560,22708747:22711336,22711988:22712179,22712694:22713170,22712698:22712807,22714439:22714731,22720546:22720782,22720550:22725035,22723659:22734357,22727658:22737334,22731555:22739663,22731557:22731749,22733592:22744954,22740289:22741200,22743063:22743325,22753642:22755896,22755522:22757453,22757920:22759663,22763326:22765902,22766326:22766583,22771176:22774564,22775280:2277983', 'assoc_mat': '22594877:papier:4200:22596173,22600724:papier:4200:22604125,22602545:papier:4200:22612196,22604276:papier:4200:22609329,22610907:papier:4200:22621001,22613021:papier:4200:22613224,22614937:papier:4200:22627385,22617412:papier:4200:22630478,22618985:papier:4200:22630498,22624048:papier:4200:22630393,22637077:papier:4200:22637395,22637083:papier:4200:22637526,22637332:papier:4200:22637376,22638529:papier:4200:22639211,22641845:papier:4200:22643595,22641850:papier:4200:22642116,22642864:papier:4200:22644330,22642868:papier:4200:22644428,22644529:papier:4200:22646708,22645330:papier:4200:22645466,22646001:papier:4200:22646058,22647187:papier:4200:22648108,22647191:papier:4200:22647328,22662912:papier:4200:22663914,22662914:papier:4200:22664092,22666514:papier:4200:22667659,22669908:papier:4200:22684102,22675367:papier:4200:22676959,22675368:papier:4200:22677093,22675371:papier:4200:22677196,22675372:papier:4200:22685641,22681463:papier:4200:22686624,22687091:papier:4200:22695623,22694868:papier:4200:22696541,2269'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9354989967867455, 'nb_photo': 39799, 'list_port_cont': '22593866,22595978,22601211,22603328,22604595,22607906,22610156,22611636,22611808,22611926,22615314,22617549,22617845,22617929,22624752,22625116,22628720,22629299,22637171,22637365,22637773,22639573,22641117,22643913,22645485,22645690,22646312,22647262,22662566,22662660,22663837,22672895,22675659,22681964,22682306,22682416,22683913,22684024,22687396,22687951,22695353,22696675,22697391,22706796,22707795,22712024,22713269,22714700,22719937,22724306,22730487,22730609,22754073,22761245,22766452,22774547,22781953,22786280,22787599,22792007,22814104,22817089,22823268,22828869,22831911,22832972,22835678,22835693,22839392,22856715,22856835,22858917,22861826,22862018,22862131,22862662,22863046,22863301,22863812,22876743,22880363,22881821,22883118,22887365,22887492,22889808,22890031,22890391,22891755,22893633,22896671,22914448,22918034,22922668,22926854,22953206,22960651,22968103,23003113,23003988,23011776,23013069,23018677,23024525,23053610,23056814,23059250,23064860,23065561,23079735', 'assoc_port': '22593609:22593866,22594876:22595978,22600723:22601211,22603046:22603328,22604278:22604595,22607576:22617549,22607578:22607906,22609802:22610156,22610903:22611926,22610905:22611808,22610908:22611636,22614938:22615314,22614939:22625116,22617410:22617845,22617415:22617929,22618983:22629299,22624049:22624752,22628393:22628720,22637081:22637171,22637331:22637365,22637677:22637773,22639299:22639573,22640873:22641117,22643642:22643913,22645325:22645690,22645329:22645485,22646206:22646312,22647186:22647262,22661875:22662660,22661878:22662566,22662913:22663837,22672696:22672895,22672699:22683913,22675373:22675659,22681465:22682416,22681467:22682306,22681471:22681964,22683204:22684024,22687085:22687951,22687092:22687396,22694882:22695353,22696406:22696675,22696945:22697391,22706230:22706796,22707489:22707795,22711986:22712024,22713013:22713269,22714441:22714700,22719539:22719937,22723676:22724306,22729019:22730609,22729023:22730487,22753645:22754073,22760875:22761245,22766334:22766452,22773720:22774547,22781197:2278195', 'assoc_mat': '22593609:papier:4209:22593866,22594876:papier:4209:22595978,22600723:papier:4209:22601211,22603046:papier:4209:22603328,22604278:papier:4209:22604595,22607576:papier:4209:22617549,22607578:papier:4209:22607906,22609802:papier:4209:22610156,22610903:papier:4209:22611926,22610905:papier:4209:22611808,22610908:papier:4209:22611636,22614938:papier:4209:22615314,22614939:papier:4209:22625116,22617410:papier:4209:22617845,22617415:papier:4209:22617929,22618983:papier:4209:22629299,22624049:papier:4209:22624752,22628393:papier:4209:22628720,22637081:papier:4209:22637171,22637331:papier:4209:22637365,22637677:papier:4209:22637773,22639299:papier:4209:22639573,22640873:papier:4209:22641117,22643642:papier:4209:22643913,22645325:papier:4209:22645690,22645329:papier:4209:22645485,22646206:papier:4209:22646312,22647186:papier:4209:22647262,22661875:papier:4209:22662660,22661878:papier:4209:22662566,22662913:papier:4209:22663837,22672696:papier:4209:22672895,22672699:papier:4209:22683913,22675373:papier:4209:22675659,2268'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011944888020768903, 'nb_photo': 18679, 'list_port_cont': '22594149,22596088,22597268,22600175,22601232,22602877,22603303,22604569,22604688,22607885,22611744,22613599,22615574,22617915,22619613,22621909,22637224,22637553,22637885,22638903,22639725,22641069,22642205,22642346,22643275,22643863,22644806,22646133,22646324,22646765,22664730,22669219,22670583,22672995,22674152,22677109,22687527,22687868,22695485,22695605,22696705,22700573,22706889,22712136,22712895,22714103,22714718,22714760,22716165,22719973,22721104,22721223,22728536,22730039,22732165,22743595,22748165,22754167,22754208,22758668,22761620,22763734,22765753,22771947,22778219,22786470,22816121,22818588,22820555,22823239,22823529,22824459,22829509,22831999,22832257,22833297,22841003,22842121,22843020,22845809,22856864,22856866,22857926,22858764,22859607,22860803,22863072,22863869,22864513,22864553,22865029,22876871,22880515,22881973,22882025,22882506,22883158,22885522,22887657,22887830,22892031,22895835,22895875,22910363,22911747,22914572,22915529,22915979,22916058,22918132,22920496,22922768,22925342,2293034', 'assoc_port': '22593607:22594149,22594878:22596088,22596778:22597268,22599779:22600175,22600725:22601232,22602546:22602877,22603047:22603303,22604281:22604569,22604285:22604688,22607577:22607885,22610904:22611744,22613020:22613599,22614941:22615574,22617413:22617915,22618986:22619613,22621389:22621909,22637075:22637224,22637329:22637553,22637675:22637885,22638530:22638903,22639300:22639725,22640875:22641069,22641844:22642205,22641848:22642346,22642866:22643275,22643643:22643863,22644532:22644806,22645996:22646133,22646207:22646324,22646699:22646765,22662916:22664730,22668748:22669219,22669906:22670583,22672697:22672995,22673671:22674152,22676626:22677109,22687084:22687868,22687089:22687527,22694854:22695605,22694855:22695485,22694881:22700573,22696405:22696705,22706232:22706889,22711985:22712136,22712696:22712895,22713825:22714103,22714438:22714718,22714442:22714760,22715865:22716165,22719540:22719973,22720545:22721223,22720552:22721104,22727659:22728536,22729021:22730039,22731512:22732165,22740292:22748165,22743077:2274359', 'assoc_mat': '22593607:papier:4211:22594149,22594878:papier:4211:22596088,22596778:papier:4211:22597268,22599779:papier:4211:22600175,22600725:papier:4211:22601232,22602546:papier:4211:22602877,22603047:papier:4211:22603303,22604281:papier:4211:22604569,22604285:papier:4211:22604688,22607577:papier:4211:22607885,22610904:papier:4211:22611744,22613020:papier:4211:22613599,22614941:papier:4211:22615574,22617413:papier:4211:22617915,22618986:papier:4211:22619613,22621389:papier:4211:22621909,22637075:papier:4211:22637224,22637329:papier:4211:22637553,22637675:papier:4211:22637885,22638530:papier:4211:22638903,22639300:papier:4211:22639725,22640875:papier:4211:22641069,22641844:papier:4211:22642205,22641848:papier:4211:22642346,22642866:papier:4211:22643275,22643643:papier:4211:22643863,22644532:papier:4211:22644806,22645996:papier:4211:22646133,22646207:papier:4211:22646324,22646699:papier:4211:22646765,22662916:papier:4211:22664730,22668748:papier:4211:22669219,22669906:papier:4211:22670583,22672697:papier:4211:22672995,2267'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.014701224667746992, 'nb_photo': 468, 'list_port_cont': '22600792,22601575,22602964,22605085,22607294,22610544,22612830,22614564,22616482,22622123,22629255,22637339,22637996,22639828,22639883,22642910,22643285,22644956,22645409,22646157,22646172,22646449,22646783,22647113,22664935,22670973,22676633,22676779,22686166,22688621,22689694,22695647,22701193,22707694,22710395,22711920,22712299,22714465,22716574,22716651,22720732,22721544,22725014,22728824,22731569,22732983,22735491,22741287,22754532,22765227,22770709,22772540,22776170,22782389,22783549,22791668,22794788,22816528,22821242,22823558,22830569,22832792,22833544,22838460,22840238,22840673,22846193,22852378,22856915,22858845,22859644,22861854,22862251,22863381,22878556,22882931,22883769,22886533,22888291,22889657,22896326,22897004,22898271,22901066,22915358,22915926,22916136,22917773,22925566,22926574,22927935,22929975,22930591,22936495,22936547,22942819,22945217,22956557,22969796,22970484,22970726,22975700,22978962,22978975,22981019,22981717,22986003,22987861,22988214,22994037,22994879,23002077,23009884,2301319', 'assoc_port': '22596779:22607294,22599781:22600792,22600763:22601575,22602548:22602964,22604279:22605085,22609800:22612830,22609829:22610544,22613022:22614564,22614960:22616482,22621388:22622123,22628388:22629255,22637076:22639828,22637080:22637339,22637670:22637996,22639297:22639883,22641849:22642910,22642867:22643285,22644513:22646157,22644528:22645409,22644531:22644956,22645997:22647113,22646002:22646172,22646205:22646449,22646698:22646783,22662915:22664935,22669904:22670973,22673667:22676633,22675370:22676779,22683212:22686166,22687088:22688621,22688510:22689694,22694884:22695647,22700429:22701193,22706229:22707694,22708744:22711920,22708746:22710395,22711987:22712299,22713822:22714465,22715863:22716651,22715866:22716574,22719541:22720732,22720551:22725014,22720556:22721544,22727679:22728824,22729016:22731569,22731513:22732983,22733591:22735491,22740290:22741287,22753647:22754532,22763328:22765227,22769206:22770709,22771178:22772540,22775278:22776170,22781199:22782389,22782382:22783549,22787159:22794788,22787160:2279166', 'assoc_mat': '22596779:papier:3327:22607294,22599781:papier:3327:22600792,22600763:papier:3327:22601575,22602548:papier:3327:22602964,22604279:papier:3327:22605085,22609800:papier:3327:22612830,22609829:papier:3327:22610544,22613022:papier:3327:22614564,22614960:papier:3327:22616482,22621388:papier:3327:22622123,22628388:papier:3327:22629255,22637076:papier:3327:22639828,22637080:papier:3327:22637339,22637670:papier:3327:22637996,22639297:papier:3327:22639883,22641849:papier:3327:22642910,22642867:papier:3327:22643285,22644513:papier:3327:22646157,22644528:papier:3327:22645409,22644531:papier:3327:22644956,22645997:papier:3327:22647113,22646002:papier:3327:22646172,22646205:papier:3327:22646449,22646698:papier:3327:22646783,22662915:papier:3327:22664935,22669904:papier:3327:22670973,22673667:papier:3327:22676633,22675370:papier:3327:22676779,22683212:papier:3327:22686166,22687088:papier:3327:22688621,22688510:papier:3327:22689694,22694884:papier:3327:22695647,22700429:papier:3327:22701193,22706229:papier:3327:22707694,2270'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.11095540301404161, 'nb_photo': 5181, 'list_port_cont': '22928294,22949097,22950240,22953909,22961563,22968190,22968658,22975663,22976292,22977387,22977882,22984021,22985539,23004392,23007022,23013815,23016130,23018789,23019300,23019563,23025191,23053420,23072792,23074698,23076163,23079906,23080480,23083112', 'assoc_port': '22927536:22928294,22948162:22949097,22949538:22950240,22953035:22953909,22960477:22961563,22967479:22968658,22967499:22968190,22974925:22976292,22974926:22975663,22976914:22977882,22976916:22977387,22982646:22985539,22982647:22984021,23003831:23007022,23003838:23004392,23012451:23013815,23015442:23016130,23018462:23019563,23018464:23019300,23018467:23018789,23024250:23025191,23052716:23053420,23071983:23072792,23073358:23074698,23075515:23076163,23079427:23080480,23079435:23079906,23082841:23083112', 'assoc_mat': '22927536:papier:3594:22928294,22948162:papier:3594:22949097,22949538:papier:3594:22950240,22953035:papier:3594:22953909,22960477:papier:3594:22961563,22967479:papier:3594:22968658,22967499:papier:3594:22968190,22974925:papier:3594:22976292,22974926:papier:3594:22975663,22976914:papier:3594:22977882,22976916:papier:3594:22977387,22982646:papier:3594:22985539,22982647:papier:3594:22984021,23003831:papier:3594:23007022,23003838:papier:3594:23004392,23012451:papier:3594:23013815,23015442:papier:3594:23016130,23018462:papier:3594:23019563,23018464:papier:3594:23019300,23018467:papier:3594:23018789,23024250:papier:3594:23025191,23052716:papier:3594:23053420,23071983:papier:3594:23072792,23073358:papier:3594:23074698,23075515:papier:3594:23076163,23079427:papier:3594:23080480,23079435:papier:3594:23079906,23082841:papier:3594:23083112'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.007050783811610808, 'nb_photo': 120, 'list_port_cont': '22592607,22602563,22627281,22637866,22637953,22645205,22667707,22675222,22681760,22698567,22718099,22737398,22757400,22777257,22782117,22794048,22845286,22856073,22863023,22863340,22876481,22883462,22897223,22900209,22925846,22942115,22951841,22978001,22987657,23012213,23063939,23075715,23088205,23090515,23091300', 'assoc_port': '22591582:22592607,22602549:22602563,22614943:22627281,22637672:22637953,22637674:22637866,22643641:22645205,22666515:22667707,22673669:22675222,22676627:22681760,22693033:22698567,22713819:22718099,22727668:22737398,22755525:22757400,22773713:22777257,22777724:22782117,22793928:22794048,22828627:22856073,22835476:22845286,22857008:22863340,22862865:22863023,22874442:22876481,22882318:22883462,22895713:22897223,22896423:22900209,22917826:22925846,22931348:22942115,22951589:22951841,22967489:22978001,22980691:22987657,23006133:23012213,23019441:23063939,23052721:23088205,23062405:23090515,23064326:23091300,23075518:23075715', 'assoc_mat': '22591582:pehd:4205:22592607,22602549:pehd:4205:22602563,22614943:pehd:4205:22627281,22637672:pehd:4205:22637953,22637674:pehd:4205:22637866,22643641:pehd:4205:22645205,22666515:pehd:4205:22667707,22673669:pehd:4205:22675222,22676627:pehd:4205:22681760,22693033:pehd:4205:22698567,22713819:pehd:4205:22718099,22727668:pehd:4205:22737398,22755525:pehd:4205:22757400,22773713:pehd:4205:22777257,22777724:pehd:4205:22782117,22793928:pehd:4205:22794048,22828627:pehd:4205:22856073,22835476:pehd:4205:22845286,22857008:pehd:4205:22863340,22862865:pehd:4205:22863023,22874442:pehd:4205:22876481,22882318:pehd:4205:22883462,22895713:pehd:4205:22897223,22896423:pehd:4205:22900209,22917826:pehd:4205:22925846,22931348:pehd:4205:22942115,22951589:pehd:4205:22951841,22967489:pehd:4205:22978001,22980691:pehd:4205:22987657,23006133:pehd:4205:23012213,23019441:pehd:4205:23063939,23052721:pehd:4205:23088205,23062405:pehd:4205:23090515,23064326:pehd:4205:23091300,23075518:pehd:4205:23075715'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0032647619306581414, 'nb_photo': 291, 'list_port_cont': '22630368,22634255,22636616,22644191,22645961,22671023,22687245,22707914,22720104,22738372,22763445,22784787,22816591,22847721,22854604,22862340,22864779,22865864,22880836,22889058,22912921,22929720,22937928,22945496,22979041,22988170,22990614,23008507,23011426,23072326,23089694,23094197,23095171', 'assoc_port': '22604273:22636616,22609799:22634255,22624047:22630368,22640872:22644191,22645327:22645961,22668747:22671023,22683214:22687245,22706231:22707914,22715864:22720104,22727698:22738372,22760876:22763445,22775279:22784787,22814866:22816591,22835896:22854604,22835901:22847721,22858837:22862340,22861704:22864779,22863669:22865864,22879241:22880836,22885096:22889058,22909912:22912921,22916871:22945496,22924991:22929720,22934516:22937928,22963267:22990614,22967496:22979041,22979636:22988170,23002549:23008507,23010994:23011426,23024263:23094197,23056326:23089694,23071977:23072326,23080635:23095171', 'assoc_mat': '22604273:pehd:4203:22636616,22609799:pehd:4203:22634255,22624047:pehd:4203:22630368,22640872:pehd:4203:22644191,22645327:pehd:4203:22645961,22668747:pehd:4203:22671023,22683214:pehd:4203:22687245,22706231:pehd:4203:22707914,22715864:pehd:4203:22720104,22727698:pehd:4203:22738372,22760876:pehd:4203:22763445,22775279:pehd:4203:22784787,22814866:pehd:4203:22816591,22835896:pehd:4203:22854604,22835901:pehd:4203:22847721,22858837:pehd:4203:22862340,22861704:pehd:4203:22864779,22863669:pehd:4203:22865864,22879241:pehd:4203:22880836,22885096:pehd:4203:22889058,22909912:pehd:4203:22912921,22916871:pehd:4203:22945496,22924991:pehd:4203:22929720,22934516:pehd:4203:22937928,22963267:pehd:4203:22990614,22967496:pehd:4203:22979041,22979636:pehd:4203:22988170,23002549:pehd:4203:23008507,23010994:pehd:4203:23011426,23024263:pehd:4203:23094197,23056326:pehd:4203:23089694,23071977:pehd:4203:23072326,23080635:pehd:4203:23095171'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003999971580304025, 'nb_photo': 295, 'list_port_cont': '22594070,22594346,22594390,22600125,22600930,22610269,22613352,22617795,22628690,22629014,22637204,22637758,22639703,22642302,22644841,22644861,22644966,22647238,22661922,22663968,22666875,22670076,22672790,22674107,22674357,22676814,22686237,22687792,22695660,22696614,22711034,22712724,22714559,22715781,22721058,22721296,22721893,22728619,22732045,22732509,22733988,22738165,22753881,22756016,22758444,22761336,22763898,22765536,22766554,22770052,22775451,22775978,22781541,22786370,22790685,22794062,22814235,22816964,22818297,22820520,22823380,22829570,22833365,22839347,22839632,22839693,22840458,22856801,22857866,22858740,22859524,22859653,22862059,22862994,22863788,22863934,22864568,22874927,22876710,22877002,22877230,22879607,22879880,22880253,22882374,22882520,22885465,22890280,22893861,22894043,22895808,22895855,22911667,22911995,22914400,22915514,22915945,22917089,22919291,22920377,22922701,22923338,22925302,22925594,22928148,22930162,22930641,22934873,22944940,22948603,22949841,22956475,22959557,2298180', 'assoc_port': '22593605:22594346,22593606:22594390,22593610:22594070,22599780:22600125,22600753:22600930,22609801:22610269,22613019:22613352,22617411:22617795,22628391:22629014,22628395:22628690,22637082:22637204,22637676:22637758,22639298:22639703,22641847:22642302,22644527:22644966,22644530:22644861,22644534:22644841,22647190:22647238,22661877:22661922,22662911:22663968,22666517:22666875,22669905:22670076,22672698:22672790,22673666:22674357,22673668:22674107,22676625:22676814,22681470:22686237,22687087:22687792,22693003:22695660,22696407:22696614,22708745:22711034,22712695:22712724,22713828:22715781,22714440:22714559,22720547:22721893,22720553:22721296,22720554:22721058,22727657:22728619,22729018:22738165,22731511:22732509,22731514:22732045,22733593:22733988,22753641:22753881,22755523:22756016,22757921:22758444,22760878:22761336,22763327:22763898,22765035:22765536,22766320:22766554,22769207:22770052,22775277:22775978,22775282:22775451,22781201:22781541,22785918:22786370,22787163:22790685,22793924:22794062,22813691:2281423', 'assoc_mat': '22593605:pehd:4207:22594346,22593606:pehd:4207:22594390,22593610:pehd:4207:22594070,22599780:pehd:4207:22600125,22600753:pehd:4207:22600930,22609801:pehd:4207:22610269,22613019:pehd:4207:22613352,22617411:pehd:4207:22617795,22628391:pehd:4207:22629014,22628395:pehd:4207:22628690,22637082:pehd:4207:22637204,22637676:pehd:4207:22637758,22639298:pehd:4207:22639703,22641847:pehd:4207:22642302,22644527:pehd:4207:22644966,22644530:pehd:4207:22644861,22644534:pehd:4207:22644841,22647190:pehd:4207:22647238,22661877:pehd:4207:22661922,22662911:pehd:4207:22663968,22666517:pehd:4207:22666875,22669905:pehd:4207:22670076,22672698:pehd:4207:22672790,22673666:pehd:4207:22674357,22673668:pehd:4207:22674107,22676625:pehd:4207:22676814,22681470:pehd:4207:22686237,22687087:pehd:4207:22687792,22693003:pehd:4207:22695660,22696407:pehd:4207:22696614,22708745:pehd:4207:22711034,22712695:pehd:4207:22712724,22713828:pehd:4207:22715781,22714440:pehd:4207:22714559,22720547:pehd:4207:22721893,22720553:pehd:4207:22721296,22720554:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.006618412804089339, 'nb_photo': 25, 'list_port_cont': '22595989,22621789,22664459,22670619,22677063,22732109,22749518,22761297,22828938,22844555,22858882,22859538,22860726,22862677,22879643,22901512,22931854,22963816,22975273,23003307,23059439', 'assoc_port': '22594879:22595989,22621387:22621789,22662910:22664459,22669907:22670619,22676624:22677063,22731556:22732109,22743102:22749518,22760877:22761297,22828657:22828938,22843809:22844555,22858840:22858882,22859469:22859538,22860491:22860726,22862459:22862677,22879243:22879643,22901195:22901512,22931347:22931854,22963269:22963816,22974928:22975273,23002551:23003307,23058879:23059439', 'assoc_mat': '22594879:pehd:4461:22595989,22621387:pehd:4461:22621789,22662910:pehd:4461:22664459,22669907:pehd:4461:22670619,22676624:pehd:4461:22677063,22731556:pehd:4461:22732109,22743102:pehd:4461:22749518,22760877:pehd:4461:22761297,22828657:pehd:4461:22828938,22843809:pehd:4461:22844555,22858840:pehd:4461:22858882,22859469:pehd:4461:22859538,22860491:pehd:4461:22860726,22862459:pehd:4461:22862677,22879243:pehd:4461:22879643,22901195:pehd:4461:22901512,22931347:pehd:4461:22931854,22963269:pehd:4461:22963816,22974928:pehd:4461:22975273,23002551:pehd:4461:23003307,23058879:pehd:4461:23059439'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.008028209179804522, 'nb_photo': 901, 'list_port_cont': '22596176,22604134,22609340,22612204,22613234,22620992,22627380,22630386,22630485,22630491,22637372,22637392,22637530,22639218,22642119,22643597,22644334,22644425,22645470,22646069,22646705,22647332,22648109,22663890,22667653,22676965,22677089,22677191,22684090,22685652,22686637,22695629,22695684,22696539,22699547,22711332,22712184,22712809,22713174,22714732,22720791,22725026,22731750,22734342,22737341,22739671,22741198,22743316,22744941,22755897,22757456,22759664,22765895,22766593,22774555,22779834,22782106,22782648,22786740,22789434,22791848,22794084,22817116,22823196,22823593,22824762,22831479,22839169,22839676,22839830,22841186,22842005,22847478,22847934,22851382,22856022,22858929,22862211,22862708,22863021,22863133,22863362,22864912,22865055,22865836,22865852,22865885,22865910,22877969,22878081,22878457,22882453,22883502,22888914,22893422,22894532,22896392,22897430,22908157,22909448,22914734,22917405,22917420,22918147,22919991,22920505,22923748,22924773,22926526,22927438,22927848,22929122,22929924,2293609', 'assoc_port': '22594877:22596176,22600724:22604134,22602545:22612204,22604276:22609340,22610907:22620992,22613021:22613234,22614937:22627380,22617412:22630485,22618985:22630491,22624048:22630386,22637077:22637392,22637083:22637530,22637332:22637372,22638529:22639218,22641845:22643597,22641850:22642119,22642864:22644334,22642868:22644425,22644529:22646705,22645330:22645470,22646001:22646069,22647187:22648109,22647191:22647332,22662912:22663890,22666514:22667653,22669908:22684090,22675367:22676965,22675368:22677089,22675371:22677191,22675372:22685652,22681463:22686637,22687091:22695629,22694868:22696539,22694885:22695684,22696946:22699547,22708747:22711332,22711988:22712184,22712694:22713174,22712698:22712809,22714439:22714732,22720546:22720791,22720550:22725026,22723659:22734342,22727658:22737341,22731555:22739671,22731557:22731750,22733592:22744941,22740289:22741198,22743063:22743316,22753642:22755897,22755522:22757456,22757920:22759664,22763326:22765895,22766326:22766593,22771176:22774555,22775280:22779834,22777709:2278210', 'assoc_mat': '22594877:pehd:4200:22596176,22600724:pehd:4200:22604134,22602545:pehd:4200:22612204,22604276:pehd:4200:22609340,22610907:pehd:4200:22620992,22613021:pehd:4200:22613234,22614937:pehd:4200:22627380,22617412:pehd:4200:22630485,22618985:pehd:4200:22630491,22624048:pehd:4200:22630386,22637077:pehd:4200:22637392,22637083:pehd:4200:22637530,22637332:pehd:4200:22637372,22638529:pehd:4200:22639218,22641845:pehd:4200:22643597,22641850:pehd:4200:22642119,22642864:pehd:4200:22644334,22642868:pehd:4200:22644425,22644529:pehd:4200:22646705,22645330:pehd:4200:22645470,22646001:pehd:4200:22646069,22647187:pehd:4200:22648109,22647191:pehd:4200:22647332,22662912:pehd:4200:22663890,22666514:pehd:4200:22667653,22669908:pehd:4200:22684090,22675367:pehd:4200:22676965,22675368:pehd:4200:22677089,22675371:pehd:4200:22677191,22675372:pehd:4200:22685652,22681463:pehd:4200:22686637,22687091:pehd:4200:22695629,22694868:pehd:4200:22696539,22694885:pehd:4200:22695684,22696946:pehd:4200:22699547,22708747:pehd:4200:22711332,22711988:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01835037937632715, 'nb_photo': 538, 'list_port_cont': '22593863,22595974,22601214,22603323,22604591,22607903,22610161,22611616,22611815,22611927,22615322,22617552,22617854,22617931,22624755,22625102,22628723,22629306,22637163,22637368,22637787,22639571,22641104,22643914,22645486,22645689,22646299,22647260,22662571,22662649,22663841,22672892,22675651,22681974,22682307,22682422,22683921,22684018,22687389,22687957,22695360,22696682,22697389,22706784,22707789,22712021,22713270,22714694,22719928,22724305,22730493,22730606,22754087,22761220,22766467,22774546,22781940,22786277,22787590,22792002,22814102,22817098,22823279,22828867,22831916,22832973,22835664,22835681,22839391,22856841,22858914,22861823,22862022,22862124,22862669,22863043,22863307,22863821,22876741,22880370,22881811,22883124,22887363,22887491,22889811,22890037,22890395,22891754,22896675,22914445,22918036,22922669,22926856,22953207,22968109,23003104,23003982,23011778,23013068,23018682,23053624,23056802,23059258,23064861,23065557,23079732', 'assoc_port': '22593609:22593863,22594876:22595974,22600723:22601214,22603046:22603323,22604278:22604591,22607576:22617552,22607578:22607903,22609802:22610161,22610903:22611927,22610905:22611815,22610908:22611616,22614938:22615322,22614939:22625102,22617410:22617854,22617415:22617931,22618983:22629306,22624049:22624755,22628393:22628723,22637081:22637163,22637331:22637368,22637677:22637787,22639299:22639571,22640873:22641104,22643642:22643914,22645325:22645689,22645329:22645486,22646206:22646299,22647186:22647260,22661875:22662649,22661878:22662571,22662913:22663841,22672696:22672892,22672699:22683921,22675373:22675651,22681465:22682422,22681467:22682307,22681471:22681974,22683204:22684018,22687085:22687957,22687092:22687389,22694882:22695360,22696406:22696682,22696945:22697389,22706230:22706784,22707489:22707789,22711986:22712021,22713013:22713270,22714441:22714694,22719539:22719928,22723676:22724305,22729019:22730606,22729023:22730493,22753645:22754087,22760875:22761220,22766334:22766467,22773720:22774546,22781197:2278194', 'assoc_mat': '22593609:pehd:4209:22593863,22594876:pehd:4209:22595974,22600723:pehd:4209:22601214,22603046:pehd:4209:22603323,22604278:pehd:4209:22604591,22607576:pehd:4209:22617552,22607578:pehd:4209:22607903,22609802:pehd:4209:22610161,22610903:pehd:4209:22611927,22610905:pehd:4209:22611815,22610908:pehd:4209:22611616,22614938:pehd:4209:22615322,22614939:pehd:4209:22625102,22617410:pehd:4209:22617854,22617415:pehd:4209:22617931,22618983:pehd:4209:22629306,22624049:pehd:4209:22624755,22628393:pehd:4209:22628723,22637081:pehd:4209:22637163,22637331:pehd:4209:22637368,22637677:pehd:4209:22637787,22639299:pehd:4209:22639571,22640873:pehd:4209:22641104,22643642:pehd:4209:22643914,22645325:pehd:4209:22645689,22645329:pehd:4209:22645486,22646206:pehd:4209:22646299,22647186:pehd:4209:22647260,22661875:pehd:4209:22662649,22661878:pehd:4209:22662571,22662913:pehd:4209:22663841,22672696:pehd:4209:22672892,22672699:pehd:4209:22683921,22675373:pehd:4209:22675651,22681465:pehd:4209:22682422,22681467:pehd:4209:22682307,22681471:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.23263657991827938, 'nb_photo': 14304, 'list_port_cont': '22594159,22596091,22597260,22600168,22601224,22602875,22603310,22604570,22604673,22607882,22611748,22613609,22615584,22617917,22619621,22621917,22637236,22637543,22637883,22638901,22639729,22641079,22642208,22642361,22643265,22643867,22644819,22646141,22646329,22646757,22664731,22669215,22670572,22672984,22674162,22677102,22687537,22687861,22695470,22695602,22696706,22700567,22706884,22712132,22712893,22714110,22714713,22714766,22716172,22719977,22721092,22721229,22728544,22730033,22732169,22743583,22748174,22754158,22754199,22758672,22761618,22763720,22765754,22771949,22778213,22786459,22816116,22818581,22820560,22823241,22823532,22824445,22829500,22832014,22832260,22833301,22840998,22842114,22843017,22845810,22856852,22856873,22857918,22858759,22859608,22860806,22863074,22863866,22864512,22864557,22865034,22876866,22880524,22881969,22882023,22882509,22883169,22885536,22887662,22887833,22892027,22895836,22895864,22910373,22911758,22914573,22915524,22915990,22916059,22918122,22920495,22922780,22925344,2293035', 'assoc_port': '22593607:22594159,22594878:22596091,22596778:22597260,22599779:22600168,22600725:22601224,22602546:22602875,22603047:22603310,22604281:22604570,22604285:22604673,22607577:22607882,22610904:22611748,22613020:22613609,22614941:22615584,22617413:22617917,22618986:22619621,22621389:22621917,22637075:22637236,22637329:22637543,22637675:22637883,22638530:22638901,22639300:22639729,22640875:22641079,22641844:22642208,22641848:22642361,22642866:22643265,22643643:22643867,22644532:22644819,22645996:22646141,22646207:22646329,22646699:22646757,22662916:22664731,22668748:22669215,22669906:22670572,22672697:22672984,22673671:22674162,22676626:22677102,22687084:22687861,22687089:22687537,22694854:22695602,22694855:22695470,22694881:22700567,22696405:22696706,22706232:22706884,22711985:22712132,22712696:22712893,22713825:22714110,22714438:22714713,22714442:22714766,22715865:22716172,22719540:22719977,22720545:22721229,22720552:22721092,22727659:22728544,22729021:22730033,22731512:22732169,22740292:22748174,22743077:2274358', 'assoc_mat': '22593607:pehd:4211:22594159,22594878:pehd:4211:22596091,22596778:pehd:4211:22597260,22599779:pehd:4211:22600168,22600725:pehd:4211:22601224,22602546:pehd:4211:22602875,22603047:pehd:4211:22603310,22604281:pehd:4211:22604570,22604285:pehd:4211:22604673,22607577:pehd:4211:22607882,22610904:pehd:4211:22611748,22613020:pehd:4211:22613609,22614941:pehd:4211:22615584,22617413:pehd:4211:22617917,22618986:pehd:4211:22619621,22621389:pehd:4211:22621917,22637075:pehd:4211:22637236,22637329:pehd:4211:22637543,22637675:pehd:4211:22637883,22638530:pehd:4211:22638901,22639300:pehd:4211:22639729,22640875:pehd:4211:22641079,22641844:pehd:4211:22642208,22641848:pehd:4211:22642361,22642866:pehd:4211:22643265,22643643:pehd:4211:22643867,22644532:pehd:4211:22644819,22645996:pehd:4211:22646141,22646207:pehd:4211:22646329,22646699:pehd:4211:22646757,22662916:pehd:4211:22664731,22668748:pehd:4211:22669215,22669906:pehd:4211:22670572,22672697:pehd:4211:22672984,22673671:pehd:4211:22674162,22676626:pehd:4211:22677102,22687084:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.009086185401811712, 'nb_photo': 15, 'list_port_cont': '22770703,22882925,22883779,22886534,22897002,22901073,22909346', 'assoc_port': '22769206:22770703,22879242:22883779,22881746:22882925,22882937:22886534,22889833:22901073,22894326:22897002,22894331:22909346', 'assoc_mat': '22769206:pehd:3327:22770703,22879242:pehd:3327:22883779,22881746:pehd:3327:22882925,22882937:pehd:3327:22886534,22889833:pehd:3327:22901073,22894326:pehd:3327:22897002,22894331:pehd:3327:22909346'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.00043057706143643647, 'nb_photo': 8, 'list_port_cont': '22953910,22976285,23007025,23013813,23019554,23072784', 'assoc_port': '22953035:22953910,22974925:22976285,23003831:23007025,23012451:23013813,23018462:23019554,23071983:23072784', 'assoc_mat': '22953035:pehd:3594:22953910,22974925:pehd:3594:22976285,23003831:pehd:3594:23007025,23012451:pehd:3594:23013813,23018462:pehd:3594:23019554,23071983:pehd:3594:23072784'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00491522692803576, 'nb_photo': 17, 'list_port_cont': '22602565,22637873,22667706,22698568,22718095,22737393,22794046,22845278,22863341,22987667,23063949,23091291', 'assoc_port': '22602549:22602565,22637674:22637873,22666515:22667706,22693033:22698568,22713819:22718095,22727668:22737393,22793928:22794046,22835476:22845278,22857008:22863341,22980691:22987667,23019441:23063949,23064326:23091291', 'assoc_mat': '22602549:pet_clair:4205:22602565,22637674:pet_clair:4205:22637873,22666515:pet_clair:4205:22667706,22693033:pet_clair:4205:22698568,22713819:pet_clair:4205:22718095,22727668:pet_clair:4205:22737393,22793928:pet_clair:4205:22794046,22835476:pet_clair:4205:22845278,22857008:pet_clair:4205:22863341,22980691:pet_clair:4205:22987667,23019441:pet_clair:4205:23063949,23064326:pet_clair:4205:23091291'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0006309621661608441, 'nb_photo': 12, 'list_port_cont': '22645966,22687234,22720102,22864771,22937917,22990628,23054148', 'assoc_port': '22645327:22645966,22683214:22687234,22715864:22720102,22861704:22864771,22934516:22937917,22963267:22990628,23010992:23054148', 'assoc_mat': '22645327:pet_clair:4203:22645966,22683214:pet_clair:4203:22687234,22715864:pet_clair:4203:22720102,22861704:pet_clair:4203:22864771,22934516:pet_clair:4203:22937917,22963267:pet_clair:4203:22990628,23010992:pet_clair:4203:23054148'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002054117631202338, 'nb_photo': 18, 'list_port_cont': '22613363,22645623,22663961,22670061,22675643,22712715,22721295,22733459,22733977,22928145,22931725,22934874,22951988,22968095,22982945,22989216,23071589', 'assoc_port': '22613019:22613363,22645328:22645623,22662911:22663961,22669905:22670061,22675369:22675643,22712695:22712715,22720553:22721295,22731509:22733459,22733593:22733977,22927533:22928145,22931349:22931725,22934518:22934874,22951590:22951988,22967476:22968095,22972480:22989216,22982645:22982945,23019436:23071589', 'assoc_mat': '22613019:pet_clair:4207:22613363,22645328:pet_clair:4207:22645623,22662911:pet_clair:4207:22663961,22669905:pet_clair:4207:22670061,22675369:pet_clair:4207:22675643,22712695:pet_clair:4207:22712715,22720553:pet_clair:4207:22721295,22731509:pet_clair:4207:22733459,22733593:pet_clair:4207:22733977,22927533:pet_clair:4207:22928145,22931349:pet_clair:4207:22931725,22934518:pet_clair:4207:22934874,22951590:pet_clair:4207:22951988,22967476:pet_clair:4207:22968095,22972480:pet_clair:4207:22989216,22982645:pet_clair:4207:22982945,23019436:pet_clair:4207:23071589'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0031787413594027104, 'nb_photo': 2, 'list_port_cont': '22684127,22696622', 'assoc_port': '22683217:22684127,22696409:22696622', 'assoc_mat': '22683217:pet_clair:4461:22684127,22696409:pet_clair:4461:22696622'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.04356113764527223, 'nb_photo': 210, 'list_port_cont': '22604123,22609343,22612207,22620994,22630473,22630493,22637402,22642112,22643598,22644342,22644423,22646059,22647325,22648095,22664081,22667660,22677091,22684092,22686636,22696540,22711338,22713167,22714726,22720787,22725036,22737339,22739662,22743327,22744948,22755900,22759673,22765908,22766585,22774560,22779835,22782649,22786745,22817115,22824756,22831476,22847469,22847927,22851397,22856024,22862208,22862714,22863011,22864919,22865829,22865882,22865909,22877975,22878463,22882457,22888918,22893423,22897425,22908162,22909455,22914742,22917395,22920515,22923749,22924763,22927446,22928780,22929121,22929917,22936093,22936650,22945269,22950810,22963601,22967936,22976805,22977787,22980870,22985393,22985781,22985838,22986961,22987739,23007522,23009407,23066143,23090227,23090657,23091842,23094921', 'assoc_port': '22600724:22604123,22602545:22612207,22604276:22609343,22610907:22620994,22617412:22630473,22618985:22630493,22637077:22637402,22641845:22643598,22641850:22642112,22642864:22644342,22642868:22644423,22646001:22646059,22647187:22648095,22647191:22647325,22662914:22664081,22666514:22667660,22669908:22684092,22675368:22677091,22681463:22686636,22694868:22696540,22708747:22711338,22712694:22713167,22714439:22714726,22720546:22720787,22720550:22725036,22727658:22737339,22731555:22739662,22733592:22744948,22743063:22743327,22753642:22755900,22757920:22759673,22763326:22765908,22766326:22766585,22771176:22774560,22775280:22779835,22777728:22782649,22781200:22786745,22816846:22817115,22820053:22831476,22820054:22824756,22828629:22856024,22835474:22847927,22843811:22847469,22851169:22851397,22861706:22864919,22861970:22862208,22862477:22862714,22862864:22863011,22863281:22865882,22863285:22865909,22864376:22865829,22876400:22877975,22876404:22878463,22880133:22909455,22880138:22908162,22882321:22882457,22885094:2288891', 'assoc_mat': '22600724:pet_clair:4200:22604123,22602545:pet_clair:4200:22612207,22604276:pet_clair:4200:22609343,22610907:pet_clair:4200:22620994,22617412:pet_clair:4200:22630473,22618985:pet_clair:4200:22630493,22637077:pet_clair:4200:22637402,22641845:pet_clair:4200:22643598,22641850:pet_clair:4200:22642112,22642864:pet_clair:4200:22644342,22642868:pet_clair:4200:22644423,22646001:pet_clair:4200:22646059,22647187:pet_clair:4200:22648095,22647191:pet_clair:4200:22647325,22662914:pet_clair:4200:22664081,22666514:pet_clair:4200:22667660,22669908:pet_clair:4200:22684092,22675368:pet_clair:4200:22677091,22681463:pet_clair:4200:22686636,22694868:pet_clair:4200:22696540,22708747:pet_clair:4200:22711338,22712694:pet_clair:4200:22713167,22714439:pet_clair:4200:22714726,22720546:pet_clair:4200:22720787,22720550:pet_clair:4200:22725036,22727658:pet_clair:4200:22737339,22731555:pet_clair:4200:22739662,22733592:pet_clair:4200:22744948,22743063:pet_clair:4200:22743327,22753642:pet_clair:4200:22755900,22757920:pet_clair:4200:22759673,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0067287127536570825, 'nb_photo': 13, 'list_port_cont': '22603327,22617926,22637788,22639579,22643919,22645479,22647258,22683916,22714688,22761206,23003114', 'assoc_port': '22603046:22603327,22617415:22617926,22637677:22637788,22639299:22639579,22643642:22643919,22645329:22645479,22647186:22647258,22672699:22683916,22714441:22714688,22760875:22761206,23002556:23003114', 'assoc_mat': '22603046:pet_clair:4209:22603327,22617415:pet_clair:4209:22617926,22637677:pet_clair:4209:22637788,22639299:pet_clair:4209:22639579,22643642:pet_clair:4209:22643919,22645329:pet_clair:4209:22645479,22647186:pet_clair:4209:22647258,22672699:pet_clair:4209:22683916,22714441:pet_clair:4209:22714688,22760875:pet_clair:4209:22761206,23002556:pet_clair:4209:23003114'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009390080624338883, 'nb_photo': 141, 'list_port_cont': '22604575,22607878,22615572,22637557,22638906,22639733,22644816,22646131,22664736,22687528,22687864,22695475,22700577,22712130,22712896,22714719,22732170,22743584,22754157,22758677,22761613,22763731,22771946,22778215,22818582,22823252,22824449,22829501,22832007,22832266,22856880,22859602,22863059,22881983,22882012,22895842,22911752,22936381,22950013,22952115,22959691,22962812,22963772,22964779,22980139,22980596,23003157,23003348,23004200,23011870,23013008,23015994,23018852,23026227,23026230,23054229,23057129,23057222,23059128,23059564,23062859,23064961,23065097,23080023', 'assoc_port': '22604281:22604575,22607577:22607878,22614941:22615572,22637329:22637557,22638530:22638906,22639300:22639733,22644532:22644816,22645996:22646131,22662916:22664736,22687084:22687864,22687089:22687528,22694855:22695475,22694881:22700577,22711985:22712130,22712696:22712896,22714438:22714719,22731512:22732170,22743077:22743584,22753646:22754157,22755526:22763731,22757922:22758677,22760879:22761613,22771177:22771946,22777727:22778215,22817778:22818582,22817779:22824449,22823155:22832007,22823158:22823252,22828632:22829501,22831636:22832266,22856657:22856880,22859468:22859602,22862860:22863059,22876408:22881983,22881751:22882012,22895715:22895842,22911179:22911752,22935795:22936381,22949537:22950013,22951588:22952115,22955732:22964779,22958942:22959691,22960478:22962812,22963274:22963772,22970360:22980596,22979631:22980139,23002550:23003348,23002557:23003157,23003834:23004200,23010989:23011870,23012443:23013008,23015440:23015994,23018470:23018852,23025698:23026230,23025701:23026227,23052719:23054229,23056316:2305722', 'assoc_mat': '22604281:pet_clair:4211:22604575,22607577:pet_clair:4211:22607878,22614941:pet_clair:4211:22615572,22637329:pet_clair:4211:22637557,22638530:pet_clair:4211:22638906,22639300:pet_clair:4211:22639733,22644532:pet_clair:4211:22644816,22645996:pet_clair:4211:22646131,22662916:pet_clair:4211:22664736,22687084:pet_clair:4211:22687864,22687089:pet_clair:4211:22687528,22694855:pet_clair:4211:22695475,22694881:pet_clair:4211:22700577,22711985:pet_clair:4211:22712130,22712696:pet_clair:4211:22712896,22714438:pet_clair:4211:22714719,22731512:pet_clair:4211:22732170,22743077:pet_clair:4211:22743584,22753646:pet_clair:4211:22754157,22755526:pet_clair:4211:22763731,22757922:pet_clair:4211:22758677,22760879:pet_clair:4211:22761613,22771177:pet_clair:4211:22771946,22777727:pet_clair:4211:22778215,22817778:pet_clair:4211:22818582,22817779:pet_clair:4211:22824449,22823155:pet_clair:4211:22832007,22823158:pet_clair:4211:22823252,22828632:pet_clair:4211:22829501,22831636:pet_clair:4211:22832266,22856657:pet_clair:4211:22856880,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9817965265294912, 'nb_photo': 63445, 'list_port_cont': '22592632,22594926,22600787,22601569,22602958,22605087,22607305,22610539,22612831,22614565,22616479,22618162,22619852,22622121,22628995,22629266,22637341,22637600,22637997,22639827,22639890,22642916,22643281,22644949,22645411,22646145,22646171,22646443,22646788,22647117,22664933,22665258,22670984,22676628,22676772,22686162,22688588,22688619,22689684,22695639,22696665,22696740,22701201,22707688,22710401,22711910,22712300,22714459,22716570,22716644,22720728,22721550,22725022,22728835,22731562,22732985,22735495,22741283,22754542,22758753,22764381,22765232,22770711,22772536,22776167,22782386,22783541,22786729,22791658,22791995,22794786,22816525,22821255,22823549,22830564,22832791,22833532,22838450,22840246,22840670,22842717,22846196,22852376,22856905,22857450,22858849,22858954,22859632,22861864,22862240,22862830,22863119,22863379,22865923,22877105,22878550,22882932,22883775,22886523,22888277,22889663,22896319,22897013,22898272,22901064,22909356,22915357,22915555,22915916,22916135,22917768,22925565,22926573,2292793', 'assoc_port': '22591583:22592632,22593608:22594926,22596779:22607305,22599781:22600787,22600763:22601569,22602548:22602958,22604279:22605087,22609800:22612831,22609829:22610539,22613018:22628995,22613022:22614565,22614960:22616479,22617414:22618162,22618982:22619852,22621388:22622121,22628388:22629266,22637076:22639827,22637080:22637341,22637327:22637600,22637670:22637997,22639297:22639890,22641849:22642916,22642867:22643281,22644513:22646145,22644528:22645411,22644531:22644949,22645997:22647117,22646002:22646171,22646205:22646443,22646698:22646788,22661873:22665258,22662915:22664933,22669904:22670984,22673667:22676628,22675370:22676772,22683207:22688588,22683212:22686162,22687088:22688619,22688510:22689684,22693036:22696665,22694884:22695639,22696404:22696740,22700429:22701201,22706229:22707688,22708744:22711910,22708746:22710401,22711987:22712300,22713822:22714459,22715863:22716644,22715866:22716570,22719541:22720728,22720551:22725022,22720556:22721550,22727679:22728835,22729016:22731562,22731513:22732985,22733591:2273549', 'assoc_mat': '22591583:pet_clair:3327:22592632,22593608:pet_clair:3327:22594926,22596779:pet_clair:3327:22607305,22599781:pet_clair:3327:22600787,22600763:pet_clair:3327:22601569,22602548:pet_clair:3327:22602958,22604279:pet_clair:3327:22605087,22609800:pet_clair:3327:22612831,22609829:pet_clair:3327:22610539,22613018:pet_clair:3327:22628995,22613022:pet_clair:3327:22614565,22614960:pet_clair:3327:22616479,22617414:pet_clair:3327:22618162,22618982:pet_clair:3327:22619852,22621388:pet_clair:3327:22622121,22628388:pet_clair:3327:22629266,22637076:pet_clair:3327:22639827,22637080:pet_clair:3327:22637341,22637327:pet_clair:3327:22637600,22637670:pet_clair:3327:22637997,22639297:pet_clair:3327:22639890,22641849:pet_clair:3327:22642916,22642867:pet_clair:3327:22643281,22644513:pet_clair:3327:22646145,22644528:pet_clair:3327:22645411,22644531:pet_clair:3327:22644949,22645997:pet_clair:3327:22647117,22646002:pet_clair:3327:22646171,22646205:pet_clair:3327:22646443,22646698:pet_clair:3327:22646788,22661873:pet_clair:3327:22665258,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.035680100743502134, 'nb_photo': 653, 'list_port_cont': '22928295,22949099,22950234,22953913,22961558,22968184,22968656,22975661,22976286,22977382,22977878,22984013,22985538,23004390,23007017,23013809,23016131,23018787,23019305,23019553,23025193,23053418,23072782,23074691,23076166,23079907,23080491,23083121', 'assoc_port': '22927536:22928295,22948162:22949099,22949538:22950234,22953035:22953913,22960477:22961558,22967479:22968656,22967499:22968184,22974925:22976286,22974926:22975661,22976914:22977878,22976916:22977382,22982646:22985538,22982647:22984013,23003831:23007017,23003838:23004390,23012451:23013809,23015442:23016131,23018462:23019553,23018464:23019305,23018467:23018787,23024250:23025193,23052716:23053418,23071983:23072782,23073358:23074691,23075515:23076166,23079427:23080491,23079435:23079907,23082841:23083121', 'assoc_mat': '22927536:pet_clair:3594:22928295,22948162:pet_clair:3594:22949099,22949538:pet_clair:3594:22950234,22953035:pet_clair:3594:22953913,22960477:pet_clair:3594:22961558,22967479:pet_clair:3594:22968656,22967499:pet_clair:3594:22968184,22974925:pet_clair:3594:22976286,22974926:pet_clair:3594:22975661,22976914:pet_clair:3594:22977878,22976916:pet_clair:3594:22977382,22982646:pet_clair:3594:22985538,22982647:pet_clair:3594:22984013,23003831:pet_clair:3594:23007017,23003838:pet_clair:3594:23004390,23012451:pet_clair:3594:23013809,23015442:pet_clair:3594:23016131,23018462:pet_clair:3594:23019553,23018464:pet_clair:3594:23019305,23018467:pet_clair:3594:23018787,23024250:pet_clair:3594:23025193,23052716:pet_clair:3594:23053418,23071983:pet_clair:3594:23072782,23073358:pet_clair:3594:23074691,23075515:pet_clair:3594:23076166,23079427:pet_clair:3594:23080491,23079435:pet_clair:3594:23079907,23082841:pet_clair:3594:23083121'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.001036520282057133, 'nb_photo': 2, 'list_port_cont': '22712802,22714737', 'assoc_port': '22712698:22712802,22714439:22714737', 'assoc_mat': '22712698:pet_fonce:4200:22712802,22714439:pet_fonce:4200:22714737'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0010941549696598426, 'nb_photo': 1, 'list_port_cont': '22832969', 'assoc_port': '22832671:22832969', 'assoc_mat': '22832671:pet_fonce:4209:22832969'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00018049032517251516, 'nb_photo': 5, 'list_port_cont': '22637896,22646137,22712886,22823526,22859613', 'assoc_port': '22637675:22637896,22645996:22646137,22712696:22712886,22823124:22823526,22859468:22859613', 'assoc_mat': '22637675:pet_fonce:4211:22637896,22645996:pet_fonce:4211:22646137,22712696:pet_fonce:4211:22712886,22823124:pet_fonce:4211:22823526,22859468:pet_fonce:4211:22859613'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0058085958660800355, 'nb_photo': 8, 'list_port_cont': '22592625,22688623,22840247,22840683,22861863,22888287,22901071,23055183', 'assoc_port': '22591583:22592625,22687088:22688623,22838934:22840247,22840148:22840683,22861705:22861863,22876410:22888287,22889833:22901071,23052752:23055183', 'assoc_mat': '22591583:pet_fonce:3327:22592625,22687088:pet_fonce:3327:22688623,22838934:pet_fonce:3327:22840247,22840148:pet_fonce:3327:22840683,22861705:pet_fonce:3327:22861863,22876410:pet_fonce:3327:22888287,22889833:pet_fonce:3327:22901071,23052752:pet_fonce:3327:23055183'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.002160460539286607, 'nb_photo': 68, 'list_port_cont': '22928298,22949102,22950233,22953912,22968187,22968654,22975662,22976290,22977384,22984020,22985541,23007027,23013810,23016129,23018782,23019298,23025195,23053421,23072785,23074696,23076160,23079903,23080485,23083114', 'assoc_port': '22927536:22928298,22948162:22949102,22949538:22950233,22953035:22953912,22967479:22968654,22967499:22968187,22974925:22976290,22974926:22975662,22976916:22977384,22982646:22985541,22982647:22984020,23003831:23007027,23012451:23013810,23015442:23016129,23018464:23019298,23018467:23018782,23024250:23025195,23052716:23053421,23071983:23072785,23073358:23074696,23075515:23076160,23079427:23080485,23079435:23079903,23082841:23083114', 'assoc_mat': '22927536:pet_fonce:3594:22928298,22948162:pet_fonce:3594:22949102,22949538:pet_fonce:3594:22950233,22953035:pet_fonce:3594:22953912,22967479:pet_fonce:3594:22968654,22967499:pet_fonce:3594:22968187,22974925:pet_fonce:3594:22976290,22974926:pet_fonce:3594:22975662,22976916:pet_fonce:3594:22977384,22982646:pet_fonce:3594:22985541,22982647:pet_fonce:3594:22984020,23003831:pet_fonce:3594:23007027,23012451:pet_fonce:3594:23013810,23015442:pet_fonce:3594:23016129,23018464:pet_fonce:3594:23019298,23018467:pet_fonce:3594:23018782,23024250:pet_fonce:3594:23025195,23052716:pet_fonce:3594:23053421,23071983:pet_fonce:3594:23072785,23073358:pet_fonce:3594:23074696,23075515:pet_fonce:3594:23076160,23079427:pet_fonce:3594:23080485,23079435:pet_fonce:3594:23079903,23082841:pet_fonce:3594:23083114'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0027360403498067755, 'nb_photo': 3, 'list_port_cont': '22645196,22737389,22925834', 'assoc_port': '22643641:22645196,22727668:22737389,22917826:22925834', 'assoc_mat': '22643641:pet_opaque:4205:22645196,22727668:pet_opaque:4205:22737389,22917826:pet_opaque:4205:22925834'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0002596019162645037, 'nb_photo': 6, 'list_port_cont': '22671021,22738377,22862345,23008510,23054140', 'assoc_port': '22668747:22671021,22727698:22738377,22858837:22862345,23002549:23008510,23010992:23054140', 'assoc_mat': '22668747:pet_opaque:4203:22671021,22727698:pet_opaque:4203:22738377,22858837:pet_opaque:4203:22862345,23002549:pet_opaque:4203:23008510,23010992:pet_opaque:4203:23054140'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002206347002112523, 'nb_photo': 6, 'list_port_cont': '22761338,22777160,22820508,22879883,22920393,23088883', 'assoc_port': '22760878:22761338,22773717:22777160,22820052:22820508,22879238:22879883,22920081:22920393,23052742:23088883', 'assoc_mat': '22760878:pet_opaque:4207:22761338,22773717:pet_opaque:4207:22777160,22820052:pet_opaque:4207:22820508,22879238:pet_opaque:4207:22879883,22920081:pet_opaque:4207:22920393,23052742:pet_opaque:4207:23088883'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.003741691719632369, 'nb_photo': 13, 'list_port_cont': '22600149,22615429,22684134,22696633,22721113,22724476,22766482,22771645,22782747,22824305,22862102,22891688,23053928', 'assoc_port': '22599782:22600149,22614959:22615429,22683217:22684134,22696409:22696633,22720549:22721113,22723677:22724476,22766335:22766482,22771175:22771645,22782355:22782747,22817782:22824305,22861969:22862102,22891520:22891688,23052751:23053928', 'assoc_mat': '22599782:pet_opaque:4461:22600149,22614959:pet_opaque:4461:22615429,22683217:pet_opaque:4461:22684134,22696409:pet_opaque:4461:22696633,22720549:pet_opaque:4461:22721113,22723677:pet_opaque:4461:22724476,22766335:pet_opaque:4461:22766482,22771175:pet_opaque:4461:22771645,22782355:pet_opaque:4461:22782747,22817782:pet_opaque:4461:22824305,22861969:pet_opaque:4461:22862102,22891520:pet_opaque:4461:22891688,23052751:pet_opaque:4461:23053928'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0023155330028927436, 'nb_photo': 190, 'list_port_cont': '22596181,22604135,22609335,22612200,22613228,22620997,22630379,22630474,22630497,22637380,22637391,22637527,22639216,22642108,22644424,22645467,22646062,22646701,22647336,22663885,22667663,22676952,22677099,22677199,22685644,22686628,22695626,22695677,22696550,22699552,22711342,22712180,22714736,22720788,22731751,22734343,22737345,22739666,22743320,22744945,22757466,22765903,22766589,22774563,22779825,22782652,22786747,22794085,22817103,22823595,22831477,22839176,22839670,22839831,22841180,22842017,22847474,22847931,22851387,22858926,22862204,22862715,22863012,22863143,22863361,22865057,22865840,22865853,22865886,22865899,22878073,22882454,22888920,22893420,22908158,22909454,22917401,22917418,22918150,22919985,22920513,22923737,22924774,22926528,22927447,22936103,22967677,22976800,22977786,22980873,22986968,22987276,22987724,22997863,23066141,23090661,23091835,23093510', 'assoc_port': '22594877:22596181,22600724:22604135,22602545:22612200,22604276:22609335,22610907:22620997,22613021:22613228,22617412:22630474,22618985:22630497,22624048:22630379,22637077:22637391,22637083:22637527,22637332:22637380,22638529:22639216,22641850:22642108,22642868:22644424,22644529:22646701,22645330:22645467,22646001:22646062,22647191:22647336,22662912:22663885,22666514:22667663,22675367:22676952,22675368:22677099,22675371:22677199,22675372:22685644,22681463:22686628,22687091:22695626,22694868:22696550,22694885:22695677,22696946:22699552,22708747:22711342,22711988:22712180,22714439:22714736,22720546:22720788,22723659:22734343,22727658:22737345,22731555:22739666,22731557:22731751,22733592:22744945,22743063:22743320,22755522:22757466,22763326:22765903,22766326:22766589,22771176:22774563,22775280:22779825,22777728:22782652,22781200:22786747,22793931:22794085,22816846:22817103,22820053:22831477,22823153:22823595,22828630:22839670,22828631:22839831,22831633:22841180,22835474:22847931,22838962:22839176,22841695:2284201', 'assoc_mat': '22594877:pet_opaque:4200:22596181,22600724:pet_opaque:4200:22604135,22602545:pet_opaque:4200:22612200,22604276:pet_opaque:4200:22609335,22610907:pet_opaque:4200:22620997,22613021:pet_opaque:4200:22613228,22617412:pet_opaque:4200:22630474,22618985:pet_opaque:4200:22630497,22624048:pet_opaque:4200:22630379,22637077:pet_opaque:4200:22637391,22637083:pet_opaque:4200:22637527,22637332:pet_opaque:4200:22637380,22638529:pet_opaque:4200:22639216,22641850:pet_opaque:4200:22642108,22642868:pet_opaque:4200:22644424,22644529:pet_opaque:4200:22646701,22645330:pet_opaque:4200:22645467,22646001:pet_opaque:4200:22646062,22647191:pet_opaque:4200:22647336,22662912:pet_opaque:4200:22663885,22666514:pet_opaque:4200:22667663,22675367:pet_opaque:4200:22676952,22675368:pet_opaque:4200:22677099,22675371:pet_opaque:4200:22677199,22675372:pet_opaque:4200:22685644,22681463:pet_opaque:4200:22686628,22687091:pet_opaque:4200:22695626,22694868:pet_opaque:4200:22696550,22694885:pet_opaque:4200:22695677,22696946:pet_opaque:4200:22699552,2270'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0017190951069957854, 'nb_photo': 12, 'list_port_cont': '22645471,22663838,22683914,22781952,22792001,22823273,22831915,22832961,22863825,22880371', 'assoc_port': '22645329:22645471,22662913:22663838,22672699:22683914,22781197:22781952,22782354:22792001,22823127:22823273,22831634:22831915,22832671:22832961,22863667:22863825,22880119:22880371', 'assoc_mat': '22645329:pet_opaque:4209:22645471,22662913:pet_opaque:4209:22663838,22672699:pet_opaque:4209:22683914,22781197:pet_opaque:4209:22781952,22782354:pet_opaque:4209:22792001,22823127:pet_opaque:4209:22823273,22831634:pet_opaque:4209:22831915,22832671:pet_opaque:4209:22832961,22863667:pet_opaque:4209:22863825,22880119:pet_opaque:4209:22880371'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0003049131306941638, 'nb_photo': 137, 'list_port_cont': '22596104,22597256,22600167,22602881,22604696,22613606,22617921,22619611,22637225,22637544,22637886,22639730,22643266,22643857,22646128,22646319,22664726,22677111,22687538,22687860,22695469,22706890,22714705,22714757,22716157,22719975,22721100,22748167,22754155,22754209,22758669,22761619,22763732,22771936,22778221,22786473,22818591,22820552,22824450,22829502,22832259,22833293,22843015,22856851,22856882,22858762,22859604,22860801,22863062,22864498,22865030,22876864,22880517,22881977,22882507,22885515,22887670,22892050,22895878,22911750,22914570,22915519,22915989,22918135,22922775,22925340,22930347,22931811,22936371,22952125,22959701,22960974,22962819,22964781,22975382,22980132,22980601,22981056,23001292,23003159,23003353,23011089,23054234,23054293,23057124,23059565,23062867,23068271', 'assoc_port': '22594878:22596104,22596778:22597256,22599779:22600167,22602546:22602881,22604285:22604696,22613020:22613606,22617413:22617921,22618986:22619611,22637075:22637225,22637329:22637544,22637675:22637886,22639300:22639730,22642866:22643266,22643643:22643857,22645996:22646128,22646207:22646319,22662916:22664726,22676626:22677111,22687084:22687860,22687089:22687538,22694855:22695469,22706232:22706890,22714438:22714705,22714442:22714757,22715865:22716157,22719540:22719975,22720552:22721100,22740292:22748167,22753643:22754209,22753646:22754155,22755526:22763732,22757922:22758669,22760879:22761619,22771177:22771936,22777727:22778221,22785892:22786473,22817778:22818591,22817779:22824450,22820050:22820552,22828632:22829502,22831636:22832259,22832669:22833293,22835899:22843015,22856657:22856882,22856664:22856851,22858657:22858762,22859468:22859604,22860492:22860801,22862457:22864498,22862860:22863062,22862866:22865030,22876403:22876864,22876408:22881977,22880137:22880517,22882317:22882507,22885097:22885515,22886789:2288767', 'assoc_mat': '22594878:pet_opaque:4211:22596104,22596778:pet_opaque:4211:22597256,22599779:pet_opaque:4211:22600167,22602546:pet_opaque:4211:22602881,22604285:pet_opaque:4211:22604696,22613020:pet_opaque:4211:22613606,22617413:pet_opaque:4211:22617921,22618986:pet_opaque:4211:22619611,22637075:pet_opaque:4211:22637225,22637329:pet_opaque:4211:22637544,22637675:pet_opaque:4211:22637886,22639300:pet_opaque:4211:22639730,22642866:pet_opaque:4211:22643266,22643643:pet_opaque:4211:22643857,22645996:pet_opaque:4211:22646128,22646207:pet_opaque:4211:22646319,22662916:pet_opaque:4211:22664726,22676626:pet_opaque:4211:22677111,22687084:pet_opaque:4211:22687860,22687089:pet_opaque:4211:22687538,22694855:pet_opaque:4211:22695469,22706232:pet_opaque:4211:22706890,22714438:pet_opaque:4211:22714705,22714442:pet_opaque:4211:22714757,22715865:pet_opaque:4211:22716157,22719540:pet_opaque:4211:22719975,22720552:pet_opaque:4211:22721100,22740292:pet_opaque:4211:22748167,22753643:pet_opaque:4211:22754209,22753646:pet_opaque:4211:22754155,2275'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004939924169599413, 'nb_photo': 250, 'list_port_cont': '22602574,22610320,22620640,22637220,22637514,22641130,22644522,22645049,22646294,22675048,22689616,22696692,22700014,22700069,22700078,22743265,22746297,22754115,22765977,22779188,22782016,22791536,22818986,22823339,22823651,22828786,22836459,22840286,22842773,22856812,22856827,22858867,22860603,22862077,22863291,22915445,22936136,22988154,23014330,23017974,23022457,23022664,23023062,23025787,23032417,23032622,23034509,23037270,23038163,23038682,23040874,23043742,23053162,23053485,23061053,23074396,23075852,23088257,23089426,23091952,23091991,23093967,23094107,23094968', 'assoc_port': '22602547:22602574,22609803:22610320,22617409:22620640,22637078:22637220,22637330:22637514,22640871:22641130,22642865:22644522,22644526:22645049,22646208:22646294,22668749:22675048,22681466:22700069,22681469:22700078,22683209:22700014,22688512:22689616,22696408:22696692,22723675:22746297,22743072:22743265,22753644:22754115,22765037:22765977,22773715:22791536,22777704:22779188,22781198:22782016,22817780:22818986,22823123:22823651,22823128:22823339,22828659:22842773,22828661:22828786,22835900:22836459,22840149:22840286,22856656:22856827,22856659:22856812,22858842:22858867,22860493:22860603,22861967:22862077,22863286:22863291,22873139:23014330,22876411:23061053,22880134:23017974,22886792:23075852,22891519:23022457,22893518:23022664,22893523:23023062,22894328:23025787,22915439:22915445,22916870:23032417,22920083:23032622,22935792:22936136,22948165:23034509,22955733:23037270,22958945:23038163,22967472:23038682,22974921:23040874,22979633:22988154,23003826:23043742,23010986:23053162,23010995:23053485,23012442:2308942', 'assoc_mat': '22602547:plastique:3726:22602574,22609803:plastique:3726:22610320,22617409:plastique:3726:22620640,22637078:plastique:3726:22637220,22637330:plastique:3726:22637514,22640871:plastique:3726:22641130,22642865:plastique:3726:22644522,22644526:plastique:3726:22645049,22646208:plastique:3726:22646294,22668749:plastique:3726:22675048,22681466:plastique:3726:22700069,22681469:plastique:3726:22700078,22683209:plastique:3726:22700014,22688512:plastique:3726:22689616,22696408:plastique:3726:22696692,22723675:plastique:3726:22746297,22743072:plastique:3726:22743265,22753644:plastique:3726:22754115,22765037:plastique:3726:22765977,22773715:plastique:3726:22791536,22777704:plastique:3726:22779188,22781198:plastique:3726:22782016,22817780:plastique:3726:22818986,22823123:plastique:3726:22823651,22823128:plastique:3726:22823339,22828659:plastique:3726:22842773,22828661:plastique:3726:22828786,22835900:plastique:3726:22836459,22840149:plastique:3726:22840286,22856656:plastique:3726:22856827,22856659:plastique:3726:22856812,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010270701132578013, 'nb_photo': 853, 'list_port_cont': '22602585,22610325,22620633,22637213,22637517,22641132,22644525,22645044,22646287,22675053,22687476,22689622,22696683,22700023,22700070,22700077,22743268,22746286,22754123,22765976,22778655,22779181,22782018,22791537,22817950,22818988,22823335,22823655,22828781,22836455,22840291,22842778,22856815,22856830,22858865,22860612,22862079,22863297,22915452,22936135,22988155,23014328,23017971,23022466,23022670,23023067,23025784,23032410,23032625,23032713,23034503,23037272,23038168,23038671,23040863,23043745,23053161,23053484,23074390,23075855,23088263,23089425,23091949,23091990,23093965,23094108,23094972', 'assoc_port': '22602547:22602585,22609803:22610325,22617409:22620633,22637078:22637213,22637330:22637517,22640871:22641132,22642865:22644525,22644526:22645044,22646208:22646287,22668749:22675053,22681466:22700070,22681469:22700077,22683209:22700023,22687083:22687476,22688512:22689622,22696408:22696683,22723675:22746286,22743072:22743268,22753644:22754123,22765037:22765976,22773715:22791537,22777704:22779181,22777726:22778655,22781198:22782018,22813689:22817950,22817780:22818988,22823123:22823655,22823128:22823335,22828659:22842778,22828661:22828781,22835900:22836455,22840149:22840291,22856656:22856830,22856659:22856815,22858842:22858865,22860493:22860612,22861967:22862079,22863286:22863297,22873139:23014328,22880134:23017971,22886792:23075855,22891519:23022466,22893518:23022670,22893523:23023067,22894328:23025784,22915439:22915452,22916870:23032410,22920083:23032625,22920087:23032713,22935792:22936135,22948165:23034503,22955733:23037272,22958945:23038168,22967472:23038671,22974921:23040863,22979633:22988155,23003826:2304374', 'assoc_mat': '22602547:Teint_Dans_La_Masse:3726:22602585,22609803:Teint_Dans_La_Masse:3726:22610325,22617409:Teint_Dans_La_Masse:3726:22620633,22637078:Teint_Dans_La_Masse:3726:22637213,22637330:Teint_Dans_La_Masse:3726:22637517,22640871:Teint_Dans_La_Masse:3726:22641132,22642865:Teint_Dans_La_Masse:3726:22644525,22644526:Teint_Dans_La_Masse:3726:22645044,22646208:Teint_Dans_La_Masse:3726:22646287,22668749:Teint_Dans_La_Masse:3726:22675053,22681466:Teint_Dans_La_Masse:3726:22700070,22681469:Teint_Dans_La_Masse:3726:22700077,22683209:Teint_Dans_La_Masse:3726:22700023,22687083:Teint_Dans_La_Masse:3726:22687476,22688512:Teint_Dans_La_Masse:3726:22689622,22696408:Teint_Dans_La_Masse:3726:22696683,22723675:Teint_Dans_La_Masse:3726:22746286,22743072:Teint_Dans_La_Masse:3726:22743268,22753644:Teint_Dans_La_Masse:3726:22754123,22765037:Teint_Dans_La_Masse:3726:22765976,22773715:Teint_Dans_La_Masse:3726:22791537,22777704:Teint_Dans_La_Masse:3726:22779181,22777726:Teint_Dans_La_Masse:3726:22778655,22781198:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 24202}}, 'hostname': (('jetson-6',),), 'impurety_average_per_hashtag': [(('aluminium', '2025-05', 0.06627578653304107),), (('pet_clair', '2025-05', 0.017839535059113957),), (('film_pedb', '2025-05', 0.23996130839404783),), (('emr', '2025-05', 0.04990283632705386),), (('pehd_pp', '2025-05', 0.06223851624356314),), (('gm', '2025-05', 0.07534255415165186),), (('flux_dev', '2025-05', 0.34550910596981455),), (('ela', '2025-05', 0.030741661980405063),), (('jrm', '2025-05', 0.03318190158693499),), (('refus', '2025-05', 0.14405878138744907),)]} VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier TODO : Insert select and so on SELECT id, name, misc_info, datou_id_for_right FROM MTRPhoto.dashboard_places WHERE name="angers_montee_convoyeur"; SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier {'number_of_analysed_photos': ((24202,),), 'unwanted_material_monthly_percentage': ((0.10168837728570303,),), 'material_repartition': (('pet_clair', 4824), ('pehd_pp', 3601), ('film_pedb', 3387), ('emr', 3368), ('flux_dev', 2844), ('jrm', 2026), ('gm', 1966), ('ela', 1012), ('aluminium', 528), ('refus', 347)), 'material_dict': {'pet_clair': 4824, 'pehd_pp': 3601, 'film_pedb': 3387, 'emr': 3368, 'flux_dev': 2844, 'jrm': 2026, 'gm': 1966, 'autres': 1887}, 'coverage_data': (('2025/05/17/', 1.0), ('2025/05/16/', 1.0), ('2025/05/15/', 1.0), ('2025/05/14/', 1.0), ('2025/05/13/', 1.0), ('2025/05/12/', 1.0), ('2025/05/10/', 1.0), ('2025/05/09/', 1.0), ('2025/05/08/', 1.0), ('2025/05/07/', 1.0), ('2025/05/06/', 1.0), ('2025/05/05/', 1.0), ('2025/05/03/', 1.0), ('2025/05/02/', 1.0), ('2025/05/01/', 1.0)), 'impurety_average_data': ((datetime.date(2025, 5, 2), 0.11134649869334168, 2090), (datetime.date(2025, 5, 3), 0.09574904269877986, 1864), (datetime.date(2025, 5, 5), 0.08662591979106524, 2074), (datetime.date(2025, 5, 6), 0.10269681048585598, 1987), (datetime.date(2025, 5, 7), 0.10947915419037994, 2079), (datetime.date(2025, 5, 9), 0.0927019836449761, 2002), (datetime.date(2025, 5, 10), 0.10516968341317169, 1739), (datetime.date(2025, 5, 12), 0.09645400624309022, 2078), (datetime.date(2025, 5, 13), 0.09416810404732522, 2108), (datetime.date(2025, 5, 14), 0.1050188427782763, 2216), (datetime.date(2025, 5, 15), 0.08286337962104146, 1962), (datetime.date(2025, 5, 16), 0.08454510556822044, 1704)), 'impurety_average_data_per_hashtag': {'aluminium': ((datetime.date(2025, 5, 2), 0.06166568038288706, 43), (datetime.date(2025, 5, 3), 0.07317693245734719, 41), (datetime.date(2025, 5, 5), 0.0675641147318819, 56), (datetime.date(2025, 5, 6), 0.07229274103911701, 38), (datetime.date(2025, 5, 7), 0.060693739868597836, 57), (datetime.date(2025, 5, 9), 0.08413995508404187, 27), (datetime.date(2025, 5, 10), 0.05833617251089009, 41), (datetime.date(2025, 5, 12), 0.07198793044726556, 59), (datetime.date(2025, 5, 13), 0.06459087269889664, 37), (datetime.date(2025, 5, 14), 0.07066448636148517, 44), (datetime.date(2025, 5, 15), 0.06924792481115224, 33), (datetime.date(2025, 5, 16), 0.057380622272401975, 52)), 'pet_clair': ((datetime.date(2025, 5, 2), 0.008668829335686514, 458), (datetime.date(2025, 5, 3), 0.009009860553941729, 405), (datetime.date(2025, 5, 5), 0.013621883445584362, 396), (datetime.date(2025, 5, 6), 0.018816964206027343, 426), (datetime.date(2025, 5, 7), 0.01362252414801047, 423), (datetime.date(2025, 5, 9), 0.022318503719044078, 373), (datetime.date(2025, 5, 10), 0.020874255019416706, 317), (datetime.date(2025, 5, 12), 0.037505641885955544, 409), (datetime.date(2025, 5, 13), 0.008985115547683628, 473), (datetime.date(2025, 5, 14), 0.01475750229062718, 424), (datetime.date(2025, 5, 15), 0.021286895916875267, 395), (datetime.date(2025, 5, 16), 0.02227450390254184, 325)), 'film_pedb': ((datetime.date(2025, 5, 2), 0.21735684207477596, 324), (datetime.date(2025, 5, 3), 0.23248980060519642, 240), (datetime.date(2025, 5, 5), 0.21312484850237604, 303), (datetime.date(2025, 5, 6), 0.21981255266442243, 258), (datetime.date(2025, 5, 7), 0.24377688846861603, 280), (datetime.date(2025, 5, 9), 0.2033064647897635, 297), (datetime.date(2025, 5, 10), 0.19894219966074927, 258), (datetime.date(2025, 5, 12), 0.17924611020780232, 323), (datetime.date(2025, 5, 13), 0.2564986731524786, 262), (datetime.date(2025, 5, 14), 0.30050058061496665, 324), (datetime.date(2025, 5, 15), 0.3082673730930364, 265), (datetime.date(2025, 5, 16), 0.3187879250445614, 253)), 'emr': ((datetime.date(2025, 5, 2), 0.050956414403252555, 195), (datetime.date(2025, 5, 3), 0.053363691538861495, 235), (datetime.date(2025, 5, 5), 0.04976168086088134, 269), (datetime.date(2025, 5, 6), 0.04798272065703584, 297), (datetime.date(2025, 5, 7), 0.05335492811122207, 298), (datetime.date(2025, 5, 9), 0.05090831540117501, 296), (datetime.date(2025, 5, 10), 0.05065331774048905, 205), (datetime.date(2025, 5, 12), 0.04702400228758427, 283), (datetime.date(2025, 5, 13), 0.0473421092824519, 328), (datetime.date(2025, 5, 14), 0.048132470113769456, 388), (datetime.date(2025, 5, 15), 0.05161452948100092, 317), (datetime.date(2025, 5, 16), 0.049774650267029825, 257)), 'pehd_pp': ((datetime.date(2025, 5, 2), 0.06304399742353783, 326), (datetime.date(2025, 5, 3), 0.062423276566519935, 290), (datetime.date(2025, 5, 5), 0.06108836316292236, 297), (datetime.date(2025, 5, 6), 0.06137950666169105, 315), (datetime.date(2025, 5, 7), 0.06813148585729231, 274), (datetime.date(2025, 5, 9), 0.07101233617247046, 311), (datetime.date(2025, 5, 10), 0.06642405759151493, 254), (datetime.date(2025, 5, 12), 0.06237053593833139, 290), (datetime.date(2025, 5, 13), 0.07228821071764854, 358), (datetime.date(2025, 5, 14), 0.06434425055476334, 326), (datetime.date(2025, 5, 15), 0.050272217937444325, 314), (datetime.date(2025, 5, 16), 0.04370886141117264, 246)), 'gm': ((datetime.date(2025, 5, 2), 0.08380846380171071, 256), (datetime.date(2025, 5, 3), 0.0887871472854517, 198), (datetime.date(2025, 5, 5), 0.07182605535665383, 251), (datetime.date(2025, 5, 6), 0.05528570260049746, 182), (datetime.date(2025, 5, 7), 0.05684814029973424, 187), (datetime.date(2025, 5, 9), 0.07343883911406408, 192), (datetime.date(2025, 5, 10), 0.03890396394713287, 186), (datetime.date(2025, 5, 12), 0.06387220369889779, 189), (datetime.date(2025, 5, 13), 0.06322755310241097, 78), (datetime.date(2025, 5, 14), 0.025280769565143624, 50), (datetime.date(2025, 5, 15), 0.04442509082282289, 109), (datetime.date(2025, 5, 16), 0.06309769222090889, 88)), 'flux_dev': ((datetime.date(2025, 5, 2), 0.35017985716409195, 277), (datetime.date(2025, 5, 3), 0.36726615039010213, 227), (datetime.date(2025, 5, 5), 0.31843248198004126, 242), (datetime.date(2025, 5, 6), 0.3388740272491922, 298), (datetime.date(2025, 5, 7), 0.3905131226429536, 310), (datetime.date(2025, 5, 9), 0.3697556925741995, 228), (datetime.date(2025, 5, 10), 0.39328837046200527, 241), (datetime.date(2025, 5, 12), 0.34913663568322945, 230), (datetime.date(2025, 5, 13), 0.3982525216422822, 270), (datetime.date(2025, 5, 14), 0.36736799516032176, 243), (datetime.date(2025, 5, 15), 0.140151858330982, 163), (datetime.date(2025, 5, 16), 0.0888930911836056, 115)), 'ela': ((datetime.date(2025, 5, 2), 0.025775300546437792, 95), (datetime.date(2025, 5, 3), 0.03177797358397626, 59), (datetime.date(2025, 5, 5), 0.03003858138220052, 55), (datetime.date(2025, 5, 6), 0.03245567617012713, 88), (datetime.date(2025, 5, 7), 0.029863676282996514, 56), (datetime.date(2025, 5, 9), 0.026231843434530486, 101), (datetime.date(2025, 5, 10), 0.02121085167151029, 94), (datetime.date(2025, 5, 12), 0.023687947752531812, 59), (datetime.date(2025, 5, 13), 0.02826878419448363, 137), (datetime.date(2025, 5, 14), 0.039128518970505295, 93), (datetime.date(2025, 5, 15), 0.038951990723542065, 82), (datetime.date(2025, 5, 16), 0.03637175797140618, 93)), 'jrm': ((datetime.date(2025, 5, 2), 0.029232072863852186, 116), (datetime.date(2025, 5, 3), 0.034130165119262236, 169), (datetime.date(2025, 5, 5), 0.026350676902457695, 205), (datetime.date(2025, 5, 6), 0.041783295168335836, 85), (datetime.date(2025, 5, 7), 0.026398107490509897, 194), (datetime.date(2025, 5, 9), 0.028018436834882966, 177), (datetime.date(2025, 5, 10), 0.0311134978010693, 143), (datetime.date(2025, 5, 12), 0.049535455836450824, 236), (datetime.date(2025, 5, 13), 0.02963678716462085, 143), (datetime.date(2025, 5, 14), 0.02976891323082525, 199), (datetime.date(2025, 5, 15), 0.030244010889807056, 181), (datetime.date(2025, 5, 16), 0.028230245881721967, 178)), 'refus': ((datetime.date(2025, 5, 13), 0.13485222230990465, 22), (datetime.date(2025, 5, 14), 0.1551263049201163, 125), (datetime.date(2025, 5, 15), 0.14510756213001327, 103), (datetime.date(2025, 5, 16), 0.14135993264186664, 97))}, 'quality_array': [['-5.156814923051551', '02052025'], ['-5.194682390954027', '03052025'], ['-5.155442834094802', '05052025'], ['-5.163588038692264', '06052025'], ['-5.168547670436151', '07052025'], ['-5.1567878937184215', '09052025'], ['-5.128143647659536', '10052025'], ['-5.162672462440655', '12052025'], ['-5.4979434227986665', '13052025'], ['-6.028939472971618', '14052025'], ['-6.084933864258209', '15052025'], ['-5.911445629141633', '16052025']], 'number_of_batch': ((1291,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0041729084325357905, 'nb_photo': 426, 'list_port_cont': '22592626,22594930,22600783,22601566,22602966,22605077,22607300,22610540,22612821,22614568,22616488,22618171,22622118,22628985,22629253,22638008,22639829,22639880,22642912,22643283,22644962,22645414,22646154,22646168,22646444,22647109,22664931,22665260,22670974,22676632,22676781,22686171,22688616,22689692,22695645,22701198,22710394,22711913,22712296,22714461,22716567,22716655,22720735,22721542,22725012,22731564,22732974,22735500,22741278,22764373,22765231,22770708,22772548,22782396,22783543,22791666,22791999,22821245,22823557,22830571,22832782,22833543,22838454,22840243,22840675,22846197,22852371,22856904,22858851,22858944,22861852,22862247,22865915,22877108,22882923,22883772,22886527,22888288,22889665,22896318,22898279,22901061,22909347,22915361,22915924,22916137,22917774,22925572,22926567,22927918,22929979,22930593,22936394,22936544,22938922,22942821,22945221,22956547,22969792,22975694,22978968,22978983,22981020,22981723,22987865,22988218,22994049,22994874,23002081,23009889,23013188,23055181,23055303,2305548', 'assoc_port': '22591583:22592626,22593608:22594930,22596779:22607300,22599781:22600783,22600763:22601566,22602548:22602966,22604279:22605077,22609800:22612821,22609829:22610540,22613018:22628985,22613022:22614568,22614960:22616488,22617414:22618171,22621388:22622118,22628388:22629253,22637076:22639829,22637670:22638008,22639297:22639880,22641849:22642912,22642867:22643283,22644513:22646154,22644528:22645414,22644531:22644962,22645997:22647109,22646002:22646168,22646205:22646444,22661873:22665260,22662915:22664931,22669904:22670974,22673667:22676632,22675370:22676781,22683212:22686171,22687088:22688616,22688510:22689692,22694884:22695645,22700429:22701198,22708744:22711913,22708746:22710394,22711987:22712296,22713822:22714461,22715863:22716655,22715866:22716567,22719541:22720735,22720551:22725012,22720556:22721542,22729016:22731564,22731513:22732974,22733591:22735500,22740290:22741278,22763325:22764373,22763328:22765231,22769206:22770708,22771178:22772548,22781196:22791999,22781199:22782396,22782382:22783543,22787160:2279166', 'assoc_mat': '22591583:autre:3327:22592626,22593608:autre:3327:22594930,22596779:autre:3327:22607300,22599781:autre:3327:22600783,22600763:autre:3327:22601566,22602548:autre:3327:22602966,22604279:autre:3327:22605077,22609800:autre:3327:22612821,22609829:autre:3327:22610540,22613018:autre:3327:22628985,22613022:autre:3327:22614568,22614960:autre:3327:22616488,22617414:autre:3327:22618171,22621388:autre:3327:22622118,22628388:autre:3327:22629253,22637076:autre:3327:22639829,22637670:autre:3327:22638008,22639297:autre:3327:22639880,22641849:autre:3327:22642912,22642867:autre:3327:22643283,22644513:autre:3327:22646154,22644528:autre:3327:22645414,22644531:autre:3327:22644962,22645997:autre:3327:22647109,22646002:autre:3327:22646168,22646205:autre:3327:22646444,22661873:autre:3327:22665260,22662915:autre:3327:22664931,22669904:autre:3327:22670974,22673667:autre:3327:22676632,22675370:autre:3327:22676781,22683212:autre:3327:22686171,22687088:autre:3327:22688616,22688510:autre:3327:22689692,22694884:autre:3327:22695645,22700429:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.001777776872926796, 'nb_photo': 83, 'list_port_cont': '22928297,22949096,22950235,22953906,22961556,22968185,22976291,22977386,22977879,22984016,23004393,23007026,23013812,23016126,23018786,23019302,23019559,23025197,23072787,23074697,23076157,23079904,23080488,23083119', 'assoc_port': '22927536:22928297,22948162:22949096,22949538:22950235,22953035:22953906,22960477:22961556,22967499:22968185,22974925:22976291,22976914:22977879,22976916:22977386,22982647:22984016,23003831:23007026,23003838:23004393,23012451:23013812,23015442:23016126,23018462:23019559,23018464:23019302,23018467:23018786,23024250:23025197,23071983:23072787,23073358:23074697,23075515:23076157,23079427:23080488,23079435:23079904,23082841:23083119', 'assoc_mat': '22927536:autre:3594:22928297,22948162:autre:3594:22949096,22949538:autre:3594:22950235,22953035:autre:3594:22953906,22960477:autre:3594:22961556,22967499:autre:3594:22968185,22974925:autre:3594:22976291,22976914:autre:3594:22977879,22976916:autre:3594:22977386,22982647:autre:3594:22984016,23003831:autre:3594:23007026,23003838:autre:3594:23004393,23012451:autre:3594:23013812,23015442:autre:3594:23016126,23018462:autre:3594:23019559,23018464:autre:3594:23019302,23018467:autre:3594:23018786,23024250:autre:3594:23025197,23071983:autre:3594:23072787,23073358:autre:3594:23074697,23075515:autre:3594:23076157,23079427:autre:3594:23080488,23079435:autre:3594:23079904,23082841:autre:3594:23083119'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011103998745935557, 'nb_photo': 349, 'list_port_cont': '22602580,22610317,22620638,22637223,22637513,22641127,22644517,22645042,22646297,22675050,22687478,22689623,22696688,22700018,22700061,22700082,22743267,22746295,22754113,22765969,22778651,22779187,22782011,22791530,22817951,22818990,22823338,22823650,22828777,22836462,22840289,22842772,22856811,22856822,22858864,22860611,22862084,22863289,22915443,22936134,22988153,23014331,23017975,23022460,23022675,23023069,23025785,23032409,23032617,23034508,23037277,23038171,23038680,23040873,23043743,23053164,23053488,23074394,23075846,23088253,23091954,23091999,23093961,23094110,23094963', 'assoc_port': '22602547:22602580,22609803:22610317,22617409:22620638,22637078:22637223,22637330:22637513,22640871:22641127,22642865:22644517,22644526:22645042,22646208:22646297,22668749:22675050,22681466:22700061,22681469:22700082,22683209:22700018,22687083:22687478,22688512:22689623,22696408:22696688,22723675:22746295,22743072:22743267,22753644:22754113,22765037:22765969,22773715:22791530,22777704:22779187,22777726:22778651,22781198:22782011,22813689:22817951,22817780:22818990,22823123:22823650,22823128:22823338,22828659:22842772,22828661:22828777,22835900:22836462,22840149:22840289,22856656:22856822,22856659:22856811,22858842:22858864,22860493:22860611,22861967:22862084,22863286:22863289,22873139:23014331,22880134:23017975,22886792:23075846,22891519:23022460,22893518:23022675,22893523:23023069,22894328:23025785,22915439:22915443,22916870:23032409,22920083:23032617,22935792:22936134,22948165:23034508,22955733:23037277,22958945:23038171,22967472:23038680,22974921:23040873,22979633:22988153,23003826:23043743,23010986:2305316', 'assoc_mat': '22602547:autre_refus:3726:22602580,22609803:autre_refus:3726:22610317,22617409:autre_refus:3726:22620638,22637078:autre_refus:3726:22637223,22637330:autre_refus:3726:22637513,22640871:autre_refus:3726:22641127,22642865:autre_refus:3726:22644517,22644526:autre_refus:3726:22645042,22646208:autre_refus:3726:22646297,22668749:autre_refus:3726:22675050,22681466:autre_refus:3726:22700061,22681469:autre_refus:3726:22700082,22683209:autre_refus:3726:22700018,22687083:autre_refus:3726:22687478,22688512:autre_refus:3726:22689623,22696408:autre_refus:3726:22696688,22723675:autre_refus:3726:22746295,22743072:autre_refus:3726:22743267,22753644:autre_refus:3726:22754113,22765037:autre_refus:3726:22765969,22773715:autre_refus:3726:22791530,22777704:autre_refus:3726:22779187,22777726:autre_refus:3726:22778651,22781198:autre_refus:3726:22782011,22813689:autre_refus:3726:22817951,22817780:autre_refus:3726:22818990,22823123:autre_refus:3726:22823650,22823128:autre_refus:3726:22823338,22828659:autre_refus:3726:22842772,22828661:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.011283723966980203, 'nb_photo': 42, 'list_port_cont': '22647107,22714462,22720730,22758747,22764380,22816527,22823548,22833535,22838451,22856916,22882927,22886536,22888283,22896323,22898283,22901068,22916141,22936539,22970483,22975698,23055299,23059722,23065662,23095002', 'assoc_port': '22645997:22647107,22713822:22714462,22719541:22720730,22757919:22758747,22763325:22764380,22814869:22816527,22823156:22823548,22832670:22833535,22835897:22838451,22856660:22856916,22876410:22888283,22881746:22882927,22882937:22886536,22889833:22901068,22893525:22896323,22895714:22898283,22915799:22916141,22927531:22936539,22960475:22970483,22963268:22975698,23012454:23055299,23015439:23059722,23019438:23065662,23079397:23095002', 'assoc_mat': '22645997:barquette_avec_film:3327:22647107,22713822:barquette_avec_film:3327:22714462,22719541:barquette_avec_film:3327:22720730,22757919:barquette_avec_film:3327:22758747,22763325:barquette_avec_film:3327:22764380,22814869:barquette_avec_film:3327:22816527,22823156:barquette_avec_film:3327:22823548,22832670:barquette_avec_film:3327:22833535,22835897:barquette_avec_film:3327:22838451,22856660:barquette_avec_film:3327:22856916,22876410:barquette_avec_film:3327:22888283,22881746:barquette_avec_film:3327:22882927,22882937:barquette_avec_film:3327:22886536,22889833:barquette_avec_film:3327:22901068,22893525:barquette_avec_film:3327:22896323,22895714:barquette_avec_film:3327:22898283,22915799:barquette_avec_film:3327:22916141,22927531:barquette_avec_film:3327:22936539,22960475:barquette_avec_film:3327:22970483,22963268:barquette_avec_film:3327:22975698,23012454:barquette_avec_film:3327:23055299,23015439:barquette_avec_film:3327:23059722,23019438:barquette_avec_film:3327:23065662,23079397:barquette_avec_film:3327:2'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0014608533988624828, 'nb_photo': 18, 'list_port_cont': '22637869,22637960,22645191,22667710,22675221,22698565,22722806,22777254,22794055,22863025,22863342,22876489,22987665,23091293', 'assoc_port': '22637672:22637960,22637674:22637869,22643641:22645191,22666515:22667710,22673669:22675221,22693033:22698565,22719525:22722806,22773713:22777254,22793928:22794055,22857008:22863342,22862865:22863025,22874442:22876489,22980691:22987665,23064326:23091293', 'assoc_mat': '22637672:barquette_opaque:4205:22637960,22637674:barquette_opaque:4205:22637869,22643641:barquette_opaque:4205:22645191,22666515:barquette_opaque:4205:22667710,22673669:barquette_opaque:4205:22675221,22693033:barquette_opaque:4205:22698565,22719525:barquette_opaque:4205:22722806,22773713:barquette_opaque:4205:22777254,22793928:barquette_opaque:4205:22794055,22857008:barquette_opaque:4205:22863342,22862865:barquette_opaque:4205:22863025,22874442:barquette_opaque:4205:22876489,22980691:barquette_opaque:4205:22987665,23064326:barquette_opaque:4205:23091293'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0012263774559999469, 'nb_photo': 165, 'list_port_cont': '22630375,22634251,22636609,22644203,22645964,22671022,22687242,22707909,22720094,22738385,22763441,22784793,22816588,22847712,22854607,22862338,22864772,22865870,22880845,22889056,22912923,22929719,22937919,22945504,22979030,22988183,22990615,23008519,23011424,23054141,23072323,23089682,23095165', 'assoc_port': '22604273:22636609,22609799:22634251,22624047:22630375,22640872:22644203,22645327:22645964,22668747:22671022,22683214:22687242,22706231:22707909,22715864:22720094,22727698:22738385,22760876:22763441,22775279:22784793,22814866:22816588,22835896:22854607,22835901:22847712,22858837:22862338,22861704:22864772,22863669:22865870,22879241:22880845,22885096:22889056,22909912:22912923,22916871:22945504,22924991:22929719,22934516:22937919,22963267:22990615,22967496:22979030,22979636:22988183,23002549:23008519,23010992:23054141,23010994:23011424,23056326:23089682,23071977:23072323,23080635:23095165', 'assoc_mat': '22604273:barquette_opaque:4203:22636609,22609799:barquette_opaque:4203:22634251,22624047:barquette_opaque:4203:22630375,22640872:barquette_opaque:4203:22644203,22645327:barquette_opaque:4203:22645964,22668747:barquette_opaque:4203:22671022,22683214:barquette_opaque:4203:22687242,22706231:barquette_opaque:4203:22707909,22715864:barquette_opaque:4203:22720094,22727698:barquette_opaque:4203:22738385,22760876:barquette_opaque:4203:22763441,22775279:barquette_opaque:4203:22784793,22814866:barquette_opaque:4203:22816588,22835896:barquette_opaque:4203:22854607,22835901:barquette_opaque:4203:22847712,22858837:barquette_opaque:4203:22862338,22861704:barquette_opaque:4203:22864772,22863669:barquette_opaque:4203:22865870,22879241:barquette_opaque:4203:22880845,22885096:barquette_opaque:4203:22889056,22909912:barquette_opaque:4203:22912923,22916871:barquette_opaque:4203:22945504,22924991:barquette_opaque:4203:22929719,22934516:barquette_opaque:4203:22937919,22963267:barquette_opaque:4203:22990615,22967496:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0016170210561572086, 'nb_photo': 48, 'list_port_cont': '22594068,22600130,22611292,22613362,22639379,22642303,22663962,22670063,22672799,22674111,22674356,22687785,22695665,22709330,22715786,22721060,22732036,22733467,22733529,22753977,22758440,22829357,22839685,22856795,22857876,22864580,22874921,22879884,22880250,22885462,22915931,22925595,22944936,22961103,22989613,23050136,23051137,23067024,23088922,23094135,23094959', 'assoc_port': '22593610:22594068,22599780:22600130,22610902:22611292,22613019:22613362,22639302:22639379,22641847:22642303,22662911:22663962,22669905:22670063,22672698:22672799,22673666:22674356,22673668:22674111,22687087:22687785,22693003:22695665,22708748:22709330,22713828:22715786,22720554:22721060,22731509:22733467,22731510:22733529,22731514:22732036,22753640:22753977,22757921:22758440,22828660:22829357,22838933:22839685,22856662:22856795,22857555:22857876,22864375:22864580,22874458:22874921,22879238:22879884,22880135:22880250,22885093:22885462,22915797:22915931,22924965:22925595,22944722:22944936,22960499:22961103,22970362:22989613,23003836:23051137,23006134:23050136,23019445:23067024,23052748:23088922,23075516:23094135,23079430:23094959', 'assoc_mat': '22593610:barquette_opaque:4207:22594068,22599780:barquette_opaque:4207:22600130,22610902:barquette_opaque:4207:22611292,22613019:barquette_opaque:4207:22613362,22639302:barquette_opaque:4207:22639379,22641847:barquette_opaque:4207:22642303,22662911:barquette_opaque:4207:22663962,22669905:barquette_opaque:4207:22670063,22672698:barquette_opaque:4207:22672799,22673666:barquette_opaque:4207:22674356,22673668:barquette_opaque:4207:22674111,22687087:barquette_opaque:4207:22687785,22693003:barquette_opaque:4207:22695665,22708748:barquette_opaque:4207:22709330,22713828:barquette_opaque:4207:22715786,22720554:barquette_opaque:4207:22721060,22731509:barquette_opaque:4207:22733467,22731510:barquette_opaque:4207:22733529,22731514:barquette_opaque:4207:22732036,22753640:barquette_opaque:4207:22753977,22757921:barquette_opaque:4207:22758440,22828660:barquette_opaque:4207:22829357,22838933:barquette_opaque:4207:22839685,22856662:barquette_opaque:4207:22856795,22857555:barquette_opaque:4207:22857876,22864375:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.013239533605963213, 'nb_photo': 10, 'list_port_cont': '22607814,22696629,22844342,22901525,22922720,22997472', 'assoc_port': '22607579:22607814,22696409:22696629,22843810:22844342,22901195:22901525,22922381:22922720,22997191:22997472', 'assoc_mat': '22607579:barquette_opaque:4461:22607814,22696409:barquette_opaque:4461:22696629,22843810:barquette_opaque:4461:22844342,22901195:barquette_opaque:4461:22901525,22922381:barquette_opaque:4461:22922720,22997191:barquette_opaque:4461:22997472'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.045904755296513895, 'nb_photo': 460, 'list_port_cont': '22596179,22604130,22609336,22613218,22621000,22627388,22630383,22630480,22630494,22637537,22639220,22644336,22644429,22645458,22646067,22646715,22647322,22648097,22663887,22667657,22676962,22677092,22677194,22684094,22685647,22686627,22695618,22695674,22699558,22711334,22712183,22712806,22713171,22714734,22720785,22725031,22731745,22734356,22737338,22739675,22741201,22743322,22744952,22755903,22757464,22759666,22765898,22766595,22774551,22779839,22782093,22782658,22786753,22789447,22791847,22794090,22817110,22823188,22823591,22824754,22831501,22839679,22839836,22841172,22842009,22847464,22847924,22851384,22856027,22858935,22862205,22863009,22863135,22863363,22864922,22865059,22865833,22865850,22865891,22865911,22877974,22878084,22878467,22882460,22883500,22888919,22893426,22894526,22896387,22897420,22908151,22909447,22914744,22917403,22917416,22918156,22919996,22920502,22923740,22924777,22926530,22927449,22927853,22928792,22929111,22929910,22936096,22936648,22950811,22963608,22967688,22967938,22974681,2297679', 'assoc_port': '22594877:22596179,22600724:22604130,22604276:22609336,22610907:22621000,22613021:22613218,22614937:22627388,22617412:22630480,22618985:22630494,22624048:22630383,22637083:22637537,22638529:22639220,22642864:22644336,22642868:22644429,22644529:22646715,22645330:22645458,22646001:22646067,22647187:22648097,22647191:22647322,22662912:22663887,22666514:22667657,22669908:22684094,22675367:22676962,22675368:22677092,22675371:22677194,22675372:22685647,22681463:22686627,22687091:22695618,22694885:22695674,22696946:22699558,22708747:22711334,22711988:22712183,22712694:22713171,22712698:22712806,22714439:22714734,22720546:22720785,22720550:22725031,22723659:22734356,22727658:22737338,22731555:22739675,22731557:22731745,22733592:22744952,22740289:22741201,22743063:22743322,22753642:22755903,22755522:22757464,22757920:22759666,22763326:22765898,22766326:22766595,22771176:22774551,22775280:22779839,22777709:22782093,22777728:22782658,22781200:22786753,22782353:22791847,22785919:22789447,22793931:22794090,22816846:2281711', 'assoc_mat': '22594877:barquette_opaque:4200:22596179,22600724:barquette_opaque:4200:22604130,22604276:barquette_opaque:4200:22609336,22610907:barquette_opaque:4200:22621000,22613021:barquette_opaque:4200:22613218,22614937:barquette_opaque:4200:22627388,22617412:barquette_opaque:4200:22630480,22618985:barquette_opaque:4200:22630494,22624048:barquette_opaque:4200:22630383,22637083:barquette_opaque:4200:22637537,22638529:barquette_opaque:4200:22639220,22642864:barquette_opaque:4200:22644336,22642868:barquette_opaque:4200:22644429,22644529:barquette_opaque:4200:22646715,22645330:barquette_opaque:4200:22645458,22646001:barquette_opaque:4200:22646067,22647187:barquette_opaque:4200:22648097,22647191:barquette_opaque:4200:22647322,22662912:barquette_opaque:4200:22663887,22666514:barquette_opaque:4200:22667657,22669908:barquette_opaque:4200:22684094,22675367:barquette_opaque:4200:22676962,22675368:barquette_opaque:4200:22677092,22675371:barquette_opaque:4200:22677194,22675372:barquette_opaque:4200:22685647,22681463:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0033175354299474808, 'nb_photo': 68, 'list_port_cont': '22595964,22607904,22611814,22617928,22629298,22637356,22637774,22639569,22643911,22645677,22647250,22662565,22663844,22672901,22682303,22682414,22696671,22714697,22719941,22724317,22730610,22754076,22761240,22781939,22792013,22814113,22817092,22823267,22832958,22835682,22856836,22858905,22862015,22863302,22876747,22880369,22890380,22893626,22896678,22914449,22918040,22922673,23003105,23013082,23059249,23065553', 'assoc_port': '22594876:22595964,22607578:22607904,22610905:22611814,22617415:22617928,22618983:22629298,22637331:22637356,22637677:22637774,22639299:22639569,22643642:22643911,22645325:22645677,22647186:22647250,22661878:22662565,22662913:22663844,22672696:22672901,22681465:22682414,22681467:22682303,22696406:22696671,22714441:22714697,22719539:22719941,22723676:22724317,22729019:22730610,22753645:22754076,22760875:22761240,22781197:22781939,22782354:22792013,22813690:22814113,22816847:22817092,22823127:22823267,22832671:22832958,22835473:22835682,22856661:22856836,22858841:22858905,22861972:22862015,22863282:22863302,22876406:22876747,22880119:22880369,22889832:22890380,22893521:22893626,22896424:22896678,22913782:22914449,22917827:22918040,22922388:22922673,23002556:23003105,23012445:23013082,23056321:23065553,23058885:23059249', 'assoc_mat': '22594876:barquette_opaque:4209:22595964,22607578:barquette_opaque:4209:22607904,22610905:barquette_opaque:4209:22611814,22617415:barquette_opaque:4209:22617928,22618983:barquette_opaque:4209:22629298,22637331:barquette_opaque:4209:22637356,22637677:barquette_opaque:4209:22637774,22639299:barquette_opaque:4209:22639569,22643642:barquette_opaque:4209:22643911,22645325:barquette_opaque:4209:22645677,22647186:barquette_opaque:4209:22647250,22661878:barquette_opaque:4209:22662565,22662913:barquette_opaque:4209:22663844,22672696:barquette_opaque:4209:22672901,22681465:barquette_opaque:4209:22682414,22681467:barquette_opaque:4209:22682303,22696406:barquette_opaque:4209:22696671,22714441:barquette_opaque:4209:22714697,22719539:barquette_opaque:4209:22719941,22723676:barquette_opaque:4209:22724317,22729019:barquette_opaque:4209:22730610,22753645:barquette_opaque:4209:22754076,22760875:barquette_opaque:4209:22761240,22781197:barquette_opaque:4209:22781939,22782354:barquette_opaque:4209:22792013,22813690:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.017868927277997704, 'nb_photo': 4890, 'list_port_cont': '22594161,22596089,22597263,22600183,22601223,22602880,22603306,22604567,22604692,22607886,22611752,22613607,22615581,22617919,22619624,22621913,22637227,22637546,22637892,22638911,22639732,22641084,22642199,22642354,22643270,22643865,22644814,22646138,22646326,22646770,22664733,22669209,22670570,22672993,22674159,22677103,22687534,22687853,22695483,22695615,22696704,22700570,22706887,22712145,22712897,22714119,22714707,22714756,22716170,22719979,22721095,22721219,22728537,22730029,22732155,22743585,22748164,22754161,22754203,22758675,22761615,22763719,22765749,22771943,22778227,22786466,22816101,22818593,22820562,22823243,22823538,22824455,22829510,22832004,22832265,22833305,22841005,22842124,22843006,22845818,22856862,22856869,22857917,22858761,22859612,22860795,22863061,22863867,22864510,22864563,22865038,22876872,22880529,22881978,22882014,22882514,22883160,22885516,22887656,22887841,22892045,22895827,22895863,22910360,22911753,22914566,22915525,22915992,22916071,22918134,22920490,22922771,22925350,2293035', 'assoc_port': '22593607:22594161,22594878:22596089,22596778:22597263,22599779:22600183,22600725:22601223,22602546:22602880,22603047:22603306,22604281:22604567,22604285:22604692,22607577:22607886,22610904:22611752,22613020:22613607,22614941:22615581,22617413:22617919,22618986:22619624,22621389:22621913,22637075:22637227,22637329:22637546,22637675:22637892,22638530:22638911,22639300:22639732,22640875:22641084,22641844:22642199,22641848:22642354,22642866:22643270,22643643:22643865,22644532:22644814,22645996:22646138,22646207:22646326,22646699:22646770,22662916:22664733,22668748:22669209,22669906:22670570,22672697:22672993,22673671:22674159,22676626:22677103,22687084:22687853,22687089:22687534,22694854:22695615,22694855:22695483,22694881:22700570,22696405:22696704,22706232:22706887,22711985:22712145,22712696:22712897,22713825:22714119,22714438:22714707,22714442:22714756,22715865:22716170,22719540:22719979,22720545:22721219,22720552:22721095,22727659:22728537,22729021:22730029,22731512:22732155,22740292:22748164,22743077:2274358', 'assoc_mat': '22593607:barquette_opaque:4211:22594161,22594878:barquette_opaque:4211:22596089,22596778:barquette_opaque:4211:22597263,22599779:barquette_opaque:4211:22600183,22600725:barquette_opaque:4211:22601223,22602546:barquette_opaque:4211:22602880,22603047:barquette_opaque:4211:22603306,22604281:barquette_opaque:4211:22604567,22604285:barquette_opaque:4211:22604692,22607577:barquette_opaque:4211:22607886,22610904:barquette_opaque:4211:22611752,22613020:barquette_opaque:4211:22613607,22614941:barquette_opaque:4211:22615581,22617413:barquette_opaque:4211:22617919,22618986:barquette_opaque:4211:22619624,22621389:barquette_opaque:4211:22621913,22637075:barquette_opaque:4211:22637227,22637329:barquette_opaque:4211:22637546,22637675:barquette_opaque:4211:22637892,22638530:barquette_opaque:4211:22638911,22639300:barquette_opaque:4211:22639732,22640875:barquette_opaque:4211:22641084,22641844:barquette_opaque:4211:22642199,22641848:barquette_opaque:4211:22642354,22642866:barquette_opaque:4211:22643270,22643643:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00039787528680509764, 'nb_photo': 89, 'list_port_cont': '22594934,22601570,22605076,22607303,22610545,22612829,22618164,22637343,22638002,22639838,22639882,22646447,22664940,22676631,22686164,22696748,22710396,22714470,22721538,22725018,22732973,22764377,22765223,22770712,22776168,22791665,22791986,22816534,22823559,22830567,22832785,22833534,22838449,22840237,22842722,22852372,22861865,22863116,22882924,22886532,22888282,22889656,22896328,22901062,22915553,22915919,22916143,22917767,22925576,22927916,22929969,22930589,22936492,22942820,22969799,22970732,22981024,23056529,23059726,23059742,23065660,23078455,23089950,23094209,23094999', 'assoc_port': '22593608:22594934,22596779:22607303,22600763:22601570,22604279:22605076,22609800:22612829,22609829:22610545,22617414:22618164,22637076:22639838,22637080:22637343,22637670:22638002,22639297:22639882,22646205:22646447,22662915:22664940,22673667:22676631,22683212:22686164,22696404:22696748,22708746:22710396,22713822:22714470,22720551:22725018,22720556:22721538,22731513:22732973,22763325:22764377,22763328:22765223,22769206:22770712,22775278:22776168,22781196:22791986,22787160:22791665,22814869:22816534,22823156:22823559,22828628:22830567,22831632:22832785,22832670:22833534,22835472:22852372,22835897:22838449,22838934:22840237,22841696:22842722,22861705:22861865,22862863:22863116,22876410:22888282,22881746:22882924,22882937:22886532,22885089:22889656,22889833:22901062,22893525:22896328,22909909:22915553,22911178:22915919,22915418:22917767,22915799:22916143,22920082:22925576,22924964:22929969,22927534:22927916,22929815:22930589,22931346:22942820,22935793:22936492,22953033:22969799,22955748:22970732,22970365:2298102', 'assoc_mat': '22593608:bouchon:3327:22594934,22596779:bouchon:3327:22607303,22600763:bouchon:3327:22601570,22604279:bouchon:3327:22605076,22609800:bouchon:3327:22612829,22609829:bouchon:3327:22610545,22617414:bouchon:3327:22618164,22637076:bouchon:3327:22639838,22637080:bouchon:3327:22637343,22637670:bouchon:3327:22638002,22639297:bouchon:3327:22639882,22646205:bouchon:3327:22646447,22662915:bouchon:3327:22664940,22673667:bouchon:3327:22676631,22683212:bouchon:3327:22686164,22696404:bouchon:3327:22696748,22708746:bouchon:3327:22710396,22713822:bouchon:3327:22714470,22720551:bouchon:3327:22725018,22720556:bouchon:3327:22721538,22731513:bouchon:3327:22732973,22763325:bouchon:3327:22764377,22763328:bouchon:3327:22765223,22769206:bouchon:3327:22770712,22775278:bouchon:3327:22776168,22781196:bouchon:3327:22791986,22787160:bouchon:3327:22791665,22814869:bouchon:3327:22816534,22823156:bouchon:3327:22823559,22828628:bouchon:3327:22830567,22831632:bouchon:3327:22832785,22832670:bouchon:3327:22833534,22835472:bouchon:3327:22852372,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.016014816109794595, 'nb_photo': 370, 'list_port_cont': '22592615,22602571,22627270,22637870,22637967,22645193,22667704,22675215,22681765,22698562,22718092,22722804,22737392,22757398,22777251,22782111,22794056,22845280,22856065,22859425,22863031,22863338,22876491,22883465,22897227,22900217,22925839,22942116,22951830,22978004,22987659,23005060,23012216,23063944,23075710,23088192,23090504,23091287', 'assoc_port': '22591582:22592615,22602549:22602571,22614943:22627270,22637672:22637967,22637674:22637870,22643641:22645193,22666515:22667704,22673669:22675215,22676627:22681765,22693033:22698562,22713819:22718092,22719525:22722804,22727668:22737392,22755525:22757398,22773713:22777251,22777724:22782111,22793928:22794056,22828627:22856065,22835476:22845280,22856658:22859425,22857008:22863338,22862865:22863031,22874442:22876491,22882318:22883465,22895713:22897227,22896423:22900217,22917826:22925839,22931348:22942116,22951589:22951830,22967489:22978004,22980691:22987659,22998438:23005060,23006133:23012216,23019441:23063944,23052721:23088192,23062405:23090504,23064326:23091287,23075518:23075710', 'assoc_mat': '22591582:carton:4205:22592615,22602549:carton:4205:22602571,22614943:carton:4205:22627270,22637672:carton:4205:22637967,22637674:carton:4205:22637870,22643641:carton:4205:22645193,22666515:carton:4205:22667704,22673669:carton:4205:22675215,22676627:carton:4205:22681765,22693033:carton:4205:22698562,22713819:carton:4205:22718092,22719525:carton:4205:22722804,22727668:carton:4205:22737392,22755525:carton:4205:22757398,22773713:carton:4205:22777251,22777724:carton:4205:22782111,22793928:carton:4205:22794056,22828627:carton:4205:22856065,22835476:carton:4205:22845280,22856658:carton:4205:22859425,22857008:carton:4205:22863338,22862865:carton:4205:22863031,22874442:carton:4205:22876491,22882318:carton:4205:22883465,22895713:carton:4205:22897227,22896423:carton:4205:22900217,22917826:carton:4205:22925839,22931348:carton:4205:22942116,22951589:carton:4205:22951830,22967489:carton:4205:22978004,22980691:carton:4205:22987659,22998438:carton:4205:23005060,23006133:carton:4205:23012216,23019441:carton:4205:23063944,2305'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.008278919045619983, 'nb_photo': 653, 'list_port_cont': '22630371,22634256,22636620,22644202,22645969,22671014,22687247,22707906,22720093,22738375,22763442,22784786,22816580,22847719,22854611,22862342,22864778,22865868,22880849,22889057,22912917,22929721,22937918,22945503,22979042,22988180,22990616,23008505,23011433,23054147,23072337,23089687,23094182,23095175', 'assoc_port': '22604273:22636620,22609799:22634256,22624047:22630371,22640872:22644202,22645327:22645969,22668747:22671014,22683214:22687247,22706231:22707906,22715864:22720093,22727698:22738375,22760876:22763442,22775279:22784786,22814866:22816580,22835896:22854611,22835901:22847719,22858837:22862342,22861704:22864778,22863669:22865868,22879241:22880849,22885096:22889057,22909912:22912917,22916871:22945503,22924991:22929721,22934516:22937918,22963267:22990616,22967496:22979042,22979636:22988180,23002549:23008505,23010992:23054147,23010994:23011433,23024263:23094182,23056326:23089687,23071977:23072337,23080635:23095175', 'assoc_mat': '22604273:carton:4203:22636620,22609799:carton:4203:22634256,22624047:carton:4203:22630371,22640872:carton:4203:22644202,22645327:carton:4203:22645969,22668747:carton:4203:22671014,22683214:carton:4203:22687247,22706231:carton:4203:22707906,22715864:carton:4203:22720093,22727698:carton:4203:22738375,22760876:carton:4203:22763442,22775279:carton:4203:22784786,22814866:carton:4203:22816580,22835896:carton:4203:22854611,22835901:carton:4203:22847719,22858837:carton:4203:22862342,22861704:carton:4203:22864778,22863669:carton:4203:22865868,22879241:carton:4203:22880849,22885096:carton:4203:22889057,22909912:carton:4203:22912917,22916871:carton:4203:22945503,22924991:carton:4203:22929721,22934516:carton:4203:22937918,22963267:carton:4203:22990616,22967496:carton:4203:22979042,22979636:carton:4203:22988180,23002549:carton:4203:23008505,23010992:carton:4203:23054147,23010994:carton:4203:23011433,23024263:carton:4203:23094182,23056326:carton:4203:23089687,23071977:carton:4203:23072337,23080635:carton:4203:23095175'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.950187656946778, 'nb_photo': 3504, 'list_port_cont': '22594079,22594342,22594397,22596895,22597312,22600124,22600329,22600920,22603202,22607761,22610267,22611298,22613348,22615155,22617802,22628714,22628999,22637196,22637252,22637757,22639374,22639709,22641090,22642312,22643841,22644664,22644850,22644860,22644977,22645631,22646046,22646096,22647244,22647392,22661925,22663969,22666872,22670072,22672802,22674112,22674362,22675644,22676819,22686223,22687286,22687788,22695411,22695668,22696608,22709337,22711032,22712040,22712721,22713246,22714565,22715782,22721048,22721292,22721891,22721992,22728588,22728634,22732035,22732522,22733461,22733528,22733989,22738168,22753886,22753985,22756022,22758458,22761344,22763909,22765546,22766562,22770063,22775454,22775662,22775973,22777148,22781536,22786360,22790689,22794065,22814239,22816960,22817992,22818296,22820506,22823377,22823482,22829370,22829562,22833055,22833359,22839349,22839633,22839688,22840468,22841950,22842213,22856791,22857864,22858743,22859526,22859658,22861797,22861845,22862052,22862188,22862227,22862997,2286332', 'assoc_port': '22593605:22594342,22593606:22594397,22593610:22594079,22596777:22597312,22596780:22596895,22599778:22600329,22599780:22600124,22600753:22600920,22603049:22603202,22607575:22607761,22609801:22610267,22610902:22611298,22613019:22613348,22614940:22615155,22617411:22617802,22628391:22628999,22628395:22628714,22637079:22637252,22637082:22637196,22637676:22637757,22639298:22639709,22639302:22639374,22640874:22641090,22641847:22642312,22643639:22643841,22644527:22644977,22644530:22644860,22644534:22644850,22644535:22644664,22645328:22645631,22645998:22646096,22645999:22646046,22647189:22647392,22647190:22647244,22661877:22661925,22662911:22663969,22666517:22666872,22669905:22670072,22672698:22672802,22673666:22674362,22673668:22674112,22675369:22675644,22676625:22676819,22681470:22686223,22687087:22687788,22687093:22687286,22693003:22695668,22694883:22695411,22696407:22696608,22708745:22711032,22708748:22709337,22711984:22712040,22712695:22712721,22713014:22713246,22713828:22715782,22714440:22714565,22720547:2272189', 'assoc_mat': '22593605:carton:4207:22594342,22593606:carton:4207:22594397,22593610:carton:4207:22594079,22596777:carton:4207:22597312,22596780:carton:4207:22596895,22599778:carton:4207:22600329,22599780:carton:4207:22600124,22600753:carton:4207:22600920,22603049:carton:4207:22603202,22607575:carton:4207:22607761,22609801:carton:4207:22610267,22610902:carton:4207:22611298,22613019:carton:4207:22613348,22614940:carton:4207:22615155,22617411:carton:4207:22617802,22628391:carton:4207:22628999,22628395:carton:4207:22628714,22637079:carton:4207:22637252,22637082:carton:4207:22637196,22637676:carton:4207:22637757,22639298:carton:4207:22639709,22639302:carton:4207:22639374,22640874:carton:4207:22641090,22641847:carton:4207:22642312,22643639:carton:4207:22643841,22644527:carton:4207:22644977,22644530:carton:4207:22644860,22644534:carton:4207:22644850,22644535:carton:4207:22644664,22645328:carton:4207:22645631,22645998:carton:4207:22646096,22645999:carton:4207:22646046,22647189:carton:4207:22647392,22647190:carton:4207:22647244,2266'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.017466290313869565, 'nb_photo': 2634, 'list_port_cont': '22591952,22595984,22600140,22604818,22604886,22607821,22610131,22611407,22615427,22621165,22621797,22637449,22638870,22639672,22642314,22643810,22644724,22645645,22646081,22647274,22664447,22666826,22670626,22674129,22677061,22684133,22687446,22693430,22696623,22697912,22712860,22714072,22717922,22720966,22721123,22724470,22732106,22749521,22756100,22761286,22766468,22771655,22778068,22781430,22782749,22786390,22787665,22811894,22816031,22824307,22828945,22832082,22833096,22839477,22840476,22844328,22844565,22856730,22858873,22859534,22860736,22862094,22862682,22864516,22874896,22876593,22879632,22881585,22881860,22882474,22891915,22893668,22894128,22894695,22901517,22914483,22915948,22917098,22919320,22922730,22925385,22927868,22931853,22935153,22948696,22952028,22953629,22959655,22963809,22968125,22972753,22973120,22975284,22980820,22997457,22998864,23003166,23003303,23006505,23012927,23013099,23020314,23026161,23049523,23053925,23057076,23059431,23068190,23072416,23079963,23080138,23081170', 'assoc_port': '22591584:22591952,22594879:22595984,22599782:22600140,22603048:22610131,22604271:22604886,22604283:22604818,22607579:22607821,22610906:22611407,22614959:22615427,22618984:22621165,22621387:22621797,22637328:22637449,22638528:22638870,22639301:22639672,22641846:22642314,22643640:22643810,22644533:22644724,22645326:22645645,22646000:22646081,22647188:22647274,22662910:22664447,22666516:22666826,22669907:22670626,22673670:22674129,22676624:22677061,22683217:22684133,22687090:22687446,22693018:22693430,22696409:22696623,22696947:22697912,22712697:22712860,22713831:22714072,22714437:22717922,22720549:22721123,22720555:22720966,22723677:22724470,22731556:22732106,22743102:22749521,22755524:22756100,22760877:22761286,22765036:22781430,22766335:22766468,22771175:22771655,22777722:22778068,22782355:22782749,22785891:22786390,22787164:22787665,22811660:22811894,22814868:22816031,22817782:22824307,22828657:22828945,22831635:22832082,22832675:22833096,22838937:22839477,22840147:22840476,22843809:22844565,22843810:2284432', 'assoc_mat': '22591584:carton:4461:22591952,22594879:carton:4461:22595984,22599782:carton:4461:22600140,22603048:carton:4461:22610131,22604271:carton:4461:22604886,22604283:carton:4461:22604818,22607579:carton:4461:22607821,22610906:carton:4461:22611407,22614959:carton:4461:22615427,22618984:carton:4461:22621165,22621387:carton:4461:22621797,22637328:carton:4461:22637449,22638528:carton:4461:22638870,22639301:carton:4461:22639672,22641846:carton:4461:22642314,22643640:carton:4461:22643810,22644533:carton:4461:22644724,22645326:carton:4461:22645645,22646000:carton:4461:22646081,22647188:carton:4461:22647274,22662910:carton:4461:22664447,22666516:carton:4461:22666826,22669907:carton:4461:22670626,22673670:carton:4461:22674129,22676624:carton:4461:22677061,22683217:carton:4461:22684133,22687090:carton:4461:22687446,22693018:carton:4461:22693430,22696409:carton:4461:22696623,22696947:carton:4461:22697912,22712697:carton:4461:22712860,22713831:carton:4461:22714072,22714437:carton:4461:22717922,22720549:carton:4461:22721123,2272'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.028318503464847673, 'nb_photo': 2357, 'list_port_cont': '22596185,22604128,22609339,22612198,22613226,22620989,22627383,22630384,22630481,22630503,22637374,22637406,22637536,22639219,22642118,22643586,22644341,22644421,22645455,22646057,22646713,22647324,22648101,22663884,22664082,22667650,22676951,22677086,22677201,22684100,22685643,22686639,22695619,22695673,22696545,22699555,22711337,22712173,22712801,22713169,22714738,22720784,22725032,22731760,22734352,22737335,22739672,22741196,22743323,22744947,22755890,22757459,22759672,22765906,22766594,22774562,22779827,22782102,22782657,22786746,22789441,22791835,22794087,22817112,22823194,22823592,22824757,22831499,22839175,22839666,22839835,22841173,22842008,22847470,22847921,22851392,22856028,22858928,22862200,22862707,22863019,22863136,22863360,22864914,22865048,22865842,22865847,22865887,22865900,22877978,22878076,22878471,22882466,22883505,22888925,22893424,22894528,22896389,22897429,22908161,22909452,22914745,22917392,22917417,22918154,22919993,22920511,22923744,22924765,22926536,22927440,22927859,22928783,2292912', 'assoc_port': '22594877:22596185,22600724:22604128,22602545:22612198,22604276:22609339,22610907:22620989,22613021:22613226,22614937:22627383,22617412:22630481,22618985:22630503,22624048:22630384,22637077:22637406,22637083:22637536,22637332:22637374,22638529:22639219,22641845:22643586,22641850:22642118,22642864:22644341,22642868:22644421,22644529:22646713,22645330:22645455,22646001:22646057,22647187:22648101,22647191:22647324,22662912:22663884,22662914:22664082,22666514:22667650,22669908:22684100,22675367:22676951,22675368:22677086,22675371:22677201,22675372:22685643,22681463:22686639,22687091:22695619,22694868:22696545,22694885:22695673,22696946:22699555,22708747:22711337,22711988:22712173,22712694:22713169,22712698:22712801,22714439:22714738,22720546:22720784,22720550:22725032,22723659:22734352,22727658:22737335,22731555:22739672,22731557:22731760,22733592:22744947,22740289:22741196,22743063:22743323,22753642:22755890,22755522:22757459,22757920:22759672,22763326:22765906,22766326:22766594,22771176:22774562,22775280:2277982', 'assoc_mat': '22594877:carton:4200:22596185,22600724:carton:4200:22604128,22602545:carton:4200:22612198,22604276:carton:4200:22609339,22610907:carton:4200:22620989,22613021:carton:4200:22613226,22614937:carton:4200:22627383,22617412:carton:4200:22630481,22618985:carton:4200:22630503,22624048:carton:4200:22630384,22637077:carton:4200:22637406,22637083:carton:4200:22637536,22637332:carton:4200:22637374,22638529:carton:4200:22639219,22641845:carton:4200:22643586,22641850:carton:4200:22642118,22642864:carton:4200:22644341,22642868:carton:4200:22644421,22644529:carton:4200:22646713,22645330:carton:4200:22645455,22646001:carton:4200:22646057,22647187:carton:4200:22648101,22647191:carton:4200:22647324,22662912:carton:4200:22663884,22662914:carton:4200:22664082,22666514:carton:4200:22667650,22669908:carton:4200:22684100,22675367:carton:4200:22676951,22675368:carton:4200:22677086,22675371:carton:4200:22677201,22675372:carton:4200:22685643,22681463:carton:4200:22686639,22687091:carton:4200:22695619,22694868:carton:4200:22696545,2269'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.037341755542972595, 'nb_photo': 1775, 'list_port_cont': '22593859,22595976,22601216,22603320,22604585,22607907,22610163,22611633,22611812,22611932,22615321,22617540,22617840,22617925,22624759,22625112,22628732,22629304,22637164,22637358,22637786,22639583,22641116,22643912,22645481,22645687,22646305,22647253,22662568,22662652,22663840,22672893,22675656,22681965,22682302,22682424,22683910,22684013,22687395,22687948,22695350,22696669,22697390,22706786,22707797,22712028,22713266,22714702,22719939,22724302,22730482,22730601,22754074,22761239,22766458,22774536,22781945,22786284,22787603,22792003,22814101,22817100,22823281,22828868,22831921,22832960,22835672,22835680,22839389,22856703,22856848,22858907,22861818,22862016,22862132,22862659,22863056,22863306,22863819,22876742,22880355,22883131,22887366,22887479,22889807,22890023,22890387,22891759,22893627,22896668,22914454,22918029,22922666,22926865,22953220,22960655,22968104,23003106,23003981,23011781,23013071,23018686,23053619,23056805,23059260,23064853,23065558,23079734', 'assoc_port': '22593609:22593859,22594876:22595976,22600723:22601216,22603046:22603320,22604278:22604585,22607576:22617540,22607578:22607907,22609802:22610163,22610903:22611932,22610905:22611812,22610908:22611633,22614938:22615321,22614939:22625112,22617410:22617840,22617415:22617925,22618983:22629304,22624049:22624759,22628393:22628732,22637081:22637164,22637331:22637358,22637677:22637786,22639299:22639583,22640873:22641116,22643642:22643912,22645325:22645687,22645329:22645481,22646206:22646305,22647186:22647253,22661875:22662652,22661878:22662568,22662913:22663840,22672696:22672893,22672699:22683910,22675373:22675656,22681465:22682424,22681467:22682302,22681471:22681965,22683204:22684013,22687085:22687948,22687092:22687395,22694882:22695350,22696406:22696669,22696945:22697390,22706230:22706786,22707489:22707797,22711986:22712028,22713013:22713266,22714441:22714702,22719539:22719939,22723676:22724302,22729019:22730601,22729023:22730482,22753645:22754074,22760875:22761239,22766334:22766458,22773720:22774536,22781197:2278194', 'assoc_mat': '22593609:carton:4209:22593859,22594876:carton:4209:22595976,22600723:carton:4209:22601216,22603046:carton:4209:22603320,22604278:carton:4209:22604585,22607576:carton:4209:22617540,22607578:carton:4209:22607907,22609802:carton:4209:22610163,22610903:carton:4209:22611932,22610905:carton:4209:22611812,22610908:carton:4209:22611633,22614938:carton:4209:22615321,22614939:carton:4209:22625112,22617410:carton:4209:22617840,22617415:carton:4209:22617925,22618983:carton:4209:22629304,22624049:carton:4209:22624759,22628393:carton:4209:22628732,22637081:carton:4209:22637164,22637331:carton:4209:22637358,22637677:carton:4209:22637786,22639299:carton:4209:22639583,22640873:carton:4209:22641116,22643642:carton:4209:22643912,22645325:carton:4209:22645687,22645329:carton:4209:22645481,22646206:carton:4209:22646305,22647186:carton:4209:22647253,22661875:carton:4209:22662652,22661878:carton:4209:22662568,22662913:carton:4209:22663840,22672696:carton:4209:22672893,22672699:carton:4209:22683910,22675373:carton:4209:22675656,2268'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.012684955698130503, 'nb_photo': 12938, 'list_port_cont': '22594163,22596092,22597265,22600172,22601225,22602888,22603312,22604583,22604700,22607889,22611736,22613600,22615573,22617908,22619627,22621918,22637232,22637552,22637884,22638896,22639718,22641076,22642198,22642360,22643261,22643854,22644812,22646127,22646318,22646759,22664723,22669206,22670580,22672982,22674164,22677106,22687524,22687856,22695472,22695603,22696703,22700574,22706893,22712135,22712894,22714106,22714708,22714765,22716169,22719970,22721105,22721220,22728551,22730023,22732161,22743592,22748186,22754154,22754205,22758679,22761608,22763722,22765739,22771941,22778223,22786463,22816114,22818594,22820559,22823251,22823525,22824456,22829498,22832012,22832264,22833291,22840994,22842115,22843007,22845820,22856855,22856876,22857923,22858756,22859599,22860794,22863058,22863864,22864502,22864552,22865033,22876858,22880528,22881984,22882017,22882512,22883171,22885521,22887661,22887836,22892040,22895826,22895867,22910371,22911744,22914571,22915515,22915991,22916063,22918123,22920491,22922782,22925349,2293034', 'assoc_port': '22593607:22594163,22594878:22596092,22596778:22597265,22599779:22600172,22600725:22601225,22602546:22602888,22603047:22603312,22604281:22604583,22604285:22604700,22607577:22607889,22610904:22611736,22613020:22613600,22614941:22615573,22617413:22617908,22618986:22619627,22621389:22621918,22637075:22637232,22637329:22637552,22637675:22637884,22638530:22638896,22639300:22639718,22640875:22641076,22641844:22642198,22641848:22642360,22642866:22643261,22643643:22643854,22644532:22644812,22645996:22646127,22646207:22646318,22646699:22646759,22662916:22664723,22668748:22669206,22669906:22670580,22672697:22672982,22673671:22674164,22676626:22677106,22687084:22687856,22687089:22687524,22694854:22695603,22694855:22695472,22694881:22700574,22696405:22696703,22706232:22706893,22711985:22712135,22712696:22712894,22713825:22714106,22714438:22714708,22714442:22714765,22715865:22716169,22719540:22719970,22720545:22721220,22720552:22721105,22727659:22728551,22729021:22730023,22731512:22732161,22740292:22748186,22743077:2274359', 'assoc_mat': '22593607:carton:4211:22594163,22594878:carton:4211:22596092,22596778:carton:4211:22597265,22599779:carton:4211:22600172,22600725:carton:4211:22601225,22602546:carton:4211:22602888,22603047:carton:4211:22603312,22604281:carton:4211:22604583,22604285:carton:4211:22604700,22607577:carton:4211:22607889,22610904:carton:4211:22611736,22613020:carton:4211:22613600,22614941:carton:4211:22615573,22617413:carton:4211:22617908,22618986:carton:4211:22619627,22621389:carton:4211:22621918,22637075:carton:4211:22637232,22637329:carton:4211:22637552,22637675:carton:4211:22637884,22638530:carton:4211:22638896,22639300:carton:4211:22639718,22640875:carton:4211:22641076,22641844:carton:4211:22642198,22641848:carton:4211:22642360,22642866:carton:4211:22643261,22643643:carton:4211:22643854,22644532:carton:4211:22644812,22645996:carton:4211:22646127,22646207:carton:4211:22646318,22646699:carton:4211:22646759,22662916:carton:4211:22664723,22668748:carton:4211:22669206,22669906:carton:4211:22670580,22672697:carton:4211:22672982,2267'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00980023422868778, 'nb_photo': 184, 'list_port_cont': '22600785,22601565,22610546,22618158,22622113,22628987,22629258,22643291,22644952,22645406,22646155,22646166,22646440,22647112,22670980,22676775,22689689,22707686,22712292,22714460,22716569,22716652,22721541,22725020,22732977,22741275,22754535,22770710,22772545,22776171,22791664,22794795,22821247,22823551,22833538,22840239,22852369,22861861,22862826,22863128,22882929,22883771,22886529,22888278,22889654,22896330,22897007,22898274,22901065,22909354,22915364,22925568,22926570,22927926,22930602,22936389,22936490,22936535,22938921,22945218,22956552,22969804,22975701,22978965,22981027,22986012,22987862,22988215,22994045,22994876,23002083,23009891,23055178,23055306,23055484,23056533,23059060,23059714,23059751,23063181,23065666,23066042,23075751,23078449,23078481,23094208,23095049,23095226', 'assoc_port': '22599781:22600785,22600763:22601565,22609829:22610546,22613018:22628987,22617414:22618158,22621388:22622113,22628388:22629258,22642867:22643291,22644513:22646155,22644528:22645406,22644531:22644952,22645997:22647112,22646002:22646166,22646205:22646440,22669904:22670980,22675370:22676775,22688510:22689689,22706229:22707686,22711987:22712292,22713822:22714460,22715863:22716652,22715866:22716569,22720551:22725020,22720556:22721541,22731513:22732977,22740290:22741275,22753647:22754535,22769206:22770710,22771178:22772545,22775278:22776171,22787159:22794795,22787160:22791664,22820051:22821247,22823156:22823551,22832670:22833538,22835472:22852369,22838934:22840239,22861705:22861861,22862458:22862826,22862863:22863128,22876410:22888278,22879242:22883771,22881746:22882929,22882937:22886529,22885089:22889654,22889833:22901065,22893525:22896330,22894326:22897007,22894331:22909354,22895714:22898274,22911180:22915364,22917824:22926570,22920082:22925568,22925011:22938921,22927531:22936535,22927534:22927926,22929808:2294521', 'assoc_mat': '22599781:carton:3327:22600785,22600763:carton:3327:22601565,22609829:carton:3327:22610546,22613018:carton:3327:22628987,22617414:carton:3327:22618158,22621388:carton:3327:22622113,22628388:carton:3327:22629258,22642867:carton:3327:22643291,22644513:carton:3327:22646155,22644528:carton:3327:22645406,22644531:carton:3327:22644952,22645997:carton:3327:22647112,22646002:carton:3327:22646166,22646205:carton:3327:22646440,22669904:carton:3327:22670980,22675370:carton:3327:22676775,22688510:carton:3327:22689689,22706229:carton:3327:22707686,22711987:carton:3327:22712292,22713822:carton:3327:22714460,22715863:carton:3327:22716652,22715866:carton:3327:22716569,22720551:carton:3327:22725020,22720556:carton:3327:22721541,22731513:carton:3327:22732977,22740290:carton:3327:22741275,22753647:carton:3327:22754535,22769206:carton:3327:22770710,22771178:carton:3327:22772545,22775278:carton:3327:22776171,22787159:carton:3327:22794795,22787160:carton:3327:22791664,22820051:carton:3327:22821247,22823156:carton:3327:22823551,2283'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.009561114597328791, 'nb_photo': 636, 'list_port_cont': '22928296,22949103,22950232,22953903,22961559,22968188,22968651,22975658,22976282,22977389,22977881,22984012,22985542,23004386,23007018,23013807,23016128,23018785,23019308,23019564,23025194,23053413,23072790,23074693,23076165,23079900,23080481,23083116', 'assoc_port': '22927536:22928296,22948162:22949103,22949538:22950232,22953035:22953903,22960477:22961559,22967479:22968651,22967499:22968188,22974925:22976282,22974926:22975658,22976914:22977881,22976916:22977389,22982646:22985542,22982647:22984012,23003831:23007018,23003838:23004386,23012451:23013807,23015442:23016128,23018462:23019564,23018464:23019308,23018467:23018785,23024250:23025194,23052716:23053413,23071983:23072790,23073358:23074693,23075515:23076165,23079427:23080481,23079435:23079900,23082841:23083116', 'assoc_mat': '22927536:carton:3594:22928296,22948162:carton:3594:22949103,22949538:carton:3594:22950232,22953035:carton:3594:22953903,22960477:carton:3594:22961559,22967479:carton:3594:22968651,22967499:carton:3594:22968188,22974925:carton:3594:22976282,22974926:carton:3594:22975658,22976914:carton:3594:22977881,22976916:carton:3594:22977389,22982646:carton:3594:22985542,22982647:carton:3594:22984012,23003831:carton:3594:23007018,23003838:carton:3594:23004386,23012451:carton:3594:23013807,23015442:carton:3594:23016128,23018462:carton:3594:23019564,23018464:carton:3594:23019308,23018467:carton:3594:23018785,23024250:carton:3594:23025194,23052716:carton:3594:23053413,23071983:carton:3594:23072790,23073358:carton:3594:23074693,23075515:carton:3594:23076165,23079427:carton:3594:23080481,23079435:carton:3594:23079900,23082841:carton:3594:23083116'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0025740208841702355, 'nb_photo': 54, 'list_port_cont': '22602583,22610321,22620637,22637516,22646292,22675044,22700071,22743273,22746289,22754116,22765979,22779184,22782019,22817953,22823337,22823654,22842768,22860605,22862081,22936133,22988148,23017980,23022458,23023070,23025788,23032412,23032719,23038681,23043750,23053483,23088255,23093968', 'assoc_port': '22602547:22602583,22609803:22610321,22617409:22620637,22637330:22637516,22646208:22646292,22668749:22675044,22681466:22700071,22723675:22746289,22743072:22743273,22753644:22754116,22765037:22765979,22777704:22779184,22781198:22782019,22813689:22817953,22823123:22823654,22823128:22823337,22828659:22842768,22860493:22860605,22861967:22862081,22880134:23017980,22891519:23022458,22893523:23023070,22894328:23025788,22916870:23032412,22920087:23032719,22935792:22936133,22967472:23038681,22979633:22988148,23003826:23043750,23010995:23053483,23052744:23088255,23073354:23093968', 'assoc_mat': '22602547:cartonnette:3726:22602583,22609803:cartonnette:3726:22610321,22617409:cartonnette:3726:22620637,22637330:cartonnette:3726:22637516,22646208:cartonnette:3726:22646292,22668749:cartonnette:3726:22675044,22681466:cartonnette:3726:22700071,22723675:cartonnette:3726:22746289,22743072:cartonnette:3726:22743273,22753644:cartonnette:3726:22754116,22765037:cartonnette:3726:22765979,22777704:cartonnette:3726:22779184,22781198:cartonnette:3726:22782019,22813689:cartonnette:3726:22817953,22823123:cartonnette:3726:22823654,22823128:cartonnette:3726:22823337,22828659:cartonnette:3726:22842768,22860493:cartonnette:3726:22860605,22861967:cartonnette:3726:22862081,22880134:cartonnette:3726:23017980,22891519:cartonnette:3726:23022458,22893523:cartonnette:3726:23023070,22894328:cartonnette:3726:23025788,22916870:cartonnette:3726:23032412,22920087:cartonnette:3726:23032719,22935792:cartonnette:3726:22936133,22967472:cartonnette:3726:23038681,22979633:cartonnette:3726:22988148,23003826:cartonnette:3726:23043750,23010995:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.007372211362824661, 'nb_photo': 186, 'list_port_cont': '22602575,22610322,22620634,22637214,22637512,22641134,22644518,22645046,22646295,22675052,22687475,22689618,22696694,22700021,22700068,22700083,22743262,22746292,22754112,22765978,22779178,22782010,22791533,22817956,22818991,22823340,22828787,22836461,22840285,22842769,22856819,22860606,22862087,22863294,22915444,22936127,22988145,23014324,23017978,23022459,23022667,23023066,23025783,23032416,23032621,23032712,23034507,23038170,23038677,23043739,23053166,23053477,23074397,23075853,23091955,23094970', 'assoc_port': '22602547:22602575,22609803:22610322,22617409:22620634,22637078:22637214,22637330:22637512,22640871:22641134,22642865:22644518,22644526:22645046,22646208:22646295,22668749:22675052,22681466:22700068,22681469:22700083,22683209:22700021,22687083:22687475,22688512:22689618,22696408:22696694,22723675:22746292,22743072:22743262,22753644:22754112,22765037:22765978,22773715:22791533,22777704:22779178,22781198:22782010,22813689:22817956,22817780:22818991,22823128:22823340,22828659:22842769,22828661:22828787,22835900:22836461,22840149:22840285,22856659:22856819,22860493:22860606,22861967:22862087,22863286:22863294,22873139:23014324,22880134:23017978,22886792:23075853,22891519:23022459,22893518:23022667,22893523:23023066,22894328:23025783,22915439:22915444,22916870:23032416,22920083:23032621,22920087:23032712,22935792:22936127,22948165:23034507,22958945:23038170,22967472:23038677,22979633:22988145,23003826:23043739,23010986:23053166,23010995:23053477,23024264:23074397,23067225:23091955,23079432:23094970', 'assoc_mat': '22602547:Carton_brun:3726:22602575,22609803:Carton_brun:3726:22610322,22617409:Carton_brun:3726:22620634,22637078:Carton_brun:3726:22637214,22637330:Carton_brun:3726:22637512,22640871:Carton_brun:3726:22641134,22642865:Carton_brun:3726:22644518,22644526:Carton_brun:3726:22645046,22646208:Carton_brun:3726:22646295,22668749:Carton_brun:3726:22675052,22681466:Carton_brun:3726:22700068,22681469:Carton_brun:3726:22700083,22683209:Carton_brun:3726:22700021,22687083:Carton_brun:3726:22687475,22688512:Carton_brun:3726:22689618,22696408:Carton_brun:3726:22696694,22723675:Carton_brun:3726:22746292,22743072:Carton_brun:3726:22743262,22753644:Carton_brun:3726:22754112,22765037:Carton_brun:3726:22765978,22773715:Carton_brun:3726:22791533,22777704:Carton_brun:3726:22779178,22781198:Carton_brun:3726:22782010,22813689:Carton_brun:3726:22817956,22817780:Carton_brun:3726:22818991,22823128:Carton_brun:3726:22823340,22828659:Carton_brun:3726:22842769,22828661:Carton_brun:3726:22828787,22835900:Carton_brun:3726:22836461,22840149:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005457248594190318, 'nb_photo': 117, 'list_port_cont': '22602579,22610315,22620636,22641136,22644521,22645040,22675051,22687482,22700020,22743263,22746293,22754122,22765973,22791528,22817946,22823345,22823653,22828784,22858870,22860609,22862086,22915448,22936137,22988144,23014329,23017981,23022671,23023061,23025789,23032407,23032616,23032718,23034501,23037279,23038167,23038673,23040864,23043741,23053167,23053486,23074400,23075850,23088264,23089420,23091953,23092000,23093964,23094112,23094969', 'assoc_port': '22602547:22602579,22609803:22610315,22617409:22620636,22640871:22641136,22642865:22644521,22644526:22645040,22668749:22675051,22683209:22700020,22687083:22687482,22723675:22746293,22743072:22743263,22753644:22754122,22765037:22765973,22773715:22791528,22813689:22817946,22823123:22823653,22823128:22823345,22828661:22828784,22858842:22858870,22860493:22860609,22861967:22862086,22873139:23014329,22880134:23017981,22886792:23075850,22893518:23022671,22893523:23023061,22894328:23025789,22915439:22915448,22916870:23032407,22920083:23032616,22920087:23032718,22935792:22936137,22948165:23034501,22955733:23037279,22958945:23038167,22967472:23038673,22974921:23040864,22979633:22988144,23003826:23043741,23010986:23053167,23010995:23053486,23012442:23089420,23024264:23074400,23052744:23088264,23067225:23091953,23067239:23092000,23073354:23093964,23075513:23094112,23079432:23094969', 'assoc_mat': '22602547:Carton_gris:3726:22602579,22609803:Carton_gris:3726:22610315,22617409:Carton_gris:3726:22620636,22640871:Carton_gris:3726:22641136,22642865:Carton_gris:3726:22644521,22644526:Carton_gris:3726:22645040,22668749:Carton_gris:3726:22675051,22683209:Carton_gris:3726:22700020,22687083:Carton_gris:3726:22687482,22723675:Carton_gris:3726:22746293,22743072:Carton_gris:3726:22743263,22753644:Carton_gris:3726:22754122,22765037:Carton_gris:3726:22765973,22773715:Carton_gris:3726:22791528,22813689:Carton_gris:3726:22817946,22823123:Carton_gris:3726:22823653,22823128:Carton_gris:3726:22823345,22828661:Carton_gris:3726:22828784,22858842:Carton_gris:3726:22858870,22860493:Carton_gris:3726:22860609,22861967:Carton_gris:3726:22862086,22873139:Carton_gris:3726:23014329,22880134:Carton_gris:3726:23017981,22886792:Carton_gris:3726:23075850,22893518:Carton_gris:3726:23022671,22893523:Carton_gris:3726:23023061,22894328:Carton_gris:3726:23025789,22915439:Carton_gris:3726:22915448,22916870:Carton_gris:3726:23032407,22920083:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00493309243508679, 'nb_photo': 99, 'list_port_cont': '22592606,22602567,22627267,22637878,22637954,22645199,22667703,22675212,22681762,22698563,22718104,22737403,22777248,22782109,22794042,22845292,22856076,22859411,22863030,22863352,22876490,22883467,22897232,22900207,22925835,22942111,22951832,22987664,23005053,23012224,23063947,23075725,23090508,23091295', 'assoc_port': '22591582:22592606,22602549:22602567,22614943:22627267,22637672:22637954,22637674:22637878,22643641:22645199,22666515:22667703,22673669:22675212,22676627:22681762,22693033:22698563,22713819:22718104,22727668:22737403,22773713:22777248,22777724:22782109,22793928:22794042,22828627:22856076,22835476:22845292,22856658:22859411,22857008:22863352,22862865:22863030,22874442:22876490,22882318:22883467,22895713:22897232,22896423:22900207,22917826:22925835,22931348:22942111,22951589:22951832,22980691:22987664,22998438:23005053,23006133:23012224,23019441:23063947,23062405:23090508,23064326:23091295,23075518:23075725', 'assoc_mat': '22591582:ela:4205:22592606,22602549:ela:4205:22602567,22614943:ela:4205:22627267,22637672:ela:4205:22637954,22637674:ela:4205:22637878,22643641:ela:4205:22645199,22666515:ela:4205:22667703,22673669:ela:4205:22675212,22676627:ela:4205:22681762,22693033:ela:4205:22698563,22713819:ela:4205:22718104,22727668:ela:4205:22737403,22773713:ela:4205:22777248,22777724:ela:4205:22782109,22793928:ela:4205:22794042,22828627:ela:4205:22856076,22835476:ela:4205:22845292,22856658:ela:4205:22859411,22857008:ela:4205:22863352,22862865:ela:4205:22863030,22874442:ela:4205:22876490,22882318:ela:4205:22883467,22895713:ela:4205:22897232,22896423:ela:4205:22900207,22917826:ela:4205:22925835,22931348:ela:4205:22942111,22951589:ela:4205:22951832,22980691:ela:4205:22987664,22998438:ela:4205:23005053,23006133:ela:4205:23012224,23019441:ela:4205:23063947,23062405:ela:4205:23090508,23064326:ela:4205:23091295,23075518:ela:4205:23075725'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9681043823351698, 'nb_photo': 193, 'list_port_cont': '22630372,22634258,22636615,22644194,22645960,22671016,22687235,22707902,22720108,22738379,22763436,22784791,22816586,22847724,22854597,22862346,22864777,22865876,22880843,22889065,22912929,22929716,22937926,22945495,22979031,22988168,22990623,23008508,23011421,23054155,23072335,23089696,23094186,23095168', 'assoc_port': '22604273:22636615,22609799:22634258,22624047:22630372,22640872:22644194,22645327:22645960,22668747:22671016,22683214:22687235,22706231:22707902,22715864:22720108,22727698:22738379,22760876:22763436,22775279:22784791,22814866:22816586,22835896:22854597,22835901:22847724,22858837:22862346,22861704:22864777,22863669:22865876,22879241:22880843,22885096:22889065,22909912:22912929,22916871:22945495,22924991:22929716,22934516:22937926,22963267:22990623,22967496:22979031,22979636:22988168,23002549:23008508,23010992:23054155,23010994:23011421,23024263:23094186,23056326:23089696,23071977:23072335,23080635:23095168', 'assoc_mat': '22604273:ela:4203:22636615,22609799:ela:4203:22634258,22624047:ela:4203:22630372,22640872:ela:4203:22644194,22645327:ela:4203:22645960,22668747:ela:4203:22671016,22683214:ela:4203:22687235,22706231:ela:4203:22707902,22715864:ela:4203:22720108,22727698:ela:4203:22738379,22760876:ela:4203:22763436,22775279:ela:4203:22784791,22814866:ela:4203:22816586,22835896:ela:4203:22854597,22835901:ela:4203:22847724,22858837:ela:4203:22862346,22861704:ela:4203:22864777,22863669:ela:4203:22865876,22879241:ela:4203:22880843,22885096:ela:4203:22889065,22909912:ela:4203:22912929,22916871:ela:4203:22945495,22924991:ela:4203:22929716,22934516:ela:4203:22937926,22963267:ela:4203:22990623,22967496:ela:4203:22979031,22979636:ela:4203:22988168,23002549:ela:4203:23008508,23010992:ela:4203:23054155,23010994:ela:4203:23011421,23024263:ela:4203:23094186,23056326:ela:4203:23089696,23071977:ela:4203:23072335,23080635:ela:4203:23095168'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.001391354229728338, 'nb_photo': 120, 'list_port_cont': '22594067,22597300,22600131,22613357,22628689,22637206,22639702,22641099,22642307,22643839,22645635,22646092,22663966,22666881,22670069,22672800,22674105,22674366,22675640,22695656,22696609,22709333,22711041,22712030,22721062,22721297,22721999,22728594,22732033,22732520,22756029,22758436,22761332,22765544,22775458,22775970,22786357,22794060,22817981,22823495,22833369,22839627,22839689,22840466,22859527,22861836,22862176,22862229,22863799,22876713,22877234,22878894,22879890,22882522,22883048,22885467,22895859,22896991,22917083,22919512,22920381,22923344,22925304,22925604,22928152,22944932,22949840,22961112,22968087,22983198,22998128,23010275,23060049,23064770,23071586,23093503,23093988', 'assoc_port': '22593610:22594067,22596777:22597300,22599780:22600131,22613019:22613357,22628395:22628689,22637082:22637206,22639298:22639702,22640874:22641099,22641847:22642307,22643639:22643839,22645328:22645635,22645998:22646092,22662911:22663966,22666517:22666881,22669905:22670069,22672698:22672800,22673666:22674366,22673668:22674105,22675369:22675640,22693003:22695656,22696407:22696609,22708745:22711041,22708748:22709333,22711984:22712030,22720548:22721999,22720553:22721297,22720554:22721062,22727656:22728594,22731511:22732520,22731514:22732033,22755523:22756029,22757921:22758436,22760878:22761332,22765035:22765544,22775277:22775970,22775282:22775458,22785918:22786357,22793924:22794060,22816844:22817981,22823125:22823495,22832672:22833369,22838933:22839689,22838936:22839627,22840150:22840466,22859471:22859527,22861707:22861836,22861966:22862229,22861971:22862176,22863671:22863799,22876397:22878894,22876399:22877234,22876413:22876713,22879238:22879890,22882316:22882522,22882938:22883048,22885093:22885467,22895710:2289699', 'assoc_mat': '22593610:ela:4207:22594067,22596777:ela:4207:22597300,22599780:ela:4207:22600131,22613019:ela:4207:22613357,22628395:ela:4207:22628689,22637082:ela:4207:22637206,22639298:ela:4207:22639702,22640874:ela:4207:22641099,22641847:ela:4207:22642307,22643639:ela:4207:22643839,22645328:ela:4207:22645635,22645998:ela:4207:22646092,22662911:ela:4207:22663966,22666517:ela:4207:22666881,22669905:ela:4207:22670069,22672698:ela:4207:22672800,22673666:ela:4207:22674366,22673668:ela:4207:22674105,22675369:ela:4207:22675640,22693003:ela:4207:22695656,22696407:ela:4207:22696609,22708745:ela:4207:22711041,22708748:ela:4207:22709333,22711984:ela:4207:22712030,22720548:ela:4207:22721999,22720553:ela:4207:22721297,22720554:ela:4207:22721062,22727656:ela:4207:22728594,22731511:ela:4207:22732520,22731514:ela:4207:22732033,22755523:ela:4207:22756029,22757921:ela:4207:22758436,22760878:ela:4207:22761332,22765035:ela:4207:22765544,22775277:ela:4207:22775970,22775282:ela:4207:22775458,22785918:ela:4207:22786357,22793924:ela:4207:2279406'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.009227547866313546, 'nb_photo': 5, 'list_port_cont': '22595980,22787675,22862098,22876598', 'assoc_port': '22594879:22595980,22787164:22787675,22861969:22862098,22876414:22876598', 'assoc_mat': '22594879:ela:4461:22595980,22787164:ela:4461:22787675,22861969:ela:4461:22862098,22876414:ela:4461:22876598'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0007038248234010618, 'nb_photo': 45, 'list_port_cont': '22613237,22627391,22642117,22644419,22677090,22684099,22686631,22711335,22714725,22725028,22731757,22734349,22737342,22757465,22765910,22794089,22817104,22823588,22851390,22865881,22888917,22897426,22909441,22917404,22923738,22924776,22929120,22967687,22967926,22977774,22985388,22986974,23009404,23091830,23094906', 'assoc_port': '22613021:22613237,22614937:22627391,22641850:22642117,22642868:22644419,22669908:22684099,22675368:22677090,22681463:22686631,22708747:22711335,22714439:22714725,22720550:22725028,22723659:22734349,22727658:22737342,22731557:22731757,22755522:22757465,22763326:22765910,22793931:22794089,22816846:22817104,22823153:22823588,22851169:22851390,22863281:22865881,22880133:22909441,22885094:22888917,22895716:22897426,22915436:22917404,22919023:22923738,22920086:22924776,22924968:22929120,22949540:22986974,22953032:22967926,22958941:22967687,22967480:22977774,22972485:22985388,23003835:23009404,23052746:23091830,23079398:23094906', 'assoc_mat': '22613021:ela:4200:22613237,22614937:ela:4200:22627391,22641850:ela:4200:22642117,22642868:ela:4200:22644419,22669908:ela:4200:22684099,22675368:ela:4200:22677090,22681463:ela:4200:22686631,22708747:ela:4200:22711335,22714439:ela:4200:22714725,22720550:ela:4200:22725028,22723659:ela:4200:22734349,22727658:ela:4200:22737342,22731557:ela:4200:22731757,22755522:ela:4200:22757465,22763326:ela:4200:22765910,22793931:ela:4200:22794089,22816846:ela:4200:22817104,22823153:ela:4200:22823588,22851169:ela:4200:22851390,22863281:ela:4200:22865881,22880133:ela:4200:22909441,22885094:ela:4200:22888917,22895716:ela:4200:22897426,22915436:ela:4200:22917404,22919023:ela:4200:22923738,22920086:ela:4200:22924776,22924968:ela:4200:22929120,22949540:ela:4200:22986974,22953032:ela:4200:22967926,22958941:ela:4200:22967687,22967480:ela:4200:22977774,22972485:ela:4200:22985388,23003835:ela:4200:23009404,23052746:ela:4200:23091830,23079398:ela:4200:23094906'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0045716386473811195, 'nb_photo': 306, 'list_port_cont': '22593855,22595975,22601205,22603324,22604596,22607909,22611620,22611817,22611933,22617842,22617938,22624753,22625105,22628726,22629300,22637167,22637369,22637775,22639570,22641108,22643920,22645480,22645684,22646310,22647255,22662572,22662664,22672905,22675660,22681968,22682305,22682415,22683924,22684026,22687947,22695356,22696674,22697385,22706795,22712015,22713267,22714696,22719929,22724314,22730494,22730602,22754084,22761218,22766463,22774548,22781944,22787589,22792006,22814099,22817087,22823275,22831917,22832965,22835668,22835687,22839397,22856717,22856840,22858909,22861828,22862014,22862139,22862661,22863057,22863822,22876744,22880367,22883122,22887354,22887488,22890388,22891751,22896673,22914460,22918028,22922664,22926869,22953218,23011782,23013083,23018679,23053620,23064849,23065550,23079733', 'assoc_port': '22593609:22593855,22594876:22595975,22600723:22601205,22603046:22603324,22604278:22604596,22607578:22607909,22610903:22611933,22610905:22611817,22610908:22611620,22614939:22625105,22617410:22617842,22617415:22617938,22618983:22629300,22624049:22624753,22628393:22628726,22637081:22637167,22637331:22637369,22637677:22637775,22639299:22639570,22640873:22641108,22643642:22643920,22645325:22645684,22645329:22645480,22646206:22646310,22647186:22647255,22661875:22662664,22661878:22662572,22672696:22672905,22672699:22683924,22675373:22675660,22681465:22682415,22681467:22682305,22681471:22681968,22683204:22684026,22687085:22687947,22694882:22695356,22696406:22696674,22696945:22697385,22706230:22706795,22711986:22712015,22713013:22713267,22714441:22714696,22719539:22719929,22723676:22724314,22729019:22730602,22729023:22730494,22753645:22754084,22760875:22761218,22766334:22766463,22773720:22774548,22781197:22781944,22782354:22792006,22787162:22787589,22813690:22814099,22816847:22817087,22823127:22823275,22831634:2283191', 'assoc_mat': '22593609:ela:4209:22593855,22594876:ela:4209:22595975,22600723:ela:4209:22601205,22603046:ela:4209:22603324,22604278:ela:4209:22604596,22607578:ela:4209:22607909,22610903:ela:4209:22611933,22610905:ela:4209:22611817,22610908:ela:4209:22611620,22614939:ela:4209:22625105,22617410:ela:4209:22617842,22617415:ela:4209:22617938,22618983:ela:4209:22629300,22624049:ela:4209:22624753,22628393:ela:4209:22628726,22637081:ela:4209:22637167,22637331:ela:4209:22637369,22637677:ela:4209:22637775,22639299:ela:4209:22639570,22640873:ela:4209:22641108,22643642:ela:4209:22643920,22645325:ela:4209:22645684,22645329:ela:4209:22645480,22646206:ela:4209:22646310,22647186:ela:4209:22647255,22661875:ela:4209:22662664,22661878:ela:4209:22662572,22672696:ela:4209:22672905,22672699:ela:4209:22683924,22675373:ela:4209:22675660,22681465:ela:4209:22682415,22681467:ela:4209:22682305,22681471:ela:4209:22681968,22683204:ela:4209:22684026,22687085:ela:4209:22687947,22694882:ela:4209:22695356,22696406:ela:4209:22696674,22696945:ela:4209:2269738'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0008337415104435385, 'nb_photo': 1089, 'list_port_cont': '22594153,22596103,22597264,22600177,22601236,22602885,22603307,22604582,22604682,22607877,22611741,22613596,22615587,22617918,22619617,22621920,22637230,22637556,22637890,22638912,22639722,22641085,22642196,22642353,22643274,22643862,22644807,22646136,22646316,22646772,22664721,22669218,22670573,22672991,22674165,22677115,22687533,22687866,22695613,22696702,22700580,22706879,22712137,22712899,22714118,22714710,22714769,22716163,22719974,22721101,22721225,22728538,22730043,22732166,22743589,22748173,22754168,22754215,22758676,22761607,22763727,22765740,22771948,22778220,22786471,22816099,22818583,22820556,22823238,22823524,22824458,22829505,22832003,22832262,22833303,22841000,22842109,22843018,22845807,22856850,22856883,22857932,22858763,22859605,22860802,22863067,22863872,22864497,22864551,22865042,22876859,22880527,22881976,22882011,22882505,22883167,22885517,22887660,22887829,22892052,22895840,22895876,22910361,22911748,22914579,22915527,22915980,22916060,22918131,22920487,22922776,22925343,22930346,2293181', 'assoc_port': '22593607:22594153,22594878:22596103,22596778:22597264,22599779:22600177,22600725:22601236,22602546:22602885,22603047:22603307,22604281:22604582,22604285:22604682,22607577:22607877,22610904:22611741,22613020:22613596,22614941:22615587,22617413:22617918,22618986:22619617,22621389:22621920,22637075:22637230,22637329:22637556,22637675:22637890,22638530:22638912,22639300:22639722,22640875:22641085,22641844:22642196,22641848:22642353,22642866:22643274,22643643:22643862,22644532:22644807,22645996:22646136,22646207:22646316,22646699:22646772,22662916:22664721,22668748:22669218,22669906:22670573,22672697:22672991,22673671:22674165,22676626:22677115,22687084:22687866,22687089:22687533,22694854:22695613,22694881:22700580,22696405:22696702,22706232:22706879,22711985:22712137,22712696:22712899,22713825:22714118,22714438:22714710,22714442:22714769,22715865:22716163,22719540:22719974,22720545:22721225,22720552:22721101,22727659:22728538,22729021:22730043,22731512:22732166,22740292:22748173,22743077:22743589,22753643:2275421', 'assoc_mat': '22593607:ela:4211:22594153,22594878:ela:4211:22596103,22596778:ela:4211:22597264,22599779:ela:4211:22600177,22600725:ela:4211:22601236,22602546:ela:4211:22602885,22603047:ela:4211:22603307,22604281:ela:4211:22604582,22604285:ela:4211:22604682,22607577:ela:4211:22607877,22610904:ela:4211:22611741,22613020:ela:4211:22613596,22614941:ela:4211:22615587,22617413:ela:4211:22617918,22618986:ela:4211:22619617,22621389:ela:4211:22621920,22637075:ela:4211:22637230,22637329:ela:4211:22637556,22637675:ela:4211:22637890,22638530:ela:4211:22638912,22639300:ela:4211:22639722,22640875:ela:4211:22641085,22641844:ela:4211:22642196,22641848:ela:4211:22642353,22642866:ela:4211:22643274,22643643:ela:4211:22643862,22644532:ela:4211:22644807,22645996:ela:4211:22646136,22646207:ela:4211:22646316,22646699:ela:4211:22646772,22662916:ela:4211:22664721,22668748:ela:4211:22669218,22669906:ela:4211:22670573,22672697:ela:4211:22672991,22673671:ela:4211:22674165,22676626:ela:4211:22677115,22687084:ela:4211:22687866,22687089:ela:4211:2268753'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00017483549741961106, 'nb_photo': 51, 'list_port_cont': '22634259,22645959,22671013,22687233,22707915,22720096,22738382,22784790,22816592,22847711,22854609,22862339,22864767,22865872,22880848,22889062,22912922,22945494,22988173,22990618,23008517,23054150,23095160', 'assoc_port': '22609799:22634259,22645327:22645959,22668747:22671013,22683214:22687233,22706231:22707915,22715864:22720096,22727698:22738382,22775279:22784790,22814866:22816592,22835896:22854609,22835901:22847711,22858837:22862339,22861704:22864767,22863669:22865872,22879241:22880848,22885096:22889062,22909912:22912922,22916871:22945494,22963267:22990618,22979636:22988173,23002549:23008517,23010992:23054150,23080635:23095160', 'assoc_mat': '22609799:etiquette:4203:22634259,22645327:etiquette:4203:22645959,22668747:etiquette:4203:22671013,22683214:etiquette:4203:22687233,22706231:etiquette:4203:22707915,22715864:etiquette:4203:22720096,22727698:etiquette:4203:22738382,22775279:etiquette:4203:22784790,22814866:etiquette:4203:22816592,22835896:etiquette:4203:22854609,22835901:etiquette:4203:22847711,22858837:etiquette:4203:22862339,22861704:etiquette:4203:22864767,22863669:etiquette:4203:22865872,22879241:etiquette:4203:22880848,22885096:etiquette:4203:22889062,22909912:etiquette:4203:22912922,22916871:etiquette:4203:22945494,22963267:etiquette:4203:22990618,22979636:etiquette:4203:22988173,23002549:etiquette:4203:23008517,23010992:etiquette:4203:23054150,23080635:etiquette:4203:23095160'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00037062540550793796, 'nb_photo': 12, 'list_port_cont': '22611289,22613354,22639715,22646048,22647391,22711031,22766558,22823369,22857867,22893860,22961108', 'assoc_port': '22610902:22611289,22613019:22613354,22639298:22639715,22645999:22646048,22647189:22647391,22708745:22711031,22766320:22766558,22823154:22823369,22857555:22857867,22893528:22893860,22960499:22961108', 'assoc_mat': '22610902:etiquette:4207:22611289,22613019:etiquette:4207:22613354,22639298:etiquette:4207:22639715,22645999:etiquette:4207:22646048,22647189:etiquette:4207:22647391,22708745:etiquette:4207:22711031,22766320:etiquette:4207:22766558,22823154:etiquette:4207:22823369,22857555:etiquette:4207:22857867,22893528:etiquette:4207:22893860,22960499:etiquette:4207:22961108'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 7.832848684820274e-05, 'nb_photo': 7, 'list_port_cont': '22609334,22644427,22684095,22720792,22725033,22774550,22864921', 'assoc_port': '22604276:22609334,22642868:22644427,22669908:22684095,22720546:22720792,22720550:22725033,22771176:22774550,22861706:22864921', 'assoc_mat': '22604276:etiquette:4200:22609334,22642868:etiquette:4200:22644427,22669908:etiquette:4200:22684095,22720546:etiquette:4200:22720792,22720550:etiquette:4200:22725033,22771176:etiquette:4200:22774550,22861706:etiquette:4200:22864921'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0010664027763705208, 'nb_photo': 53, 'list_port_cont': '22595973,22601209,22603332,22607905,22611617,22617932,22624749,22629301,22637785,22641113,22643909,22645477,22646309,22662653,22697394,22706785,22724312,22754079,22761247,22766455,22781941,22787602,22792012,22817095,22832962,22835676,22835692,22858919,22863309,22887357,22890033,22890390,22896676,22914446,22918032', 'assoc_port': '22594876:22595973,22600723:22601209,22603046:22603332,22607578:22607905,22610908:22611617,22617415:22617932,22618983:22629301,22624049:22624749,22637677:22637785,22640873:22641113,22643642:22643909,22645329:22645477,22646206:22646309,22661875:22662653,22696945:22697394,22706230:22706785,22723676:22724312,22753645:22754079,22760875:22761247,22766334:22766455,22781197:22781941,22782354:22792012,22787162:22787602,22816847:22817095,22832671:22832962,22835473:22835692,22835475:22835676,22858841:22858919,22863282:22863309,22886794:22887357,22889832:22890390,22889840:22890033,22896424:22896676,22913782:22914446,22917827:22918032', 'assoc_mat': '22594876:etiquette:4209:22595973,22600723:etiquette:4209:22601209,22603046:etiquette:4209:22603332,22607578:etiquette:4209:22607905,22610908:etiquette:4209:22611617,22617415:etiquette:4209:22617932,22618983:etiquette:4209:22629301,22624049:etiquette:4209:22624749,22637677:etiquette:4209:22637785,22640873:etiquette:4209:22641113,22643642:etiquette:4209:22643909,22645329:etiquette:4209:22645477,22646206:etiquette:4209:22646309,22661875:etiquette:4209:22662653,22696945:etiquette:4209:22697394,22706230:etiquette:4209:22706785,22723676:etiquette:4209:22724312,22753645:etiquette:4209:22754079,22760875:etiquette:4209:22761247,22766334:etiquette:4209:22766455,22781197:etiquette:4209:22781941,22782354:etiquette:4209:22792012,22787162:etiquette:4209:22787602,22816847:etiquette:4209:22817095,22832671:etiquette:4209:22832962,22835473:etiquette:4209:22835692,22835475:etiquette:4209:22835676,22858841:etiquette:4209:22858919,22863282:etiquette:4209:22863309,22886794:etiquette:4209:22887357,22889832:etiquette:4209:22890390,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 5.107125937709153e-05, 'nb_photo': 83, 'list_port_cont': '22594157,22596090,22602883,22603301,22613594,22621905,22637891,22642209,22642349,22643866,22644821,22646132,22646327,22646773,22670581,22672992,22677107,22687540,22687867,22695476,22695608,22714706,22714764,22716162,22728541,22730037,22743587,22748169,22754212,22758666,22763728,22786464,22818579,22856861,22858760,22863069,22863879,22864503,22864550,22865037,22876869,22880521,22882510,22883173,22885534,22887837,22892048,22895838,22915518,22916074,22920483,22984679,23001305,23003151,23059568,23065100', 'assoc_port': '22593607:22594157,22594878:22596090,22602546:22602883,22603047:22603301,22613020:22613594,22621389:22621905,22637675:22637891,22641844:22642209,22641848:22642349,22643643:22643866,22644532:22644821,22645996:22646132,22646207:22646327,22646699:22646773,22669906:22670581,22672697:22672992,22676626:22677107,22687084:22687867,22687089:22687540,22694854:22695608,22694855:22695476,22714438:22714706,22714442:22714764,22715865:22716162,22727659:22728541,22729021:22730037,22740292:22748169,22743077:22743587,22753643:22754212,22755526:22763728,22757922:22758666,22785892:22786464,22817778:22818579,22856664:22856861,22858657:22858760,22862457:22864503,22862860:22863069,22862866:22865037,22863668:22863879,22864379:22864550,22876403:22876869,22880137:22880521,22882317:22882510,22882926:22883173,22885097:22885534,22886786:22887837,22891518:22892048,22895715:22895838,22915416:22915518,22915796:22916074,22920084:22920483,22984207:22984679,23000837:23001305,23002557:23003151,23058880:23059568,23064320:23065100', 'assoc_mat': '22593607:etiquette:4211:22594157,22594878:etiquette:4211:22596090,22602546:etiquette:4211:22602883,22603047:etiquette:4211:22603301,22613020:etiquette:4211:22613594,22621389:etiquette:4211:22621905,22637675:etiquette:4211:22637891,22641844:etiquette:4211:22642209,22641848:etiquette:4211:22642349,22643643:etiquette:4211:22643866,22644532:etiquette:4211:22644821,22645996:etiquette:4211:22646132,22646207:etiquette:4211:22646327,22646699:etiquette:4211:22646773,22669906:etiquette:4211:22670581,22672697:etiquette:4211:22672992,22676626:etiquette:4211:22677107,22687084:etiquette:4211:22687867,22687089:etiquette:4211:22687540,22694854:etiquette:4211:22695608,22694855:etiquette:4211:22695476,22714438:etiquette:4211:22714706,22714442:etiquette:4211:22714764,22715865:etiquette:4211:22716162,22727659:etiquette:4211:22728541,22729021:etiquette:4211:22730037,22740292:etiquette:4211:22748169,22743077:etiquette:4211:22743587,22753643:etiquette:4211:22754212,22755526:etiquette:4211:22763728,22757922:etiquette:4211:22758666,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00043882534388215414, 'nb_photo': 10, 'list_port_cont': '22616490,22637338,22764376,22770704,22889659,22901074,22927920,22970729', 'assoc_port': '22614960:22616490,22637080:22637338,22763325:22764376,22769206:22770704,22885089:22889659,22889833:22901074,22927534:22927920,22955748:22970729', 'assoc_mat': '22614960:etiquette:3327:22616490,22637080:etiquette:3327:22637338,22763325:etiquette:3327:22764376,22769206:etiquette:3327:22770704,22885089:etiquette:3327:22889659,22889833:etiquette:3327:22901074,22927534:etiquette:3327:22927920,22955748:etiquette:3327:22970729'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01820387577617057, 'nb_photo': 441, 'list_port_cont': '22592614,22602560,22627280,22637871,22645202,22667705,22675213,22681763,22698571,22718103,22722809,22737402,22757387,22777244,22782118,22794053,22845282,22856079,22859418,22863032,22863349,22876483,22883470,22897220,22900214,22925847,22942103,22951838,22978011,22987662,23005054,23012227,23063937,23075723,23088193,23090513,23091301', 'assoc_port': '22591582:22592614,22602549:22602560,22614943:22627280,22637674:22637871,22643641:22645202,22666515:22667705,22673669:22675213,22676627:22681763,22693033:22698571,22713819:22718103,22719525:22722809,22727668:22737402,22755525:22757387,22773713:22777244,22777724:22782118,22793928:22794053,22828627:22856079,22835476:22845282,22856658:22859418,22857008:22863349,22862865:22863032,22874442:22876483,22882318:22883470,22895713:22897220,22896423:22900214,22917826:22925847,22931348:22942103,22951589:22951838,22967489:22978011,22980691:22987662,22998438:23005054,23006133:23012227,23019441:23063937,23052721:23088193,23062405:23090513,23064326:23091301,23075518:23075723', 'assoc_mat': '22591582:film_plastique:4205:22592614,22602549:film_plastique:4205:22602560,22614943:film_plastique:4205:22627280,22637674:film_plastique:4205:22637871,22643641:film_plastique:4205:22645202,22666515:film_plastique:4205:22667705,22673669:film_plastique:4205:22675213,22676627:film_plastique:4205:22681763,22693033:film_plastique:4205:22698571,22713819:film_plastique:4205:22718103,22719525:film_plastique:4205:22722809,22727668:film_plastique:4205:22737402,22755525:film_plastique:4205:22757387,22773713:film_plastique:4205:22777244,22777724:film_plastique:4205:22782118,22793928:film_plastique:4205:22794053,22828627:film_plastique:4205:22856079,22835476:film_plastique:4205:22845282,22856658:film_plastique:4205:22859418,22857008:film_plastique:4205:22863349,22862865:film_plastique:4205:22863032,22874442:film_plastique:4205:22876483,22882318:film_plastique:4205:22883470,22895713:film_plastique:4205:22897220,22896423:film_plastique:4205:22900214,22917826:film_plastique:4205:22925847,22931348:film_plastique:4205:2294210'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.003921184780104827, 'nb_photo': 409, 'list_port_cont': '22630367,22634252,22636611,22644204,22645963,22671024,22687236,22707903,22720101,22738383,22763437,22784796,22816587,22847723,22854598,22862348,22864781,22865871,22880837,22889063,22912932,22929709,22937920,22945502,22979028,22988182,22990617,23008512,23011422,23072331,23089693,23094194,23095172', 'assoc_port': '22604273:22636611,22609799:22634252,22624047:22630367,22640872:22644204,22645327:22645963,22668747:22671024,22683214:22687236,22706231:22707903,22715864:22720101,22727698:22738383,22760876:22763437,22775279:22784796,22814866:22816587,22835896:22854598,22835901:22847723,22858837:22862348,22861704:22864781,22863669:22865871,22879241:22880837,22885096:22889063,22909912:22912932,22916871:22945502,22924991:22929709,22934516:22937920,22963267:22990617,22967496:22979028,22979636:22988182,23002549:23008512,23010994:23011422,23024263:23094194,23056326:23089693,23071977:23072331,23080635:23095172', 'assoc_mat': '22604273:film_plastique:4203:22636611,22609799:film_plastique:4203:22634252,22624047:film_plastique:4203:22630367,22640872:film_plastique:4203:22644204,22645327:film_plastique:4203:22645963,22668747:film_plastique:4203:22671024,22683214:film_plastique:4203:22687236,22706231:film_plastique:4203:22707903,22715864:film_plastique:4203:22720101,22727698:film_plastique:4203:22738383,22760876:film_plastique:4203:22763437,22775279:film_plastique:4203:22784796,22814866:film_plastique:4203:22816587,22835896:film_plastique:4203:22854598,22835901:film_plastique:4203:22847723,22858837:film_plastique:4203:22862348,22861704:film_plastique:4203:22864781,22863669:film_plastique:4203:22865871,22879241:film_plastique:4203:22880837,22885096:film_plastique:4203:22889063,22909912:film_plastique:4203:22912932,22916871:film_plastique:4203:22945502,22924991:film_plastique:4203:22929709,22934516:film_plastique:4203:22937920,22963267:film_plastique:4203:22990617,22967496:film_plastique:4203:22979028,22979636:film_plastique:4203:2298818'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0030309689746831642, 'nb_photo': 1106, 'list_port_cont': '22594069,22594352,22594386,22596892,22597307,22600128,22600316,22600919,22610268,22611295,22613359,22615150,22617799,22629008,22637209,22637258,22637767,22639375,22639708,22641092,22642299,22643851,22644842,22644856,22644970,22646055,22646090,22647233,22647387,22661918,22663959,22666879,22670064,22672794,22674114,22674352,22675636,22676817,22686226,22687287,22687797,22695416,22695669,22696618,22709339,22711035,22712036,22712713,22713251,22714564,22715792,22721059,22721299,22722004,22728584,22728628,22732034,22732515,22733456,22733537,22733978,22753887,22753982,22756021,22758437,22761335,22763908,22765539,22766560,22770054,22775450,22775614,22775979,22781539,22786364,22790686,22794059,22814233,22816956,22817987,22818298,22820505,22823371,22823497,22829371,22829569,22833056,22833373,22839348,22839690,22840470,22841948,22842211,22856797,22857870,22858749,22859516,22859652,22861799,22861843,22862056,22862183,22862222,22863001,22863323,22863786,22863931,22864570,22874923,22876708,22876999,22877227,22878890,2287961', 'assoc_port': '22593605:22594352,22593606:22594386,22593610:22594069,22596777:22597307,22596780:22596892,22599778:22600316,22599780:22600128,22600753:22600919,22609801:22610268,22610902:22611295,22613019:22613359,22614940:22615150,22617411:22617799,22628391:22629008,22637079:22637258,22637082:22637209,22637676:22637767,22639298:22639708,22639302:22639375,22640874:22641092,22641847:22642299,22643639:22643851,22644527:22644970,22644530:22644856,22644534:22644842,22645998:22646090,22645999:22646055,22647189:22647387,22647190:22647233,22661877:22661918,22662911:22663959,22666517:22666879,22669905:22670064,22672698:22672794,22673666:22674352,22673668:22674114,22675369:22675636,22676625:22676817,22681470:22686226,22687087:22687797,22687093:22687287,22693003:22695669,22694883:22695416,22696407:22696618,22708745:22711035,22708748:22709339,22711984:22712036,22712695:22712713,22713014:22713251,22713828:22715792,22714440:22714564,22720548:22722004,22720553:22721299,22720554:22721059,22727656:22728584,22727657:22728628,22731509:2273345', 'assoc_mat': '22593605:film_plastique:4207:22594352,22593606:film_plastique:4207:22594386,22593610:film_plastique:4207:22594069,22596777:film_plastique:4207:22597307,22596780:film_plastique:4207:22596892,22599778:film_plastique:4207:22600316,22599780:film_plastique:4207:22600128,22600753:film_plastique:4207:22600919,22609801:film_plastique:4207:22610268,22610902:film_plastique:4207:22611295,22613019:film_plastique:4207:22613359,22614940:film_plastique:4207:22615150,22617411:film_plastique:4207:22617799,22628391:film_plastique:4207:22629008,22637079:film_plastique:4207:22637258,22637082:film_plastique:4207:22637209,22637676:film_plastique:4207:22637767,22639298:film_plastique:4207:22639708,22639302:film_plastique:4207:22639375,22640874:film_plastique:4207:22641092,22641847:film_plastique:4207:22642299,22643639:film_plastique:4207:22643851,22644527:film_plastique:4207:22644970,22644530:film_plastique:4207:22644856,22644534:film_plastique:4207:22644842,22645998:film_plastique:4207:22646090,22645999:film_plastique:4207:2264605'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7504108782940415, 'nb_photo': 3390, 'list_port_cont': '22591958,22595979,22600146,22604822,22604878,22607808,22610122,22611427,22615443,22621166,22621794,22637446,22638865,22639677,22642315,22643812,22644728,22645654,22646077,22647272,22664455,22666821,22670603,22674118,22677060,22684124,22687451,22693426,22696631,22697910,22712864,22714086,22717935,22720963,22721116,22724472,22732107,22749522,22756111,22761292,22766481,22771657,22778059,22781431,22782760,22786383,22787679,22811899,22816040,22824304,22828934,22832069,22833106,22839469,22840481,22844338,22844554,22856731,22858877,22859542,22860727,22862103,22862680,22864528,22874897,22876594,22879639,22881579,22881854,22882479,22891683,22891912,22893669,22894124,22894698,22901515,22914473,22915952,22917094,22919323,22922729,22925378,22927867,22931850,22935143,22948699,22952022,22953623,22959660,22963813,22968121,22972751,22973119,22975274,22980812,22997470,22998871,23003177,23003300,23006502,23012914,23013094,23020303,23026160,23049515,23053926,23057084,23059436,23068177,23072422,23079961,23080130,23081181', 'assoc_port': '22591584:22591958,22594879:22595979,22599782:22600146,22603048:22610122,22604271:22604878,22604283:22604822,22607579:22607808,22610906:22611427,22614959:22615443,22618984:22621166,22621387:22621794,22637328:22637446,22638528:22638865,22639301:22639677,22641846:22642315,22643640:22643812,22644533:22644728,22645326:22645654,22646000:22646077,22647188:22647272,22662910:22664455,22666516:22666821,22669907:22670603,22673670:22674118,22676624:22677060,22683217:22684124,22687090:22687451,22693018:22693426,22696409:22696631,22696947:22697910,22712697:22712864,22713831:22714086,22714437:22717935,22720549:22721116,22720555:22720963,22723677:22724472,22731556:22732107,22743102:22749522,22755524:22756111,22760877:22761292,22765036:22781431,22766335:22766481,22771175:22771657,22777722:22778059,22782355:22782760,22785891:22786383,22787164:22787679,22811660:22811899,22814868:22816040,22817782:22824304,22828657:22828934,22831635:22832069,22832675:22833106,22838937:22839469,22840147:22840481,22843809:22844554,22843810:2284433', 'assoc_mat': '22591584:film_plastique:4461:22591958,22594879:film_plastique:4461:22595979,22599782:film_plastique:4461:22600146,22603048:film_plastique:4461:22610122,22604271:film_plastique:4461:22604878,22604283:film_plastique:4461:22604822,22607579:film_plastique:4461:22607808,22610906:film_plastique:4461:22611427,22614959:film_plastique:4461:22615443,22618984:film_plastique:4461:22621166,22621387:film_plastique:4461:22621794,22637328:film_plastique:4461:22637446,22638528:film_plastique:4461:22638865,22639301:film_plastique:4461:22639677,22641846:film_plastique:4461:22642315,22643640:film_plastique:4461:22643812,22644533:film_plastique:4461:22644728,22645326:film_plastique:4461:22645654,22646000:film_plastique:4461:22646077,22647188:film_plastique:4461:22647272,22662910:film_plastique:4461:22664455,22666516:film_plastique:4461:22666821,22669907:film_plastique:4461:22670603,22673670:film_plastique:4461:22674118,22676624:film_plastique:4461:22677060,22683217:film_plastique:4461:22684124,22687090:film_plastique:4461:2268745'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.016685495557526443, 'nb_photo': 2250, 'list_port_cont': '22596175,22604124,22609333,22612197,22613214,22621004,22627379,22630390,22630472,22630488,22637379,22637397,22637525,22639222,22642109,22643587,22644329,22644417,22645459,22646060,22646712,22647326,22648098,22663896,22664078,22667656,22676964,22677094,22677189,22684104,22685650,22686632,22695625,22695675,22696547,22699549,22711341,22712174,22712814,22713166,22714723,22720781,22725034,22731759,22734354,22737344,22739676,22741204,22743321,22744943,22755891,22757462,22759659,22765899,22766588,22774558,22779840,22782104,22782643,22786744,22789442,22791836,22794077,22817118,22823195,22823601,22824761,22831502,22839183,22839667,22839833,22841185,22842004,22847472,22847919,22851396,22856032,22858932,22862197,22862718,22863010,22863138,22863355,22864913,22865052,22865838,22865851,22865892,22865907,22877979,22878085,22878464,22882452,22883504,22888926,22893415,22894529,22896385,22897424,22908166,22909442,22914733,22917397,22917424,22918146,22919994,22920508,22923742,22924766,22926531,22927453,22927850,22928791,2292910', 'assoc_port': '22594877:22596175,22600724:22604124,22602545:22612197,22604276:22609333,22610907:22621004,22613021:22613214,22614937:22627379,22617412:22630472,22618985:22630488,22624048:22630390,22637077:22637397,22637083:22637525,22637332:22637379,22638529:22639222,22641845:22643587,22641850:22642109,22642864:22644329,22642868:22644417,22644529:22646712,22645330:22645459,22646001:22646060,22647187:22648098,22647191:22647326,22662912:22663896,22662914:22664078,22666514:22667656,22669908:22684104,22675367:22676964,22675368:22677094,22675371:22677189,22675372:22685650,22681463:22686632,22687091:22695625,22694868:22696547,22694885:22695675,22696946:22699549,22708747:22711341,22711988:22712174,22712694:22713166,22712698:22712814,22714439:22714723,22720546:22720781,22720550:22725034,22723659:22734354,22727658:22737344,22731555:22739676,22731557:22731759,22733592:22744943,22740289:22741204,22743063:22743321,22753642:22755891,22755522:22757462,22757920:22759659,22763326:22765899,22766326:22766588,22771176:22774558,22775280:2277984', 'assoc_mat': '22594877:film_plastique:4200:22596175,22600724:film_plastique:4200:22604124,22602545:film_plastique:4200:22612197,22604276:film_plastique:4200:22609333,22610907:film_plastique:4200:22621004,22613021:film_plastique:4200:22613214,22614937:film_plastique:4200:22627379,22617412:film_plastique:4200:22630472,22618985:film_plastique:4200:22630488,22624048:film_plastique:4200:22630390,22637077:film_plastique:4200:22637397,22637083:film_plastique:4200:22637525,22637332:film_plastique:4200:22637379,22638529:film_plastique:4200:22639222,22641845:film_plastique:4200:22643587,22641850:film_plastique:4200:22642109,22642864:film_plastique:4200:22644329,22642868:film_plastique:4200:22644417,22644529:film_plastique:4200:22646712,22645330:film_plastique:4200:22645459,22646001:film_plastique:4200:22646060,22647187:film_plastique:4200:22648098,22647191:film_plastique:4200:22647326,22662912:film_plastique:4200:22663896,22662914:film_plastique:4200:22664078,22666514:film_plastique:4200:22667656,22669908:film_plastique:4200:2268410'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.038945251933087864, 'nb_photo': 372, 'list_port_cont': '22593857,22595969,22601201,22603325,22604589,22607900,22610152,22611621,22611813,22611928,22615325,22617847,22617940,22624754,22628727,22629293,22637170,22637366,22637781,22639578,22641115,22643923,22645472,22645679,22646304,22647259,22662562,22662663,22663846,22672894,22675663,22681976,22682310,22682413,22683918,22684025,22687398,22687953,22695357,22696673,22697396,22707791,22712019,22713272,22714698,22719940,22724309,22730490,22730608,22754086,22761244,22766465,22781942,22786276,22787593,22792004,22814100,22817093,22823274,22831914,22832966,22835667,22835683,22839396,22856844,22858912,22862020,22862665,22863042,22863817,22876750,22880356,22883119,22887367,22887482,22889804,22890025,22890381,22891758,22896680,22914455,22918037,22953212,22960656,22968116,23003107,23003985,23011783,23018683,23024532,23053616,23056816,23059252,23064852,23065554,23079725', 'assoc_port': '22593609:22593857,22594876:22595969,22600723:22601201,22603046:22603325,22604278:22604589,22607578:22607900,22609802:22610152,22610903:22611928,22610905:22611813,22610908:22611621,22614938:22615325,22617410:22617847,22617415:22617940,22618983:22629293,22624049:22624754,22628393:22628727,22637081:22637170,22637331:22637366,22637677:22637781,22639299:22639578,22640873:22641115,22643642:22643923,22645325:22645679,22645329:22645472,22646206:22646304,22647186:22647259,22661875:22662663,22661878:22662562,22662913:22663846,22672696:22672894,22672699:22683918,22675373:22675663,22681465:22682413,22681467:22682310,22681471:22681976,22683204:22684025,22687085:22687953,22687092:22687398,22694882:22695357,22696406:22696673,22696945:22697396,22707489:22707791,22711986:22712019,22713013:22713272,22714441:22714698,22719539:22719940,22723676:22724309,22729019:22730608,22729023:22730490,22753645:22754086,22760875:22761244,22766334:22766465,22781197:22781942,22782354:22792004,22785905:22786276,22787162:22787593,22813690:2281410', 'assoc_mat': '22593609:film_plastique:4209:22593857,22594876:film_plastique:4209:22595969,22600723:film_plastique:4209:22601201,22603046:film_plastique:4209:22603325,22604278:film_plastique:4209:22604589,22607578:film_plastique:4209:22607900,22609802:film_plastique:4209:22610152,22610903:film_plastique:4209:22611928,22610905:film_plastique:4209:22611813,22610908:film_plastique:4209:22611621,22614938:film_plastique:4209:22615325,22617410:film_plastique:4209:22617847,22617415:film_plastique:4209:22617940,22618983:film_plastique:4209:22629293,22624049:film_plastique:4209:22624754,22628393:film_plastique:4209:22628727,22637081:film_plastique:4209:22637170,22637331:film_plastique:4209:22637366,22637677:film_plastique:4209:22637781,22639299:film_plastique:4209:22639578,22640873:film_plastique:4209:22641115,22643642:film_plastique:4209:22643923,22645325:film_plastique:4209:22645679,22645329:film_plastique:4209:22645472,22646206:film_plastique:4209:22646304,22647186:film_plastique:4209:22647259,22661875:film_plastique:4209:2266266'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.004001918927219683, 'nb_photo': 7823, 'list_port_cont': '22594158,22596102,22597255,22600181,22601221,22602887,22603308,22604572,22604675,22607879,22611738,22613597,22615577,22617922,22619616,22621907,22637231,22637551,22637894,22638902,22639731,22641077,22642206,22642345,22643273,22643868,22644813,22646126,22646328,22646758,22664728,22669212,22670571,22672985,22674163,22677110,22687535,22687857,22695473,22695604,22696712,22700564,22706880,22712142,22712889,22714115,22714704,22714758,22716156,22719980,22721093,22721234,22728542,22730025,22732162,22743590,22748166,22754160,22754204,22758665,22761610,22763733,22765741,22771938,22778224,22786469,22816120,22818590,22820547,22823242,22823527,22824447,22829506,22832011,22832256,22833292,22841002,22842110,22843008,22845819,22856858,22856868,22857916,22858769,22859609,22860796,22863066,22863880,22864504,22864559,22865031,22876861,22880519,22881971,22882024,22882502,22883164,22885518,22887665,22887839,22892049,22895829,22895874,22910365,22911754,22914574,22915531,22915988,22916070,22918138,22920493,22922781,22925346,2293034', 'assoc_port': '22593607:22594158,22594878:22596102,22596778:22597255,22599779:22600181,22600725:22601221,22602546:22602887,22603047:22603308,22604281:22604572,22604285:22604675,22607577:22607879,22610904:22611738,22613020:22613597,22614941:22615577,22617413:22617922,22618986:22619616,22621389:22621907,22637075:22637231,22637329:22637551,22637675:22637894,22638530:22638902,22639300:22639731,22640875:22641077,22641844:22642206,22641848:22642345,22642866:22643273,22643643:22643868,22644532:22644813,22645996:22646126,22646207:22646328,22646699:22646758,22662916:22664728,22668748:22669212,22669906:22670571,22672697:22672985,22673671:22674163,22676626:22677110,22687084:22687857,22687089:22687535,22694854:22695604,22694855:22695473,22694881:22700564,22696405:22696712,22706232:22706880,22711985:22712142,22712696:22712889,22713825:22714115,22714438:22714704,22714442:22714758,22715865:22716156,22719540:22719980,22720545:22721234,22720552:22721093,22727659:22728542,22729021:22730025,22731512:22732162,22740292:22748166,22743077:2274359', 'assoc_mat': '22593607:film_plastique:4211:22594158,22594878:film_plastique:4211:22596102,22596778:film_plastique:4211:22597255,22599779:film_plastique:4211:22600181,22600725:film_plastique:4211:22601221,22602546:film_plastique:4211:22602887,22603047:film_plastique:4211:22603308,22604281:film_plastique:4211:22604572,22604285:film_plastique:4211:22604675,22607577:film_plastique:4211:22607879,22610904:film_plastique:4211:22611738,22613020:film_plastique:4211:22613597,22614941:film_plastique:4211:22615577,22617413:film_plastique:4211:22617922,22618986:film_plastique:4211:22619616,22621389:film_plastique:4211:22621907,22637075:film_plastique:4211:22637231,22637329:film_plastique:4211:22637551,22637675:film_plastique:4211:22637894,22638530:film_plastique:4211:22638902,22639300:film_plastique:4211:22639731,22640875:film_plastique:4211:22641077,22641844:film_plastique:4211:22642206,22641848:film_plastique:4211:22642345,22642866:film_plastique:4211:22643273,22643643:film_plastique:4211:22643868,22644532:film_plastique:4211:2264481'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003049980661163622, 'nb_photo': 1, 'list_port_cont': '22956462', 'assoc_port': '22955747:22956462', 'assoc_mat': '22955747:kraft:4207:22956462'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0012958899040675955, 'nb_photo': 7, 'list_port_cont': '22743264,22915447,22936126,23023060,23032418,23032618,23032714', 'assoc_port': '22743072:22743264,22893523:23023060,22915439:22915447,22916870:23032418,22920083:23032618,22920087:23032714,22935792:22936126', 'assoc_mat': '22743072:kraft:3726:22743264,22893523:kraft:3726:23023060,22915439:kraft:3726:22915447,22916870:kraft:3726:23032418,22920083:kraft:3726:23032618,22920087:kraft:3726:23032714,22935792:kraft:3726:22936126'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.934501365494462, 'nb_photo': 45, 'list_port_cont': '22592600,22602559,22637879,22637959,22645195,22667713,22675216,22681759,22698570,22718106,22737390,22777253,22794054,22845283,22859422,22863035,22863353,22883477,22897228,22900211,22925841,22942119,22951844,22978009,22987654,23005056,23063951,23090518', 'assoc_port': '22591582:22592600,22602549:22602559,22637672:22637959,22637674:22637879,22643641:22645195,22666515:22667713,22673669:22675216,22676627:22681759,22693033:22698570,22713819:22718106,22727668:22737390,22773713:22777253,22793928:22794054,22835476:22845283,22856658:22859422,22857008:22863353,22862865:22863035,22882318:22883477,22895713:22897228,22896423:22900211,22917826:22925841,22931348:22942119,22951589:22951844,22967489:22978009,22980691:22987654,22998438:23005056,23019441:23063951,23062405:23090518', 'assoc_mat': '22591582:metal:4205:22592600,22602549:metal:4205:22602559,22637672:metal:4205:22637959,22637674:metal:4205:22637879,22643641:metal:4205:22645195,22666515:metal:4205:22667713,22673669:metal:4205:22675216,22676627:metal:4205:22681759,22693033:metal:4205:22698570,22713819:metal:4205:22718106,22727668:metal:4205:22737390,22773713:metal:4205:22777253,22793928:metal:4205:22794054,22835476:metal:4205:22845283,22856658:metal:4205:22859422,22857008:metal:4205:22863353,22862865:metal:4205:22863035,22882318:metal:4205:22883477,22895713:metal:4205:22897228,22896423:metal:4205:22900211,22917826:metal:4205:22925841,22931348:metal:4205:22942119,22951589:metal:4205:22951844,22967489:metal:4205:22978009,22980691:metal:4205:22987654,22998438:metal:4205:23005056,23019441:metal:4205:23063951,23062405:metal:4205:23090518'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.005503983347870143, 'nb_photo': 461, 'list_port_cont': '22630373,22634261,22636612,22644196,22645973,22671020,22687238,22707911,22720097,22738387,22763430,22784795,22816590,22847720,22854602,22862337,22864776,22865863,22880839,22889064,22912927,22929714,22937921,22945507,22979039,22988171,22990624,23008511,23011432,23054152,23072332,23089692,23094184,23095169', 'assoc_port': '22604273:22636612,22609799:22634261,22624047:22630373,22640872:22644196,22645327:22645973,22668747:22671020,22683214:22687238,22706231:22707911,22715864:22720097,22727698:22738387,22760876:22763430,22775279:22784795,22814866:22816590,22835896:22854602,22835901:22847720,22858837:22862337,22861704:22864776,22863669:22865863,22879241:22880839,22885096:22889064,22909912:22912927,22916871:22945507,22924991:22929714,22934516:22937921,22963267:22990624,22967496:22979039,22979636:22988171,23002549:23008511,23010992:23054152,23010994:23011432,23024263:23094184,23056326:23089692,23071977:23072332,23080635:23095169', 'assoc_mat': '22604273:metal:4203:22636612,22609799:metal:4203:22634261,22624047:metal:4203:22630373,22640872:metal:4203:22644196,22645327:metal:4203:22645973,22668747:metal:4203:22671020,22683214:metal:4203:22687238,22706231:metal:4203:22707911,22715864:metal:4203:22720097,22727698:metal:4203:22738387,22760876:metal:4203:22763430,22775279:metal:4203:22784795,22814866:metal:4203:22816590,22835896:metal:4203:22854602,22835901:metal:4203:22847720,22858837:metal:4203:22862337,22861704:metal:4203:22864776,22863669:metal:4203:22865863,22879241:metal:4203:22880839,22885096:metal:4203:22889064,22909912:metal:4203:22912927,22916871:metal:4203:22945507,22924991:metal:4203:22929714,22934516:metal:4203:22937921,22963267:metal:4203:22990624,22967496:metal:4203:22979039,22979636:metal:4203:22988171,23002549:metal:4203:23008511,23010992:metal:4203:23054152,23010994:metal:4203:23011432,23024263:metal:4203:23094184,23056326:metal:4203:23089692,23071977:metal:4203:23072332,23080635:metal:4203:23095169'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0072839345963379935, 'nb_photo': 322, 'list_port_cont': '22594078,22594389,22596894,22597309,22603191,22607766,22613361,22617790,22637202,22637771,22639371,22639713,22641088,22643849,22646049,22647383,22663960,22666870,22670071,22674103,22674351,22675646,22676826,22686228,22687789,22695657,22696606,22709335,22711042,22712042,22712726,22713254,22714555,22715787,22721047,22721304,22728622,22732046,22732524,22733986,22756026,22758462,22761339,22763902,22766556,22775457,22775626,22775983,22814244,22816961,22818290,22823373,22823491,22829363,22833064,22839340,22839696,22840461,22842210,22856798,22857868,22858746,22859513,22859657,22861812,22861841,22862225,22863325,22864579,22874910,22876998,22877240,22879882,22880258,22882364,22882532,22883056,22890288,22893864,22895853,22896988,22911660,22914388,22915508,22915934,22919922,22920392,22923135,22923342,22925293,22925593,22928156,22930161,22930639,22931723,22934879,22944938,22948599,22948637,22949833,22951982,22953501,22956470,22961098,22963429,22964032,22968094,22981795,22982944,22983221,22988238,22989221,22998126,2300783', 'assoc_port': '22593606:22594389,22593610:22594078,22596777:22597309,22596780:22596894,22603049:22603191,22607575:22607766,22613019:22613361,22617411:22617790,22637082:22637202,22637676:22637771,22639298:22639713,22639302:22639371,22640874:22641088,22643639:22643849,22645999:22646049,22647189:22647383,22662911:22663960,22666517:22666870,22669905:22670071,22673666:22674351,22673668:22674103,22675369:22675646,22676625:22676826,22681470:22686228,22687087:22687789,22693003:22695657,22696407:22696606,22708745:22711042,22708748:22709335,22711984:22712042,22712695:22712726,22713014:22713254,22713828:22715787,22714440:22714555,22720553:22721304,22720554:22721047,22727657:22728622,22731511:22732524,22731514:22732046,22733593:22733986,22755523:22756026,22757921:22758462,22760878:22761339,22763327:22763902,22766320:22766556,22775277:22775983,22775281:22775626,22775282:22775457,22813691:22814244,22816845:22816961,22817781:22818290,22823125:22823491,22823154:22823373,22828660:22829363,22832673:22833064,22838933:22839696,22838963:2283934', 'assoc_mat': '22593606:metal:4207:22594389,22593610:metal:4207:22594078,22596777:metal:4207:22597309,22596780:metal:4207:22596894,22603049:metal:4207:22603191,22607575:metal:4207:22607766,22613019:metal:4207:22613361,22617411:metal:4207:22617790,22637082:metal:4207:22637202,22637676:metal:4207:22637771,22639298:metal:4207:22639713,22639302:metal:4207:22639371,22640874:metal:4207:22641088,22643639:metal:4207:22643849,22645999:metal:4207:22646049,22647189:metal:4207:22647383,22662911:metal:4207:22663960,22666517:metal:4207:22666870,22669905:metal:4207:22670071,22673666:metal:4207:22674351,22673668:metal:4207:22674103,22675369:metal:4207:22675646,22676625:metal:4207:22676826,22681470:metal:4207:22686228,22687087:metal:4207:22687789,22693003:metal:4207:22695657,22696407:metal:4207:22696606,22708745:metal:4207:22711042,22708748:metal:4207:22709335,22711984:metal:4207:22712042,22712695:metal:4207:22712726,22713014:metal:4207:22713254,22713828:metal:4207:22715787,22714440:metal:4207:22714555,22720553:metal:4207:22721304,22720554:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.009630613314445651, 'nb_photo': 22, 'list_port_cont': '22697907,22720954,22756101,22828937,22864525,22881587,22901520,22922735,22927863,22931846,22963808,22968135,23006497,23013092,23072420', 'assoc_port': '22696947:22697907,22720555:22720954,22755524:22756101,22828657:22828937,22864378:22864525,22875783:22881587,22901195:22901520,22922381:22922735,22927532:22927863,22931347:22931846,22963269:22963808,22967467:22968135,23006135:23006497,23012453:23013092,23071980:23072420', 'assoc_mat': '22696947:metal:4461:22697907,22720555:metal:4461:22720954,22755524:metal:4461:22756101,22828657:metal:4461:22828937,22864378:metal:4461:22864525,22875783:metal:4461:22881587,22901195:metal:4461:22901520,22922381:metal:4461:22922735,22927532:metal:4461:22927863,22931347:metal:4461:22931846,22963269:metal:4461:22963808,22967467:metal:4461:22968135,23006135:metal:4461:23006497,23012453:metal:4461:23013092,23071980:metal:4461:23072420'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.2495119214788206, 'nb_photo': 1598, 'list_port_cont': '22596184,22604137,22609332,22612210,22613235,22620999,22627393,22630385,22630483,22630490,22637375,22637394,22637524,22639215,22642120,22643599,22644332,22644431,22645460,22646061,22646703,22647329,22648104,22663883,22664079,22667664,22676960,22677088,22677193,22684097,22685649,22686625,22695633,22695683,22696538,22699557,22711344,22712186,22712812,22713179,22714728,22720793,22725027,22731747,22734353,22737340,22739665,22741205,22743317,22744944,22755894,22757454,22759671,22765901,22766587,22774554,22779830,22782101,22782644,22786750,22789444,22791839,22794082,22817111,22823191,22823590,22824763,22831496,22839177,22839673,22839829,22841177,22842016,22847476,22847926,22851385,22856025,22858936,22862206,22862721,22863016,22863134,22863354,22864915,22865050,22865830,22865860,22865893,22865905,22877972,22878083,22878465,22882463,22883507,22888916,22893417,22894530,22896396,22897418,22908163,22909453,22914739,22917393,22917413,22918157,22919988,22920507,22923739,22924771,22926532,22927451,22927860,22928790,2292911', 'assoc_port': '22594877:22596184,22600724:22604137,22602545:22612210,22604276:22609332,22610907:22620999,22613021:22613235,22614937:22627393,22617412:22630483,22618985:22630490,22624048:22630385,22637077:22637394,22637083:22637524,22637332:22637375,22638529:22639215,22641845:22643599,22641850:22642120,22642864:22644332,22642868:22644431,22644529:22646703,22645330:22645460,22646001:22646061,22647187:22648104,22647191:22647329,22662912:22663883,22662914:22664079,22666514:22667664,22669908:22684097,22675367:22676960,22675368:22677088,22675371:22677193,22675372:22685649,22681463:22686625,22687091:22695633,22694868:22696538,22694885:22695683,22696946:22699557,22708747:22711344,22711988:22712186,22712694:22713179,22712698:22712812,22714439:22714728,22720546:22720793,22720550:22725027,22723659:22734353,22727658:22737340,22731555:22739665,22731557:22731747,22733592:22744944,22740289:22741205,22743063:22743317,22753642:22755894,22755522:22757454,22757920:22759671,22763326:22765901,22766326:22766587,22771176:22774554,22775280:2277983', 'assoc_mat': '22594877:metal:4200:22596184,22600724:metal:4200:22604137,22602545:metal:4200:22612210,22604276:metal:4200:22609332,22610907:metal:4200:22620999,22613021:metal:4200:22613235,22614937:metal:4200:22627393,22617412:metal:4200:22630483,22618985:metal:4200:22630490,22624048:metal:4200:22630385,22637077:metal:4200:22637394,22637083:metal:4200:22637524,22637332:metal:4200:22637375,22638529:metal:4200:22639215,22641845:metal:4200:22643599,22641850:metal:4200:22642120,22642864:metal:4200:22644332,22642868:metal:4200:22644431,22644529:metal:4200:22646703,22645330:metal:4200:22645460,22646001:metal:4200:22646061,22647187:metal:4200:22648104,22647191:metal:4200:22647329,22662912:metal:4200:22663883,22662914:metal:4200:22664079,22666514:metal:4200:22667664,22669908:metal:4200:22684097,22675367:metal:4200:22676960,22675368:metal:4200:22677088,22675371:metal:4200:22677193,22675372:metal:4200:22685649,22681463:metal:4200:22686625,22687091:metal:4200:22695633,22694868:metal:4200:22696538,22694885:metal:4200:22695683,22696946:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.013061578825831581, 'nb_photo': 164, 'list_port_cont': '22593860,22595965,22601206,22603326,22604584,22607898,22611643,22611807,22611923,22617546,22617937,22624761,22625108,22629297,22637175,22637357,22637779,22639582,22641109,22643916,22645678,22647248,22662560,22662657,22663833,22672900,22675661,22681975,22682313,22682410,22683912,22684023,22687944,22696672,22697382,22706788,22719930,22724304,22730479,22730603,22754077,22761199,22766459,22774540,22781950,22786273,22787591,22814108,22817097,22823269,22831909,22835671,22835685,22839390,22856710,22858910,22861825,22862017,22862668,22863045,22863310,22863824,22876745,22880366,22881813,22887355,22887484,22890035,22890389,22891764,22893636,22896681,22914450,22918038,22926863,22960657,22968105,23003100,23011789,23013077,23018690,23024531,23053617,23056801,23059262,23064855,23065555,23079730', 'assoc_port': '22593609:22593860,22594876:22595965,22600723:22601206,22603046:22603326,22604278:22604584,22607576:22617546,22607578:22607898,22610903:22611923,22610905:22611807,22610908:22611643,22614939:22625108,22617415:22617937,22618983:22629297,22624049:22624761,22637081:22637175,22637331:22637357,22637677:22637779,22639299:22639582,22640873:22641109,22643642:22643916,22645325:22645678,22647186:22647248,22661875:22662657,22661878:22662560,22662913:22663833,22672696:22672900,22672699:22683912,22675373:22675661,22681465:22682410,22681467:22682313,22681471:22681975,22683204:22684023,22687085:22687944,22696406:22696672,22696945:22697382,22706230:22706788,22719539:22719930,22723676:22724304,22729019:22730603,22729023:22730479,22753645:22754077,22760875:22761199,22766334:22766459,22773720:22774540,22781197:22781950,22785905:22786273,22787162:22787591,22813690:22814108,22816847:22817097,22823127:22823269,22831634:22831909,22835473:22835685,22835475:22835671,22838935:22839390,22856663:22856710,22858841:22858910,22861708:2286182', 'assoc_mat': '22593609:metal:4209:22593860,22594876:metal:4209:22595965,22600723:metal:4209:22601206,22603046:metal:4209:22603326,22604278:metal:4209:22604584,22607576:metal:4209:22617546,22607578:metal:4209:22607898,22610903:metal:4209:22611923,22610905:metal:4209:22611807,22610908:metal:4209:22611643,22614939:metal:4209:22625108,22617415:metal:4209:22617937,22618983:metal:4209:22629297,22624049:metal:4209:22624761,22637081:metal:4209:22637175,22637331:metal:4209:22637357,22637677:metal:4209:22637779,22639299:metal:4209:22639582,22640873:metal:4209:22641109,22643642:metal:4209:22643916,22645325:metal:4209:22645678,22647186:metal:4209:22647248,22661875:metal:4209:22662657,22661878:metal:4209:22662560,22662913:metal:4209:22663833,22672696:metal:4209:22672900,22672699:metal:4209:22683912,22675373:metal:4209:22675661,22681465:metal:4209:22682410,22681467:metal:4209:22682313,22681471:metal:4209:22681975,22683204:metal:4209:22684023,22687085:metal:4209:22687944,22696406:metal:4209:22696672,22696945:metal:4209:22697382,22706230:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01552261411401398, 'nb_photo': 2302, 'list_port_cont': '22594156,22596097,22597266,22600171,22601226,22602884,22603309,22604568,22604694,22607876,22611739,22613605,22615579,22617912,22619618,22621908,22637239,22637541,22637893,22638905,22639720,22641082,22642200,22642357,22643264,22643859,22644820,22646139,22646323,22646764,22664722,22669208,22670574,22672983,22674156,22677116,22687526,22687863,22695471,22695601,22696697,22700566,22706878,22712131,22712890,22714112,22714712,22714770,22716159,22719982,22721102,22721218,22728548,22730035,22732168,22743599,22748172,22754162,22754202,22758663,22761611,22763726,22765745,22771942,22778218,22786462,22816122,22818595,22820558,22823244,22823534,22824452,22829496,22832005,22832258,22833295,22840997,22842120,22843011,22845814,22856865,22856872,22857922,22858754,22859611,22860800,22863063,22863865,22864506,22864564,22865040,22876875,22880530,22881975,22882020,22882511,22883166,22885520,22887668,22887838,22892053,22895834,22895871,22910376,22911749,22914580,22915530,22915986,22916065,22918137,22920486,22922770,22925351,2293034', 'assoc_port': '22593607:22594156,22594878:22596097,22596778:22597266,22599779:22600171,22600725:22601226,22602546:22602884,22603047:22603309,22604281:22604568,22604285:22604694,22607577:22607876,22610904:22611739,22613020:22613605,22614941:22615579,22617413:22617912,22618986:22619618,22621389:22621908,22637075:22637239,22637329:22637541,22637675:22637893,22638530:22638905,22639300:22639720,22640875:22641082,22641844:22642200,22641848:22642357,22642866:22643264,22643643:22643859,22644532:22644820,22645996:22646139,22646207:22646323,22646699:22646764,22662916:22664722,22668748:22669208,22669906:22670574,22672697:22672983,22673671:22674156,22676626:22677116,22687084:22687863,22687089:22687526,22694854:22695601,22694855:22695471,22694881:22700566,22696405:22696697,22706232:22706878,22711985:22712131,22712696:22712890,22713825:22714112,22714438:22714712,22714442:22714770,22715865:22716159,22719540:22719982,22720545:22721218,22720552:22721102,22727659:22728548,22729021:22730035,22731512:22732168,22740292:22748172,22743077:2274359', 'assoc_mat': '22593607:metal:4211:22594156,22594878:metal:4211:22596097,22596778:metal:4211:22597266,22599779:metal:4211:22600171,22600725:metal:4211:22601226,22602546:metal:4211:22602884,22603047:metal:4211:22603309,22604281:metal:4211:22604568,22604285:metal:4211:22604694,22607577:metal:4211:22607876,22610904:metal:4211:22611739,22613020:metal:4211:22613605,22614941:metal:4211:22615579,22617413:metal:4211:22617912,22618986:metal:4211:22619618,22621389:metal:4211:22621908,22637075:metal:4211:22637239,22637329:metal:4211:22637541,22637675:metal:4211:22637893,22638530:metal:4211:22638905,22639300:metal:4211:22639720,22640875:metal:4211:22641082,22641844:metal:4211:22642200,22641848:metal:4211:22642357,22642866:metal:4211:22643264,22643643:metal:4211:22643859,22644532:metal:4211:22644820,22645996:metal:4211:22646139,22646207:metal:4211:22646323,22646699:metal:4211:22646764,22662916:metal:4211:22664722,22668748:metal:4211:22669208,22669906:metal:4211:22670574,22672697:metal:4211:22672983,22673671:metal:4211:22674156,22676626:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002392573368880918, 'nb_photo': 4, 'list_port_cont': '22936484,22945222,22986011,23013185', 'assoc_port': '22929808:22945222,22935793:22936484,22984226:22986011,22998441:23013185', 'assoc_mat': '22929808:metal:3327:22945222,22935793:metal:3327:22936484,22984226:metal:3327:22986011,22998441:metal:3327:23013185'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0009265326842301349, 'nb_photo': 84, 'list_port_cont': '22928303,22949093,22950231,22953911,22961554,22968659,22975659,22976284,22977391,22984011,22985544,23004394,23007021,23013811,23016124,23019299,23019555,23025198,23053414,23072789,23074700,23076167,23079909,23080482,23083117', 'assoc_port': '22927536:22928303,22948162:22949093,22949538:22950231,22953035:22953911,22960477:22961554,22967479:22968659,22974925:22976284,22974926:22975659,22976916:22977391,22982646:22985544,22982647:22984011,23003831:23007021,23003838:23004394,23012451:23013811,23015442:23016124,23018462:23019555,23018464:23019299,23024250:23025198,23052716:23053414,23071983:23072789,23073358:23074700,23075515:23076167,23079427:23080482,23079435:23079909,23082841:23083117', 'assoc_mat': '22927536:metal:3594:22928303,22948162:metal:3594:22949093,22949538:metal:3594:22950231,22953035:metal:3594:22953911,22960477:metal:3594:22961554,22967479:metal:3594:22968659,22974925:metal:3594:22976284,22974926:metal:3594:22975659,22976916:metal:3594:22977391,22982646:metal:3594:22985544,22982647:metal:3594:22984011,23003831:metal:3594:23007021,23003838:metal:3594:23004394,23012451:metal:3594:23013811,23015442:metal:3594:23016124,23018462:metal:3594:23019555,23018464:metal:3594:23019299,23024250:metal:3594:23025198,23052716:metal:3594:23053414,23071983:metal:3594:23072789,23073358:metal:3594:23074700,23075515:metal:3594:23076167,23079427:metal:3594:23080482,23079435:metal:3594:23079909,23082841:metal:3594:23083117'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.025693846616524362, 'nb_photo': 1891, 'list_port_cont': '22592604,22602573,22627266,22637868,22637961,22645203,22667712,22675225,22681751,22698560,22718097,22722808,22737395,22757394,22777255,22782120,22794045,22845284,22856070,22859413,22863033,22863347,22876484,22883466,22897229,22900204,22925845,22942109,22951836,22978014,22987655,23005055,23012220,23063938,23075718,23088200,23090507,23091297', 'assoc_port': '22591582:22592604,22602549:22602573,22614943:22627266,22637672:22637961,22637674:22637868,22643641:22645203,22666515:22667712,22673669:22675225,22676627:22681751,22693033:22698560,22713819:22718097,22719525:22722808,22727668:22737395,22755525:22757394,22773713:22777255,22777724:22782120,22793928:22794045,22828627:22856070,22835476:22845284,22856658:22859413,22857008:22863347,22862865:22863033,22874442:22876484,22882318:22883466,22895713:22897229,22896423:22900204,22917826:22925845,22931348:22942109,22951589:22951836,22967489:22978014,22980691:22987655,22998438:23005055,23006133:23012220,23019441:23063938,23052721:23088200,23062405:23090507,23064326:23091297,23075518:23075718', 'assoc_mat': '22591582:papier:4205:22592604,22602549:papier:4205:22602573,22614943:papier:4205:22627266,22637672:papier:4205:22637961,22637674:papier:4205:22637868,22643641:papier:4205:22645203,22666515:papier:4205:22667712,22673669:papier:4205:22675225,22676627:papier:4205:22681751,22693033:papier:4205:22698560,22713819:papier:4205:22718097,22719525:papier:4205:22722808,22727668:papier:4205:22737395,22755525:papier:4205:22757394,22773713:papier:4205:22777255,22777724:papier:4205:22782120,22793928:papier:4205:22794045,22828627:papier:4205:22856070,22835476:papier:4205:22845284,22856658:papier:4205:22859413,22857008:papier:4205:22863347,22862865:papier:4205:22863033,22874442:papier:4205:22876484,22882318:papier:4205:22883466,22895713:papier:4205:22897229,22896423:papier:4205:22900204,22917826:papier:4205:22925845,22931348:papier:4205:22942109,22951589:papier:4205:22951836,22967489:papier:4205:22978014,22980691:papier:4205:22987655,22998438:papier:4205:23005055,23006133:papier:4205:23012220,23019441:papier:4205:23063938,2305'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.011496664820436325, 'nb_photo': 2785, 'list_port_cont': '22630378,22634260,22636619,22644192,22645965,22671018,22687239,22707910,22720106,22738376,22763435,22784782,22816578,22847713,22854601,22862352,22864780,22865878,22880847,22889055,22912928,22929711,22937916,22945498,22979037,22988169,22990627,23008509,23011436,23054143,23072336,23089695,23094187,23095164', 'assoc_port': '22604273:22636619,22609799:22634260,22624047:22630378,22640872:22644192,22645327:22645965,22668747:22671018,22683214:22687239,22706231:22707910,22715864:22720106,22727698:22738376,22760876:22763435,22775279:22784782,22814866:22816578,22835896:22854601,22835901:22847713,22858837:22862352,22861704:22864780,22863669:22865878,22879241:22880847,22885096:22889055,22909912:22912928,22916871:22945498,22924991:22929711,22934516:22937916,22963267:22990627,22967496:22979037,22979636:22988169,23002549:23008509,23010992:23054143,23010994:23011436,23024263:23094187,23056326:23089695,23071977:23072336,23080635:23095164', 'assoc_mat': '22604273:papier:4203:22636619,22609799:papier:4203:22634260,22624047:papier:4203:22630378,22640872:papier:4203:22644192,22645327:papier:4203:22645965,22668747:papier:4203:22671018,22683214:papier:4203:22687239,22706231:papier:4203:22707910,22715864:papier:4203:22720106,22727698:papier:4203:22738376,22760876:papier:4203:22763435,22775279:papier:4203:22784782,22814866:papier:4203:22816578,22835896:papier:4203:22854601,22835901:papier:4203:22847713,22858837:papier:4203:22862352,22861704:papier:4203:22864780,22863669:papier:4203:22865878,22879241:papier:4203:22880847,22885096:papier:4203:22889055,22909912:papier:4203:22912928,22916871:papier:4203:22945498,22924991:papier:4203:22929711,22934516:papier:4203:22937916,22963267:papier:4203:22990627,22967496:papier:4203:22979037,22979636:papier:4203:22988169,23002549:papier:4203:23008509,23010992:papier:4203:23054143,23010994:papier:4203:23011436,23024263:papier:4203:23094187,23056326:papier:4203:23089695,23071977:papier:4203:23072336,23080635:papier:4203:23095164'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.03890665713411122, 'nb_photo': 11760, 'list_port_cont': '22594076,22594350,22594398,22596886,22597304,22600129,22600328,22600924,22603194,22607768,22610273,22611301,22613350,22615153,22617797,22628682,22629010,22637208,22637257,22637768,22639382,22639700,22641095,22642311,22643840,22644669,22644853,22644869,22644976,22645634,22646053,22646101,22647231,22647389,22661926,22663973,22666882,22670065,22672795,22674113,22674365,22675638,22676820,22686227,22687293,22687786,22695408,22695666,22696617,22709325,22711027,22712043,22712712,22713256,22714563,22715795,22721056,22721293,22721889,22722002,22728580,22728624,22732038,22732517,22733463,22733534,22733980,22738167,22753880,22753983,22756017,22758448,22761343,22763900,22765538,22766553,22770050,22775464,22775661,22775980,22777151,22781542,22786363,22790694,22794070,22814242,22816967,22817982,22818304,22820509,22823381,22823485,22829358,22829566,22833059,22833368,22839346,22839634,22839687,22840471,22841942,22842220,22856789,22857871,22858747,22859512,22859655,22861804,22861838,22862058,22862184,22862218,22862998,2286332', 'assoc_port': '22593605:22594350,22593606:22594398,22593610:22594076,22596777:22597304,22596780:22596886,22599778:22600328,22599780:22600129,22600753:22600924,22603049:22603194,22607575:22607768,22609801:22610273,22610902:22611301,22613019:22613350,22614940:22615153,22617411:22617797,22628391:22629010,22628395:22628682,22637079:22637257,22637082:22637208,22637676:22637768,22639298:22639700,22639302:22639382,22640874:22641095,22641847:22642311,22643639:22643840,22644527:22644976,22644530:22644869,22644534:22644853,22644535:22644669,22645328:22645634,22645998:22646101,22645999:22646053,22647189:22647389,22647190:22647231,22661877:22661926,22662911:22663973,22666517:22666882,22669905:22670065,22672698:22672795,22673666:22674365,22673668:22674113,22675369:22675638,22676625:22676820,22681470:22686227,22687087:22687786,22687093:22687293,22693003:22695666,22694883:22695408,22696407:22696617,22708745:22711027,22708748:22709325,22711984:22712043,22712695:22712712,22713014:22713256,22713828:22715795,22714440:22714563,22720547:2272188', 'assoc_mat': '22593605:papier:4207:22594350,22593606:papier:4207:22594398,22593610:papier:4207:22594076,22596777:papier:4207:22597304,22596780:papier:4207:22596886,22599778:papier:4207:22600328,22599780:papier:4207:22600129,22600753:papier:4207:22600924,22603049:papier:4207:22603194,22607575:papier:4207:22607768,22609801:papier:4207:22610273,22610902:papier:4207:22611301,22613019:papier:4207:22613350,22614940:papier:4207:22615153,22617411:papier:4207:22617797,22628391:papier:4207:22629010,22628395:papier:4207:22628682,22637079:papier:4207:22637257,22637082:papier:4207:22637208,22637676:papier:4207:22637768,22639298:papier:4207:22639700,22639302:papier:4207:22639382,22640874:papier:4207:22641095,22641847:papier:4207:22642311,22643639:papier:4207:22643840,22644527:papier:4207:22644976,22644530:papier:4207:22644869,22644534:papier:4207:22644853,22644535:papier:4207:22644669,22645328:papier:4207:22645634,22645998:papier:4207:22646101,22645999:papier:4207:22646053,22647189:papier:4207:22647389,22647190:papier:4207:22647231,2266'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.23119442389574493, 'nb_photo': 29292, 'list_port_cont': '22591951,22595988,22600144,22604823,22604882,22607815,22610117,22611409,22615431,22621167,22621787,22637451,22638869,22639669,22642318,22643805,22644719,22645649,22646082,22647265,22664458,22666823,22670587,22674126,22677064,22684121,22687456,22693431,22696621,22697911,22712853,22714076,22717924,22720955,22721110,22724477,22732108,22749514,22756110,22761289,22766483,22771651,22778061,22781432,22782757,22786388,22787673,22811905,22816045,22824313,22828948,22832081,22833107,22839471,22840478,22844331,22844558,22856724,22858879,22859528,22860729,22862091,22862688,22864526,22874908,22876601,22879641,22881591,22881862,22882470,22891682,22891911,22893659,22894123,22894693,22901521,22914480,22915947,22917093,22919325,22922728,22925383,22927870,22931844,22935139,22948707,22952035,22953607,22959661,22963810,22968120,22972759,22973117,22975271,22980821,22997468,22998860,23003170,23003294,23006493,23012916,23013090,23020318,23026167,23049519,23053920,23057089,23059433,23068180,23072433,23079956,23080137,23081173', 'assoc_port': '22591584:22591951,22594879:22595988,22599782:22600144,22603048:22610117,22604271:22604882,22604283:22604823,22607579:22607815,22610906:22611409,22614959:22615431,22618984:22621167,22621387:22621787,22637328:22637451,22638528:22638869,22639301:22639669,22641846:22642318,22643640:22643805,22644533:22644719,22645326:22645649,22646000:22646082,22647188:22647265,22662910:22664458,22666516:22666823,22669907:22670587,22673670:22674126,22676624:22677064,22683217:22684121,22687090:22687456,22693018:22693431,22696409:22696621,22696947:22697911,22712697:22712853,22713831:22714076,22714437:22717924,22720549:22721110,22720555:22720955,22723677:22724477,22731556:22732108,22743102:22749514,22755524:22756110,22760877:22761289,22765036:22781432,22766335:22766483,22771175:22771651,22777722:22778061,22782355:22782757,22785891:22786388,22787164:22787673,22811660:22811905,22814868:22816045,22817782:22824313,22828657:22828948,22831635:22832081,22832675:22833107,22838937:22839471,22840147:22840478,22843809:22844558,22843810:2284433', 'assoc_mat': '22591584:papier:4461:22591951,22594879:papier:4461:22595988,22599782:papier:4461:22600144,22603048:papier:4461:22610117,22604271:papier:4461:22604882,22604283:papier:4461:22604823,22607579:papier:4461:22607815,22610906:papier:4461:22611409,22614959:papier:4461:22615431,22618984:papier:4461:22621167,22621387:papier:4461:22621787,22637328:papier:4461:22637451,22638528:papier:4461:22638869,22639301:papier:4461:22639669,22641846:papier:4461:22642318,22643640:papier:4461:22643805,22644533:papier:4461:22644719,22645326:papier:4461:22645649,22646000:papier:4461:22646082,22647188:papier:4461:22647265,22662910:papier:4461:22664458,22666516:papier:4461:22666823,22669907:papier:4461:22670587,22673670:papier:4461:22674126,22676624:papier:4461:22677064,22683217:papier:4461:22684121,22687090:papier:4461:22687456,22693018:papier:4461:22693431,22696409:papier:4461:22696621,22696947:papier:4461:22697911,22712697:papier:4461:22712853,22713831:papier:4461:22714076,22714437:papier:4461:22717924,22720549:papier:4461:22721110,2272'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.014343713525284529, 'nb_photo': 2734, 'list_port_cont': '22596173,22604125,22609329,22612196,22613224,22621001,22627385,22630393,22630478,22630498,22637376,22637395,22637526,22639211,22642116,22643595,22644330,22644428,22645466,22646058,22646708,22647328,22648108,22663914,22664092,22667659,22676959,22677093,22677196,22684102,22685641,22686624,22695623,22695680,22696541,22699560,22711336,22712179,22712807,22713170,22714731,22720782,22725035,22731749,22734357,22737334,22739663,22741200,22743325,22744954,22755896,22757453,22759663,22765902,22766583,22774564,22779836,22782105,22782655,22786751,22789445,22791842,22794088,22817108,22823197,22823586,22824767,22831498,22839181,22839668,22839828,22841183,22842006,22847477,22847930,22851386,22856020,22858937,22862202,22862711,22863015,22863139,22863359,22864908,22865060,22865844,22865846,22865884,22865896,22877970,22878071,22878458,22882465,22883499,22888913,22893419,22894531,22896398,22897421,22908160,22909439,22914737,22917394,22917415,22918155,22919990,22920516,22923741,22924767,22926535,22927444,22927854,22928789,2292911', 'assoc_port': '22594877:22596173,22600724:22604125,22602545:22612196,22604276:22609329,22610907:22621001,22613021:22613224,22614937:22627385,22617412:22630478,22618985:22630498,22624048:22630393,22637077:22637395,22637083:22637526,22637332:22637376,22638529:22639211,22641845:22643595,22641850:22642116,22642864:22644330,22642868:22644428,22644529:22646708,22645330:22645466,22646001:22646058,22647187:22648108,22647191:22647328,22662912:22663914,22662914:22664092,22666514:22667659,22669908:22684102,22675367:22676959,22675368:22677093,22675371:22677196,22675372:22685641,22681463:22686624,22687091:22695623,22694868:22696541,22694885:22695680,22696946:22699560,22708747:22711336,22711988:22712179,22712694:22713170,22712698:22712807,22714439:22714731,22720546:22720782,22720550:22725035,22723659:22734357,22727658:22737334,22731555:22739663,22731557:22731749,22733592:22744954,22740289:22741200,22743063:22743325,22753642:22755896,22755522:22757453,22757920:22759663,22763326:22765902,22766326:22766583,22771176:22774564,22775280:2277983', 'assoc_mat': '22594877:papier:4200:22596173,22600724:papier:4200:22604125,22602545:papier:4200:22612196,22604276:papier:4200:22609329,22610907:papier:4200:22621001,22613021:papier:4200:22613224,22614937:papier:4200:22627385,22617412:papier:4200:22630478,22618985:papier:4200:22630498,22624048:papier:4200:22630393,22637077:papier:4200:22637395,22637083:papier:4200:22637526,22637332:papier:4200:22637376,22638529:papier:4200:22639211,22641845:papier:4200:22643595,22641850:papier:4200:22642116,22642864:papier:4200:22644330,22642868:papier:4200:22644428,22644529:papier:4200:22646708,22645330:papier:4200:22645466,22646001:papier:4200:22646058,22647187:papier:4200:22648108,22647191:papier:4200:22647328,22662912:papier:4200:22663914,22662914:papier:4200:22664092,22666514:papier:4200:22667659,22669908:papier:4200:22684102,22675367:papier:4200:22676959,22675368:papier:4200:22677093,22675371:papier:4200:22677196,22675372:papier:4200:22685641,22681463:papier:4200:22686624,22687091:papier:4200:22695623,22694868:papier:4200:22696541,2269'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9354989967867455, 'nb_photo': 39799, 'list_port_cont': '22593866,22595978,22601211,22603328,22604595,22607906,22610156,22611636,22611808,22611926,22615314,22617549,22617845,22617929,22624752,22625116,22628720,22629299,22637171,22637365,22637773,22639573,22641117,22643913,22645485,22645690,22646312,22647262,22662566,22662660,22663837,22672895,22675659,22681964,22682306,22682416,22683913,22684024,22687396,22687951,22695353,22696675,22697391,22706796,22707795,22712024,22713269,22714700,22719937,22724306,22730487,22730609,22754073,22761245,22766452,22774547,22781953,22786280,22787599,22792007,22814104,22817089,22823268,22828869,22831911,22832972,22835678,22835693,22839392,22856715,22856835,22858917,22861826,22862018,22862131,22862662,22863046,22863301,22863812,22876743,22880363,22881821,22883118,22887365,22887492,22889808,22890031,22890391,22891755,22893633,22896671,22914448,22918034,22922668,22926854,22953206,22960651,22968103,23003113,23003988,23011776,23013069,23018677,23024525,23053610,23056814,23059250,23064860,23065561,23079735', 'assoc_port': '22593609:22593866,22594876:22595978,22600723:22601211,22603046:22603328,22604278:22604595,22607576:22617549,22607578:22607906,22609802:22610156,22610903:22611926,22610905:22611808,22610908:22611636,22614938:22615314,22614939:22625116,22617410:22617845,22617415:22617929,22618983:22629299,22624049:22624752,22628393:22628720,22637081:22637171,22637331:22637365,22637677:22637773,22639299:22639573,22640873:22641117,22643642:22643913,22645325:22645690,22645329:22645485,22646206:22646312,22647186:22647262,22661875:22662660,22661878:22662566,22662913:22663837,22672696:22672895,22672699:22683913,22675373:22675659,22681465:22682416,22681467:22682306,22681471:22681964,22683204:22684024,22687085:22687951,22687092:22687396,22694882:22695353,22696406:22696675,22696945:22697391,22706230:22706796,22707489:22707795,22711986:22712024,22713013:22713269,22714441:22714700,22719539:22719937,22723676:22724306,22729019:22730609,22729023:22730487,22753645:22754073,22760875:22761245,22766334:22766452,22773720:22774547,22781197:2278195', 'assoc_mat': '22593609:papier:4209:22593866,22594876:papier:4209:22595978,22600723:papier:4209:22601211,22603046:papier:4209:22603328,22604278:papier:4209:22604595,22607576:papier:4209:22617549,22607578:papier:4209:22607906,22609802:papier:4209:22610156,22610903:papier:4209:22611926,22610905:papier:4209:22611808,22610908:papier:4209:22611636,22614938:papier:4209:22615314,22614939:papier:4209:22625116,22617410:papier:4209:22617845,22617415:papier:4209:22617929,22618983:papier:4209:22629299,22624049:papier:4209:22624752,22628393:papier:4209:22628720,22637081:papier:4209:22637171,22637331:papier:4209:22637365,22637677:papier:4209:22637773,22639299:papier:4209:22639573,22640873:papier:4209:22641117,22643642:papier:4209:22643913,22645325:papier:4209:22645690,22645329:papier:4209:22645485,22646206:papier:4209:22646312,22647186:papier:4209:22647262,22661875:papier:4209:22662660,22661878:papier:4209:22662566,22662913:papier:4209:22663837,22672696:papier:4209:22672895,22672699:papier:4209:22683913,22675373:papier:4209:22675659,2268'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011944888020768903, 'nb_photo': 18679, 'list_port_cont': '22594149,22596088,22597268,22600175,22601232,22602877,22603303,22604569,22604688,22607885,22611744,22613599,22615574,22617915,22619613,22621909,22637224,22637553,22637885,22638903,22639725,22641069,22642205,22642346,22643275,22643863,22644806,22646133,22646324,22646765,22664730,22669219,22670583,22672995,22674152,22677109,22687527,22687868,22695485,22695605,22696705,22700573,22706889,22712136,22712895,22714103,22714718,22714760,22716165,22719973,22721104,22721223,22728536,22730039,22732165,22743595,22748165,22754167,22754208,22758668,22761620,22763734,22765753,22771947,22778219,22786470,22816121,22818588,22820555,22823239,22823529,22824459,22829509,22831999,22832257,22833297,22841003,22842121,22843020,22845809,22856864,22856866,22857926,22858764,22859607,22860803,22863072,22863869,22864513,22864553,22865029,22876871,22880515,22881973,22882025,22882506,22883158,22885522,22887657,22887830,22892031,22895835,22895875,22910363,22911747,22914572,22915529,22915979,22916058,22918132,22920496,22922768,22925342,2293034', 'assoc_port': '22593607:22594149,22594878:22596088,22596778:22597268,22599779:22600175,22600725:22601232,22602546:22602877,22603047:22603303,22604281:22604569,22604285:22604688,22607577:22607885,22610904:22611744,22613020:22613599,22614941:22615574,22617413:22617915,22618986:22619613,22621389:22621909,22637075:22637224,22637329:22637553,22637675:22637885,22638530:22638903,22639300:22639725,22640875:22641069,22641844:22642205,22641848:22642346,22642866:22643275,22643643:22643863,22644532:22644806,22645996:22646133,22646207:22646324,22646699:22646765,22662916:22664730,22668748:22669219,22669906:22670583,22672697:22672995,22673671:22674152,22676626:22677109,22687084:22687868,22687089:22687527,22694854:22695605,22694855:22695485,22694881:22700573,22696405:22696705,22706232:22706889,22711985:22712136,22712696:22712895,22713825:22714103,22714438:22714718,22714442:22714760,22715865:22716165,22719540:22719973,22720545:22721223,22720552:22721104,22727659:22728536,22729021:22730039,22731512:22732165,22740292:22748165,22743077:2274359', 'assoc_mat': '22593607:papier:4211:22594149,22594878:papier:4211:22596088,22596778:papier:4211:22597268,22599779:papier:4211:22600175,22600725:papier:4211:22601232,22602546:papier:4211:22602877,22603047:papier:4211:22603303,22604281:papier:4211:22604569,22604285:papier:4211:22604688,22607577:papier:4211:22607885,22610904:papier:4211:22611744,22613020:papier:4211:22613599,22614941:papier:4211:22615574,22617413:papier:4211:22617915,22618986:papier:4211:22619613,22621389:papier:4211:22621909,22637075:papier:4211:22637224,22637329:papier:4211:22637553,22637675:papier:4211:22637885,22638530:papier:4211:22638903,22639300:papier:4211:22639725,22640875:papier:4211:22641069,22641844:papier:4211:22642205,22641848:papier:4211:22642346,22642866:papier:4211:22643275,22643643:papier:4211:22643863,22644532:papier:4211:22644806,22645996:papier:4211:22646133,22646207:papier:4211:22646324,22646699:papier:4211:22646765,22662916:papier:4211:22664730,22668748:papier:4211:22669219,22669906:papier:4211:22670583,22672697:papier:4211:22672995,2267'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.014701224667746992, 'nb_photo': 468, 'list_port_cont': '22600792,22601575,22602964,22605085,22607294,22610544,22612830,22614564,22616482,22622123,22629255,22637339,22637996,22639828,22639883,22642910,22643285,22644956,22645409,22646157,22646172,22646449,22646783,22647113,22664935,22670973,22676633,22676779,22686166,22688621,22689694,22695647,22701193,22707694,22710395,22711920,22712299,22714465,22716574,22716651,22720732,22721544,22725014,22728824,22731569,22732983,22735491,22741287,22754532,22765227,22770709,22772540,22776170,22782389,22783549,22791668,22794788,22816528,22821242,22823558,22830569,22832792,22833544,22838460,22840238,22840673,22846193,22852378,22856915,22858845,22859644,22861854,22862251,22863381,22878556,22882931,22883769,22886533,22888291,22889657,22896326,22897004,22898271,22901066,22915358,22915926,22916136,22917773,22925566,22926574,22927935,22929975,22930591,22936495,22936547,22942819,22945217,22956557,22969796,22970484,22970726,22975700,22978962,22978975,22981019,22981717,22986003,22987861,22988214,22994037,22994879,23002077,23009884,2301319', 'assoc_port': '22596779:22607294,22599781:22600792,22600763:22601575,22602548:22602964,22604279:22605085,22609800:22612830,22609829:22610544,22613022:22614564,22614960:22616482,22621388:22622123,22628388:22629255,22637076:22639828,22637080:22637339,22637670:22637996,22639297:22639883,22641849:22642910,22642867:22643285,22644513:22646157,22644528:22645409,22644531:22644956,22645997:22647113,22646002:22646172,22646205:22646449,22646698:22646783,22662915:22664935,22669904:22670973,22673667:22676633,22675370:22676779,22683212:22686166,22687088:22688621,22688510:22689694,22694884:22695647,22700429:22701193,22706229:22707694,22708744:22711920,22708746:22710395,22711987:22712299,22713822:22714465,22715863:22716651,22715866:22716574,22719541:22720732,22720551:22725014,22720556:22721544,22727679:22728824,22729016:22731569,22731513:22732983,22733591:22735491,22740290:22741287,22753647:22754532,22763328:22765227,22769206:22770709,22771178:22772540,22775278:22776170,22781199:22782389,22782382:22783549,22787159:22794788,22787160:2279166', 'assoc_mat': '22596779:papier:3327:22607294,22599781:papier:3327:22600792,22600763:papier:3327:22601575,22602548:papier:3327:22602964,22604279:papier:3327:22605085,22609800:papier:3327:22612830,22609829:papier:3327:22610544,22613022:papier:3327:22614564,22614960:papier:3327:22616482,22621388:papier:3327:22622123,22628388:papier:3327:22629255,22637076:papier:3327:22639828,22637080:papier:3327:22637339,22637670:papier:3327:22637996,22639297:papier:3327:22639883,22641849:papier:3327:22642910,22642867:papier:3327:22643285,22644513:papier:3327:22646157,22644528:papier:3327:22645409,22644531:papier:3327:22644956,22645997:papier:3327:22647113,22646002:papier:3327:22646172,22646205:papier:3327:22646449,22646698:papier:3327:22646783,22662915:papier:3327:22664935,22669904:papier:3327:22670973,22673667:papier:3327:22676633,22675370:papier:3327:22676779,22683212:papier:3327:22686166,22687088:papier:3327:22688621,22688510:papier:3327:22689694,22694884:papier:3327:22695647,22700429:papier:3327:22701193,22706229:papier:3327:22707694,2270'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.11095540301404161, 'nb_photo': 5181, 'list_port_cont': '22928294,22949097,22950240,22953909,22961563,22968190,22968658,22975663,22976292,22977387,22977882,22984021,22985539,23004392,23007022,23013815,23016130,23018789,23019300,23019563,23025191,23053420,23072792,23074698,23076163,23079906,23080480,23083112', 'assoc_port': '22927536:22928294,22948162:22949097,22949538:22950240,22953035:22953909,22960477:22961563,22967479:22968658,22967499:22968190,22974925:22976292,22974926:22975663,22976914:22977882,22976916:22977387,22982646:22985539,22982647:22984021,23003831:23007022,23003838:23004392,23012451:23013815,23015442:23016130,23018462:23019563,23018464:23019300,23018467:23018789,23024250:23025191,23052716:23053420,23071983:23072792,23073358:23074698,23075515:23076163,23079427:23080480,23079435:23079906,23082841:23083112', 'assoc_mat': '22927536:papier:3594:22928294,22948162:papier:3594:22949097,22949538:papier:3594:22950240,22953035:papier:3594:22953909,22960477:papier:3594:22961563,22967479:papier:3594:22968658,22967499:papier:3594:22968190,22974925:papier:3594:22976292,22974926:papier:3594:22975663,22976914:papier:3594:22977882,22976916:papier:3594:22977387,22982646:papier:3594:22985539,22982647:papier:3594:22984021,23003831:papier:3594:23007022,23003838:papier:3594:23004392,23012451:papier:3594:23013815,23015442:papier:3594:23016130,23018462:papier:3594:23019563,23018464:papier:3594:23019300,23018467:papier:3594:23018789,23024250:papier:3594:23025191,23052716:papier:3594:23053420,23071983:papier:3594:23072792,23073358:papier:3594:23074698,23075515:papier:3594:23076163,23079427:papier:3594:23080480,23079435:papier:3594:23079906,23082841:papier:3594:23083112'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.007050783811610808, 'nb_photo': 120, 'list_port_cont': '22592607,22602563,22627281,22637866,22637953,22645205,22667707,22675222,22681760,22698567,22718099,22737398,22757400,22777257,22782117,22794048,22845286,22856073,22863023,22863340,22876481,22883462,22897223,22900209,22925846,22942115,22951841,22978001,22987657,23012213,23063939,23075715,23088205,23090515,23091300', 'assoc_port': '22591582:22592607,22602549:22602563,22614943:22627281,22637672:22637953,22637674:22637866,22643641:22645205,22666515:22667707,22673669:22675222,22676627:22681760,22693033:22698567,22713819:22718099,22727668:22737398,22755525:22757400,22773713:22777257,22777724:22782117,22793928:22794048,22828627:22856073,22835476:22845286,22857008:22863340,22862865:22863023,22874442:22876481,22882318:22883462,22895713:22897223,22896423:22900209,22917826:22925846,22931348:22942115,22951589:22951841,22967489:22978001,22980691:22987657,23006133:23012213,23019441:23063939,23052721:23088205,23062405:23090515,23064326:23091300,23075518:23075715', 'assoc_mat': '22591582:pehd:4205:22592607,22602549:pehd:4205:22602563,22614943:pehd:4205:22627281,22637672:pehd:4205:22637953,22637674:pehd:4205:22637866,22643641:pehd:4205:22645205,22666515:pehd:4205:22667707,22673669:pehd:4205:22675222,22676627:pehd:4205:22681760,22693033:pehd:4205:22698567,22713819:pehd:4205:22718099,22727668:pehd:4205:22737398,22755525:pehd:4205:22757400,22773713:pehd:4205:22777257,22777724:pehd:4205:22782117,22793928:pehd:4205:22794048,22828627:pehd:4205:22856073,22835476:pehd:4205:22845286,22857008:pehd:4205:22863340,22862865:pehd:4205:22863023,22874442:pehd:4205:22876481,22882318:pehd:4205:22883462,22895713:pehd:4205:22897223,22896423:pehd:4205:22900209,22917826:pehd:4205:22925846,22931348:pehd:4205:22942115,22951589:pehd:4205:22951841,22967489:pehd:4205:22978001,22980691:pehd:4205:22987657,23006133:pehd:4205:23012213,23019441:pehd:4205:23063939,23052721:pehd:4205:23088205,23062405:pehd:4205:23090515,23064326:pehd:4205:23091300,23075518:pehd:4205:23075715'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0032647619306581414, 'nb_photo': 291, 'list_port_cont': '22630368,22634255,22636616,22644191,22645961,22671023,22687245,22707914,22720104,22738372,22763445,22784787,22816591,22847721,22854604,22862340,22864779,22865864,22880836,22889058,22912921,22929720,22937928,22945496,22979041,22988170,22990614,23008507,23011426,23072326,23089694,23094197,23095171', 'assoc_port': '22604273:22636616,22609799:22634255,22624047:22630368,22640872:22644191,22645327:22645961,22668747:22671023,22683214:22687245,22706231:22707914,22715864:22720104,22727698:22738372,22760876:22763445,22775279:22784787,22814866:22816591,22835896:22854604,22835901:22847721,22858837:22862340,22861704:22864779,22863669:22865864,22879241:22880836,22885096:22889058,22909912:22912921,22916871:22945496,22924991:22929720,22934516:22937928,22963267:22990614,22967496:22979041,22979636:22988170,23002549:23008507,23010994:23011426,23024263:23094197,23056326:23089694,23071977:23072326,23080635:23095171', 'assoc_mat': '22604273:pehd:4203:22636616,22609799:pehd:4203:22634255,22624047:pehd:4203:22630368,22640872:pehd:4203:22644191,22645327:pehd:4203:22645961,22668747:pehd:4203:22671023,22683214:pehd:4203:22687245,22706231:pehd:4203:22707914,22715864:pehd:4203:22720104,22727698:pehd:4203:22738372,22760876:pehd:4203:22763445,22775279:pehd:4203:22784787,22814866:pehd:4203:22816591,22835896:pehd:4203:22854604,22835901:pehd:4203:22847721,22858837:pehd:4203:22862340,22861704:pehd:4203:22864779,22863669:pehd:4203:22865864,22879241:pehd:4203:22880836,22885096:pehd:4203:22889058,22909912:pehd:4203:22912921,22916871:pehd:4203:22945496,22924991:pehd:4203:22929720,22934516:pehd:4203:22937928,22963267:pehd:4203:22990614,22967496:pehd:4203:22979041,22979636:pehd:4203:22988170,23002549:pehd:4203:23008507,23010994:pehd:4203:23011426,23024263:pehd:4203:23094197,23056326:pehd:4203:23089694,23071977:pehd:4203:23072326,23080635:pehd:4203:23095171'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003999971580304025, 'nb_photo': 295, 'list_port_cont': '22594070,22594346,22594390,22600125,22600930,22610269,22613352,22617795,22628690,22629014,22637204,22637758,22639703,22642302,22644841,22644861,22644966,22647238,22661922,22663968,22666875,22670076,22672790,22674107,22674357,22676814,22686237,22687792,22695660,22696614,22711034,22712724,22714559,22715781,22721058,22721296,22721893,22728619,22732045,22732509,22733988,22738165,22753881,22756016,22758444,22761336,22763898,22765536,22766554,22770052,22775451,22775978,22781541,22786370,22790685,22794062,22814235,22816964,22818297,22820520,22823380,22829570,22833365,22839347,22839632,22839693,22840458,22856801,22857866,22858740,22859524,22859653,22862059,22862994,22863788,22863934,22864568,22874927,22876710,22877002,22877230,22879607,22879880,22880253,22882374,22882520,22885465,22890280,22893861,22894043,22895808,22895855,22911667,22911995,22914400,22915514,22915945,22917089,22919291,22920377,22922701,22923338,22925302,22925594,22928148,22930162,22930641,22934873,22944940,22948603,22949841,22956475,22959557,2298180', 'assoc_port': '22593605:22594346,22593606:22594390,22593610:22594070,22599780:22600125,22600753:22600930,22609801:22610269,22613019:22613352,22617411:22617795,22628391:22629014,22628395:22628690,22637082:22637204,22637676:22637758,22639298:22639703,22641847:22642302,22644527:22644966,22644530:22644861,22644534:22644841,22647190:22647238,22661877:22661922,22662911:22663968,22666517:22666875,22669905:22670076,22672698:22672790,22673666:22674357,22673668:22674107,22676625:22676814,22681470:22686237,22687087:22687792,22693003:22695660,22696407:22696614,22708745:22711034,22712695:22712724,22713828:22715781,22714440:22714559,22720547:22721893,22720553:22721296,22720554:22721058,22727657:22728619,22729018:22738165,22731511:22732509,22731514:22732045,22733593:22733988,22753641:22753881,22755523:22756016,22757921:22758444,22760878:22761336,22763327:22763898,22765035:22765536,22766320:22766554,22769207:22770052,22775277:22775978,22775282:22775451,22781201:22781541,22785918:22786370,22787163:22790685,22793924:22794062,22813691:2281423', 'assoc_mat': '22593605:pehd:4207:22594346,22593606:pehd:4207:22594390,22593610:pehd:4207:22594070,22599780:pehd:4207:22600125,22600753:pehd:4207:22600930,22609801:pehd:4207:22610269,22613019:pehd:4207:22613352,22617411:pehd:4207:22617795,22628391:pehd:4207:22629014,22628395:pehd:4207:22628690,22637082:pehd:4207:22637204,22637676:pehd:4207:22637758,22639298:pehd:4207:22639703,22641847:pehd:4207:22642302,22644527:pehd:4207:22644966,22644530:pehd:4207:22644861,22644534:pehd:4207:22644841,22647190:pehd:4207:22647238,22661877:pehd:4207:22661922,22662911:pehd:4207:22663968,22666517:pehd:4207:22666875,22669905:pehd:4207:22670076,22672698:pehd:4207:22672790,22673666:pehd:4207:22674357,22673668:pehd:4207:22674107,22676625:pehd:4207:22676814,22681470:pehd:4207:22686237,22687087:pehd:4207:22687792,22693003:pehd:4207:22695660,22696407:pehd:4207:22696614,22708745:pehd:4207:22711034,22712695:pehd:4207:22712724,22713828:pehd:4207:22715781,22714440:pehd:4207:22714559,22720547:pehd:4207:22721893,22720553:pehd:4207:22721296,22720554:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.006618412804089339, 'nb_photo': 25, 'list_port_cont': '22595989,22621789,22664459,22670619,22677063,22732109,22749518,22761297,22828938,22844555,22858882,22859538,22860726,22862677,22879643,22901512,22931854,22963816,22975273,23003307,23059439', 'assoc_port': '22594879:22595989,22621387:22621789,22662910:22664459,22669907:22670619,22676624:22677063,22731556:22732109,22743102:22749518,22760877:22761297,22828657:22828938,22843809:22844555,22858840:22858882,22859469:22859538,22860491:22860726,22862459:22862677,22879243:22879643,22901195:22901512,22931347:22931854,22963269:22963816,22974928:22975273,23002551:23003307,23058879:23059439', 'assoc_mat': '22594879:pehd:4461:22595989,22621387:pehd:4461:22621789,22662910:pehd:4461:22664459,22669907:pehd:4461:22670619,22676624:pehd:4461:22677063,22731556:pehd:4461:22732109,22743102:pehd:4461:22749518,22760877:pehd:4461:22761297,22828657:pehd:4461:22828938,22843809:pehd:4461:22844555,22858840:pehd:4461:22858882,22859469:pehd:4461:22859538,22860491:pehd:4461:22860726,22862459:pehd:4461:22862677,22879243:pehd:4461:22879643,22901195:pehd:4461:22901512,22931347:pehd:4461:22931854,22963269:pehd:4461:22963816,22974928:pehd:4461:22975273,23002551:pehd:4461:23003307,23058879:pehd:4461:23059439'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.008028209179804522, 'nb_photo': 901, 'list_port_cont': '22596176,22604134,22609340,22612204,22613234,22620992,22627380,22630386,22630485,22630491,22637372,22637392,22637530,22639218,22642119,22643597,22644334,22644425,22645470,22646069,22646705,22647332,22648109,22663890,22667653,22676965,22677089,22677191,22684090,22685652,22686637,22695629,22695684,22696539,22699547,22711332,22712184,22712809,22713174,22714732,22720791,22725026,22731750,22734342,22737341,22739671,22741198,22743316,22744941,22755897,22757456,22759664,22765895,22766593,22774555,22779834,22782106,22782648,22786740,22789434,22791848,22794084,22817116,22823196,22823593,22824762,22831479,22839169,22839676,22839830,22841186,22842005,22847478,22847934,22851382,22856022,22858929,22862211,22862708,22863021,22863133,22863362,22864912,22865055,22865836,22865852,22865885,22865910,22877969,22878081,22878457,22882453,22883502,22888914,22893422,22894532,22896392,22897430,22908157,22909448,22914734,22917405,22917420,22918147,22919991,22920505,22923748,22924773,22926526,22927438,22927848,22929122,22929924,2293609', 'assoc_port': '22594877:22596176,22600724:22604134,22602545:22612204,22604276:22609340,22610907:22620992,22613021:22613234,22614937:22627380,22617412:22630485,22618985:22630491,22624048:22630386,22637077:22637392,22637083:22637530,22637332:22637372,22638529:22639218,22641845:22643597,22641850:22642119,22642864:22644334,22642868:22644425,22644529:22646705,22645330:22645470,22646001:22646069,22647187:22648109,22647191:22647332,22662912:22663890,22666514:22667653,22669908:22684090,22675367:22676965,22675368:22677089,22675371:22677191,22675372:22685652,22681463:22686637,22687091:22695629,22694868:22696539,22694885:22695684,22696946:22699547,22708747:22711332,22711988:22712184,22712694:22713174,22712698:22712809,22714439:22714732,22720546:22720791,22720550:22725026,22723659:22734342,22727658:22737341,22731555:22739671,22731557:22731750,22733592:22744941,22740289:22741198,22743063:22743316,22753642:22755897,22755522:22757456,22757920:22759664,22763326:22765895,22766326:22766593,22771176:22774555,22775280:22779834,22777709:2278210', 'assoc_mat': '22594877:pehd:4200:22596176,22600724:pehd:4200:22604134,22602545:pehd:4200:22612204,22604276:pehd:4200:22609340,22610907:pehd:4200:22620992,22613021:pehd:4200:22613234,22614937:pehd:4200:22627380,22617412:pehd:4200:22630485,22618985:pehd:4200:22630491,22624048:pehd:4200:22630386,22637077:pehd:4200:22637392,22637083:pehd:4200:22637530,22637332:pehd:4200:22637372,22638529:pehd:4200:22639218,22641845:pehd:4200:22643597,22641850:pehd:4200:22642119,22642864:pehd:4200:22644334,22642868:pehd:4200:22644425,22644529:pehd:4200:22646705,22645330:pehd:4200:22645470,22646001:pehd:4200:22646069,22647187:pehd:4200:22648109,22647191:pehd:4200:22647332,22662912:pehd:4200:22663890,22666514:pehd:4200:22667653,22669908:pehd:4200:22684090,22675367:pehd:4200:22676965,22675368:pehd:4200:22677089,22675371:pehd:4200:22677191,22675372:pehd:4200:22685652,22681463:pehd:4200:22686637,22687091:pehd:4200:22695629,22694868:pehd:4200:22696539,22694885:pehd:4200:22695684,22696946:pehd:4200:22699547,22708747:pehd:4200:22711332,22711988:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01835037937632715, 'nb_photo': 538, 'list_port_cont': '22593863,22595974,22601214,22603323,22604591,22607903,22610161,22611616,22611815,22611927,22615322,22617552,22617854,22617931,22624755,22625102,22628723,22629306,22637163,22637368,22637787,22639571,22641104,22643914,22645486,22645689,22646299,22647260,22662571,22662649,22663841,22672892,22675651,22681974,22682307,22682422,22683921,22684018,22687389,22687957,22695360,22696682,22697389,22706784,22707789,22712021,22713270,22714694,22719928,22724305,22730493,22730606,22754087,22761220,22766467,22774546,22781940,22786277,22787590,22792002,22814102,22817098,22823279,22828867,22831916,22832973,22835664,22835681,22839391,22856841,22858914,22861823,22862022,22862124,22862669,22863043,22863307,22863821,22876741,22880370,22881811,22883124,22887363,22887491,22889811,22890037,22890395,22891754,22896675,22914445,22918036,22922669,22926856,22953207,22968109,23003104,23003982,23011778,23013068,23018682,23053624,23056802,23059258,23064861,23065557,23079732', 'assoc_port': '22593609:22593863,22594876:22595974,22600723:22601214,22603046:22603323,22604278:22604591,22607576:22617552,22607578:22607903,22609802:22610161,22610903:22611927,22610905:22611815,22610908:22611616,22614938:22615322,22614939:22625102,22617410:22617854,22617415:22617931,22618983:22629306,22624049:22624755,22628393:22628723,22637081:22637163,22637331:22637368,22637677:22637787,22639299:22639571,22640873:22641104,22643642:22643914,22645325:22645689,22645329:22645486,22646206:22646299,22647186:22647260,22661875:22662649,22661878:22662571,22662913:22663841,22672696:22672892,22672699:22683921,22675373:22675651,22681465:22682422,22681467:22682307,22681471:22681974,22683204:22684018,22687085:22687957,22687092:22687389,22694882:22695360,22696406:22696682,22696945:22697389,22706230:22706784,22707489:22707789,22711986:22712021,22713013:22713270,22714441:22714694,22719539:22719928,22723676:22724305,22729019:22730606,22729023:22730493,22753645:22754087,22760875:22761220,22766334:22766467,22773720:22774546,22781197:2278194', 'assoc_mat': '22593609:pehd:4209:22593863,22594876:pehd:4209:22595974,22600723:pehd:4209:22601214,22603046:pehd:4209:22603323,22604278:pehd:4209:22604591,22607576:pehd:4209:22617552,22607578:pehd:4209:22607903,22609802:pehd:4209:22610161,22610903:pehd:4209:22611927,22610905:pehd:4209:22611815,22610908:pehd:4209:22611616,22614938:pehd:4209:22615322,22614939:pehd:4209:22625102,22617410:pehd:4209:22617854,22617415:pehd:4209:22617931,22618983:pehd:4209:22629306,22624049:pehd:4209:22624755,22628393:pehd:4209:22628723,22637081:pehd:4209:22637163,22637331:pehd:4209:22637368,22637677:pehd:4209:22637787,22639299:pehd:4209:22639571,22640873:pehd:4209:22641104,22643642:pehd:4209:22643914,22645325:pehd:4209:22645689,22645329:pehd:4209:22645486,22646206:pehd:4209:22646299,22647186:pehd:4209:22647260,22661875:pehd:4209:22662649,22661878:pehd:4209:22662571,22662913:pehd:4209:22663841,22672696:pehd:4209:22672892,22672699:pehd:4209:22683921,22675373:pehd:4209:22675651,22681465:pehd:4209:22682422,22681467:pehd:4209:22682307,22681471:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.23263657991827938, 'nb_photo': 14304, 'list_port_cont': '22594159,22596091,22597260,22600168,22601224,22602875,22603310,22604570,22604673,22607882,22611748,22613609,22615584,22617917,22619621,22621917,22637236,22637543,22637883,22638901,22639729,22641079,22642208,22642361,22643265,22643867,22644819,22646141,22646329,22646757,22664731,22669215,22670572,22672984,22674162,22677102,22687537,22687861,22695470,22695602,22696706,22700567,22706884,22712132,22712893,22714110,22714713,22714766,22716172,22719977,22721092,22721229,22728544,22730033,22732169,22743583,22748174,22754158,22754199,22758672,22761618,22763720,22765754,22771949,22778213,22786459,22816116,22818581,22820560,22823241,22823532,22824445,22829500,22832014,22832260,22833301,22840998,22842114,22843017,22845810,22856852,22856873,22857918,22858759,22859608,22860806,22863074,22863866,22864512,22864557,22865034,22876866,22880524,22881969,22882023,22882509,22883169,22885536,22887662,22887833,22892027,22895836,22895864,22910373,22911758,22914573,22915524,22915990,22916059,22918122,22920495,22922780,22925344,2293035', 'assoc_port': '22593607:22594159,22594878:22596091,22596778:22597260,22599779:22600168,22600725:22601224,22602546:22602875,22603047:22603310,22604281:22604570,22604285:22604673,22607577:22607882,22610904:22611748,22613020:22613609,22614941:22615584,22617413:22617917,22618986:22619621,22621389:22621917,22637075:22637236,22637329:22637543,22637675:22637883,22638530:22638901,22639300:22639729,22640875:22641079,22641844:22642208,22641848:22642361,22642866:22643265,22643643:22643867,22644532:22644819,22645996:22646141,22646207:22646329,22646699:22646757,22662916:22664731,22668748:22669215,22669906:22670572,22672697:22672984,22673671:22674162,22676626:22677102,22687084:22687861,22687089:22687537,22694854:22695602,22694855:22695470,22694881:22700567,22696405:22696706,22706232:22706884,22711985:22712132,22712696:22712893,22713825:22714110,22714438:22714713,22714442:22714766,22715865:22716172,22719540:22719977,22720545:22721229,22720552:22721092,22727659:22728544,22729021:22730033,22731512:22732169,22740292:22748174,22743077:2274358', 'assoc_mat': '22593607:pehd:4211:22594159,22594878:pehd:4211:22596091,22596778:pehd:4211:22597260,22599779:pehd:4211:22600168,22600725:pehd:4211:22601224,22602546:pehd:4211:22602875,22603047:pehd:4211:22603310,22604281:pehd:4211:22604570,22604285:pehd:4211:22604673,22607577:pehd:4211:22607882,22610904:pehd:4211:22611748,22613020:pehd:4211:22613609,22614941:pehd:4211:22615584,22617413:pehd:4211:22617917,22618986:pehd:4211:22619621,22621389:pehd:4211:22621917,22637075:pehd:4211:22637236,22637329:pehd:4211:22637543,22637675:pehd:4211:22637883,22638530:pehd:4211:22638901,22639300:pehd:4211:22639729,22640875:pehd:4211:22641079,22641844:pehd:4211:22642208,22641848:pehd:4211:22642361,22642866:pehd:4211:22643265,22643643:pehd:4211:22643867,22644532:pehd:4211:22644819,22645996:pehd:4211:22646141,22646207:pehd:4211:22646329,22646699:pehd:4211:22646757,22662916:pehd:4211:22664731,22668748:pehd:4211:22669215,22669906:pehd:4211:22670572,22672697:pehd:4211:22672984,22673671:pehd:4211:22674162,22676626:pehd:4211:22677102,22687084:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.009086185401811712, 'nb_photo': 15, 'list_port_cont': '22770703,22882925,22883779,22886534,22897002,22901073,22909346', 'assoc_port': '22769206:22770703,22879242:22883779,22881746:22882925,22882937:22886534,22889833:22901073,22894326:22897002,22894331:22909346', 'assoc_mat': '22769206:pehd:3327:22770703,22879242:pehd:3327:22883779,22881746:pehd:3327:22882925,22882937:pehd:3327:22886534,22889833:pehd:3327:22901073,22894326:pehd:3327:22897002,22894331:pehd:3327:22909346'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.00043057706143643647, 'nb_photo': 8, 'list_port_cont': '22953910,22976285,23007025,23013813,23019554,23072784', 'assoc_port': '22953035:22953910,22974925:22976285,23003831:23007025,23012451:23013813,23018462:23019554,23071983:23072784', 'assoc_mat': '22953035:pehd:3594:22953910,22974925:pehd:3594:22976285,23003831:pehd:3594:23007025,23012451:pehd:3594:23013813,23018462:pehd:3594:23019554,23071983:pehd:3594:23072784'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00491522692803576, 'nb_photo': 17, 'list_port_cont': '22602565,22637873,22667706,22698568,22718095,22737393,22794046,22845278,22863341,22987667,23063949,23091291', 'assoc_port': '22602549:22602565,22637674:22637873,22666515:22667706,22693033:22698568,22713819:22718095,22727668:22737393,22793928:22794046,22835476:22845278,22857008:22863341,22980691:22987667,23019441:23063949,23064326:23091291', 'assoc_mat': '22602549:pet_clair:4205:22602565,22637674:pet_clair:4205:22637873,22666515:pet_clair:4205:22667706,22693033:pet_clair:4205:22698568,22713819:pet_clair:4205:22718095,22727668:pet_clair:4205:22737393,22793928:pet_clair:4205:22794046,22835476:pet_clair:4205:22845278,22857008:pet_clair:4205:22863341,22980691:pet_clair:4205:22987667,23019441:pet_clair:4205:23063949,23064326:pet_clair:4205:23091291'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0006309621661608441, 'nb_photo': 12, 'list_port_cont': '22645966,22687234,22720102,22864771,22937917,22990628,23054148', 'assoc_port': '22645327:22645966,22683214:22687234,22715864:22720102,22861704:22864771,22934516:22937917,22963267:22990628,23010992:23054148', 'assoc_mat': '22645327:pet_clair:4203:22645966,22683214:pet_clair:4203:22687234,22715864:pet_clair:4203:22720102,22861704:pet_clair:4203:22864771,22934516:pet_clair:4203:22937917,22963267:pet_clair:4203:22990628,23010992:pet_clair:4203:23054148'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002054117631202338, 'nb_photo': 18, 'list_port_cont': '22613363,22645623,22663961,22670061,22675643,22712715,22721295,22733459,22733977,22928145,22931725,22934874,22951988,22968095,22982945,22989216,23071589', 'assoc_port': '22613019:22613363,22645328:22645623,22662911:22663961,22669905:22670061,22675369:22675643,22712695:22712715,22720553:22721295,22731509:22733459,22733593:22733977,22927533:22928145,22931349:22931725,22934518:22934874,22951590:22951988,22967476:22968095,22972480:22989216,22982645:22982945,23019436:23071589', 'assoc_mat': '22613019:pet_clair:4207:22613363,22645328:pet_clair:4207:22645623,22662911:pet_clair:4207:22663961,22669905:pet_clair:4207:22670061,22675369:pet_clair:4207:22675643,22712695:pet_clair:4207:22712715,22720553:pet_clair:4207:22721295,22731509:pet_clair:4207:22733459,22733593:pet_clair:4207:22733977,22927533:pet_clair:4207:22928145,22931349:pet_clair:4207:22931725,22934518:pet_clair:4207:22934874,22951590:pet_clair:4207:22951988,22967476:pet_clair:4207:22968095,22972480:pet_clair:4207:22989216,22982645:pet_clair:4207:22982945,23019436:pet_clair:4207:23071589'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0031787413594027104, 'nb_photo': 2, 'list_port_cont': '22684127,22696622', 'assoc_port': '22683217:22684127,22696409:22696622', 'assoc_mat': '22683217:pet_clair:4461:22684127,22696409:pet_clair:4461:22696622'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.04356113764527223, 'nb_photo': 210, 'list_port_cont': '22604123,22609343,22612207,22620994,22630473,22630493,22637402,22642112,22643598,22644342,22644423,22646059,22647325,22648095,22664081,22667660,22677091,22684092,22686636,22696540,22711338,22713167,22714726,22720787,22725036,22737339,22739662,22743327,22744948,22755900,22759673,22765908,22766585,22774560,22779835,22782649,22786745,22817115,22824756,22831476,22847469,22847927,22851397,22856024,22862208,22862714,22863011,22864919,22865829,22865882,22865909,22877975,22878463,22882457,22888918,22893423,22897425,22908162,22909455,22914742,22917395,22920515,22923749,22924763,22927446,22928780,22929121,22929917,22936093,22936650,22945269,22950810,22963601,22967936,22976805,22977787,22980870,22985393,22985781,22985838,22986961,22987739,23007522,23009407,23066143,23090227,23090657,23091842,23094921', 'assoc_port': '22600724:22604123,22602545:22612207,22604276:22609343,22610907:22620994,22617412:22630473,22618985:22630493,22637077:22637402,22641845:22643598,22641850:22642112,22642864:22644342,22642868:22644423,22646001:22646059,22647187:22648095,22647191:22647325,22662914:22664081,22666514:22667660,22669908:22684092,22675368:22677091,22681463:22686636,22694868:22696540,22708747:22711338,22712694:22713167,22714439:22714726,22720546:22720787,22720550:22725036,22727658:22737339,22731555:22739662,22733592:22744948,22743063:22743327,22753642:22755900,22757920:22759673,22763326:22765908,22766326:22766585,22771176:22774560,22775280:22779835,22777728:22782649,22781200:22786745,22816846:22817115,22820053:22831476,22820054:22824756,22828629:22856024,22835474:22847927,22843811:22847469,22851169:22851397,22861706:22864919,22861970:22862208,22862477:22862714,22862864:22863011,22863281:22865882,22863285:22865909,22864376:22865829,22876400:22877975,22876404:22878463,22880133:22909455,22880138:22908162,22882321:22882457,22885094:2288891', 'assoc_mat': '22600724:pet_clair:4200:22604123,22602545:pet_clair:4200:22612207,22604276:pet_clair:4200:22609343,22610907:pet_clair:4200:22620994,22617412:pet_clair:4200:22630473,22618985:pet_clair:4200:22630493,22637077:pet_clair:4200:22637402,22641845:pet_clair:4200:22643598,22641850:pet_clair:4200:22642112,22642864:pet_clair:4200:22644342,22642868:pet_clair:4200:22644423,22646001:pet_clair:4200:22646059,22647187:pet_clair:4200:22648095,22647191:pet_clair:4200:22647325,22662914:pet_clair:4200:22664081,22666514:pet_clair:4200:22667660,22669908:pet_clair:4200:22684092,22675368:pet_clair:4200:22677091,22681463:pet_clair:4200:22686636,22694868:pet_clair:4200:22696540,22708747:pet_clair:4200:22711338,22712694:pet_clair:4200:22713167,22714439:pet_clair:4200:22714726,22720546:pet_clair:4200:22720787,22720550:pet_clair:4200:22725036,22727658:pet_clair:4200:22737339,22731555:pet_clair:4200:22739662,22733592:pet_clair:4200:22744948,22743063:pet_clair:4200:22743327,22753642:pet_clair:4200:22755900,22757920:pet_clair:4200:22759673,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0067287127536570825, 'nb_photo': 13, 'list_port_cont': '22603327,22617926,22637788,22639579,22643919,22645479,22647258,22683916,22714688,22761206,23003114', 'assoc_port': '22603046:22603327,22617415:22617926,22637677:22637788,22639299:22639579,22643642:22643919,22645329:22645479,22647186:22647258,22672699:22683916,22714441:22714688,22760875:22761206,23002556:23003114', 'assoc_mat': '22603046:pet_clair:4209:22603327,22617415:pet_clair:4209:22617926,22637677:pet_clair:4209:22637788,22639299:pet_clair:4209:22639579,22643642:pet_clair:4209:22643919,22645329:pet_clair:4209:22645479,22647186:pet_clair:4209:22647258,22672699:pet_clair:4209:22683916,22714441:pet_clair:4209:22714688,22760875:pet_clair:4209:22761206,23002556:pet_clair:4209:23003114'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009390080624338883, 'nb_photo': 141, 'list_port_cont': '22604575,22607878,22615572,22637557,22638906,22639733,22644816,22646131,22664736,22687528,22687864,22695475,22700577,22712130,22712896,22714719,22732170,22743584,22754157,22758677,22761613,22763731,22771946,22778215,22818582,22823252,22824449,22829501,22832007,22832266,22856880,22859602,22863059,22881983,22882012,22895842,22911752,22936381,22950013,22952115,22959691,22962812,22963772,22964779,22980139,22980596,23003157,23003348,23004200,23011870,23013008,23015994,23018852,23026227,23026230,23054229,23057129,23057222,23059128,23059564,23062859,23064961,23065097,23080023', 'assoc_port': '22604281:22604575,22607577:22607878,22614941:22615572,22637329:22637557,22638530:22638906,22639300:22639733,22644532:22644816,22645996:22646131,22662916:22664736,22687084:22687864,22687089:22687528,22694855:22695475,22694881:22700577,22711985:22712130,22712696:22712896,22714438:22714719,22731512:22732170,22743077:22743584,22753646:22754157,22755526:22763731,22757922:22758677,22760879:22761613,22771177:22771946,22777727:22778215,22817778:22818582,22817779:22824449,22823155:22832007,22823158:22823252,22828632:22829501,22831636:22832266,22856657:22856880,22859468:22859602,22862860:22863059,22876408:22881983,22881751:22882012,22895715:22895842,22911179:22911752,22935795:22936381,22949537:22950013,22951588:22952115,22955732:22964779,22958942:22959691,22960478:22962812,22963274:22963772,22970360:22980596,22979631:22980139,23002550:23003348,23002557:23003157,23003834:23004200,23010989:23011870,23012443:23013008,23015440:23015994,23018470:23018852,23025698:23026230,23025701:23026227,23052719:23054229,23056316:2305722', 'assoc_mat': '22604281:pet_clair:4211:22604575,22607577:pet_clair:4211:22607878,22614941:pet_clair:4211:22615572,22637329:pet_clair:4211:22637557,22638530:pet_clair:4211:22638906,22639300:pet_clair:4211:22639733,22644532:pet_clair:4211:22644816,22645996:pet_clair:4211:22646131,22662916:pet_clair:4211:22664736,22687084:pet_clair:4211:22687864,22687089:pet_clair:4211:22687528,22694855:pet_clair:4211:22695475,22694881:pet_clair:4211:22700577,22711985:pet_clair:4211:22712130,22712696:pet_clair:4211:22712896,22714438:pet_clair:4211:22714719,22731512:pet_clair:4211:22732170,22743077:pet_clair:4211:22743584,22753646:pet_clair:4211:22754157,22755526:pet_clair:4211:22763731,22757922:pet_clair:4211:22758677,22760879:pet_clair:4211:22761613,22771177:pet_clair:4211:22771946,22777727:pet_clair:4211:22778215,22817778:pet_clair:4211:22818582,22817779:pet_clair:4211:22824449,22823155:pet_clair:4211:22832007,22823158:pet_clair:4211:22823252,22828632:pet_clair:4211:22829501,22831636:pet_clair:4211:22832266,22856657:pet_clair:4211:22856880,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9817965265294912, 'nb_photo': 63445, 'list_port_cont': '22592632,22594926,22600787,22601569,22602958,22605087,22607305,22610539,22612831,22614565,22616479,22618162,22619852,22622121,22628995,22629266,22637341,22637600,22637997,22639827,22639890,22642916,22643281,22644949,22645411,22646145,22646171,22646443,22646788,22647117,22664933,22665258,22670984,22676628,22676772,22686162,22688588,22688619,22689684,22695639,22696665,22696740,22701201,22707688,22710401,22711910,22712300,22714459,22716570,22716644,22720728,22721550,22725022,22728835,22731562,22732985,22735495,22741283,22754542,22758753,22764381,22765232,22770711,22772536,22776167,22782386,22783541,22786729,22791658,22791995,22794786,22816525,22821255,22823549,22830564,22832791,22833532,22838450,22840246,22840670,22842717,22846196,22852376,22856905,22857450,22858849,22858954,22859632,22861864,22862240,22862830,22863119,22863379,22865923,22877105,22878550,22882932,22883775,22886523,22888277,22889663,22896319,22897013,22898272,22901064,22909356,22915357,22915555,22915916,22916135,22917768,22925565,22926573,2292793', 'assoc_port': '22591583:22592632,22593608:22594926,22596779:22607305,22599781:22600787,22600763:22601569,22602548:22602958,22604279:22605087,22609800:22612831,22609829:22610539,22613018:22628995,22613022:22614565,22614960:22616479,22617414:22618162,22618982:22619852,22621388:22622121,22628388:22629266,22637076:22639827,22637080:22637341,22637327:22637600,22637670:22637997,22639297:22639890,22641849:22642916,22642867:22643281,22644513:22646145,22644528:22645411,22644531:22644949,22645997:22647117,22646002:22646171,22646205:22646443,22646698:22646788,22661873:22665258,22662915:22664933,22669904:22670984,22673667:22676628,22675370:22676772,22683207:22688588,22683212:22686162,22687088:22688619,22688510:22689684,22693036:22696665,22694884:22695639,22696404:22696740,22700429:22701201,22706229:22707688,22708744:22711910,22708746:22710401,22711987:22712300,22713822:22714459,22715863:22716644,22715866:22716570,22719541:22720728,22720551:22725022,22720556:22721550,22727679:22728835,22729016:22731562,22731513:22732985,22733591:2273549', 'assoc_mat': '22591583:pet_clair:3327:22592632,22593608:pet_clair:3327:22594926,22596779:pet_clair:3327:22607305,22599781:pet_clair:3327:22600787,22600763:pet_clair:3327:22601569,22602548:pet_clair:3327:22602958,22604279:pet_clair:3327:22605087,22609800:pet_clair:3327:22612831,22609829:pet_clair:3327:22610539,22613018:pet_clair:3327:22628995,22613022:pet_clair:3327:22614565,22614960:pet_clair:3327:22616479,22617414:pet_clair:3327:22618162,22618982:pet_clair:3327:22619852,22621388:pet_clair:3327:22622121,22628388:pet_clair:3327:22629266,22637076:pet_clair:3327:22639827,22637080:pet_clair:3327:22637341,22637327:pet_clair:3327:22637600,22637670:pet_clair:3327:22637997,22639297:pet_clair:3327:22639890,22641849:pet_clair:3327:22642916,22642867:pet_clair:3327:22643281,22644513:pet_clair:3327:22646145,22644528:pet_clair:3327:22645411,22644531:pet_clair:3327:22644949,22645997:pet_clair:3327:22647117,22646002:pet_clair:3327:22646171,22646205:pet_clair:3327:22646443,22646698:pet_clair:3327:22646788,22661873:pet_clair:3327:22665258,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.035680100743502134, 'nb_photo': 653, 'list_port_cont': '22928295,22949099,22950234,22953913,22961558,22968184,22968656,22975661,22976286,22977382,22977878,22984013,22985538,23004390,23007017,23013809,23016131,23018787,23019305,23019553,23025193,23053418,23072782,23074691,23076166,23079907,23080491,23083121', 'assoc_port': '22927536:22928295,22948162:22949099,22949538:22950234,22953035:22953913,22960477:22961558,22967479:22968656,22967499:22968184,22974925:22976286,22974926:22975661,22976914:22977878,22976916:22977382,22982646:22985538,22982647:22984013,23003831:23007017,23003838:23004390,23012451:23013809,23015442:23016131,23018462:23019553,23018464:23019305,23018467:23018787,23024250:23025193,23052716:23053418,23071983:23072782,23073358:23074691,23075515:23076166,23079427:23080491,23079435:23079907,23082841:23083121', 'assoc_mat': '22927536:pet_clair:3594:22928295,22948162:pet_clair:3594:22949099,22949538:pet_clair:3594:22950234,22953035:pet_clair:3594:22953913,22960477:pet_clair:3594:22961558,22967479:pet_clair:3594:22968656,22967499:pet_clair:3594:22968184,22974925:pet_clair:3594:22976286,22974926:pet_clair:3594:22975661,22976914:pet_clair:3594:22977878,22976916:pet_clair:3594:22977382,22982646:pet_clair:3594:22985538,22982647:pet_clair:3594:22984013,23003831:pet_clair:3594:23007017,23003838:pet_clair:3594:23004390,23012451:pet_clair:3594:23013809,23015442:pet_clair:3594:23016131,23018462:pet_clair:3594:23019553,23018464:pet_clair:3594:23019305,23018467:pet_clair:3594:23018787,23024250:pet_clair:3594:23025193,23052716:pet_clair:3594:23053418,23071983:pet_clair:3594:23072782,23073358:pet_clair:3594:23074691,23075515:pet_clair:3594:23076166,23079427:pet_clair:3594:23080491,23079435:pet_clair:3594:23079907,23082841:pet_clair:3594:23083121'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.001036520282057133, 'nb_photo': 2, 'list_port_cont': '22712802,22714737', 'assoc_port': '22712698:22712802,22714439:22714737', 'assoc_mat': '22712698:pet_fonce:4200:22712802,22714439:pet_fonce:4200:22714737'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0010941549696598426, 'nb_photo': 1, 'list_port_cont': '22832969', 'assoc_port': '22832671:22832969', 'assoc_mat': '22832671:pet_fonce:4209:22832969'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00018049032517251516, 'nb_photo': 5, 'list_port_cont': '22637896,22646137,22712886,22823526,22859613', 'assoc_port': '22637675:22637896,22645996:22646137,22712696:22712886,22823124:22823526,22859468:22859613', 'assoc_mat': '22637675:pet_fonce:4211:22637896,22645996:pet_fonce:4211:22646137,22712696:pet_fonce:4211:22712886,22823124:pet_fonce:4211:22823526,22859468:pet_fonce:4211:22859613'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0058085958660800355, 'nb_photo': 8, 'list_port_cont': '22592625,22688623,22840247,22840683,22861863,22888287,22901071,23055183', 'assoc_port': '22591583:22592625,22687088:22688623,22838934:22840247,22840148:22840683,22861705:22861863,22876410:22888287,22889833:22901071,23052752:23055183', 'assoc_mat': '22591583:pet_fonce:3327:22592625,22687088:pet_fonce:3327:22688623,22838934:pet_fonce:3327:22840247,22840148:pet_fonce:3327:22840683,22861705:pet_fonce:3327:22861863,22876410:pet_fonce:3327:22888287,22889833:pet_fonce:3327:22901071,23052752:pet_fonce:3327:23055183'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.002160460539286607, 'nb_photo': 68, 'list_port_cont': '22928298,22949102,22950233,22953912,22968187,22968654,22975662,22976290,22977384,22984020,22985541,23007027,23013810,23016129,23018782,23019298,23025195,23053421,23072785,23074696,23076160,23079903,23080485,23083114', 'assoc_port': '22927536:22928298,22948162:22949102,22949538:22950233,22953035:22953912,22967479:22968654,22967499:22968187,22974925:22976290,22974926:22975662,22976916:22977384,22982646:22985541,22982647:22984020,23003831:23007027,23012451:23013810,23015442:23016129,23018464:23019298,23018467:23018782,23024250:23025195,23052716:23053421,23071983:23072785,23073358:23074696,23075515:23076160,23079427:23080485,23079435:23079903,23082841:23083114', 'assoc_mat': '22927536:pet_fonce:3594:22928298,22948162:pet_fonce:3594:22949102,22949538:pet_fonce:3594:22950233,22953035:pet_fonce:3594:22953912,22967479:pet_fonce:3594:22968654,22967499:pet_fonce:3594:22968187,22974925:pet_fonce:3594:22976290,22974926:pet_fonce:3594:22975662,22976916:pet_fonce:3594:22977384,22982646:pet_fonce:3594:22985541,22982647:pet_fonce:3594:22984020,23003831:pet_fonce:3594:23007027,23012451:pet_fonce:3594:23013810,23015442:pet_fonce:3594:23016129,23018464:pet_fonce:3594:23019298,23018467:pet_fonce:3594:23018782,23024250:pet_fonce:3594:23025195,23052716:pet_fonce:3594:23053421,23071983:pet_fonce:3594:23072785,23073358:pet_fonce:3594:23074696,23075515:pet_fonce:3594:23076160,23079427:pet_fonce:3594:23080485,23079435:pet_fonce:3594:23079903,23082841:pet_fonce:3594:23083114'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0027360403498067755, 'nb_photo': 3, 'list_port_cont': '22645196,22737389,22925834', 'assoc_port': '22643641:22645196,22727668:22737389,22917826:22925834', 'assoc_mat': '22643641:pet_opaque:4205:22645196,22727668:pet_opaque:4205:22737389,22917826:pet_opaque:4205:22925834'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0002596019162645037, 'nb_photo': 6, 'list_port_cont': '22671021,22738377,22862345,23008510,23054140', 'assoc_port': '22668747:22671021,22727698:22738377,22858837:22862345,23002549:23008510,23010992:23054140', 'assoc_mat': '22668747:pet_opaque:4203:22671021,22727698:pet_opaque:4203:22738377,22858837:pet_opaque:4203:22862345,23002549:pet_opaque:4203:23008510,23010992:pet_opaque:4203:23054140'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002206347002112523, 'nb_photo': 6, 'list_port_cont': '22761338,22777160,22820508,22879883,22920393,23088883', 'assoc_port': '22760878:22761338,22773717:22777160,22820052:22820508,22879238:22879883,22920081:22920393,23052742:23088883', 'assoc_mat': '22760878:pet_opaque:4207:22761338,22773717:pet_opaque:4207:22777160,22820052:pet_opaque:4207:22820508,22879238:pet_opaque:4207:22879883,22920081:pet_opaque:4207:22920393,23052742:pet_opaque:4207:23088883'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.003741691719632369, 'nb_photo': 13, 'list_port_cont': '22600149,22615429,22684134,22696633,22721113,22724476,22766482,22771645,22782747,22824305,22862102,22891688,23053928', 'assoc_port': '22599782:22600149,22614959:22615429,22683217:22684134,22696409:22696633,22720549:22721113,22723677:22724476,22766335:22766482,22771175:22771645,22782355:22782747,22817782:22824305,22861969:22862102,22891520:22891688,23052751:23053928', 'assoc_mat': '22599782:pet_opaque:4461:22600149,22614959:pet_opaque:4461:22615429,22683217:pet_opaque:4461:22684134,22696409:pet_opaque:4461:22696633,22720549:pet_opaque:4461:22721113,22723677:pet_opaque:4461:22724476,22766335:pet_opaque:4461:22766482,22771175:pet_opaque:4461:22771645,22782355:pet_opaque:4461:22782747,22817782:pet_opaque:4461:22824305,22861969:pet_opaque:4461:22862102,22891520:pet_opaque:4461:22891688,23052751:pet_opaque:4461:23053928'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0023155330028927436, 'nb_photo': 190, 'list_port_cont': '22596181,22604135,22609335,22612200,22613228,22620997,22630379,22630474,22630497,22637380,22637391,22637527,22639216,22642108,22644424,22645467,22646062,22646701,22647336,22663885,22667663,22676952,22677099,22677199,22685644,22686628,22695626,22695677,22696550,22699552,22711342,22712180,22714736,22720788,22731751,22734343,22737345,22739666,22743320,22744945,22757466,22765903,22766589,22774563,22779825,22782652,22786747,22794085,22817103,22823595,22831477,22839176,22839670,22839831,22841180,22842017,22847474,22847931,22851387,22858926,22862204,22862715,22863012,22863143,22863361,22865057,22865840,22865853,22865886,22865899,22878073,22882454,22888920,22893420,22908158,22909454,22917401,22917418,22918150,22919985,22920513,22923737,22924774,22926528,22927447,22936103,22967677,22976800,22977786,22980873,22986968,22987276,22987724,22997863,23066141,23090661,23091835,23093510', 'assoc_port': '22594877:22596181,22600724:22604135,22602545:22612200,22604276:22609335,22610907:22620997,22613021:22613228,22617412:22630474,22618985:22630497,22624048:22630379,22637077:22637391,22637083:22637527,22637332:22637380,22638529:22639216,22641850:22642108,22642868:22644424,22644529:22646701,22645330:22645467,22646001:22646062,22647191:22647336,22662912:22663885,22666514:22667663,22675367:22676952,22675368:22677099,22675371:22677199,22675372:22685644,22681463:22686628,22687091:22695626,22694868:22696550,22694885:22695677,22696946:22699552,22708747:22711342,22711988:22712180,22714439:22714736,22720546:22720788,22723659:22734343,22727658:22737345,22731555:22739666,22731557:22731751,22733592:22744945,22743063:22743320,22755522:22757466,22763326:22765903,22766326:22766589,22771176:22774563,22775280:22779825,22777728:22782652,22781200:22786747,22793931:22794085,22816846:22817103,22820053:22831477,22823153:22823595,22828630:22839670,22828631:22839831,22831633:22841180,22835474:22847931,22838962:22839176,22841695:2284201', 'assoc_mat': '22594877:pet_opaque:4200:22596181,22600724:pet_opaque:4200:22604135,22602545:pet_opaque:4200:22612200,22604276:pet_opaque:4200:22609335,22610907:pet_opaque:4200:22620997,22613021:pet_opaque:4200:22613228,22617412:pet_opaque:4200:22630474,22618985:pet_opaque:4200:22630497,22624048:pet_opaque:4200:22630379,22637077:pet_opaque:4200:22637391,22637083:pet_opaque:4200:22637527,22637332:pet_opaque:4200:22637380,22638529:pet_opaque:4200:22639216,22641850:pet_opaque:4200:22642108,22642868:pet_opaque:4200:22644424,22644529:pet_opaque:4200:22646701,22645330:pet_opaque:4200:22645467,22646001:pet_opaque:4200:22646062,22647191:pet_opaque:4200:22647336,22662912:pet_opaque:4200:22663885,22666514:pet_opaque:4200:22667663,22675367:pet_opaque:4200:22676952,22675368:pet_opaque:4200:22677099,22675371:pet_opaque:4200:22677199,22675372:pet_opaque:4200:22685644,22681463:pet_opaque:4200:22686628,22687091:pet_opaque:4200:22695626,22694868:pet_opaque:4200:22696550,22694885:pet_opaque:4200:22695677,22696946:pet_opaque:4200:22699552,2270'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0017190951069957854, 'nb_photo': 12, 'list_port_cont': '22645471,22663838,22683914,22781952,22792001,22823273,22831915,22832961,22863825,22880371', 'assoc_port': '22645329:22645471,22662913:22663838,22672699:22683914,22781197:22781952,22782354:22792001,22823127:22823273,22831634:22831915,22832671:22832961,22863667:22863825,22880119:22880371', 'assoc_mat': '22645329:pet_opaque:4209:22645471,22662913:pet_opaque:4209:22663838,22672699:pet_opaque:4209:22683914,22781197:pet_opaque:4209:22781952,22782354:pet_opaque:4209:22792001,22823127:pet_opaque:4209:22823273,22831634:pet_opaque:4209:22831915,22832671:pet_opaque:4209:22832961,22863667:pet_opaque:4209:22863825,22880119:pet_opaque:4209:22880371'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0003049131306941638, 'nb_photo': 137, 'list_port_cont': '22596104,22597256,22600167,22602881,22604696,22613606,22617921,22619611,22637225,22637544,22637886,22639730,22643266,22643857,22646128,22646319,22664726,22677111,22687538,22687860,22695469,22706890,22714705,22714757,22716157,22719975,22721100,22748167,22754155,22754209,22758669,22761619,22763732,22771936,22778221,22786473,22818591,22820552,22824450,22829502,22832259,22833293,22843015,22856851,22856882,22858762,22859604,22860801,22863062,22864498,22865030,22876864,22880517,22881977,22882507,22885515,22887670,22892050,22895878,22911750,22914570,22915519,22915989,22918135,22922775,22925340,22930347,22931811,22936371,22952125,22959701,22960974,22962819,22964781,22975382,22980132,22980601,22981056,23001292,23003159,23003353,23011089,23054234,23054293,23057124,23059565,23062867,23068271', 'assoc_port': '22594878:22596104,22596778:22597256,22599779:22600167,22602546:22602881,22604285:22604696,22613020:22613606,22617413:22617921,22618986:22619611,22637075:22637225,22637329:22637544,22637675:22637886,22639300:22639730,22642866:22643266,22643643:22643857,22645996:22646128,22646207:22646319,22662916:22664726,22676626:22677111,22687084:22687860,22687089:22687538,22694855:22695469,22706232:22706890,22714438:22714705,22714442:22714757,22715865:22716157,22719540:22719975,22720552:22721100,22740292:22748167,22753643:22754209,22753646:22754155,22755526:22763732,22757922:22758669,22760879:22761619,22771177:22771936,22777727:22778221,22785892:22786473,22817778:22818591,22817779:22824450,22820050:22820552,22828632:22829502,22831636:22832259,22832669:22833293,22835899:22843015,22856657:22856882,22856664:22856851,22858657:22858762,22859468:22859604,22860492:22860801,22862457:22864498,22862860:22863062,22862866:22865030,22876403:22876864,22876408:22881977,22880137:22880517,22882317:22882507,22885097:22885515,22886789:2288767', 'assoc_mat': '22594878:pet_opaque:4211:22596104,22596778:pet_opaque:4211:22597256,22599779:pet_opaque:4211:22600167,22602546:pet_opaque:4211:22602881,22604285:pet_opaque:4211:22604696,22613020:pet_opaque:4211:22613606,22617413:pet_opaque:4211:22617921,22618986:pet_opaque:4211:22619611,22637075:pet_opaque:4211:22637225,22637329:pet_opaque:4211:22637544,22637675:pet_opaque:4211:22637886,22639300:pet_opaque:4211:22639730,22642866:pet_opaque:4211:22643266,22643643:pet_opaque:4211:22643857,22645996:pet_opaque:4211:22646128,22646207:pet_opaque:4211:22646319,22662916:pet_opaque:4211:22664726,22676626:pet_opaque:4211:22677111,22687084:pet_opaque:4211:22687860,22687089:pet_opaque:4211:22687538,22694855:pet_opaque:4211:22695469,22706232:pet_opaque:4211:22706890,22714438:pet_opaque:4211:22714705,22714442:pet_opaque:4211:22714757,22715865:pet_opaque:4211:22716157,22719540:pet_opaque:4211:22719975,22720552:pet_opaque:4211:22721100,22740292:pet_opaque:4211:22748167,22753643:pet_opaque:4211:22754209,22753646:pet_opaque:4211:22754155,2275'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004939924169599413, 'nb_photo': 250, 'list_port_cont': '22602574,22610320,22620640,22637220,22637514,22641130,22644522,22645049,22646294,22675048,22689616,22696692,22700014,22700069,22700078,22743265,22746297,22754115,22765977,22779188,22782016,22791536,22818986,22823339,22823651,22828786,22836459,22840286,22842773,22856812,22856827,22858867,22860603,22862077,22863291,22915445,22936136,22988154,23014330,23017974,23022457,23022664,23023062,23025787,23032417,23032622,23034509,23037270,23038163,23038682,23040874,23043742,23053162,23053485,23061053,23074396,23075852,23088257,23089426,23091952,23091991,23093967,23094107,23094968', 'assoc_port': '22602547:22602574,22609803:22610320,22617409:22620640,22637078:22637220,22637330:22637514,22640871:22641130,22642865:22644522,22644526:22645049,22646208:22646294,22668749:22675048,22681466:22700069,22681469:22700078,22683209:22700014,22688512:22689616,22696408:22696692,22723675:22746297,22743072:22743265,22753644:22754115,22765037:22765977,22773715:22791536,22777704:22779188,22781198:22782016,22817780:22818986,22823123:22823651,22823128:22823339,22828659:22842773,22828661:22828786,22835900:22836459,22840149:22840286,22856656:22856827,22856659:22856812,22858842:22858867,22860493:22860603,22861967:22862077,22863286:22863291,22873139:23014330,22876411:23061053,22880134:23017974,22886792:23075852,22891519:23022457,22893518:23022664,22893523:23023062,22894328:23025787,22915439:22915445,22916870:23032417,22920083:23032622,22935792:22936136,22948165:23034509,22955733:23037270,22958945:23038163,22967472:23038682,22974921:23040874,22979633:22988154,23003826:23043742,23010986:23053162,23010995:23053485,23012442:2308942', 'assoc_mat': '22602547:plastique:3726:22602574,22609803:plastique:3726:22610320,22617409:plastique:3726:22620640,22637078:plastique:3726:22637220,22637330:plastique:3726:22637514,22640871:plastique:3726:22641130,22642865:plastique:3726:22644522,22644526:plastique:3726:22645049,22646208:plastique:3726:22646294,22668749:plastique:3726:22675048,22681466:plastique:3726:22700069,22681469:plastique:3726:22700078,22683209:plastique:3726:22700014,22688512:plastique:3726:22689616,22696408:plastique:3726:22696692,22723675:plastique:3726:22746297,22743072:plastique:3726:22743265,22753644:plastique:3726:22754115,22765037:plastique:3726:22765977,22773715:plastique:3726:22791536,22777704:plastique:3726:22779188,22781198:plastique:3726:22782016,22817780:plastique:3726:22818986,22823123:plastique:3726:22823651,22823128:plastique:3726:22823339,22828659:plastique:3726:22842773,22828661:plastique:3726:22828786,22835900:plastique:3726:22836459,22840149:plastique:3726:22840286,22856656:plastique:3726:22856827,22856659:plastique:3726:22856812,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010270701132578013, 'nb_photo': 853, 'list_port_cont': '22602585,22610325,22620633,22637213,22637517,22641132,22644525,22645044,22646287,22675053,22687476,22689622,22696683,22700023,22700070,22700077,22743268,22746286,22754123,22765976,22778655,22779181,22782018,22791537,22817950,22818988,22823335,22823655,22828781,22836455,22840291,22842778,22856815,22856830,22858865,22860612,22862079,22863297,22915452,22936135,22988155,23014328,23017971,23022466,23022670,23023067,23025784,23032410,23032625,23032713,23034503,23037272,23038168,23038671,23040863,23043745,23053161,23053484,23074390,23075855,23088263,23089425,23091949,23091990,23093965,23094108,23094972', 'assoc_port': '22602547:22602585,22609803:22610325,22617409:22620633,22637078:22637213,22637330:22637517,22640871:22641132,22642865:22644525,22644526:22645044,22646208:22646287,22668749:22675053,22681466:22700070,22681469:22700077,22683209:22700023,22687083:22687476,22688512:22689622,22696408:22696683,22723675:22746286,22743072:22743268,22753644:22754123,22765037:22765976,22773715:22791537,22777704:22779181,22777726:22778655,22781198:22782018,22813689:22817950,22817780:22818988,22823123:22823655,22823128:22823335,22828659:22842778,22828661:22828781,22835900:22836455,22840149:22840291,22856656:22856830,22856659:22856815,22858842:22858865,22860493:22860612,22861967:22862079,22863286:22863297,22873139:23014328,22880134:23017971,22886792:23075855,22891519:23022466,22893518:23022670,22893523:23023067,22894328:23025784,22915439:22915452,22916870:23032410,22920083:23032625,22920087:23032713,22935792:22936135,22948165:23034503,22955733:23037272,22958945:23038168,22967472:23038671,22974921:23040863,22979633:22988155,23003826:2304374', 'assoc_mat': '22602547:Teint_Dans_La_Masse:3726:22602585,22609803:Teint_Dans_La_Masse:3726:22610325,22617409:Teint_Dans_La_Masse:3726:22620633,22637078:Teint_Dans_La_Masse:3726:22637213,22637330:Teint_Dans_La_Masse:3726:22637517,22640871:Teint_Dans_La_Masse:3726:22641132,22642865:Teint_Dans_La_Masse:3726:22644525,22644526:Teint_Dans_La_Masse:3726:22645044,22646208:Teint_Dans_La_Masse:3726:22646287,22668749:Teint_Dans_La_Masse:3726:22675053,22681466:Teint_Dans_La_Masse:3726:22700070,22681469:Teint_Dans_La_Masse:3726:22700077,22683209:Teint_Dans_La_Masse:3726:22700023,22687083:Teint_Dans_La_Masse:3726:22687476,22688512:Teint_Dans_La_Masse:3726:22689622,22696408:Teint_Dans_La_Masse:3726:22696683,22723675:Teint_Dans_La_Masse:3726:22746286,22743072:Teint_Dans_La_Masse:3726:22743268,22753644:Teint_Dans_La_Masse:3726:22754123,22765037:Teint_Dans_La_Masse:3726:22765976,22773715:Teint_Dans_La_Masse:3726:22791537,22777704:Teint_Dans_La_Masse:3726:22779181,22777726:Teint_Dans_La_Masse:3726:22778655,22781198:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 24202}}, 'hostname': (('jetson-6',),), 'impurety_average_per_hashtag': [(('aluminium', '2025-05', 0.06627578653304107),), (('pet_clair', '2025-05', 0.017839535059113957),), (('film_pedb', '2025-05', 0.23996130839404783),), (('emr', '2025-05', 0.04990283632705386),), (('pehd_pp', '2025-05', 0.06223851624356314),), (('gm', '2025-05', 0.07534255415165186),), (('flux_dev', '2025-05', 0.34550910596981455),), (('ela', '2025-05', 0.030741661980405063),), (('jrm', '2025-05', 0.03318190158693499),), (('refus', '2025-05', 0.14405878138744907),)]} filepath : /data_2/data_log/job/memo/angers_montee_convoyeur/sla_mensuel_angers_montee_convoyeur_mois_05_annee_2025.pdf Before plot_photos_and_unwanted_material_summary # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! None was removed should we ? donnée sous forme de texte was removed should we ? [ptf_id0,ptf_id1...] was removed should we ? Before organize_and_plot_unwanted_material_stats {'pet_clair': {'autre': ['autre', '0.42%', 426], 'barquette_avec_film': ['barquette_avec_film', '1.13%', 42], 'bouchon': ['bouchon', '0.04%', 89], 'carton': ['carton', '0.98%', 184], 'etiquette': ['etiquette', '0.04%', 10], 'metal': ['metal', '0.24%', 4], 'papier': ['papier', '1.47%', 468], 'pehd': ['pehd', '0.91%', 15], 'pet_clair': ['pet_clair', '98.18%', 63445], 'pet_fonce': ['pet_fonce', '0.58%', 8]}, 'refus': {'autre': ['autre', '0.18%', 83], 'carton': ['carton', '0.96%', 636], 'metal': ['metal', '0.09%', 84], 'papier': ['papier', '11.1%', 5181], 'pehd': ['pehd', '0.04%', 8], 'pet_clair': ['pet_clair', '3.57%', 653], 'pet_fonce': ['pet_fonce', '0.22%', 68]}, 'jrm': {'autre_refus': ['autre_refus', '1.11%', 349], 'cartonnette': ['cartonnette', '0.26%', 54], 'Carton_brun': ['Carton_brun', '0.74%', 186], 'Carton_gris': ['Carton_gris', '0.55%', 117], 'kraft': ['kraft', '0.13%', 7], 'plastique': ['plastique', '0.49%', 250], 'Teint_Dans_La_Masse': ['Teint_Dans_La_Masse', '1.03%', 853]}, 'aluminium': {'barquette_opaque': ['barquette_opaque', '0.15%', 18], 'carton': ['carton', '1.6%', 370], 'ela': ['ela', '0.49%', 99], 'film_plastique': ['film_plastique', '1.82%', 441], 'metal': ['metal', '93.45%', 45], 'papier': ['papier', '2.57%', 1891], 'pehd': ['pehd', '0.71%', 120], 'pet_clair': ['pet_clair', '0.49%', 17], 'pet_opaque': ['pet_opaque', '0.27%', 3]}, 'ela': {'barquette_opaque': ['barquette_opaque', '0.12%', 165], 'carton': ['carton', '0.83%', 653], 'ela': ['ela', '96.81%', 193], 'etiquette': ['etiquette', '0.02%', 51], 'film_plastique': ['film_plastique', '0.39%', 409], 'metal': ['metal', '0.55%', 461], 'papier': ['papier', '1.15%', 2785], 'pehd': ['pehd', '0.33%', 291], 'pet_clair': ['pet_clair', '0.06%', 12], 'pet_opaque': ['pet_opaque', '0.03%', 6]}, 'emr': {'barquette_opaque': ['barquette_opaque', '0.16%', 48], 'carton': ['carton', '95.02%', 3504], 'ela': ['ela', '0.14%', 120], 'etiquette': ['etiquette', '0.04%', 12], 'film_plastique': ['film_plastique', '0.3%', 1106], 'kraft': ['kraft', '0.3%', 1], 'metal': ['metal', '0.73%', 322], 'papier': ['papier', '3.89%', 11760], 'pehd': ['pehd', '0.4%', 295], 'pet_clair': ['pet_clair', '0.21%', 18], 'pet_opaque': ['pet_opaque', '0.22%', 6]}, 'film_pedb': {'barquette_opaque': ['barquette_opaque', '1.32%', 10], 'carton': ['carton', '1.75%', 2634], 'ela': ['ela', '0.92%', 5], 'film_plastique': ['film_plastique', '75.04%', 3390], 'metal': ['metal', '0.96%', 22], 'papier': ['papier', '23.12%', 29292], 'pehd': ['pehd', '0.66%', 25], 'pet_clair': ['pet_clair', '0.32%', 2], 'pet_opaque': ['pet_opaque', '0.37%', 13]}, 'flux_dev': {'barquette_opaque': ['barquette_opaque', '4.59%', 460], 'carton': ['carton', '2.83%', 2357], 'ela': ['ela', '0.07%', 45], 'etiquette': ['etiquette', '0.01%', 7], 'film_plastique': ['film_plastique', '1.67%', 2250], 'metal': ['metal', '24.95%', 1598], 'papier': ['papier', '1.43%', 2734], 'pehd': ['pehd', '0.8%', 901], 'pet_clair': ['pet_clair', '4.36%', 210], 'pet_fonce': ['pet_fonce', '0.1%', 2], 'pet_opaque': ['pet_opaque', '0.23%', 190]}, 'gm': {'barquette_opaque': ['barquette_opaque', '0.33%', 68], 'carton': ['carton', '3.73%', 1775], 'ela': ['ela', '0.46%', 306], 'etiquette': ['etiquette', '0.11%', 53], 'film_plastique': ['film_plastique', '3.89%', 372], 'metal': ['metal', '1.31%', 164], 'papier': ['papier', '93.55%', 39799], 'pehd': ['pehd', '1.84%', 538], 'pet_clair': ['pet_clair', '0.67%', 13], 'pet_fonce': ['pet_fonce', '0.11%', 1], 'pet_opaque': ['pet_opaque', '0.17%', 12]}, 'pehd_pp': {'barquette_opaque': ['barquette_opaque', '1.79%', 4890], 'carton': ['carton', '1.27%', 12938], 'ela': ['ela', '0.08%', 1089], 'etiquette': ['etiquette', '0.01%', 83], 'film_plastique': ['film_plastique', '0.4%', 7823], 'metal': ['metal', '1.55%', 2302], 'papier': ['papier', '1.19%', 18679], 'pehd': ['pehd', '23.26%', 14304], 'pet_clair': ['pet_clair', '0.09%', 141], 'pet_fonce': ['pet_fonce', '0.02%', 5], 'pet_opaque': ['pet_opaque', '0.03%', 137]}} before plot_matierial_repartition before organize_and_plot_coverage_data before organize_and_plot_impurety_average_data before organize_and_plot_quality_photo_data finish generating filepath : /data_2/data_log/job/memo/angers_montee_convoyeur/sla_mensuel_angers_montee_convoyeur_mois_05_annee_2025.pdf le fichier se trouve ici : /data_2/data_log/job/memo/angers_montee_convoyeur 5.49user 5.28system 0:14.47elapsed 74%CPU (0avgtext+0avgdata 198000maxresident)k 105272inputs+2368outputs (556major+90935minor)pagefaults 0swaps