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-04 _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 : (1, 30) VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4925 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=4925 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= 4925 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=4925 # 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 14021 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 14029 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14028 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 14025 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 14025 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 14027 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 14027 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 14022 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14022 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 14032 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 14032 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 14024 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 14023 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 14023 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 14031 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 14024 doesn't seem to be define in the database( WARNING : type of input 3 of step 14023 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 14021 doesn't seem to be define in the database( WARNING : type of input 2 of step 14025 doesn't seem to be define in the database( WARNING : output 1 of step 14021 have datatype=2 whereas input 1 of step 14027 have datatype=7 WARNING : type of output 2 of step 14027 doesn't seem to be define in the database( WARNING : type of input 1 of step 14022 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 14024 have datatype=10 whereas input 3 of step 14030 have datatype=6 WARNING : type of input 2 of step 14032 doesn't seem to be define in the database( WARNING : output 1 of step 14022 have datatype=7 whereas input 2 of step 14032 have datatype=None WARNING : type of output 3 of step 14032 doesn't seem to be define in the database( WARNING : type of input 1 of step 14024 doesn't seem to be define in the database( WARNING : output 0 of step 14024 have datatype=10 whereas input 0 of step 14033 have datatype=18 WARNING : type of input 5 of step 14030 doesn't seem to be define in the database( WARNING : output 0 of step 14033 have datatype=11 whereas input 5 of step 14030 have datatype=None WARNING : type of output 1 of step 14029 doesn't seem to be define in the database( WARNING : type of input 3 of step 14025 doesn't seem to be define in the database( WARNING : type of output 1 of step 14028 doesn't seem to be define in the database( WARNING : type of input 3 of step 14025 doesn't seem to be define in the database( WARNING : output 0 of step 14027 have datatype=1 whereas input 0 of step 14022 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,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,etiquette,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=4926 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=4926 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= 4926 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=4926 # 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 14034 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 14041 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14042 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 14038 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 14038 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 14040 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 14040 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 14035 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14035 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 14045 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 14045 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 14037 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 14036 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 14036 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 14044 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 14037 doesn't seem to be define in the database( WARNING : type of input 3 of step 14036 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 14034 doesn't seem to be define in the database( WARNING : type of input 2 of step 14038 doesn't seem to be define in the database( WARNING : output 1 of step 14034 have datatype=2 whereas input 1 of step 14040 have datatype=7 WARNING : type of output 2 of step 14040 doesn't seem to be define in the database( WARNING : type of input 1 of step 14035 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 14037 have datatype=10 whereas input 3 of step 14043 have datatype=6 WARNING : type of input 2 of step 14045 doesn't seem to be define in the database( WARNING : output 1 of step 14035 have datatype=7 whereas input 2 of step 14045 have datatype=None WARNING : type of output 3 of step 14045 doesn't seem to be define in the database( WARNING : type of input 1 of step 14037 doesn't seem to be define in the database( WARNING : output 0 of step 14037 have datatype=10 whereas input 0 of step 14046 have datatype=18 WARNING : type of input 5 of step 14043 doesn't seem to be define in the database( WARNING : output 0 of step 14046 have datatype=11 whereas input 5 of step 14043 have datatype=None WARNING : type of output 1 of step 14041 doesn't seem to be define in the database( WARNING : type of input 3 of step 14038 doesn't seem to be define in the database( WARNING : type of output 1 of step 14042 doesn't seem to be define in the database( WARNING : type of input 3 of step 14038 doesn't seem to be define in the database( WARNING : output 0 of step 14040 have datatype=1 whereas input 0 of step 14035 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,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,etiquette,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=4925 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=4925 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= 4925 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=4925 # 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 14021 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 14029 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14028 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 14025 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 14025 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 14027 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 14027 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 14022 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14022 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 14032 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 14032 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 14024 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 14023 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 14023 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 14031 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 14024 doesn't seem to be define in the database( WARNING : type of input 3 of step 14023 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 14021 doesn't seem to be define in the database( WARNING : type of input 2 of step 14025 doesn't seem to be define in the database( WARNING : output 1 of step 14021 have datatype=2 whereas input 1 of step 14027 have datatype=7 WARNING : type of output 2 of step 14027 doesn't seem to be define in the database( WARNING : type of input 1 of step 14022 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 14024 have datatype=10 whereas input 3 of step 14030 have datatype=6 WARNING : type of input 2 of step 14032 doesn't seem to be define in the database( WARNING : output 1 of step 14022 have datatype=7 whereas input 2 of step 14032 have datatype=None WARNING : type of output 3 of step 14032 doesn't seem to be define in the database( WARNING : type of input 1 of step 14024 doesn't seem to be define in the database( WARNING : output 0 of step 14024 have datatype=10 whereas input 0 of step 14033 have datatype=18 WARNING : type of input 5 of step 14030 doesn't seem to be define in the database( WARNING : output 0 of step 14033 have datatype=11 whereas input 5 of step 14030 have datatype=None WARNING : type of output 1 of step 14029 doesn't seem to be define in the database( WARNING : type of input 3 of step 14025 doesn't seem to be define in the database( WARNING : type of output 1 of step 14028 doesn't seem to be define in the database( WARNING : type of input 3 of step 14025 doesn't seem to be define in the database( WARNING : output 0 of step 14027 have datatype=1 whereas input 0 of step 14022 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,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,etiquette,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=4926 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=4926 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= 4926 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=4926 # 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 14034 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 14041 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14042 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 14038 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 14038 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 14040 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 14040 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 14035 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14035 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 14045 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 14045 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 14037 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 14036 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 14036 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 14044 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 14037 doesn't seem to be define in the database( WARNING : type of input 3 of step 14036 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 14034 doesn't seem to be define in the database( WARNING : type of input 2 of step 14038 doesn't seem to be define in the database( WARNING : output 1 of step 14034 have datatype=2 whereas input 1 of step 14040 have datatype=7 WARNING : type of output 2 of step 14040 doesn't seem to be define in the database( WARNING : type of input 1 of step 14035 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 14037 have datatype=10 whereas input 3 of step 14043 have datatype=6 WARNING : type of input 2 of step 14045 doesn't seem to be define in the database( WARNING : output 1 of step 14035 have datatype=7 whereas input 2 of step 14045 have datatype=None WARNING : type of output 3 of step 14045 doesn't seem to be define in the database( WARNING : type of input 1 of step 14037 doesn't seem to be define in the database( WARNING : output 0 of step 14037 have datatype=10 whereas input 0 of step 14046 have datatype=18 WARNING : type of input 5 of step 14043 doesn't seem to be define in the database( WARNING : output 0 of step 14046 have datatype=11 whereas input 5 of step 14043 have datatype=None WARNING : type of output 1 of step 14041 doesn't seem to be define in the database( WARNING : type of input 3 of step 14038 doesn't seem to be define in the database( WARNING : type of output 1 of step 14042 doesn't seem to be define in the database( WARNING : type of input 3 of step 14038 doesn't seem to be define in the database( WARNING : output 0 of step 14040 have datatype=1 whereas input 0 of step 14035 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,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,etiquette,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 : (1, 30) VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4925 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=4925 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= 4925 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=4925 # 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 14021 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 14029 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14028 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 14025 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 14025 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 14027 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 14027 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 14022 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14022 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 14032 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 14032 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 14024 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 14023 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 14023 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 14031 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 14024 doesn't seem to be define in the database( WARNING : type of input 3 of step 14023 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 14021 doesn't seem to be define in the database( WARNING : type of input 2 of step 14025 doesn't seem to be define in the database( WARNING : output 1 of step 14021 have datatype=2 whereas input 1 of step 14027 have datatype=7 WARNING : type of output 2 of step 14027 doesn't seem to be define in the database( WARNING : type of input 1 of step 14022 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 14024 have datatype=10 whereas input 3 of step 14030 have datatype=6 WARNING : type of input 2 of step 14032 doesn't seem to be define in the database( WARNING : output 1 of step 14022 have datatype=7 whereas input 2 of step 14032 have datatype=None WARNING : type of output 3 of step 14032 doesn't seem to be define in the database( WARNING : type of input 1 of step 14024 doesn't seem to be define in the database( WARNING : output 0 of step 14024 have datatype=10 whereas input 0 of step 14033 have datatype=18 WARNING : type of input 5 of step 14030 doesn't seem to be define in the database( WARNING : output 0 of step 14033 have datatype=11 whereas input 5 of step 14030 have datatype=None WARNING : type of output 1 of step 14029 doesn't seem to be define in the database( WARNING : type of input 3 of step 14025 doesn't seem to be define in the database( WARNING : type of output 1 of step 14028 doesn't seem to be define in the database( WARNING : type of input 3 of step 14025 doesn't seem to be define in the database( WARNING : output 0 of step 14027 have datatype=1 whereas input 0 of step 14022 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,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,etiquette,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=4926 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=4926 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= 4926 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=4926 # 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 14034 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 14041 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14042 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 14038 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 14038 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 14040 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 14040 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 14035 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14035 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 14045 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 14045 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 14037 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 14036 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 14036 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 14044 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 14037 doesn't seem to be define in the database( WARNING : type of input 3 of step 14036 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 14034 doesn't seem to be define in the database( WARNING : type of input 2 of step 14038 doesn't seem to be define in the database( WARNING : output 1 of step 14034 have datatype=2 whereas input 1 of step 14040 have datatype=7 WARNING : type of output 2 of step 14040 doesn't seem to be define in the database( WARNING : type of input 1 of step 14035 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 14037 have datatype=10 whereas input 3 of step 14043 have datatype=6 WARNING : type of input 2 of step 14045 doesn't seem to be define in the database( WARNING : output 1 of step 14035 have datatype=7 whereas input 2 of step 14045 have datatype=None WARNING : type of output 3 of step 14045 doesn't seem to be define in the database( WARNING : type of input 1 of step 14037 doesn't seem to be define in the database( WARNING : output 0 of step 14037 have datatype=10 whereas input 0 of step 14046 have datatype=18 WARNING : type of input 5 of step 14043 doesn't seem to be define in the database( WARNING : output 0 of step 14046 have datatype=11 whereas input 5 of step 14043 have datatype=None WARNING : type of output 1 of step 14041 doesn't seem to be define in the database( WARNING : type of input 3 of step 14038 doesn't seem to be define in the database( WARNING : type of output 1 of step 14042 doesn't seem to be define in the database( WARNING : type of input 3 of step 14038 doesn't seem to be define in the database( WARNING : output 0 of step 14040 have datatype=1 whereas input 0 of step 14035 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,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,etiquette,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=4925 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=4925 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= 4925 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=4925 # 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 14021 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 14029 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14028 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 14025 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 14025 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 14027 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 14027 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 14022 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14022 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 14032 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 14032 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 14024 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 14023 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 14023 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 14031 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 14024 doesn't seem to be define in the database( WARNING : type of input 3 of step 14023 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 14021 doesn't seem to be define in the database( WARNING : type of input 2 of step 14025 doesn't seem to be define in the database( WARNING : output 1 of step 14021 have datatype=2 whereas input 1 of step 14027 have datatype=7 WARNING : type of output 2 of step 14027 doesn't seem to be define in the database( WARNING : type of input 1 of step 14022 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 14024 have datatype=10 whereas input 3 of step 14030 have datatype=6 WARNING : type of input 2 of step 14032 doesn't seem to be define in the database( WARNING : output 1 of step 14022 have datatype=7 whereas input 2 of step 14032 have datatype=None WARNING : type of output 3 of step 14032 doesn't seem to be define in the database( WARNING : type of input 1 of step 14024 doesn't seem to be define in the database( WARNING : output 0 of step 14024 have datatype=10 whereas input 0 of step 14033 have datatype=18 WARNING : type of input 5 of step 14030 doesn't seem to be define in the database( WARNING : output 0 of step 14033 have datatype=11 whereas input 5 of step 14030 have datatype=None WARNING : type of output 1 of step 14029 doesn't seem to be define in the database( WARNING : type of input 3 of step 14025 doesn't seem to be define in the database( WARNING : type of output 1 of step 14028 doesn't seem to be define in the database( WARNING : type of input 3 of step 14025 doesn't seem to be define in the database( WARNING : output 0 of step 14027 have datatype=1 whereas input 0 of step 14022 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,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,etiquette,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=4926 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=4926 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= 4926 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=4926 # 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 14034 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 14041 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14042 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 14038 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 14038 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 14040 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 14040 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 14035 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14035 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 14045 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 14045 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 14037 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 14036 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 14036 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 14044 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 14037 doesn't seem to be define in the database( WARNING : type of input 3 of step 14036 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 14034 doesn't seem to be define in the database( WARNING : type of input 2 of step 14038 doesn't seem to be define in the database( WARNING : output 1 of step 14034 have datatype=2 whereas input 1 of step 14040 have datatype=7 WARNING : type of output 2 of step 14040 doesn't seem to be define in the database( WARNING : type of input 1 of step 14035 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 14037 have datatype=10 whereas input 3 of step 14043 have datatype=6 WARNING : type of input 2 of step 14045 doesn't seem to be define in the database( WARNING : output 1 of step 14035 have datatype=7 whereas input 2 of step 14045 have datatype=None WARNING : type of output 3 of step 14045 doesn't seem to be define in the database( WARNING : type of input 1 of step 14037 doesn't seem to be define in the database( WARNING : output 0 of step 14037 have datatype=10 whereas input 0 of step 14046 have datatype=18 WARNING : type of input 5 of step 14043 doesn't seem to be define in the database( WARNING : output 0 of step 14046 have datatype=11 whereas input 5 of step 14043 have datatype=None WARNING : type of output 1 of step 14041 doesn't seem to be define in the database( WARNING : type of input 3 of step 14038 doesn't seem to be define in the database( WARNING : type of output 1 of step 14042 doesn't seem to be define in the database( WARNING : type of input 3 of step 14038 doesn't seem to be define in the database( WARNING : output 0 of step 14040 have datatype=1 whereas input 0 of step 14035 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,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,etiquette,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 : 04 mtr_id : 1017 dashboard_places : angers_montee_convoyeur date : 2025-04 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-04%') and created_at like '%2025-04%'))); nb_day : (1, 30) after unwanted_material_data nb_day : (1, 30) SQL: SELECT ms.id, ms.name, mst.name as type, ms.test_group, ms.test_name, ms.server, ms.version_code, ms.result_str, ms.result_bool, ms.result_float, ms.lien, ms.created_at FROM MTRAdmin.monitor_sys ms INNER JOIN MTRAdmin.monitor_sys_type mst on mst.id = ms.type WHERE ms.test_name like '%30006%' AND ms.result_str like '%2025/04%'ORDER BY ms.id desc LIMIT 0, 1000000; No error ? {'log_dict': {'total_nb_images': 8617, 'max_time_between_images': '0 days 173 seconds', 'coverage_pause': '0 days 84195 seconds', 'coverage_times_pause': '0 days 86196 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': 4, 'end_of_day_photos_duplicated': 771, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7836, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2387, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2387, 'last_update': '2025/05/01', 'portfolio_id': 22524964, 'last_run_id': 1769950, 'total_number_of_photos': 7846}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83508 seconds', 'coverage_times_pause': '0 days 86116 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_dark': 87, 'end_of_day_photos_duplicated': 1041, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7471, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 113, 'nb_images_finished': 2372, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2372, 'last_update': '2025/05/01', 'portfolio_id': 22476943, 'last_run_id': 1770245, 'total_number_of_photos': 7482}} No error ? {'log_dict': {'total_nb_images': 6461, 'max_time_between_images': '0 days 185 seconds', 'coverage_pause': '0 days 62523 seconds', 'coverage_times_pause': '0 days 64639 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': 678, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 5775, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 104, 'nb_images_finished': 2026, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2026, 'last_update': '2025/05/01', 'portfolio_id': 22447567, 'last_run_id': 1770276, 'total_number_of_photos': 5788}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8617, 'max_time_between_images': '0 days 173 seconds', 'coverage_pause': '0 days 84195 seconds', 'coverage_times_pause': '0 days 86196 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': 4, 'end_of_day_photos_duplicated': 771, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7836, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2387, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2387, 'last_update': '2025/05/01', 'portfolio_id': 22524964, 'last_run_id': 1769950, 'total_number_of_photos': 7846}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83508 seconds', 'coverage_times_pause': '0 days 86116 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_dark': 87, 'end_of_day_photos_duplicated': 1041, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7471, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 113, 'nb_images_finished': 2372, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2372, 'last_update': '2025/05/01', 'portfolio_id': 22476943, 'last_run_id': 1770245, 'total_number_of_photos': 7482}} 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 83703 seconds', 'coverage_times_pause': '0 days 86179 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': 3497, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5117, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 8617, 'max_time_between_images': '0 days 173 seconds', 'coverage_pause': '0 days 84195 seconds', 'coverage_times_pause': '0 days 86196 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': 4, 'end_of_day_photos_duplicated': 771, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7836, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2387, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2387, 'last_update': '2025/05/01', 'portfolio_id': 22524964, 'last_run_id': 1769950, 'total_number_of_photos': 7846}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83508 seconds', 'coverage_times_pause': '0 days 86116 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_dark': 87, 'end_of_day_photos_duplicated': 1041, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7471, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 113, 'nb_images_finished': 2372, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2372, 'last_update': '2025/05/01', 'portfolio_id': 22476943, 'last_run_id': 1770245, 'total_number_of_photos': 7482}} No error ? {'log_dict': {'total_nb_images': 6461, 'max_time_between_images': '0 days 185 seconds', 'coverage_pause': '0 days 62523 seconds', 'coverage_times_pause': '0 days 64639 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': 678, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 5775, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 104, 'nb_images_finished': 2026, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2026, 'last_update': '2025/05/01', 'portfolio_id': 22447567, 'last_run_id': 1770276, 'total_number_of_photos': 5788}} 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 83703 seconds', 'coverage_times_pause': '0 days 86179 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': 3497, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5117, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 84362 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_duplicated': 2303, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 902, 'end_of_day_photos_uploaded': 5401, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 93, 'nb_images_finished': 1897, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 18, 'nb_images_started': 401, 'nb_selected_images': 2298, 'last_update': '2025/04/30', 'portfolio_id': 22406772, 'last_run_id': 1761377, 'total_number_of_photos': 6304}} No error ? {'log_dict': {'total_nb_images': 8617, 'max_time_between_images': '0 days 173 seconds', 'coverage_pause': '0 days 84195 seconds', 'coverage_times_pause': '0 days 86196 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': 4, 'end_of_day_photos_duplicated': 771, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7836, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 2387, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2387, 'last_update': '2025/05/01', 'portfolio_id': 22524964, 'last_run_id': 1769837, 'total_number_of_photos': 7846}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83508 seconds', 'coverage_times_pause': '0 days 86116 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_dark': 87, 'end_of_day_photos_duplicated': 1041, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7471, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 113, 'nb_images_finished': 2372, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2372, 'last_update': '2025/04/30', 'portfolio_id': 22476943, 'last_run_id': 1765449, 'total_number_of_photos': 7482}} No error ? {'log_dict': {'total_nb_images': 6461, 'max_time_between_images': '0 days 185 seconds', 'coverage_pause': '0 days 62523 seconds', 'coverage_times_pause': '0 days 64639 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': 678, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 5775, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 104, 'nb_images_finished': 2026, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2026, 'last_update': '2025/04/29', 'portfolio_id': 22447567, 'last_run_id': 1761123, 'total_number_of_photos': 5788}} 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 83703 seconds', 'coverage_times_pause': '0 days 86179 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': 3497, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5117, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 84362 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_duplicated': 2303, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 902, 'end_of_day_photos_uploaded': 5401, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 93, 'nb_images_finished': 1897, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 18, 'nb_images_started': 401, 'nb_selected_images': 2298, 'last_update': '2025/04/30', 'portfolio_id': 22406772, 'last_run_id': 1761377, 'total_number_of_photos': 6304}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83684 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': 2, 'end_of_day_photos_duplicated': 2011, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 6587, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2230, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2230, 'last_update': '2025/04/25', 'portfolio_id': 22364068, 'last_run_id': 1755955, 'total_number_of_photos': 6592}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83508 seconds', 'coverage_times_pause': '0 days 86116 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_dark': 87, 'end_of_day_photos_duplicated': 1041, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7471, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 113, 'nb_images_finished': 2372, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2372, 'last_update': '2025/04/30', 'portfolio_id': 22476943, 'last_run_id': 1765151, 'total_number_of_photos': 7471}} No error ? {'log_dict': {'total_nb_images': 6461, 'max_time_between_images': '0 days 185 seconds', 'coverage_pause': '0 days 62523 seconds', 'coverage_times_pause': '0 days 64639 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': 678, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 5775, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 104, 'nb_images_finished': 2026, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2026, 'last_update': '2025/04/29', 'portfolio_id': 22447567, 'last_run_id': 1761123, 'total_number_of_photos': 5781}} 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 83703 seconds', 'coverage_times_pause': '0 days 86179 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': 3497, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5117, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 84362 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_duplicated': 2303, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 902, 'end_of_day_photos_uploaded': 5401, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 93, 'nb_images_finished': 1897, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 18, 'nb_images_started': 401, 'nb_selected_images': 2298, 'last_update': '2025/04/30', 'portfolio_id': 22406772, 'last_run_id': 1761377, 'total_number_of_photos': 6304}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83684 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': 2, 'end_of_day_photos_duplicated': 2011, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 6587, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2230, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2230, 'last_update': '2025/04/25', 'portfolio_id': 22364068, 'last_run_id': 1755955, 'total_number_of_photos': 6592}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 84401 seconds', 'coverage_times_pause': '0 days 86169 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': 2142, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 6463, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 100, 'nb_images_finished': 2130, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 6, 'nb_images_started': 134, 'nb_selected_images': 2264, 'last_update': '2025/04/24', 'portfolio_id': 22322059, 'last_run_id': 1752524, 'total_number_of_photos': 6467}} No error ? {'log_dict': {'total_nb_images': 6461, 'max_time_between_images': '0 days 185 seconds', 'coverage_pause': '0 days 62523 seconds', 'coverage_times_pause': '0 days 64639 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': 678, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 5775, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 104, 'nb_images_finished': 2026, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2026, 'last_update': '2025/04/29', 'portfolio_id': 22447567, 'last_run_id': 1761008, 'total_number_of_photos': 5781}} 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 83703 seconds', 'coverage_times_pause': '0 days 86179 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': 3497, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5117, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 84362 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_duplicated': 2303, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 902, 'end_of_day_photos_uploaded': 5401, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 77, 'nb_images_finished': 1651, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 19, 'nb_images_started': 316, 'nb_selected_images': 1967, 'last_update': '2025/04/28', 'portfolio_id': 22406772, 'last_run_id': 1758093, 'total_number_of_photos': 6304}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83684 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': 2, 'end_of_day_photos_duplicated': 2011, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 6587, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2230, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2230, 'last_update': '2025/04/25', 'portfolio_id': 22364068, 'last_run_id': 1755955, 'total_number_of_photos': 6592}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 84401 seconds', 'coverage_times_pause': '0 days 86169 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': 2142, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 6463, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 100, 'nb_images_finished': 2130, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 6, 'nb_images_started': 134, 'nb_selected_images': 2264, 'last_update': '2025/04/24', 'portfolio_id': 22322059, 'last_run_id': 1752524, 'total_number_of_photos': 6467}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 84073 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': 6, 'end_of_day_photos_duplicated': 1424, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 7177, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 2253, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2253, 'last_update': '2025/04/23', 'portfolio_id': 22281326, 'last_run_id': 1747945, 'total_number_of_photos': 7183}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83684 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': 2, 'end_of_day_photos_duplicated': 2011, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 6587, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2230, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2230, 'last_update': '2025/04/25', 'portfolio_id': 22364068, 'last_run_id': 1755826, 'total_number_of_photos': 6592}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 84073 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': 6, 'end_of_day_photos_duplicated': 1424, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 7177, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 2253, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2253, 'last_update': '2025/04/23', 'portfolio_id': 22281326, 'last_run_id': 1747945, 'total_number_of_photos': 7183}} No error ? {'log_dict': {'total_nb_images': 6454, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 62521 seconds', 'coverage_times_pause': '0 days 64569 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': 2490, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 3960, '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/04/22', 'portfolio_id': 22270581, 'last_run_id': 1743913, 'total_number_of_photos': 3967}} 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 83299 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': 1, 'end_of_day_photos_duplicated': 1720, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 6886, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2342, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 4, 'nb_images_started': 83, 'nb_selected_images': 2425, 'last_update': '2025/04/19', 'portfolio_id': 22162786, 'last_run_id': 1738164, 'total_number_of_photos': 6889}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 84401 seconds', 'coverage_times_pause': '0 days 86169 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': 2142, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 6463, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 93, 'nb_images_finished': 2048, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 7, 'nb_images_started': 82, 'nb_selected_images': 2130, 'last_update': '2025/04/23', 'portfolio_id': 22322059, 'last_run_id': 1750682, 'total_number_of_photos': 6467}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 84073 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': 6, 'end_of_day_photos_duplicated': 1424, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 7177, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 2253, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2253, 'last_update': '2025/04/23', 'portfolio_id': 22281326, 'last_run_id': 1747945, 'total_number_of_photos': 7183}} No error ? {'log_dict': {'total_nb_images': 6454, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 62521 seconds', 'coverage_times_pause': '0 days 64569 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': 2490, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 3960, '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/04/22', 'portfolio_id': 22270581, 'last_run_id': 1743913, 'total_number_of_photos': 3967}} 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 204 seconds', 'coverage_pause': '0 days 83331 seconds', 'coverage_times_pause': '0 days 86110 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': 4042, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 3, 'end_of_day_photos_uploaded': 4561, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 1, 'nb_images_finished': 52, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 52, 'last_update': '2025/04/21', 'portfolio_id': 22231301, 'last_run_id': 1740888, 'total_number_of_photos': 4568}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83299 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': 1, 'end_of_day_photos_duplicated': 1720, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 6886, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2342, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 4, 'nb_images_started': 83, 'nb_selected_images': 2425, 'last_update': '2025/04/19', 'portfolio_id': 22162786, 'last_run_id': 1738164, 'total_number_of_photos': 6889}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83720 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4, 'end_of_day_photos_duplicated': 1197, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7407, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 98, 'nb_images_finished': 2334, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2334, 'last_update': '2025/04/18', 'portfolio_id': 22109358, 'last_run_id': 1733485, 'total_number_of_photos': 7415}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 84073 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': 6, 'end_of_day_photos_duplicated': 1424, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 7177, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 2253, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2253, 'last_update': '2025/04/23', 'portfolio_id': 22281326, 'last_run_id': 1747820, 'total_number_of_photos': 7183}} No error ? {'log_dict': {'total_nb_images': 6454, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 62521 seconds', 'coverage_times_pause': '0 days 64569 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': 2490, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 3960, '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/04/22', 'portfolio_id': 22270581, 'last_run_id': 1743913, 'total_number_of_photos': 3967}} 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 83299 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': 1, 'end_of_day_photos_duplicated': 1720, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 6886, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2342, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 4, 'nb_images_started': 83, 'nb_selected_images': 2425, 'last_update': '2025/04/19', 'portfolio_id': 22162786, 'last_run_id': 1738164, 'total_number_of_photos': 6889}} No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83769 seconds', 'coverage_times_pause': '0 days 86126 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': 24, 'end_of_day_photos_duplicated': 1710, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 6875, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2440, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2440, 'last_update': '2025/04/18', 'portfolio_id': 22054353, 'last_run_id': 1733798, 'total_number_of_photos': 6881}} No error ? {'log_dict': {'total_nb_images': 6454, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 62521 seconds', 'coverage_times_pause': '0 days 64569 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': 2490, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 3960, '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/04/22', 'portfolio_id': 22270581, 'last_run_id': 1743819, 'total_number_of_photos': 3967}} 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 204 seconds', 'coverage_pause': '0 days 83331 seconds', 'coverage_times_pause': '0 days 86110 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': 4042, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 3, 'end_of_day_photos_uploaded': 4561, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 1, 'nb_images_finished': 52, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 52, 'last_update': '2025/04/21', 'portfolio_id': 22231301, 'last_run_id': 1740888, 'total_number_of_photos': 4568}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83299 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': 1, 'end_of_day_photos_duplicated': 1720, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 6886, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2342, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 4, 'nb_images_started': 83, 'nb_selected_images': 2425, 'last_update': '2025/04/19', 'portfolio_id': 22162786, 'last_run_id': 1738164, 'total_number_of_photos': 6889}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83720 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4, 'end_of_day_photos_duplicated': 1197, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7407, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 98, 'nb_images_finished': 2334, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2334, 'last_update': '2025/04/18', 'portfolio_id': 22109358, 'last_run_id': 1733485, 'total_number_of_photos': 7415}} No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83769 seconds', 'coverage_times_pause': '0 days 86126 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': 24, 'end_of_day_photos_duplicated': 1710, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 6875, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2440, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2440, 'last_update': '2025/04/18', 'portfolio_id': 22054353, 'last_run_id': 1733798, 'total_number_of_photos': 6881}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83807 seconds', 'coverage_times_pause': '0 days 86185 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': 45, 'end_of_day_photos_duplicated': 1329, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 29, 'end_of_day_photos_uploaded': 7212, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 2275, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2275, 'last_update': '2025/04/18', 'portfolio_id': 22024891, 'last_run_id': 1733832, 'total_number_of_photos': 7247}} 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 204 seconds', 'coverage_pause': '0 days 83331 seconds', 'coverage_times_pause': '0 days 86110 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': 4042, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 3, 'end_of_day_photos_uploaded': 4561, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 1, 'nb_images_finished': 52, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 52, 'last_update': '2025/04/20', 'portfolio_id': 22231301, 'last_run_id': 1739908, 'total_number_of_photos': 4568}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83299 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': 1, 'end_of_day_photos_duplicated': 1720, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 6886, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2342, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 4, 'nb_images_started': 83, 'nb_selected_images': 2425, 'last_update': '2025/04/19', 'portfolio_id': 22162786, 'last_run_id': 1738164, 'total_number_of_photos': 6889}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83720 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4, 'end_of_day_photos_duplicated': 1197, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7407, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 98, 'nb_images_finished': 2334, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2334, 'last_update': '2025/04/18', 'portfolio_id': 22109358, 'last_run_id': 1733485, 'total_number_of_photos': 7415}} No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83769 seconds', 'coverage_times_pause': '0 days 86126 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': 24, 'end_of_day_photos_duplicated': 1710, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 6875, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2440, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2440, 'last_update': '2025/04/18', 'portfolio_id': 22054353, 'last_run_id': 1733798, 'total_number_of_photos': 6881}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83807 seconds', 'coverage_times_pause': '0 days 86185 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': 45, 'end_of_day_photos_duplicated': 1329, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 29, 'end_of_day_photos_uploaded': 7212, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 2275, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2275, 'last_update': '2025/04/18', 'portfolio_id': 22024891, 'last_run_id': 1733832, 'total_number_of_photos': 7247}} No error ? {'log_dict': {'total_nb_images': 6454, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 63133 seconds', 'coverage_times_pause': '0 days 64570 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': 23, 'end_of_day_photos_duplicated': 652, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5778, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83331 seconds', 'coverage_times_pause': '0 days 86110 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': 4042, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 3, 'end_of_day_photos_uploaded': 4561, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 1, 'nb_images_finished': 52, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 52, 'last_update': '2025/04/19', 'portfolio_id': 22231301, 'last_run_id': 1739908, 'total_number_of_photos': 4568}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83299 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': 1, 'end_of_day_photos_duplicated': 1720, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 6886, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2342, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 4, 'nb_images_started': 83, 'nb_selected_images': 2425, 'last_update': '2025/04/19', 'portfolio_id': 22162786, 'last_run_id': 1738164, 'total_number_of_photos': 6889}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83720 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4, 'end_of_day_photos_duplicated': 1197, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7407, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 98, 'nb_images_finished': 2334, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2334, 'last_update': '2025/04/18', 'portfolio_id': 22109358, 'last_run_id': 1733485, 'total_number_of_photos': 7415}} No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83769 seconds', 'coverage_times_pause': '0 days 86126 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': 24, 'end_of_day_photos_duplicated': 1710, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 6875, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2440, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2440, 'last_update': '2025/04/18', 'portfolio_id': 22054353, 'last_run_id': 1733798, 'total_number_of_photos': 6881}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83807 seconds', 'coverage_times_pause': '0 days 86185 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': 45, 'end_of_day_photos_duplicated': 1329, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 29, 'end_of_day_photos_uploaded': 7212, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 2275, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2275, 'last_update': '2025/04/18', 'portfolio_id': 22024891, 'last_run_id': 1733832, 'total_number_of_photos': 7247}} No error ? {'log_dict': {'total_nb_images': 6454, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 63133 seconds', 'coverage_times_pause': '0 days 64570 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': 23, 'end_of_day_photos_duplicated': 652, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5778, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} 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 83299 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': 1, 'end_of_day_photos_duplicated': 1720, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 6886, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 99, 'nb_images_finished': 2136, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 13, 'nb_images_started': 289, 'nb_selected_images': 2425, 'last_update': '2025/04/19', 'portfolio_id': 22162786, 'last_run_id': 1737753, 'total_number_of_photos': 6889}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83720 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4, 'end_of_day_photos_duplicated': 1197, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7407, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 98, 'nb_images_finished': 2334, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2334, 'last_update': '2025/04/18', 'portfolio_id': 22109358, 'last_run_id': 1733485, 'total_number_of_photos': 7415}} No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83769 seconds', 'coverage_times_pause': '0 days 86126 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': 24, 'end_of_day_photos_duplicated': 1710, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 6875, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2440, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2440, 'last_update': '2025/04/18', 'portfolio_id': 22054353, 'last_run_id': 1733798, 'total_number_of_photos': 6881}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83807 seconds', 'coverage_times_pause': '0 days 86185 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': 45, 'end_of_day_photos_duplicated': 1329, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 29, 'end_of_day_photos_uploaded': 7212, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 2275, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2275, 'last_update': '2025/04/18', 'portfolio_id': 22024891, 'last_run_id': 1733832, 'total_number_of_photos': 7247}} No error ? {'log_dict': {'total_nb_images': 6454, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 63133 seconds', 'coverage_times_pause': '0 days 64570 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': 23, 'end_of_day_photos_duplicated': 652, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5778, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 7764, 'max_time_between_images': '0 days 8506 seconds', 'coverage_pause': '0 days 75322 seconds', 'coverage_times_pause': '0 days 77679 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': 25, 'end_of_day_photos_duplicated': 4186, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 3547, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83720 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4, 'end_of_day_photos_duplicated': 1197, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7407, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 98, 'nb_images_finished': 2334, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2334, 'last_update': '2025/04/18', 'portfolio_id': 22109358, 'last_run_id': 1733348, 'total_number_of_photos': 7415}} No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83769 seconds', 'coverage_times_pause': '0 days 86126 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': 24, 'end_of_day_photos_duplicated': 1710, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 6875, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2440, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2440, 'last_update': '2025/04/17', 'portfolio_id': 22054353, 'last_run_id': 1729564, 'total_number_of_photos': 6881}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83807 seconds', 'coverage_times_pause': '0 days 86185 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': 45, 'end_of_day_photos_duplicated': 1329, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 29, 'end_of_day_photos_uploaded': 7212, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 2275, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2275, 'last_update': '2025/04/16', 'portfolio_id': 22024891, 'last_run_id': 1725653, 'total_number_of_photos': 7247}} No error ? {'log_dict': {'total_nb_images': 6454, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 63133 seconds', 'coverage_times_pause': '0 days 64570 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': 23, 'end_of_day_photos_duplicated': 652, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5778, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 7764, 'max_time_between_images': '0 days 8506 seconds', 'coverage_pause': '0 days 75322 seconds', 'coverage_times_pause': '0 days 77679 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': 25, 'end_of_day_photos_duplicated': 4186, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 3547, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83769 seconds', 'coverage_times_pause': '0 days 86126 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': 24, 'end_of_day_photos_duplicated': 1710, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 6875, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2440, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2440, 'last_update': '2025/04/17', 'portfolio_id': 22054353, 'last_run_id': 1729448, 'total_number_of_photos': 6875}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83807 seconds', 'coverage_times_pause': '0 days 86185 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': 45, 'end_of_day_photos_duplicated': 1329, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 29, 'end_of_day_photos_uploaded': 7212, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 2275, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2275, 'last_update': '2025/04/16', 'portfolio_id': 22024891, 'last_run_id': 1725653, 'total_number_of_photos': 7212}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 7764, 'max_time_between_images': '0 days 8506 seconds', 'coverage_pause': '0 days 75322 seconds', 'coverage_times_pause': '0 days 77679 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': 25, 'end_of_day_photos_duplicated': 4186, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 3547, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83398 seconds', 'coverage_times_pause': '0 days 86130 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 1099, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7505, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 8607, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83715 seconds', 'coverage_times_pause': '0 days 86098 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': 994, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_ok_for_neural_classification': 3, 'end_of_day_photos_uploaded': 7603, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83807 seconds', 'coverage_times_pause': '0 days 86185 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': 45, 'end_of_day_photos_duplicated': 1329, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 29, 'end_of_day_photos_uploaded': 7212, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 2275, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2275, 'last_update': '2025/04/16', 'portfolio_id': 22024891, 'last_run_id': 1725538, 'total_number_of_photos': 7212}} No error ? {'log_dict': {'total_nb_images': 6454, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 63133 seconds', 'coverage_times_pause': '0 days 64570 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': 23, 'end_of_day_photos_duplicated': 652, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5778, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 7764, 'max_time_between_images': '0 days 8506 seconds', 'coverage_pause': '0 days 75322 seconds', 'coverage_times_pause': '0 days 77679 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': 25, 'end_of_day_photos_duplicated': 4186, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 3547, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83398 seconds', 'coverage_times_pause': '0 days 86130 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 1099, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7505, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 8607, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83715 seconds', 'coverage_times_pause': '0 days 86098 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': 994, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_ok_for_neural_classification': 3, 'end_of_day_photos_uploaded': 7603, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84070 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': 7, 'end_of_day_photos_duplicated': 1897, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 640, 'end_of_day_photos_uploaded': 6063, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'total_number_of_photos': 0, 'last_update': '0000/00/00'}} No error ? {'log_dict': {'total_nb_images': 8617, 'max_time_between_images': '0 days 174 seconds', 'coverage_pause': '0 days 83367 seconds', 'coverage_times_pause': '0 days 86197 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': 890, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7721, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 85, 'nb_images_finished': 1965, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 24, 'nb_images_started': 485, 'nb_selected_images': 2450, 'last_update': '2025/04/03', 'portfolio_id': 21962515, 'last_run_id': 1720461, 'total_number_of_photos': 7721}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 83417 seconds', 'coverage_times_pause': '0 days 86188 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': 1105, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5463, 'end_of_day_photos_uploaded': 2047, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 21, 'nb_images_finished': 446, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 10, 'nb_images_started': 217, 'nb_selected_images': 663, 'last_update': '2025/04/02', 'portfolio_id': 21928446, 'last_run_id': 1717678, 'total_number_of_photos': 5694}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 183 seconds', 'coverage_pause': '0 days 83417 seconds', 'coverage_times_pause': '0 days 86188 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': 1105, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5463, 'end_of_day_photos_uploaded': 2047, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 21, 'nb_images_finished': 446, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 446, 'last_update': '2025/04/02', 'portfolio_id': 21928446, 'last_run_id': 1717574, 'total_number_of_photos': 2928}} Found day : 2025-04-30 00:00:00 Found day : 2025-04-29 00:00:00 Found day : 2025-04-28 00:00:00 Found day : 2025-04-26 00:00:00 Found day : 2025-04-25 00:00:00 Found day : 2025-04-24 00:00:00 Found day : 2025-04-23 00:00:00 Found day : 2025-04-22 00:00:00 Found day : 2025-04-21 00:00:00 Found day : 2025-04-18 00:00:00 Found day : 2025-04-19 00:00:00 Found day : 2025-04-17 00:00:00 Found day : 2025-04-16 00:00:00 Found day : 2025-04-15 00:00:00 Found day : 2025-04-14 00:00:00 Found day : 2025-04-12 00:00:00 Found day : 2025-04-11 00:00:00 Found day : 2025-04-10 00:00:00 Found day : 2025-04-09 00:00:00 Found day : 2025-04-02 00:00:00 Found day : 2025-04-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 ! We will need to call the sla_per_day for these missing days : 2025-04-03 00:00:00,2025-04-04 00:00:00,2025-04-05 00:00:00,2025-04-07 00:00:00,2025-04-08 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) = 04 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) = 04 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) = 04 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) = 04 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) = 04 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) = 04 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) = 04 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) = 04 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) = 04 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) = 04 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) = 04 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 '%042025%' and cps.thcl = 1533 GROUP BY sbstr ; after number_of_batch date_start : 2025-04-01 : dt_date_just_month_year : 2025-04-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-04-01" AND ded.date <= "2025-04-30" apple3 {'gm': {'mat': 'gm', 'pht': 4209, 'datou_carac_id': 3994, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'papier,background'}, 'emr': {'mat': 'emr', 'pht': 4207, 'datou_carac_id': 3993, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'carton,background'}, 'jrm': {'mat': 'jrm', 'pht': 3726, 'datou_carac_id': 3459, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'papier,background'}, 'ela': {'mat': 'ela', 'pht': 4203, 'datou_carac_id': 3991, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'ela,background'}, 'film_pedb': {'mat': 'film_pedb', 'pht': 4461, 'datou_carac_id': 4322, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'film_plastique'}, 'pehd_pp': {'mat': 'pehd_pp', 'pht': 4211, 'datou_carac_id': 4925, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'pehd,etiquette,background'}, 'flux_dev': {'mat': 'flux_dev', 'pht': 4200, 'datou_carac_id': 4926, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'pet_fonce,etiquette,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 (1734253,1720617,1734267,1733832,1733798,1733485,1738164,1740888,1740646,1743913,1747945,1752524,1755955,1761377,1770276,1770245,1769950) 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.0046577059778710435, 'nb_photo': 552, 'list_port_cont': '21963765,21964605,21976281,21982679,21988615,21997669,21998126,22005685,22005806,22008149,22012897,22015724,22020911,22025564,22033713,22033940,22037068,22040784,22042748,22042945,22046220,22046341,22048309,22051164,22053760,22054702,22055736,22055910,22056157,22060436,22067764,22069684,22076457,22077053,22079689,22082870,22092003,22093334,22095889,22097551,22105064,22107795,22112198,22129290,22132949,22134775,22138730,22140628,22142069,22143886,22147617,22150074,22152138,22159096,22181931,22187117,22190722,22196309,22207807,22209139,22223413,22229895,22234450,22236411,22237238,22242983,22302591,22302786,22303808,22306112,22307661,22308462,22309673,22313217,22317216,22317627,22317840,22340142,22345684,22346425,22346701,22347419,22347578,22353377,22354646,22356548,22358825,22358835,22373035,22378773,22379339,22380043,22382923,22389185,22392508,22395584,22395890,22402320,22405852,22426470,22428611,22429871,22432420,22433665,22438122,22440950,22441915,22443629,22445293,22446380,22449336,22453158,22453749,2245626', 'assoc_port': '21963399:21963765,21964372:21964605,21967124:21988615,21969980:21982679,21975319:21976281,21976848:21998126,21978922:22005685,21978944:22005806,21980102:22008149,21984249:22012897,21985543:22015724,21996832:21997669,22011451:22033713,22014828:22042748,22014840:22095889,22014875:22082870,22014897:22046341,22014905:22048309,22018592:22060436,22019912:22020911,22023872:22025564,22032522:22033940,22035139:22037068,22040125:22054702,22040135:22040784,22042109:22042945,22045050:22046220,22049752:22051164,22051359:22053760,22054521:22055910,22054527:22056157,22054529:22055736,22066731:22067764,22068650:22069684,22071992:22077053,22075835:22076457,22078672:22079689,22086065:22092003,22091319:22112198,22091321:22093334,22096626:22097551,22101541:22107795,22101550:22105064,22126969:22129290,22132582:22132949,22133906:22134775,22137424:22138730,22138710:22140628,22141213:22142069,22142362:22143886,22144307:22147617,22148778:22150074,22150593:22152138,22157943:22159096,22177108:22181931,22178713:22187117,22180102:2220780', 'assoc_mat': '21963399:autre:3327:21963765,21964372:autre:3327:21964605,21967124:autre:3327:21988615,21969980:autre:3327:21982679,21975319:autre:3327:21976281,21976848:autre:3327:21998126,21978922:autre:3327:22005685,21978944:autre:3327:22005806,21980102:autre:3327:22008149,21984249:autre:3327:22012897,21985543:autre:3327:22015724,21996832:autre:3327:21997669,22011451:autre:3327:22033713,22014828:autre:3327:22042748,22014840:autre:3327:22095889,22014875:autre:3327:22082870,22014897:autre:3327:22046341,22014905:autre:3327:22048309,22018592:autre:3327:22060436,22019912:autre:3327:22020911,22023872:autre:3327:22025564,22032522:autre:3327:22033940,22035139:autre:3327:22037068,22040125:autre:3327:22054702,22040135:autre:3327:22040784,22042109:autre:3327:22042945,22045050:autre:3327:22046220,22049752:autre:3327:22051164,22051359:autre:3327:22053760,22054521:autre:3327:22055910,22054527:autre:3327:22056157,22054529:autre:3327:22055736,22066731:autre:3327:22067764,22068650:autre:3327:22069684,22071992:autre:3327:22077053,22075835:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0027561442690502134, 'nb_photo': 14, 'list_port_cont': '22019662,22358754,22448924', 'assoc_port': '22018590:22019662,22358427:22358754,22448524:22448924', 'assoc_mat': '22018590:autre:3594:22019662,22358427:autre:3594:22358754,22448524:autre:3594:22448924'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011637698252364416, 'nb_photo': 658, 'list_port_cont': '21962929,21967686,21970623,21977412,21979780,21996958,22015337,22023221,22024488,22028372,22028488,22040788,22051416,22051729,22055158,22064645,22073978,22076266,22081436,22098892,22102887,22106679,22132399,22134322,22159632,22165096,22166959,22186452,22194604,22195051,22207259,22225044,22235726,22287108,22301637,22306710,22308219,22310214,22314712,22329454,22329952,22333942,22335204,22345484,22346598,22347236,22347817,22348676,22355180,22358951,22379496,22389546,22403109,22411923,22412545,22437360,22440996,22450650,22458372,22460025,22469990,22486692,22487207,22488313,22490155,22494951,22497913,22513086,22525274,22532248,22537009,22543396,22552269,22556364,22560472,22566506', 'assoc_port': '21962512:21962929,21967188:21967686,21969981:21970623,21976865:21977412,21978938:21979780,21996833:21996958,22014835:22028488,22014845:22028372,22014872:22015337,22018591:22024488,22023069:22023221,22035138:22051416,22040129:22040788,22051360:22051729,22054522:22055158,22062850:22064645,22073531:22073978,22075836:22076266,22079490:22081436,22096622:22102887,22098017:22098892,22106152:22106679,22131721:22132399,22133905:22134322,22137425:22166959,22148775:22165096,22150595:22159632,22174852:22235726,22185033:22186452,22194156:22195051,22194159:22194604,22206469:22207259,22221035:22225044,22286479:22287108,22299407:22301637,22304113:22306710,22307886:22308219,22309703:22310214,22314656:22314712,22328536:22358951,22328563:22348676,22328564:22333942,22328566:22335204,22328569:22329952,22328572:22329454,22334759:22347817,22345135:22345484,22346404:22346598,22346890:22347236,22355026:22355180,22379399:22379496,22388008:22389546,22393285:22412545,22394734:22411923,22402406:22403109,22436849:22437360,22440751:2244099', 'assoc_mat': '21962512:autre_refus:3726:21962929,21967188:autre_refus:3726:21967686,21969981:autre_refus:3726:21970623,21976865:autre_refus:3726:21977412,21978938:autre_refus:3726:21979780,21996833:autre_refus:3726:21996958,22014835:autre_refus:3726:22028488,22014845:autre_refus:3726:22028372,22014872:autre_refus:3726:22015337,22018591:autre_refus:3726:22024488,22023069:autre_refus:3726:22023221,22035138:autre_refus:3726:22051416,22040129:autre_refus:3726:22040788,22051360:autre_refus:3726:22051729,22054522:autre_refus:3726:22055158,22062850:autre_refus:3726:22064645,22073531:autre_refus:3726:22073978,22075836:autre_refus:3726:22076266,22079490:autre_refus:3726:22081436,22096622:autre_refus:3726:22102887,22098017:autre_refus:3726:22098892,22106152:autre_refus:3726:22106679,22131721:autre_refus:3726:22132399,22133905:autre_refus:3726:22134322,22137425:autre_refus:3726:22166959,22148775:autre_refus:3726:22165096,22150595:autre_refus:3726:22159632,22174852:autre_refus:3726:22235726,22185033:autre_refus:3726:22186452,22194156:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0003756019680946655, 'nb_photo': 46, 'list_port_cont': '21964594,21976304,21990861,22042148,22079687,22079925,22095876,22201870,22312232,22346705,22347417,22389188,22440951,22446386,22459872,22498510,22553891', 'assoc_port': '21964372:21964594,21975313:21990861,21975319:21976304,22014822:22042148,22014840:22095876,22014890:22079925,22078672:22079687,22200706:22201870,22307241:22312232,22346407:22346705,22346888:22347417,22388012:22389188,22439281:22440951,22444776:22446386,22459599:22459872,22496813:22498510,22552963:22553891', 'assoc_mat': '21964372:barquette_avec_film:3327:21964594,21975313:barquette_avec_film:3327:21990861,21975319:barquette_avec_film:3327:21976304,22014822:barquette_avec_film:3327:22042148,22014840:barquette_avec_film:3327:22095876,22014890:barquette_avec_film:3327:22079925,22078672:barquette_avec_film:3327:22079687,22200706:barquette_avec_film:3327:22201870,22307241:barquette_avec_film:3327:22312232,22346407:barquette_avec_film:3327:22346705,22346888:barquette_avec_film:3327:22347417,22388012:barquette_avec_film:3327:22389188,22439281:barquette_avec_film:3327:22440951,22444776:barquette_avec_film:3327:22446386,22459599:barquette_avec_film:3327:22459872,22496813:barquette_avec_film:3327:22498510,22552963:barquette_avec_film:3327:22553891'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0006538096452204766, 'nb_photo': 15, 'list_port_cont': '22041315,22046196,22052383,22053708,22076379,22076786,22153083,22158494,22244101,22314889,22361625,22379473,22454619,22511783', 'assoc_port': '21984244:22052383,22014829:22041315,22014907:22046196,22019910:22053708,22062848:22076379,22076546:22076786,22131718:22153083,22154699:22158494,22191273:22244101,22314653:22314889,22355024:22361625,22379401:22379473,22451710:22454619,22497684:22511783', 'assoc_mat': '21984244:barquette_opaque:4205:22052383,22014829:barquette_opaque:4205:22041315,22014907:barquette_opaque:4205:22046196,22019910:barquette_opaque:4205:22053708,22062848:barquette_opaque:4205:22076379,22076546:barquette_opaque:4205:22076786,22131718:barquette_opaque:4205:22153083,22154699:barquette_opaque:4205:22158494,22191273:barquette_opaque:4205:22244101,22314653:barquette_opaque:4205:22314889,22355024:barquette_opaque:4205:22361625,22379401:barquette_opaque:4205:22379473,22451710:barquette_opaque:4205:22454619,22497684:barquette_opaque:4205:22511783'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.001327083852146884, 'nb_photo': 207, 'list_port_cont': '21969304,22003514,22005699,22012125,22040917,22053775,22054243,22055546,22063561,22064878,22076851,22097212,22146613,22154997,22164085,22241077,22244156,22295046,22309859,22315620,22348644,22358377,22379355,22397926,22399478,22430544,22450068,22451170,22471540,22505136,22520974,22560993,22561801', 'assoc_port': '21967117:21969304,21978894:22003514,21978946:22005699,22011455:22012125,22014824:22040917,22014888:22064878,22023070:22055546,22035144:22054243,22046564:22053775,22062855:22063561,22076548:22076851,22096625:22097212,22129557:22146613,22141215:22154997,22154698:22164085,22191270:22244156,22210214:22241077,22291941:22295046,22305215:22309859,22314649:22315620,22340395:22348644,22350612:22358377,22376586:22379355,22386992:22397926,22398077:22399478,22429992:22430544,22443967:22451170,22449976:22450068,22466648:22471540,22494447:22505136,22520613:22520974,22542628:22560993,22556378:22561801', 'assoc_mat': '21967117:barquette_opaque:4203:21969304,21978894:barquette_opaque:4203:22003514,21978946:barquette_opaque:4203:22005699,22011455:barquette_opaque:4203:22012125,22014824:barquette_opaque:4203:22040917,22014888:barquette_opaque:4203:22064878,22023070:barquette_opaque:4203:22055546,22035144:barquette_opaque:4203:22054243,22046564:barquette_opaque:4203:22053775,22062855:barquette_opaque:4203:22063561,22076548:barquette_opaque:4203:22076851,22096625:barquette_opaque:4203:22097212,22129557:barquette_opaque:4203:22146613,22141215:barquette_opaque:4203:22154997,22154698:barquette_opaque:4203:22164085,22191270:barquette_opaque:4203:22244156,22210214:barquette_opaque:4203:22241077,22291941:barquette_opaque:4203:22295046,22305215:barquette_opaque:4203:22309859,22314649:barquette_opaque:4203:22315620,22340395:barquette_opaque:4203:22348644,22350612:barquette_opaque:4203:22358377,22376586:barquette_opaque:4203:22379355,22386992:barquette_opaque:4203:22397926,22398077:barquette_opaque:4203:22399478,22429992:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.001679625474908536, 'nb_photo': 38, 'list_port_cont': '21964091,21997859,22006376,22032676,22066950,22078978,22091734,22097117,22180582,22183829,22187080,22194542,22202612,22213132,22227362,22293112,22293176,22300209,22305905,22341937,22377855,22381681,22390950,22393610,22395070,22425452,22452217,22494675,22502955,22534049,22535318,22540538,22544955', 'assoc_port': '21963884:21964091,21976868:21997859,21980101:22006376,22014823:22032676,22066735:22066950,22078673:22078978,22091320:22091734,22096628:22097117,22180100:22180582,22183558:22183829,22186197:22187080,22194162:22194542,22200704:22202612,22211633:22213132,22226570:22227362,22291937:22293176,22291942:22293112,22299408:22300209,22305211:22305905,22340417:22341937,22376583:22377855,22381324:22381681,22390603:22390950,22393284:22393610,22394735:22395070,22424908:22425452,22451723:22452217,22494475:22494675,22502411:22502955,22533591:22534049,22534858:22535318,22539826:22540538,22544861:22544955', 'assoc_mat': '21963884:barquette_opaque:4207:21964091,21976868:barquette_opaque:4207:21997859,21980101:barquette_opaque:4207:22006376,22014823:barquette_opaque:4207:22032676,22066735:barquette_opaque:4207:22066950,22078673:barquette_opaque:4207:22078978,22091320:barquette_opaque:4207:22091734,22096628:barquette_opaque:4207:22097117,22180100:barquette_opaque:4207:22180582,22183558:barquette_opaque:4207:22183829,22186197:barquette_opaque:4207:22187080,22194162:barquette_opaque:4207:22194542,22200704:barquette_opaque:4207:22202612,22211633:barquette_opaque:4207:22213132,22226570:barquette_opaque:4207:22227362,22291937:barquette_opaque:4207:22293176,22291942:barquette_opaque:4207:22293112,22299408:barquette_opaque:4207:22300209,22305211:barquette_opaque:4207:22305905,22340417:barquette_opaque:4207:22341937,22376583:barquette_opaque:4207:22377855,22381324:barquette_opaque:4207:22381681,22390603:barquette_opaque:4207:22390950,22393284:barquette_opaque:4207:22393610,22394735:barquette_opaque:4207:22395070,22424908:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01102232245149047, 'nb_photo': 12, 'list_port_cont': '21981591,22029476,22093818,22108865,22153702,22192218,22297450,22401155,22425490,22477633,22487233,22516745', 'assoc_port': '21980104:21981591,22029100:22029476,22093119:22093818,22098020:22108865,22153227:22153702,22191271:22192218,22294035:22297450,22400542:22401155,22424903:22425490,22466649:22477633,22486522:22487233,22513059:22516745', 'assoc_mat': '21980104:barquette_opaque:4461:21981591,22029100:barquette_opaque:4461:22029476,22093119:barquette_opaque:4461:22093818,22098020:barquette_opaque:4461:22108865,22153227:barquette_opaque:4461:22153702,22191271:barquette_opaque:4461:22192218,22294035:barquette_opaque:4461:22297450,22400542:barquette_opaque:4461:22401155,22424903:barquette_opaque:4461:22425490,22466649:barquette_opaque:4461:22477633,22486522:barquette_opaque:4461:22487233,22513059:barquette_opaque:4461:22516745'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.044930057179609406, 'nb_photo': 648, 'list_port_cont': '21963505,21963754,21969520,21970684,21971851,21977055,21987230,21996006,22004219,22006331,22007567,22032236,22032624,22034605,22040665,22040884,22041946,22042198,22042529,22042852,22044165,22044587,22044888,22045465,22050963,22051685,22051867,22053693,22053800,22053808,22053938,22053966,22053979,22054064,22055106,22056667,22056849,22057726,22068776,22074417,22083185,22091014,22091141,22097333,22099681,22108173,22109937,22118600,22118750,22123742,22132979,22135489,22138558,22147405,22148482,22149502,22153031,22158868,22159208,22162557,22169724,22193168,22195009,22204882,22229874,22234435,22234987,22239608,22241167,22242694,22242717,22287936,22294360,22299459,22302846,22307266,22309494,22312897,22316262,22317569,22321656,22321921,22321965,22330660,22345021,22346374,22346562,22347439,22347609,22347713,22350356,22358812,22359261,22359288,22361606,22378614,22378791,22378993,22380063,22381118,22381723,22389053,22390080,22395766,22397014,22405893,22411835,22422316,22425633,22430768,22433525,22437103,22441960,2244840', 'assoc_port': '21962513:21963754,21963400:21963505,21967129:21969520,21967139:21970684,21967186:21971851,21976823:21996006,21976906:21977055,21978911:22004219,21980100:22006331,21980110:22007567,21986993:21987230,22010579:22032236,22011453:22032624,22013398:22034605,22014797:22040665,22014827:22040884,22014838:22041946,22014839:22042198,22014876:22042852,22014891:22044165,22014898:22044587,22014902:22044888,22014903:22045465,22017378:22051685,22019913:22053808,22023889:22056849,22032524:22057726,22035137:22054064,22040123:22053979,22040136:22053966,22042108:22042529,22045047:22053938,22045049:22053800,22049751:22050963,22049755:22056667,22051355:22053693,22051363:22051867,22054528:22055106,22065348:22068776,22068649:22083185,22073532:22074417,22078670:22099681,22088043:22091141,22088051:22091014,22091315:22118600,22091317:22109937,22093114:22118750,22096627:22097333,22101552:22108173,22123322:22123742,22126966:22132979,22129562:22135489,22132587:22138558,22137423:22147405,22141214:22162557,22142356:22148482,22142361:2214950', 'assoc_mat': '21962513:barquette_opaque:4200:21963754,21963400:barquette_opaque:4200:21963505,21967129:barquette_opaque:4200:21969520,21967139:barquette_opaque:4200:21970684,21967186:barquette_opaque:4200:21971851,21976823:barquette_opaque:4200:21996006,21976906:barquette_opaque:4200:21977055,21978911:barquette_opaque:4200:22004219,21980100:barquette_opaque:4200:22006331,21980110:barquette_opaque:4200:22007567,21986993:barquette_opaque:4200:21987230,22010579:barquette_opaque:4200:22032236,22011453:barquette_opaque:4200:22032624,22013398:barquette_opaque:4200:22034605,22014797:barquette_opaque:4200:22040665,22014827:barquette_opaque:4200:22040884,22014838:barquette_opaque:4200:22041946,22014839:barquette_opaque:4200:22042198,22014876:barquette_opaque:4200:22042852,22014891:barquette_opaque:4200:22044165,22014898:barquette_opaque:4200:22044587,22014902:barquette_opaque:4200:22044888,22014903:barquette_opaque:4200:22045465,22017378:barquette_opaque:4200:22051685,22019913:barquette_opaque:4200:22053808,22023889:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.00371363878374847, 'nb_photo': 151, 'list_port_cont': '21964198,21968042,21970538,21976112,21977101,21980940,21981099,21985015,21987538,21997643,22012007,22014147,22015668,22015994,22016095,22016672,22018042,22024223,22029296,22029606,22040471,22047093,22050290,22050455,22051690,22051846,22055317,22057101,22067260,22076311,22093801,22093923,22097134,22123761,22130060,22134213,22139426,22144719,22154840,22158724,22175515,22180776,22184232,22187413,22191605,22195658,22200167,22200222,22211144,22217891,22221532,22300017,22307677,22310217,22310453,22319800,22329567,22330215,22336906,22344919,22345384,22346649,22352918,22353587,22357158,22372767,22377458,22379973,22388479,22391025,22391824,22425550,22430347,22441511,22444320,22448545,22450574,22453625,22458917,22458928,22459727,22460472,22462777,22463952,22467291,22470938,22490413,22490422,22490527,22498292,22498723,22499385,22504820,22516854,22517415,22519716,22520688,22522230,22533884,22543283,22553677,22557097', 'assoc_port': '21963882:21964198,21967114:21968042,21969983:21970538,21975317:21976112,21976904:21977101,21980117:21981099,21980144:21980940,21984242:21985015,21986987:21987538,21986989:21997643,22011457:22012007,22013394:22014147,22014842:22016672,22014879:22016095,22014899:22015994,22014906:22015668,22017392:22018042,22023871:22024223,22029099:22029606,22029101:22029296,22038503:22050290,22040133:22040471,22046565:22047093,22049747:22050455,22049749:22051846,22051362:22051690,22054542:22055317,22056819:22057101,22066733:22067260,22075838:22076311,22093116:22093923,22093117:22093801,22096624:22097134,22123324:22123761,22129563:22130060,22133911:22134213,22138713:22139426,22144306:22144719,22154714:22154840,22157944:22158724,22174851:22175515,22180099:22180776,22183560:22184232,22185032:22187413,22185038:22200167,22185039:22200222,22186201:22191605,22195202:22195658,22210210:22211144,22217464:22217891,22221006:22221532,22299411:22300017,22307235:22307677,22307890:22310453,22309701:22310217,22319403:22319800,22328537:2233021', 'assoc_mat': '21963882:barquette_opaque:4209:21964198,21967114:barquette_opaque:4209:21968042,21969983:barquette_opaque:4209:21970538,21975317:barquette_opaque:4209:21976112,21976904:barquette_opaque:4209:21977101,21980117:barquette_opaque:4209:21981099,21980144:barquette_opaque:4209:21980940,21984242:barquette_opaque:4209:21985015,21986987:barquette_opaque:4209:21987538,21986989:barquette_opaque:4209:21997643,22011457:barquette_opaque:4209:22012007,22013394:barquette_opaque:4209:22014147,22014842:barquette_opaque:4209:22016672,22014879:barquette_opaque:4209:22016095,22014899:barquette_opaque:4209:22015994,22014906:barquette_opaque:4209:22015668,22017392:barquette_opaque:4209:22018042,22023871:barquette_opaque:4209:22024223,22029099:barquette_opaque:4209:22029606,22029101:barquette_opaque:4209:22029296,22038503:barquette_opaque:4209:22050290,22040133:barquette_opaque:4209:22040471,22046565:barquette_opaque:4209:22047093,22049747:barquette_opaque:4209:22050455,22049749:barquette_opaque:4209:22051846,22051362:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.020284577122091193, 'nb_photo': 5557, 'list_port_cont': '21963406,21963585,21964273,21970577,21971875,21971918,21989546,21990254,21997449,22004066,22005508,22007311,22007777,22008818,22025921,22025964,22026077,22026141,22026162,22026178,22026239,22026311,22026454,22026573,22026589,22026680,22026752,22027173,22027257,22029520,22030985,22031874,22031963,22033384,22039415,22040622,22040701,22050598,22050718,22051597,22052024,22052127,22056374,22057164,22063569,22067294,22068753,22069190,22072734,22074038,22080499,22083642,22090615,22091671,22091949,22092179,22094234,22105431,22122262,22127616,22132331,22139319,22141703,22144678,22144826,22151428,22155278,22158585,22177952,22179534,22186654,22189962,22192309,22195677,22195689,22207560,22210755,22221968,22222991,22229862,22291485,22294734,22294819,22298377,22298636,22299071,22302346,22306939,22308381,22309997,22312617,22313064,22313311,22315314,22318849,22329432,22332285,22337040,22341219,22344835,22344997,22345487,22352627,22352726,22352897,22353628,22355846,22371439,22375836,22377497,22379552,22379994,22381573,2238159', 'assoc_port': '21962514:21963406,21963397:21963585,21963883:21964273,21967132:21970577,21967181:21971875,21967195:21971918,21975312:21989546,21975320:21990254,21976850:21997449,21978908:22004066,21978934:22005508,21980103:22007311,21980107:22007777,21980142:22008818,22010582:22027257,22011452:22027173,22013397:22030985,22014825:22026752,22014833:22026680,22014843:22026589,22014874:22026573,22014880:22026454,22014893:22026311,22014896:22026239,22014901:22026178,22017391:22026162,22019909:22026141,22023068:22026077,22024784:22025921,22024789:22025964,22029102:22029520,22031175:22031963,22031177:22031874,22032532:22033384,22038504:22039415,22040126:22040701,22040132:22040622,22042107:22051597,22046566:22050718,22049745:22056374,22049754:22050598,22051354:22052127,22051356:22052024,22054525:22057164,22062853:22063569,22065346:22068753,22066734:22067294,22068648:22069190,22071991:22072734,22073536:22074038,22079487:22080499,22079488:22083642,22079491:22092179,22086017:22094234,22086036:22090615,22091316:22091671,22091318:2209194', 'assoc_mat': '21962514:barquette_opaque:4211:21963406,21963397:barquette_opaque:4211:21963585,21963883:barquette_opaque:4211:21964273,21967132:barquette_opaque:4211:21970577,21967181:barquette_opaque:4211:21971875,21967195:barquette_opaque:4211:21971918,21975312:barquette_opaque:4211:21989546,21975320:barquette_opaque:4211:21990254,21976850:barquette_opaque:4211:21997449,21978908:barquette_opaque:4211:22004066,21978934:barquette_opaque:4211:22005508,21980103:barquette_opaque:4211:22007311,21980107:barquette_opaque:4211:22007777,21980142:barquette_opaque:4211:22008818,22010582:barquette_opaque:4211:22027257,22011452:barquette_opaque:4211:22027173,22013397:barquette_opaque:4211:22030985,22014825:barquette_opaque:4211:22026752,22014833:barquette_opaque:4211:22026680,22014843:barquette_opaque:4211:22026589,22014874:barquette_opaque:4211:22026573,22014880:barquette_opaque:4211:22026454,22014893:barquette_opaque:4211:22026311,22014896:barquette_opaque:4211:22026239,22014901:barquette_opaque:4211:22026178,22017391:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005882486875017994, 'nb_photo': 150, 'list_port_cont': '21963769,21964604,21976291,21982686,21988606,21998130,22005689,22008150,22009171,22015718,22020906,22025560,22033720,22033934,22036189,22040781,22042741,22048299,22051173,22054704,22055746,22055902,22060438,22069682,22077054,22079688,22082876,22105063,22112197,22132962,22134770,22138724,22151655,22152140,22187116,22187178,22190724,22196311,22209136,22234453,22236417,22242426,22242914,22302590,22303807,22306113,22309674,22346706,22349637,22358822,22373033,22378772,22379337,22380047,22382917,22389194,22402322,22405855,22425673,22428605,22433662,22441907,22443638,22449337,22453160,22456263,22456683,22459690,22459865,22464297,22470904,22480071,22492651,22498509,22504088,22520622,22521342,22532681,22537437,22548709,22553889,22553958,22558192,22559480,22562450,22574557', 'assoc_port': '21963399:21963769,21964372:21964604,21967124:21988606,21969980:21982686,21975319:21976291,21976848:21998130,21978922:22005689,21980102:22008150,21980115:22009171,21985543:22015718,22011451:22033720,22013383:22036189,22014828:22042741,22014875:22082876,22014905:22048299,22018592:22060438,22019912:22020906,22023872:22025560,22032522:22033934,22040125:22054704,22040135:22040781,22049752:22051173,22054521:22055902,22054529:22055746,22068650:22069682,22071992:22077054,22078672:22079688,22091319:22112197,22101550:22105063,22132582:22132962,22133906:22134770,22137424:22138724,22150593:22152140,22150597:22151655,22178698:22187178,22178713:22187116,22189238:22190724,22195201:22196311,22200701:22242914,22204329:22242426,22206471:22209136,22217442:22236417,22217452:22234453,22291940:22302590,22295431:22303807,22304110:22309674,22305205:22306113,22340394:22349637,22346407:22346706,22358429:22358822,22372029:22373033,22374970:22379337,22378454:22378772,22379664:22380047,22381325:22382917,22388012:22389194,22400535:2240585', 'assoc_mat': '21963399:bouchon:3327:21963769,21964372:bouchon:3327:21964604,21967124:bouchon:3327:21988606,21969980:bouchon:3327:21982686,21975319:bouchon:3327:21976291,21976848:bouchon:3327:21998130,21978922:bouchon:3327:22005689,21980102:bouchon:3327:22008150,21980115:bouchon:3327:22009171,21985543:bouchon:3327:22015718,22011451:bouchon:3327:22033720,22013383:bouchon:3327:22036189,22014828:bouchon:3327:22042741,22014875:bouchon:3327:22082876,22014905:bouchon:3327:22048299,22018592:bouchon:3327:22060438,22019912:bouchon:3327:22020906,22023872:bouchon:3327:22025560,22032522:bouchon:3327:22033934,22040125:bouchon:3327:22054704,22040135:bouchon:3327:22040781,22049752:bouchon:3327:22051173,22054521:bouchon:3327:22055902,22054529:bouchon:3327:22055746,22068650:bouchon:3327:22069682,22071992:bouchon:3327:22077054,22078672:bouchon:3327:22079688,22091319:bouchon:3327:22112197,22101550:bouchon:3327:22105063,22132582:bouchon:3327:22132962,22133906:bouchon:3327:22134770,22137424:bouchon:3327:22138724,22150593:bouchon:3327:22152140,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.015095116204712237, 'nb_photo': 360, 'list_port_cont': '21964192,21969954,22026347,22041327,22046205,22051214,22051706,22052395,22053697,22054015,22076380,22076781,22108083,22149148,22153084,22158482,22180501,22237970,22241244,22244112,22292962,22309536,22314894,22318620,22345057,22361626,22379485,22385698,22396163,22422342,22433709,22449956,22454606,22473514,22480040,22487801,22511786,22512738,22516918,22536634,22553564,22565047', 'assoc_port': '21963879:21964192,21967136:21969954,21978909:22026347,21984244:22052395,22014829:22041327,22014907:22046205,22019910:22053697,22038501:22054015,22049748:22051214,22051358:22051706,22062848:22076380,22076546:22076781,22101547:22108083,22131718:22153084,22142360:22149148,22154699:22158482,22174835:22180501,22191273:22244112,22210213:22241244,22211643:22237970,22290550:22292962,22305213:22309536,22314653:22314894,22318028:22318620,22344383:22345057,22355024:22361626,22379401:22379485,22384434:22385698,22390602:22396163,22420201:22422342,22432676:22433709,22444780:22449956,22451710:22454606,22469828:22473514,22479660:22480040,22486523:22487801,22497684:22511786,22509474:22512738,22513057:22516918,22536499:22536634,22550650:22553564,22562905:22565047', 'assoc_mat': '21963879:carton:4205:21964192,21967136:carton:4205:21969954,21978909:carton:4205:22026347,21984244:carton:4205:22052395,22014829:carton:4205:22041327,22014907:carton:4205:22046205,22019910:carton:4205:22053697,22038501:carton:4205:22054015,22049748:carton:4205:22051214,22051358:carton:4205:22051706,22062848:carton:4205:22076380,22076546:carton:4205:22076781,22101547:carton:4205:22108083,22131718:carton:4205:22153084,22142360:carton:4205:22149148,22154699:carton:4205:22158482,22174835:carton:4205:22180501,22191273:carton:4205:22244112,22210213:carton:4205:22241244,22211643:carton:4205:22237970,22290550:carton:4205:22292962,22305213:carton:4205:22309536,22314653:carton:4205:22314894,22318028:carton:4205:22318620,22344383:carton:4205:22345057,22355024:carton:4205:22361626,22379401:carton:4205:22379485,22384434:carton:4205:22385698,22390602:carton:4205:22396163,22420201:carton:4205:22422342,22432676:carton:4205:22433709,22444780:carton:4205:22449956,22451710:carton:4205:22454606,22469828:carton:4205:22473514,2247'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.007429117576352731, 'nb_photo': 742, 'list_port_cont': '21969303,22003516,22005709,22012123,22040914,22053779,22054234,22055543,22063566,22064874,22076847,22097209,22146616,22155005,22164098,22241072,22244164,22295043,22309858,22315612,22348636,22358384,22379367,22397937,22399477,22430546,22450055,22451183,22471535,22505137,22510430,22520985,22560996,22561803', 'assoc_port': '21967117:21969303,21978894:22003516,21978946:22005709,22011455:22012123,22014824:22040914,22014888:22064874,22023070:22055543,22035144:22054234,22046564:22053779,22062855:22063566,22076548:22076847,22096625:22097209,22129557:22146616,22141215:22155005,22154698:22164098,22191270:22244164,22210214:22241072,22291941:22295043,22305215:22309858,22314649:22315612,22340395:22348636,22350612:22358384,22376586:22379367,22386992:22397937,22398077:22399477,22429992:22430546,22443967:22451183,22449976:22450055,22466648:22471535,22494447:22505137,22504012:22510430,22520613:22520985,22542628:22560996,22556378:22561803', 'assoc_mat': '21967117:carton:4203:21969303,21978894:carton:4203:22003516,21978946:carton:4203:22005709,22011455:carton:4203:22012123,22014824:carton:4203:22040914,22014888:carton:4203:22064874,22023070:carton:4203:22055543,22035144:carton:4203:22054234,22046564:carton:4203:22053779,22062855:carton:4203:22063566,22076548:carton:4203:22076847,22096625:carton:4203:22097209,22129557:carton:4203:22146616,22141215:carton:4203:22155005,22154698:carton:4203:22164098,22191270:carton:4203:22244164,22210214:carton:4203:22241072,22291941:carton:4203:22295043,22305215:carton:4203:22309858,22314649:carton:4203:22315612,22340395:carton:4203:22348636,22350612:carton:4203:22358384,22376586:carton:4203:22379367,22386992:carton:4203:22397937,22398077:carton:4203:22399477,22429992:carton:4203:22430546,22443967:carton:4203:22451183,22449976:carton:4203:22450055,22466648:carton:4203:22471535,22494447:carton:4203:22505137,22504012:carton:4203:22510430,22520613:carton:4203:22520985,22542628:carton:4203:22560996,22556378:carton:4203:22561803'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9481586401847539, 'nb_photo': 5960, 'list_port_cont': '21963559,21963960,21964103,21964257,21970465,21970765,21971457,21971815,21983035,21986346,21996824,21997190,21997864,22003048,22003904,22005422,22005578,22005620,22006375,22007565,22010983,22011943,22015140,22016808,22020859,22021435,22023123,22023273,22024324,22024877,22025815,22028113,22028210,22031485,22032061,22032208,22032452,22032677,22032768,22033143,22034381,22035908,22036289,22036728,22040502,22042597,22045604,22050147,22050364,22050432,22050879,22051586,22055093,22057091,22066945,22067370,22068691,22072665,22073652,22073884,22076182,22078967,22079029,22079681,22088036,22090728,22091733,22096851,22097131,22103613,22106580,22123723,22126025,22131808,22131881,22132850,22133049,22133259,22134221,22134235,22151130,22151591,22153416,22153978,22155163,22175229,22178913,22180571,22180985,22181046,22183827,22185854,22187085,22189466,22194533,22194921,22201650,22202608,22204922,22211238,22212805,22213140,22222806,22227352,22227443,22228057,22292893,22293111,22293181,22293797,22294829,22295507,22295705,2229814', 'assoc_port': '21963398:21963559,21963881:21964257,21963884:21964103,21963885:21963960,21967145:21970765,21967184:21971457,21967193:21971815,21969982:21970465,21976863:21996824,21976864:21997190,21976868:21997864,21976883:22025815,21976900:22023123,21978888:22003048,21978910:22003904,21978941:22005422,21978949:22005578,21978951:22005620,21980101:22006375,21980112:22007565,21980147:21983035,21985550:21986346,21986991:22016808,22010578:22010983,22011454:22011943,22013399:22034381,22014823:22032677,22014830:22032768,22014834:22032452,22014836:22032208,22014871:22032061,22014884:22015140,22017376:22028210,22017377:22028113,22019908:22021435,22019911:22020859,22023072:22023273,22023900:22024324,22024787:22024877,22031176:22031485,22032527:22033143,22035140:22036728,22035142:22036289,22035143:22035908,22040130:22040502,22042105:22042597,22045046:22045604,22049746:22050879,22049750:22050364,22049753:22050432,22049757:22050147,22051353:22051586,22054524:22055093,22056821:22057091,22065345:22068691,22066732:22067370,22066735:2206694', 'assoc_mat': '21963398:carton:4207:21963559,21963881:carton:4207:21964257,21963884:carton:4207:21964103,21963885:carton:4207:21963960,21967145:carton:4207:21970765,21967184:carton:4207:21971457,21967193:carton:4207:21971815,21969982:carton:4207:21970465,21976863:carton:4207:21996824,21976864:carton:4207:21997190,21976868:carton:4207:21997864,21976883:carton:4207:22025815,21976900:carton:4207:22023123,21978888:carton:4207:22003048,21978910:carton:4207:22003904,21978941:carton:4207:22005422,21978949:carton:4207:22005578,21978951:carton:4207:22005620,21980101:carton:4207:22006375,21980112:carton:4207:22007565,21980147:carton:4207:21983035,21985550:carton:4207:21986346,21986991:carton:4207:22016808,22010578:carton:4207:22010983,22011454:carton:4207:22011943,22013399:carton:4207:22034381,22014823:carton:4207:22032677,22014830:carton:4207:22032768,22014834:carton:4207:22032452,22014836:carton:4207:22032208,22014871:carton:4207:22032061,22014884:carton:4207:22015140,22017376:carton:4207:22028210,22017377:carton:4207:22028113,2201'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.015813778624189756, 'nb_photo': 2948, 'list_port_cont': '21962862,21964222,21964556,21968382,21968796,21975959,21977452,21979345,21980646,21981029,21981586,21986128,21987688,21997260,21997470,22012051,22015493,22015515,22015618,22015729,22015782,22015865,22016513,22019080,22019093,22024162,22025876,22029479,22031832,22036043,22040515,22042483,22045794,22051019,22052007,22055233,22057339,22069275,22073897,22073967,22076346,22076815,22080200,22088860,22093817,22094619,22108868,22122294,22127550,22130122,22132905,22143057,22144642,22147288,22149457,22153705,22165125,22178177,22180728,22184446,22192215,22194268,22195577,22205197,22207223,22212366,22222290,22223378,22245368,22292786,22296068,22297436,22300087,22302361,22307964,22308269,22313276,22317021,22317683,22332223,22336555,22340926,22344801,22347258,22351315,22354487,22376494,22377543,22378490,22379517,22381076,22385038,22388593,22390906,22391723,22395326,22401160,22425429,22425491,22428266,22433267,22438554,22439692,22441342,22445229,22450458,22452263,22455761,22455892,22458862,22460259,22467439,22473900,2247763', 'assoc_port': '21962511:21962862,21963880:21964222,21964371:21964556,21967121:21968796,21967190:21968382,21975318:21975959,21976867:21977452,21978936:21979345,21980104:21981586,21980135:21980646,21980140:21981029,21985538:21986128,21986986:21987688,21996829:21997470,21996831:21997260,22011456:22012051,22014826:22016513,22014832:22015493,22014873:22015865,22014882:22015782,22014894:22015729,22014900:22015618,22014908:22015515,22018589:22019093,22018593:22019080,22023899:22024162,22024785:22025876,22029100:22029479,22031178:22031832,22035145:22036043,22040127:22040515,22042106:22042483,22045048:22045794,22046567:22051019,22049756:22052007,22051361:22057339,22054526:22055233,22065347:22073897,22068647:22069275,22073535:22073967,22075834:22076346,22076547:22076815,22079489:22080200,22086063:22094619,22088044:22088860,22093119:22093817,22098020:22108868,22122000:22122294,22126964:22127550,22129559:22130122,22132586:22132905,22138711:22147288,22142357:22143057,22144309:22144642,22148777:22149457,22153227:22153705,22164922:2216512', 'assoc_mat': '21962511:carton:4461:21962862,21963880:carton:4461:21964222,21964371:carton:4461:21964556,21967121:carton:4461:21968796,21967190:carton:4461:21968382,21975318:carton:4461:21975959,21976867:carton:4461:21977452,21978936:carton:4461:21979345,21980104:carton:4461:21981586,21980135:carton:4461:21980646,21980140:carton:4461:21981029,21985538:carton:4461:21986128,21986986:carton:4461:21987688,21996829:carton:4461:21997470,21996831:carton:4461:21997260,22011456:carton:4461:22012051,22014826:carton:4461:22016513,22014832:carton:4461:22015493,22014873:carton:4461:22015865,22014882:carton:4461:22015782,22014894:carton:4461:22015729,22014900:carton:4461:22015618,22014908:carton:4461:22015515,22018589:carton:4461:22019093,22018593:carton:4461:22019080,22023899:carton:4461:22024162,22024785:carton:4461:22025876,22029100:carton:4461:22029479,22031178:carton:4461:22031832,22035145:carton:4461:22036043,22040127:carton:4461:22040515,22042106:carton:4461:22042483,22045048:carton:4461:22045794,22046567:carton:4461:22051019,2204'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.03270000961097518, 'nb_photo': 2983, 'list_port_cont': '21963506,21963748,21969524,21970679,21971856,21977061,21987223,21996020,22004220,22006334,22007581,22032235,22032625,22034595,22040654,22040896,22041945,22042197,22042519,22042851,22042942,22044158,22044586,22044887,22045463,22050954,22051686,22051876,22053695,22053794,22053812,22053933,22053957,22053972,22054069,22055111,22056679,22056861,22057722,22068783,22074421,22083182,22091018,22091145,22097336,22099667,22108175,22109942,22118601,22118743,22123738,22132976,22135498,22138559,22147414,22148480,22148519,22149500,22153030,22156875,22158876,22159200,22162558,22169721,22193160,22195004,22204879,22229882,22234436,22234990,22239609,22241174,22242699,22242711,22287846,22287935,22294372,22299461,22302837,22307272,22307389,22309484,22312891,22316265,22317574,22321660,22321925,22321979,22330653,22345018,22346380,22346566,22347432,22347610,22347709,22350355,22352389,22358807,22359269,22359281,22359433,22361610,22378624,22378779,22378986,22380056,22380822,22381122,22381714,22389055,22390081,22395763,22396918,2239700', 'assoc_port': '21962513:21963748,21963400:21963506,21967129:21969524,21967139:21970679,21967186:21971856,21976823:21996020,21976906:21977061,21978911:22004220,21980100:22006334,21980110:22007581,21986993:21987223,22010579:22032235,22011453:22032625,22013398:22034595,22014797:22040654,22014827:22040896,22014838:22041945,22014839:22042197,22014876:22042851,22014878:22042942,22014891:22044158,22014898:22044586,22014902:22044887,22014903:22045463,22017378:22051686,22019913:22053812,22023889:22056861,22032524:22057722,22035137:22054069,22040123:22053972,22040136:22053957,22042108:22042519,22045047:22053933,22045049:22053794,22049751:22050954,22049755:22056679,22051355:22053695,22051363:22051876,22054528:22055111,22065348:22068783,22068649:22083182,22073532:22074421,22078670:22099667,22088043:22091145,22088051:22091018,22091315:22118601,22091317:22109942,22093114:22118743,22096627:22097336,22101552:22108175,22123322:22123738,22126966:22132976,22129562:22135498,22132587:22138559,22137423:22147414,22141214:22162558,22142356:2214848', 'assoc_mat': '21962513:carton:4200:21963748,21963400:carton:4200:21963506,21967129:carton:4200:21969524,21967139:carton:4200:21970679,21967186:carton:4200:21971856,21976823:carton:4200:21996020,21976906:carton:4200:21977061,21978911:carton:4200:22004220,21980100:carton:4200:22006334,21980110:carton:4200:22007581,21986993:carton:4200:21987223,22010579:carton:4200:22032235,22011453:carton:4200:22032625,22013398:carton:4200:22034595,22014797:carton:4200:22040654,22014827:carton:4200:22040896,22014838:carton:4200:22041945,22014839:carton:4200:22042197,22014876:carton:4200:22042851,22014878:carton:4200:22042942,22014891:carton:4200:22044158,22014898:carton:4200:22044586,22014902:carton:4200:22044887,22014903:carton:4200:22045463,22017378:carton:4200:22051686,22019913:carton:4200:22053812,22023889:carton:4200:22056861,22032524:carton:4200:22057722,22035137:carton:4200:22054069,22040123:carton:4200:22053972,22040136:carton:4200:22053957,22042108:carton:4200:22042519,22045047:carton:4200:22053933,22045049:carton:4200:22053794,2204'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.04351261990329634, 'nb_photo': 3629, 'list_port_cont': '21964206,21968044,21970545,21974006,21974246,21976108,21976187,21977096,21978277,21978409,21978700,21979263,21980943,21981100,21985014,21987529,21997647,22012005,22014152,22015670,22015920,22015936,22015975,22016001,22016100,22016175,22016674,22017223,22018050,22023145,22024038,22024221,22025865,22029289,22029607,22033187,22035770,22040481,22045568,22047101,22050006,22050297,22050446,22051698,22051844,22052099,22055318,22057080,22066229,22067262,22076301,22076806,22086679,22088573,22093802,22093926,22097135,22102780,22123767,22130066,22134209,22137991,22139248,22139425,22141672,22144731,22149417,22158714,22175466,22175520,22180789,22184227,22186848,22187420,22191594,22195652,22200180,22200207,22207250,22211149,22212221,22212468,22217884,22221534,22221844,22291338,22294341,22298371,22300015,22305692,22305849,22307673,22310223,22310455,22311658,22312632,22312712,22312752,22315042,22315139,22317040,22317242,22317517,22318718,22319815,22329125,22329568,22329624,22329982,22330224,22336926,22344916,22345378,2234665', 'assoc_port': '21963882:21964206,21967114:21968044,21967142:21974006,21967197:21974246,21969983:21970545,21975316:21976187,21975317:21976108,21976822:21979263,21976869:21978700,21976870:21978409,21976897:21978277,21976904:21977096,21980117:21981100,21980144:21980943,21984242:21985014,21986987:21987529,21986989:21997647,22011457:22012005,22013394:22014152,22014831:22017223,22014842:22016674,22014846:22016175,22014877:22015936,22014879:22016100,22014886:22015975,22014892:22015920,22014899:22016001,22014906:22015670,22017392:22018050,22023071:22023145,22023871:22024221,22023901:22024038,22024786:22025865,22029099:22029607,22029101:22029289,22032529:22033187,22035141:22035770,22038503:22050297,22040133:22040481,22045045:22045568,22046565:22047101,22049747:22050446,22049749:22051844,22049758:22050006,22051357:22052099,22051362:22051698,22054542:22055318,22056819:22057080,22065344:22066229,22066733:22067262,22075838:22076301,22076545:22076806,22086022:22086679,22088049:22088573,22093116:22093926,22093117:22093802,22096624:2209713', 'assoc_mat': '21963882:carton:4209:21964206,21967114:carton:4209:21968044,21967142:carton:4209:21974006,21967197:carton:4209:21974246,21969983:carton:4209:21970545,21975316:carton:4209:21976187,21975317:carton:4209:21976108,21976822:carton:4209:21979263,21976869:carton:4209:21978700,21976870:carton:4209:21978409,21976897:carton:4209:21978277,21976904:carton:4209:21977096,21980117:carton:4209:21981100,21980144:carton:4209:21980943,21984242:carton:4209:21985014,21986987:carton:4209:21987529,21986989:carton:4209:21997647,22011457:carton:4209:22012005,22013394:carton:4209:22014152,22014831:carton:4209:22017223,22014842:carton:4209:22016674,22014846:carton:4209:22016175,22014877:carton:4209:22015936,22014879:carton:4209:22016100,22014886:carton:4209:22015975,22014892:carton:4209:22015920,22014899:carton:4209:22016001,22014906:carton:4209:22015670,22017392:carton:4209:22018050,22023071:carton:4209:22023145,22023871:carton:4209:22024221,22023901:carton:4209:22024038,22024786:carton:4209:22025865,22029099:carton:4209:22029607,2202'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.013023451589009406, 'nb_photo': 12240, 'list_port_cont': '21963407,21963592,21964274,21970586,21971876,21971933,21989545,21990263,21997447,22004072,22005519,22007317,22007775,22008812,22025925,22025966,22026084,22026139,22026156,22026188,22026243,22026316,22026460,22026575,22026599,22026668,22026737,22027165,22027269,22029550,22030981,22031871,22031961,22033368,22039422,22040619,22040700,22050604,22050703,22051593,22052018,22052122,22056380,22057176,22063571,22067300,22068766,22069188,22072731,22074040,22080501,22083643,22090621,22091676,22091937,22092178,22094249,22105435,22122253,22127613,22132334,22139307,22141700,22144688,22144829,22151425,22155284,22158584,22177953,22179539,22186655,22189955,22192297,22195666,22195680,22207545,22210762,22221974,22222975,22229856,22291491,22294731,22294826,22298370,22298629,22299061,22302358,22306942,22308383,22310002,22312609,22313061,22313306,22315313,22318844,22329436,22332283,22337039,22341209,22344853,22345002,22345496,22352630,22352716,22352908,22353629,22355848,22371431,22375842,22377493,22379559,22380000,22381569,2238159', 'assoc_port': '21962514:21963407,21963397:21963592,21963883:21964274,21967132:21970586,21967181:21971876,21967195:21971933,21975312:21989545,21975320:21990263,21976850:21997447,21978908:22004072,21978934:22005519,21980103:22007317,21980107:22007775,21980142:22008812,22010582:22027269,22011452:22027165,22013397:22030981,22014825:22026737,22014833:22026668,22014843:22026599,22014874:22026575,22014880:22026460,22014893:22026316,22014896:22026243,22014901:22026188,22017391:22026156,22019909:22026139,22023068:22026084,22024784:22025925,22024789:22025966,22029102:22029550,22031175:22031961,22031177:22031871,22032532:22033368,22038504:22039422,22040126:22040700,22040132:22040619,22042107:22051593,22046566:22050703,22049745:22056380,22049754:22050604,22051354:22052122,22051356:22052018,22054525:22057176,22062853:22063571,22065346:22068766,22066734:22067300,22068648:22069188,22071991:22072731,22073536:22074040,22079487:22080501,22079488:22083643,22079491:22092178,22086017:22094249,22086036:22090621,22091316:22091676,22091318:2209193', 'assoc_mat': '21962514:carton:4211:21963407,21963397:carton:4211:21963592,21963883:carton:4211:21964274,21967132:carton:4211:21970586,21967181:carton:4211:21971876,21967195:carton:4211:21971933,21975312:carton:4211:21989545,21975320:carton:4211:21990263,21976850:carton:4211:21997447,21978908:carton:4211:22004072,21978934:carton:4211:22005519,21980103:carton:4211:22007317,21980107:carton:4211:22007775,21980142:carton:4211:22008812,22010582:carton:4211:22027269,22011452:carton:4211:22027165,22013397:carton:4211:22030981,22014825:carton:4211:22026737,22014833:carton:4211:22026668,22014843:carton:4211:22026599,22014874:carton:4211:22026575,22014880:carton:4211:22026460,22014893:carton:4211:22026316,22014896:carton:4211:22026243,22014901:carton:4211:22026188,22017391:carton:4211:22026156,22019909:carton:4211:22026139,22023068:carton:4211:22026084,22024784:carton:4211:22025925,22024789:carton:4211:22025966,22029102:carton:4211:22029550,22031175:carton:4211:22031961,22031177:carton:4211:22031871,22032532:carton:4211:22033368,2203'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.005456189440889888, 'nb_photo': 151, 'list_port_cont': '21963764,21976299,21982689,21988610,21990852,21998134,22005688,22008144,22012899,22025557,22033711,22033936,22037060,22042147,22042747,22046216,22046336,22048303,22053767,22054706,22055747,22057902,22060427,22067765,22069681,22077050,22079697,22079924,22082869,22091995,22093325,22095883,22107790,22109487,22129283,22132954,22138736,22150079,22151650,22159093,22186782,22187170,22190725,22234451,22237235,22242423,22242917,22242971,22309670,22318880,22347414,22358847,22373034,22378840,22380049,22389187,22391087,22392497,22395889,22428604,22429869,22438129,22440952,22441908,22449342,22453755,22456257,22457127,22459691,22460914,22463503,22464290,22469951,22480586,22487814,22489644,22498514,22501371,22503535,22514219,22519257,22537435,22548701,22553900,22553960,22558201,22559484,22574559', 'assoc_port': '21963399:21963764,21967124:21988610,21969980:21982689,21975313:21990852,21975319:21976299,21976848:21998134,21978922:22005688,21980102:22008144,21984249:22012899,22011451:22033711,22014822:22042147,22014828:22042747,22014840:22095883,22014875:22082869,22014890:22079924,22014897:22046336,22014905:22048303,22018592:22060427,22023872:22025557,22032522:22033936,22035139:22037060,22040125:22054706,22045050:22046216,22051359:22053767,22054523:22057902,22054529:22055747,22066731:22067765,22068650:22069681,22071992:22077050,22078672:22079697,22086065:22091995,22091321:22093325,22098018:22109487,22101541:22107790,22126969:22129283,22132582:22132954,22137424:22138736,22148778:22150079,22150597:22151650,22157943:22159093,22178698:22187170,22183555:22186782,22189238:22190725,22200698:22242971,22200701:22242917,22204329:22242423,22211640:22237235,22217452:22234451,22304110:22309670,22312869:22318880,22346888:22347414,22350610:22358847,22372029:22373034,22378450:22378840,22379664:22380049,22388012:22389187,22390604:2239108', 'assoc_mat': '21963399:carton:3327:21963764,21967124:carton:3327:21988610,21969980:carton:3327:21982689,21975313:carton:3327:21990852,21975319:carton:3327:21976299,21976848:carton:3327:21998134,21978922:carton:3327:22005688,21980102:carton:3327:22008144,21984249:carton:3327:22012899,22011451:carton:3327:22033711,22014822:carton:3327:22042147,22014828:carton:3327:22042747,22014840:carton:3327:22095883,22014875:carton:3327:22082869,22014890:carton:3327:22079924,22014897:carton:3327:22046336,22014905:carton:3327:22048303,22018592:carton:3327:22060427,22023872:carton:3327:22025557,22032522:carton:3327:22033936,22035139:carton:3327:22037060,22040125:carton:3327:22054706,22045050:carton:3327:22046216,22051359:carton:3327:22053767,22054523:carton:3327:22057902,22054529:carton:3327:22055747,22066731:carton:3327:22067765,22068650:carton:3327:22069681,22071992:carton:3327:22077050,22078672:carton:3327:22079697,22086065:carton:3327:22091995,22091321:carton:3327:22093325,22098018:carton:3327:22109487,22101541:carton:3327:22107790,2212'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.006618976059540002, 'nb_photo': 42, 'list_port_cont': '22019663,22358753,22448926', 'assoc_port': '22018590:22019663,22358427:22358753,22448524:22448926', 'assoc_mat': '22018590:carton:3594:22019663,22358427:carton:3594:22358753,22448524:carton:3594:22448926'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.001622923843119793, 'nb_photo': 86, 'list_port_cont': '21967687,21977409,21979784,21996957,22023225,22040792,22051417,22051731,22055162,22064652,22081444,22098900,22132398,22159635,22165093,22166950,22186443,22194600,22195055,22207260,22225048,22235730,22301630,22306709,22308221,22310210,22314704,22329943,22345481,22346593,22347238,22348680,22389545,22403113,22411921,22412547,22437362,22440991,22460031,22469993,22490158,22497910,22513085,22525275,22537000,22556362,22560479,22566507', 'assoc_port': '21967188:21967687,21976865:21977409,21978938:21979784,21996833:21996957,22023069:22023225,22035138:22051417,22040129:22040792,22051360:22051731,22054522:22055162,22062850:22064652,22079490:22081444,22098017:22098900,22131721:22132398,22137425:22166950,22148775:22165093,22150595:22159635,22174852:22235730,22185033:22186443,22194156:22195055,22194159:22194600,22206469:22207260,22221035:22225048,22299407:22301630,22304113:22306709,22307886:22308221,22309703:22310210,22314656:22314704,22328563:22348680,22328569:22329943,22345135:22345481,22346404:22346593,22346890:22347238,22388008:22389545,22393285:22412547,22394734:22411921,22402406:22403113,22436849:22437362,22440751:22440991,22459597:22460031,22469829:22469993,22489068:22525275,22489069:22490158,22497685:22497910,22509477:22513085,22536495:22537000,22554335:22560479,22554338:22556362,22566349:22566507', 'assoc_mat': '21967188:cartonnette:3726:21967687,21976865:cartonnette:3726:21977409,21978938:cartonnette:3726:21979784,21996833:cartonnette:3726:21996957,22023069:cartonnette:3726:22023225,22035138:cartonnette:3726:22051417,22040129:cartonnette:3726:22040792,22051360:cartonnette:3726:22051731,22054522:cartonnette:3726:22055162,22062850:cartonnette:3726:22064652,22079490:cartonnette:3726:22081444,22098017:cartonnette:3726:22098900,22131721:cartonnette:3726:22132398,22137425:cartonnette:3726:22166950,22148775:cartonnette:3726:22165093,22150595:cartonnette:3726:22159635,22174852:cartonnette:3726:22235730,22185033:cartonnette:3726:22186443,22194156:cartonnette:3726:22195055,22194159:cartonnette:3726:22194600,22206469:cartonnette:3726:22207260,22221035:cartonnette:3726:22225048,22299407:cartonnette:3726:22301630,22304113:cartonnette:3726:22306709,22307886:cartonnette:3726:22308221,22309703:cartonnette:3726:22310210,22314656:cartonnette:3726:22314704,22328563:cartonnette:3726:22348680,22328569:cartonnette:3726:22329943,22345135:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00796749422319749, 'nb_photo': 340, 'list_port_cont': '21962938,21967690,21970617,21977418,21979783,21996964,22015344,22023224,22024486,22028373,22028485,22040797,22051424,22051730,22055155,22064644,22073985,22076261,22081445,22098893,22106675,22132401,22134323,22159641,22166958,22186448,22194602,22195059,22207261,22225042,22235727,22287115,22301639,22306714,22308215,22310213,22314709,22329452,22329944,22333933,22345475,22346596,22347229,22347822,22348675,22355182,22358946,22359253,22389537,22403114,22411914,22412543,22437357,22440992,22450652,22458383,22460030,22469994,22486684,22487212,22488320,22490153,22494953,22497920,22513080,22525270,22537005,22543392,22552273,22556361,22560471,22566501', 'assoc_port': '21962512:21962938,21967188:21967690,21969981:21970617,21976865:21977418,21978938:21979783,21996833:21996964,22014835:22028485,22014845:22028373,22014872:22015344,22018591:22024486,22023069:22023224,22035138:22051424,22040129:22040797,22051360:22051730,22054522:22055155,22062850:22064644,22073531:22073985,22075836:22076261,22079490:22081445,22098017:22098893,22106152:22106675,22131721:22132401,22133905:22134323,22137425:22166958,22150595:22159641,22174852:22235727,22185033:22186448,22194156:22195059,22194159:22194602,22206469:22207261,22221035:22225042,22286479:22287115,22299407:22301639,22304113:22306714,22307886:22308215,22309703:22310213,22314656:22314709,22328536:22358946,22328562:22359253,22328563:22348675,22328564:22333933,22328569:22329944,22328572:22329452,22334759:22347822,22345135:22345475,22346404:22346596,22346890:22347229,22355026:22355182,22388008:22389537,22393285:22412543,22394734:22411914,22402406:22403114,22436849:22437357,22440751:22440992,22450301:22450652,22457337:22458383,22459597:2246003', 'assoc_mat': '21962512:Carton_brun:3726:21962938,21967188:Carton_brun:3726:21967690,21969981:Carton_brun:3726:21970617,21976865:Carton_brun:3726:21977418,21978938:Carton_brun:3726:21979783,21996833:Carton_brun:3726:21996964,22014835:Carton_brun:3726:22028485,22014845:Carton_brun:3726:22028373,22014872:Carton_brun:3726:22015344,22018591:Carton_brun:3726:22024486,22023069:Carton_brun:3726:22023224,22035138:Carton_brun:3726:22051424,22040129:Carton_brun:3726:22040797,22051360:Carton_brun:3726:22051730,22054522:Carton_brun:3726:22055155,22062850:Carton_brun:3726:22064644,22073531:Carton_brun:3726:22073985,22075836:Carton_brun:3726:22076261,22079490:Carton_brun:3726:22081445,22098017:Carton_brun:3726:22098893,22106152:Carton_brun:3726:22106675,22131721:Carton_brun:3726:22132401,22133905:Carton_brun:3726:22134323,22137425:Carton_brun:3726:22166958,22150595:Carton_brun:3726:22159641,22174852:Carton_brun:3726:22235727,22185033:Carton_brun:3726:22186448,22194156:Carton_brun:3726:22195059,22194159:Carton_brun:3726:22194602,22206469:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004871870698716255, 'nb_photo': 158, 'list_port_cont': '21962936,21967683,21970622,21977408,21979776,21996962,22015336,22023232,22024490,22028492,22040795,22051724,22055159,22064648,22073984,22076265,22081443,22102889,22106685,22132403,22134313,22165101,22166960,22186442,22194601,22195057,22207265,22225046,22235722,22287107,22301633,22308211,22310208,22314707,22329450,22329951,22346601,22347821,22348683,22358949,22359245,22379497,22389547,22411920,22437361,22440993,22450649,22458377,22460027,22469999,22486691,22487208,22488315,22490156,22494952,22497912,22513087,22525281,22532244,22543395,22552270,22556363,22560476', 'assoc_port': '21962512:21962936,21967188:21967683,21969981:21970622,21976865:21977408,21978938:21979776,21996833:21996962,22014835:22028492,22014872:22015336,22018591:22024490,22023069:22023232,22040129:22040795,22051360:22051724,22054522:22055159,22062850:22064648,22073531:22073984,22075836:22076265,22079490:22081443,22096622:22102889,22106152:22106685,22131721:22132403,22133905:22134313,22137425:22166960,22148775:22165101,22174852:22235722,22185033:22186442,22194156:22195057,22194159:22194601,22206469:22207265,22221035:22225046,22286479:22287107,22299407:22301633,22307886:22308211,22309703:22310208,22314656:22314707,22328536:22358949,22328562:22359245,22328563:22348683,22328569:22329951,22328572:22329450,22334759:22347821,22346404:22346601,22379399:22379497,22388008:22389547,22394734:22411920,22436849:22437361,22440751:22440993,22450301:22450649,22457337:22458377,22459597:22460027,22469829:22469999,22486521:22486691,22486538:22487208,22488165:22488315,22489068:22525281,22489069:22490156,22494461:22494952,22497685:2249791', 'assoc_mat': '21962512:Carton_gris:3726:21962936,21967188:Carton_gris:3726:21967683,21969981:Carton_gris:3726:21970622,21976865:Carton_gris:3726:21977408,21978938:Carton_gris:3726:21979776,21996833:Carton_gris:3726:21996962,22014835:Carton_gris:3726:22028492,22014872:Carton_gris:3726:22015336,22018591:Carton_gris:3726:22024490,22023069:Carton_gris:3726:22023232,22040129:Carton_gris:3726:22040795,22051360:Carton_gris:3726:22051724,22054522:Carton_gris:3726:22055159,22062850:Carton_gris:3726:22064648,22073531:Carton_gris:3726:22073984,22075836:Carton_gris:3726:22076265,22079490:Carton_gris:3726:22081443,22096622:Carton_gris:3726:22102889,22106152:Carton_gris:3726:22106685,22131721:Carton_gris:3726:22132403,22133905:Carton_gris:3726:22134313,22137425:Carton_gris:3726:22166960,22148775:Carton_gris:3726:22165101,22174852:Carton_gris:3726:22235722,22185033:Carton_gris:3726:22186442,22194156:Carton_gris:3726:22195057,22194159:Carton_gris:3726:22194601,22206469:Carton_gris:3726:22207265,22221035:Carton_gris:3726:22225046,22286479:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006545785301094141, 'nb_photo': 150, 'list_port_cont': '21964186,21969945,22026352,22041329,22046201,22051218,22051712,22052396,22053702,22054005,22076374,22076779,22108075,22149145,22153088,22158483,22180494,22237976,22241245,22244111,22292975,22309513,22314879,22318622,22345045,22361612,22379472,22385701,22396155,22422341,22433704,22449948,22454614,22473519,22480030,22487813,22511789,22512749,22516928,22536628,22553556,22565050', 'assoc_port': '21963879:21964186,21967136:21969945,21978909:22026352,21984244:22052396,22014829:22041329,22014907:22046201,22019910:22053702,22038501:22054005,22049748:22051218,22051358:22051712,22062848:22076374,22076546:22076779,22101547:22108075,22131718:22153088,22142360:22149145,22154699:22158483,22174835:22180494,22191273:22244111,22210213:22241245,22211643:22237976,22290550:22292975,22305213:22309513,22314653:22314879,22318028:22318622,22344383:22345045,22355024:22361612,22379401:22379472,22384434:22385701,22390602:22396155,22420201:22422341,22432676:22433704,22444780:22449948,22451710:22454614,22469828:22473519,22479660:22480030,22486523:22487813,22497684:22511789,22509474:22512749,22513057:22516928,22536499:22536628,22550650:22553556,22562905:22565050', 'assoc_mat': '21963879:ela:4205:21964186,21967136:ela:4205:21969945,21978909:ela:4205:22026352,21984244:ela:4205:22052396,22014829:ela:4205:22041329,22014907:ela:4205:22046201,22019910:ela:4205:22053702,22038501:ela:4205:22054005,22049748:ela:4205:22051218,22051358:ela:4205:22051712,22062848:ela:4205:22076374,22076546:ela:4205:22076779,22101547:ela:4205:22108075,22131718:ela:4205:22153088,22142360:ela:4205:22149145,22154699:ela:4205:22158483,22174835:ela:4205:22180494,22191273:ela:4205:22244111,22210213:ela:4205:22241245,22211643:ela:4205:22237976,22290550:ela:4205:22292975,22305213:ela:4205:22309513,22314653:ela:4205:22314879,22318028:ela:4205:22318622,22344383:ela:4205:22345045,22355024:ela:4205:22361612,22379401:ela:4205:22379472,22384434:ela:4205:22385701,22390602:ela:4205:22396155,22420201:ela:4205:22422341,22432676:ela:4205:22433704,22444780:ela:4205:22449948,22451710:ela:4205:22454614,22469828:ela:4205:22473519,22479660:ela:4205:22480030,22486523:ela:4205:22487813,22497684:ela:4205:22511789,22509474:ela:4205:2251274'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 1.0363782397484544, 'nb_photo': 218, 'list_port_cont': '21969305,22003520,22005700,22012118,22040905,22053787,22054241,22055547,22063557,22064884,22076853,22097223,22146606,22155003,22164096,22241086,22244166,22295032,22309853,22315615,22348633,22358383,22379356,22397927,22399468,22430538,22450064,22451172,22471526,22505140,22510434,22520970,22560982,22561802', 'assoc_port': '21967117:21969305,21978894:22003520,21978946:22005700,22011455:22012118,22014824:22040905,22014888:22064884,22023070:22055547,22035144:22054241,22046564:22053787,22062855:22063557,22076548:22076853,22096625:22097223,22129557:22146606,22141215:22155003,22154698:22164096,22191270:22244166,22210214:22241086,22291941:22295032,22305215:22309853,22314649:22315615,22340395:22348633,22350612:22358383,22376586:22379356,22386992:22397927,22398077:22399468,22429992:22430538,22443967:22451172,22449976:22450064,22466648:22471526,22494447:22505140,22504012:22510434,22520613:22520970,22542628:22560982,22556378:22561802', 'assoc_mat': '21967117:ela:4203:21969305,21978894:ela:4203:22003520,21978946:ela:4203:22005700,22011455:ela:4203:22012118,22014824:ela:4203:22040905,22014888:ela:4203:22064884,22023070:ela:4203:22055547,22035144:ela:4203:22054241,22046564:ela:4203:22053787,22062855:ela:4203:22063557,22076548:ela:4203:22076853,22096625:ela:4203:22097223,22129557:ela:4203:22146606,22141215:ela:4203:22155003,22154698:ela:4203:22164096,22191270:ela:4203:22244166,22210214:ela:4203:22241086,22291941:ela:4203:22295032,22305215:ela:4203:22309853,22314649:ela:4203:22315615,22340395:ela:4203:22348633,22350612:ela:4203:22358383,22376586:ela:4203:22379356,22386992:ela:4203:22397927,22398077:ela:4203:22399468,22429992:ela:4203:22430538,22443967:ela:4203:22451172,22449976:ela:4203:22450064,22466648:ela:4203:22471526,22494447:ela:4203:22505140,22504012:ela:4203:22510434,22520613:ela:4203:22520970,22542628:ela:4203:22560982,22556378:ela:4203:22561802'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0013011904904360854, 'nb_photo': 125, 'list_port_cont': '21963561,21964263,21970466,21971465,21986344,21996821,22003897,22005421,22006363,22007553,22011949,22015143,22023121,22023285,22028204,22031487,22032449,22032672,22035917,22040498,22045609,22050430,22066956,22067375,22068690,22072656,22078965,22079044,22079678,22091735,22096857,22123728,22126022,22131809,22132865,22133050,22133253,22151137,22151603,22155155,22175238,22180580,22180982,22181061,22183828,22194543,22222799,22292887,22293103,22293180,22293794,22300214,22307030,22335422,22338511,22340104,22341939,22344730,22345421,22346575,22372347,22377487,22381060,22381679,22395219,22409542,22420625,22421683,22425460,22432905,22440916,22445552,22452211,22479973,22490344,22494689,22498825,22504432,22534037,22544881,22544997,22563369', 'assoc_port': '21963398:21963561,21963881:21964263,21967184:21971465,21969982:21970466,21976863:21996821,21976900:22023121,21978910:22003897,21978941:22005421,21980101:22006363,21980112:22007553,21985550:21986344,22011454:22011949,22014823:22032672,22014834:22032449,22014884:22015143,22017376:22028204,22023072:22023285,22031176:22031487,22035143:22035917,22040130:22040498,22045046:22045609,22049753:22050430,22065345:22068690,22066732:22067375,22066735:22066956,22071990:22072656,22078669:22079678,22078671:22079044,22078673:22078965,22091320:22091735,22096623:22096857,22123320:22123728,22125807:22126022,22129556:22131809,22132583:22133253,22132585:22133050,22132589:22132865,22150592:22151603,22150596:22151137,22154700:22155155,22174850:22175238,22177106:22180982,22177110:22181061,22180100:22180580,22183558:22183828,22194162:22194543,22221009:22222799,22290547:22292887,22291935:22293794,22291937:22293180,22291942:22293103,22299408:22300214,22305207:22307030,22331495:22340104,22334760:22338511,22334761:22335422,22340417:2234193', 'assoc_mat': '21963398:ela:4207:21963561,21963881:ela:4207:21964263,21967184:ela:4207:21971465,21969982:ela:4207:21970466,21976863:ela:4207:21996821,21976900:ela:4207:22023121,21978910:ela:4207:22003897,21978941:ela:4207:22005421,21980101:ela:4207:22006363,21980112:ela:4207:22007553,21985550:ela:4207:21986344,22011454:ela:4207:22011949,22014823:ela:4207:22032672,22014834:ela:4207:22032449,22014884:ela:4207:22015143,22017376:ela:4207:22028204,22023072:ela:4207:22023285,22031176:ela:4207:22031487,22035143:ela:4207:22035917,22040130:ela:4207:22040498,22045046:ela:4207:22045609,22049753:ela:4207:22050430,22065345:ela:4207:22068690,22066732:ela:4207:22067375,22066735:ela:4207:22066956,22071990:ela:4207:22072656,22078669:ela:4207:22079678,22078671:ela:4207:22079044,22078673:ela:4207:22078965,22091320:ela:4207:22091735,22096623:ela:4207:22096857,22123320:ela:4207:22123728,22125807:ela:4207:22126022,22129556:ela:4207:22131809,22132583:ela:4207:22133253,22132585:ela:4207:22133050,22132589:ela:4207:22132865,22150592:ela:4207:2215160'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.006021227010475339, 'nb_photo': 10, 'list_port_cont': '21968389,22149461,22292784,22428278,22445233,22473912,22556916,22561962', 'assoc_port': '21967190:21968389,22148777:22149461,22291934:22292784,22427805:22428278,22444779:22445233,22469833:22473912,22556379:22556916,22561375:22561962', 'assoc_mat': '21967190:ela:4461:21968389,22148777:ela:4461:22149461,22291934:ela:4461:22292784,22427805:ela:4461:22428278,22444779:ela:4461:22445233,22469833:ela:4461:22473912,22556379:ela:4461:22556916,22561375:ela:4461:22561962'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0008541345886496939, 'nb_photo': 54, 'list_port_cont': '21970689,22004224,22007573,22032222,22042856,22051871,22053681,22053793,22053981,22055114,22056852,22118756,22138556,22147410,22153026,22158877,22193155,22204885,22229875,22239598,22241163,22242691,22294373,22299452,22347442,22347608,22347719,22352386,22378616,22381727,22395769,22438105,22441956,22458274,22465990,22488474,22497803,22506104,22506969,22516906,22524874,22543792,22544931,22556701,22563687', 'assoc_port': '21967139:21970689,21978911:22004224,21980110:22007573,22010579:22032222,22014876:22042856,22023889:22056852,22040123:22053981,22045049:22053793,22051355:22053681,22051363:22051871,22054528:22055114,22093114:22118756,22132587:22138556,22137423:22147410,22144310:22153026,22154710:22158877,22191278:22193155,22200699:22242691,22204331:22204885,22210211:22241163,22211636:22239598,22222639:22229875,22291938:22294373,22295406:22299452,22339071:22347719,22346889:22347608,22346893:22347442,22352281:22352386,22372030:22378616,22381319:22381727,22393281:22395769,22436852:22438105,22439288:22441956,22444781:22458274,22462252:22465990,22488171:22488474,22497686:22497803,22502414:22506104,22502416:22506969,22513056:22516906,22517562:22524874,22542654:22543792,22544863:22544931,22554337:22556701,22561372:22563687', 'assoc_mat': '21967139:ela:4200:21970689,21978911:ela:4200:22004224,21980110:ela:4200:22007573,22010579:ela:4200:22032222,22014876:ela:4200:22042856,22023889:ela:4200:22056852,22040123:ela:4200:22053981,22045049:ela:4200:22053793,22051355:ela:4200:22053681,22051363:ela:4200:22051871,22054528:ela:4200:22055114,22093114:ela:4200:22118756,22132587:ela:4200:22138556,22137423:ela:4200:22147410,22144310:ela:4200:22153026,22154710:ela:4200:22158877,22191278:ela:4200:22193155,22200699:ela:4200:22242691,22204331:ela:4200:22204885,22210211:ela:4200:22241163,22211636:ela:4200:22239598,22222639:ela:4200:22229875,22291938:ela:4200:22294373,22295406:ela:4200:22299452,22339071:ela:4200:22347719,22346889:ela:4200:22347608,22346893:ela:4200:22347442,22352281:ela:4200:22352386,22372030:ela:4200:22378616,22381319:ela:4200:22381727,22393281:ela:4200:22395769,22436852:ela:4200:22438105,22439288:ela:4200:22441956,22444781:ela:4200:22458274,22462252:ela:4200:22465990,22488171:ela:4200:22488474,22497686:ela:4200:22497803,22502414:ela:4200:2250610'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.005241843575642434, 'nb_photo': 585, 'list_port_cont': '21968055,21970532,21973970,21974245,21976106,21976199,21978278,21978694,21979267,21980929,21981107,21985004,21987534,22012006,22014144,22015667,22015915,22015926,22015973,22015989,22016097,22016178,22016675,22017224,22018045,22023137,22024216,22025855,22029299,22029604,22033205,22035781,22040476,22045563,22047091,22050005,22050454,22051692,22051852,22052112,22055315,22066226,22067261,22076310,22076799,22086683,22088578,22093809,22093918,22097132,22102795,22123768,22130057,22134202,22137987,22139245,22139422,22141682,22144729,22149416,22158726,22175511,22180788,22184235,22186834,22187429,22191597,22195645,22200168,22200210,22211147,22221846,22291321,22300024,22305697,22305853,22307676,22310229,22310458,22311666,22312626,22312750,22315048,22315144,22319794,22336927,22344914,22345377,22346652,22347184,22352927,22353599,22357151,22358714,22359465,22372772,22377470,22378528,22379986,22385066,22388472,22390968,22391023,22403221,22425544,22430345,22432806,22433172,22441503,22444317,22448537,22450575,22453427,2245363', 'assoc_port': '21967114:21968055,21967142:21973970,21967197:21974245,21969983:21970532,21975316:21976199,21975317:21976106,21976822:21979267,21976869:21978694,21976897:21978278,21980117:21981107,21980144:21980929,21984242:21985004,21986987:21987534,22011457:22012006,22013394:22014144,22014831:22017224,22014842:22016675,22014846:22016178,22014877:22015926,22014879:22016097,22014886:22015973,22014892:22015915,22014899:22015989,22014906:22015667,22017392:22018045,22023071:22023137,22023871:22024216,22024786:22025855,22029099:22029604,22029101:22029299,22032529:22033205,22035141:22035781,22040133:22040476,22045045:22045563,22046565:22047091,22049747:22050454,22049749:22051852,22049758:22050005,22051357:22052112,22051362:22051692,22054542:22055315,22065344:22066226,22066733:22067261,22075838:22076310,22076545:22076799,22086022:22086683,22088049:22088578,22093116:22093918,22093117:22093809,22096624:22097132,22101542:22102795,22123324:22123768,22129563:22130057,22133911:22134202,22137426:22137987,22138707:22139245,22138713:2213942', 'assoc_mat': '21967114:ela:4209:21968055,21967142:ela:4209:21973970,21967197:ela:4209:21974245,21969983:ela:4209:21970532,21975316:ela:4209:21976199,21975317:ela:4209:21976106,21976822:ela:4209:21979267,21976869:ela:4209:21978694,21976897:ela:4209:21978278,21980117:ela:4209:21981107,21980144:ela:4209:21980929,21984242:ela:4209:21985004,21986987:ela:4209:21987534,22011457:ela:4209:22012006,22013394:ela:4209:22014144,22014831:ela:4209:22017224,22014842:ela:4209:22016675,22014846:ela:4209:22016178,22014877:ela:4209:22015926,22014879:ela:4209:22016097,22014886:ela:4209:22015973,22014892:ela:4209:22015915,22014899:ela:4209:22015989,22014906:ela:4209:22015667,22017392:ela:4209:22018045,22023071:ela:4209:22023137,22023871:ela:4209:22024216,22024786:ela:4209:22025855,22029099:ela:4209:22029604,22029101:ela:4209:22029299,22032529:ela:4209:22033205,22035141:ela:4209:22035781,22040133:ela:4209:22040476,22045045:ela:4209:22045563,22046565:ela:4209:22047091,22049747:ela:4209:22050454,22049749:ela:4209:22051852,22049758:ela:4209:2205000'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009145477136062234, 'nb_photo': 1355, 'list_port_cont': '21963405,21963584,21964277,21970581,21971863,21971919,21989544,21990255,21997445,22004070,22005514,22007315,22007772,22008815,22025928,22025965,22026085,22026143,22026150,22026179,22026237,22026313,22026457,22026578,22026588,22026675,22026738,22027175,22027263,22029557,22030983,22031868,22031965,22033369,22039416,22040609,22040703,22050597,22050715,22051605,22052023,22052119,22056381,22057167,22063572,22067302,22068751,22069200,22072727,22074048,22080498,22083636,22090616,22091665,22091959,22092192,22094248,22105439,22122251,22127602,22132333,22139320,22141701,22144691,22144839,22151429,22155286,22158597,22177950,22179535,22186656,22189952,22192306,22195668,22195681,22207557,22210749,22221977,22222986,22229866,22291478,22294728,22294818,22298362,22298642,22299060,22302359,22306936,22308370,22309998,22312612,22313067,22313314,22315322,22318842,22329445,22332293,22337052,22341217,22344852,22344991,22345488,22352719,22352906,22353635,22355855,22371438,22375833,22377492,22379551,22379997,22381574,22381584,2238508', 'assoc_port': '21962514:21963405,21963397:21963584,21963883:21964277,21967132:21970581,21967181:21971863,21967195:21971919,21975312:21989544,21975320:21990255,21976850:21997445,21978908:22004070,21978934:22005514,21980103:22007315,21980107:22007772,21980142:22008815,22010582:22027263,22011452:22027175,22013397:22030983,22014825:22026738,22014833:22026675,22014843:22026588,22014874:22026578,22014880:22026457,22014893:22026313,22014896:22026237,22014901:22026179,22017391:22026150,22019909:22026143,22023068:22026085,22024784:22025928,22024789:22025965,22029102:22029557,22031175:22031965,22031177:22031868,22032532:22033369,22038504:22039416,22040126:22040703,22040132:22040609,22042107:22051605,22046566:22050715,22049745:22056381,22049754:22050597,22051354:22052119,22051356:22052023,22054525:22057167,22062853:22063572,22065346:22068751,22066734:22067302,22068648:22069200,22071991:22072727,22073536:22074048,22079487:22080498,22079488:22083636,22079491:22092192,22086017:22094248,22086036:22090616,22091316:22091665,22091318:2209195', 'assoc_mat': '21962514:ela:4211:21963405,21963397:ela:4211:21963584,21963883:ela:4211:21964277,21967132:ela:4211:21970581,21967181:ela:4211:21971863,21967195:ela:4211:21971919,21975312:ela:4211:21989544,21975320:ela:4211:21990255,21976850:ela:4211:21997445,21978908:ela:4211:22004070,21978934:ela:4211:22005514,21980103:ela:4211:22007315,21980107:ela:4211:22007772,21980142:ela:4211:22008815,22010582:ela:4211:22027263,22011452:ela:4211:22027175,22013397:ela:4211:22030983,22014825:ela:4211:22026738,22014833:ela:4211:22026675,22014843:ela:4211:22026588,22014874:ela:4211:22026578,22014880:ela:4211:22026457,22014893:ela:4211:22026313,22014896:ela:4211:22026237,22014901:ela:4211:22026179,22017391:ela:4211:22026150,22019909:ela:4211:22026143,22023068:ela:4211:22026085,22024784:ela:4211:22025928,22024789:ela:4211:22025965,22029102:ela:4211:22029557,22031175:ela:4211:22031965,22031177:ela:4211:22031868,22032532:ela:4211:22033369,22038504:ela:4211:22039416,22040126:ela:4211:22040703,22040132:ela:4211:22040609,22042107:ela:4211:2205160'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0001777031116116652, 'nb_photo': 80, 'list_port_cont': '21969307,22003522,22012111,22053788,22054233,22055538,22063563,22064880,22097220,22146615,22155002,22164093,22241085,22244163,22295039,22309863,22315607,22348631,22358388,22399481,22430534,22450061,22451173,22471541,22510432,22520983,22560990,22561795', 'assoc_port': '21967117:21969307,21978894:22003522,22011455:22012111,22014888:22064880,22023070:22055538,22035144:22054233,22046564:22053788,22062855:22063563,22096625:22097220,22129557:22146615,22141215:22155002,22154698:22164093,22191270:22244163,22210214:22241085,22291941:22295039,22305215:22309863,22314649:22315607,22340395:22348631,22350612:22358388,22398077:22399481,22429992:22430534,22443967:22451173,22449976:22450061,22466648:22471541,22504012:22510432,22520613:22520983,22542628:22560990,22556378:22561795', 'assoc_mat': '21967117:etiquette:4203:21969307,21978894:etiquette:4203:22003522,22011455:etiquette:4203:22012111,22014888:etiquette:4203:22064880,22023070:etiquette:4203:22055538,22035144:etiquette:4203:22054233,22046564:etiquette:4203:22053788,22062855:etiquette:4203:22063563,22096625:etiquette:4203:22097220,22129557:etiquette:4203:22146615,22141215:etiquette:4203:22155002,22154698:etiquette:4203:22164093,22191270:etiquette:4203:22244163,22210214:etiquette:4203:22241085,22291941:etiquette:4203:22295039,22305215:etiquette:4203:22309863,22314649:etiquette:4203:22315607,22340395:etiquette:4203:22348631,22350612:etiquette:4203:22358388,22398077:etiquette:4203:22399481,22429992:etiquette:4203:22430534,22443967:etiquette:4203:22451173,22449976:etiquette:4203:22450061,22466648:etiquette:4203:22471541,22504012:etiquette:4203:22510432,22520613:etiquette:4203:22520983,22542628:etiquette:4203:22560990,22556378:etiquette:4203:22561795'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0001523632939948791, 'nb_photo': 18, 'list_port_cont': '22003902,22006369,22032459,22042601,22055094,22151140,22201664,22228062,22308164,22335418,22420630,22432895,22479981,22491643,22497145,22538055,22548546', 'assoc_port': '21978910:22003902,21980101:22006369,22014834:22032459,22042105:22042601,22054524:22055094,22150596:22151140,22200705:22201664,22222655:22228062,22307237:22308164,22334761:22335418,22420200:22420630,22432672:22432895,22479654:22479981,22491289:22491643,22496797:22497145,22537667:22538055,22547214:22548546', 'assoc_mat': '21978910:etiquette:4207:22003902,21980101:etiquette:4207:22006369,22014834:etiquette:4207:22032459,22042105:etiquette:4207:22042601,22054524:etiquette:4207:22055094,22150596:etiquette:4207:22151140,22200705:etiquette:4207:22201664,22222655:etiquette:4207:22228062,22307237:etiquette:4207:22308164,22334761:etiquette:4207:22335418,22420200:etiquette:4207:22420630,22432672:etiquette:4207:22432895,22479654:etiquette:4207:22479981,22491289:etiquette:4207:22491643,22496797:etiquette:4207:22497145,22537667:etiquette:4207:22538055,22547214:etiquette:4207:22548546'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 1.6772930506564936e-05, 'nb_photo': 1, 'list_port_cont': '22538097', 'assoc_port': '22537668:22538097', 'assoc_mat': '22537668:etiquette:4461:22538097'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.00040369958163289526, 'nb_photo': 10, 'list_port_cont': '21996015,22040888,22055109,22123753,22361600,22381107,22411846,22474352,22544943,22570738', 'assoc_port': '21976823:21996015,22014827:22040888,22054528:22055109,22123322:22123753,22353969:22361600,22380800:22381107,22393283:22411846,22469830:22474352,22544863:22544943,22566350:22570738', 'assoc_mat': '21976823:etiquette:4200:21996015,22014827:etiquette:4200:22040888,22054528:etiquette:4200:22055109,22123322:etiquette:4200:22123753,22353969:etiquette:4200:22361600,22380800:etiquette:4200:22381107,22393283:etiquette:4200:22411846,22469830:etiquette:4200:22474352,22544863:etiquette:4200:22544943,22566350:etiquette:4200:22570738'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0010747290938700122, 'nb_photo': 107, 'list_port_cont': '21970541,21979262,21981112,21987540,22014146,22015673,22015922,22016004,22016179,22018053,22029288,22029594,22033203,22040478,22047092,22051689,22066231,22076804,22097145,22102792,22130067,22134206,22139420,22149422,22158721,22180782,22184236,22207244,22211139,22221838,22291341,22300026,22305685,22305854,22307672,22310219,22312754,22317524,22330218,22344924,22352921,22353585,22357153,22358701,22359463,22378527,22385072,22390953,22391019,22403211,22425553,22441510,22448539,22450582,22453629,22460470,22463965,22471868,22498281,22498734,22498743,22517414,22518605,22532212,22536878,22543287,22544893,22548088,22553246,22562099', 'assoc_port': '21969983:21970541,21976822:21979262,21980117:21981112,21986987:21987540,22013394:22014146,22014846:22016179,22014892:22015922,22014899:22016004,22014906:22015673,22017392:22018053,22029099:22029594,22029101:22029288,22032529:22033203,22040133:22040478,22046565:22047092,22051362:22051689,22065344:22066231,22076545:22076804,22096624:22097145,22101542:22102792,22129563:22130067,22133911:22134206,22138713:22139420,22148776:22149422,22157944:22158721,22180099:22180782,22183560:22184236,22206473:22207244,22210210:22211139,22221022:22221838,22290545:22291341,22299411:22300026,22305208:22305854,22305212:22305685,22307235:22307672,22309701:22310219,22312351:22312754,22316766:22317524,22328537:22330218,22340418:22344924,22350611:22353585,22352268:22352921,22352276:22359463,22353972:22357153,22358431:22358701,22378316:22378527,22384433:22385072,22390605:22390953,22390606:22391019,22402440:22403211,22424906:22425553,22440768:22441510,22444777:22448539,22450304:22450582,22453057:22453629,22459991:22460470,22463411:2246396', 'assoc_mat': '21969983:etiquette:4209:21970541,21976822:etiquette:4209:21979262,21980117:etiquette:4209:21981112,21986987:etiquette:4209:21987540,22013394:etiquette:4209:22014146,22014846:etiquette:4209:22016179,22014892:etiquette:4209:22015922,22014899:etiquette:4209:22016004,22014906:etiquette:4209:22015673,22017392:etiquette:4209:22018053,22029099:etiquette:4209:22029594,22029101:etiquette:4209:22029288,22032529:etiquette:4209:22033203,22040133:etiquette:4209:22040478,22046565:etiquette:4209:22047092,22051362:etiquette:4209:22051689,22065344:etiquette:4209:22066231,22076545:etiquette:4209:22076804,22096624:etiquette:4209:22097145,22101542:etiquette:4209:22102792,22129563:etiquette:4209:22130067,22133911:etiquette:4209:22134206,22138713:etiquette:4209:22139420,22148776:etiquette:4209:22149422,22157944:etiquette:4209:22158721,22180099:etiquette:4209:22180782,22183560:etiquette:4209:22184236,22206473:etiquette:4209:22207244,22210210:etiquette:4209:22211139,22221022:etiquette:4209:22221838,22290545:etiquette:4209:22291341,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 3.985109686530331e-05, 'nb_photo': 126, 'list_port_cont': '21963413,21971864,21971923,21989559,22004073,22007322,22007778,22025922,22026238,22026462,22026585,22026590,22029552,22030996,22031956,22040614,22040696,22052026,22063584,22068767,22072733,22074045,22080509,22127607,22141697,22144841,22151417,22155285,22158586,22189957,22195671,22195682,22210757,22222977,22229864,22291483,22298633,22302347,22306937,22308367,22309994,22318837,22337038,22341210,22345489,22352615,22352710,22352901,22355856,22379995,22381571,22381600,22387543,22388643,22394232,22395430,22420789,22421958,22425567,22432889,22437376,22441437,22445408,22449014,22452311,22455816,22457556,22458003,22467568,22468256,22488373,22492176,22498433,22498700,22502741,22515716,22518618,22524430,22532370,22548070,22554598,22563593,22563809,22563968', 'assoc_port': '21962514:21963413,21967181:21971864,21967195:21971923,21975312:21989559,21978908:22004073,21980103:22007322,21980107:22007778,22013397:22030996,22014843:22026590,22014874:22026585,22014880:22026462,22014896:22026238,22024784:22025922,22029102:22029552,22031175:22031956,22040126:22040696,22040132:22040614,22051356:22052026,22062853:22063584,22065346:22068767,22071991:22072733,22073536:22074045,22079487:22080509,22126967:22127607,22141217:22141697,22144305:22144841,22150594:22151417,22154691:22155285,22157945:22158586,22189217:22189957,22195199:22195671,22195205:22195682,22210185:22210757,22222660:22222977,22226567:22229864,22290548:22291483,22298063:22298633,22301993:22302347,22304108:22306937,22307889:22308367,22309702:22309994,22318030:22318837,22336329:22337038,22340396:22341210,22345136:22345489,22352271:22352710,22352274:22352901,22352279:22352615,22355023:22355856,22379663:22379995,22381321:22381600,22381322:22381571,22386993:22387543,22388013:22388643,22393282:22394232,22394740:22395430,22420197:2242078', 'assoc_mat': '21962514:etiquette:4211:21963413,21967181:etiquette:4211:21971864,21967195:etiquette:4211:21971923,21975312:etiquette:4211:21989559,21978908:etiquette:4211:22004073,21980103:etiquette:4211:22007322,21980107:etiquette:4211:22007778,22013397:etiquette:4211:22030996,22014843:etiquette:4211:22026590,22014874:etiquette:4211:22026585,22014880:etiquette:4211:22026462,22014896:etiquette:4211:22026238,22024784:etiquette:4211:22025922,22029102:etiquette:4211:22029552,22031175:etiquette:4211:22031956,22040126:etiquette:4211:22040696,22040132:etiquette:4211:22040614,22051356:etiquette:4211:22052026,22062853:etiquette:4211:22063584,22065346:etiquette:4211:22068767,22071991:etiquette:4211:22072733,22073536:etiquette:4211:22074045,22079487:etiquette:4211:22080509,22126967:etiquette:4211:22127607,22141217:etiquette:4211:22141697,22144305:etiquette:4211:22144841,22150594:etiquette:4211:22151417,22154691:etiquette:4211:22155285,22157945:etiquette:4211:22158586,22189217:etiquette:4211:22189957,22195199:etiquette:4211:22195671,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.000722902989696484, 'nb_photo': 11, 'list_port_cont': '21990854,22042143,22042742,22138737,22147612,22306121,22354655,22441913,22480595', 'assoc_port': '21975313:21990854,22014822:22042143,22014828:22042742,22137424:22138737,22144307:22147612,22305205:22306121,22353971:22354655,22440774:22441913,22469827:22480595', 'assoc_mat': '21975313:etiquette:3327:21990854,22014822:etiquette:3327:22042143,22014828:etiquette:3327:22042742,22137424:etiquette:3327:22138737,22144307:etiquette:3327:22147612,22305205:etiquette:3327:22306121,22353971:etiquette:3327:22354655,22440774:etiquette:3327:22441913,22469827:etiquette:3327:22480595'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.014516124441332906, 'nb_photo': 358, 'list_port_cont': '21964190,21969957,22026354,22041320,22046204,22051226,22051709,22052391,22053709,22054012,22076366,22076785,22108074,22149156,22153075,22158485,22180502,22237964,22241233,22244103,22292967,22309525,22314883,22318634,22345055,22361616,22379483,22385696,22396156,22422328,22433697,22449941,22454612,22473512,22480035,22487812,22511774,22512736,22516916,22536638,22553560', 'assoc_port': '21963879:21964190,21967136:21969957,21978909:22026354,21984244:22052391,22014829:22041320,22014907:22046204,22019910:22053709,22038501:22054012,22049748:22051226,22051358:22051709,22062848:22076366,22076546:22076785,22101547:22108074,22131718:22153075,22142360:22149156,22154699:22158485,22174835:22180502,22191273:22244103,22210213:22241233,22211643:22237964,22290550:22292967,22305213:22309525,22314653:22314883,22318028:22318634,22344383:22345055,22355024:22361616,22379401:22379483,22384434:22385696,22390602:22396156,22420201:22422328,22432676:22433697,22444780:22449941,22451710:22454612,22469828:22473512,22479660:22480035,22486523:22487812,22497684:22511774,22509474:22512736,22513057:22516916,22536499:22536638,22550650:22553560', 'assoc_mat': '21963879:film_plastique:4205:21964190,21967136:film_plastique:4205:21969957,21978909:film_plastique:4205:22026354,21984244:film_plastique:4205:22052391,22014829:film_plastique:4205:22041320,22014907:film_plastique:4205:22046204,22019910:film_plastique:4205:22053709,22038501:film_plastique:4205:22054012,22049748:film_plastique:4205:22051226,22051358:film_plastique:4205:22051709,22062848:film_plastique:4205:22076366,22076546:film_plastique:4205:22076785,22101547:film_plastique:4205:22108074,22131718:film_plastique:4205:22153075,22142360:film_plastique:4205:22149156,22154699:film_plastique:4205:22158485,22174835:film_plastique:4205:22180502,22191273:film_plastique:4205:22244103,22210213:film_plastique:4205:22241233,22211643:film_plastique:4205:22237964,22290550:film_plastique:4205:22292967,22305213:film_plastique:4205:22309525,22314653:film_plastique:4205:22314883,22318028:film_plastique:4205:22318634,22344383:film_plastique:4205:22345055,22355024:film_plastique:4205:22361616,22379401:film_plastique:4205:2237948'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.002827766297592171, 'nb_photo': 407, 'list_port_cont': '21969310,22003523,22005708,22012121,22040912,22053780,22054229,22055549,22063551,22064881,22076852,22097214,22146614,22154996,22164097,22241082,22244154,22295033,22309852,22315614,22348635,22358381,22379358,22397928,22399476,22430535,22450060,22451174,22471537,22505133,22510440,22520978,22560985,22561805', 'assoc_port': '21967117:21969310,21978894:22003523,21978946:22005708,22011455:22012121,22014824:22040912,22014888:22064881,22023070:22055549,22035144:22054229,22046564:22053780,22062855:22063551,22076548:22076852,22096625:22097214,22129557:22146614,22141215:22154996,22154698:22164097,22191270:22244154,22210214:22241082,22291941:22295033,22305215:22309852,22314649:22315614,22340395:22348635,22350612:22358381,22376586:22379358,22386992:22397928,22398077:22399476,22429992:22430535,22443967:22451174,22449976:22450060,22466648:22471537,22494447:22505133,22504012:22510440,22520613:22520978,22542628:22560985,22556378:22561805', 'assoc_mat': '21967117:film_plastique:4203:21969310,21978894:film_plastique:4203:22003523,21978946:film_plastique:4203:22005708,22011455:film_plastique:4203:22012121,22014824:film_plastique:4203:22040912,22014888:film_plastique:4203:22064881,22023070:film_plastique:4203:22055549,22035144:film_plastique:4203:22054229,22046564:film_plastique:4203:22053780,22062855:film_plastique:4203:22063551,22076548:film_plastique:4203:22076852,22096625:film_plastique:4203:22097214,22129557:film_plastique:4203:22146614,22141215:film_plastique:4203:22154996,22154698:film_plastique:4203:22164097,22191270:film_plastique:4203:22244154,22210214:film_plastique:4203:22241082,22291941:film_plastique:4203:22295033,22305215:film_plastique:4203:22309852,22314649:film_plastique:4203:22315614,22340395:film_plastique:4203:22348635,22350612:film_plastique:4203:22358381,22376586:film_plastique:4203:22379358,22386992:film_plastique:4203:22397928,22398077:film_plastique:4203:22399476,22429992:film_plastique:4203:22430535,22443967:film_plastique:4203:2245117'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002908350215370315, 'nb_photo': 1006, 'list_port_cont': '21963552,21963971,21964098,21964264,21970463,21970762,21971466,21971804,21983039,21986345,21996811,21997189,21997863,22003050,22003890,22005413,22005583,22005608,22006364,22007558,22010982,22011952,22015145,22016814,22020845,22021441,22023127,22023281,22024331,22024879,22025821,22028120,22028203,22031495,22032058,22032218,22032446,22032669,22032765,22033141,22034368,22035913,22036280,22036729,22040497,22042589,22050151,22050367,22050422,22050888,22051576,22055091,22057097,22066955,22067376,22068695,22072666,22073876,22076185,22078976,22079673,22088033,22090726,22091746,22096847,22097129,22103623,22106576,22123729,22126027,22131801,22131889,22132855,22133045,22133254,22134222,22134246,22151144,22151594,22153409,22153972,22155157,22175234,22178925,22180574,22180979,22181058,22183821,22185862,22187093,22189454,22194538,22194907,22201651,22202597,22204917,22211242,22212814,22213135,22222798,22227353,22227445,22228069,22292895,22293099,22293182,22295505,22295719,22298147,22300220,22302305,22305914,22307029,2231720', 'assoc_port': '21963398:21963552,21963881:21964264,21963884:21964098,21963885:21963971,21967145:21970762,21967184:21971466,21967193:21971804,21969982:21970463,21976863:21996811,21976864:21997189,21976868:21997863,21976883:22025821,21976900:22023127,21978888:22003050,21978910:22003890,21978941:22005413,21978949:22005583,21978951:22005608,21980101:22006364,21980112:22007558,21980147:21983039,21985550:21986345,21986991:22016814,22010578:22010982,22011454:22011952,22013399:22034368,22014823:22032669,22014830:22032765,22014834:22032446,22014836:22032218,22014871:22032058,22014884:22015145,22017376:22028203,22017377:22028120,22019908:22021441,22019911:22020845,22023072:22023281,22023900:22024331,22024787:22024879,22031176:22031495,22032527:22033141,22035140:22036729,22035142:22036280,22035143:22035913,22040130:22040497,22042105:22042589,22049746:22050888,22049750:22050367,22049753:22050422,22049757:22050151,22051353:22051576,22054524:22055091,22056821:22057097,22065345:22068695,22066732:22067376,22066735:22066955,22071990:2207266', 'assoc_mat': '21963398:film_plastique:4207:21963552,21963881:film_plastique:4207:21964264,21963884:film_plastique:4207:21964098,21963885:film_plastique:4207:21963971,21967145:film_plastique:4207:21970762,21967184:film_plastique:4207:21971466,21967193:film_plastique:4207:21971804,21969982:film_plastique:4207:21970463,21976863:film_plastique:4207:21996811,21976864:film_plastique:4207:21997189,21976868:film_plastique:4207:21997863,21976883:film_plastique:4207:22025821,21976900:film_plastique:4207:22023127,21978888:film_plastique:4207:22003050,21978910:film_plastique:4207:22003890,21978941:film_plastique:4207:22005413,21978949:film_plastique:4207:22005583,21978951:film_plastique:4207:22005608,21980101:film_plastique:4207:22006364,21980112:film_plastique:4207:22007558,21980147:film_plastique:4207:21983039,21985550:film_plastique:4207:21986345,21986991:film_plastique:4207:22016814,22010578:film_plastique:4207:22010982,22011454:film_plastique:4207:22011952,22013399:film_plastique:4207:22034368,22014823:film_plastique:4207:2203266'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7664646463426881, 'nb_photo': 4081, 'list_port_cont': '21962853,21964228,21964552,21968388,21968803,21975966,21977457,21979353,21980644,21981034,21981595,21986122,21987692,21997255,21997459,22012056,22015497,22015512,22015608,22015739,22015774,22015870,22016505,22019094,22019095,22024168,22025873,22029485,22031844,22036040,22040509,22042485,22045780,22051015,22051988,22055228,22057342,22069276,22073901,22073964,22076338,22076813,22080203,22088872,22093826,22094630,22108867,22122303,22127543,22130117,22132916,22143052,22144638,22147294,22149468,22153704,22165137,22178191,22180727,22184419,22192209,22194271,22195587,22205193,22207219,22212376,22222296,22223388,22245378,22292776,22296071,22297441,22300093,22302373,22307954,22308270,22313270,22317025,22317679,22332224,22336559,22340933,22344795,22347261,22351323,22354493,22376498,22377542,22378489,22379528,22381085,22385021,22388594,22390907,22391726,22395328,22401163,22425416,22425499,22428268,22433263,22438561,22439700,22441357,22445230,22450451,22452254,22455771,22455889,22458866,22460257,22467425,22473911,2247762', 'assoc_port': '21962511:21962853,21963880:21964228,21964371:21964552,21967121:21968803,21967190:21968388,21975318:21975966,21976867:21977457,21978936:21979353,21980104:21981595,21980135:21980644,21980140:21981034,21985538:21986122,21986986:21987692,21996829:21997459,21996831:21997255,22011456:22012056,22014826:22016505,22014832:22015497,22014873:22015870,22014882:22015774,22014894:22015739,22014900:22015608,22014908:22015512,22018589:22019095,22018593:22019094,22023899:22024168,22024785:22025873,22029100:22029485,22031178:22031844,22035145:22036040,22040127:22040509,22042106:22042485,22045048:22045780,22046567:22051015,22049756:22051988,22051361:22057342,22054526:22055228,22065347:22073901,22068647:22069276,22073535:22073964,22075834:22076338,22076547:22076813,22079489:22080203,22086063:22094630,22088044:22088872,22093119:22093826,22098020:22108867,22122000:22122303,22126964:22127543,22129559:22130117,22132586:22132916,22138711:22147294,22142357:22143052,22144309:22144638,22148777:22149468,22153227:22153704,22164922:2216513', 'assoc_mat': '21962511:film_plastique:4461:21962853,21963880:film_plastique:4461:21964228,21964371:film_plastique:4461:21964552,21967121:film_plastique:4461:21968803,21967190:film_plastique:4461:21968388,21975318:film_plastique:4461:21975966,21976867:film_plastique:4461:21977457,21978936:film_plastique:4461:21979353,21980104:film_plastique:4461:21981595,21980135:film_plastique:4461:21980644,21980140:film_plastique:4461:21981034,21985538:film_plastique:4461:21986122,21986986:film_plastique:4461:21987692,21996829:film_plastique:4461:21997459,21996831:film_plastique:4461:21997255,22011456:film_plastique:4461:22012056,22014826:film_plastique:4461:22016505,22014832:film_plastique:4461:22015497,22014873:film_plastique:4461:22015870,22014882:film_plastique:4461:22015774,22014894:film_plastique:4461:22015739,22014900:film_plastique:4461:22015608,22014908:film_plastique:4461:22015512,22018589:film_plastique:4461:22019095,22018593:film_plastique:4461:22019094,22023899:film_plastique:4461:22024168,22024785:film_plastique:4461:2202587'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.014432447949638562, 'nb_photo': 2218, 'list_port_cont': '21963513,21963741,21969530,21970688,21971858,21977059,21987229,21996018,22004231,22006326,22007569,22032234,22032622,22034601,22040656,22040887,22041937,22042202,22042530,22042858,22042934,22044157,22044588,22044883,22045468,22050961,22051676,22051879,22053688,22053803,22053816,22053940,22053960,22053970,22054062,22055103,22056673,22056860,22057718,22068773,22074428,22083188,22091012,22091138,22097339,22099676,22108168,22109934,22118598,22118746,22123739,22132967,22135495,22138549,22147415,22148484,22148528,22149490,22153028,22156874,22158880,22159205,22162556,22169728,22193157,22195001,22204880,22229872,22234430,22234991,22239610,22241166,22242689,22242716,22287848,22287931,22294359,22299463,22302840,22307265,22307380,22309483,22312902,22316267,22317575,22321647,22321918,22321976,22330663,22345025,22346384,22346555,22347437,22347616,22347710,22350368,22352400,22358803,22359268,22359282,22359435,22361603,22378615,22378786,22378987,22380058,22381110,22381716,22389057,22390090,22395760,22396917,22397019,2240589', 'assoc_port': '21962513:21963741,21963400:21963513,21967129:21969530,21967139:21970688,21967186:21971858,21976823:21996018,21976906:21977059,21978911:22004231,21980100:22006326,21980110:22007569,21986993:21987229,22010579:22032234,22011453:22032622,22013398:22034601,22014797:22040656,22014827:22040887,22014838:22041937,22014839:22042202,22014876:22042858,22014878:22042934,22014891:22044157,22014898:22044588,22014902:22044883,22014903:22045468,22017378:22051676,22019913:22053816,22023889:22056860,22032524:22057718,22035137:22054062,22040123:22053970,22040136:22053960,22042108:22042530,22045047:22053940,22045049:22053803,22049751:22050961,22049755:22056673,22051355:22053688,22051363:22051879,22054528:22055103,22065348:22068773,22068649:22083188,22073532:22074428,22078670:22099676,22088043:22091138,22088051:22091012,22091315:22118598,22091317:22109934,22093114:22118746,22096627:22097339,22101552:22108168,22123322:22123739,22126966:22132967,22129562:22135495,22132587:22138549,22137423:22147415,22141214:22162556,22142356:2214848', 'assoc_mat': '21962513:film_plastique:4200:21963741,21963400:film_plastique:4200:21963513,21967129:film_plastique:4200:21969530,21967139:film_plastique:4200:21970688,21967186:film_plastique:4200:21971858,21976823:film_plastique:4200:21996018,21976906:film_plastique:4200:21977059,21978911:film_plastique:4200:22004231,21980100:film_plastique:4200:22006326,21980110:film_plastique:4200:22007569,21986993:film_plastique:4200:21987229,22010579:film_plastique:4200:22032234,22011453:film_plastique:4200:22032622,22013398:film_plastique:4200:22034601,22014797:film_plastique:4200:22040656,22014827:film_plastique:4200:22040887,22014838:film_plastique:4200:22041937,22014839:film_plastique:4200:22042202,22014876:film_plastique:4200:22042858,22014878:film_plastique:4200:22042934,22014891:film_plastique:4200:22044157,22014898:film_plastique:4200:22044588,22014902:film_plastique:4200:22044883,22014903:film_plastique:4200:22045468,22017378:film_plastique:4200:22051676,22019913:film_plastique:4200:22053816,22023889:film_plastique:4200:2205686'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.015907401823798933, 'nb_photo': 570, 'list_port_cont': '21964209,21968045,21970542,21976111,21976200,21977095,21978285,21978705,21979258,21980935,21981114,21985002,21987530,22012000,22014150,22015669,22015917,22015933,22015964,22015992,22016096,22016177,22017234,22018047,22024035,22024222,22025866,22029291,22029602,22033172,22035774,22040483,22045571,22047090,22050003,22050301,22050457,22051703,22051850,22052105,22055309,22057104,22066236,22067264,22076305,22076800,22086676,22088571,22093811,22093914,22097133,22102783,22123769,22130070,22134201,22137995,22139243,22139415,22141675,22144728,22149415,22154838,22158722,22175469,22175514,22180777,22184224,22186833,22187427,22191606,22195649,22200220,22207248,22211138,22212465,22217892,22221531,22221840,22305690,22305852,22307665,22310228,22310462,22311659,22312627,22312704,22312747,22317229,22317522,22318712,22319802,22329126,22329931,22329981,22336924,22345381,22346654,22347180,22352923,22353589,22357146,22359468,22377464,22378541,22379984,22385064,22388487,22390966,22403209,22425552,22430338,22432727,22432813,2243316', 'assoc_port': '21963882:21964209,21967114:21968045,21969983:21970542,21975316:21976200,21975317:21976111,21976822:21979258,21976869:21978705,21976897:21978285,21976904:21977095,21980117:21981114,21980144:21980935,21984242:21985002,21986987:21987530,22011457:22012000,22013394:22014150,22014831:22017234,22014846:22016177,22014877:22015933,22014879:22016096,22014886:22015964,22014892:22015917,22014899:22015992,22014906:22015669,22017392:22018047,22023871:22024222,22023901:22024035,22024786:22025866,22029099:22029602,22029101:22029291,22032529:22033172,22035141:22035774,22038503:22050301,22040133:22040483,22045045:22045571,22046565:22047090,22049747:22050457,22049749:22051850,22049758:22050003,22051357:22052105,22051362:22051703,22054542:22055309,22056819:22057104,22065344:22066236,22066733:22067264,22075838:22076305,22076545:22076800,22086022:22086676,22088049:22088571,22093116:22093914,22093117:22093811,22096624:22097133,22101542:22102783,22123324:22123769,22129563:22130070,22133911:22134201,22137426:22137995,22138707:2213924', 'assoc_mat': '21963882:film_plastique:4209:21964209,21967114:film_plastique:4209:21968045,21969983:film_plastique:4209:21970542,21975316:film_plastique:4209:21976200,21975317:film_plastique:4209:21976111,21976822:film_plastique:4209:21979258,21976869:film_plastique:4209:21978705,21976897:film_plastique:4209:21978285,21976904:film_plastique:4209:21977095,21980117:film_plastique:4209:21981114,21980144:film_plastique:4209:21980935,21984242:film_plastique:4209:21985002,21986987:film_plastique:4209:21987530,22011457:film_plastique:4209:22012000,22013394:film_plastique:4209:22014150,22014831:film_plastique:4209:22017234,22014846:film_plastique:4209:22016177,22014877:film_plastique:4209:22015933,22014879:film_plastique:4209:22016096,22014886:film_plastique:4209:22015964,22014892:film_plastique:4209:22015917,22014899:film_plastique:4209:22015992,22014906:film_plastique:4209:22015669,22017392:film_plastique:4209:22018047,22023871:film_plastique:4209:22024222,22023901:film_plastique:4209:22024035,22024786:film_plastique:4209:2202586'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0029326063356826487, 'nb_photo': 5666, 'list_port_cont': '21963401,21963590,21964267,21970582,21971867,21971924,21989552,21990253,21997440,22004068,22005516,22007321,22007764,22008820,22025931,22025957,22026075,22026136,22026158,22026192,22026227,22026314,22026459,22026577,22026591,22026679,22026739,22027176,22027270,22029554,22030992,22031866,22031954,22033380,22039417,22040616,22040706,22050605,22050711,22051595,22052019,22052116,22056377,22057163,22063568,22067299,22068757,22069192,22072729,22074047,22080504,22083633,22090628,22091664,22091938,22092187,22094240,22105442,22122255,22127615,22132323,22139311,22141707,22144686,22144825,22151415,22155281,22158593,22177949,22179549,22186665,22189948,22192294,22195667,22195686,22207550,22210750,22221969,22222987,22229857,22291486,22294735,22294825,22298375,22298639,22299068,22302348,22306929,22308376,22309987,22312616,22313059,22313312,22315319,22318843,22329441,22332286,22337051,22341221,22344855,22344995,22345497,22352622,22352711,22352904,22353626,22355857,22371432,22375845,22377495,22379556,22379990,22381580,2238159', 'assoc_port': '21962514:21963401,21963397:21963590,21963883:21964267,21967132:21970582,21967181:21971867,21967195:21971924,21975312:21989552,21975320:21990253,21976850:21997440,21978908:22004068,21978934:22005516,21980103:22007321,21980107:22007764,21980142:22008820,22010582:22027270,22011452:22027176,22013397:22030992,22014825:22026739,22014833:22026679,22014843:22026591,22014874:22026577,22014880:22026459,22014893:22026314,22014896:22026227,22014901:22026192,22017391:22026158,22019909:22026136,22023068:22026075,22024784:22025931,22024789:22025957,22029102:22029554,22031175:22031954,22031177:22031866,22032532:22033380,22038504:22039417,22040126:22040706,22040132:22040616,22042107:22051595,22046566:22050711,22049745:22056377,22049754:22050605,22051354:22052116,22051356:22052019,22054525:22057163,22062853:22063568,22065346:22068757,22066734:22067299,22068648:22069192,22071991:22072729,22073536:22074047,22079487:22080504,22079488:22083633,22079491:22092187,22086017:22094240,22086036:22090628,22091316:22091664,22091318:2209193', 'assoc_mat': '21962514:film_plastique:4211:21963401,21963397:film_plastique:4211:21963590,21963883:film_plastique:4211:21964267,21967132:film_plastique:4211:21970582,21967181:film_plastique:4211:21971867,21967195:film_plastique:4211:21971924,21975312:film_plastique:4211:21989552,21975320:film_plastique:4211:21990253,21976850:film_plastique:4211:21997440,21978908:film_plastique:4211:22004068,21978934:film_plastique:4211:22005516,21980103:film_plastique:4211:22007321,21980107:film_plastique:4211:22007764,21980142:film_plastique:4211:22008820,22010582:film_plastique:4211:22027270,22011452:film_plastique:4211:22027176,22013397:film_plastique:4211:22030992,22014825:film_plastique:4211:22026739,22014833:film_plastique:4211:22026679,22014843:film_plastique:4211:22026591,22014874:film_plastique:4211:22026577,22014880:film_plastique:4211:22026459,22014893:film_plastique:4211:22026314,22014896:film_plastique:4211:22026227,22014901:film_plastique:4211:22026192,22017391:film_plastique:4211:22026158,22019909:film_plastique:4211:2202613'}, {'unwanted_material': 'kraft', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0024596348575114907, 'nb_photo': 1, 'list_port_cont': '22241239', 'assoc_port': '22210213:22241239', 'assoc_mat': '22210213:kraft:4205:22241239'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0, 'nb_photo': 2824, 'list_port_cont': '22346583', 'assoc_port': '22346405:22346583', 'assoc_mat': '22346405:kraft:4207:22346583'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.001640899214324261, 'nb_photo': 22, 'list_port_cont': '21967681,21970628,21996960,22015342,22051421,22064649,22076268,22106680,22132408,22235725,22287114,22301628,22335201,22346600,22460032,22490151,22513083,22556358', 'assoc_port': '21967188:21967681,21969981:21970628,21996833:21996960,22014872:22015342,22035138:22051421,22062850:22064649,22075836:22076268,22106152:22106680,22131721:22132408,22174852:22235725,22286479:22287114,22299407:22301628,22328566:22335201,22346404:22346600,22459597:22460032,22489069:22490151,22509477:22513083,22554338:22556358', 'assoc_mat': '21967188:kraft:3726:21967681,21969981:kraft:3726:21970628,21996833:kraft:3726:21996960,22014872:kraft:3726:22015342,22035138:kraft:3726:22051421,22062850:kraft:3726:22064649,22075836:kraft:3726:22076268,22106152:kraft:3726:22106680,22131721:kraft:3726:22132408,22174852:kraft:3726:22235725,22286479:kraft:3726:22287114,22299407:kraft:3726:22301628,22328566:kraft:3726:22335201,22346404:kraft:3726:22346600,22459597:kraft:3726:22460032,22489069:kraft:3726:22490151,22509477:kraft:3726:22513083,22554338:kraft:3726:22556358'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9379625089401787, 'nb_photo': 45, 'list_port_cont': '22026357,22046202,22051227,22051705,22052381,22053696,22054017,22076378,22149159,22153081,22158489,22241234,22244104,22292968,22309514,22314893,22318632,22345048,22379481,22433708,22449949,22480028,22511788,22516927,22536637,22553550', 'assoc_port': '21978909:22026357,21984244:22052381,22014907:22046202,22019910:22053696,22038501:22054017,22049748:22051227,22051358:22051705,22062848:22076378,22131718:22153081,22142360:22149159,22154699:22158489,22191273:22244104,22210213:22241234,22290550:22292968,22305213:22309514,22314653:22314893,22318028:22318632,22344383:22345048,22379401:22379481,22432676:22433708,22444780:22449949,22479660:22480028,22497684:22511788,22513057:22516927,22536499:22536637,22550650:22553550', 'assoc_mat': '21978909:metal:4205:22026357,21984244:metal:4205:22052381,22014907:metal:4205:22046202,22019910:metal:4205:22053696,22038501:metal:4205:22054017,22049748:metal:4205:22051227,22051358:metal:4205:22051705,22062848:metal:4205:22076378,22131718:metal:4205:22153081,22142360:metal:4205:22149159,22154699:metal:4205:22158489,22191273:metal:4205:22244104,22210213:metal:4205:22241234,22290550:metal:4205:22292968,22305213:metal:4205:22309514,22314653:metal:4205:22314893,22318028:metal:4205:22318632,22344383:metal:4205:22345048,22379401:metal:4205:22379481,22432676:metal:4205:22433708,22444780:metal:4205:22449949,22479660:metal:4205:22480028,22497684:metal:4205:22511788,22513057:metal:4205:22516927,22536499:metal:4205:22536637,22550650:metal:4205:22553550'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0035310359991372687, 'nb_photo': 426, 'list_port_cont': '21969296,22003512,22005710,22012113,22040909,22053776,22054237,22055550,22063559,22064876,22076848,22097211,22146608,22154991,22164099,22241076,22244151,22295045,22309857,22315608,22348645,22358374,22379364,22397932,22399474,22430539,22450053,22451175,22460277,22471539,22505134,22510425,22520968,22560987,22561804', 'assoc_port': '21967117:21969296,21978894:22003512,21978946:22005710,22011455:22012113,22014824:22040909,22014888:22064876,22023070:22055550,22035144:22054237,22046564:22053776,22062855:22063559,22076548:22076848,22096625:22097211,22129557:22146608,22141215:22154991,22154698:22164099,22191270:22244151,22210214:22241076,22291941:22295045,22305215:22309857,22314649:22315608,22340395:22348645,22350612:22358374,22376586:22379364,22386992:22397932,22398077:22399474,22429992:22430539,22443967:22451175,22449976:22450053,22459600:22460277,22466648:22471539,22494447:22505134,22504012:22510425,22520613:22520968,22542628:22560987,22556378:22561804', 'assoc_mat': '21967117:metal:4203:21969296,21978894:metal:4203:22003512,21978946:metal:4203:22005710,22011455:metal:4203:22012113,22014824:metal:4203:22040909,22014888:metal:4203:22064876,22023070:metal:4203:22055550,22035144:metal:4203:22054237,22046564:metal:4203:22053776,22062855:metal:4203:22063559,22076548:metal:4203:22076848,22096625:metal:4203:22097211,22129557:metal:4203:22146608,22141215:metal:4203:22154991,22154698:metal:4203:22164099,22191270:metal:4203:22244151,22210214:metal:4203:22241076,22291941:metal:4203:22295045,22305215:metal:4203:22309857,22314649:metal:4203:22315608,22340395:metal:4203:22348645,22350612:metal:4203:22358374,22376586:metal:4203:22379364,22386992:metal:4203:22397932,22398077:metal:4203:22399474,22429992:metal:4203:22430539,22443967:metal:4203:22451175,22449976:metal:4203:22450053,22459600:metal:4203:22460277,22466648:metal:4203:22471539,22494447:metal:4203:22505134,22504012:metal:4203:22510425,22520613:metal:4203:22520968,22542628:metal:4203:22560987,22556378:metal:4203:22561804'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005704832798805768, 'nb_photo': 227, 'list_port_cont': '21964253,21970473,21970763,21971464,21986349,21996822,22003044,22005428,22005577,22006365,22023274,22024335,22024873,22025817,22028118,22028206,22031496,22032211,22032663,22032773,22033153,22034369,22035920,22036283,22040500,22042598,22050369,22050425,22050889,22051579,22057086,22066954,22067366,22068681,22072654,22073877,22076190,22078973,22079675,22097125,22123730,22126018,22131798,22131888,22132854,22133042,22133260,22134220,22134236,22151143,22151595,22155156,22178915,22180584,22180987,22185859,22189453,22194534,22194915,22212809,22228070,22292896,22293104,22293175,22295510,22295715,22298144,22300207,22302322,22307026,22308174,22338505,22339352,22340100,22341932,22346579,22347072,22372344,22377865,22378733,22379459,22379508,22381066,22381682,22387290,22390939,22395075,22420615,22421682,22425450,22440902,22445557,22449196,22450014,22450026,22450100,22450470,22451314,22452214,22453654,22487078,22488412,22490349,22491642,22494681,22497149,22498826,22499042,22502966,22504443,22534038,22535324,22538049,2254350', 'assoc_port': '21963881:21964253,21967145:21970763,21967184:21971464,21969982:21970473,21976863:21996822,21976883:22025817,21978888:22003044,21978941:22005428,21978949:22005577,21980101:22006365,21985550:21986349,22013399:22034369,22014823:22032663,22014830:22032773,22014836:22032211,22017376:22028206,22017377:22028118,22023072:22023274,22023900:22024335,22024787:22024873,22031176:22031496,22032527:22033153,22035142:22036283,22035143:22035920,22040130:22040500,22042105:22042598,22049746:22050889,22049750:22050369,22049753:22050425,22051353:22051579,22056821:22057086,22065345:22068681,22066732:22067366,22066735:22066954,22071990:22072654,22073533:22073877,22075837:22076190,22078669:22079675,22078673:22078973,22096628:22097125,22123320:22123730,22125807:22126018,22129556:22131798,22129560:22131888,22132583:22133260,22132585:22133042,22132589:22132854,22133908:22134220,22133909:22134236,22150592:22151595,22150596:22151143,22154700:22155156,22177106:22180987,22177112:22178915,22180100:22180584,22185030:22185859,22189228:2218945', 'assoc_mat': '21963881:metal:4207:21964253,21967145:metal:4207:21970763,21967184:metal:4207:21971464,21969982:metal:4207:21970473,21976863:metal:4207:21996822,21976883:metal:4207:22025817,21978888:metal:4207:22003044,21978941:metal:4207:22005428,21978949:metal:4207:22005577,21980101:metal:4207:22006365,21985550:metal:4207:21986349,22013399:metal:4207:22034369,22014823:metal:4207:22032663,22014830:metal:4207:22032773,22014836:metal:4207:22032211,22017376:metal:4207:22028206,22017377:metal:4207:22028118,22023072:metal:4207:22023274,22023900:metal:4207:22024335,22024787:metal:4207:22024873,22031176:metal:4207:22031496,22032527:metal:4207:22033153,22035142:metal:4207:22036283,22035143:metal:4207:22035920,22040130:metal:4207:22040500,22042105:metal:4207:22042598,22049746:metal:4207:22050889,22049750:metal:4207:22050369,22049753:metal:4207:22050425,22051353:metal:4207:22051579,22056821:metal:4207:22057086,22065345:metal:4207:22068681,22066732:metal:4207:22067366,22066735:metal:4207:22066954,22071990:metal:4207:22072654,22073533:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0050952744874677896, 'nb_photo': 19, 'list_port_cont': '21968798,21975968,22015784,22076818,22122298,22212373,22245370,22378486,22381087,22445231,22467440,22494828,22497219,22498680,22518490,22536174,22538087', 'assoc_port': '21967121:21968798,21975318:21975968,22014882:22015784,22076547:22076818,22122000:22122298,22211638:22212373,22245259:22245370,22378314:22378486,22380799:22381087,22444779:22445231,22463409:22467440,22494448:22494828,22496795:22497219,22498536:22498680,22517561:22518490,22533593:22536174,22537668:22538087', 'assoc_mat': '21967121:metal:4461:21968798,21975318:metal:4461:21975968,22014882:metal:4461:22015784,22076547:metal:4461:22076818,22122000:metal:4461:22122298,22211638:metal:4461:22212373,22245259:metal:4461:22245370,22378314:metal:4461:22378486,22380799:metal:4461:22381087,22444779:metal:4461:22445231,22463409:metal:4461:22467440,22494448:metal:4461:22494828,22496795:metal:4461:22497219,22498536:metal:4461:22498680,22517561:metal:4461:22518490,22533593:metal:4461:22536174,22537668:metal:4461:22538087'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.2083457959365109, 'nb_photo': 1461, 'list_port_cont': '21963498,21963751,21969527,21970686,21971844,21977056,21987218,21996013,22004230,22006333,22007579,22032231,22032632,22034608,22040655,22040894,22041932,22042199,22042526,22042845,22042930,22044161,22044590,22044886,22045457,22050949,22051683,22051878,22053686,22053796,22053811,22053943,22053959,22053977,22054068,22055113,22056665,22056853,22057719,22068782,22074414,22083174,22091009,22091139,22097329,22099673,22108165,22109941,22118596,22118749,22123752,22132974,22135490,22138557,22147416,22148478,22148517,22149495,22153020,22156883,22158878,22159196,22162560,22169729,22193169,22194996,22204877,22229869,22234431,22234996,22239612,22241169,22242688,22242719,22287839,22287927,22294366,22299453,22302833,22307257,22307381,22309485,22312893,22316259,22317576,22321651,22321910,22321977,22330654,22345013,22346376,22346564,22347438,22347613,22347716,22350362,22352387,22358802,22359273,22359290,22359434,22361598,22378618,22378787,22378990,22380057,22380830,22381111,22381717,22389048,22395761,22396924,22397006,2240589', 'assoc_port': '21962513:21963751,21963400:21963498,21967129:21969527,21967139:21970686,21967186:21971844,21976823:21996013,21976906:21977056,21978911:22004230,21980100:22006333,21980110:22007579,21986993:21987218,22010579:22032231,22011453:22032632,22013398:22034608,22014797:22040655,22014827:22040894,22014838:22041932,22014839:22042199,22014876:22042845,22014878:22042930,22014891:22044161,22014898:22044590,22014902:22044886,22014903:22045457,22017378:22051683,22019913:22053811,22023889:22056853,22032524:22057719,22035137:22054068,22040123:22053977,22040136:22053959,22042108:22042526,22045047:22053943,22045049:22053796,22049751:22050949,22049755:22056665,22051355:22053686,22051363:22051878,22054528:22055113,22065348:22068782,22068649:22083174,22073532:22074414,22078670:22099673,22088043:22091139,22088051:22091009,22091315:22118596,22091317:22109941,22093114:22118749,22096627:22097329,22101552:22108165,22123322:22123752,22126966:22132974,22129562:22135490,22132587:22138557,22137423:22147416,22141214:22162560,22142356:2214847', 'assoc_mat': '21962513:metal:4200:21963751,21963400:metal:4200:21963498,21967129:metal:4200:21969527,21967139:metal:4200:21970686,21967186:metal:4200:21971844,21976823:metal:4200:21996013,21976906:metal:4200:21977056,21978911:metal:4200:22004230,21980100:metal:4200:22006333,21980110:metal:4200:22007579,21986993:metal:4200:21987218,22010579:metal:4200:22032231,22011453:metal:4200:22032632,22013398:metal:4200:22034608,22014797:metal:4200:22040655,22014827:metal:4200:22040894,22014838:metal:4200:22041932,22014839:metal:4200:22042199,22014876:metal:4200:22042845,22014878:metal:4200:22042930,22014891:metal:4200:22044161,22014898:metal:4200:22044590,22014902:metal:4200:22044886,22014903:metal:4200:22045457,22017378:metal:4200:22051683,22019913:metal:4200:22053811,22023889:metal:4200:22056853,22032524:metal:4200:22057719,22035137:metal:4200:22054068,22040123:metal:4200:22053977,22040136:metal:4200:22053959,22042108:metal:4200:22042526,22045047:metal:4200:22053943,22045049:metal:4200:22053796,22049751:metal:4200:22050949,22049755:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.017853861494191325, 'nb_photo': 298, 'list_port_cont': '21964205,21970539,21974251,21976115,21978402,21978697,21979265,21980937,21981109,21985007,21987541,21997649,22012002,22014142,22015672,22015908,22015939,22015958,22016000,22016180,22023147,22024217,22025854,22029286,22029593,22033174,22040477,22045576,22050293,22051696,22052104,22055304,22057109,22066227,22067259,22076302,22076805,22093920,22097143,22102785,22134208,22137985,22139251,22139429,22141680,22144730,22149428,22154847,22158717,22175464,22175510,22180783,22184228,22187416,22191593,22195648,22200175,22200221,22207246,22211137,22212471,22217897,22221848,22291336,22300022,22305688,22305855,22307669,22310215,22310457,22311661,22312630,22312713,22312745,22315050,22315141,22317514,22318724,22319811,22329123,22329633,22329929,22336907,22344925,22346648,22347186,22352919,22353591,22358705,22359471,22372775,22377465,22378535,22379972,22390956,22391016,22391823,22403219,22425554,22430348,22432818,22441505,22444327,22448541,22450584,22453426,22456023,22457909,22458925,22458932,22459719,22460465,22463954,2246729', 'assoc_port': '21963882:21964205,21967197:21974251,21969983:21970539,21975317:21976115,21976822:21979265,21976869:21978697,21976870:21978402,21980117:21981109,21980144:21980937,21984242:21985007,21986987:21987541,21986989:21997649,22011457:22012002,22013394:22014142,22014846:22016180,22014877:22015939,22014886:22015958,22014892:22015908,22014899:22016000,22014906:22015672,22023071:22023147,22023871:22024217,22024786:22025854,22029099:22029593,22029101:22029286,22032529:22033174,22038503:22050293,22040133:22040477,22045045:22045576,22051357:22052104,22051362:22051696,22054542:22055304,22056819:22057109,22065344:22066227,22066733:22067259,22075838:22076302,22076545:22076805,22093116:22093920,22096624:22097143,22101542:22102785,22133911:22134208,22137426:22137985,22138707:22139251,22138713:22139429,22141216:22141680,22144306:22144730,22148776:22149428,22154714:22154847,22157944:22158717,22174848:22175464,22174851:22175510,22180099:22180783,22183560:22184228,22185032:22187416,22185038:22200175,22185039:22200221,22186201:2219159', 'assoc_mat': '21963882:metal:4209:21964205,21967197:metal:4209:21974251,21969983:metal:4209:21970539,21975317:metal:4209:21976115,21976822:metal:4209:21979265,21976869:metal:4209:21978697,21976870:metal:4209:21978402,21980117:metal:4209:21981109,21980144:metal:4209:21980937,21984242:metal:4209:21985007,21986987:metal:4209:21987541,21986989:metal:4209:21997649,22011457:metal:4209:22012002,22013394:metal:4209:22014142,22014846:metal:4209:22016180,22014877:metal:4209:22015939,22014886:metal:4209:22015958,22014892:metal:4209:22015908,22014899:metal:4209:22016000,22014906:metal:4209:22015672,22023071:metal:4209:22023147,22023871:metal:4209:22024217,22024786:metal:4209:22025854,22029099:metal:4209:22029593,22029101:metal:4209:22029286,22032529:metal:4209:22033174,22038503:metal:4209:22050293,22040133:metal:4209:22040477,22045045:metal:4209:22045576,22051357:metal:4209:22052104,22051362:metal:4209:22051696,22054542:metal:4209:22055304,22056819:metal:4209:22057109,22065344:metal:4209:22066227,22066733:metal:4209:22067259,22075838:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.015263029615088144, 'nb_photo': 1993, 'list_port_cont': '21963408,21963593,21964276,21970575,21971866,21971926,21989553,21990261,21997442,22004077,22005511,22007324,22007776,22008821,22025937,22025955,22026081,22026132,22026159,22026184,22026241,22026320,22026455,22026574,22026600,22026667,22026751,22027161,22027261,22029558,22030991,22031870,22031959,22033382,22039418,22040623,22040693,22050593,22050710,22051596,22052025,22052126,22056371,22057165,22063573,22067295,22068762,22069198,22072740,22074041,22080503,22083638,22090624,22091667,22091957,22092180,22094235,22105432,22122261,22127609,22132324,22139309,22141695,22144677,22144840,22151414,22155279,22158600,22177955,22179538,22186663,22189961,22192305,22195673,22195685,22207555,22210751,22221967,22222979,22229860,22291489,22294736,22294815,22298360,22298640,22299072,22302349,22306935,22308368,22312607,22313304,22315318,22318845,22329429,22332287,22337042,22341215,22344834,22344996,22345498,22352616,22352718,22352892,22353632,22355845,22371443,22375841,22377491,22379549,22380002,22381568,22381592,22385087,2238754', 'assoc_port': '21962514:21963408,21963397:21963593,21963883:21964276,21967132:21970575,21967181:21971866,21967195:21971926,21975312:21989553,21975320:21990261,21976850:21997442,21978908:22004077,21978934:22005511,21980103:22007324,21980107:22007776,21980142:22008821,22010582:22027261,22011452:22027161,22013397:22030991,22014825:22026751,22014833:22026667,22014843:22026600,22014874:22026574,22014880:22026455,22014893:22026320,22014896:22026241,22014901:22026184,22017391:22026159,22019909:22026132,22023068:22026081,22024784:22025937,22024789:22025955,22029102:22029558,22031175:22031959,22031177:22031870,22032532:22033382,22038504:22039418,22040126:22040693,22040132:22040623,22042107:22051596,22046566:22050710,22049745:22056371,22049754:22050593,22051354:22052126,22051356:22052025,22054525:22057165,22062853:22063573,22065346:22068762,22066734:22067295,22068648:22069198,22071991:22072740,22073536:22074041,22079487:22080503,22079488:22083638,22079491:22092180,22086017:22094235,22086036:22090624,22091316:22091667,22091318:2209195', 'assoc_mat': '21962514:metal:4211:21963408,21963397:metal:4211:21963593,21963883:metal:4211:21964276,21967132:metal:4211:21970575,21967181:metal:4211:21971866,21967195:metal:4211:21971926,21975312:metal:4211:21989553,21975320:metal:4211:21990261,21976850:metal:4211:21997442,21978908:metal:4211:22004077,21978934:metal:4211:22005511,21980103:metal:4211:22007324,21980107:metal:4211:22007776,21980142:metal:4211:22008821,22010582:metal:4211:22027261,22011452:metal:4211:22027161,22013397:metal:4211:22030991,22014825:metal:4211:22026751,22014833:metal:4211:22026667,22014843:metal:4211:22026600,22014874:metal:4211:22026574,22014880:metal:4211:22026455,22014893:metal:4211:22026320,22014896:metal:4211:22026241,22014901:metal:4211:22026184,22017391:metal:4211:22026159,22019909:metal:4211:22026132,22023068:metal:4211:22026081,22024784:metal:4211:22025937,22024789:metal:4211:22025955,22029102:metal:4211:22029558,22031175:metal:4211:22031959,22031177:metal:4211:22031870,22032532:metal:4211:22033382,22038504:metal:4211:22039418,22040126:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0004659092401558224, 'nb_photo': 1, 'list_port_cont': '22187175', 'assoc_port': '22178698:22187175', 'assoc_mat': '22178698:metal:3327:22187175'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0009175636574074073, 'nb_photo': 6, 'list_port_cont': '22019658,22448929', 'assoc_port': '22018590:22019658,22448524:22448929', 'assoc_mat': '22018590:metal:3594:22019658,22448524:metal:3594:22448929'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.02391316585729131, 'nb_photo': 1923, 'list_port_cont': '21964183,21969944,22026360,22041322,22046209,22051219,22051707,22052392,22053698,22054009,22076368,22076789,22108085,22149146,22153086,22158487,22180503,22237966,22241246,22244102,22292974,22309516,22314891,22318621,22345052,22361619,22379476,22385703,22396157,22422333,22433701,22449944,22454618,22473516,22480032,22487804,22511776,22512739,22516917,22536640,22553548,22565037', 'assoc_port': '21963879:21964183,21967136:21969944,21978909:22026360,21984244:22052392,22014829:22041322,22014907:22046209,22019910:22053698,22038501:22054009,22049748:22051219,22051358:22051707,22062848:22076368,22076546:22076789,22101547:22108085,22131718:22153086,22142360:22149146,22154699:22158487,22174835:22180503,22191273:22244102,22210213:22241246,22211643:22237966,22290550:22292974,22305213:22309516,22314653:22314891,22318028:22318621,22344383:22345052,22355024:22361619,22379401:22379476,22384434:22385703,22390602:22396157,22420201:22422333,22432676:22433701,22444780:22449944,22451710:22454618,22469828:22473516,22479660:22480032,22486523:22487804,22497684:22511776,22509474:22512739,22513057:22516917,22536499:22536640,22550650:22553548,22562905:22565037', 'assoc_mat': '21963879:papier:4205:21964183,21967136:papier:4205:21969944,21978909:papier:4205:22026360,21984244:papier:4205:22052392,22014829:papier:4205:22041322,22014907:papier:4205:22046209,22019910:papier:4205:22053698,22038501:papier:4205:22054009,22049748:papier:4205:22051219,22051358:papier:4205:22051707,22062848:papier:4205:22076368,22076546:papier:4205:22076789,22101547:papier:4205:22108085,22131718:papier:4205:22153086,22142360:papier:4205:22149146,22154699:papier:4205:22158487,22174835:papier:4205:22180503,22191273:papier:4205:22244102,22210213:papier:4205:22241246,22211643:papier:4205:22237966,22290550:papier:4205:22292974,22305213:papier:4205:22309516,22314653:papier:4205:22314891,22318028:papier:4205:22318621,22344383:papier:4205:22345052,22355024:papier:4205:22361619,22379401:papier:4205:22379476,22384434:papier:4205:22385703,22390602:papier:4205:22396157,22420201:papier:4205:22422333,22432676:papier:4205:22433701,22444780:papier:4205:22449944,22451710:papier:4205:22454618,22469828:papier:4205:22473516,2247'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009694000101315022, 'nb_photo': 2901, 'list_port_cont': '21969302,22003521,22005707,22012109,22040906,22053782,22054240,22055540,22063552,22064883,22076860,22097222,22146609,22154995,22164086,22241079,22244152,22295034,22309861,22315610,22348639,22358386,22379359,22397940,22399473,22430540,22450067,22451180,22460278,22471531,22505129,22510428,22520972,22560991,22561797', 'assoc_port': '21967117:21969302,21978894:22003521,21978946:22005707,22011455:22012109,22014824:22040906,22014888:22064883,22023070:22055540,22035144:22054240,22046564:22053782,22062855:22063552,22076548:22076860,22096625:22097222,22129557:22146609,22141215:22154995,22154698:22164086,22191270:22244152,22210214:22241079,22291941:22295034,22305215:22309861,22314649:22315610,22340395:22348639,22350612:22358386,22376586:22379359,22386992:22397940,22398077:22399473,22429992:22430540,22443967:22451180,22449976:22450067,22459600:22460278,22466648:22471531,22494447:22505129,22504012:22510428,22520613:22520972,22542628:22560991,22556378:22561797', 'assoc_mat': '21967117:papier:4203:21969302,21978894:papier:4203:22003521,21978946:papier:4203:22005707,22011455:papier:4203:22012109,22014824:papier:4203:22040906,22014888:papier:4203:22064883,22023070:papier:4203:22055540,22035144:papier:4203:22054240,22046564:papier:4203:22053782,22062855:papier:4203:22063552,22076548:papier:4203:22076860,22096625:papier:4203:22097222,22129557:papier:4203:22146609,22141215:papier:4203:22154995,22154698:papier:4203:22164086,22191270:papier:4203:22244152,22210214:papier:4203:22241079,22291941:papier:4203:22295034,22305215:papier:4203:22309861,22314649:papier:4203:22315610,22340395:papier:4203:22348639,22350612:papier:4203:22358386,22376586:papier:4203:22379359,22386992:papier:4203:22397940,22398077:papier:4203:22399473,22429992:papier:4203:22430540,22443967:papier:4203:22451180,22449976:papier:4203:22450067,22459600:papier:4203:22460278,22466648:papier:4203:22471531,22494447:papier:4203:22505129,22504012:papier:4203:22510428,22520613:papier:4203:22520972,22542628:papier:4203:22560991,2255'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.04126390011079582, 'nb_photo': 10474, 'list_port_cont': '21963560,21963962,21964102,21964259,21970468,21970766,21971458,21971807,21983019,21986340,21996816,21997195,21997866,22003054,22003898,22005423,22005589,22005621,22006374,22007554,22010977,22011944,22015149,22016812,22020856,22021443,22023124,22023280,22024330,22024878,22025819,22028108,22028212,22031486,22032047,22032212,22032445,22032670,22032762,22033140,22034367,22035910,22036281,22036723,22040491,22042593,22045610,22050144,22050366,22050427,22050883,22051577,22055086,22057088,22066947,22067374,22068684,22072652,22073647,22073885,22076176,22078977,22079043,22079672,22088029,22090725,22091739,22096855,22097121,22103621,22106582,22123721,22126026,22131802,22131892,22132858,22133044,22133261,22134223,22134241,22151142,22151593,22153414,22153969,22155167,22175241,22178918,22180583,22180989,22181060,22183802,22185860,22187100,22189462,22194531,22194909,22201655,22202599,22204929,22211239,22212811,22213133,22222800,22227358,22227440,22228058,22292900,22293105,22293169,22293792,22294828,22295508,22295704,2229815', 'assoc_port': '21963398:21963560,21963881:21964259,21963884:21964102,21963885:21963962,21967145:21970766,21967184:21971458,21967193:21971807,21969982:21970468,21976863:21996816,21976864:21997195,21976868:21997866,21976883:22025819,21976900:22023124,21978888:22003054,21978910:22003898,21978941:22005423,21978949:22005589,21978951:22005621,21980101:22006374,21980112:22007554,21980147:21983019,21985550:21986340,21986991:22016812,22010578:22010977,22011454:22011944,22013399:22034367,22014823:22032670,22014830:22032762,22014834:22032445,22014836:22032212,22014871:22032047,22014884:22015149,22017376:22028212,22017377:22028108,22019908:22021443,22019911:22020856,22023072:22023280,22023900:22024330,22024787:22024878,22031176:22031486,22032527:22033140,22035140:22036723,22035142:22036281,22035143:22035910,22040130:22040491,22042105:22042593,22045046:22045610,22049746:22050883,22049750:22050366,22049753:22050427,22049757:22050144,22051353:22051577,22054524:22055086,22056821:22057088,22065345:22068684,22066732:22067374,22066735:2206694', 'assoc_mat': '21963398:papier:4207:21963560,21963881:papier:4207:21964259,21963884:papier:4207:21964102,21963885:papier:4207:21963962,21967145:papier:4207:21970766,21967184:papier:4207:21971458,21967193:papier:4207:21971807,21969982:papier:4207:21970468,21976863:papier:4207:21996816,21976864:papier:4207:21997195,21976868:papier:4207:21997866,21976883:papier:4207:22025819,21976900:papier:4207:22023124,21978888:papier:4207:22003054,21978910:papier:4207:22003898,21978941:papier:4207:22005423,21978949:papier:4207:22005589,21978951:papier:4207:22005621,21980101:papier:4207:22006374,21980112:papier:4207:22007554,21980147:papier:4207:21983019,21985550:papier:4207:21986340,21986991:papier:4207:22016812,22010578:papier:4207:22010977,22011454:papier:4207:22011944,22013399:papier:4207:22034367,22014823:papier:4207:22032670,22014830:papier:4207:22032762,22014834:papier:4207:22032445,22014836:papier:4207:22032212,22014871:papier:4207:22032047,22014884:papier:4207:22015149,22017376:papier:4207:22028212,22017377:papier:4207:22028108,2201'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.21246490920423133, 'nb_photo': 32940, 'list_port_cont': '21962854,21964217,21964557,21968378,21968810,21975960,21977454,21979347,21980650,21981019,21981587,21986124,21987689,21997264,21997467,22012058,22015498,22015508,22015614,22015733,22015777,22015875,22016514,22019089,22019106,22024161,22025878,22029480,22031839,22036037,22040517,22042492,22045784,22051016,22052000,22055225,22057332,22069271,22073889,22073976,22076343,22076824,22080202,22088868,22093819,22094622,22108866,22122296,22127544,22130120,22132918,22143063,22144649,22147293,22149459,22153697,22165126,22178192,22180737,22184432,22192216,22194280,22195579,22205201,22207221,22212381,22222292,22223392,22245366,22292782,22296079,22297439,22300082,22302364,22307965,22308271,22313275,22317033,22317678,22332226,22336558,22340930,22344800,22347262,22351318,22354489,22376504,22377539,22378485,22379518,22381079,22385030,22388596,22390910,22391729,22395338,22401164,22425418,22425487,22428274,22433275,22438559,22439686,22441351,22445234,22450465,22452253,22455760,22455885,22458853,22460267,22467430,22473906,2247763', 'assoc_port': '21962511:21962854,21963880:21964217,21964371:21964557,21967121:21968810,21967190:21968378,21975318:21975960,21976867:21977454,21978936:21979347,21980104:21981587,21980135:21980650,21980140:21981019,21985538:21986124,21986986:21987689,21996829:21997467,21996831:21997264,22011456:22012058,22014826:22016514,22014832:22015498,22014873:22015875,22014882:22015777,22014894:22015733,22014900:22015614,22014908:22015508,22018589:22019106,22018593:22019089,22023899:22024161,22024785:22025878,22029100:22029480,22031178:22031839,22035145:22036037,22040127:22040517,22042106:22042492,22045048:22045784,22046567:22051016,22049756:22052000,22051361:22057332,22054526:22055225,22065347:22073889,22068647:22069271,22073535:22073976,22075834:22076343,22076547:22076824,22079489:22080202,22086063:22094622,22088044:22088868,22093119:22093819,22098020:22108866,22122000:22122296,22126964:22127544,22129559:22130120,22132586:22132918,22138711:22147293,22142357:22143063,22144309:22144649,22148777:22149459,22153227:22153697,22164922:2216512', 'assoc_mat': '21962511:papier:4461:21962854,21963880:papier:4461:21964217,21964371:papier:4461:21964557,21967121:papier:4461:21968810,21967190:papier:4461:21968378,21975318:papier:4461:21975960,21976867:papier:4461:21977454,21978936:papier:4461:21979347,21980104:papier:4461:21981587,21980135:papier:4461:21980650,21980140:papier:4461:21981019,21985538:papier:4461:21986124,21986986:papier:4461:21987689,21996829:papier:4461:21997467,21996831:papier:4461:21997264,22011456:papier:4461:22012058,22014826:papier:4461:22016514,22014832:papier:4461:22015498,22014873:papier:4461:22015875,22014882:papier:4461:22015777,22014894:papier:4461:22015733,22014900:papier:4461:22015614,22014908:papier:4461:22015508,22018589:papier:4461:22019106,22018593:papier:4461:22019089,22023899:papier:4461:22024161,22024785:papier:4461:22025878,22029100:papier:4461:22029480,22031178:papier:4461:22031839,22035145:papier:4461:22036037,22040127:papier:4461:22040517,22042106:papier:4461:22042492,22045048:papier:4461:22045784,22046567:papier:4461:22051016,2204'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.014378008091488833, 'nb_photo': 2926, 'list_port_cont': '21963499,21963745,21969529,21970681,21971854,21977058,21987228,21996014,22004218,22006327,22007571,22032227,22032628,22034603,22040664,22040895,22041938,22042200,22042517,22042853,22042928,22044156,22044593,22044876,22045460,22050953,22051673,22051877,22053694,22053801,22053813,22053939,22053962,22053975,22054057,22055104,22056668,22056855,22057723,22068784,22074422,22083176,22091021,22091143,22097340,22099674,22108163,22109930,22118592,22118747,22123748,22132972,22135501,22138560,22147408,22148481,22148525,22149487,22153033,22156878,22158875,22159195,22162552,22169730,22193167,22195006,22204889,22229878,22234442,22234993,22239599,22241177,22242703,22242710,22287843,22287926,22294361,22299458,22302838,22307262,22307377,22309493,22312903,22316272,22317570,22321658,22321922,22321971,22330650,22345019,22346385,22346561,22347428,22347614,22347717,22350364,22352392,22358798,22359260,22359284,22359430,22361611,22378613,22378792,22378992,22380064,22380826,22381121,22381725,22389060,22390078,22395758,22396915,2239701', 'assoc_port': '21962513:21963745,21963400:21963499,21967129:21969529,21967139:21970681,21967186:21971854,21976823:21996014,21976906:21977058,21978911:22004218,21980100:22006327,21980110:22007571,21986993:21987228,22010579:22032227,22011453:22032628,22013398:22034603,22014797:22040664,22014827:22040895,22014838:22041938,22014839:22042200,22014876:22042853,22014878:22042928,22014891:22044156,22014898:22044593,22014902:22044876,22014903:22045460,22017378:22051673,22019913:22053813,22023889:22056855,22032524:22057723,22035137:22054057,22040123:22053975,22040136:22053962,22042108:22042517,22045047:22053939,22045049:22053801,22049751:22050953,22049755:22056668,22051355:22053694,22051363:22051877,22054528:22055104,22065348:22068784,22068649:22083176,22073532:22074422,22078670:22099674,22088043:22091143,22088051:22091021,22091315:22118592,22091317:22109930,22093114:22118747,22096627:22097340,22101552:22108163,22123322:22123748,22126966:22132972,22129562:22135501,22132587:22138560,22137423:22147408,22141214:22162552,22142356:2214848', 'assoc_mat': '21962513:papier:4200:21963745,21963400:papier:4200:21963499,21967129:papier:4200:21969529,21967139:papier:4200:21970681,21967186:papier:4200:21971854,21976823:papier:4200:21996014,21976906:papier:4200:21977058,21978911:papier:4200:22004218,21980100:papier:4200:22006327,21980110:papier:4200:22007571,21986993:papier:4200:21987228,22010579:papier:4200:22032227,22011453:papier:4200:22032628,22013398:papier:4200:22034603,22014797:papier:4200:22040664,22014827:papier:4200:22040895,22014838:papier:4200:22041938,22014839:papier:4200:22042200,22014876:papier:4200:22042853,22014878:papier:4200:22042928,22014891:papier:4200:22044156,22014898:papier:4200:22044593,22014902:papier:4200:22044876,22014903:papier:4200:22045460,22017378:papier:4200:22051673,22019913:papier:4200:22053813,22023889:papier:4200:22056855,22032524:papier:4200:22057723,22035137:papier:4200:22054057,22040123:papier:4200:22053975,22040136:papier:4200:22053962,22042108:papier:4200:22042517,22045047:papier:4200:22053939,22045049:papier:4200:22053801,2204'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9290119071962114, 'nb_photo': 70482, 'list_port_cont': '21964210,21968057,21970543,21973972,21974249,21976113,21976193,21977092,21978273,21978410,21978715,21979257,21980941,21981105,21985003,21987539,21997657,22011997,22014151,22015662,22015910,22015934,22015968,22015999,22016105,22016174,22016665,22017221,22018048,22023146,22024030,22024220,22025867,22029297,22029596,22033207,22035771,22040484,22045573,22047088,22050010,22050299,22050453,22051697,22051858,22052100,22055305,22057102,22066228,22067265,22076308,22076809,22086681,22088582,22093799,22093925,22097138,22102782,22123759,22130068,22134207,22137990,22139246,22139419,22141685,22144721,22149421,22154843,22158729,22175477,22175512,22180785,22184233,22186846,22187419,22191595,22195647,22200177,22200211,22207251,22211134,22212225,22212466,22217883,22221539,22221847,22291347,22294346,22298353,22300016,22305687,22305848,22307670,22310218,22310456,22311662,22312628,22312719,22312759,22315043,22315138,22317038,22317238,22317527,22318715,22319796,22329115,22329559,22329632,22329927,22329985,22330222,22336923,2234492', 'assoc_port': '21963882:21964210,21967114:21968057,21967142:21973972,21967197:21974249,21969983:21970543,21975316:21976193,21975317:21976113,21976822:21979257,21976869:21978715,21976870:21978410,21976897:21978273,21976904:21977092,21980117:21981105,21980144:21980941,21984242:21985003,21986987:21987539,21986989:21997657,22011457:22011997,22013394:22014151,22014831:22017221,22014842:22016665,22014846:22016174,22014877:22015934,22014879:22016105,22014886:22015968,22014892:22015910,22014899:22015999,22014906:22015662,22017392:22018048,22023071:22023146,22023871:22024220,22023901:22024030,22024786:22025867,22029099:22029596,22029101:22029297,22032529:22033207,22035141:22035771,22038503:22050299,22040133:22040484,22045045:22045573,22046565:22047088,22049747:22050453,22049749:22051858,22049758:22050010,22051357:22052100,22051362:22051697,22054542:22055305,22056819:22057102,22065344:22066228,22066733:22067265,22075838:22076308,22076545:22076809,22086022:22086681,22088049:22088582,22093116:22093925,22093117:22093799,22096624:2209713', 'assoc_mat': '21963882:papier:4209:21964210,21967114:papier:4209:21968057,21967142:papier:4209:21973972,21967197:papier:4209:21974249,21969983:papier:4209:21970543,21975316:papier:4209:21976193,21975317:papier:4209:21976113,21976822:papier:4209:21979257,21976869:papier:4209:21978715,21976870:papier:4209:21978410,21976897:papier:4209:21978273,21976904:papier:4209:21977092,21980117:papier:4209:21981105,21980144:papier:4209:21980941,21984242:papier:4209:21985003,21986987:papier:4209:21987539,21986989:papier:4209:21997657,22011457:papier:4209:22011997,22013394:papier:4209:22014151,22014831:papier:4209:22017221,22014842:papier:4209:22016665,22014846:papier:4209:22016174,22014877:papier:4209:22015934,22014879:papier:4209:22016105,22014886:papier:4209:22015968,22014892:papier:4209:22015910,22014899:papier:4209:22015999,22014906:papier:4209:22015662,22017392:papier:4209:22018048,22023071:papier:4209:22023146,22023871:papier:4209:22024220,22023901:papier:4209:22024030,22024786:papier:4209:22025867,22029099:papier:4209:22029596,2202'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011444491107970333, 'nb_photo': 16856, 'list_port_cont': '21963417,21963591,21964269,21970571,21971861,21971920,21989547,21990259,21997441,22004079,22005509,22007312,22007768,22008814,22025924,22025970,22026088,22026144,22026157,22026180,22026230,22026322,22026450,22026583,22026597,22026674,22026740,22027172,22027262,22029533,22030994,22031875,22031960,22033375,22039408,22040625,22040697,22050603,22050714,22051600,22052009,22052123,22056367,22057172,22063579,22067286,22068752,22069191,22072741,22074053,22080506,22083647,22090618,22091677,22091955,22092184,22094236,22105440,22122258,22127610,22132322,22139305,22141709,22144682,22144830,22151420,22155280,22158595,22177956,22179548,22186660,22189964,22192295,22195674,22195694,22207558,22210754,22221978,22222985,22229854,22291479,22294726,22294813,22298363,22298630,22299073,22302344,22306930,22308382,22309995,22312614,22313060,22313301,22315317,22318834,22329435,22332281,22337037,22341220,22344859,22344999,22345493,22352629,22352715,22352902,22353636,22355859,22371440,22375844,22377501,22379563,22379993,22381575,2238159', 'assoc_port': '21962514:21963417,21963397:21963591,21963883:21964269,21967132:21970571,21967181:21971861,21967195:21971920,21975312:21989547,21975320:21990259,21976850:21997441,21978908:22004079,21978934:22005509,21980103:22007312,21980107:22007768,21980142:22008814,22010582:22027262,22011452:22027172,22013397:22030994,22014825:22026740,22014833:22026674,22014843:22026597,22014874:22026583,22014880:22026450,22014893:22026322,22014896:22026230,22014901:22026180,22017391:22026157,22019909:22026144,22023068:22026088,22024784:22025924,22024789:22025970,22029102:22029533,22031175:22031960,22031177:22031875,22032532:22033375,22038504:22039408,22040126:22040697,22040132:22040625,22042107:22051600,22046566:22050714,22049745:22056367,22049754:22050603,22051354:22052123,22051356:22052009,22054525:22057172,22062853:22063579,22065346:22068752,22066734:22067286,22068648:22069191,22071991:22072741,22073536:22074053,22079487:22080506,22079488:22083647,22079491:22092184,22086017:22094236,22086036:22090618,22091316:22091677,22091318:2209195', 'assoc_mat': '21962514:papier:4211:21963417,21963397:papier:4211:21963591,21963883:papier:4211:21964269,21967132:papier:4211:21970571,21967181:papier:4211:21971861,21967195:papier:4211:21971920,21975312:papier:4211:21989547,21975320:papier:4211:21990259,21976850:papier:4211:21997441,21978908:papier:4211:22004079,21978934:papier:4211:22005509,21980103:papier:4211:22007312,21980107:papier:4211:22007768,21980142:papier:4211:22008814,22010582:papier:4211:22027262,22011452:papier:4211:22027172,22013397:papier:4211:22030994,22014825:papier:4211:22026740,22014833:papier:4211:22026674,22014843:papier:4211:22026597,22014874:papier:4211:22026583,22014880:papier:4211:22026450,22014893:papier:4211:22026322,22014896:papier:4211:22026230,22014901:papier:4211:22026180,22017391:papier:4211:22026157,22019909:papier:4211:22026144,22023068:papier:4211:22026088,22024784:papier:4211:22025924,22024789:papier:4211:22025970,22029102:papier:4211:22029533,22031175:papier:4211:22031960,22031177:papier:4211:22031875,22032532:papier:4211:22033375,2203'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.012719873506792819, 'nb_photo': 468, 'list_port_cont': '21963766,21964596,21976303,21982683,21988607,21990850,21998133,22005686,22005800,22008152,22012901,22015719,22020902,22025561,22036193,22037065,22040782,22042140,22042744,22042949,22046221,22046334,22048308,22051172,22053762,22054700,22056155,22057904,22060430,22067760,22076461,22077049,22079690,22082867,22091996,22095881,22097549,22107797,22109482,22112203,22122790,22129291,22132953,22134773,22138731,22140624,22142079,22143887,22147618,22150073,22151652,22152144,22159097,22186778,22187102,22187176,22190723,22196312,22201869,22207812,22209134,22229888,22234455,22236408,22237229,22242429,22242909,22242977,22302592,22302789,22303802,22306119,22308463,22309677,22313215,22317623,22340147,22346431,22346700,22347422,22347584,22349636,22353370,22354650,22356549,22358839,22378662,22378836,22380046,22382920,22391080,22392505,22395896,22402325,22405860,22426466,22428606,22432424,22433663,22438119,22440956,22441911,22443633,22445280,22446388,22449338,22450121,22453151,22453757,22456261,22457131,22459689,22459868,2246092', 'assoc_port': '21963399:21963766,21964372:21964596,21967124:21988607,21969980:21982683,21975313:21990850,21975319:21976303,21976848:21998133,21978922:22005686,21978944:22005800,21980102:22008152,21984249:22012901,21985543:22015719,22013383:22036193,22014822:22042140,22014828:22042744,22014840:22095881,22014875:22082867,22014897:22046334,22014905:22048308,22018592:22060430,22019912:22020902,22023872:22025561,22035139:22037065,22040125:22054700,22040135:22040782,22042109:22042949,22045050:22046221,22049752:22051172,22051359:22053762,22054523:22057904,22054527:22056155,22066731:22067760,22071992:22077049,22075835:22076461,22078672:22079690,22086065:22091996,22091319:22112203,22096626:22097549,22098018:22109482,22101541:22107797,22122001:22122790,22126969:22129291,22132582:22132953,22133906:22134773,22137424:22138731,22138710:22140624,22141213:22142079,22142362:22143887,22144307:22147618,22148778:22150073,22150593:22152144,22150597:22151652,22157943:22159097,22178698:22187176,22178713:22187102,22180102:22207812,22183555:2218677', 'assoc_mat': '21963399:papier:3327:21963766,21964372:papier:3327:21964596,21967124:papier:3327:21988607,21969980:papier:3327:21982683,21975313:papier:3327:21990850,21975319:papier:3327:21976303,21976848:papier:3327:21998133,21978922:papier:3327:22005686,21978944:papier:3327:22005800,21980102:papier:3327:22008152,21984249:papier:3327:22012901,21985543:papier:3327:22015719,22013383:papier:3327:22036193,22014822:papier:3327:22042140,22014828:papier:3327:22042744,22014840:papier:3327:22095881,22014875:papier:3327:22082867,22014897:papier:3327:22046334,22014905:papier:3327:22048308,22018592:papier:3327:22060430,22019912:papier:3327:22020902,22023872:papier:3327:22025561,22035139:papier:3327:22037065,22040125:papier:3327:22054700,22040135:papier:3327:22040782,22042109:papier:3327:22042949,22045050:papier:3327:22046221,22049752:papier:3327:22051172,22051359:papier:3327:22053762,22054523:papier:3327:22057904,22054527:papier:3327:22056155,22066731:papier:3327:22067760,22071992:papier:3327:22077049,22075835:papier:3327:22076461,2207'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.07931864797489772, 'nb_photo': 289, 'list_port_cont': '22019661,22358755,22448925', 'assoc_port': '22018590:22019661,22358427:22358755,22448524:22448925', 'assoc_mat': '22018590:papier:3594:22019661,22358427:papier:3594:22358755,22448524:papier:3594:22448925'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006773739925650539, 'nb_photo': 142, 'list_port_cont': '21969956,22026351,22041316,22046207,22051213,22052385,22053705,22054004,22076375,22076788,22149155,22153087,22158486,22180490,22237962,22241231,22244107,22292969,22309535,22314890,22318631,22345054,22361627,22379474,22385692,22396165,22422336,22433707,22449942,22454615,22473510,22480036,22487805,22511781,22512740,22516913,22536633,22553552,22565044', 'assoc_port': '21967136:21969956,21978909:22026351,21984244:22052385,22014829:22041316,22014907:22046207,22019910:22053705,22038501:22054004,22049748:22051213,22062848:22076375,22076546:22076788,22131718:22153087,22142360:22149155,22154699:22158486,22174835:22180490,22191273:22244107,22210213:22241231,22211643:22237962,22290550:22292969,22305213:22309535,22314653:22314890,22318028:22318631,22344383:22345054,22355024:22361627,22379401:22379474,22384434:22385692,22390602:22396165,22420201:22422336,22432676:22433707,22444780:22449942,22451710:22454615,22469828:22473510,22479660:22480036,22486523:22487805,22497684:22511781,22509474:22512740,22513057:22516913,22536499:22536633,22550650:22553552,22562905:22565044', 'assoc_mat': '21967136:pehd:4205:21969956,21978909:pehd:4205:22026351,21984244:pehd:4205:22052385,22014829:pehd:4205:22041316,22014907:pehd:4205:22046207,22019910:pehd:4205:22053705,22038501:pehd:4205:22054004,22049748:pehd:4205:22051213,22062848:pehd:4205:22076375,22076546:pehd:4205:22076788,22131718:pehd:4205:22153087,22142360:pehd:4205:22149155,22154699:pehd:4205:22158486,22174835:pehd:4205:22180490,22191273:pehd:4205:22244107,22210213:pehd:4205:22241231,22211643:pehd:4205:22237962,22290550:pehd:4205:22292969,22305213:pehd:4205:22309535,22314653:pehd:4205:22314890,22318028:pehd:4205:22318631,22344383:pehd:4205:22345054,22355024:pehd:4205:22361627,22379401:pehd:4205:22379474,22384434:pehd:4205:22385692,22390602:pehd:4205:22396165,22420201:pehd:4205:22422336,22432676:pehd:4205:22433707,22444780:pehd:4205:22449942,22451710:pehd:4205:22454615,22469828:pehd:4205:22473510,22479660:pehd:4205:22480036,22486523:pehd:4205:22487805,22497684:pehd:4205:22511781,22509474:pehd:4205:22512740,22513057:pehd:4205:22516913,22536499:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0032670114454663533, 'nb_photo': 366, 'list_port_cont': '21969309,22003515,22005706,22012112,22040907,22053773,22054238,22055541,22063556,22064885,22076857,22097218,22146602,22155000,22164087,22241074,22244161,22295035,22309860,22315616,22348632,22358376,22379363,22397929,22399483,22430548,22450066,22451185,22471534,22505139,22510429,22520980,22560992,22561798', 'assoc_port': '21967117:21969309,21978894:22003515,21978946:22005706,22011455:22012112,22014824:22040907,22014888:22064885,22023070:22055541,22035144:22054238,22046564:22053773,22062855:22063556,22076548:22076857,22096625:22097218,22129557:22146602,22141215:22155000,22154698:22164087,22191270:22244161,22210214:22241074,22291941:22295035,22305215:22309860,22314649:22315616,22340395:22348632,22350612:22358376,22376586:22379363,22386992:22397929,22398077:22399483,22429992:22430548,22443967:22451185,22449976:22450066,22466648:22471534,22494447:22505139,22504012:22510429,22520613:22520980,22542628:22560992,22556378:22561798', 'assoc_mat': '21967117:pehd:4203:21969309,21978894:pehd:4203:22003515,21978946:pehd:4203:22005706,22011455:pehd:4203:22012112,22014824:pehd:4203:22040907,22014888:pehd:4203:22064885,22023070:pehd:4203:22055541,22035144:pehd:4203:22054238,22046564:pehd:4203:22053773,22062855:pehd:4203:22063556,22076548:pehd:4203:22076857,22096625:pehd:4203:22097218,22129557:pehd:4203:22146602,22141215:pehd:4203:22155000,22154698:pehd:4203:22164087,22191270:pehd:4203:22244161,22210214:pehd:4203:22241074,22291941:pehd:4203:22295035,22305215:pehd:4203:22309860,22314649:pehd:4203:22315616,22340395:pehd:4203:22348632,22350612:pehd:4203:22358376,22376586:pehd:4203:22379363,22386992:pehd:4203:22397929,22398077:pehd:4203:22399483,22429992:pehd:4203:22430548,22443967:pehd:4203:22451185,22449976:pehd:4203:22450066,22466648:pehd:4203:22471534,22494447:pehd:4203:22505139,22504012:pehd:4203:22510429,22520613:pehd:4203:22520980,22542628:pehd:4203:22560992,22556378:pehd:4203:22561798'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004271620795599394, 'nb_photo': 266, 'list_port_cont': '21964262,21970469,21971469,21971813,21986341,22003894,22005424,22005591,22006370,22007562,22010974,22011950,22015147,22016813,22020855,22021448,22023134,22024885,22028119,22028218,22031494,22032209,22032664,22032764,22033149,22034372,22035922,22036291,22036727,22040501,22042591,22050150,22050426,22050891,22051581,22055098,22066944,22067373,22068688,22072661,22073646,22079038,22079680,22091745,22097118,22103620,22106584,22126015,22131813,22131879,22132861,22133040,22133256,22134233,22151134,22153418,22153979,22155161,22178916,22180586,22180980,22183811,22185865,22189452,22194529,22194920,22202607,22211235,22212816,22222810,22227361,22228072,22293106,22293184,22295509,22295709,22298143,22300217,22302309,22305916,22317202,22336506,22338503,22339354,22340102,22341936,22346581,22347079,22372357,22378735,22379456,22381070,22381683,22387280,22388497,22390942,22393617,22395078,22395221,22402994,22409550,22421675,22425455,22432903,22440907,22447158,22448566,22449208,22449998,22450038,22450088,22452213,22479976,2248707', 'assoc_port': '21963881:21964262,21967184:21971469,21967193:21971813,21969982:21970469,21976900:22023134,21978910:22003894,21978941:22005424,21978949:22005591,21980101:22006370,21980112:22007562,21985550:21986341,21986991:22016813,22010578:22010974,22011454:22011950,22013399:22034372,22014823:22032664,22014830:22032764,22014836:22032209,22014884:22015147,22017376:22028218,22017377:22028119,22019908:22021448,22019911:22020855,22024787:22024885,22031176:22031494,22032527:22033149,22035140:22036727,22035142:22036291,22035143:22035922,22040130:22040501,22042105:22042591,22049746:22050891,22049753:22050426,22049757:22050150,22051353:22051581,22054524:22055098,22065345:22068688,22066732:22067373,22066735:22066944,22071990:22072661,22073534:22073646,22078669:22079680,22078671:22079038,22091320:22091745,22096628:22097118,22101544:22103620,22106153:22106584,22125807:22126015,22129556:22131813,22129560:22131879,22132583:22133256,22132585:22133040,22132589:22132861,22133908:22134233,22150596:22151134,22153224:22153979,22153225:2215341', 'assoc_mat': '21963881:pehd:4207:21964262,21967184:pehd:4207:21971469,21967193:pehd:4207:21971813,21969982:pehd:4207:21970469,21976900:pehd:4207:22023134,21978910:pehd:4207:22003894,21978941:pehd:4207:22005424,21978949:pehd:4207:22005591,21980101:pehd:4207:22006370,21980112:pehd:4207:22007562,21985550:pehd:4207:21986341,21986991:pehd:4207:22016813,22010578:pehd:4207:22010974,22011454:pehd:4207:22011950,22013399:pehd:4207:22034372,22014823:pehd:4207:22032664,22014830:pehd:4207:22032764,22014836:pehd:4207:22032209,22014884:pehd:4207:22015147,22017376:pehd:4207:22028218,22017377:pehd:4207:22028119,22019908:pehd:4207:22021448,22019911:pehd:4207:22020855,22024787:pehd:4207:22024885,22031176:pehd:4207:22031494,22032527:pehd:4207:22033149,22035140:pehd:4207:22036727,22035142:pehd:4207:22036291,22035143:pehd:4207:22035922,22040130:pehd:4207:22040501,22042105:pehd:4207:22042591,22049746:pehd:4207:22050891,22049753:pehd:4207:22050426,22049757:pehd:4207:22050150,22051353:pehd:4207:22051581,22054524:pehd:4207:22055098,22065345:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005149291023585795, 'nb_photo': 26, 'list_port_cont': '21964553,21980641,22019099,22025881,22036041,22042495,22057345,22076334,22088862,22130128,22144644,22147292,22153703,22184434,22245376,22347271,22376500,22395315,22441350,22460260,22467426,22487228,22536178,22553374', 'assoc_port': '21964371:21964553,21980135:21980641,22018589:22019099,22024785:22025881,22035145:22036041,22042106:22042495,22051361:22057345,22075834:22076334,22088044:22088862,22129559:22130128,22138711:22147292,22144309:22144644,22153227:22153703,22183556:22184434,22245259:22245376,22346891:22347271,22372031:22376500,22394739:22395315,22440771:22441350,22459994:22460260,22463409:22467426,22486522:22487228,22533593:22536178,22552962:22553374', 'assoc_mat': '21964371:pehd:4461:21964553,21980135:pehd:4461:21980641,22018589:pehd:4461:22019099,22024785:pehd:4461:22025881,22035145:pehd:4461:22036041,22042106:pehd:4461:22042495,22051361:pehd:4461:22057345,22075834:pehd:4461:22076334,22088044:pehd:4461:22088862,22129559:pehd:4461:22130128,22138711:pehd:4461:22147292,22144309:pehd:4461:22144644,22153227:pehd:4461:22153703,22183556:pehd:4461:22184434,22245259:pehd:4461:22245376,22346891:pehd:4461:22347271,22372031:pehd:4461:22376500,22394739:pehd:4461:22395315,22440771:pehd:4461:22441350,22459994:pehd:4461:22460260,22463409:pehd:4461:22467426,22486522:pehd:4461:22487228,22533593:pehd:4461:22536178,22552962:pehd:4461:22553374'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.009118437008415503, 'nb_photo': 1185, 'list_port_cont': '21963504,21963749,21969531,21970687,21971855,21977062,21987221,21996019,22004221,22006324,22007577,22032232,22032621,22034597,22040667,22040892,22041942,22042196,22042520,22042848,22042939,22044163,22044582,22044881,22045467,22050962,22051677,22051869,22053691,22053805,22053807,22053945,22053955,22053983,22054063,22055101,22056675,22056854,22057716,22068771,22074416,22083181,22091008,22091133,22097332,22099671,22108167,22109938,22118589,22118753,22123750,22132973,22135491,22138547,22147411,22148483,22148515,22149488,22153032,22156882,22158879,22159204,22162561,22169731,22193156,22195002,22204881,22229880,22234437,22234988,22239607,22241171,22242701,22242704,22287933,22294367,22299455,22302834,22307263,22307387,22309486,22312892,22316271,22317579,22321649,22321923,22321980,22330662,22345014,22346387,22346563,22347435,22347617,22347711,22350367,22352398,22358804,22359289,22359431,22361601,22378623,22378783,22378994,22380052,22381119,22381721,22389061,22390084,22395770,22396912,22397009,22405896,22411838,2242231', 'assoc_port': '21962513:21963749,21963400:21963504,21967129:21969531,21967139:21970687,21967186:21971855,21976823:21996019,21976906:21977062,21978911:22004221,21980100:22006324,21980110:22007577,21986993:21987221,22010579:22032232,22011453:22032621,22013398:22034597,22014797:22040667,22014827:22040892,22014838:22041942,22014839:22042196,22014876:22042848,22014878:22042939,22014891:22044163,22014898:22044582,22014902:22044881,22014903:22045467,22017378:22051677,22019913:22053807,22023889:22056854,22032524:22057716,22035137:22054063,22040123:22053983,22040136:22053955,22042108:22042520,22045047:22053945,22045049:22053805,22049751:22050962,22049755:22056675,22051355:22053691,22051363:22051869,22054528:22055101,22065348:22068771,22068649:22083181,22073532:22074416,22078670:22099671,22088043:22091133,22088051:22091008,22091315:22118589,22091317:22109938,22093114:22118753,22096627:22097332,22101552:22108167,22123322:22123750,22126966:22132973,22129562:22135491,22132587:22138547,22137423:22147411,22141214:22162561,22142356:2214848', 'assoc_mat': '21962513:pehd:4200:21963749,21963400:pehd:4200:21963504,21967129:pehd:4200:21969531,21967139:pehd:4200:21970687,21967186:pehd:4200:21971855,21976823:pehd:4200:21996019,21976906:pehd:4200:21977062,21978911:pehd:4200:22004221,21980100:pehd:4200:22006324,21980110:pehd:4200:22007577,21986993:pehd:4200:21987221,22010579:pehd:4200:22032232,22011453:pehd:4200:22032621,22013398:pehd:4200:22034597,22014797:pehd:4200:22040667,22014827:pehd:4200:22040892,22014838:pehd:4200:22041942,22014839:pehd:4200:22042196,22014876:pehd:4200:22042848,22014878:pehd:4200:22042939,22014891:pehd:4200:22044163,22014898:pehd:4200:22044582,22014902:pehd:4200:22044881,22014903:pehd:4200:22045467,22017378:pehd:4200:22051677,22019913:pehd:4200:22053807,22023889:pehd:4200:22056854,22032524:pehd:4200:22057716,22035137:pehd:4200:22054063,22040123:pehd:4200:22053983,22040136:pehd:4200:22053955,22042108:pehd:4200:22042520,22045047:pehd:4200:22053945,22045049:pehd:4200:22053805,22049751:pehd:4200:22050962,22049755:pehd:4200:22056675,22051355:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.011783867834007337, 'nb_photo': 940, 'list_port_cont': '21964196,21968056,21970535,21974004,21974243,21976110,21976201,21977103,21978276,21978397,21978690,21979259,21980944,21981103,21985012,21987531,21997646,22011996,22014149,22015663,22015923,22015927,22015978,22016002,22016102,22016172,22016664,22017222,22018044,22024029,22024227,22025856,22029293,22029605,22033169,22035773,22040473,22045574,22047096,22050007,22050289,22050447,22051693,22051854,22052109,22055311,22057084,22066238,22067268,22076307,22076801,22086682,22088577,22093797,22093915,22097141,22102786,22123762,22130059,22134211,22137997,22139241,22139414,22141683,22144727,22149419,22154844,22158728,22175472,22175507,22180786,22184231,22186840,22187418,22191596,22195657,22200171,22200209,22207247,22211148,22212220,22212472,22217893,22221528,22221837,22300021,22305695,22307662,22310220,22310459,22311664,22312621,22312709,22312760,22315051,22315142,22317521,22318726,22319809,22329118,22329932,22330225,22336931,22344921,22345369,22346642,22347183,22352934,22353588,22357155,22358707,22359461,22372770,2237745', 'assoc_port': '21963882:21964196,21967114:21968056,21967142:21974004,21967197:21974243,21969983:21970535,21975316:21976201,21975317:21976110,21976822:21979259,21976869:21978690,21976870:21978397,21976897:21978276,21976904:21977103,21980117:21981103,21980144:21980944,21984242:21985012,21986987:21987531,21986989:21997646,22011457:22011996,22013394:22014149,22014831:22017222,22014842:22016664,22014846:22016172,22014877:22015927,22014879:22016102,22014886:22015978,22014892:22015923,22014899:22016002,22014906:22015663,22017392:22018044,22023871:22024227,22023901:22024029,22024786:22025856,22029099:22029605,22029101:22029293,22032529:22033169,22035141:22035773,22038503:22050289,22040133:22040473,22045045:22045574,22046565:22047096,22049747:22050447,22049749:22051854,22049758:22050007,22051357:22052109,22051362:22051693,22054542:22055311,22056819:22057084,22065344:22066238,22066733:22067268,22075838:22076307,22076545:22076801,22086022:22086682,22088049:22088577,22093116:22093915,22093117:22093797,22096624:22097141,22101542:2210278', 'assoc_mat': '21963882:pehd:4209:21964196,21967114:pehd:4209:21968056,21967142:pehd:4209:21974004,21967197:pehd:4209:21974243,21969983:pehd:4209:21970535,21975316:pehd:4209:21976201,21975317:pehd:4209:21976110,21976822:pehd:4209:21979259,21976869:pehd:4209:21978690,21976870:pehd:4209:21978397,21976897:pehd:4209:21978276,21976904:pehd:4209:21977103,21980117:pehd:4209:21981103,21980144:pehd:4209:21980944,21984242:pehd:4209:21985012,21986987:pehd:4209:21987531,21986989:pehd:4209:21997646,22011457:pehd:4209:22011996,22013394:pehd:4209:22014149,22014831:pehd:4209:22017222,22014842:pehd:4209:22016664,22014846:pehd:4209:22016172,22014877:pehd:4209:22015927,22014879:pehd:4209:22016102,22014886:pehd:4209:22015978,22014892:pehd:4209:22015923,22014899:pehd:4209:22016002,22014906:pehd:4209:22015663,22017392:pehd:4209:22018044,22023871:pehd:4209:22024227,22023901:pehd:4209:22024029,22024786:pehd:4209:22025856,22029099:pehd:4209:22029605,22029101:pehd:4209:22029293,22032529:pehd:4209:22033169,22035141:pehd:4209:22035773,22038503:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.5639694434944951, 'nb_photo': 15036, 'list_port_cont': '21963409,21963586,21964270,21970573,21971873,21971932,21989548,21990262,21997448,22004069,22005522,22007320,22007765,22008822,22025934,22025967,22026089,22026145,22026155,22026193,22026232,22026319,22026463,22026570,22026601,22026676,22026745,22027177,22027260,22029556,22030986,22031876,22031957,22033381,22039423,22040613,22040707,22050602,22050706,22051603,22052022,22052124,22056373,22057170,22063570,22067288,22068763,22069201,22072736,22074051,22080496,22083639,22090613,22091666,22091963,22092182,22094244,22105436,22122256,22127603,22132335,22139312,22141704,22144684,22144828,22151421,22155282,22158594,22177947,22179537,22186664,22189953,22192303,22195664,22195683,22207548,22210756,22221966,22222980,22229858,22291480,22294724,22294827,22298348,22298637,22299074,22302350,22306941,22308369,22309988,22312604,22313062,22313315,22315320,22318841,22329434,22332291,22337043,22341212,22344836,22345000,22345485,22352623,22352721,22352894,22353638,22355849,22371434,22375834,22377496,22379554,22379996,22381572,2238158', 'assoc_port': '21962514:21963409,21963397:21963586,21963883:21964270,21967132:21970573,21967181:21971873,21967195:21971932,21975312:21989548,21975320:21990262,21976850:21997448,21978908:22004069,21978934:22005522,21980103:22007320,21980107:22007765,21980142:22008822,22010582:22027260,22011452:22027177,22013397:22030986,22014825:22026745,22014833:22026676,22014843:22026601,22014874:22026570,22014880:22026463,22014893:22026319,22014896:22026232,22014901:22026193,22017391:22026155,22019909:22026145,22023068:22026089,22024784:22025934,22024789:22025967,22029102:22029556,22031175:22031957,22031177:22031876,22032532:22033381,22038504:22039423,22040126:22040707,22040132:22040613,22042107:22051603,22046566:22050706,22049745:22056373,22049754:22050602,22051354:22052124,22051356:22052022,22054525:22057170,22062853:22063570,22065346:22068763,22066734:22067288,22068648:22069201,22071991:22072736,22073536:22074051,22079487:22080496,22079488:22083639,22079491:22092182,22086017:22094244,22086036:22090613,22091316:22091666,22091318:2209196', 'assoc_mat': '21962514:pehd:4211:21963409,21963397:pehd:4211:21963586,21963883:pehd:4211:21964270,21967132:pehd:4211:21970573,21967181:pehd:4211:21971873,21967195:pehd:4211:21971932,21975312:pehd:4211:21989548,21975320:pehd:4211:21990262,21976850:pehd:4211:21997448,21978908:pehd:4211:22004069,21978934:pehd:4211:22005522,21980103:pehd:4211:22007320,21980107:pehd:4211:22007765,21980142:pehd:4211:22008822,22010582:pehd:4211:22027260,22011452:pehd:4211:22027177,22013397:pehd:4211:22030986,22014825:pehd:4211:22026745,22014833:pehd:4211:22026676,22014843:pehd:4211:22026601,22014874:pehd:4211:22026570,22014880:pehd:4211:22026463,22014893:pehd:4211:22026319,22014896:pehd:4211:22026232,22014901:pehd:4211:22026193,22017391:pehd:4211:22026155,22019909:pehd:4211:22026145,22023068:pehd:4211:22026089,22024784:pehd:4211:22025934,22024789:pehd:4211:22025967,22029102:pehd:4211:22029556,22031175:pehd:4211:22031957,22031177:pehd:4211:22031876,22032532:pehd:4211:22033381,22038504:pehd:4211:22039423,22040126:pehd:4211:22040707,22040132:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0010540816835457824, 'nb_photo': 3, 'list_port_cont': '22020910,22095884,22347418', 'assoc_port': '22014840:22095884,22019912:22020910,22346888:22347418', 'assoc_mat': '22014840:pehd:3327:22095884,22019912:pehd:3327:22020910,22346888:pehd:3327:22347418'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.004434011023141684, 'nb_photo': 22, 'list_port_cont': '22026346,22051221,22076376,22149154,22158488,22292973,22314888,22345046,22361624,22487806,22511787,22516926,22536636,22553566', 'assoc_port': '21978909:22026346,22049748:22051221,22062848:22076376,22142360:22149154,22154699:22158488,22290550:22292973,22314653:22314888,22344383:22345046,22355024:22361624,22486523:22487806,22497684:22511787,22513057:22516926,22536499:22536636,22550650:22553566', 'assoc_mat': '21978909:pet_clair:4205:22026346,22049748:pet_clair:4205:22051221,22062848:pet_clair:4205:22076376,22142360:pet_clair:4205:22149154,22154699:pet_clair:4205:22158488,22290550:pet_clair:4205:22292973,22314653:pet_clair:4205:22314888,22344383:pet_clair:4205:22345046,22355024:pet_clair:4205:22361624,22486523:pet_clair:4205:22487806,22497684:pet_clair:4205:22511787,22513057:pet_clair:4205:22516926,22536499:pet_clair:4205:22536636,22550650:pet_clair:4205:22553566'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 9.75413106575484e-05, 'nb_photo': 3, 'list_port_cont': '22012114,22064877,22358387', 'assoc_port': '22011455:22012114,22014888:22064877,22350612:22358387', 'assoc_mat': '22011455:pet_clair:4203:22012114,22014888:pet_clair:4203:22064877,22350612:pet_clair:4203:22358387'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0025201333459683607, 'nb_photo': 17, 'list_port_cont': '21970464,21971460,21971805,22003056,22021445,22032769,22055096,22090733,22151145,22151596,22180578,22211236,22227439,22302320,22453668,22513448', 'assoc_port': '21967184:21971460,21967193:21971805,21969982:21970464,21978888:22003056,22014830:22032769,22019908:22021445,22054524:22055096,22088046:22090733,22150592:22151596,22150596:22151145,22180100:22180578,22210183:22211236,22226568:22227439,22301996:22302320,22453054:22453668,22513061:22513448', 'assoc_mat': '21967184:pet_clair:4207:21971460,21967193:pet_clair:4207:21971805,21969982:pet_clair:4207:21970464,21978888:pet_clair:4207:22003056,22014830:pet_clair:4207:22032769,22019908:pet_clair:4207:22021445,22054524:pet_clair:4207:22055096,22088046:pet_clair:4207:22090733,22150592:pet_clair:4207:22151596,22150596:pet_clair:4207:22151145,22180100:pet_clair:4207:22180578,22210183:pet_clair:4207:22211236,22226568:pet_clair:4207:22227439,22301996:pet_clair:4207:22302320,22453054:pet_clair:4207:22453668,22513061:pet_clair:4207:22513448'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004445767631080433, 'nb_photo': 3, 'list_port_cont': '22057340,22391721,22516752', 'assoc_port': '22051361:22057340,22391215:22391721,22513059:22516752', 'assoc_mat': '22051361:pet_clair:4461:22057340,22391215:pet_clair:4461:22391721,22513059:pet_clair:4461:22516752'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.04931642655860474, 'nb_photo': 253, 'list_port_cont': '21963502,21963746,21970693,21971849,21987222,22004227,22006320,22007566,22032229,22032620,22034596,22040658,22040889,22041947,22042205,22042854,22044162,22050959,22051684,22053685,22053804,22053810,22053935,22053954,22053976,22054070,22055102,22056677,22056856,22074424,22083189,22091019,22097328,22099677,22108162,22109932,22118588,22118758,22123749,22132980,22135493,22138553,22147417,22148479,22148521,22149493,22156884,22193163,22195000,22204884,22229870,22234995,22239611,22241164,22242693,22287937,22294362,22299466,22307383,22312888,22321661,22321913,22346383,22346556,22347427,22347611,22347712,22350369,22352390,22359274,22359280,22378619,22389050,22390079,22405892,22430776,22433526,22448399,22452360,22455394,22458255,22459864,22464641,22465995,22471223,22472653,22474364,22475501,22494865,22497797,22514302,22516907,22519193,22520067,22520222,22524872,22534639,22537790,22538642,22543796,22544901,22556704,22561572,22579096', 'assoc_port': '21962513:21963746,21963400:21963502,21967139:21970693,21967186:21971849,21978911:22004227,21980100:22006320,21980110:22007566,21986993:21987222,22010579:22032229,22011453:22032620,22013398:22034596,22014797:22040658,22014827:22040889,22014838:22041947,22014839:22042205,22014876:22042854,22014891:22044162,22017378:22051684,22019913:22053810,22023889:22056856,22035137:22054070,22040123:22053976,22040136:22053954,22045047:22053935,22045049:22053804,22049751:22050959,22049755:22056677,22051355:22053685,22054528:22055102,22068649:22083189,22073532:22074424,22078670:22099677,22088051:22091019,22091315:22118588,22091317:22109932,22093114:22118758,22096627:22097328,22101552:22108162,22123322:22123749,22126966:22132980,22129562:22135493,22132587:22138553,22137423:22147417,22142356:22148479,22142359:22148521,22142361:22149493,22153226:22156884,22191278:22193163,22194161:22195000,22200699:22242693,22204331:22204884,22210211:22241164,22211636:22239611,22222639:22229870,22234729:22234995,22286480:22287937,22291938:2229436', 'assoc_mat': '21962513:pet_clair:4200:21963746,21963400:pet_clair:4200:21963502,21967139:pet_clair:4200:21970693,21967186:pet_clair:4200:21971849,21978911:pet_clair:4200:22004227,21980100:pet_clair:4200:22006320,21980110:pet_clair:4200:22007566,21986993:pet_clair:4200:21987222,22010579:pet_clair:4200:22032229,22011453:pet_clair:4200:22032620,22013398:pet_clair:4200:22034596,22014797:pet_clair:4200:22040658,22014827:pet_clair:4200:22040889,22014838:pet_clair:4200:22041947,22014839:pet_clair:4200:22042205,22014876:pet_clair:4200:22042854,22014891:pet_clair:4200:22044162,22017378:pet_clair:4200:22051684,22019913:pet_clair:4200:22053810,22023889:pet_clair:4200:22056856,22035137:pet_clair:4200:22054070,22040123:pet_clair:4200:22053976,22040136:pet_clair:4200:22053954,22045047:pet_clair:4200:22053935,22045049:pet_clair:4200:22053804,22049751:pet_clair:4200:22050959,22049755:pet_clair:4200:22056677,22051355:pet_clair:4200:22053685,22054528:pet_clair:4200:22055102,22068649:pet_clair:4200:22083189,22073532:pet_clair:4200:22074424,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.002662443607797629, 'nb_photo': 20, 'list_port_cont': '21964211,21981113,22015980,22018049,22047087,22057105,22123756,22137988,22184238,22307671,22315046,22319795,22357148,22379982,22385062,22463850,22490536,22490675,22544899', 'assoc_port': '21963882:21964211,21980117:21981113,22014886:22015980,22017392:22018049,22046565:22047087,22056819:22057105,22123324:22123756,22137426:22137988,22183560:22184238,22307235:22307671,22314652:22315046,22319403:22319795,22353972:22357148,22379661:22379982,22384433:22385062,22463408:22463850,22489071:22490675,22489083:22490536,22544864:22544899', 'assoc_mat': '21963882:pet_clair:4209:21964211,21980117:pet_clair:4209:21981113,22014886:pet_clair:4209:22015980,22017392:pet_clair:4209:22018049,22046565:pet_clair:4209:22047087,22056819:pet_clair:4209:22057105,22123324:pet_clair:4209:22123756,22137426:pet_clair:4209:22137988,22183560:pet_clair:4209:22184238,22307235:pet_clair:4209:22307671,22314652:pet_clair:4209:22315046,22319403:pet_clair:4209:22319795,22353972:pet_clair:4209:22357148,22379661:pet_clair:4209:22379982,22384433:pet_clair:4209:22385062,22463408:pet_clair:4209:22463850,22489071:pet_clair:4209:22490675,22489083:pet_clair:4209:22490536,22544864:pet_clair:4209:22544899'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0007315821723630858, 'nb_photo': 53, 'list_port_cont': '21963410,21963583,21964275,21971921,22026137,22026584,22033370,22050600,22050717,22051598,22057171,22091678,22094247,22132332,22144693,22158599,22177948,22186670,22229852,22312608,22313305,22341213,22344829,22345495,22353633,22381576,22381589,22394225,22420793,22437386,22453645,22457547,22458006,22467513,22468255,22487412,22488231,22491968,22498430,22502905,22518633,22524424,22545013,22548068,22554862,22558952', 'assoc_port': '21962514:21963410,21963397:21963583,21963883:21964275,21967195:21971921,22014874:22026584,22019909:22026137,22032532:22033370,22042107:22051598,22046566:22050717,22049754:22050600,22054525:22057171,22086017:22094247,22091316:22091678,22131720:22132332,22144308:22144693,22157945:22158599,22177113:22177948,22183559:22186670,22226567:22229852,22312348:22312608,22312865:22313305,22340396:22341213,22344385:22344829,22345136:22345495,22350589:22353633,22381321:22381589,22381322:22381576,22393282:22394225,22420197:22420793,22436848:22437386,22453056:22453645,22457336:22458006,22457340:22457547,22466642:22467513,22468001:22468255,22486524:22487412,22488169:22488231,22491285:22491968,22496823:22498430,22502386:22502905,22517559:22518633,22519957:22524424,22544858:22545013,22547221:22548068,22554336:22554862,22558088:22558952', 'assoc_mat': '21962514:pet_clair:4211:21963410,21963397:pet_clair:4211:21963583,21963883:pet_clair:4211:21964275,21967195:pet_clair:4211:21971921,22014874:pet_clair:4211:22026584,22019909:pet_clair:4211:22026137,22032532:pet_clair:4211:22033370,22042107:pet_clair:4211:22051598,22046566:pet_clair:4211:22050717,22049754:pet_clair:4211:22050600,22054525:pet_clair:4211:22057171,22086017:pet_clair:4211:22094247,22091316:pet_clair:4211:22091678,22131720:pet_clair:4211:22132332,22144308:pet_clair:4211:22144693,22157945:pet_clair:4211:22158599,22177113:pet_clair:4211:22177948,22183559:pet_clair:4211:22186670,22226567:pet_clair:4211:22229852,22312348:pet_clair:4211:22312608,22312865:pet_clair:4211:22313305,22340396:pet_clair:4211:22341213,22344385:pet_clair:4211:22344829,22345136:pet_clair:4211:22345495,22350589:pet_clair:4211:22353633,22381321:pet_clair:4211:22381589,22381322:pet_clair:4211:22381576,22393282:pet_clair:4211:22394225,22420197:pet_clair:4211:22420793,22436848:pet_clair:4211:22437386,22453056:pet_clair:4211:22453645,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9929778056412906, 'nb_photo': 77733, 'list_port_cont': '21963757,21964592,21976289,21982681,21988608,21990851,21997671,21998125,22005695,22005804,22008139,22009174,22012898,22015717,22020908,22025556,22033712,22033943,22036192,22037056,22040774,22042141,22042751,22042956,22046211,22046332,22048304,22051165,22053759,22054696,22055734,22055906,22056154,22057901,22060433,22067768,22069674,22076462,22077046,22079685,22079923,22082874,22091993,22093328,22095885,22097557,22105061,22107800,22109488,22112202,22122798,22129282,22132952,22134776,22138725,22140629,22142070,22143888,22147619,22150082,22151648,22152132,22159101,22181942,22186780,22187110,22187171,22190729,22196313,22201872,22207809,22209140,22223422,22229893,22234454,22236409,22237239,22242421,22242913,22242984,22302587,22302793,22303801,22306109,22307655,22308460,22309672,22312233,22313210,22317218,22317357,22317630,22317837,22318875,22340139,22345679,22346432,22346696,22347413,22347580,22349626,22353371,22354642,22356552,22358829,22358846,22373042,22378658,22378765,22378831,22379342,22380048,22382916,2238919', 'assoc_port': '21963399:21963757,21964372:21964592,21967124:21988608,21969980:21982681,21975313:21990851,21975319:21976289,21976848:21998125,21978922:22005695,21978944:22005804,21980102:22008139,21980115:22009174,21984249:22012898,21985543:22015717,21996832:21997671,22011451:22033712,22013383:22036192,22014822:22042141,22014828:22042751,22014840:22095885,22014875:22082874,22014890:22079923,22014897:22046332,22014905:22048304,22018592:22060433,22019912:22020908,22023872:22025556,22032522:22033943,22035139:22037056,22040125:22054696,22040135:22040774,22042109:22042956,22045050:22046211,22049752:22051165,22051359:22053759,22054521:22055906,22054523:22057901,22054527:22056154,22054529:22055734,22066731:22067768,22068650:22069674,22071992:22077046,22075835:22076462,22078672:22079685,22086065:22091993,22091319:22112202,22091321:22093328,22096626:22097557,22098018:22109488,22101541:22107800,22101550:22105061,22122001:22122798,22126969:22129282,22132582:22132952,22133906:22134776,22137424:22138725,22138710:22140629,22141213:2214207', 'assoc_mat': '21963399:pet_clair:3327:21963757,21964372:pet_clair:3327:21964592,21967124:pet_clair:3327:21988608,21969980:pet_clair:3327:21982681,21975313:pet_clair:3327:21990851,21975319:pet_clair:3327:21976289,21976848:pet_clair:3327:21998125,21978922:pet_clair:3327:22005695,21978944:pet_clair:3327:22005804,21980102:pet_clair:3327:22008139,21980115:pet_clair:3327:22009174,21984249:pet_clair:3327:22012898,21985543:pet_clair:3327:22015717,21996832:pet_clair:3327:21997671,22011451:pet_clair:3327:22033712,22013383:pet_clair:3327:22036192,22014822:pet_clair:3327:22042141,22014828:pet_clair:3327:22042751,22014840:pet_clair:3327:22095885,22014875:pet_clair:3327:22082874,22014890:pet_clair:3327:22079923,22014897:pet_clair:3327:22046332,22014905:pet_clair:3327:22048304,22018592:pet_clair:3327:22060433,22019912:pet_clair:3327:22020908,22023872:pet_clair:3327:22025556,22032522:pet_clair:3327:22033943,22035139:pet_clair:3327:22037056,22040125:pet_clair:3327:22054696,22040135:pet_clair:3327:22040774,22042109:pet_clair:3327:22042956,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.06765386102739927, 'nb_photo': 34, 'list_port_cont': '22019657,22358758,22448923', 'assoc_port': '22018590:22019657,22358427:22358758,22448524:22448923', 'assoc_mat': '22018590:pet_clair:3594:22019657,22358427:pet_clair:3594:22358758,22448524:pet_clair:3594:22448923'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.004491463864226392, 'nb_photo': 1, 'list_port_cont': '22361617', 'assoc_port': '22355024:22361617', 'assoc_mat': '22355024:pet_fonce:4205:22361617'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0018904705676207618, 'nb_photo': 1, 'list_port_cont': '22201652', 'assoc_port': '22200705:22201652', 'assoc_mat': '22200705:pet_fonce:4207:22201652'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0, 'nb_photo': 1992, 'list_port_cont': '22346558', 'assoc_port': '22346410:22346558', 'assoc_mat': '22346410:pet_fonce:4200:22346558'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00018869727332743503, 'nb_photo': 7, 'list_port_cont': '22025960,22080511,22091670,22092183,22192300,22195695,22535671', 'assoc_port': '22024789:22025960,22079487:22080511,22079491:22092183,22091316:22091670,22191275:22192300,22195205:22195695,22534859:22535671', 'assoc_mat': '22024789:pet_fonce:4211:22025960,22079487:pet_fonce:4211:22080511,22079491:pet_fonce:4211:22092183,22091316:pet_fonce:4211:22091670,22191275:pet_fonce:4211:22192300,22195205:pet_fonce:4211:22195695,22534859:pet_fonce:4211:22535671'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002827447796087343, 'nb_photo': 16, 'list_port_cont': '22009170,22042145,22042753,22046217,22067758,22077057,22303810,22306120,22307654,22345682,22505176,22559481', 'assoc_port': '21980115:22009170,22014822:22042145,22014828:22042753,22045050:22046217,22066731:22067758,22071992:22077057,22295403:22307654,22295431:22303810,22305205:22306120,22345137:22345682,22503985:22505176,22558087:22559481', 'assoc_mat': '21980115:pet_fonce:3327:22009170,22014822:pet_fonce:3327:22042145,22014828:pet_fonce:3327:22042753,22045050:pet_fonce:3327:22046217,22066731:pet_fonce:3327:22067758,22071992:pet_fonce:3327:22077057,22295403:pet_fonce:3327:22307654,22295431:pet_fonce:3327:22303810,22305205:pet_fonce:3327:22306120,22345137:pet_fonce:3327:22345682,22503985:pet_fonce:3327:22505176,22558087:pet_fonce:3327:22559481'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.002899510838963964, 'nb_photo': 5, 'list_port_cont': '22358757,22448928', 'assoc_port': '22358427:22358757,22448524:22448928', 'assoc_mat': '22358427:pet_fonce:3594:22358757,22448524:pet_fonce:3594:22448928'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006520555655705008, 'nb_photo': 1, 'list_port_cont': '22553547', 'assoc_port': '22550650:22553547', 'assoc_mat': '22550650:pet_opaque:4205:22553547'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 8.588914769780425e-05, 'nb_photo': 3, 'list_port_cont': '22097225,22154992,22450058', 'assoc_port': '22096625:22097225,22141215:22154992,22449976:22450058', 'assoc_mat': '22096625:pet_opaque:4203:22097225,22141215:pet_opaque:4203:22154992,22449976:pet_opaque:4203:22450058'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00491441935270775, 'nb_photo': 9, 'list_port_cont': '22031488,22076180,22151599,22378742,22379468,22381073,22395079,22459747', 'assoc_port': '22031176:22031488,22075837:22076180,22150592:22151599,22378451:22378742,22379396:22379468,22380802:22381073,22394735:22395079,22459601:22459747', 'assoc_mat': '22031176:pet_opaque:4207:22031488,22075837:pet_opaque:4207:22076180,22150592:pet_opaque:4207:22151599,22378451:pet_opaque:4207:22378742,22379396:pet_opaque:4207:22379468,22380802:pet_opaque:4207:22381073,22394735:pet_opaque:4207:22395079,22459601:pet_opaque:4207:22459747'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005104541456347798, 'nb_photo': 13, 'list_port_cont': '22055220,22069263,22143059,22184417,22194273,22292789,22332221,22378488,22433273,22438564,22490377,22494827,22561961', 'assoc_port': '22054526:22055220,22068647:22069263,22142357:22143059,22183556:22184417,22186200:22194273,22291934:22292789,22331496:22332221,22378314:22378488,22431118:22438564,22433052:22433273,22489082:22490377,22494448:22494827,22561375:22561961', 'assoc_mat': '22054526:pet_opaque:4461:22055220,22068647:pet_opaque:4461:22069263,22142357:pet_opaque:4461:22143059,22183556:pet_opaque:4461:22184417,22186200:pet_opaque:4461:22194273,22291934:pet_opaque:4461:22292789,22331496:pet_opaque:4461:22332221,22378314:pet_opaque:4461:22378488,22431118:pet_opaque:4461:22438564,22433052:pet_opaque:4461:22433273,22489082:pet_opaque:4461:22490377,22494448:pet_opaque:4461:22494827,22561375:pet_opaque:4461:22561961'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.002423384205822501, 'nb_photo': 280, 'list_port_cont': '21963500,21963750,21969528,21970682,21971845,21977060,21987225,21996010,22006325,22007574,22032225,22032627,22040663,22040891,22041934,22042206,22042523,22044594,22044885,22045455,22050960,22051679,22051866,22053683,22053797,22053809,22053965,22053978,22054061,22055112,22056672,22057729,22074423,22083183,22091007,22091142,22097341,22099670,22108172,22118591,22118757,22123746,22132982,22135487,22138548,22147406,22148471,22148518,22149498,22153022,22156886,22158870,22159210,22162550,22169732,22193164,22195010,22204886,22229876,22234438,22234989,22239597,22294371,22299451,22307268,22309488,22317583,22321650,22321916,22321968,22345024,22346379,22346567,22347604,22347718,22350359,22358800,22361605,22378781,22378981,22381112,22381722,22389058,22390088,22395767,22396913,22397007,22405890,22411837,22422311,22425639,22430773,22433524,22437092,22441963,22448398,22452369,22455395,22456029,22458248,22459854,22464635,22466002,22471224,22472361,22472658,22473132,22475499,22488338,22488461,22494866,22497794,22506975,2251690', 'assoc_port': '21962513:21963750,21963400:21963500,21967129:21969528,21967139:21970682,21967186:21971845,21976823:21996010,21976906:21977060,21980100:22006325,21980110:22007574,21986993:21987225,22010579:22032225,22011453:22032627,22014797:22040663,22014827:22040891,22014838:22041934,22014839:22042206,22014898:22044594,22014902:22044885,22014903:22045455,22017378:22051679,22019913:22053809,22032524:22057729,22035137:22054061,22040123:22053978,22040136:22053965,22042108:22042523,22045049:22053797,22049751:22050960,22049755:22056672,22051355:22053683,22051363:22051866,22054528:22055112,22068649:22083183,22073532:22074423,22078670:22099670,22088043:22091142,22088051:22091007,22091315:22118591,22093114:22118757,22096627:22097341,22101552:22108172,22123322:22123746,22126966:22132982,22129562:22135487,22132587:22138548,22137423:22147406,22141214:22162550,22142356:22148471,22142359:22148518,22142361:22149498,22144310:22153022,22148779:22169732,22153226:22156886,22154710:22158870,22154715:22159210,22191278:22193164,22194161:2219501', 'assoc_mat': '21962513:pet_opaque:4200:21963750,21963400:pet_opaque:4200:21963500,21967129:pet_opaque:4200:21969528,21967139:pet_opaque:4200:21970682,21967186:pet_opaque:4200:21971845,21976823:pet_opaque:4200:21996010,21976906:pet_opaque:4200:21977060,21980100:pet_opaque:4200:22006325,21980110:pet_opaque:4200:22007574,21986993:pet_opaque:4200:21987225,22010579:pet_opaque:4200:22032225,22011453:pet_opaque:4200:22032627,22014797:pet_opaque:4200:22040663,22014827:pet_opaque:4200:22040891,22014838:pet_opaque:4200:22041934,22014839:pet_opaque:4200:22042206,22014898:pet_opaque:4200:22044594,22014902:pet_opaque:4200:22044885,22014903:pet_opaque:4200:22045455,22017378:pet_opaque:4200:22051679,22019913:pet_opaque:4200:22053809,22032524:pet_opaque:4200:22057729,22035137:pet_opaque:4200:22054061,22040123:pet_opaque:4200:22053978,22040136:pet_opaque:4200:22053965,22042108:pet_opaque:4200:22042523,22045049:pet_opaque:4200:22053797,22049751:pet_opaque:4200:22050960,22049755:pet_opaque:4200:22056672,22051355:pet_opaque:4200:22053683,2205'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0013419013706149725, 'nb_photo': 20, 'list_port_cont': '21977104,22040474,22050288,22050449,22051857,22097146,22149413,22154839,22175463,22195660,22217895,22221841,22377461,22403220,22433174,22504641,22504824,22512581,22553678', 'assoc_port': '21976904:21977104,22038503:22050288,22040133:22040474,22049747:22050449,22049749:22051857,22096624:22097146,22148776:22149413,22154714:22154839,22174848:22175463,22195202:22195660,22217464:22217895,22221022:22221841,22376588:22377461,22402440:22403220,22433050:22433174,22503987:22504824,22504014:22504641,22511772:22512581,22552959:22553678', 'assoc_mat': '21976904:pet_opaque:4209:21977104,22038503:pet_opaque:4209:22050288,22040133:pet_opaque:4209:22040474,22049747:pet_opaque:4209:22050449,22049749:pet_opaque:4209:22051857,22096624:pet_opaque:4209:22097146,22148776:pet_opaque:4209:22149413,22154714:pet_opaque:4209:22154839,22174848:pet_opaque:4209:22175463,22195202:pet_opaque:4209:22195660,22217464:pet_opaque:4209:22217895,22221022:pet_opaque:4209:22221841,22376588:pet_opaque:4209:22377461,22402440:pet_opaque:4209:22403220,22433050:pet_opaque:4209:22433174,22503987:pet_opaque:4209:22504824,22504014:pet_opaque:4209:22504641,22511772:pet_opaque:4209:22512581,22552959:pet_opaque:4209:22553678'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00040202308700366984, 'nb_photo': 162, 'list_port_cont': '21963581,21970578,21971872,21990266,22007319,22008816,22025927,22026181,22026234,22026317,22026746,22027167,22027268,22031879,22031953,22033376,22040607,22040704,22050596,22050719,22051606,22052013,22052129,22068755,22072737,22083632,22092188,22105433,22127605,22132330,22144833,22151416,22155287,22158587,22177959,22179540,22186658,22192296,22195670,22195690,22210747,22222984,22229853,22291492,22294739,22298645,22306927,22312605,22313068,22313299,22315306,22318838,22329442,22337045,22341211,22344858,22344998,22352713,22352907,22377507,22379561,22381595,22385079,22387546,22388649,22420803,22425571,22430384,22430457,22430491,22432876,22437369,22439800,22441431,22445416,22449012,22452317,22453640,22453673,22455815,22455928,22457546,22458972,22462807,22467565,22480057,22487408,22488371,22491971,22492174,22498428,22498714,22499112,22502911,22515731,22515837,22518619,22519781,22532359,22534396,22545027,22548071,22554861,22557240,22563962', 'assoc_port': '21963397:21963581,21967132:21970578,21967181:21971872,21975320:21990266,21980103:22007319,21980142:22008816,22010582:22027268,22011452:22027167,22014825:22026746,22014893:22026317,22014896:22026234,22014901:22026181,22024784:22025927,22031175:22031953,22031177:22031879,22032532:22033376,22040126:22040704,22040132:22040607,22042107:22051606,22046566:22050719,22049754:22050596,22051354:22052129,22051356:22052013,22065346:22068755,22071991:22072737,22079488:22083632,22079491:22092188,22101546:22105433,22126967:22127605,22131720:22132330,22144305:22144833,22150594:22151416,22154691:22155287,22157945:22158587,22177113:22177959,22178712:22179540,22183559:22186658,22191275:22192296,22195199:22195670,22195205:22195690,22210185:22210747,22222660:22222984,22226567:22229853,22290548:22291492,22294054:22294739,22298063:22298645,22304108:22306927,22312348:22312605,22312865:22313299,22312871:22313068,22314655:22315306,22318030:22318838,22328574:22329442,22336329:22337045,22340396:22341211,22340406:22344998,22344385:2234485', 'assoc_mat': '21963397:pet_opaque:4211:21963581,21967132:pet_opaque:4211:21970578,21967181:pet_opaque:4211:21971872,21975320:pet_opaque:4211:21990266,21980103:pet_opaque:4211:22007319,21980142:pet_opaque:4211:22008816,22010582:pet_opaque:4211:22027268,22011452:pet_opaque:4211:22027167,22014825:pet_opaque:4211:22026746,22014893:pet_opaque:4211:22026317,22014896:pet_opaque:4211:22026234,22014901:pet_opaque:4211:22026181,22024784:pet_opaque:4211:22025927,22031175:pet_opaque:4211:22031953,22031177:pet_opaque:4211:22031879,22032532:pet_opaque:4211:22033376,22040126:pet_opaque:4211:22040704,22040132:pet_opaque:4211:22040607,22042107:pet_opaque:4211:22051606,22046566:pet_opaque:4211:22050719,22049754:pet_opaque:4211:22050596,22051354:pet_opaque:4211:22052129,22051356:pet_opaque:4211:22052013,22065346:pet_opaque:4211:22068755,22071991:pet_opaque:4211:22072737,22079488:pet_opaque:4211:22083632,22079491:pet_opaque:4211:22092188,22101546:pet_opaque:4211:22105433,22126967:pet_opaque:4211:22127605,22131720:pet_opaque:4211:22132330,2214'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.003987883235502827, 'nb_photo': 331, 'list_port_cont': '21962939,21967682,21970619,21977417,21979773,21996965,22015338,22023227,22024485,22028491,22040790,22051423,22051723,22055157,22064643,22073981,22076264,22081442,22098896,22106681,22132406,22134321,22159637,22165092,22166954,22186446,22194605,22207263,22225037,22235720,22287110,22301632,22306706,22308222,22310204,22314713,22329451,22329942,22345482,22346599,22347235,22347825,22348679,22358954,22379487,22389541,22403112,22411917,22412541,22437353,22440994,22450646,22458373,22460029,22469998,22486682,22487210,22488316,22490161,22494958,22497915,22513090,22525278,22532250,22537004,22543393,22552271,22556356,22560474,22566497', 'assoc_port': '21962512:21962939,21967188:21967682,21969981:21970619,21976865:21977417,21978938:21979773,21996833:21996965,22014835:22028491,22014872:22015338,22018591:22024485,22023069:22023227,22035138:22051423,22040129:22040790,22051360:22051723,22054522:22055157,22062850:22064643,22073531:22073981,22075836:22076264,22079490:22081442,22098017:22098896,22106152:22106681,22131721:22132406,22133905:22134321,22137425:22166954,22148775:22165092,22150595:22159637,22174852:22235720,22185033:22186446,22194159:22194605,22206469:22207263,22221035:22225037,22286479:22287110,22299407:22301632,22304113:22306706,22307886:22308222,22309703:22310204,22314656:22314713,22328536:22358954,22328563:22348679,22328569:22329942,22328572:22329451,22334759:22347825,22345135:22345482,22346404:22346599,22346890:22347235,22379399:22379487,22388008:22389541,22393285:22412541,22394734:22411917,22402406:22403112,22436849:22437353,22440751:22440994,22450301:22450646,22457337:22458373,22459597:22460029,22469829:22469998,22486521:22486682,22486538:2248721', 'assoc_mat': '21962512:plastique:3726:21962939,21967188:plastique:3726:21967682,21969981:plastique:3726:21970619,21976865:plastique:3726:21977417,21978938:plastique:3726:21979773,21996833:plastique:3726:21996965,22014835:plastique:3726:22028491,22014872:plastique:3726:22015338,22018591:plastique:3726:22024485,22023069:plastique:3726:22023227,22035138:plastique:3726:22051423,22040129:plastique:3726:22040790,22051360:plastique:3726:22051723,22054522:plastique:3726:22055157,22062850:plastique:3726:22064643,22073531:plastique:3726:22073981,22075836:plastique:3726:22076264,22079490:plastique:3726:22081442,22098017:plastique:3726:22098896,22106152:plastique:3726:22106681,22131721:plastique:3726:22132406,22133905:plastique:3726:22134321,22137425:plastique:3726:22166954,22148775:plastique:3726:22165092,22150595:plastique:3726:22159637,22174852:plastique:3726:22235720,22185033:plastique:3726:22186446,22194159:plastique:3726:22194605,22206469:plastique:3726:22207263,22221035:plastique:3726:22225037,22286479:plastique:3726:22287110,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011150267531303368, 'nb_photo': 1594, 'list_port_cont': '21962937,21967688,21970618,21977419,21979782,21996959,22015340,22023223,22024480,22028377,22028489,22040791,22051418,22051722,22055163,22064653,22073979,22076262,22081437,22098899,22102886,22106682,22132397,22134318,22159638,22165100,22166953,22186444,22194599,22195061,22207266,22225045,22235721,22287113,22301629,22306708,22308220,22310206,22314703,22329457,22329950,22333938,22345480,22346597,22347228,22347824,22348678,22355175,22358952,22359248,22379495,22389543,22403116,22411916,22412548,22437356,22440989,22450654,22458374,22460026,22469988,22486683,22487206,22488312,22490162,22494960,22497921,22513084,22525277,22532245,22537007,22543400,22552267,22556365,22560468,22566496', 'assoc_port': '21962512:21962937,21967188:21967688,21969981:21970618,21976865:21977419,21978938:21979782,21996833:21996959,22014835:22028489,22014845:22028377,22014872:22015340,22018591:22024480,22023069:22023223,22035138:22051418,22040129:22040791,22051360:22051722,22054522:22055163,22062850:22064653,22073531:22073979,22075836:22076262,22079490:22081437,22096622:22102886,22098017:22098899,22106152:22106682,22131721:22132397,22133905:22134318,22137425:22166953,22148775:22165100,22150595:22159638,22174852:22235721,22185033:22186444,22194156:22195061,22194159:22194599,22206469:22207266,22221035:22225045,22286479:22287113,22299407:22301629,22304113:22306708,22307886:22308220,22309703:22310206,22314656:22314703,22328536:22358952,22328562:22359248,22328563:22348678,22328564:22333938,22328569:22329950,22328572:22329457,22334759:22347824,22345135:22345480,22346404:22346597,22346890:22347228,22355026:22355175,22379399:22379495,22388008:22389543,22393285:22412548,22394734:22411916,22402406:22403116,22436849:22437356,22440751:2244098', 'assoc_mat': '21962512:Teint_Dans_La_Masse:3726:21962937,21967188:Teint_Dans_La_Masse:3726:21967688,21969981:Teint_Dans_La_Masse:3726:21970618,21976865:Teint_Dans_La_Masse:3726:21977419,21978938:Teint_Dans_La_Masse:3726:21979782,21996833:Teint_Dans_La_Masse:3726:21996959,22014835:Teint_Dans_La_Masse:3726:22028489,22014845:Teint_Dans_La_Masse:3726:22028377,22014872:Teint_Dans_La_Masse:3726:22015340,22018591:Teint_Dans_La_Masse:3726:22024480,22023069:Teint_Dans_La_Masse:3726:22023223,22035138:Teint_Dans_La_Masse:3726:22051418,22040129:Teint_Dans_La_Masse:3726:22040791,22051360:Teint_Dans_La_Masse:3726:22051722,22054522:Teint_Dans_La_Masse:3726:22055163,22062850:Teint_Dans_La_Masse:3726:22064653,22073531:Teint_Dans_La_Masse:3726:22073979,22075836:Teint_Dans_La_Masse:3726:22076262,22079490:Teint_Dans_La_Masse:3726:22081437,22096622:Teint_Dans_La_Masse:3726:22102886,22098017:Teint_Dans_La_Masse:3726:22098899,22106152:Teint_Dans_La_Masse:3726:22106682,22131721:Teint_Dans_La_Masse:3726:22132397,22133905: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(1734253,1720617,1734267,1733832,1733798,1733485,1738164,1740888,1740646,1743913,1747945,1752524,1755955,1761377,1770276,1770245,1769950)); after get_hostname_from_raspi hasthag : film_pedb hasthag that could be used but not yet : _______film_plastique SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______film_pedb' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=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-04-01' and date <= '2025-04-30') GROUP BY month order by month; hasthag : jrm hasthag that could be used but not yet : _______papier,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______jrm' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-04-01' and date <= '2025-04-30') GROUP BY month order by month; hasthag : flux_dev hasthag that could be used but not yet : _______pet_fonce,etiquette,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-04-01' and date <= '2025-04-30') GROUP BY month order by month; hasthag : pehd_pp hasthag that could be used but not yet : _______pehd,etiquette,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-04-01' and date <= '2025-04-30') GROUP BY month order by month; hasthag : aluminium hasthag that could be used but not yet : _______metal,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______aluminium' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-04-01' and date <= '2025-04-30') GROUP BY month order by month; hasthag : emr hasthag that could be used but not yet : _______carton,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______emr' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-04-01' and date <= '2025-04-30') GROUP BY month order by month; hasthag : pet_clair hasthag that could be used but not yet : _______pet_clair,bouchon,etiquette,barquette_avec_film,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______pet_clair' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-04-01' and date <= '2025-04-30') GROUP BY month order by month; hasthag : gm hasthag that could be used but not yet : _______papier,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______gm' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-04-01' and date <= '2025-04-30') GROUP BY month order by month; hasthag : ela hasthag that could be used but not yet : _______ela,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______ela' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-04-01' and date <= '2025-04-30') GROUP BY month order by month; hasthag : refus hasthag that could be used but not yet : _______refus,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______refus' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-04-01' and date <= '2025-04-30') GROUP BY month order by month; after impurety_average_per_hashtag {'number_of_analysed_photos': ((28458,),), 'unwanted_material_monthly_percentage': ((0.09647867996590875,),), 'material_repartition': (('pet_clair', 4424), ('film_pedb', 3178), ('pehd_pp', 3047), ('gm', 2643), ('flux_dev', 2510), ('jrm', 2348), ('emr', 2298), ('ela', 862), ('aluminium', 452), ('refus', 24)), 'material_dict': {'pet_clair': 4424, 'film_pedb': 3178, 'pehd_pp': 3047, 'gm': 2643, 'flux_dev': 2510, 'jrm': 2348, 'emr': 2298, 'autres': 1338}, 'coverage_data': (('2025/04/30/', 1.0), ('2025/04/29/', 1.0), ('2025/04/28/', 1.0), ('2025/04/26/', 1.0), ('2025/04/25/', 1.0), ('2025/04/24/', 1.0), ('2025/04/23/', 1.0), ('2025/04/22/', 1.0), ('2025/04/21/', 1.0), ('2025/04/18/', 1.0), ('2025/04/19/', 1.0), ('2025/04/17/', 1.0), ('2025/04/16/', 1.0), ('2025/04/15/', 1.0), ('2025/04/14/', 1.0), ('2025/04/12/', 1.0), ('2025/04/11/', 1.0), ('2025/04/10/', 1.0), ('2025/04/09/', 1.0), ('2025/04/02/', 1.0), ('2025/04/01/', 1.0)), 'impurety_average_data': ((datetime.date(2025, 4, 1), 0.08069458882676867, 1992), (datetime.date(2025, 4, 2), 0.08030273248689157, 2016), (datetime.date(2025, 4, 3), 0.09806830028145697, 1168), (datetime.date(2025, 4, 15), 0.08935752145128453, 2066), (datetime.date(2025, 4, 16), 0.09703388100894822, 2184), (datetime.date(2025, 4, 17), 0.09765973216642783, 2099), (datetime.date(2025, 4, 18), 0.08386507101653753, 2098), (datetime.date(2025, 4, 19), 0.09020080363613317, 52), (datetime.date(2025, 4, 22), 0.09268960634925062, 2091), (datetime.date(2025, 4, 23), 0.07221688536237897, 2051), (datetime.date(2025, 4, 24), 0.08413896671485557, 1984), (datetime.date(2025, 4, 25), 0.08435721348663067, 1985), (datetime.date(2025, 4, 28), 0.09132836203288934, 1890), (datetime.date(2025, 4, 29), 0.09099880562827536, 2204), (datetime.date(2025, 4, 30), 0.09336825080852702, 2110)), 'impurety_average_data_per_hashtag': {'film_pedb': ((datetime.date(2025, 4, 1), 0.2568224396995459, 294), (datetime.date(2025, 4, 2), 0.2268450904952371, 322), (datetime.date(2025, 4, 3), 0.24057387506258787, 176), (datetime.date(2025, 4, 15), 0.2194672740250678, 294), (datetime.date(2025, 4, 16), 0.2591184481545426, 292), (datetime.date(2025, 4, 17), 0.20307265670008615, 331), (datetime.date(2025, 4, 18), 0.2139612567481622, 313), (datetime.date(2025, 4, 19), 0.09020080363613317, 52), (datetime.date(2025, 4, 22), 0.22135484310088654, 295), (datetime.date(2025, 4, 23), 0.20374162731084394, 257), (datetime.date(2025, 4, 24), 0.23323414348849958, 273), (datetime.date(2025, 4, 25), 0.24185132080506289, 279), (datetime.date(2025, 4, 28), 0.24406816080375043, 250), (datetime.date(2025, 4, 29), 0.1974955157643093, 333), (datetime.date(2025, 4, 30), 0.21549843762705786, 319)), 'jrm': ((datetime.date(2025, 4, 1), 0.03727773630728269, 262), (datetime.date(2025, 4, 2), 0.03534346113009236, 229), (datetime.date(2025, 4, 3), 0.04679391905888933, 81), (datetime.date(2025, 4, 15), 0.038481403865102376, 180), (datetime.date(2025, 4, 16), 0.0347993940128103, 232), (datetime.date(2025, 4, 17), 0.03591924284600333, 175), (datetime.date(2025, 4, 18), 0.03709334983463959, 210), (datetime.date(2025, 4, 22), 0.037111353163315694, 224), (datetime.date(2025, 4, 23), 0.040057631253818955, 433), (datetime.date(2025, 4, 24), 0.03283370237158926, 173), (datetime.date(2025, 4, 25), 0.03953089416709534, 149), (datetime.date(2025, 4, 28), 0.03010889246973534, 120), (datetime.date(2025, 4, 29), 0.03660065074542331, 221), (datetime.date(2025, 4, 30), 0.029927100274770184, 240)), 'flux_dev': ((datetime.date(2025, 4, 1), 0.31426924749871565, 216), (datetime.date(2025, 4, 2), 0.3492279740098472, 172), (datetime.date(2025, 4, 3), 0.27604390180173194, 164), (datetime.date(2025, 4, 15), 0.309817504407493, 259), (datetime.date(2025, 4, 16), 0.31368021782400646, 280), (datetime.date(2025, 4, 17), 0.329864220130642, 279), (datetime.date(2025, 4, 18), 0.25250205731323333, 207), (datetime.date(2025, 4, 22), 0.29200311961686554, 250), (datetime.date(2025, 4, 23), 0.28180647151918425, 211), (datetime.date(2025, 4, 24), 0.2914617908266714, 229), (datetime.date(2025, 4, 25), 0.1888874239723869, 243), (datetime.date(2025, 4, 28), 0.21872584704440412, 245), (datetime.date(2025, 4, 29), 0.3448447095057715, 260), (datetime.date(2025, 4, 30), 0.3924525440221813, 251)), 'pehd_pp': ((datetime.date(2025, 4, 1), 0.05816446981575953, 305), (datetime.date(2025, 4, 2), 0.061255516261125395, 225), (datetime.date(2025, 4, 3), 0.06356726050925574, 163), (datetime.date(2025, 4, 15), 0.06508980542267467, 315), (datetime.date(2025, 4, 16), 0.061488940668923825, 323), (datetime.date(2025, 4, 17), 0.06579754108095974, 312), (datetime.date(2025, 4, 18), 0.06698848482679486, 296), (datetime.date(2025, 4, 22), 0.06046532697443519, 300), (datetime.date(2025, 4, 23), 0.057795753044199955, 233), (datetime.date(2025, 4, 24), 0.05976216112239168, 296), (datetime.date(2025, 4, 25), 0.06213528456042369, 279), (datetime.date(2025, 4, 28), 0.06606102763566774, 279), (datetime.date(2025, 4, 29), 0.05843351228144818, 330), (datetime.date(2025, 4, 30), 0.06307619273026632, 319)), 'aluminium': ((datetime.date(2025, 4, 1), 0.05774954118126027, 42), (datetime.date(2025, 4, 2), 0.05052231413353045, 41), (datetime.date(2025, 4, 3), 0.055938826793867344, 15), (datetime.date(2025, 4, 15), 0.06647480298991344, 38), (datetime.date(2025, 4, 16), 0.0336278878811328, 56), (datetime.date(2025, 4, 17), 0.06702378923662809, 46), (datetime.date(2025, 4, 18), 0.05345833458779434, 49), (datetime.date(2025, 4, 22), 0.06165041583972793, 56), (datetime.date(2025, 4, 23), 0.06455087445783737, 27), (datetime.date(2025, 4, 24), 0.058645961080289966, 37), (datetime.date(2025, 4, 25), 0.06590741141588145, 45), (datetime.date(2025, 4, 28), 0.08073255743051234, 36), (datetime.date(2025, 4, 29), 0.07192892585309081, 53), (datetime.date(2025, 4, 30), 0.07408637389888834, 38)), 'emr': ((datetime.date(2025, 4, 1), 0.05383259187945117, 177), (datetime.date(2025, 4, 2), 0.05302840570894605, 241), (datetime.date(2025, 4, 3), 0.05231356896029507, 132), (datetime.date(2025, 4, 15), 0.048299923897390996, 209), (datetime.date(2025, 4, 16), 0.057913478057090434, 256), (datetime.date(2025, 4, 17), 0.05569448649341973, 235), (datetime.date(2025, 4, 18), 0.05162349238859977, 282), (datetime.date(2025, 4, 22), 0.05011137677773678, 162), (datetime.date(2025, 4, 23), 0.050766089725548434, 146), (datetime.date(2025, 4, 24), 0.04945642253679983, 246), (datetime.date(2025, 4, 25), 0.03829048210966928, 212), (datetime.date(2025, 4, 28), 0.05615595868361774, 136), (datetime.date(2025, 4, 29), 0.0541100694827702, 168), (datetime.date(2025, 4, 30), 0.05139990189385407, 277)), 'pet_clair': ((datetime.date(2025, 4, 1), 0.018315134062988212, 383), (datetime.date(2025, 4, 2), 0.010303603698960096, 437), (datetime.date(2025, 4, 3), 0.009238051566469542, 226), (datetime.date(2025, 4, 15), 0.010412383074385695, 440), (datetime.date(2025, 4, 16), 0.019855069115216225, 421), (datetime.date(2025, 4, 17), 0.015258191856679903, 399), (datetime.date(2025, 4, 18), 0.012799113949645008, 468), (datetime.date(2025, 4, 22), 0.0157762241524548, 405), (datetime.date(2025, 4, 23), 0.00717151468947695, 398), (datetime.date(2025, 4, 24), 0.013441676887160185, 400), (datetime.date(2025, 4, 25), 0.01022319828523506, 447), (datetime.date(2025, 4, 28), 0.011739761116375385, 420), (datetime.date(2025, 4, 29), 0.00893511170122588, 471), (datetime.date(2025, 4, 30), 0.010902299290318287, 410)), 'gm': ((datetime.date(2025, 4, 1), 0.04819507474616709, 258), (datetime.date(2025, 4, 2), 0.06659721667999897, 253), (datetime.date(2025, 4, 3), 0.06177294990599396, 146), (datetime.date(2025, 4, 15), 0.09142810043550094, 267), (datetime.date(2025, 4, 16), 0.05921098238976967, 212), (datetime.date(2025, 4, 17), 0.06921309688710302, 232), (datetime.date(2025, 4, 18), 0.07322279413609221, 214), (datetime.date(2025, 4, 22), 0.07350012145562623, 299), (datetime.date(2025, 4, 23), 0.08637964691189559, 273), (datetime.date(2025, 4, 24), 0.07217637505701714, 238), (datetime.date(2025, 4, 25), 0.08146804920155763, 251), (datetime.date(2025, 4, 28), 0.0928301965135442, 312), (datetime.date(2025, 4, 29), 0.07334041027466347, 276), (datetime.date(2025, 4, 30), 0.07001139514607488, 194)), 'ela': ((datetime.date(2025, 4, 1), 0.03806874467931313, 55), (datetime.date(2025, 4, 2), 0.028319925892377668, 96), (datetime.date(2025, 4, 3), 0.03101767594841222, 56), (datetime.date(2025, 4, 15), 0.024623968053985916, 64), (datetime.date(2025, 4, 16), 0.02064263620995164, 112), (datetime.date(2025, 4, 17), 0.03056100130102607, 90), (datetime.date(2025, 4, 18), 0.023811488824849836, 59), (datetime.date(2025, 4, 22), 0.026168537620312016, 100), (datetime.date(2025, 4, 23), 0.021972088611697083, 66), (datetime.date(2025, 4, 24), 0.027549641378454677, 92), (datetime.date(2025, 4, 25), 0.02702685964465346, 72), (datetime.date(2025, 4, 28), 0.021794756268794, 92), (datetime.date(2025, 4, 29), 0.023446238748263355, 92), (datetime.date(2025, 4, 30), 0.028679539671624066, 62)), 'refus': ((datetime.date(2025, 4, 3), 0.15885901598936902, 9), (datetime.date(2025, 4, 23), 0.14914317405202823, 7), (datetime.date(2025, 4, 25), 0.09679832175925926, 8))}, 'quality_array': [['-5.21384275441211', '01042025'], ['-5.182725064827935', '02042025'], ['-5.26715663974498', '03042025'], ['-5.169435775736813', '15042025'], ['-5.185074101883467', '16042025'], ['-5.187560490026458', '17042025'], ['-5.206238645517409', '18042025'], ['-4.35933950661387', '19042025'], ['-5.192195838933275', '22042025'], ['-5.115740720728398', '23042025'], ['-5.1272327034217104', '24042025'], ['-5.176840394496517', '25042025'], ['-5.183042428821725', '28042025'], ['-5.141952474689677', '29042025'], ['-5.151260845380861', '30042025']], 'number_of_batch': ((1458,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0046577059778710435, 'nb_photo': 552, 'list_port_cont': '21963765,21964605,21976281,21982679,21988615,21997669,21998126,22005685,22005806,22008149,22012897,22015724,22020911,22025564,22033713,22033940,22037068,22040784,22042748,22042945,22046220,22046341,22048309,22051164,22053760,22054702,22055736,22055910,22056157,22060436,22067764,22069684,22076457,22077053,22079689,22082870,22092003,22093334,22095889,22097551,22105064,22107795,22112198,22129290,22132949,22134775,22138730,22140628,22142069,22143886,22147617,22150074,22152138,22159096,22181931,22187117,22190722,22196309,22207807,22209139,22223413,22229895,22234450,22236411,22237238,22242983,22302591,22302786,22303808,22306112,22307661,22308462,22309673,22313217,22317216,22317627,22317840,22340142,22345684,22346425,22346701,22347419,22347578,22353377,22354646,22356548,22358825,22358835,22373035,22378773,22379339,22380043,22382923,22389185,22392508,22395584,22395890,22402320,22405852,22426470,22428611,22429871,22432420,22433665,22438122,22440950,22441915,22443629,22445293,22446380,22449336,22453158,22453749,2245626', 'assoc_port': '21963399:21963765,21964372:21964605,21967124:21988615,21969980:21982679,21975319:21976281,21976848:21998126,21978922:22005685,21978944:22005806,21980102:22008149,21984249:22012897,21985543:22015724,21996832:21997669,22011451:22033713,22014828:22042748,22014840:22095889,22014875:22082870,22014897:22046341,22014905:22048309,22018592:22060436,22019912:22020911,22023872:22025564,22032522:22033940,22035139:22037068,22040125:22054702,22040135:22040784,22042109:22042945,22045050:22046220,22049752:22051164,22051359:22053760,22054521:22055910,22054527:22056157,22054529:22055736,22066731:22067764,22068650:22069684,22071992:22077053,22075835:22076457,22078672:22079689,22086065:22092003,22091319:22112198,22091321:22093334,22096626:22097551,22101541:22107795,22101550:22105064,22126969:22129290,22132582:22132949,22133906:22134775,22137424:22138730,22138710:22140628,22141213:22142069,22142362:22143886,22144307:22147617,22148778:22150074,22150593:22152138,22157943:22159096,22177108:22181931,22178713:22187117,22180102:2220780', 'assoc_mat': '21963399:autre:3327:21963765,21964372:autre:3327:21964605,21967124:autre:3327:21988615,21969980:autre:3327:21982679,21975319:autre:3327:21976281,21976848:autre:3327:21998126,21978922:autre:3327:22005685,21978944:autre:3327:22005806,21980102:autre:3327:22008149,21984249:autre:3327:22012897,21985543:autre:3327:22015724,21996832:autre:3327:21997669,22011451:autre:3327:22033713,22014828:autre:3327:22042748,22014840:autre:3327:22095889,22014875:autre:3327:22082870,22014897:autre:3327:22046341,22014905:autre:3327:22048309,22018592:autre:3327:22060436,22019912:autre:3327:22020911,22023872:autre:3327:22025564,22032522:autre:3327:22033940,22035139:autre:3327:22037068,22040125:autre:3327:22054702,22040135:autre:3327:22040784,22042109:autre:3327:22042945,22045050:autre:3327:22046220,22049752:autre:3327:22051164,22051359:autre:3327:22053760,22054521:autre:3327:22055910,22054527:autre:3327:22056157,22054529:autre:3327:22055736,22066731:autre:3327:22067764,22068650:autre:3327:22069684,22071992:autre:3327:22077053,22075835:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0027561442690502134, 'nb_photo': 14, 'list_port_cont': '22019662,22358754,22448924', 'assoc_port': '22018590:22019662,22358427:22358754,22448524:22448924', 'assoc_mat': '22018590:autre:3594:22019662,22358427:autre:3594:22358754,22448524:autre:3594:22448924'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011637698252364416, 'nb_photo': 658, 'list_port_cont': '21962929,21967686,21970623,21977412,21979780,21996958,22015337,22023221,22024488,22028372,22028488,22040788,22051416,22051729,22055158,22064645,22073978,22076266,22081436,22098892,22102887,22106679,22132399,22134322,22159632,22165096,22166959,22186452,22194604,22195051,22207259,22225044,22235726,22287108,22301637,22306710,22308219,22310214,22314712,22329454,22329952,22333942,22335204,22345484,22346598,22347236,22347817,22348676,22355180,22358951,22379496,22389546,22403109,22411923,22412545,22437360,22440996,22450650,22458372,22460025,22469990,22486692,22487207,22488313,22490155,22494951,22497913,22513086,22525274,22532248,22537009,22543396,22552269,22556364,22560472,22566506', 'assoc_port': '21962512:21962929,21967188:21967686,21969981:21970623,21976865:21977412,21978938:21979780,21996833:21996958,22014835:22028488,22014845:22028372,22014872:22015337,22018591:22024488,22023069:22023221,22035138:22051416,22040129:22040788,22051360:22051729,22054522:22055158,22062850:22064645,22073531:22073978,22075836:22076266,22079490:22081436,22096622:22102887,22098017:22098892,22106152:22106679,22131721:22132399,22133905:22134322,22137425:22166959,22148775:22165096,22150595:22159632,22174852:22235726,22185033:22186452,22194156:22195051,22194159:22194604,22206469:22207259,22221035:22225044,22286479:22287108,22299407:22301637,22304113:22306710,22307886:22308219,22309703:22310214,22314656:22314712,22328536:22358951,22328563:22348676,22328564:22333942,22328566:22335204,22328569:22329952,22328572:22329454,22334759:22347817,22345135:22345484,22346404:22346598,22346890:22347236,22355026:22355180,22379399:22379496,22388008:22389546,22393285:22412545,22394734:22411923,22402406:22403109,22436849:22437360,22440751:2244099', 'assoc_mat': '21962512:autre_refus:3726:21962929,21967188:autre_refus:3726:21967686,21969981:autre_refus:3726:21970623,21976865:autre_refus:3726:21977412,21978938:autre_refus:3726:21979780,21996833:autre_refus:3726:21996958,22014835:autre_refus:3726:22028488,22014845:autre_refus:3726:22028372,22014872:autre_refus:3726:22015337,22018591:autre_refus:3726:22024488,22023069:autre_refus:3726:22023221,22035138:autre_refus:3726:22051416,22040129:autre_refus:3726:22040788,22051360:autre_refus:3726:22051729,22054522:autre_refus:3726:22055158,22062850:autre_refus:3726:22064645,22073531:autre_refus:3726:22073978,22075836:autre_refus:3726:22076266,22079490:autre_refus:3726:22081436,22096622:autre_refus:3726:22102887,22098017:autre_refus:3726:22098892,22106152:autre_refus:3726:22106679,22131721:autre_refus:3726:22132399,22133905:autre_refus:3726:22134322,22137425:autre_refus:3726:22166959,22148775:autre_refus:3726:22165096,22150595:autre_refus:3726:22159632,22174852:autre_refus:3726:22235726,22185033:autre_refus:3726:22186452,22194156:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0003756019680946655, 'nb_photo': 46, 'list_port_cont': '21964594,21976304,21990861,22042148,22079687,22079925,22095876,22201870,22312232,22346705,22347417,22389188,22440951,22446386,22459872,22498510,22553891', 'assoc_port': '21964372:21964594,21975313:21990861,21975319:21976304,22014822:22042148,22014840:22095876,22014890:22079925,22078672:22079687,22200706:22201870,22307241:22312232,22346407:22346705,22346888:22347417,22388012:22389188,22439281:22440951,22444776:22446386,22459599:22459872,22496813:22498510,22552963:22553891', 'assoc_mat': '21964372:barquette_avec_film:3327:21964594,21975313:barquette_avec_film:3327:21990861,21975319:barquette_avec_film:3327:21976304,22014822:barquette_avec_film:3327:22042148,22014840:barquette_avec_film:3327:22095876,22014890:barquette_avec_film:3327:22079925,22078672:barquette_avec_film:3327:22079687,22200706:barquette_avec_film:3327:22201870,22307241:barquette_avec_film:3327:22312232,22346407:barquette_avec_film:3327:22346705,22346888:barquette_avec_film:3327:22347417,22388012:barquette_avec_film:3327:22389188,22439281:barquette_avec_film:3327:22440951,22444776:barquette_avec_film:3327:22446386,22459599:barquette_avec_film:3327:22459872,22496813:barquette_avec_film:3327:22498510,22552963:barquette_avec_film:3327:22553891'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0006538096452204766, 'nb_photo': 15, 'list_port_cont': '22041315,22046196,22052383,22053708,22076379,22076786,22153083,22158494,22244101,22314889,22361625,22379473,22454619,22511783', 'assoc_port': '21984244:22052383,22014829:22041315,22014907:22046196,22019910:22053708,22062848:22076379,22076546:22076786,22131718:22153083,22154699:22158494,22191273:22244101,22314653:22314889,22355024:22361625,22379401:22379473,22451710:22454619,22497684:22511783', 'assoc_mat': '21984244:barquette_opaque:4205:22052383,22014829:barquette_opaque:4205:22041315,22014907:barquette_opaque:4205:22046196,22019910:barquette_opaque:4205:22053708,22062848:barquette_opaque:4205:22076379,22076546:barquette_opaque:4205:22076786,22131718:barquette_opaque:4205:22153083,22154699:barquette_opaque:4205:22158494,22191273:barquette_opaque:4205:22244101,22314653:barquette_opaque:4205:22314889,22355024:barquette_opaque:4205:22361625,22379401:barquette_opaque:4205:22379473,22451710:barquette_opaque:4205:22454619,22497684:barquette_opaque:4205:22511783'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.001327083852146884, 'nb_photo': 207, 'list_port_cont': '21969304,22003514,22005699,22012125,22040917,22053775,22054243,22055546,22063561,22064878,22076851,22097212,22146613,22154997,22164085,22241077,22244156,22295046,22309859,22315620,22348644,22358377,22379355,22397926,22399478,22430544,22450068,22451170,22471540,22505136,22520974,22560993,22561801', 'assoc_port': '21967117:21969304,21978894:22003514,21978946:22005699,22011455:22012125,22014824:22040917,22014888:22064878,22023070:22055546,22035144:22054243,22046564:22053775,22062855:22063561,22076548:22076851,22096625:22097212,22129557:22146613,22141215:22154997,22154698:22164085,22191270:22244156,22210214:22241077,22291941:22295046,22305215:22309859,22314649:22315620,22340395:22348644,22350612:22358377,22376586:22379355,22386992:22397926,22398077:22399478,22429992:22430544,22443967:22451170,22449976:22450068,22466648:22471540,22494447:22505136,22520613:22520974,22542628:22560993,22556378:22561801', 'assoc_mat': '21967117:barquette_opaque:4203:21969304,21978894:barquette_opaque:4203:22003514,21978946:barquette_opaque:4203:22005699,22011455:barquette_opaque:4203:22012125,22014824:barquette_opaque:4203:22040917,22014888:barquette_opaque:4203:22064878,22023070:barquette_opaque:4203:22055546,22035144:barquette_opaque:4203:22054243,22046564:barquette_opaque:4203:22053775,22062855:barquette_opaque:4203:22063561,22076548:barquette_opaque:4203:22076851,22096625:barquette_opaque:4203:22097212,22129557:barquette_opaque:4203:22146613,22141215:barquette_opaque:4203:22154997,22154698:barquette_opaque:4203:22164085,22191270:barquette_opaque:4203:22244156,22210214:barquette_opaque:4203:22241077,22291941:barquette_opaque:4203:22295046,22305215:barquette_opaque:4203:22309859,22314649:barquette_opaque:4203:22315620,22340395:barquette_opaque:4203:22348644,22350612:barquette_opaque:4203:22358377,22376586:barquette_opaque:4203:22379355,22386992:barquette_opaque:4203:22397926,22398077:barquette_opaque:4203:22399478,22429992:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.001679625474908536, 'nb_photo': 38, 'list_port_cont': '21964091,21997859,22006376,22032676,22066950,22078978,22091734,22097117,22180582,22183829,22187080,22194542,22202612,22213132,22227362,22293112,22293176,22300209,22305905,22341937,22377855,22381681,22390950,22393610,22395070,22425452,22452217,22494675,22502955,22534049,22535318,22540538,22544955', 'assoc_port': '21963884:21964091,21976868:21997859,21980101:22006376,22014823:22032676,22066735:22066950,22078673:22078978,22091320:22091734,22096628:22097117,22180100:22180582,22183558:22183829,22186197:22187080,22194162:22194542,22200704:22202612,22211633:22213132,22226570:22227362,22291937:22293176,22291942:22293112,22299408:22300209,22305211:22305905,22340417:22341937,22376583:22377855,22381324:22381681,22390603:22390950,22393284:22393610,22394735:22395070,22424908:22425452,22451723:22452217,22494475:22494675,22502411:22502955,22533591:22534049,22534858:22535318,22539826:22540538,22544861:22544955', 'assoc_mat': '21963884:barquette_opaque:4207:21964091,21976868:barquette_opaque:4207:21997859,21980101:barquette_opaque:4207:22006376,22014823:barquette_opaque:4207:22032676,22066735:barquette_opaque:4207:22066950,22078673:barquette_opaque:4207:22078978,22091320:barquette_opaque:4207:22091734,22096628:barquette_opaque:4207:22097117,22180100:barquette_opaque:4207:22180582,22183558:barquette_opaque:4207:22183829,22186197:barquette_opaque:4207:22187080,22194162:barquette_opaque:4207:22194542,22200704:barquette_opaque:4207:22202612,22211633:barquette_opaque:4207:22213132,22226570:barquette_opaque:4207:22227362,22291937:barquette_opaque:4207:22293176,22291942:barquette_opaque:4207:22293112,22299408:barquette_opaque:4207:22300209,22305211:barquette_opaque:4207:22305905,22340417:barquette_opaque:4207:22341937,22376583:barquette_opaque:4207:22377855,22381324:barquette_opaque:4207:22381681,22390603:barquette_opaque:4207:22390950,22393284:barquette_opaque:4207:22393610,22394735:barquette_opaque:4207:22395070,22424908:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01102232245149047, 'nb_photo': 12, 'list_port_cont': '21981591,22029476,22093818,22108865,22153702,22192218,22297450,22401155,22425490,22477633,22487233,22516745', 'assoc_port': '21980104:21981591,22029100:22029476,22093119:22093818,22098020:22108865,22153227:22153702,22191271:22192218,22294035:22297450,22400542:22401155,22424903:22425490,22466649:22477633,22486522:22487233,22513059:22516745', 'assoc_mat': '21980104:barquette_opaque:4461:21981591,22029100:barquette_opaque:4461:22029476,22093119:barquette_opaque:4461:22093818,22098020:barquette_opaque:4461:22108865,22153227:barquette_opaque:4461:22153702,22191271:barquette_opaque:4461:22192218,22294035:barquette_opaque:4461:22297450,22400542:barquette_opaque:4461:22401155,22424903:barquette_opaque:4461:22425490,22466649:barquette_opaque:4461:22477633,22486522:barquette_opaque:4461:22487233,22513059:barquette_opaque:4461:22516745'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.044930057179609406, 'nb_photo': 648, 'list_port_cont': '21963505,21963754,21969520,21970684,21971851,21977055,21987230,21996006,22004219,22006331,22007567,22032236,22032624,22034605,22040665,22040884,22041946,22042198,22042529,22042852,22044165,22044587,22044888,22045465,22050963,22051685,22051867,22053693,22053800,22053808,22053938,22053966,22053979,22054064,22055106,22056667,22056849,22057726,22068776,22074417,22083185,22091014,22091141,22097333,22099681,22108173,22109937,22118600,22118750,22123742,22132979,22135489,22138558,22147405,22148482,22149502,22153031,22158868,22159208,22162557,22169724,22193168,22195009,22204882,22229874,22234435,22234987,22239608,22241167,22242694,22242717,22287936,22294360,22299459,22302846,22307266,22309494,22312897,22316262,22317569,22321656,22321921,22321965,22330660,22345021,22346374,22346562,22347439,22347609,22347713,22350356,22358812,22359261,22359288,22361606,22378614,22378791,22378993,22380063,22381118,22381723,22389053,22390080,22395766,22397014,22405893,22411835,22422316,22425633,22430768,22433525,22437103,22441960,2244840', 'assoc_port': '21962513:21963754,21963400:21963505,21967129:21969520,21967139:21970684,21967186:21971851,21976823:21996006,21976906:21977055,21978911:22004219,21980100:22006331,21980110:22007567,21986993:21987230,22010579:22032236,22011453:22032624,22013398:22034605,22014797:22040665,22014827:22040884,22014838:22041946,22014839:22042198,22014876:22042852,22014891:22044165,22014898:22044587,22014902:22044888,22014903:22045465,22017378:22051685,22019913:22053808,22023889:22056849,22032524:22057726,22035137:22054064,22040123:22053979,22040136:22053966,22042108:22042529,22045047:22053938,22045049:22053800,22049751:22050963,22049755:22056667,22051355:22053693,22051363:22051867,22054528:22055106,22065348:22068776,22068649:22083185,22073532:22074417,22078670:22099681,22088043:22091141,22088051:22091014,22091315:22118600,22091317:22109937,22093114:22118750,22096627:22097333,22101552:22108173,22123322:22123742,22126966:22132979,22129562:22135489,22132587:22138558,22137423:22147405,22141214:22162557,22142356:22148482,22142361:2214950', 'assoc_mat': '21962513:barquette_opaque:4200:21963754,21963400:barquette_opaque:4200:21963505,21967129:barquette_opaque:4200:21969520,21967139:barquette_opaque:4200:21970684,21967186:barquette_opaque:4200:21971851,21976823:barquette_opaque:4200:21996006,21976906:barquette_opaque:4200:21977055,21978911:barquette_opaque:4200:22004219,21980100:barquette_opaque:4200:22006331,21980110:barquette_opaque:4200:22007567,21986993:barquette_opaque:4200:21987230,22010579:barquette_opaque:4200:22032236,22011453:barquette_opaque:4200:22032624,22013398:barquette_opaque:4200:22034605,22014797:barquette_opaque:4200:22040665,22014827:barquette_opaque:4200:22040884,22014838:barquette_opaque:4200:22041946,22014839:barquette_opaque:4200:22042198,22014876:barquette_opaque:4200:22042852,22014891:barquette_opaque:4200:22044165,22014898:barquette_opaque:4200:22044587,22014902:barquette_opaque:4200:22044888,22014903:barquette_opaque:4200:22045465,22017378:barquette_opaque:4200:22051685,22019913:barquette_opaque:4200:22053808,22023889:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.00371363878374847, 'nb_photo': 151, 'list_port_cont': '21964198,21968042,21970538,21976112,21977101,21980940,21981099,21985015,21987538,21997643,22012007,22014147,22015668,22015994,22016095,22016672,22018042,22024223,22029296,22029606,22040471,22047093,22050290,22050455,22051690,22051846,22055317,22057101,22067260,22076311,22093801,22093923,22097134,22123761,22130060,22134213,22139426,22144719,22154840,22158724,22175515,22180776,22184232,22187413,22191605,22195658,22200167,22200222,22211144,22217891,22221532,22300017,22307677,22310217,22310453,22319800,22329567,22330215,22336906,22344919,22345384,22346649,22352918,22353587,22357158,22372767,22377458,22379973,22388479,22391025,22391824,22425550,22430347,22441511,22444320,22448545,22450574,22453625,22458917,22458928,22459727,22460472,22462777,22463952,22467291,22470938,22490413,22490422,22490527,22498292,22498723,22499385,22504820,22516854,22517415,22519716,22520688,22522230,22533884,22543283,22553677,22557097', 'assoc_port': '21963882:21964198,21967114:21968042,21969983:21970538,21975317:21976112,21976904:21977101,21980117:21981099,21980144:21980940,21984242:21985015,21986987:21987538,21986989:21997643,22011457:22012007,22013394:22014147,22014842:22016672,22014879:22016095,22014899:22015994,22014906:22015668,22017392:22018042,22023871:22024223,22029099:22029606,22029101:22029296,22038503:22050290,22040133:22040471,22046565:22047093,22049747:22050455,22049749:22051846,22051362:22051690,22054542:22055317,22056819:22057101,22066733:22067260,22075838:22076311,22093116:22093923,22093117:22093801,22096624:22097134,22123324:22123761,22129563:22130060,22133911:22134213,22138713:22139426,22144306:22144719,22154714:22154840,22157944:22158724,22174851:22175515,22180099:22180776,22183560:22184232,22185032:22187413,22185038:22200167,22185039:22200222,22186201:22191605,22195202:22195658,22210210:22211144,22217464:22217891,22221006:22221532,22299411:22300017,22307235:22307677,22307890:22310453,22309701:22310217,22319403:22319800,22328537:2233021', 'assoc_mat': '21963882:barquette_opaque:4209:21964198,21967114:barquette_opaque:4209:21968042,21969983:barquette_opaque:4209:21970538,21975317:barquette_opaque:4209:21976112,21976904:barquette_opaque:4209:21977101,21980117:barquette_opaque:4209:21981099,21980144:barquette_opaque:4209:21980940,21984242:barquette_opaque:4209:21985015,21986987:barquette_opaque:4209:21987538,21986989:barquette_opaque:4209:21997643,22011457:barquette_opaque:4209:22012007,22013394:barquette_opaque:4209:22014147,22014842:barquette_opaque:4209:22016672,22014879:barquette_opaque:4209:22016095,22014899:barquette_opaque:4209:22015994,22014906:barquette_opaque:4209:22015668,22017392:barquette_opaque:4209:22018042,22023871:barquette_opaque:4209:22024223,22029099:barquette_opaque:4209:22029606,22029101:barquette_opaque:4209:22029296,22038503:barquette_opaque:4209:22050290,22040133:barquette_opaque:4209:22040471,22046565:barquette_opaque:4209:22047093,22049747:barquette_opaque:4209:22050455,22049749:barquette_opaque:4209:22051846,22051362:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.020284577122091193, 'nb_photo': 5557, 'list_port_cont': '21963406,21963585,21964273,21970577,21971875,21971918,21989546,21990254,21997449,22004066,22005508,22007311,22007777,22008818,22025921,22025964,22026077,22026141,22026162,22026178,22026239,22026311,22026454,22026573,22026589,22026680,22026752,22027173,22027257,22029520,22030985,22031874,22031963,22033384,22039415,22040622,22040701,22050598,22050718,22051597,22052024,22052127,22056374,22057164,22063569,22067294,22068753,22069190,22072734,22074038,22080499,22083642,22090615,22091671,22091949,22092179,22094234,22105431,22122262,22127616,22132331,22139319,22141703,22144678,22144826,22151428,22155278,22158585,22177952,22179534,22186654,22189962,22192309,22195677,22195689,22207560,22210755,22221968,22222991,22229862,22291485,22294734,22294819,22298377,22298636,22299071,22302346,22306939,22308381,22309997,22312617,22313064,22313311,22315314,22318849,22329432,22332285,22337040,22341219,22344835,22344997,22345487,22352627,22352726,22352897,22353628,22355846,22371439,22375836,22377497,22379552,22379994,22381573,2238159', 'assoc_port': '21962514:21963406,21963397:21963585,21963883:21964273,21967132:21970577,21967181:21971875,21967195:21971918,21975312:21989546,21975320:21990254,21976850:21997449,21978908:22004066,21978934:22005508,21980103:22007311,21980107:22007777,21980142:22008818,22010582:22027257,22011452:22027173,22013397:22030985,22014825:22026752,22014833:22026680,22014843:22026589,22014874:22026573,22014880:22026454,22014893:22026311,22014896:22026239,22014901:22026178,22017391:22026162,22019909:22026141,22023068:22026077,22024784:22025921,22024789:22025964,22029102:22029520,22031175:22031963,22031177:22031874,22032532:22033384,22038504:22039415,22040126:22040701,22040132:22040622,22042107:22051597,22046566:22050718,22049745:22056374,22049754:22050598,22051354:22052127,22051356:22052024,22054525:22057164,22062853:22063569,22065346:22068753,22066734:22067294,22068648:22069190,22071991:22072734,22073536:22074038,22079487:22080499,22079488:22083642,22079491:22092179,22086017:22094234,22086036:22090615,22091316:22091671,22091318:2209194', 'assoc_mat': '21962514:barquette_opaque:4211:21963406,21963397:barquette_opaque:4211:21963585,21963883:barquette_opaque:4211:21964273,21967132:barquette_opaque:4211:21970577,21967181:barquette_opaque:4211:21971875,21967195:barquette_opaque:4211:21971918,21975312:barquette_opaque:4211:21989546,21975320:barquette_opaque:4211:21990254,21976850:barquette_opaque:4211:21997449,21978908:barquette_opaque:4211:22004066,21978934:barquette_opaque:4211:22005508,21980103:barquette_opaque:4211:22007311,21980107:barquette_opaque:4211:22007777,21980142:barquette_opaque:4211:22008818,22010582:barquette_opaque:4211:22027257,22011452:barquette_opaque:4211:22027173,22013397:barquette_opaque:4211:22030985,22014825:barquette_opaque:4211:22026752,22014833:barquette_opaque:4211:22026680,22014843:barquette_opaque:4211:22026589,22014874:barquette_opaque:4211:22026573,22014880:barquette_opaque:4211:22026454,22014893:barquette_opaque:4211:22026311,22014896:barquette_opaque:4211:22026239,22014901:barquette_opaque:4211:22026178,22017391:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005882486875017994, 'nb_photo': 150, 'list_port_cont': '21963769,21964604,21976291,21982686,21988606,21998130,22005689,22008150,22009171,22015718,22020906,22025560,22033720,22033934,22036189,22040781,22042741,22048299,22051173,22054704,22055746,22055902,22060438,22069682,22077054,22079688,22082876,22105063,22112197,22132962,22134770,22138724,22151655,22152140,22187116,22187178,22190724,22196311,22209136,22234453,22236417,22242426,22242914,22302590,22303807,22306113,22309674,22346706,22349637,22358822,22373033,22378772,22379337,22380047,22382917,22389194,22402322,22405855,22425673,22428605,22433662,22441907,22443638,22449337,22453160,22456263,22456683,22459690,22459865,22464297,22470904,22480071,22492651,22498509,22504088,22520622,22521342,22532681,22537437,22548709,22553889,22553958,22558192,22559480,22562450,22574557', 'assoc_port': '21963399:21963769,21964372:21964604,21967124:21988606,21969980:21982686,21975319:21976291,21976848:21998130,21978922:22005689,21980102:22008150,21980115:22009171,21985543:22015718,22011451:22033720,22013383:22036189,22014828:22042741,22014875:22082876,22014905:22048299,22018592:22060438,22019912:22020906,22023872:22025560,22032522:22033934,22040125:22054704,22040135:22040781,22049752:22051173,22054521:22055902,22054529:22055746,22068650:22069682,22071992:22077054,22078672:22079688,22091319:22112197,22101550:22105063,22132582:22132962,22133906:22134770,22137424:22138724,22150593:22152140,22150597:22151655,22178698:22187178,22178713:22187116,22189238:22190724,22195201:22196311,22200701:22242914,22204329:22242426,22206471:22209136,22217442:22236417,22217452:22234453,22291940:22302590,22295431:22303807,22304110:22309674,22305205:22306113,22340394:22349637,22346407:22346706,22358429:22358822,22372029:22373033,22374970:22379337,22378454:22378772,22379664:22380047,22381325:22382917,22388012:22389194,22400535:2240585', 'assoc_mat': '21963399:bouchon:3327:21963769,21964372:bouchon:3327:21964604,21967124:bouchon:3327:21988606,21969980:bouchon:3327:21982686,21975319:bouchon:3327:21976291,21976848:bouchon:3327:21998130,21978922:bouchon:3327:22005689,21980102:bouchon:3327:22008150,21980115:bouchon:3327:22009171,21985543:bouchon:3327:22015718,22011451:bouchon:3327:22033720,22013383:bouchon:3327:22036189,22014828:bouchon:3327:22042741,22014875:bouchon:3327:22082876,22014905:bouchon:3327:22048299,22018592:bouchon:3327:22060438,22019912:bouchon:3327:22020906,22023872:bouchon:3327:22025560,22032522:bouchon:3327:22033934,22040125:bouchon:3327:22054704,22040135:bouchon:3327:22040781,22049752:bouchon:3327:22051173,22054521:bouchon:3327:22055902,22054529:bouchon:3327:22055746,22068650:bouchon:3327:22069682,22071992:bouchon:3327:22077054,22078672:bouchon:3327:22079688,22091319:bouchon:3327:22112197,22101550:bouchon:3327:22105063,22132582:bouchon:3327:22132962,22133906:bouchon:3327:22134770,22137424:bouchon:3327:22138724,22150593:bouchon:3327:22152140,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.015095116204712237, 'nb_photo': 360, 'list_port_cont': '21964192,21969954,22026347,22041327,22046205,22051214,22051706,22052395,22053697,22054015,22076380,22076781,22108083,22149148,22153084,22158482,22180501,22237970,22241244,22244112,22292962,22309536,22314894,22318620,22345057,22361626,22379485,22385698,22396163,22422342,22433709,22449956,22454606,22473514,22480040,22487801,22511786,22512738,22516918,22536634,22553564,22565047', 'assoc_port': '21963879:21964192,21967136:21969954,21978909:22026347,21984244:22052395,22014829:22041327,22014907:22046205,22019910:22053697,22038501:22054015,22049748:22051214,22051358:22051706,22062848:22076380,22076546:22076781,22101547:22108083,22131718:22153084,22142360:22149148,22154699:22158482,22174835:22180501,22191273:22244112,22210213:22241244,22211643:22237970,22290550:22292962,22305213:22309536,22314653:22314894,22318028:22318620,22344383:22345057,22355024:22361626,22379401:22379485,22384434:22385698,22390602:22396163,22420201:22422342,22432676:22433709,22444780:22449956,22451710:22454606,22469828:22473514,22479660:22480040,22486523:22487801,22497684:22511786,22509474:22512738,22513057:22516918,22536499:22536634,22550650:22553564,22562905:22565047', 'assoc_mat': '21963879:carton:4205:21964192,21967136:carton:4205:21969954,21978909:carton:4205:22026347,21984244:carton:4205:22052395,22014829:carton:4205:22041327,22014907:carton:4205:22046205,22019910:carton:4205:22053697,22038501:carton:4205:22054015,22049748:carton:4205:22051214,22051358:carton:4205:22051706,22062848:carton:4205:22076380,22076546:carton:4205:22076781,22101547:carton:4205:22108083,22131718:carton:4205:22153084,22142360:carton:4205:22149148,22154699:carton:4205:22158482,22174835:carton:4205:22180501,22191273:carton:4205:22244112,22210213:carton:4205:22241244,22211643:carton:4205:22237970,22290550:carton:4205:22292962,22305213:carton:4205:22309536,22314653:carton:4205:22314894,22318028:carton:4205:22318620,22344383:carton:4205:22345057,22355024:carton:4205:22361626,22379401:carton:4205:22379485,22384434:carton:4205:22385698,22390602:carton:4205:22396163,22420201:carton:4205:22422342,22432676:carton:4205:22433709,22444780:carton:4205:22449956,22451710:carton:4205:22454606,22469828:carton:4205:22473514,2247'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.007429117576352731, 'nb_photo': 742, 'list_port_cont': '21969303,22003516,22005709,22012123,22040914,22053779,22054234,22055543,22063566,22064874,22076847,22097209,22146616,22155005,22164098,22241072,22244164,22295043,22309858,22315612,22348636,22358384,22379367,22397937,22399477,22430546,22450055,22451183,22471535,22505137,22510430,22520985,22560996,22561803', 'assoc_port': '21967117:21969303,21978894:22003516,21978946:22005709,22011455:22012123,22014824:22040914,22014888:22064874,22023070:22055543,22035144:22054234,22046564:22053779,22062855:22063566,22076548:22076847,22096625:22097209,22129557:22146616,22141215:22155005,22154698:22164098,22191270:22244164,22210214:22241072,22291941:22295043,22305215:22309858,22314649:22315612,22340395:22348636,22350612:22358384,22376586:22379367,22386992:22397937,22398077:22399477,22429992:22430546,22443967:22451183,22449976:22450055,22466648:22471535,22494447:22505137,22504012:22510430,22520613:22520985,22542628:22560996,22556378:22561803', 'assoc_mat': '21967117:carton:4203:21969303,21978894:carton:4203:22003516,21978946:carton:4203:22005709,22011455:carton:4203:22012123,22014824:carton:4203:22040914,22014888:carton:4203:22064874,22023070:carton:4203:22055543,22035144:carton:4203:22054234,22046564:carton:4203:22053779,22062855:carton:4203:22063566,22076548:carton:4203:22076847,22096625:carton:4203:22097209,22129557:carton:4203:22146616,22141215:carton:4203:22155005,22154698:carton:4203:22164098,22191270:carton:4203:22244164,22210214:carton:4203:22241072,22291941:carton:4203:22295043,22305215:carton:4203:22309858,22314649:carton:4203:22315612,22340395:carton:4203:22348636,22350612:carton:4203:22358384,22376586:carton:4203:22379367,22386992:carton:4203:22397937,22398077:carton:4203:22399477,22429992:carton:4203:22430546,22443967:carton:4203:22451183,22449976:carton:4203:22450055,22466648:carton:4203:22471535,22494447:carton:4203:22505137,22504012:carton:4203:22510430,22520613:carton:4203:22520985,22542628:carton:4203:22560996,22556378:carton:4203:22561803'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9481586401847539, 'nb_photo': 5960, 'list_port_cont': '21963559,21963960,21964103,21964257,21970465,21970765,21971457,21971815,21983035,21986346,21996824,21997190,21997864,22003048,22003904,22005422,22005578,22005620,22006375,22007565,22010983,22011943,22015140,22016808,22020859,22021435,22023123,22023273,22024324,22024877,22025815,22028113,22028210,22031485,22032061,22032208,22032452,22032677,22032768,22033143,22034381,22035908,22036289,22036728,22040502,22042597,22045604,22050147,22050364,22050432,22050879,22051586,22055093,22057091,22066945,22067370,22068691,22072665,22073652,22073884,22076182,22078967,22079029,22079681,22088036,22090728,22091733,22096851,22097131,22103613,22106580,22123723,22126025,22131808,22131881,22132850,22133049,22133259,22134221,22134235,22151130,22151591,22153416,22153978,22155163,22175229,22178913,22180571,22180985,22181046,22183827,22185854,22187085,22189466,22194533,22194921,22201650,22202608,22204922,22211238,22212805,22213140,22222806,22227352,22227443,22228057,22292893,22293111,22293181,22293797,22294829,22295507,22295705,2229814', 'assoc_port': '21963398:21963559,21963881:21964257,21963884:21964103,21963885:21963960,21967145:21970765,21967184:21971457,21967193:21971815,21969982:21970465,21976863:21996824,21976864:21997190,21976868:21997864,21976883:22025815,21976900:22023123,21978888:22003048,21978910:22003904,21978941:22005422,21978949:22005578,21978951:22005620,21980101:22006375,21980112:22007565,21980147:21983035,21985550:21986346,21986991:22016808,22010578:22010983,22011454:22011943,22013399:22034381,22014823:22032677,22014830:22032768,22014834:22032452,22014836:22032208,22014871:22032061,22014884:22015140,22017376:22028210,22017377:22028113,22019908:22021435,22019911:22020859,22023072:22023273,22023900:22024324,22024787:22024877,22031176:22031485,22032527:22033143,22035140:22036728,22035142:22036289,22035143:22035908,22040130:22040502,22042105:22042597,22045046:22045604,22049746:22050879,22049750:22050364,22049753:22050432,22049757:22050147,22051353:22051586,22054524:22055093,22056821:22057091,22065345:22068691,22066732:22067370,22066735:2206694', 'assoc_mat': '21963398:carton:4207:21963559,21963881:carton:4207:21964257,21963884:carton:4207:21964103,21963885:carton:4207:21963960,21967145:carton:4207:21970765,21967184:carton:4207:21971457,21967193:carton:4207:21971815,21969982:carton:4207:21970465,21976863:carton:4207:21996824,21976864:carton:4207:21997190,21976868:carton:4207:21997864,21976883:carton:4207:22025815,21976900:carton:4207:22023123,21978888:carton:4207:22003048,21978910:carton:4207:22003904,21978941:carton:4207:22005422,21978949:carton:4207:22005578,21978951:carton:4207:22005620,21980101:carton:4207:22006375,21980112:carton:4207:22007565,21980147:carton:4207:21983035,21985550:carton:4207:21986346,21986991:carton:4207:22016808,22010578:carton:4207:22010983,22011454:carton:4207:22011943,22013399:carton:4207:22034381,22014823:carton:4207:22032677,22014830:carton:4207:22032768,22014834:carton:4207:22032452,22014836:carton:4207:22032208,22014871:carton:4207:22032061,22014884:carton:4207:22015140,22017376:carton:4207:22028210,22017377:carton:4207:22028113,2201'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.015813778624189756, 'nb_photo': 2948, 'list_port_cont': '21962862,21964222,21964556,21968382,21968796,21975959,21977452,21979345,21980646,21981029,21981586,21986128,21987688,21997260,21997470,22012051,22015493,22015515,22015618,22015729,22015782,22015865,22016513,22019080,22019093,22024162,22025876,22029479,22031832,22036043,22040515,22042483,22045794,22051019,22052007,22055233,22057339,22069275,22073897,22073967,22076346,22076815,22080200,22088860,22093817,22094619,22108868,22122294,22127550,22130122,22132905,22143057,22144642,22147288,22149457,22153705,22165125,22178177,22180728,22184446,22192215,22194268,22195577,22205197,22207223,22212366,22222290,22223378,22245368,22292786,22296068,22297436,22300087,22302361,22307964,22308269,22313276,22317021,22317683,22332223,22336555,22340926,22344801,22347258,22351315,22354487,22376494,22377543,22378490,22379517,22381076,22385038,22388593,22390906,22391723,22395326,22401160,22425429,22425491,22428266,22433267,22438554,22439692,22441342,22445229,22450458,22452263,22455761,22455892,22458862,22460259,22467439,22473900,2247763', 'assoc_port': '21962511:21962862,21963880:21964222,21964371:21964556,21967121:21968796,21967190:21968382,21975318:21975959,21976867:21977452,21978936:21979345,21980104:21981586,21980135:21980646,21980140:21981029,21985538:21986128,21986986:21987688,21996829:21997470,21996831:21997260,22011456:22012051,22014826:22016513,22014832:22015493,22014873:22015865,22014882:22015782,22014894:22015729,22014900:22015618,22014908:22015515,22018589:22019093,22018593:22019080,22023899:22024162,22024785:22025876,22029100:22029479,22031178:22031832,22035145:22036043,22040127:22040515,22042106:22042483,22045048:22045794,22046567:22051019,22049756:22052007,22051361:22057339,22054526:22055233,22065347:22073897,22068647:22069275,22073535:22073967,22075834:22076346,22076547:22076815,22079489:22080200,22086063:22094619,22088044:22088860,22093119:22093817,22098020:22108868,22122000:22122294,22126964:22127550,22129559:22130122,22132586:22132905,22138711:22147288,22142357:22143057,22144309:22144642,22148777:22149457,22153227:22153705,22164922:2216512', 'assoc_mat': '21962511:carton:4461:21962862,21963880:carton:4461:21964222,21964371:carton:4461:21964556,21967121:carton:4461:21968796,21967190:carton:4461:21968382,21975318:carton:4461:21975959,21976867:carton:4461:21977452,21978936:carton:4461:21979345,21980104:carton:4461:21981586,21980135:carton:4461:21980646,21980140:carton:4461:21981029,21985538:carton:4461:21986128,21986986:carton:4461:21987688,21996829:carton:4461:21997470,21996831:carton:4461:21997260,22011456:carton:4461:22012051,22014826:carton:4461:22016513,22014832:carton:4461:22015493,22014873:carton:4461:22015865,22014882:carton:4461:22015782,22014894:carton:4461:22015729,22014900:carton:4461:22015618,22014908:carton:4461:22015515,22018589:carton:4461:22019093,22018593:carton:4461:22019080,22023899:carton:4461:22024162,22024785:carton:4461:22025876,22029100:carton:4461:22029479,22031178:carton:4461:22031832,22035145:carton:4461:22036043,22040127:carton:4461:22040515,22042106:carton:4461:22042483,22045048:carton:4461:22045794,22046567:carton:4461:22051019,2204'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.03270000961097518, 'nb_photo': 2983, 'list_port_cont': '21963506,21963748,21969524,21970679,21971856,21977061,21987223,21996020,22004220,22006334,22007581,22032235,22032625,22034595,22040654,22040896,22041945,22042197,22042519,22042851,22042942,22044158,22044586,22044887,22045463,22050954,22051686,22051876,22053695,22053794,22053812,22053933,22053957,22053972,22054069,22055111,22056679,22056861,22057722,22068783,22074421,22083182,22091018,22091145,22097336,22099667,22108175,22109942,22118601,22118743,22123738,22132976,22135498,22138559,22147414,22148480,22148519,22149500,22153030,22156875,22158876,22159200,22162558,22169721,22193160,22195004,22204879,22229882,22234436,22234990,22239609,22241174,22242699,22242711,22287846,22287935,22294372,22299461,22302837,22307272,22307389,22309484,22312891,22316265,22317574,22321660,22321925,22321979,22330653,22345018,22346380,22346566,22347432,22347610,22347709,22350355,22352389,22358807,22359269,22359281,22359433,22361610,22378624,22378779,22378986,22380056,22380822,22381122,22381714,22389055,22390081,22395763,22396918,2239700', 'assoc_port': '21962513:21963748,21963400:21963506,21967129:21969524,21967139:21970679,21967186:21971856,21976823:21996020,21976906:21977061,21978911:22004220,21980100:22006334,21980110:22007581,21986993:21987223,22010579:22032235,22011453:22032625,22013398:22034595,22014797:22040654,22014827:22040896,22014838:22041945,22014839:22042197,22014876:22042851,22014878:22042942,22014891:22044158,22014898:22044586,22014902:22044887,22014903:22045463,22017378:22051686,22019913:22053812,22023889:22056861,22032524:22057722,22035137:22054069,22040123:22053972,22040136:22053957,22042108:22042519,22045047:22053933,22045049:22053794,22049751:22050954,22049755:22056679,22051355:22053695,22051363:22051876,22054528:22055111,22065348:22068783,22068649:22083182,22073532:22074421,22078670:22099667,22088043:22091145,22088051:22091018,22091315:22118601,22091317:22109942,22093114:22118743,22096627:22097336,22101552:22108175,22123322:22123738,22126966:22132976,22129562:22135498,22132587:22138559,22137423:22147414,22141214:22162558,22142356:2214848', 'assoc_mat': '21962513:carton:4200:21963748,21963400:carton:4200:21963506,21967129:carton:4200:21969524,21967139:carton:4200:21970679,21967186:carton:4200:21971856,21976823:carton:4200:21996020,21976906:carton:4200:21977061,21978911:carton:4200:22004220,21980100:carton:4200:22006334,21980110:carton:4200:22007581,21986993:carton:4200:21987223,22010579:carton:4200:22032235,22011453:carton:4200:22032625,22013398:carton:4200:22034595,22014797:carton:4200:22040654,22014827:carton:4200:22040896,22014838:carton:4200:22041945,22014839:carton:4200:22042197,22014876:carton:4200:22042851,22014878:carton:4200:22042942,22014891:carton:4200:22044158,22014898:carton:4200:22044586,22014902:carton:4200:22044887,22014903:carton:4200:22045463,22017378:carton:4200:22051686,22019913:carton:4200:22053812,22023889:carton:4200:22056861,22032524:carton:4200:22057722,22035137:carton:4200:22054069,22040123:carton:4200:22053972,22040136:carton:4200:22053957,22042108:carton:4200:22042519,22045047:carton:4200:22053933,22045049:carton:4200:22053794,2204'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.04351261990329634, 'nb_photo': 3629, 'list_port_cont': '21964206,21968044,21970545,21974006,21974246,21976108,21976187,21977096,21978277,21978409,21978700,21979263,21980943,21981100,21985014,21987529,21997647,22012005,22014152,22015670,22015920,22015936,22015975,22016001,22016100,22016175,22016674,22017223,22018050,22023145,22024038,22024221,22025865,22029289,22029607,22033187,22035770,22040481,22045568,22047101,22050006,22050297,22050446,22051698,22051844,22052099,22055318,22057080,22066229,22067262,22076301,22076806,22086679,22088573,22093802,22093926,22097135,22102780,22123767,22130066,22134209,22137991,22139248,22139425,22141672,22144731,22149417,22158714,22175466,22175520,22180789,22184227,22186848,22187420,22191594,22195652,22200180,22200207,22207250,22211149,22212221,22212468,22217884,22221534,22221844,22291338,22294341,22298371,22300015,22305692,22305849,22307673,22310223,22310455,22311658,22312632,22312712,22312752,22315042,22315139,22317040,22317242,22317517,22318718,22319815,22329125,22329568,22329624,22329982,22330224,22336926,22344916,22345378,2234665', 'assoc_port': '21963882:21964206,21967114:21968044,21967142:21974006,21967197:21974246,21969983:21970545,21975316:21976187,21975317:21976108,21976822:21979263,21976869:21978700,21976870:21978409,21976897:21978277,21976904:21977096,21980117:21981100,21980144:21980943,21984242:21985014,21986987:21987529,21986989:21997647,22011457:22012005,22013394:22014152,22014831:22017223,22014842:22016674,22014846:22016175,22014877:22015936,22014879:22016100,22014886:22015975,22014892:22015920,22014899:22016001,22014906:22015670,22017392:22018050,22023071:22023145,22023871:22024221,22023901:22024038,22024786:22025865,22029099:22029607,22029101:22029289,22032529:22033187,22035141:22035770,22038503:22050297,22040133:22040481,22045045:22045568,22046565:22047101,22049747:22050446,22049749:22051844,22049758:22050006,22051357:22052099,22051362:22051698,22054542:22055318,22056819:22057080,22065344:22066229,22066733:22067262,22075838:22076301,22076545:22076806,22086022:22086679,22088049:22088573,22093116:22093926,22093117:22093802,22096624:2209713', 'assoc_mat': '21963882:carton:4209:21964206,21967114:carton:4209:21968044,21967142:carton:4209:21974006,21967197:carton:4209:21974246,21969983:carton:4209:21970545,21975316:carton:4209:21976187,21975317:carton:4209:21976108,21976822:carton:4209:21979263,21976869:carton:4209:21978700,21976870:carton:4209:21978409,21976897:carton:4209:21978277,21976904:carton:4209:21977096,21980117:carton:4209:21981100,21980144:carton:4209:21980943,21984242:carton:4209:21985014,21986987:carton:4209:21987529,21986989:carton:4209:21997647,22011457:carton:4209:22012005,22013394:carton:4209:22014152,22014831:carton:4209:22017223,22014842:carton:4209:22016674,22014846:carton:4209:22016175,22014877:carton:4209:22015936,22014879:carton:4209:22016100,22014886:carton:4209:22015975,22014892:carton:4209:22015920,22014899:carton:4209:22016001,22014906:carton:4209:22015670,22017392:carton:4209:22018050,22023071:carton:4209:22023145,22023871:carton:4209:22024221,22023901:carton:4209:22024038,22024786:carton:4209:22025865,22029099:carton:4209:22029607,2202'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.013023451589009406, 'nb_photo': 12240, 'list_port_cont': '21963407,21963592,21964274,21970586,21971876,21971933,21989545,21990263,21997447,22004072,22005519,22007317,22007775,22008812,22025925,22025966,22026084,22026139,22026156,22026188,22026243,22026316,22026460,22026575,22026599,22026668,22026737,22027165,22027269,22029550,22030981,22031871,22031961,22033368,22039422,22040619,22040700,22050604,22050703,22051593,22052018,22052122,22056380,22057176,22063571,22067300,22068766,22069188,22072731,22074040,22080501,22083643,22090621,22091676,22091937,22092178,22094249,22105435,22122253,22127613,22132334,22139307,22141700,22144688,22144829,22151425,22155284,22158584,22177953,22179539,22186655,22189955,22192297,22195666,22195680,22207545,22210762,22221974,22222975,22229856,22291491,22294731,22294826,22298370,22298629,22299061,22302358,22306942,22308383,22310002,22312609,22313061,22313306,22315313,22318844,22329436,22332283,22337039,22341209,22344853,22345002,22345496,22352630,22352716,22352908,22353629,22355848,22371431,22375842,22377493,22379559,22380000,22381569,2238159', 'assoc_port': '21962514:21963407,21963397:21963592,21963883:21964274,21967132:21970586,21967181:21971876,21967195:21971933,21975312:21989545,21975320:21990263,21976850:21997447,21978908:22004072,21978934:22005519,21980103:22007317,21980107:22007775,21980142:22008812,22010582:22027269,22011452:22027165,22013397:22030981,22014825:22026737,22014833:22026668,22014843:22026599,22014874:22026575,22014880:22026460,22014893:22026316,22014896:22026243,22014901:22026188,22017391:22026156,22019909:22026139,22023068:22026084,22024784:22025925,22024789:22025966,22029102:22029550,22031175:22031961,22031177:22031871,22032532:22033368,22038504:22039422,22040126:22040700,22040132:22040619,22042107:22051593,22046566:22050703,22049745:22056380,22049754:22050604,22051354:22052122,22051356:22052018,22054525:22057176,22062853:22063571,22065346:22068766,22066734:22067300,22068648:22069188,22071991:22072731,22073536:22074040,22079487:22080501,22079488:22083643,22079491:22092178,22086017:22094249,22086036:22090621,22091316:22091676,22091318:2209193', 'assoc_mat': '21962514:carton:4211:21963407,21963397:carton:4211:21963592,21963883:carton:4211:21964274,21967132:carton:4211:21970586,21967181:carton:4211:21971876,21967195:carton:4211:21971933,21975312:carton:4211:21989545,21975320:carton:4211:21990263,21976850:carton:4211:21997447,21978908:carton:4211:22004072,21978934:carton:4211:22005519,21980103:carton:4211:22007317,21980107:carton:4211:22007775,21980142:carton:4211:22008812,22010582:carton:4211:22027269,22011452:carton:4211:22027165,22013397:carton:4211:22030981,22014825:carton:4211:22026737,22014833:carton:4211:22026668,22014843:carton:4211:22026599,22014874:carton:4211:22026575,22014880:carton:4211:22026460,22014893:carton:4211:22026316,22014896:carton:4211:22026243,22014901:carton:4211:22026188,22017391:carton:4211:22026156,22019909:carton:4211:22026139,22023068:carton:4211:22026084,22024784:carton:4211:22025925,22024789:carton:4211:22025966,22029102:carton:4211:22029550,22031175:carton:4211:22031961,22031177:carton:4211:22031871,22032532:carton:4211:22033368,2203'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.005456189440889888, 'nb_photo': 151, 'list_port_cont': '21963764,21976299,21982689,21988610,21990852,21998134,22005688,22008144,22012899,22025557,22033711,22033936,22037060,22042147,22042747,22046216,22046336,22048303,22053767,22054706,22055747,22057902,22060427,22067765,22069681,22077050,22079697,22079924,22082869,22091995,22093325,22095883,22107790,22109487,22129283,22132954,22138736,22150079,22151650,22159093,22186782,22187170,22190725,22234451,22237235,22242423,22242917,22242971,22309670,22318880,22347414,22358847,22373034,22378840,22380049,22389187,22391087,22392497,22395889,22428604,22429869,22438129,22440952,22441908,22449342,22453755,22456257,22457127,22459691,22460914,22463503,22464290,22469951,22480586,22487814,22489644,22498514,22501371,22503535,22514219,22519257,22537435,22548701,22553900,22553960,22558201,22559484,22574559', 'assoc_port': '21963399:21963764,21967124:21988610,21969980:21982689,21975313:21990852,21975319:21976299,21976848:21998134,21978922:22005688,21980102:22008144,21984249:22012899,22011451:22033711,22014822:22042147,22014828:22042747,22014840:22095883,22014875:22082869,22014890:22079924,22014897:22046336,22014905:22048303,22018592:22060427,22023872:22025557,22032522:22033936,22035139:22037060,22040125:22054706,22045050:22046216,22051359:22053767,22054523:22057902,22054529:22055747,22066731:22067765,22068650:22069681,22071992:22077050,22078672:22079697,22086065:22091995,22091321:22093325,22098018:22109487,22101541:22107790,22126969:22129283,22132582:22132954,22137424:22138736,22148778:22150079,22150597:22151650,22157943:22159093,22178698:22187170,22183555:22186782,22189238:22190725,22200698:22242971,22200701:22242917,22204329:22242423,22211640:22237235,22217452:22234451,22304110:22309670,22312869:22318880,22346888:22347414,22350610:22358847,22372029:22373034,22378450:22378840,22379664:22380049,22388012:22389187,22390604:2239108', 'assoc_mat': '21963399:carton:3327:21963764,21967124:carton:3327:21988610,21969980:carton:3327:21982689,21975313:carton:3327:21990852,21975319:carton:3327:21976299,21976848:carton:3327:21998134,21978922:carton:3327:22005688,21980102:carton:3327:22008144,21984249:carton:3327:22012899,22011451:carton:3327:22033711,22014822:carton:3327:22042147,22014828:carton:3327:22042747,22014840:carton:3327:22095883,22014875:carton:3327:22082869,22014890:carton:3327:22079924,22014897:carton:3327:22046336,22014905:carton:3327:22048303,22018592:carton:3327:22060427,22023872:carton:3327:22025557,22032522:carton:3327:22033936,22035139:carton:3327:22037060,22040125:carton:3327:22054706,22045050:carton:3327:22046216,22051359:carton:3327:22053767,22054523:carton:3327:22057902,22054529:carton:3327:22055747,22066731:carton:3327:22067765,22068650:carton:3327:22069681,22071992:carton:3327:22077050,22078672:carton:3327:22079697,22086065:carton:3327:22091995,22091321:carton:3327:22093325,22098018:carton:3327:22109487,22101541:carton:3327:22107790,2212'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.006618976059540002, 'nb_photo': 42, 'list_port_cont': '22019663,22358753,22448926', 'assoc_port': '22018590:22019663,22358427:22358753,22448524:22448926', 'assoc_mat': '22018590:carton:3594:22019663,22358427:carton:3594:22358753,22448524:carton:3594:22448926'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.001622923843119793, 'nb_photo': 86, 'list_port_cont': '21967687,21977409,21979784,21996957,22023225,22040792,22051417,22051731,22055162,22064652,22081444,22098900,22132398,22159635,22165093,22166950,22186443,22194600,22195055,22207260,22225048,22235730,22301630,22306709,22308221,22310210,22314704,22329943,22345481,22346593,22347238,22348680,22389545,22403113,22411921,22412547,22437362,22440991,22460031,22469993,22490158,22497910,22513085,22525275,22537000,22556362,22560479,22566507', 'assoc_port': '21967188:21967687,21976865:21977409,21978938:21979784,21996833:21996957,22023069:22023225,22035138:22051417,22040129:22040792,22051360:22051731,22054522:22055162,22062850:22064652,22079490:22081444,22098017:22098900,22131721:22132398,22137425:22166950,22148775:22165093,22150595:22159635,22174852:22235730,22185033:22186443,22194156:22195055,22194159:22194600,22206469:22207260,22221035:22225048,22299407:22301630,22304113:22306709,22307886:22308221,22309703:22310210,22314656:22314704,22328563:22348680,22328569:22329943,22345135:22345481,22346404:22346593,22346890:22347238,22388008:22389545,22393285:22412547,22394734:22411921,22402406:22403113,22436849:22437362,22440751:22440991,22459597:22460031,22469829:22469993,22489068:22525275,22489069:22490158,22497685:22497910,22509477:22513085,22536495:22537000,22554335:22560479,22554338:22556362,22566349:22566507', 'assoc_mat': '21967188:cartonnette:3726:21967687,21976865:cartonnette:3726:21977409,21978938:cartonnette:3726:21979784,21996833:cartonnette:3726:21996957,22023069:cartonnette:3726:22023225,22035138:cartonnette:3726:22051417,22040129:cartonnette:3726:22040792,22051360:cartonnette:3726:22051731,22054522:cartonnette:3726:22055162,22062850:cartonnette:3726:22064652,22079490:cartonnette:3726:22081444,22098017:cartonnette:3726:22098900,22131721:cartonnette:3726:22132398,22137425:cartonnette:3726:22166950,22148775:cartonnette:3726:22165093,22150595:cartonnette:3726:22159635,22174852:cartonnette:3726:22235730,22185033:cartonnette:3726:22186443,22194156:cartonnette:3726:22195055,22194159:cartonnette:3726:22194600,22206469:cartonnette:3726:22207260,22221035:cartonnette:3726:22225048,22299407:cartonnette:3726:22301630,22304113:cartonnette:3726:22306709,22307886:cartonnette:3726:22308221,22309703:cartonnette:3726:22310210,22314656:cartonnette:3726:22314704,22328563:cartonnette:3726:22348680,22328569:cartonnette:3726:22329943,22345135:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00796749422319749, 'nb_photo': 340, 'list_port_cont': '21962938,21967690,21970617,21977418,21979783,21996964,22015344,22023224,22024486,22028373,22028485,22040797,22051424,22051730,22055155,22064644,22073985,22076261,22081445,22098893,22106675,22132401,22134323,22159641,22166958,22186448,22194602,22195059,22207261,22225042,22235727,22287115,22301639,22306714,22308215,22310213,22314709,22329452,22329944,22333933,22345475,22346596,22347229,22347822,22348675,22355182,22358946,22359253,22389537,22403114,22411914,22412543,22437357,22440992,22450652,22458383,22460030,22469994,22486684,22487212,22488320,22490153,22494953,22497920,22513080,22525270,22537005,22543392,22552273,22556361,22560471,22566501', 'assoc_port': '21962512:21962938,21967188:21967690,21969981:21970617,21976865:21977418,21978938:21979783,21996833:21996964,22014835:22028485,22014845:22028373,22014872:22015344,22018591:22024486,22023069:22023224,22035138:22051424,22040129:22040797,22051360:22051730,22054522:22055155,22062850:22064644,22073531:22073985,22075836:22076261,22079490:22081445,22098017:22098893,22106152:22106675,22131721:22132401,22133905:22134323,22137425:22166958,22150595:22159641,22174852:22235727,22185033:22186448,22194156:22195059,22194159:22194602,22206469:22207261,22221035:22225042,22286479:22287115,22299407:22301639,22304113:22306714,22307886:22308215,22309703:22310213,22314656:22314709,22328536:22358946,22328562:22359253,22328563:22348675,22328564:22333933,22328569:22329944,22328572:22329452,22334759:22347822,22345135:22345475,22346404:22346596,22346890:22347229,22355026:22355182,22388008:22389537,22393285:22412543,22394734:22411914,22402406:22403114,22436849:22437357,22440751:22440992,22450301:22450652,22457337:22458383,22459597:2246003', 'assoc_mat': '21962512:Carton_brun:3726:21962938,21967188:Carton_brun:3726:21967690,21969981:Carton_brun:3726:21970617,21976865:Carton_brun:3726:21977418,21978938:Carton_brun:3726:21979783,21996833:Carton_brun:3726:21996964,22014835:Carton_brun:3726:22028485,22014845:Carton_brun:3726:22028373,22014872:Carton_brun:3726:22015344,22018591:Carton_brun:3726:22024486,22023069:Carton_brun:3726:22023224,22035138:Carton_brun:3726:22051424,22040129:Carton_brun:3726:22040797,22051360:Carton_brun:3726:22051730,22054522:Carton_brun:3726:22055155,22062850:Carton_brun:3726:22064644,22073531:Carton_brun:3726:22073985,22075836:Carton_brun:3726:22076261,22079490:Carton_brun:3726:22081445,22098017:Carton_brun:3726:22098893,22106152:Carton_brun:3726:22106675,22131721:Carton_brun:3726:22132401,22133905:Carton_brun:3726:22134323,22137425:Carton_brun:3726:22166958,22150595:Carton_brun:3726:22159641,22174852:Carton_brun:3726:22235727,22185033:Carton_brun:3726:22186448,22194156:Carton_brun:3726:22195059,22194159:Carton_brun:3726:22194602,22206469:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004871870698716255, 'nb_photo': 158, 'list_port_cont': '21962936,21967683,21970622,21977408,21979776,21996962,22015336,22023232,22024490,22028492,22040795,22051724,22055159,22064648,22073984,22076265,22081443,22102889,22106685,22132403,22134313,22165101,22166960,22186442,22194601,22195057,22207265,22225046,22235722,22287107,22301633,22308211,22310208,22314707,22329450,22329951,22346601,22347821,22348683,22358949,22359245,22379497,22389547,22411920,22437361,22440993,22450649,22458377,22460027,22469999,22486691,22487208,22488315,22490156,22494952,22497912,22513087,22525281,22532244,22543395,22552270,22556363,22560476', 'assoc_port': '21962512:21962936,21967188:21967683,21969981:21970622,21976865:21977408,21978938:21979776,21996833:21996962,22014835:22028492,22014872:22015336,22018591:22024490,22023069:22023232,22040129:22040795,22051360:22051724,22054522:22055159,22062850:22064648,22073531:22073984,22075836:22076265,22079490:22081443,22096622:22102889,22106152:22106685,22131721:22132403,22133905:22134313,22137425:22166960,22148775:22165101,22174852:22235722,22185033:22186442,22194156:22195057,22194159:22194601,22206469:22207265,22221035:22225046,22286479:22287107,22299407:22301633,22307886:22308211,22309703:22310208,22314656:22314707,22328536:22358949,22328562:22359245,22328563:22348683,22328569:22329951,22328572:22329450,22334759:22347821,22346404:22346601,22379399:22379497,22388008:22389547,22394734:22411920,22436849:22437361,22440751:22440993,22450301:22450649,22457337:22458377,22459597:22460027,22469829:22469999,22486521:22486691,22486538:22487208,22488165:22488315,22489068:22525281,22489069:22490156,22494461:22494952,22497685:2249791', 'assoc_mat': '21962512:Carton_gris:3726:21962936,21967188:Carton_gris:3726:21967683,21969981:Carton_gris:3726:21970622,21976865:Carton_gris:3726:21977408,21978938:Carton_gris:3726:21979776,21996833:Carton_gris:3726:21996962,22014835:Carton_gris:3726:22028492,22014872:Carton_gris:3726:22015336,22018591:Carton_gris:3726:22024490,22023069:Carton_gris:3726:22023232,22040129:Carton_gris:3726:22040795,22051360:Carton_gris:3726:22051724,22054522:Carton_gris:3726:22055159,22062850:Carton_gris:3726:22064648,22073531:Carton_gris:3726:22073984,22075836:Carton_gris:3726:22076265,22079490:Carton_gris:3726:22081443,22096622:Carton_gris:3726:22102889,22106152:Carton_gris:3726:22106685,22131721:Carton_gris:3726:22132403,22133905:Carton_gris:3726:22134313,22137425:Carton_gris:3726:22166960,22148775:Carton_gris:3726:22165101,22174852:Carton_gris:3726:22235722,22185033:Carton_gris:3726:22186442,22194156:Carton_gris:3726:22195057,22194159:Carton_gris:3726:22194601,22206469:Carton_gris:3726:22207265,22221035:Carton_gris:3726:22225046,22286479:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006545785301094141, 'nb_photo': 150, 'list_port_cont': '21964186,21969945,22026352,22041329,22046201,22051218,22051712,22052396,22053702,22054005,22076374,22076779,22108075,22149145,22153088,22158483,22180494,22237976,22241245,22244111,22292975,22309513,22314879,22318622,22345045,22361612,22379472,22385701,22396155,22422341,22433704,22449948,22454614,22473519,22480030,22487813,22511789,22512749,22516928,22536628,22553556,22565050', 'assoc_port': '21963879:21964186,21967136:21969945,21978909:22026352,21984244:22052396,22014829:22041329,22014907:22046201,22019910:22053702,22038501:22054005,22049748:22051218,22051358:22051712,22062848:22076374,22076546:22076779,22101547:22108075,22131718:22153088,22142360:22149145,22154699:22158483,22174835:22180494,22191273:22244111,22210213:22241245,22211643:22237976,22290550:22292975,22305213:22309513,22314653:22314879,22318028:22318622,22344383:22345045,22355024:22361612,22379401:22379472,22384434:22385701,22390602:22396155,22420201:22422341,22432676:22433704,22444780:22449948,22451710:22454614,22469828:22473519,22479660:22480030,22486523:22487813,22497684:22511789,22509474:22512749,22513057:22516928,22536499:22536628,22550650:22553556,22562905:22565050', 'assoc_mat': '21963879:ela:4205:21964186,21967136:ela:4205:21969945,21978909:ela:4205:22026352,21984244:ela:4205:22052396,22014829:ela:4205:22041329,22014907:ela:4205:22046201,22019910:ela:4205:22053702,22038501:ela:4205:22054005,22049748:ela:4205:22051218,22051358:ela:4205:22051712,22062848:ela:4205:22076374,22076546:ela:4205:22076779,22101547:ela:4205:22108075,22131718:ela:4205:22153088,22142360:ela:4205:22149145,22154699:ela:4205:22158483,22174835:ela:4205:22180494,22191273:ela:4205:22244111,22210213:ela:4205:22241245,22211643:ela:4205:22237976,22290550:ela:4205:22292975,22305213:ela:4205:22309513,22314653:ela:4205:22314879,22318028:ela:4205:22318622,22344383:ela:4205:22345045,22355024:ela:4205:22361612,22379401:ela:4205:22379472,22384434:ela:4205:22385701,22390602:ela:4205:22396155,22420201:ela:4205:22422341,22432676:ela:4205:22433704,22444780:ela:4205:22449948,22451710:ela:4205:22454614,22469828:ela:4205:22473519,22479660:ela:4205:22480030,22486523:ela:4205:22487813,22497684:ela:4205:22511789,22509474:ela:4205:2251274'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 1.0363782397484544, 'nb_photo': 218, 'list_port_cont': '21969305,22003520,22005700,22012118,22040905,22053787,22054241,22055547,22063557,22064884,22076853,22097223,22146606,22155003,22164096,22241086,22244166,22295032,22309853,22315615,22348633,22358383,22379356,22397927,22399468,22430538,22450064,22451172,22471526,22505140,22510434,22520970,22560982,22561802', 'assoc_port': '21967117:21969305,21978894:22003520,21978946:22005700,22011455:22012118,22014824:22040905,22014888:22064884,22023070:22055547,22035144:22054241,22046564:22053787,22062855:22063557,22076548:22076853,22096625:22097223,22129557:22146606,22141215:22155003,22154698:22164096,22191270:22244166,22210214:22241086,22291941:22295032,22305215:22309853,22314649:22315615,22340395:22348633,22350612:22358383,22376586:22379356,22386992:22397927,22398077:22399468,22429992:22430538,22443967:22451172,22449976:22450064,22466648:22471526,22494447:22505140,22504012:22510434,22520613:22520970,22542628:22560982,22556378:22561802', 'assoc_mat': '21967117:ela:4203:21969305,21978894:ela:4203:22003520,21978946:ela:4203:22005700,22011455:ela:4203:22012118,22014824:ela:4203:22040905,22014888:ela:4203:22064884,22023070:ela:4203:22055547,22035144:ela:4203:22054241,22046564:ela:4203:22053787,22062855:ela:4203:22063557,22076548:ela:4203:22076853,22096625:ela:4203:22097223,22129557:ela:4203:22146606,22141215:ela:4203:22155003,22154698:ela:4203:22164096,22191270:ela:4203:22244166,22210214:ela:4203:22241086,22291941:ela:4203:22295032,22305215:ela:4203:22309853,22314649:ela:4203:22315615,22340395:ela:4203:22348633,22350612:ela:4203:22358383,22376586:ela:4203:22379356,22386992:ela:4203:22397927,22398077:ela:4203:22399468,22429992:ela:4203:22430538,22443967:ela:4203:22451172,22449976:ela:4203:22450064,22466648:ela:4203:22471526,22494447:ela:4203:22505140,22504012:ela:4203:22510434,22520613:ela:4203:22520970,22542628:ela:4203:22560982,22556378:ela:4203:22561802'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0013011904904360854, 'nb_photo': 125, 'list_port_cont': '21963561,21964263,21970466,21971465,21986344,21996821,22003897,22005421,22006363,22007553,22011949,22015143,22023121,22023285,22028204,22031487,22032449,22032672,22035917,22040498,22045609,22050430,22066956,22067375,22068690,22072656,22078965,22079044,22079678,22091735,22096857,22123728,22126022,22131809,22132865,22133050,22133253,22151137,22151603,22155155,22175238,22180580,22180982,22181061,22183828,22194543,22222799,22292887,22293103,22293180,22293794,22300214,22307030,22335422,22338511,22340104,22341939,22344730,22345421,22346575,22372347,22377487,22381060,22381679,22395219,22409542,22420625,22421683,22425460,22432905,22440916,22445552,22452211,22479973,22490344,22494689,22498825,22504432,22534037,22544881,22544997,22563369', 'assoc_port': '21963398:21963561,21963881:21964263,21967184:21971465,21969982:21970466,21976863:21996821,21976900:22023121,21978910:22003897,21978941:22005421,21980101:22006363,21980112:22007553,21985550:21986344,22011454:22011949,22014823:22032672,22014834:22032449,22014884:22015143,22017376:22028204,22023072:22023285,22031176:22031487,22035143:22035917,22040130:22040498,22045046:22045609,22049753:22050430,22065345:22068690,22066732:22067375,22066735:22066956,22071990:22072656,22078669:22079678,22078671:22079044,22078673:22078965,22091320:22091735,22096623:22096857,22123320:22123728,22125807:22126022,22129556:22131809,22132583:22133253,22132585:22133050,22132589:22132865,22150592:22151603,22150596:22151137,22154700:22155155,22174850:22175238,22177106:22180982,22177110:22181061,22180100:22180580,22183558:22183828,22194162:22194543,22221009:22222799,22290547:22292887,22291935:22293794,22291937:22293180,22291942:22293103,22299408:22300214,22305207:22307030,22331495:22340104,22334760:22338511,22334761:22335422,22340417:2234193', 'assoc_mat': '21963398:ela:4207:21963561,21963881:ela:4207:21964263,21967184:ela:4207:21971465,21969982:ela:4207:21970466,21976863:ela:4207:21996821,21976900:ela:4207:22023121,21978910:ela:4207:22003897,21978941:ela:4207:22005421,21980101:ela:4207:22006363,21980112:ela:4207:22007553,21985550:ela:4207:21986344,22011454:ela:4207:22011949,22014823:ela:4207:22032672,22014834:ela:4207:22032449,22014884:ela:4207:22015143,22017376:ela:4207:22028204,22023072:ela:4207:22023285,22031176:ela:4207:22031487,22035143:ela:4207:22035917,22040130:ela:4207:22040498,22045046:ela:4207:22045609,22049753:ela:4207:22050430,22065345:ela:4207:22068690,22066732:ela:4207:22067375,22066735:ela:4207:22066956,22071990:ela:4207:22072656,22078669:ela:4207:22079678,22078671:ela:4207:22079044,22078673:ela:4207:22078965,22091320:ela:4207:22091735,22096623:ela:4207:22096857,22123320:ela:4207:22123728,22125807:ela:4207:22126022,22129556:ela:4207:22131809,22132583:ela:4207:22133253,22132585:ela:4207:22133050,22132589:ela:4207:22132865,22150592:ela:4207:2215160'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.006021227010475339, 'nb_photo': 10, 'list_port_cont': '21968389,22149461,22292784,22428278,22445233,22473912,22556916,22561962', 'assoc_port': '21967190:21968389,22148777:22149461,22291934:22292784,22427805:22428278,22444779:22445233,22469833:22473912,22556379:22556916,22561375:22561962', 'assoc_mat': '21967190:ela:4461:21968389,22148777:ela:4461:22149461,22291934:ela:4461:22292784,22427805:ela:4461:22428278,22444779:ela:4461:22445233,22469833:ela:4461:22473912,22556379:ela:4461:22556916,22561375:ela:4461:22561962'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0008541345886496939, 'nb_photo': 54, 'list_port_cont': '21970689,22004224,22007573,22032222,22042856,22051871,22053681,22053793,22053981,22055114,22056852,22118756,22138556,22147410,22153026,22158877,22193155,22204885,22229875,22239598,22241163,22242691,22294373,22299452,22347442,22347608,22347719,22352386,22378616,22381727,22395769,22438105,22441956,22458274,22465990,22488474,22497803,22506104,22506969,22516906,22524874,22543792,22544931,22556701,22563687', 'assoc_port': '21967139:21970689,21978911:22004224,21980110:22007573,22010579:22032222,22014876:22042856,22023889:22056852,22040123:22053981,22045049:22053793,22051355:22053681,22051363:22051871,22054528:22055114,22093114:22118756,22132587:22138556,22137423:22147410,22144310:22153026,22154710:22158877,22191278:22193155,22200699:22242691,22204331:22204885,22210211:22241163,22211636:22239598,22222639:22229875,22291938:22294373,22295406:22299452,22339071:22347719,22346889:22347608,22346893:22347442,22352281:22352386,22372030:22378616,22381319:22381727,22393281:22395769,22436852:22438105,22439288:22441956,22444781:22458274,22462252:22465990,22488171:22488474,22497686:22497803,22502414:22506104,22502416:22506969,22513056:22516906,22517562:22524874,22542654:22543792,22544863:22544931,22554337:22556701,22561372:22563687', 'assoc_mat': '21967139:ela:4200:21970689,21978911:ela:4200:22004224,21980110:ela:4200:22007573,22010579:ela:4200:22032222,22014876:ela:4200:22042856,22023889:ela:4200:22056852,22040123:ela:4200:22053981,22045049:ela:4200:22053793,22051355:ela:4200:22053681,22051363:ela:4200:22051871,22054528:ela:4200:22055114,22093114:ela:4200:22118756,22132587:ela:4200:22138556,22137423:ela:4200:22147410,22144310:ela:4200:22153026,22154710:ela:4200:22158877,22191278:ela:4200:22193155,22200699:ela:4200:22242691,22204331:ela:4200:22204885,22210211:ela:4200:22241163,22211636:ela:4200:22239598,22222639:ela:4200:22229875,22291938:ela:4200:22294373,22295406:ela:4200:22299452,22339071:ela:4200:22347719,22346889:ela:4200:22347608,22346893:ela:4200:22347442,22352281:ela:4200:22352386,22372030:ela:4200:22378616,22381319:ela:4200:22381727,22393281:ela:4200:22395769,22436852:ela:4200:22438105,22439288:ela:4200:22441956,22444781:ela:4200:22458274,22462252:ela:4200:22465990,22488171:ela:4200:22488474,22497686:ela:4200:22497803,22502414:ela:4200:2250610'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.005241843575642434, 'nb_photo': 585, 'list_port_cont': '21968055,21970532,21973970,21974245,21976106,21976199,21978278,21978694,21979267,21980929,21981107,21985004,21987534,22012006,22014144,22015667,22015915,22015926,22015973,22015989,22016097,22016178,22016675,22017224,22018045,22023137,22024216,22025855,22029299,22029604,22033205,22035781,22040476,22045563,22047091,22050005,22050454,22051692,22051852,22052112,22055315,22066226,22067261,22076310,22076799,22086683,22088578,22093809,22093918,22097132,22102795,22123768,22130057,22134202,22137987,22139245,22139422,22141682,22144729,22149416,22158726,22175511,22180788,22184235,22186834,22187429,22191597,22195645,22200168,22200210,22211147,22221846,22291321,22300024,22305697,22305853,22307676,22310229,22310458,22311666,22312626,22312750,22315048,22315144,22319794,22336927,22344914,22345377,22346652,22347184,22352927,22353599,22357151,22358714,22359465,22372772,22377470,22378528,22379986,22385066,22388472,22390968,22391023,22403221,22425544,22430345,22432806,22433172,22441503,22444317,22448537,22450575,22453427,2245363', 'assoc_port': '21967114:21968055,21967142:21973970,21967197:21974245,21969983:21970532,21975316:21976199,21975317:21976106,21976822:21979267,21976869:21978694,21976897:21978278,21980117:21981107,21980144:21980929,21984242:21985004,21986987:21987534,22011457:22012006,22013394:22014144,22014831:22017224,22014842:22016675,22014846:22016178,22014877:22015926,22014879:22016097,22014886:22015973,22014892:22015915,22014899:22015989,22014906:22015667,22017392:22018045,22023071:22023137,22023871:22024216,22024786:22025855,22029099:22029604,22029101:22029299,22032529:22033205,22035141:22035781,22040133:22040476,22045045:22045563,22046565:22047091,22049747:22050454,22049749:22051852,22049758:22050005,22051357:22052112,22051362:22051692,22054542:22055315,22065344:22066226,22066733:22067261,22075838:22076310,22076545:22076799,22086022:22086683,22088049:22088578,22093116:22093918,22093117:22093809,22096624:22097132,22101542:22102795,22123324:22123768,22129563:22130057,22133911:22134202,22137426:22137987,22138707:22139245,22138713:2213942', 'assoc_mat': '21967114:ela:4209:21968055,21967142:ela:4209:21973970,21967197:ela:4209:21974245,21969983:ela:4209:21970532,21975316:ela:4209:21976199,21975317:ela:4209:21976106,21976822:ela:4209:21979267,21976869:ela:4209:21978694,21976897:ela:4209:21978278,21980117:ela:4209:21981107,21980144:ela:4209:21980929,21984242:ela:4209:21985004,21986987:ela:4209:21987534,22011457:ela:4209:22012006,22013394:ela:4209:22014144,22014831:ela:4209:22017224,22014842:ela:4209:22016675,22014846:ela:4209:22016178,22014877:ela:4209:22015926,22014879:ela:4209:22016097,22014886:ela:4209:22015973,22014892:ela:4209:22015915,22014899:ela:4209:22015989,22014906:ela:4209:22015667,22017392:ela:4209:22018045,22023071:ela:4209:22023137,22023871:ela:4209:22024216,22024786:ela:4209:22025855,22029099:ela:4209:22029604,22029101:ela:4209:22029299,22032529:ela:4209:22033205,22035141:ela:4209:22035781,22040133:ela:4209:22040476,22045045:ela:4209:22045563,22046565:ela:4209:22047091,22049747:ela:4209:22050454,22049749:ela:4209:22051852,22049758:ela:4209:2205000'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009145477136062234, 'nb_photo': 1355, 'list_port_cont': '21963405,21963584,21964277,21970581,21971863,21971919,21989544,21990255,21997445,22004070,22005514,22007315,22007772,22008815,22025928,22025965,22026085,22026143,22026150,22026179,22026237,22026313,22026457,22026578,22026588,22026675,22026738,22027175,22027263,22029557,22030983,22031868,22031965,22033369,22039416,22040609,22040703,22050597,22050715,22051605,22052023,22052119,22056381,22057167,22063572,22067302,22068751,22069200,22072727,22074048,22080498,22083636,22090616,22091665,22091959,22092192,22094248,22105439,22122251,22127602,22132333,22139320,22141701,22144691,22144839,22151429,22155286,22158597,22177950,22179535,22186656,22189952,22192306,22195668,22195681,22207557,22210749,22221977,22222986,22229866,22291478,22294728,22294818,22298362,22298642,22299060,22302359,22306936,22308370,22309998,22312612,22313067,22313314,22315322,22318842,22329445,22332293,22337052,22341217,22344852,22344991,22345488,22352719,22352906,22353635,22355855,22371438,22375833,22377492,22379551,22379997,22381574,22381584,2238508', 'assoc_port': '21962514:21963405,21963397:21963584,21963883:21964277,21967132:21970581,21967181:21971863,21967195:21971919,21975312:21989544,21975320:21990255,21976850:21997445,21978908:22004070,21978934:22005514,21980103:22007315,21980107:22007772,21980142:22008815,22010582:22027263,22011452:22027175,22013397:22030983,22014825:22026738,22014833:22026675,22014843:22026588,22014874:22026578,22014880:22026457,22014893:22026313,22014896:22026237,22014901:22026179,22017391:22026150,22019909:22026143,22023068:22026085,22024784:22025928,22024789:22025965,22029102:22029557,22031175:22031965,22031177:22031868,22032532:22033369,22038504:22039416,22040126:22040703,22040132:22040609,22042107:22051605,22046566:22050715,22049745:22056381,22049754:22050597,22051354:22052119,22051356:22052023,22054525:22057167,22062853:22063572,22065346:22068751,22066734:22067302,22068648:22069200,22071991:22072727,22073536:22074048,22079487:22080498,22079488:22083636,22079491:22092192,22086017:22094248,22086036:22090616,22091316:22091665,22091318:2209195', 'assoc_mat': '21962514:ela:4211:21963405,21963397:ela:4211:21963584,21963883:ela:4211:21964277,21967132:ela:4211:21970581,21967181:ela:4211:21971863,21967195:ela:4211:21971919,21975312:ela:4211:21989544,21975320:ela:4211:21990255,21976850:ela:4211:21997445,21978908:ela:4211:22004070,21978934:ela:4211:22005514,21980103:ela:4211:22007315,21980107:ela:4211:22007772,21980142:ela:4211:22008815,22010582:ela:4211:22027263,22011452:ela:4211:22027175,22013397:ela:4211:22030983,22014825:ela:4211:22026738,22014833:ela:4211:22026675,22014843:ela:4211:22026588,22014874:ela:4211:22026578,22014880:ela:4211:22026457,22014893:ela:4211:22026313,22014896:ela:4211:22026237,22014901:ela:4211:22026179,22017391:ela:4211:22026150,22019909:ela:4211:22026143,22023068:ela:4211:22026085,22024784:ela:4211:22025928,22024789:ela:4211:22025965,22029102:ela:4211:22029557,22031175:ela:4211:22031965,22031177:ela:4211:22031868,22032532:ela:4211:22033369,22038504:ela:4211:22039416,22040126:ela:4211:22040703,22040132:ela:4211:22040609,22042107:ela:4211:2205160'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0001777031116116652, 'nb_photo': 80, 'list_port_cont': '21969307,22003522,22012111,22053788,22054233,22055538,22063563,22064880,22097220,22146615,22155002,22164093,22241085,22244163,22295039,22309863,22315607,22348631,22358388,22399481,22430534,22450061,22451173,22471541,22510432,22520983,22560990,22561795', 'assoc_port': '21967117:21969307,21978894:22003522,22011455:22012111,22014888:22064880,22023070:22055538,22035144:22054233,22046564:22053788,22062855:22063563,22096625:22097220,22129557:22146615,22141215:22155002,22154698:22164093,22191270:22244163,22210214:22241085,22291941:22295039,22305215:22309863,22314649:22315607,22340395:22348631,22350612:22358388,22398077:22399481,22429992:22430534,22443967:22451173,22449976:22450061,22466648:22471541,22504012:22510432,22520613:22520983,22542628:22560990,22556378:22561795', 'assoc_mat': '21967117:etiquette:4203:21969307,21978894:etiquette:4203:22003522,22011455:etiquette:4203:22012111,22014888:etiquette:4203:22064880,22023070:etiquette:4203:22055538,22035144:etiquette:4203:22054233,22046564:etiquette:4203:22053788,22062855:etiquette:4203:22063563,22096625:etiquette:4203:22097220,22129557:etiquette:4203:22146615,22141215:etiquette:4203:22155002,22154698:etiquette:4203:22164093,22191270:etiquette:4203:22244163,22210214:etiquette:4203:22241085,22291941:etiquette:4203:22295039,22305215:etiquette:4203:22309863,22314649:etiquette:4203:22315607,22340395:etiquette:4203:22348631,22350612:etiquette:4203:22358388,22398077:etiquette:4203:22399481,22429992:etiquette:4203:22430534,22443967:etiquette:4203:22451173,22449976:etiquette:4203:22450061,22466648:etiquette:4203:22471541,22504012:etiquette:4203:22510432,22520613:etiquette:4203:22520983,22542628:etiquette:4203:22560990,22556378:etiquette:4203:22561795'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0001523632939948791, 'nb_photo': 18, 'list_port_cont': '22003902,22006369,22032459,22042601,22055094,22151140,22201664,22228062,22308164,22335418,22420630,22432895,22479981,22491643,22497145,22538055,22548546', 'assoc_port': '21978910:22003902,21980101:22006369,22014834:22032459,22042105:22042601,22054524:22055094,22150596:22151140,22200705:22201664,22222655:22228062,22307237:22308164,22334761:22335418,22420200:22420630,22432672:22432895,22479654:22479981,22491289:22491643,22496797:22497145,22537667:22538055,22547214:22548546', 'assoc_mat': '21978910:etiquette:4207:22003902,21980101:etiquette:4207:22006369,22014834:etiquette:4207:22032459,22042105:etiquette:4207:22042601,22054524:etiquette:4207:22055094,22150596:etiquette:4207:22151140,22200705:etiquette:4207:22201664,22222655:etiquette:4207:22228062,22307237:etiquette:4207:22308164,22334761:etiquette:4207:22335418,22420200:etiquette:4207:22420630,22432672:etiquette:4207:22432895,22479654:etiquette:4207:22479981,22491289:etiquette:4207:22491643,22496797:etiquette:4207:22497145,22537667:etiquette:4207:22538055,22547214:etiquette:4207:22548546'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 1.6772930506564936e-05, 'nb_photo': 1, 'list_port_cont': '22538097', 'assoc_port': '22537668:22538097', 'assoc_mat': '22537668:etiquette:4461:22538097'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.00040369958163289526, 'nb_photo': 10, 'list_port_cont': '21996015,22040888,22055109,22123753,22361600,22381107,22411846,22474352,22544943,22570738', 'assoc_port': '21976823:21996015,22014827:22040888,22054528:22055109,22123322:22123753,22353969:22361600,22380800:22381107,22393283:22411846,22469830:22474352,22544863:22544943,22566350:22570738', 'assoc_mat': '21976823:etiquette:4200:21996015,22014827:etiquette:4200:22040888,22054528:etiquette:4200:22055109,22123322:etiquette:4200:22123753,22353969:etiquette:4200:22361600,22380800:etiquette:4200:22381107,22393283:etiquette:4200:22411846,22469830:etiquette:4200:22474352,22544863:etiquette:4200:22544943,22566350:etiquette:4200:22570738'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0010747290938700122, 'nb_photo': 107, 'list_port_cont': '21970541,21979262,21981112,21987540,22014146,22015673,22015922,22016004,22016179,22018053,22029288,22029594,22033203,22040478,22047092,22051689,22066231,22076804,22097145,22102792,22130067,22134206,22139420,22149422,22158721,22180782,22184236,22207244,22211139,22221838,22291341,22300026,22305685,22305854,22307672,22310219,22312754,22317524,22330218,22344924,22352921,22353585,22357153,22358701,22359463,22378527,22385072,22390953,22391019,22403211,22425553,22441510,22448539,22450582,22453629,22460470,22463965,22471868,22498281,22498734,22498743,22517414,22518605,22532212,22536878,22543287,22544893,22548088,22553246,22562099', 'assoc_port': '21969983:21970541,21976822:21979262,21980117:21981112,21986987:21987540,22013394:22014146,22014846:22016179,22014892:22015922,22014899:22016004,22014906:22015673,22017392:22018053,22029099:22029594,22029101:22029288,22032529:22033203,22040133:22040478,22046565:22047092,22051362:22051689,22065344:22066231,22076545:22076804,22096624:22097145,22101542:22102792,22129563:22130067,22133911:22134206,22138713:22139420,22148776:22149422,22157944:22158721,22180099:22180782,22183560:22184236,22206473:22207244,22210210:22211139,22221022:22221838,22290545:22291341,22299411:22300026,22305208:22305854,22305212:22305685,22307235:22307672,22309701:22310219,22312351:22312754,22316766:22317524,22328537:22330218,22340418:22344924,22350611:22353585,22352268:22352921,22352276:22359463,22353972:22357153,22358431:22358701,22378316:22378527,22384433:22385072,22390605:22390953,22390606:22391019,22402440:22403211,22424906:22425553,22440768:22441510,22444777:22448539,22450304:22450582,22453057:22453629,22459991:22460470,22463411:2246396', 'assoc_mat': '21969983:etiquette:4209:21970541,21976822:etiquette:4209:21979262,21980117:etiquette:4209:21981112,21986987:etiquette:4209:21987540,22013394:etiquette:4209:22014146,22014846:etiquette:4209:22016179,22014892:etiquette:4209:22015922,22014899:etiquette:4209:22016004,22014906:etiquette:4209:22015673,22017392:etiquette:4209:22018053,22029099:etiquette:4209:22029594,22029101:etiquette:4209:22029288,22032529:etiquette:4209:22033203,22040133:etiquette:4209:22040478,22046565:etiquette:4209:22047092,22051362:etiquette:4209:22051689,22065344:etiquette:4209:22066231,22076545:etiquette:4209:22076804,22096624:etiquette:4209:22097145,22101542:etiquette:4209:22102792,22129563:etiquette:4209:22130067,22133911:etiquette:4209:22134206,22138713:etiquette:4209:22139420,22148776:etiquette:4209:22149422,22157944:etiquette:4209:22158721,22180099:etiquette:4209:22180782,22183560:etiquette:4209:22184236,22206473:etiquette:4209:22207244,22210210:etiquette:4209:22211139,22221022:etiquette:4209:22221838,22290545:etiquette:4209:22291341,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 3.985109686530331e-05, 'nb_photo': 126, 'list_port_cont': '21963413,21971864,21971923,21989559,22004073,22007322,22007778,22025922,22026238,22026462,22026585,22026590,22029552,22030996,22031956,22040614,22040696,22052026,22063584,22068767,22072733,22074045,22080509,22127607,22141697,22144841,22151417,22155285,22158586,22189957,22195671,22195682,22210757,22222977,22229864,22291483,22298633,22302347,22306937,22308367,22309994,22318837,22337038,22341210,22345489,22352615,22352710,22352901,22355856,22379995,22381571,22381600,22387543,22388643,22394232,22395430,22420789,22421958,22425567,22432889,22437376,22441437,22445408,22449014,22452311,22455816,22457556,22458003,22467568,22468256,22488373,22492176,22498433,22498700,22502741,22515716,22518618,22524430,22532370,22548070,22554598,22563593,22563809,22563968', 'assoc_port': '21962514:21963413,21967181:21971864,21967195:21971923,21975312:21989559,21978908:22004073,21980103:22007322,21980107:22007778,22013397:22030996,22014843:22026590,22014874:22026585,22014880:22026462,22014896:22026238,22024784:22025922,22029102:22029552,22031175:22031956,22040126:22040696,22040132:22040614,22051356:22052026,22062853:22063584,22065346:22068767,22071991:22072733,22073536:22074045,22079487:22080509,22126967:22127607,22141217:22141697,22144305:22144841,22150594:22151417,22154691:22155285,22157945:22158586,22189217:22189957,22195199:22195671,22195205:22195682,22210185:22210757,22222660:22222977,22226567:22229864,22290548:22291483,22298063:22298633,22301993:22302347,22304108:22306937,22307889:22308367,22309702:22309994,22318030:22318837,22336329:22337038,22340396:22341210,22345136:22345489,22352271:22352710,22352274:22352901,22352279:22352615,22355023:22355856,22379663:22379995,22381321:22381600,22381322:22381571,22386993:22387543,22388013:22388643,22393282:22394232,22394740:22395430,22420197:2242078', 'assoc_mat': '21962514:etiquette:4211:21963413,21967181:etiquette:4211:21971864,21967195:etiquette:4211:21971923,21975312:etiquette:4211:21989559,21978908:etiquette:4211:22004073,21980103:etiquette:4211:22007322,21980107:etiquette:4211:22007778,22013397:etiquette:4211:22030996,22014843:etiquette:4211:22026590,22014874:etiquette:4211:22026585,22014880:etiquette:4211:22026462,22014896:etiquette:4211:22026238,22024784:etiquette:4211:22025922,22029102:etiquette:4211:22029552,22031175:etiquette:4211:22031956,22040126:etiquette:4211:22040696,22040132:etiquette:4211:22040614,22051356:etiquette:4211:22052026,22062853:etiquette:4211:22063584,22065346:etiquette:4211:22068767,22071991:etiquette:4211:22072733,22073536:etiquette:4211:22074045,22079487:etiquette:4211:22080509,22126967:etiquette:4211:22127607,22141217:etiquette:4211:22141697,22144305:etiquette:4211:22144841,22150594:etiquette:4211:22151417,22154691:etiquette:4211:22155285,22157945:etiquette:4211:22158586,22189217:etiquette:4211:22189957,22195199:etiquette:4211:22195671,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.000722902989696484, 'nb_photo': 11, 'list_port_cont': '21990854,22042143,22042742,22138737,22147612,22306121,22354655,22441913,22480595', 'assoc_port': '21975313:21990854,22014822:22042143,22014828:22042742,22137424:22138737,22144307:22147612,22305205:22306121,22353971:22354655,22440774:22441913,22469827:22480595', 'assoc_mat': '21975313:etiquette:3327:21990854,22014822:etiquette:3327:22042143,22014828:etiquette:3327:22042742,22137424:etiquette:3327:22138737,22144307:etiquette:3327:22147612,22305205:etiquette:3327:22306121,22353971:etiquette:3327:22354655,22440774:etiquette:3327:22441913,22469827:etiquette:3327:22480595'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.014516124441332906, 'nb_photo': 358, 'list_port_cont': '21964190,21969957,22026354,22041320,22046204,22051226,22051709,22052391,22053709,22054012,22076366,22076785,22108074,22149156,22153075,22158485,22180502,22237964,22241233,22244103,22292967,22309525,22314883,22318634,22345055,22361616,22379483,22385696,22396156,22422328,22433697,22449941,22454612,22473512,22480035,22487812,22511774,22512736,22516916,22536638,22553560', 'assoc_port': '21963879:21964190,21967136:21969957,21978909:22026354,21984244:22052391,22014829:22041320,22014907:22046204,22019910:22053709,22038501:22054012,22049748:22051226,22051358:22051709,22062848:22076366,22076546:22076785,22101547:22108074,22131718:22153075,22142360:22149156,22154699:22158485,22174835:22180502,22191273:22244103,22210213:22241233,22211643:22237964,22290550:22292967,22305213:22309525,22314653:22314883,22318028:22318634,22344383:22345055,22355024:22361616,22379401:22379483,22384434:22385696,22390602:22396156,22420201:22422328,22432676:22433697,22444780:22449941,22451710:22454612,22469828:22473512,22479660:22480035,22486523:22487812,22497684:22511774,22509474:22512736,22513057:22516916,22536499:22536638,22550650:22553560', 'assoc_mat': '21963879:film_plastique:4205:21964190,21967136:film_plastique:4205:21969957,21978909:film_plastique:4205:22026354,21984244:film_plastique:4205:22052391,22014829:film_plastique:4205:22041320,22014907:film_plastique:4205:22046204,22019910:film_plastique:4205:22053709,22038501:film_plastique:4205:22054012,22049748:film_plastique:4205:22051226,22051358:film_plastique:4205:22051709,22062848:film_plastique:4205:22076366,22076546:film_plastique:4205:22076785,22101547:film_plastique:4205:22108074,22131718:film_plastique:4205:22153075,22142360:film_plastique:4205:22149156,22154699:film_plastique:4205:22158485,22174835:film_plastique:4205:22180502,22191273:film_plastique:4205:22244103,22210213:film_plastique:4205:22241233,22211643:film_plastique:4205:22237964,22290550:film_plastique:4205:22292967,22305213:film_plastique:4205:22309525,22314653:film_plastique:4205:22314883,22318028:film_plastique:4205:22318634,22344383:film_plastique:4205:22345055,22355024:film_plastique:4205:22361616,22379401:film_plastique:4205:2237948'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.002827766297592171, 'nb_photo': 407, 'list_port_cont': '21969310,22003523,22005708,22012121,22040912,22053780,22054229,22055549,22063551,22064881,22076852,22097214,22146614,22154996,22164097,22241082,22244154,22295033,22309852,22315614,22348635,22358381,22379358,22397928,22399476,22430535,22450060,22451174,22471537,22505133,22510440,22520978,22560985,22561805', 'assoc_port': '21967117:21969310,21978894:22003523,21978946:22005708,22011455:22012121,22014824:22040912,22014888:22064881,22023070:22055549,22035144:22054229,22046564:22053780,22062855:22063551,22076548:22076852,22096625:22097214,22129557:22146614,22141215:22154996,22154698:22164097,22191270:22244154,22210214:22241082,22291941:22295033,22305215:22309852,22314649:22315614,22340395:22348635,22350612:22358381,22376586:22379358,22386992:22397928,22398077:22399476,22429992:22430535,22443967:22451174,22449976:22450060,22466648:22471537,22494447:22505133,22504012:22510440,22520613:22520978,22542628:22560985,22556378:22561805', 'assoc_mat': '21967117:film_plastique:4203:21969310,21978894:film_plastique:4203:22003523,21978946:film_plastique:4203:22005708,22011455:film_plastique:4203:22012121,22014824:film_plastique:4203:22040912,22014888:film_plastique:4203:22064881,22023070:film_plastique:4203:22055549,22035144:film_plastique:4203:22054229,22046564:film_plastique:4203:22053780,22062855:film_plastique:4203:22063551,22076548:film_plastique:4203:22076852,22096625:film_plastique:4203:22097214,22129557:film_plastique:4203:22146614,22141215:film_plastique:4203:22154996,22154698:film_plastique:4203:22164097,22191270:film_plastique:4203:22244154,22210214:film_plastique:4203:22241082,22291941:film_plastique:4203:22295033,22305215:film_plastique:4203:22309852,22314649:film_plastique:4203:22315614,22340395:film_plastique:4203:22348635,22350612:film_plastique:4203:22358381,22376586:film_plastique:4203:22379358,22386992:film_plastique:4203:22397928,22398077:film_plastique:4203:22399476,22429992:film_plastique:4203:22430535,22443967:film_plastique:4203:2245117'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002908350215370315, 'nb_photo': 1006, 'list_port_cont': '21963552,21963971,21964098,21964264,21970463,21970762,21971466,21971804,21983039,21986345,21996811,21997189,21997863,22003050,22003890,22005413,22005583,22005608,22006364,22007558,22010982,22011952,22015145,22016814,22020845,22021441,22023127,22023281,22024331,22024879,22025821,22028120,22028203,22031495,22032058,22032218,22032446,22032669,22032765,22033141,22034368,22035913,22036280,22036729,22040497,22042589,22050151,22050367,22050422,22050888,22051576,22055091,22057097,22066955,22067376,22068695,22072666,22073876,22076185,22078976,22079673,22088033,22090726,22091746,22096847,22097129,22103623,22106576,22123729,22126027,22131801,22131889,22132855,22133045,22133254,22134222,22134246,22151144,22151594,22153409,22153972,22155157,22175234,22178925,22180574,22180979,22181058,22183821,22185862,22187093,22189454,22194538,22194907,22201651,22202597,22204917,22211242,22212814,22213135,22222798,22227353,22227445,22228069,22292895,22293099,22293182,22295505,22295719,22298147,22300220,22302305,22305914,22307029,2231720', 'assoc_port': '21963398:21963552,21963881:21964264,21963884:21964098,21963885:21963971,21967145:21970762,21967184:21971466,21967193:21971804,21969982:21970463,21976863:21996811,21976864:21997189,21976868:21997863,21976883:22025821,21976900:22023127,21978888:22003050,21978910:22003890,21978941:22005413,21978949:22005583,21978951:22005608,21980101:22006364,21980112:22007558,21980147:21983039,21985550:21986345,21986991:22016814,22010578:22010982,22011454:22011952,22013399:22034368,22014823:22032669,22014830:22032765,22014834:22032446,22014836:22032218,22014871:22032058,22014884:22015145,22017376:22028203,22017377:22028120,22019908:22021441,22019911:22020845,22023072:22023281,22023900:22024331,22024787:22024879,22031176:22031495,22032527:22033141,22035140:22036729,22035142:22036280,22035143:22035913,22040130:22040497,22042105:22042589,22049746:22050888,22049750:22050367,22049753:22050422,22049757:22050151,22051353:22051576,22054524:22055091,22056821:22057097,22065345:22068695,22066732:22067376,22066735:22066955,22071990:2207266', 'assoc_mat': '21963398:film_plastique:4207:21963552,21963881:film_plastique:4207:21964264,21963884:film_plastique:4207:21964098,21963885:film_plastique:4207:21963971,21967145:film_plastique:4207:21970762,21967184:film_plastique:4207:21971466,21967193:film_plastique:4207:21971804,21969982:film_plastique:4207:21970463,21976863:film_plastique:4207:21996811,21976864:film_plastique:4207:21997189,21976868:film_plastique:4207:21997863,21976883:film_plastique:4207:22025821,21976900:film_plastique:4207:22023127,21978888:film_plastique:4207:22003050,21978910:film_plastique:4207:22003890,21978941:film_plastique:4207:22005413,21978949:film_plastique:4207:22005583,21978951:film_plastique:4207:22005608,21980101:film_plastique:4207:22006364,21980112:film_plastique:4207:22007558,21980147:film_plastique:4207:21983039,21985550:film_plastique:4207:21986345,21986991:film_plastique:4207:22016814,22010578:film_plastique:4207:22010982,22011454:film_plastique:4207:22011952,22013399:film_plastique:4207:22034368,22014823:film_plastique:4207:2203266'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7664646463426881, 'nb_photo': 4081, 'list_port_cont': '21962853,21964228,21964552,21968388,21968803,21975966,21977457,21979353,21980644,21981034,21981595,21986122,21987692,21997255,21997459,22012056,22015497,22015512,22015608,22015739,22015774,22015870,22016505,22019094,22019095,22024168,22025873,22029485,22031844,22036040,22040509,22042485,22045780,22051015,22051988,22055228,22057342,22069276,22073901,22073964,22076338,22076813,22080203,22088872,22093826,22094630,22108867,22122303,22127543,22130117,22132916,22143052,22144638,22147294,22149468,22153704,22165137,22178191,22180727,22184419,22192209,22194271,22195587,22205193,22207219,22212376,22222296,22223388,22245378,22292776,22296071,22297441,22300093,22302373,22307954,22308270,22313270,22317025,22317679,22332224,22336559,22340933,22344795,22347261,22351323,22354493,22376498,22377542,22378489,22379528,22381085,22385021,22388594,22390907,22391726,22395328,22401163,22425416,22425499,22428268,22433263,22438561,22439700,22441357,22445230,22450451,22452254,22455771,22455889,22458866,22460257,22467425,22473911,2247762', 'assoc_port': '21962511:21962853,21963880:21964228,21964371:21964552,21967121:21968803,21967190:21968388,21975318:21975966,21976867:21977457,21978936:21979353,21980104:21981595,21980135:21980644,21980140:21981034,21985538:21986122,21986986:21987692,21996829:21997459,21996831:21997255,22011456:22012056,22014826:22016505,22014832:22015497,22014873:22015870,22014882:22015774,22014894:22015739,22014900:22015608,22014908:22015512,22018589:22019095,22018593:22019094,22023899:22024168,22024785:22025873,22029100:22029485,22031178:22031844,22035145:22036040,22040127:22040509,22042106:22042485,22045048:22045780,22046567:22051015,22049756:22051988,22051361:22057342,22054526:22055228,22065347:22073901,22068647:22069276,22073535:22073964,22075834:22076338,22076547:22076813,22079489:22080203,22086063:22094630,22088044:22088872,22093119:22093826,22098020:22108867,22122000:22122303,22126964:22127543,22129559:22130117,22132586:22132916,22138711:22147294,22142357:22143052,22144309:22144638,22148777:22149468,22153227:22153704,22164922:2216513', 'assoc_mat': '21962511:film_plastique:4461:21962853,21963880:film_plastique:4461:21964228,21964371:film_plastique:4461:21964552,21967121:film_plastique:4461:21968803,21967190:film_plastique:4461:21968388,21975318:film_plastique:4461:21975966,21976867:film_plastique:4461:21977457,21978936:film_plastique:4461:21979353,21980104:film_plastique:4461:21981595,21980135:film_plastique:4461:21980644,21980140:film_plastique:4461:21981034,21985538:film_plastique:4461:21986122,21986986:film_plastique:4461:21987692,21996829:film_plastique:4461:21997459,21996831:film_plastique:4461:21997255,22011456:film_plastique:4461:22012056,22014826:film_plastique:4461:22016505,22014832:film_plastique:4461:22015497,22014873:film_plastique:4461:22015870,22014882:film_plastique:4461:22015774,22014894:film_plastique:4461:22015739,22014900:film_plastique:4461:22015608,22014908:film_plastique:4461:22015512,22018589:film_plastique:4461:22019095,22018593:film_plastique:4461:22019094,22023899:film_plastique:4461:22024168,22024785:film_plastique:4461:2202587'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.014432447949638562, 'nb_photo': 2218, 'list_port_cont': '21963513,21963741,21969530,21970688,21971858,21977059,21987229,21996018,22004231,22006326,22007569,22032234,22032622,22034601,22040656,22040887,22041937,22042202,22042530,22042858,22042934,22044157,22044588,22044883,22045468,22050961,22051676,22051879,22053688,22053803,22053816,22053940,22053960,22053970,22054062,22055103,22056673,22056860,22057718,22068773,22074428,22083188,22091012,22091138,22097339,22099676,22108168,22109934,22118598,22118746,22123739,22132967,22135495,22138549,22147415,22148484,22148528,22149490,22153028,22156874,22158880,22159205,22162556,22169728,22193157,22195001,22204880,22229872,22234430,22234991,22239610,22241166,22242689,22242716,22287848,22287931,22294359,22299463,22302840,22307265,22307380,22309483,22312902,22316267,22317575,22321647,22321918,22321976,22330663,22345025,22346384,22346555,22347437,22347616,22347710,22350368,22352400,22358803,22359268,22359282,22359435,22361603,22378615,22378786,22378987,22380058,22381110,22381716,22389057,22390090,22395760,22396917,22397019,2240589', 'assoc_port': '21962513:21963741,21963400:21963513,21967129:21969530,21967139:21970688,21967186:21971858,21976823:21996018,21976906:21977059,21978911:22004231,21980100:22006326,21980110:22007569,21986993:21987229,22010579:22032234,22011453:22032622,22013398:22034601,22014797:22040656,22014827:22040887,22014838:22041937,22014839:22042202,22014876:22042858,22014878:22042934,22014891:22044157,22014898:22044588,22014902:22044883,22014903:22045468,22017378:22051676,22019913:22053816,22023889:22056860,22032524:22057718,22035137:22054062,22040123:22053970,22040136:22053960,22042108:22042530,22045047:22053940,22045049:22053803,22049751:22050961,22049755:22056673,22051355:22053688,22051363:22051879,22054528:22055103,22065348:22068773,22068649:22083188,22073532:22074428,22078670:22099676,22088043:22091138,22088051:22091012,22091315:22118598,22091317:22109934,22093114:22118746,22096627:22097339,22101552:22108168,22123322:22123739,22126966:22132967,22129562:22135495,22132587:22138549,22137423:22147415,22141214:22162556,22142356:2214848', 'assoc_mat': '21962513:film_plastique:4200:21963741,21963400:film_plastique:4200:21963513,21967129:film_plastique:4200:21969530,21967139:film_plastique:4200:21970688,21967186:film_plastique:4200:21971858,21976823:film_plastique:4200:21996018,21976906:film_plastique:4200:21977059,21978911:film_plastique:4200:22004231,21980100:film_plastique:4200:22006326,21980110:film_plastique:4200:22007569,21986993:film_plastique:4200:21987229,22010579:film_plastique:4200:22032234,22011453:film_plastique:4200:22032622,22013398:film_plastique:4200:22034601,22014797:film_plastique:4200:22040656,22014827:film_plastique:4200:22040887,22014838:film_plastique:4200:22041937,22014839:film_plastique:4200:22042202,22014876:film_plastique:4200:22042858,22014878:film_plastique:4200:22042934,22014891:film_plastique:4200:22044157,22014898:film_plastique:4200:22044588,22014902:film_plastique:4200:22044883,22014903:film_plastique:4200:22045468,22017378:film_plastique:4200:22051676,22019913:film_plastique:4200:22053816,22023889:film_plastique:4200:2205686'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.015907401823798933, 'nb_photo': 570, 'list_port_cont': '21964209,21968045,21970542,21976111,21976200,21977095,21978285,21978705,21979258,21980935,21981114,21985002,21987530,22012000,22014150,22015669,22015917,22015933,22015964,22015992,22016096,22016177,22017234,22018047,22024035,22024222,22025866,22029291,22029602,22033172,22035774,22040483,22045571,22047090,22050003,22050301,22050457,22051703,22051850,22052105,22055309,22057104,22066236,22067264,22076305,22076800,22086676,22088571,22093811,22093914,22097133,22102783,22123769,22130070,22134201,22137995,22139243,22139415,22141675,22144728,22149415,22154838,22158722,22175469,22175514,22180777,22184224,22186833,22187427,22191606,22195649,22200220,22207248,22211138,22212465,22217892,22221531,22221840,22305690,22305852,22307665,22310228,22310462,22311659,22312627,22312704,22312747,22317229,22317522,22318712,22319802,22329126,22329931,22329981,22336924,22345381,22346654,22347180,22352923,22353589,22357146,22359468,22377464,22378541,22379984,22385064,22388487,22390966,22403209,22425552,22430338,22432727,22432813,2243316', 'assoc_port': '21963882:21964209,21967114:21968045,21969983:21970542,21975316:21976200,21975317:21976111,21976822:21979258,21976869:21978705,21976897:21978285,21976904:21977095,21980117:21981114,21980144:21980935,21984242:21985002,21986987:21987530,22011457:22012000,22013394:22014150,22014831:22017234,22014846:22016177,22014877:22015933,22014879:22016096,22014886:22015964,22014892:22015917,22014899:22015992,22014906:22015669,22017392:22018047,22023871:22024222,22023901:22024035,22024786:22025866,22029099:22029602,22029101:22029291,22032529:22033172,22035141:22035774,22038503:22050301,22040133:22040483,22045045:22045571,22046565:22047090,22049747:22050457,22049749:22051850,22049758:22050003,22051357:22052105,22051362:22051703,22054542:22055309,22056819:22057104,22065344:22066236,22066733:22067264,22075838:22076305,22076545:22076800,22086022:22086676,22088049:22088571,22093116:22093914,22093117:22093811,22096624:22097133,22101542:22102783,22123324:22123769,22129563:22130070,22133911:22134201,22137426:22137995,22138707:2213924', 'assoc_mat': '21963882:film_plastique:4209:21964209,21967114:film_plastique:4209:21968045,21969983:film_plastique:4209:21970542,21975316:film_plastique:4209:21976200,21975317:film_plastique:4209:21976111,21976822:film_plastique:4209:21979258,21976869:film_plastique:4209:21978705,21976897:film_plastique:4209:21978285,21976904:film_plastique:4209:21977095,21980117:film_plastique:4209:21981114,21980144:film_plastique:4209:21980935,21984242:film_plastique:4209:21985002,21986987:film_plastique:4209:21987530,22011457:film_plastique:4209:22012000,22013394:film_plastique:4209:22014150,22014831:film_plastique:4209:22017234,22014846:film_plastique:4209:22016177,22014877:film_plastique:4209:22015933,22014879:film_plastique:4209:22016096,22014886:film_plastique:4209:22015964,22014892:film_plastique:4209:22015917,22014899:film_plastique:4209:22015992,22014906:film_plastique:4209:22015669,22017392:film_plastique:4209:22018047,22023871:film_plastique:4209:22024222,22023901:film_plastique:4209:22024035,22024786:film_plastique:4209:2202586'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0029326063356826487, 'nb_photo': 5666, 'list_port_cont': '21963401,21963590,21964267,21970582,21971867,21971924,21989552,21990253,21997440,22004068,22005516,22007321,22007764,22008820,22025931,22025957,22026075,22026136,22026158,22026192,22026227,22026314,22026459,22026577,22026591,22026679,22026739,22027176,22027270,22029554,22030992,22031866,22031954,22033380,22039417,22040616,22040706,22050605,22050711,22051595,22052019,22052116,22056377,22057163,22063568,22067299,22068757,22069192,22072729,22074047,22080504,22083633,22090628,22091664,22091938,22092187,22094240,22105442,22122255,22127615,22132323,22139311,22141707,22144686,22144825,22151415,22155281,22158593,22177949,22179549,22186665,22189948,22192294,22195667,22195686,22207550,22210750,22221969,22222987,22229857,22291486,22294735,22294825,22298375,22298639,22299068,22302348,22306929,22308376,22309987,22312616,22313059,22313312,22315319,22318843,22329441,22332286,22337051,22341221,22344855,22344995,22345497,22352622,22352711,22352904,22353626,22355857,22371432,22375845,22377495,22379556,22379990,22381580,2238159', 'assoc_port': '21962514:21963401,21963397:21963590,21963883:21964267,21967132:21970582,21967181:21971867,21967195:21971924,21975312:21989552,21975320:21990253,21976850:21997440,21978908:22004068,21978934:22005516,21980103:22007321,21980107:22007764,21980142:22008820,22010582:22027270,22011452:22027176,22013397:22030992,22014825:22026739,22014833:22026679,22014843:22026591,22014874:22026577,22014880:22026459,22014893:22026314,22014896:22026227,22014901:22026192,22017391:22026158,22019909:22026136,22023068:22026075,22024784:22025931,22024789:22025957,22029102:22029554,22031175:22031954,22031177:22031866,22032532:22033380,22038504:22039417,22040126:22040706,22040132:22040616,22042107:22051595,22046566:22050711,22049745:22056377,22049754:22050605,22051354:22052116,22051356:22052019,22054525:22057163,22062853:22063568,22065346:22068757,22066734:22067299,22068648:22069192,22071991:22072729,22073536:22074047,22079487:22080504,22079488:22083633,22079491:22092187,22086017:22094240,22086036:22090628,22091316:22091664,22091318:2209193', 'assoc_mat': '21962514:film_plastique:4211:21963401,21963397:film_plastique:4211:21963590,21963883:film_plastique:4211:21964267,21967132:film_plastique:4211:21970582,21967181:film_plastique:4211:21971867,21967195:film_plastique:4211:21971924,21975312:film_plastique:4211:21989552,21975320:film_plastique:4211:21990253,21976850:film_plastique:4211:21997440,21978908:film_plastique:4211:22004068,21978934:film_plastique:4211:22005516,21980103:film_plastique:4211:22007321,21980107:film_plastique:4211:22007764,21980142:film_plastique:4211:22008820,22010582:film_plastique:4211:22027270,22011452:film_plastique:4211:22027176,22013397:film_plastique:4211:22030992,22014825:film_plastique:4211:22026739,22014833:film_plastique:4211:22026679,22014843:film_plastique:4211:22026591,22014874:film_plastique:4211:22026577,22014880:film_plastique:4211:22026459,22014893:film_plastique:4211:22026314,22014896:film_plastique:4211:22026227,22014901:film_plastique:4211:22026192,22017391:film_plastique:4211:22026158,22019909:film_plastique:4211:2202613'}, {'unwanted_material': 'kraft', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0024596348575114907, 'nb_photo': 1, 'list_port_cont': '22241239', 'assoc_port': '22210213:22241239', 'assoc_mat': '22210213:kraft:4205:22241239'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0, 'nb_photo': 2824, 'list_port_cont': '22346583', 'assoc_port': '22346405:22346583', 'assoc_mat': '22346405:kraft:4207:22346583'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.001640899214324261, 'nb_photo': 22, 'list_port_cont': '21967681,21970628,21996960,22015342,22051421,22064649,22076268,22106680,22132408,22235725,22287114,22301628,22335201,22346600,22460032,22490151,22513083,22556358', 'assoc_port': '21967188:21967681,21969981:21970628,21996833:21996960,22014872:22015342,22035138:22051421,22062850:22064649,22075836:22076268,22106152:22106680,22131721:22132408,22174852:22235725,22286479:22287114,22299407:22301628,22328566:22335201,22346404:22346600,22459597:22460032,22489069:22490151,22509477:22513083,22554338:22556358', 'assoc_mat': '21967188:kraft:3726:21967681,21969981:kraft:3726:21970628,21996833:kraft:3726:21996960,22014872:kraft:3726:22015342,22035138:kraft:3726:22051421,22062850:kraft:3726:22064649,22075836:kraft:3726:22076268,22106152:kraft:3726:22106680,22131721:kraft:3726:22132408,22174852:kraft:3726:22235725,22286479:kraft:3726:22287114,22299407:kraft:3726:22301628,22328566:kraft:3726:22335201,22346404:kraft:3726:22346600,22459597:kraft:3726:22460032,22489069:kraft:3726:22490151,22509477:kraft:3726:22513083,22554338:kraft:3726:22556358'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9379625089401787, 'nb_photo': 45, 'list_port_cont': '22026357,22046202,22051227,22051705,22052381,22053696,22054017,22076378,22149159,22153081,22158489,22241234,22244104,22292968,22309514,22314893,22318632,22345048,22379481,22433708,22449949,22480028,22511788,22516927,22536637,22553550', 'assoc_port': '21978909:22026357,21984244:22052381,22014907:22046202,22019910:22053696,22038501:22054017,22049748:22051227,22051358:22051705,22062848:22076378,22131718:22153081,22142360:22149159,22154699:22158489,22191273:22244104,22210213:22241234,22290550:22292968,22305213:22309514,22314653:22314893,22318028:22318632,22344383:22345048,22379401:22379481,22432676:22433708,22444780:22449949,22479660:22480028,22497684:22511788,22513057:22516927,22536499:22536637,22550650:22553550', 'assoc_mat': '21978909:metal:4205:22026357,21984244:metal:4205:22052381,22014907:metal:4205:22046202,22019910:metal:4205:22053696,22038501:metal:4205:22054017,22049748:metal:4205:22051227,22051358:metal:4205:22051705,22062848:metal:4205:22076378,22131718:metal:4205:22153081,22142360:metal:4205:22149159,22154699:metal:4205:22158489,22191273:metal:4205:22244104,22210213:metal:4205:22241234,22290550:metal:4205:22292968,22305213:metal:4205:22309514,22314653:metal:4205:22314893,22318028:metal:4205:22318632,22344383:metal:4205:22345048,22379401:metal:4205:22379481,22432676:metal:4205:22433708,22444780:metal:4205:22449949,22479660:metal:4205:22480028,22497684:metal:4205:22511788,22513057:metal:4205:22516927,22536499:metal:4205:22536637,22550650:metal:4205:22553550'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0035310359991372687, 'nb_photo': 426, 'list_port_cont': '21969296,22003512,22005710,22012113,22040909,22053776,22054237,22055550,22063559,22064876,22076848,22097211,22146608,22154991,22164099,22241076,22244151,22295045,22309857,22315608,22348645,22358374,22379364,22397932,22399474,22430539,22450053,22451175,22460277,22471539,22505134,22510425,22520968,22560987,22561804', 'assoc_port': '21967117:21969296,21978894:22003512,21978946:22005710,22011455:22012113,22014824:22040909,22014888:22064876,22023070:22055550,22035144:22054237,22046564:22053776,22062855:22063559,22076548:22076848,22096625:22097211,22129557:22146608,22141215:22154991,22154698:22164099,22191270:22244151,22210214:22241076,22291941:22295045,22305215:22309857,22314649:22315608,22340395:22348645,22350612:22358374,22376586:22379364,22386992:22397932,22398077:22399474,22429992:22430539,22443967:22451175,22449976:22450053,22459600:22460277,22466648:22471539,22494447:22505134,22504012:22510425,22520613:22520968,22542628:22560987,22556378:22561804', 'assoc_mat': '21967117:metal:4203:21969296,21978894:metal:4203:22003512,21978946:metal:4203:22005710,22011455:metal:4203:22012113,22014824:metal:4203:22040909,22014888:metal:4203:22064876,22023070:metal:4203:22055550,22035144:metal:4203:22054237,22046564:metal:4203:22053776,22062855:metal:4203:22063559,22076548:metal:4203:22076848,22096625:metal:4203:22097211,22129557:metal:4203:22146608,22141215:metal:4203:22154991,22154698:metal:4203:22164099,22191270:metal:4203:22244151,22210214:metal:4203:22241076,22291941:metal:4203:22295045,22305215:metal:4203:22309857,22314649:metal:4203:22315608,22340395:metal:4203:22348645,22350612:metal:4203:22358374,22376586:metal:4203:22379364,22386992:metal:4203:22397932,22398077:metal:4203:22399474,22429992:metal:4203:22430539,22443967:metal:4203:22451175,22449976:metal:4203:22450053,22459600:metal:4203:22460277,22466648:metal:4203:22471539,22494447:metal:4203:22505134,22504012:metal:4203:22510425,22520613:metal:4203:22520968,22542628:metal:4203:22560987,22556378:metal:4203:22561804'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005704832798805768, 'nb_photo': 227, 'list_port_cont': '21964253,21970473,21970763,21971464,21986349,21996822,22003044,22005428,22005577,22006365,22023274,22024335,22024873,22025817,22028118,22028206,22031496,22032211,22032663,22032773,22033153,22034369,22035920,22036283,22040500,22042598,22050369,22050425,22050889,22051579,22057086,22066954,22067366,22068681,22072654,22073877,22076190,22078973,22079675,22097125,22123730,22126018,22131798,22131888,22132854,22133042,22133260,22134220,22134236,22151143,22151595,22155156,22178915,22180584,22180987,22185859,22189453,22194534,22194915,22212809,22228070,22292896,22293104,22293175,22295510,22295715,22298144,22300207,22302322,22307026,22308174,22338505,22339352,22340100,22341932,22346579,22347072,22372344,22377865,22378733,22379459,22379508,22381066,22381682,22387290,22390939,22395075,22420615,22421682,22425450,22440902,22445557,22449196,22450014,22450026,22450100,22450470,22451314,22452214,22453654,22487078,22488412,22490349,22491642,22494681,22497149,22498826,22499042,22502966,22504443,22534038,22535324,22538049,2254350', 'assoc_port': '21963881:21964253,21967145:21970763,21967184:21971464,21969982:21970473,21976863:21996822,21976883:22025817,21978888:22003044,21978941:22005428,21978949:22005577,21980101:22006365,21985550:21986349,22013399:22034369,22014823:22032663,22014830:22032773,22014836:22032211,22017376:22028206,22017377:22028118,22023072:22023274,22023900:22024335,22024787:22024873,22031176:22031496,22032527:22033153,22035142:22036283,22035143:22035920,22040130:22040500,22042105:22042598,22049746:22050889,22049750:22050369,22049753:22050425,22051353:22051579,22056821:22057086,22065345:22068681,22066732:22067366,22066735:22066954,22071990:22072654,22073533:22073877,22075837:22076190,22078669:22079675,22078673:22078973,22096628:22097125,22123320:22123730,22125807:22126018,22129556:22131798,22129560:22131888,22132583:22133260,22132585:22133042,22132589:22132854,22133908:22134220,22133909:22134236,22150592:22151595,22150596:22151143,22154700:22155156,22177106:22180987,22177112:22178915,22180100:22180584,22185030:22185859,22189228:2218945', 'assoc_mat': '21963881:metal:4207:21964253,21967145:metal:4207:21970763,21967184:metal:4207:21971464,21969982:metal:4207:21970473,21976863:metal:4207:21996822,21976883:metal:4207:22025817,21978888:metal:4207:22003044,21978941:metal:4207:22005428,21978949:metal:4207:22005577,21980101:metal:4207:22006365,21985550:metal:4207:21986349,22013399:metal:4207:22034369,22014823:metal:4207:22032663,22014830:metal:4207:22032773,22014836:metal:4207:22032211,22017376:metal:4207:22028206,22017377:metal:4207:22028118,22023072:metal:4207:22023274,22023900:metal:4207:22024335,22024787:metal:4207:22024873,22031176:metal:4207:22031496,22032527:metal:4207:22033153,22035142:metal:4207:22036283,22035143:metal:4207:22035920,22040130:metal:4207:22040500,22042105:metal:4207:22042598,22049746:metal:4207:22050889,22049750:metal:4207:22050369,22049753:metal:4207:22050425,22051353:metal:4207:22051579,22056821:metal:4207:22057086,22065345:metal:4207:22068681,22066732:metal:4207:22067366,22066735:metal:4207:22066954,22071990:metal:4207:22072654,22073533:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0050952744874677896, 'nb_photo': 19, 'list_port_cont': '21968798,21975968,22015784,22076818,22122298,22212373,22245370,22378486,22381087,22445231,22467440,22494828,22497219,22498680,22518490,22536174,22538087', 'assoc_port': '21967121:21968798,21975318:21975968,22014882:22015784,22076547:22076818,22122000:22122298,22211638:22212373,22245259:22245370,22378314:22378486,22380799:22381087,22444779:22445231,22463409:22467440,22494448:22494828,22496795:22497219,22498536:22498680,22517561:22518490,22533593:22536174,22537668:22538087', 'assoc_mat': '21967121:metal:4461:21968798,21975318:metal:4461:21975968,22014882:metal:4461:22015784,22076547:metal:4461:22076818,22122000:metal:4461:22122298,22211638:metal:4461:22212373,22245259:metal:4461:22245370,22378314:metal:4461:22378486,22380799:metal:4461:22381087,22444779:metal:4461:22445231,22463409:metal:4461:22467440,22494448:metal:4461:22494828,22496795:metal:4461:22497219,22498536:metal:4461:22498680,22517561:metal:4461:22518490,22533593:metal:4461:22536174,22537668:metal:4461:22538087'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.2083457959365109, 'nb_photo': 1461, 'list_port_cont': '21963498,21963751,21969527,21970686,21971844,21977056,21987218,21996013,22004230,22006333,22007579,22032231,22032632,22034608,22040655,22040894,22041932,22042199,22042526,22042845,22042930,22044161,22044590,22044886,22045457,22050949,22051683,22051878,22053686,22053796,22053811,22053943,22053959,22053977,22054068,22055113,22056665,22056853,22057719,22068782,22074414,22083174,22091009,22091139,22097329,22099673,22108165,22109941,22118596,22118749,22123752,22132974,22135490,22138557,22147416,22148478,22148517,22149495,22153020,22156883,22158878,22159196,22162560,22169729,22193169,22194996,22204877,22229869,22234431,22234996,22239612,22241169,22242688,22242719,22287839,22287927,22294366,22299453,22302833,22307257,22307381,22309485,22312893,22316259,22317576,22321651,22321910,22321977,22330654,22345013,22346376,22346564,22347438,22347613,22347716,22350362,22352387,22358802,22359273,22359290,22359434,22361598,22378618,22378787,22378990,22380057,22380830,22381111,22381717,22389048,22395761,22396924,22397006,2240589', 'assoc_port': '21962513:21963751,21963400:21963498,21967129:21969527,21967139:21970686,21967186:21971844,21976823:21996013,21976906:21977056,21978911:22004230,21980100:22006333,21980110:22007579,21986993:21987218,22010579:22032231,22011453:22032632,22013398:22034608,22014797:22040655,22014827:22040894,22014838:22041932,22014839:22042199,22014876:22042845,22014878:22042930,22014891:22044161,22014898:22044590,22014902:22044886,22014903:22045457,22017378:22051683,22019913:22053811,22023889:22056853,22032524:22057719,22035137:22054068,22040123:22053977,22040136:22053959,22042108:22042526,22045047:22053943,22045049:22053796,22049751:22050949,22049755:22056665,22051355:22053686,22051363:22051878,22054528:22055113,22065348:22068782,22068649:22083174,22073532:22074414,22078670:22099673,22088043:22091139,22088051:22091009,22091315:22118596,22091317:22109941,22093114:22118749,22096627:22097329,22101552:22108165,22123322:22123752,22126966:22132974,22129562:22135490,22132587:22138557,22137423:22147416,22141214:22162560,22142356:2214847', 'assoc_mat': '21962513:metal:4200:21963751,21963400:metal:4200:21963498,21967129:metal:4200:21969527,21967139:metal:4200:21970686,21967186:metal:4200:21971844,21976823:metal:4200:21996013,21976906:metal:4200:21977056,21978911:metal:4200:22004230,21980100:metal:4200:22006333,21980110:metal:4200:22007579,21986993:metal:4200:21987218,22010579:metal:4200:22032231,22011453:metal:4200:22032632,22013398:metal:4200:22034608,22014797:metal:4200:22040655,22014827:metal:4200:22040894,22014838:metal:4200:22041932,22014839:metal:4200:22042199,22014876:metal:4200:22042845,22014878:metal:4200:22042930,22014891:metal:4200:22044161,22014898:metal:4200:22044590,22014902:metal:4200:22044886,22014903:metal:4200:22045457,22017378:metal:4200:22051683,22019913:metal:4200:22053811,22023889:metal:4200:22056853,22032524:metal:4200:22057719,22035137:metal:4200:22054068,22040123:metal:4200:22053977,22040136:metal:4200:22053959,22042108:metal:4200:22042526,22045047:metal:4200:22053943,22045049:metal:4200:22053796,22049751:metal:4200:22050949,22049755:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.017853861494191325, 'nb_photo': 298, 'list_port_cont': '21964205,21970539,21974251,21976115,21978402,21978697,21979265,21980937,21981109,21985007,21987541,21997649,22012002,22014142,22015672,22015908,22015939,22015958,22016000,22016180,22023147,22024217,22025854,22029286,22029593,22033174,22040477,22045576,22050293,22051696,22052104,22055304,22057109,22066227,22067259,22076302,22076805,22093920,22097143,22102785,22134208,22137985,22139251,22139429,22141680,22144730,22149428,22154847,22158717,22175464,22175510,22180783,22184228,22187416,22191593,22195648,22200175,22200221,22207246,22211137,22212471,22217897,22221848,22291336,22300022,22305688,22305855,22307669,22310215,22310457,22311661,22312630,22312713,22312745,22315050,22315141,22317514,22318724,22319811,22329123,22329633,22329929,22336907,22344925,22346648,22347186,22352919,22353591,22358705,22359471,22372775,22377465,22378535,22379972,22390956,22391016,22391823,22403219,22425554,22430348,22432818,22441505,22444327,22448541,22450584,22453426,22456023,22457909,22458925,22458932,22459719,22460465,22463954,2246729', 'assoc_port': '21963882:21964205,21967197:21974251,21969983:21970539,21975317:21976115,21976822:21979265,21976869:21978697,21976870:21978402,21980117:21981109,21980144:21980937,21984242:21985007,21986987:21987541,21986989:21997649,22011457:22012002,22013394:22014142,22014846:22016180,22014877:22015939,22014886:22015958,22014892:22015908,22014899:22016000,22014906:22015672,22023071:22023147,22023871:22024217,22024786:22025854,22029099:22029593,22029101:22029286,22032529:22033174,22038503:22050293,22040133:22040477,22045045:22045576,22051357:22052104,22051362:22051696,22054542:22055304,22056819:22057109,22065344:22066227,22066733:22067259,22075838:22076302,22076545:22076805,22093116:22093920,22096624:22097143,22101542:22102785,22133911:22134208,22137426:22137985,22138707:22139251,22138713:22139429,22141216:22141680,22144306:22144730,22148776:22149428,22154714:22154847,22157944:22158717,22174848:22175464,22174851:22175510,22180099:22180783,22183560:22184228,22185032:22187416,22185038:22200175,22185039:22200221,22186201:2219159', 'assoc_mat': '21963882:metal:4209:21964205,21967197:metal:4209:21974251,21969983:metal:4209:21970539,21975317:metal:4209:21976115,21976822:metal:4209:21979265,21976869:metal:4209:21978697,21976870:metal:4209:21978402,21980117:metal:4209:21981109,21980144:metal:4209:21980937,21984242:metal:4209:21985007,21986987:metal:4209:21987541,21986989:metal:4209:21997649,22011457:metal:4209:22012002,22013394:metal:4209:22014142,22014846:metal:4209:22016180,22014877:metal:4209:22015939,22014886:metal:4209:22015958,22014892:metal:4209:22015908,22014899:metal:4209:22016000,22014906:metal:4209:22015672,22023071:metal:4209:22023147,22023871:metal:4209:22024217,22024786:metal:4209:22025854,22029099:metal:4209:22029593,22029101:metal:4209:22029286,22032529:metal:4209:22033174,22038503:metal:4209:22050293,22040133:metal:4209:22040477,22045045:metal:4209:22045576,22051357:metal:4209:22052104,22051362:metal:4209:22051696,22054542:metal:4209:22055304,22056819:metal:4209:22057109,22065344:metal:4209:22066227,22066733:metal:4209:22067259,22075838:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.015263029615088144, 'nb_photo': 1993, 'list_port_cont': '21963408,21963593,21964276,21970575,21971866,21971926,21989553,21990261,21997442,22004077,22005511,22007324,22007776,22008821,22025937,22025955,22026081,22026132,22026159,22026184,22026241,22026320,22026455,22026574,22026600,22026667,22026751,22027161,22027261,22029558,22030991,22031870,22031959,22033382,22039418,22040623,22040693,22050593,22050710,22051596,22052025,22052126,22056371,22057165,22063573,22067295,22068762,22069198,22072740,22074041,22080503,22083638,22090624,22091667,22091957,22092180,22094235,22105432,22122261,22127609,22132324,22139309,22141695,22144677,22144840,22151414,22155279,22158600,22177955,22179538,22186663,22189961,22192305,22195673,22195685,22207555,22210751,22221967,22222979,22229860,22291489,22294736,22294815,22298360,22298640,22299072,22302349,22306935,22308368,22312607,22313304,22315318,22318845,22329429,22332287,22337042,22341215,22344834,22344996,22345498,22352616,22352718,22352892,22353632,22355845,22371443,22375841,22377491,22379549,22380002,22381568,22381592,22385087,2238754', 'assoc_port': '21962514:21963408,21963397:21963593,21963883:21964276,21967132:21970575,21967181:21971866,21967195:21971926,21975312:21989553,21975320:21990261,21976850:21997442,21978908:22004077,21978934:22005511,21980103:22007324,21980107:22007776,21980142:22008821,22010582:22027261,22011452:22027161,22013397:22030991,22014825:22026751,22014833:22026667,22014843:22026600,22014874:22026574,22014880:22026455,22014893:22026320,22014896:22026241,22014901:22026184,22017391:22026159,22019909:22026132,22023068:22026081,22024784:22025937,22024789:22025955,22029102:22029558,22031175:22031959,22031177:22031870,22032532:22033382,22038504:22039418,22040126:22040693,22040132:22040623,22042107:22051596,22046566:22050710,22049745:22056371,22049754:22050593,22051354:22052126,22051356:22052025,22054525:22057165,22062853:22063573,22065346:22068762,22066734:22067295,22068648:22069198,22071991:22072740,22073536:22074041,22079487:22080503,22079488:22083638,22079491:22092180,22086017:22094235,22086036:22090624,22091316:22091667,22091318:2209195', 'assoc_mat': '21962514:metal:4211:21963408,21963397:metal:4211:21963593,21963883:metal:4211:21964276,21967132:metal:4211:21970575,21967181:metal:4211:21971866,21967195:metal:4211:21971926,21975312:metal:4211:21989553,21975320:metal:4211:21990261,21976850:metal:4211:21997442,21978908:metal:4211:22004077,21978934:metal:4211:22005511,21980103:metal:4211:22007324,21980107:metal:4211:22007776,21980142:metal:4211:22008821,22010582:metal:4211:22027261,22011452:metal:4211:22027161,22013397:metal:4211:22030991,22014825:metal:4211:22026751,22014833:metal:4211:22026667,22014843:metal:4211:22026600,22014874:metal:4211:22026574,22014880:metal:4211:22026455,22014893:metal:4211:22026320,22014896:metal:4211:22026241,22014901:metal:4211:22026184,22017391:metal:4211:22026159,22019909:metal:4211:22026132,22023068:metal:4211:22026081,22024784:metal:4211:22025937,22024789:metal:4211:22025955,22029102:metal:4211:22029558,22031175:metal:4211:22031959,22031177:metal:4211:22031870,22032532:metal:4211:22033382,22038504:metal:4211:22039418,22040126:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0004659092401558224, 'nb_photo': 1, 'list_port_cont': '22187175', 'assoc_port': '22178698:22187175', 'assoc_mat': '22178698:metal:3327:22187175'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0009175636574074073, 'nb_photo': 6, 'list_port_cont': '22019658,22448929', 'assoc_port': '22018590:22019658,22448524:22448929', 'assoc_mat': '22018590:metal:3594:22019658,22448524:metal:3594:22448929'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.02391316585729131, 'nb_photo': 1923, 'list_port_cont': '21964183,21969944,22026360,22041322,22046209,22051219,22051707,22052392,22053698,22054009,22076368,22076789,22108085,22149146,22153086,22158487,22180503,22237966,22241246,22244102,22292974,22309516,22314891,22318621,22345052,22361619,22379476,22385703,22396157,22422333,22433701,22449944,22454618,22473516,22480032,22487804,22511776,22512739,22516917,22536640,22553548,22565037', 'assoc_port': '21963879:21964183,21967136:21969944,21978909:22026360,21984244:22052392,22014829:22041322,22014907:22046209,22019910:22053698,22038501:22054009,22049748:22051219,22051358:22051707,22062848:22076368,22076546:22076789,22101547:22108085,22131718:22153086,22142360:22149146,22154699:22158487,22174835:22180503,22191273:22244102,22210213:22241246,22211643:22237966,22290550:22292974,22305213:22309516,22314653:22314891,22318028:22318621,22344383:22345052,22355024:22361619,22379401:22379476,22384434:22385703,22390602:22396157,22420201:22422333,22432676:22433701,22444780:22449944,22451710:22454618,22469828:22473516,22479660:22480032,22486523:22487804,22497684:22511776,22509474:22512739,22513057:22516917,22536499:22536640,22550650:22553548,22562905:22565037', 'assoc_mat': '21963879:papier:4205:21964183,21967136:papier:4205:21969944,21978909:papier:4205:22026360,21984244:papier:4205:22052392,22014829:papier:4205:22041322,22014907:papier:4205:22046209,22019910:papier:4205:22053698,22038501:papier:4205:22054009,22049748:papier:4205:22051219,22051358:papier:4205:22051707,22062848:papier:4205:22076368,22076546:papier:4205:22076789,22101547:papier:4205:22108085,22131718:papier:4205:22153086,22142360:papier:4205:22149146,22154699:papier:4205:22158487,22174835:papier:4205:22180503,22191273:papier:4205:22244102,22210213:papier:4205:22241246,22211643:papier:4205:22237966,22290550:papier:4205:22292974,22305213:papier:4205:22309516,22314653:papier:4205:22314891,22318028:papier:4205:22318621,22344383:papier:4205:22345052,22355024:papier:4205:22361619,22379401:papier:4205:22379476,22384434:papier:4205:22385703,22390602:papier:4205:22396157,22420201:papier:4205:22422333,22432676:papier:4205:22433701,22444780:papier:4205:22449944,22451710:papier:4205:22454618,22469828:papier:4205:22473516,2247'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009694000101315022, 'nb_photo': 2901, 'list_port_cont': '21969302,22003521,22005707,22012109,22040906,22053782,22054240,22055540,22063552,22064883,22076860,22097222,22146609,22154995,22164086,22241079,22244152,22295034,22309861,22315610,22348639,22358386,22379359,22397940,22399473,22430540,22450067,22451180,22460278,22471531,22505129,22510428,22520972,22560991,22561797', 'assoc_port': '21967117:21969302,21978894:22003521,21978946:22005707,22011455:22012109,22014824:22040906,22014888:22064883,22023070:22055540,22035144:22054240,22046564:22053782,22062855:22063552,22076548:22076860,22096625:22097222,22129557:22146609,22141215:22154995,22154698:22164086,22191270:22244152,22210214:22241079,22291941:22295034,22305215:22309861,22314649:22315610,22340395:22348639,22350612:22358386,22376586:22379359,22386992:22397940,22398077:22399473,22429992:22430540,22443967:22451180,22449976:22450067,22459600:22460278,22466648:22471531,22494447:22505129,22504012:22510428,22520613:22520972,22542628:22560991,22556378:22561797', 'assoc_mat': '21967117:papier:4203:21969302,21978894:papier:4203:22003521,21978946:papier:4203:22005707,22011455:papier:4203:22012109,22014824:papier:4203:22040906,22014888:papier:4203:22064883,22023070:papier:4203:22055540,22035144:papier:4203:22054240,22046564:papier:4203:22053782,22062855:papier:4203:22063552,22076548:papier:4203:22076860,22096625:papier:4203:22097222,22129557:papier:4203:22146609,22141215:papier:4203:22154995,22154698:papier:4203:22164086,22191270:papier:4203:22244152,22210214:papier:4203:22241079,22291941:papier:4203:22295034,22305215:papier:4203:22309861,22314649:papier:4203:22315610,22340395:papier:4203:22348639,22350612:papier:4203:22358386,22376586:papier:4203:22379359,22386992:papier:4203:22397940,22398077:papier:4203:22399473,22429992:papier:4203:22430540,22443967:papier:4203:22451180,22449976:papier:4203:22450067,22459600:papier:4203:22460278,22466648:papier:4203:22471531,22494447:papier:4203:22505129,22504012:papier:4203:22510428,22520613:papier:4203:22520972,22542628:papier:4203:22560991,2255'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.04126390011079582, 'nb_photo': 10474, 'list_port_cont': '21963560,21963962,21964102,21964259,21970468,21970766,21971458,21971807,21983019,21986340,21996816,21997195,21997866,22003054,22003898,22005423,22005589,22005621,22006374,22007554,22010977,22011944,22015149,22016812,22020856,22021443,22023124,22023280,22024330,22024878,22025819,22028108,22028212,22031486,22032047,22032212,22032445,22032670,22032762,22033140,22034367,22035910,22036281,22036723,22040491,22042593,22045610,22050144,22050366,22050427,22050883,22051577,22055086,22057088,22066947,22067374,22068684,22072652,22073647,22073885,22076176,22078977,22079043,22079672,22088029,22090725,22091739,22096855,22097121,22103621,22106582,22123721,22126026,22131802,22131892,22132858,22133044,22133261,22134223,22134241,22151142,22151593,22153414,22153969,22155167,22175241,22178918,22180583,22180989,22181060,22183802,22185860,22187100,22189462,22194531,22194909,22201655,22202599,22204929,22211239,22212811,22213133,22222800,22227358,22227440,22228058,22292900,22293105,22293169,22293792,22294828,22295508,22295704,2229815', 'assoc_port': '21963398:21963560,21963881:21964259,21963884:21964102,21963885:21963962,21967145:21970766,21967184:21971458,21967193:21971807,21969982:21970468,21976863:21996816,21976864:21997195,21976868:21997866,21976883:22025819,21976900:22023124,21978888:22003054,21978910:22003898,21978941:22005423,21978949:22005589,21978951:22005621,21980101:22006374,21980112:22007554,21980147:21983019,21985550:21986340,21986991:22016812,22010578:22010977,22011454:22011944,22013399:22034367,22014823:22032670,22014830:22032762,22014834:22032445,22014836:22032212,22014871:22032047,22014884:22015149,22017376:22028212,22017377:22028108,22019908:22021443,22019911:22020856,22023072:22023280,22023900:22024330,22024787:22024878,22031176:22031486,22032527:22033140,22035140:22036723,22035142:22036281,22035143:22035910,22040130:22040491,22042105:22042593,22045046:22045610,22049746:22050883,22049750:22050366,22049753:22050427,22049757:22050144,22051353:22051577,22054524:22055086,22056821:22057088,22065345:22068684,22066732:22067374,22066735:2206694', 'assoc_mat': '21963398:papier:4207:21963560,21963881:papier:4207:21964259,21963884:papier:4207:21964102,21963885:papier:4207:21963962,21967145:papier:4207:21970766,21967184:papier:4207:21971458,21967193:papier:4207:21971807,21969982:papier:4207:21970468,21976863:papier:4207:21996816,21976864:papier:4207:21997195,21976868:papier:4207:21997866,21976883:papier:4207:22025819,21976900:papier:4207:22023124,21978888:papier:4207:22003054,21978910:papier:4207:22003898,21978941:papier:4207:22005423,21978949:papier:4207:22005589,21978951:papier:4207:22005621,21980101:papier:4207:22006374,21980112:papier:4207:22007554,21980147:papier:4207:21983019,21985550:papier:4207:21986340,21986991:papier:4207:22016812,22010578:papier:4207:22010977,22011454:papier:4207:22011944,22013399:papier:4207:22034367,22014823:papier:4207:22032670,22014830:papier:4207:22032762,22014834:papier:4207:22032445,22014836:papier:4207:22032212,22014871:papier:4207:22032047,22014884:papier:4207:22015149,22017376:papier:4207:22028212,22017377:papier:4207:22028108,2201'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.21246490920423133, 'nb_photo': 32940, 'list_port_cont': '21962854,21964217,21964557,21968378,21968810,21975960,21977454,21979347,21980650,21981019,21981587,21986124,21987689,21997264,21997467,22012058,22015498,22015508,22015614,22015733,22015777,22015875,22016514,22019089,22019106,22024161,22025878,22029480,22031839,22036037,22040517,22042492,22045784,22051016,22052000,22055225,22057332,22069271,22073889,22073976,22076343,22076824,22080202,22088868,22093819,22094622,22108866,22122296,22127544,22130120,22132918,22143063,22144649,22147293,22149459,22153697,22165126,22178192,22180737,22184432,22192216,22194280,22195579,22205201,22207221,22212381,22222292,22223392,22245366,22292782,22296079,22297439,22300082,22302364,22307965,22308271,22313275,22317033,22317678,22332226,22336558,22340930,22344800,22347262,22351318,22354489,22376504,22377539,22378485,22379518,22381079,22385030,22388596,22390910,22391729,22395338,22401164,22425418,22425487,22428274,22433275,22438559,22439686,22441351,22445234,22450465,22452253,22455760,22455885,22458853,22460267,22467430,22473906,2247763', 'assoc_port': '21962511:21962854,21963880:21964217,21964371:21964557,21967121:21968810,21967190:21968378,21975318:21975960,21976867:21977454,21978936:21979347,21980104:21981587,21980135:21980650,21980140:21981019,21985538:21986124,21986986:21987689,21996829:21997467,21996831:21997264,22011456:22012058,22014826:22016514,22014832:22015498,22014873:22015875,22014882:22015777,22014894:22015733,22014900:22015614,22014908:22015508,22018589:22019106,22018593:22019089,22023899:22024161,22024785:22025878,22029100:22029480,22031178:22031839,22035145:22036037,22040127:22040517,22042106:22042492,22045048:22045784,22046567:22051016,22049756:22052000,22051361:22057332,22054526:22055225,22065347:22073889,22068647:22069271,22073535:22073976,22075834:22076343,22076547:22076824,22079489:22080202,22086063:22094622,22088044:22088868,22093119:22093819,22098020:22108866,22122000:22122296,22126964:22127544,22129559:22130120,22132586:22132918,22138711:22147293,22142357:22143063,22144309:22144649,22148777:22149459,22153227:22153697,22164922:2216512', 'assoc_mat': '21962511:papier:4461:21962854,21963880:papier:4461:21964217,21964371:papier:4461:21964557,21967121:papier:4461:21968810,21967190:papier:4461:21968378,21975318:papier:4461:21975960,21976867:papier:4461:21977454,21978936:papier:4461:21979347,21980104:papier:4461:21981587,21980135:papier:4461:21980650,21980140:papier:4461:21981019,21985538:papier:4461:21986124,21986986:papier:4461:21987689,21996829:papier:4461:21997467,21996831:papier:4461:21997264,22011456:papier:4461:22012058,22014826:papier:4461:22016514,22014832:papier:4461:22015498,22014873:papier:4461:22015875,22014882:papier:4461:22015777,22014894:papier:4461:22015733,22014900:papier:4461:22015614,22014908:papier:4461:22015508,22018589:papier:4461:22019106,22018593:papier:4461:22019089,22023899:papier:4461:22024161,22024785:papier:4461:22025878,22029100:papier:4461:22029480,22031178:papier:4461:22031839,22035145:papier:4461:22036037,22040127:papier:4461:22040517,22042106:papier:4461:22042492,22045048:papier:4461:22045784,22046567:papier:4461:22051016,2204'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.014378008091488833, 'nb_photo': 2926, 'list_port_cont': '21963499,21963745,21969529,21970681,21971854,21977058,21987228,21996014,22004218,22006327,22007571,22032227,22032628,22034603,22040664,22040895,22041938,22042200,22042517,22042853,22042928,22044156,22044593,22044876,22045460,22050953,22051673,22051877,22053694,22053801,22053813,22053939,22053962,22053975,22054057,22055104,22056668,22056855,22057723,22068784,22074422,22083176,22091021,22091143,22097340,22099674,22108163,22109930,22118592,22118747,22123748,22132972,22135501,22138560,22147408,22148481,22148525,22149487,22153033,22156878,22158875,22159195,22162552,22169730,22193167,22195006,22204889,22229878,22234442,22234993,22239599,22241177,22242703,22242710,22287843,22287926,22294361,22299458,22302838,22307262,22307377,22309493,22312903,22316272,22317570,22321658,22321922,22321971,22330650,22345019,22346385,22346561,22347428,22347614,22347717,22350364,22352392,22358798,22359260,22359284,22359430,22361611,22378613,22378792,22378992,22380064,22380826,22381121,22381725,22389060,22390078,22395758,22396915,2239701', 'assoc_port': '21962513:21963745,21963400:21963499,21967129:21969529,21967139:21970681,21967186:21971854,21976823:21996014,21976906:21977058,21978911:22004218,21980100:22006327,21980110:22007571,21986993:21987228,22010579:22032227,22011453:22032628,22013398:22034603,22014797:22040664,22014827:22040895,22014838:22041938,22014839:22042200,22014876:22042853,22014878:22042928,22014891:22044156,22014898:22044593,22014902:22044876,22014903:22045460,22017378:22051673,22019913:22053813,22023889:22056855,22032524:22057723,22035137:22054057,22040123:22053975,22040136:22053962,22042108:22042517,22045047:22053939,22045049:22053801,22049751:22050953,22049755:22056668,22051355:22053694,22051363:22051877,22054528:22055104,22065348:22068784,22068649:22083176,22073532:22074422,22078670:22099674,22088043:22091143,22088051:22091021,22091315:22118592,22091317:22109930,22093114:22118747,22096627:22097340,22101552:22108163,22123322:22123748,22126966:22132972,22129562:22135501,22132587:22138560,22137423:22147408,22141214:22162552,22142356:2214848', 'assoc_mat': '21962513:papier:4200:21963745,21963400:papier:4200:21963499,21967129:papier:4200:21969529,21967139:papier:4200:21970681,21967186:papier:4200:21971854,21976823:papier:4200:21996014,21976906:papier:4200:21977058,21978911:papier:4200:22004218,21980100:papier:4200:22006327,21980110:papier:4200:22007571,21986993:papier:4200:21987228,22010579:papier:4200:22032227,22011453:papier:4200:22032628,22013398:papier:4200:22034603,22014797:papier:4200:22040664,22014827:papier:4200:22040895,22014838:papier:4200:22041938,22014839:papier:4200:22042200,22014876:papier:4200:22042853,22014878:papier:4200:22042928,22014891:papier:4200:22044156,22014898:papier:4200:22044593,22014902:papier:4200:22044876,22014903:papier:4200:22045460,22017378:papier:4200:22051673,22019913:papier:4200:22053813,22023889:papier:4200:22056855,22032524:papier:4200:22057723,22035137:papier:4200:22054057,22040123:papier:4200:22053975,22040136:papier:4200:22053962,22042108:papier:4200:22042517,22045047:papier:4200:22053939,22045049:papier:4200:22053801,2204'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9290119071962114, 'nb_photo': 70482, 'list_port_cont': '21964210,21968057,21970543,21973972,21974249,21976113,21976193,21977092,21978273,21978410,21978715,21979257,21980941,21981105,21985003,21987539,21997657,22011997,22014151,22015662,22015910,22015934,22015968,22015999,22016105,22016174,22016665,22017221,22018048,22023146,22024030,22024220,22025867,22029297,22029596,22033207,22035771,22040484,22045573,22047088,22050010,22050299,22050453,22051697,22051858,22052100,22055305,22057102,22066228,22067265,22076308,22076809,22086681,22088582,22093799,22093925,22097138,22102782,22123759,22130068,22134207,22137990,22139246,22139419,22141685,22144721,22149421,22154843,22158729,22175477,22175512,22180785,22184233,22186846,22187419,22191595,22195647,22200177,22200211,22207251,22211134,22212225,22212466,22217883,22221539,22221847,22291347,22294346,22298353,22300016,22305687,22305848,22307670,22310218,22310456,22311662,22312628,22312719,22312759,22315043,22315138,22317038,22317238,22317527,22318715,22319796,22329115,22329559,22329632,22329927,22329985,22330222,22336923,2234492', 'assoc_port': '21963882:21964210,21967114:21968057,21967142:21973972,21967197:21974249,21969983:21970543,21975316:21976193,21975317:21976113,21976822:21979257,21976869:21978715,21976870:21978410,21976897:21978273,21976904:21977092,21980117:21981105,21980144:21980941,21984242:21985003,21986987:21987539,21986989:21997657,22011457:22011997,22013394:22014151,22014831:22017221,22014842:22016665,22014846:22016174,22014877:22015934,22014879:22016105,22014886:22015968,22014892:22015910,22014899:22015999,22014906:22015662,22017392:22018048,22023071:22023146,22023871:22024220,22023901:22024030,22024786:22025867,22029099:22029596,22029101:22029297,22032529:22033207,22035141:22035771,22038503:22050299,22040133:22040484,22045045:22045573,22046565:22047088,22049747:22050453,22049749:22051858,22049758:22050010,22051357:22052100,22051362:22051697,22054542:22055305,22056819:22057102,22065344:22066228,22066733:22067265,22075838:22076308,22076545:22076809,22086022:22086681,22088049:22088582,22093116:22093925,22093117:22093799,22096624:2209713', 'assoc_mat': '21963882:papier:4209:21964210,21967114:papier:4209:21968057,21967142:papier:4209:21973972,21967197:papier:4209:21974249,21969983:papier:4209:21970543,21975316:papier:4209:21976193,21975317:papier:4209:21976113,21976822:papier:4209:21979257,21976869:papier:4209:21978715,21976870:papier:4209:21978410,21976897:papier:4209:21978273,21976904:papier:4209:21977092,21980117:papier:4209:21981105,21980144:papier:4209:21980941,21984242:papier:4209:21985003,21986987:papier:4209:21987539,21986989:papier:4209:21997657,22011457:papier:4209:22011997,22013394:papier:4209:22014151,22014831:papier:4209:22017221,22014842:papier:4209:22016665,22014846:papier:4209:22016174,22014877:papier:4209:22015934,22014879:papier:4209:22016105,22014886:papier:4209:22015968,22014892:papier:4209:22015910,22014899:papier:4209:22015999,22014906:papier:4209:22015662,22017392:papier:4209:22018048,22023071:papier:4209:22023146,22023871:papier:4209:22024220,22023901:papier:4209:22024030,22024786:papier:4209:22025867,22029099:papier:4209:22029596,2202'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011444491107970333, 'nb_photo': 16856, 'list_port_cont': '21963417,21963591,21964269,21970571,21971861,21971920,21989547,21990259,21997441,22004079,22005509,22007312,22007768,22008814,22025924,22025970,22026088,22026144,22026157,22026180,22026230,22026322,22026450,22026583,22026597,22026674,22026740,22027172,22027262,22029533,22030994,22031875,22031960,22033375,22039408,22040625,22040697,22050603,22050714,22051600,22052009,22052123,22056367,22057172,22063579,22067286,22068752,22069191,22072741,22074053,22080506,22083647,22090618,22091677,22091955,22092184,22094236,22105440,22122258,22127610,22132322,22139305,22141709,22144682,22144830,22151420,22155280,22158595,22177956,22179548,22186660,22189964,22192295,22195674,22195694,22207558,22210754,22221978,22222985,22229854,22291479,22294726,22294813,22298363,22298630,22299073,22302344,22306930,22308382,22309995,22312614,22313060,22313301,22315317,22318834,22329435,22332281,22337037,22341220,22344859,22344999,22345493,22352629,22352715,22352902,22353636,22355859,22371440,22375844,22377501,22379563,22379993,22381575,2238159', 'assoc_port': '21962514:21963417,21963397:21963591,21963883:21964269,21967132:21970571,21967181:21971861,21967195:21971920,21975312:21989547,21975320:21990259,21976850:21997441,21978908:22004079,21978934:22005509,21980103:22007312,21980107:22007768,21980142:22008814,22010582:22027262,22011452:22027172,22013397:22030994,22014825:22026740,22014833:22026674,22014843:22026597,22014874:22026583,22014880:22026450,22014893:22026322,22014896:22026230,22014901:22026180,22017391:22026157,22019909:22026144,22023068:22026088,22024784:22025924,22024789:22025970,22029102:22029533,22031175:22031960,22031177:22031875,22032532:22033375,22038504:22039408,22040126:22040697,22040132:22040625,22042107:22051600,22046566:22050714,22049745:22056367,22049754:22050603,22051354:22052123,22051356:22052009,22054525:22057172,22062853:22063579,22065346:22068752,22066734:22067286,22068648:22069191,22071991:22072741,22073536:22074053,22079487:22080506,22079488:22083647,22079491:22092184,22086017:22094236,22086036:22090618,22091316:22091677,22091318:2209195', 'assoc_mat': '21962514:papier:4211:21963417,21963397:papier:4211:21963591,21963883:papier:4211:21964269,21967132:papier:4211:21970571,21967181:papier:4211:21971861,21967195:papier:4211:21971920,21975312:papier:4211:21989547,21975320:papier:4211:21990259,21976850:papier:4211:21997441,21978908:papier:4211:22004079,21978934:papier:4211:22005509,21980103:papier:4211:22007312,21980107:papier:4211:22007768,21980142:papier:4211:22008814,22010582:papier:4211:22027262,22011452:papier:4211:22027172,22013397:papier:4211:22030994,22014825:papier:4211:22026740,22014833:papier:4211:22026674,22014843:papier:4211:22026597,22014874:papier:4211:22026583,22014880:papier:4211:22026450,22014893:papier:4211:22026322,22014896:papier:4211:22026230,22014901:papier:4211:22026180,22017391:papier:4211:22026157,22019909:papier:4211:22026144,22023068:papier:4211:22026088,22024784:papier:4211:22025924,22024789:papier:4211:22025970,22029102:papier:4211:22029533,22031175:papier:4211:22031960,22031177:papier:4211:22031875,22032532:papier:4211:22033375,2203'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.012719873506792819, 'nb_photo': 468, 'list_port_cont': '21963766,21964596,21976303,21982683,21988607,21990850,21998133,22005686,22005800,22008152,22012901,22015719,22020902,22025561,22036193,22037065,22040782,22042140,22042744,22042949,22046221,22046334,22048308,22051172,22053762,22054700,22056155,22057904,22060430,22067760,22076461,22077049,22079690,22082867,22091996,22095881,22097549,22107797,22109482,22112203,22122790,22129291,22132953,22134773,22138731,22140624,22142079,22143887,22147618,22150073,22151652,22152144,22159097,22186778,22187102,22187176,22190723,22196312,22201869,22207812,22209134,22229888,22234455,22236408,22237229,22242429,22242909,22242977,22302592,22302789,22303802,22306119,22308463,22309677,22313215,22317623,22340147,22346431,22346700,22347422,22347584,22349636,22353370,22354650,22356549,22358839,22378662,22378836,22380046,22382920,22391080,22392505,22395896,22402325,22405860,22426466,22428606,22432424,22433663,22438119,22440956,22441911,22443633,22445280,22446388,22449338,22450121,22453151,22453757,22456261,22457131,22459689,22459868,2246092', 'assoc_port': '21963399:21963766,21964372:21964596,21967124:21988607,21969980:21982683,21975313:21990850,21975319:21976303,21976848:21998133,21978922:22005686,21978944:22005800,21980102:22008152,21984249:22012901,21985543:22015719,22013383:22036193,22014822:22042140,22014828:22042744,22014840:22095881,22014875:22082867,22014897:22046334,22014905:22048308,22018592:22060430,22019912:22020902,22023872:22025561,22035139:22037065,22040125:22054700,22040135:22040782,22042109:22042949,22045050:22046221,22049752:22051172,22051359:22053762,22054523:22057904,22054527:22056155,22066731:22067760,22071992:22077049,22075835:22076461,22078672:22079690,22086065:22091996,22091319:22112203,22096626:22097549,22098018:22109482,22101541:22107797,22122001:22122790,22126969:22129291,22132582:22132953,22133906:22134773,22137424:22138731,22138710:22140624,22141213:22142079,22142362:22143887,22144307:22147618,22148778:22150073,22150593:22152144,22150597:22151652,22157943:22159097,22178698:22187176,22178713:22187102,22180102:22207812,22183555:2218677', 'assoc_mat': '21963399:papier:3327:21963766,21964372:papier:3327:21964596,21967124:papier:3327:21988607,21969980:papier:3327:21982683,21975313:papier:3327:21990850,21975319:papier:3327:21976303,21976848:papier:3327:21998133,21978922:papier:3327:22005686,21978944:papier:3327:22005800,21980102:papier:3327:22008152,21984249:papier:3327:22012901,21985543:papier:3327:22015719,22013383:papier:3327:22036193,22014822:papier:3327:22042140,22014828:papier:3327:22042744,22014840:papier:3327:22095881,22014875:papier:3327:22082867,22014897:papier:3327:22046334,22014905:papier:3327:22048308,22018592:papier:3327:22060430,22019912:papier:3327:22020902,22023872:papier:3327:22025561,22035139:papier:3327:22037065,22040125:papier:3327:22054700,22040135:papier:3327:22040782,22042109:papier:3327:22042949,22045050:papier:3327:22046221,22049752:papier:3327:22051172,22051359:papier:3327:22053762,22054523:papier:3327:22057904,22054527:papier:3327:22056155,22066731:papier:3327:22067760,22071992:papier:3327:22077049,22075835:papier:3327:22076461,2207'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.07931864797489772, 'nb_photo': 289, 'list_port_cont': '22019661,22358755,22448925', 'assoc_port': '22018590:22019661,22358427:22358755,22448524:22448925', 'assoc_mat': '22018590:papier:3594:22019661,22358427:papier:3594:22358755,22448524:papier:3594:22448925'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006773739925650539, 'nb_photo': 142, 'list_port_cont': '21969956,22026351,22041316,22046207,22051213,22052385,22053705,22054004,22076375,22076788,22149155,22153087,22158486,22180490,22237962,22241231,22244107,22292969,22309535,22314890,22318631,22345054,22361627,22379474,22385692,22396165,22422336,22433707,22449942,22454615,22473510,22480036,22487805,22511781,22512740,22516913,22536633,22553552,22565044', 'assoc_port': '21967136:21969956,21978909:22026351,21984244:22052385,22014829:22041316,22014907:22046207,22019910:22053705,22038501:22054004,22049748:22051213,22062848:22076375,22076546:22076788,22131718:22153087,22142360:22149155,22154699:22158486,22174835:22180490,22191273:22244107,22210213:22241231,22211643:22237962,22290550:22292969,22305213:22309535,22314653:22314890,22318028:22318631,22344383:22345054,22355024:22361627,22379401:22379474,22384434:22385692,22390602:22396165,22420201:22422336,22432676:22433707,22444780:22449942,22451710:22454615,22469828:22473510,22479660:22480036,22486523:22487805,22497684:22511781,22509474:22512740,22513057:22516913,22536499:22536633,22550650:22553552,22562905:22565044', 'assoc_mat': '21967136:pehd:4205:21969956,21978909:pehd:4205:22026351,21984244:pehd:4205:22052385,22014829:pehd:4205:22041316,22014907:pehd:4205:22046207,22019910:pehd:4205:22053705,22038501:pehd:4205:22054004,22049748:pehd:4205:22051213,22062848:pehd:4205:22076375,22076546:pehd:4205:22076788,22131718:pehd:4205:22153087,22142360:pehd:4205:22149155,22154699:pehd:4205:22158486,22174835:pehd:4205:22180490,22191273:pehd:4205:22244107,22210213:pehd:4205:22241231,22211643:pehd:4205:22237962,22290550:pehd:4205:22292969,22305213:pehd:4205:22309535,22314653:pehd:4205:22314890,22318028:pehd:4205:22318631,22344383:pehd:4205:22345054,22355024:pehd:4205:22361627,22379401:pehd:4205:22379474,22384434:pehd:4205:22385692,22390602:pehd:4205:22396165,22420201:pehd:4205:22422336,22432676:pehd:4205:22433707,22444780:pehd:4205:22449942,22451710:pehd:4205:22454615,22469828:pehd:4205:22473510,22479660:pehd:4205:22480036,22486523:pehd:4205:22487805,22497684:pehd:4205:22511781,22509474:pehd:4205:22512740,22513057:pehd:4205:22516913,22536499:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0032670114454663533, 'nb_photo': 366, 'list_port_cont': '21969309,22003515,22005706,22012112,22040907,22053773,22054238,22055541,22063556,22064885,22076857,22097218,22146602,22155000,22164087,22241074,22244161,22295035,22309860,22315616,22348632,22358376,22379363,22397929,22399483,22430548,22450066,22451185,22471534,22505139,22510429,22520980,22560992,22561798', 'assoc_port': '21967117:21969309,21978894:22003515,21978946:22005706,22011455:22012112,22014824:22040907,22014888:22064885,22023070:22055541,22035144:22054238,22046564:22053773,22062855:22063556,22076548:22076857,22096625:22097218,22129557:22146602,22141215:22155000,22154698:22164087,22191270:22244161,22210214:22241074,22291941:22295035,22305215:22309860,22314649:22315616,22340395:22348632,22350612:22358376,22376586:22379363,22386992:22397929,22398077:22399483,22429992:22430548,22443967:22451185,22449976:22450066,22466648:22471534,22494447:22505139,22504012:22510429,22520613:22520980,22542628:22560992,22556378:22561798', 'assoc_mat': '21967117:pehd:4203:21969309,21978894:pehd:4203:22003515,21978946:pehd:4203:22005706,22011455:pehd:4203:22012112,22014824:pehd:4203:22040907,22014888:pehd:4203:22064885,22023070:pehd:4203:22055541,22035144:pehd:4203:22054238,22046564:pehd:4203:22053773,22062855:pehd:4203:22063556,22076548:pehd:4203:22076857,22096625:pehd:4203:22097218,22129557:pehd:4203:22146602,22141215:pehd:4203:22155000,22154698:pehd:4203:22164087,22191270:pehd:4203:22244161,22210214:pehd:4203:22241074,22291941:pehd:4203:22295035,22305215:pehd:4203:22309860,22314649:pehd:4203:22315616,22340395:pehd:4203:22348632,22350612:pehd:4203:22358376,22376586:pehd:4203:22379363,22386992:pehd:4203:22397929,22398077:pehd:4203:22399483,22429992:pehd:4203:22430548,22443967:pehd:4203:22451185,22449976:pehd:4203:22450066,22466648:pehd:4203:22471534,22494447:pehd:4203:22505139,22504012:pehd:4203:22510429,22520613:pehd:4203:22520980,22542628:pehd:4203:22560992,22556378:pehd:4203:22561798'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004271620795599394, 'nb_photo': 266, 'list_port_cont': '21964262,21970469,21971469,21971813,21986341,22003894,22005424,22005591,22006370,22007562,22010974,22011950,22015147,22016813,22020855,22021448,22023134,22024885,22028119,22028218,22031494,22032209,22032664,22032764,22033149,22034372,22035922,22036291,22036727,22040501,22042591,22050150,22050426,22050891,22051581,22055098,22066944,22067373,22068688,22072661,22073646,22079038,22079680,22091745,22097118,22103620,22106584,22126015,22131813,22131879,22132861,22133040,22133256,22134233,22151134,22153418,22153979,22155161,22178916,22180586,22180980,22183811,22185865,22189452,22194529,22194920,22202607,22211235,22212816,22222810,22227361,22228072,22293106,22293184,22295509,22295709,22298143,22300217,22302309,22305916,22317202,22336506,22338503,22339354,22340102,22341936,22346581,22347079,22372357,22378735,22379456,22381070,22381683,22387280,22388497,22390942,22393617,22395078,22395221,22402994,22409550,22421675,22425455,22432903,22440907,22447158,22448566,22449208,22449998,22450038,22450088,22452213,22479976,2248707', 'assoc_port': '21963881:21964262,21967184:21971469,21967193:21971813,21969982:21970469,21976900:22023134,21978910:22003894,21978941:22005424,21978949:22005591,21980101:22006370,21980112:22007562,21985550:21986341,21986991:22016813,22010578:22010974,22011454:22011950,22013399:22034372,22014823:22032664,22014830:22032764,22014836:22032209,22014884:22015147,22017376:22028218,22017377:22028119,22019908:22021448,22019911:22020855,22024787:22024885,22031176:22031494,22032527:22033149,22035140:22036727,22035142:22036291,22035143:22035922,22040130:22040501,22042105:22042591,22049746:22050891,22049753:22050426,22049757:22050150,22051353:22051581,22054524:22055098,22065345:22068688,22066732:22067373,22066735:22066944,22071990:22072661,22073534:22073646,22078669:22079680,22078671:22079038,22091320:22091745,22096628:22097118,22101544:22103620,22106153:22106584,22125807:22126015,22129556:22131813,22129560:22131879,22132583:22133256,22132585:22133040,22132589:22132861,22133908:22134233,22150596:22151134,22153224:22153979,22153225:2215341', 'assoc_mat': '21963881:pehd:4207:21964262,21967184:pehd:4207:21971469,21967193:pehd:4207:21971813,21969982:pehd:4207:21970469,21976900:pehd:4207:22023134,21978910:pehd:4207:22003894,21978941:pehd:4207:22005424,21978949:pehd:4207:22005591,21980101:pehd:4207:22006370,21980112:pehd:4207:22007562,21985550:pehd:4207:21986341,21986991:pehd:4207:22016813,22010578:pehd:4207:22010974,22011454:pehd:4207:22011950,22013399:pehd:4207:22034372,22014823:pehd:4207:22032664,22014830:pehd:4207:22032764,22014836:pehd:4207:22032209,22014884:pehd:4207:22015147,22017376:pehd:4207:22028218,22017377:pehd:4207:22028119,22019908:pehd:4207:22021448,22019911:pehd:4207:22020855,22024787:pehd:4207:22024885,22031176:pehd:4207:22031494,22032527:pehd:4207:22033149,22035140:pehd:4207:22036727,22035142:pehd:4207:22036291,22035143:pehd:4207:22035922,22040130:pehd:4207:22040501,22042105:pehd:4207:22042591,22049746:pehd:4207:22050891,22049753:pehd:4207:22050426,22049757:pehd:4207:22050150,22051353:pehd:4207:22051581,22054524:pehd:4207:22055098,22065345:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005149291023585795, 'nb_photo': 26, 'list_port_cont': '21964553,21980641,22019099,22025881,22036041,22042495,22057345,22076334,22088862,22130128,22144644,22147292,22153703,22184434,22245376,22347271,22376500,22395315,22441350,22460260,22467426,22487228,22536178,22553374', 'assoc_port': '21964371:21964553,21980135:21980641,22018589:22019099,22024785:22025881,22035145:22036041,22042106:22042495,22051361:22057345,22075834:22076334,22088044:22088862,22129559:22130128,22138711:22147292,22144309:22144644,22153227:22153703,22183556:22184434,22245259:22245376,22346891:22347271,22372031:22376500,22394739:22395315,22440771:22441350,22459994:22460260,22463409:22467426,22486522:22487228,22533593:22536178,22552962:22553374', 'assoc_mat': '21964371:pehd:4461:21964553,21980135:pehd:4461:21980641,22018589:pehd:4461:22019099,22024785:pehd:4461:22025881,22035145:pehd:4461:22036041,22042106:pehd:4461:22042495,22051361:pehd:4461:22057345,22075834:pehd:4461:22076334,22088044:pehd:4461:22088862,22129559:pehd:4461:22130128,22138711:pehd:4461:22147292,22144309:pehd:4461:22144644,22153227:pehd:4461:22153703,22183556:pehd:4461:22184434,22245259:pehd:4461:22245376,22346891:pehd:4461:22347271,22372031:pehd:4461:22376500,22394739:pehd:4461:22395315,22440771:pehd:4461:22441350,22459994:pehd:4461:22460260,22463409:pehd:4461:22467426,22486522:pehd:4461:22487228,22533593:pehd:4461:22536178,22552962:pehd:4461:22553374'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.009118437008415503, 'nb_photo': 1185, 'list_port_cont': '21963504,21963749,21969531,21970687,21971855,21977062,21987221,21996019,22004221,22006324,22007577,22032232,22032621,22034597,22040667,22040892,22041942,22042196,22042520,22042848,22042939,22044163,22044582,22044881,22045467,22050962,22051677,22051869,22053691,22053805,22053807,22053945,22053955,22053983,22054063,22055101,22056675,22056854,22057716,22068771,22074416,22083181,22091008,22091133,22097332,22099671,22108167,22109938,22118589,22118753,22123750,22132973,22135491,22138547,22147411,22148483,22148515,22149488,22153032,22156882,22158879,22159204,22162561,22169731,22193156,22195002,22204881,22229880,22234437,22234988,22239607,22241171,22242701,22242704,22287933,22294367,22299455,22302834,22307263,22307387,22309486,22312892,22316271,22317579,22321649,22321923,22321980,22330662,22345014,22346387,22346563,22347435,22347617,22347711,22350367,22352398,22358804,22359289,22359431,22361601,22378623,22378783,22378994,22380052,22381119,22381721,22389061,22390084,22395770,22396912,22397009,22405896,22411838,2242231', 'assoc_port': '21962513:21963749,21963400:21963504,21967129:21969531,21967139:21970687,21967186:21971855,21976823:21996019,21976906:21977062,21978911:22004221,21980100:22006324,21980110:22007577,21986993:21987221,22010579:22032232,22011453:22032621,22013398:22034597,22014797:22040667,22014827:22040892,22014838:22041942,22014839:22042196,22014876:22042848,22014878:22042939,22014891:22044163,22014898:22044582,22014902:22044881,22014903:22045467,22017378:22051677,22019913:22053807,22023889:22056854,22032524:22057716,22035137:22054063,22040123:22053983,22040136:22053955,22042108:22042520,22045047:22053945,22045049:22053805,22049751:22050962,22049755:22056675,22051355:22053691,22051363:22051869,22054528:22055101,22065348:22068771,22068649:22083181,22073532:22074416,22078670:22099671,22088043:22091133,22088051:22091008,22091315:22118589,22091317:22109938,22093114:22118753,22096627:22097332,22101552:22108167,22123322:22123750,22126966:22132973,22129562:22135491,22132587:22138547,22137423:22147411,22141214:22162561,22142356:2214848', 'assoc_mat': '21962513:pehd:4200:21963749,21963400:pehd:4200:21963504,21967129:pehd:4200:21969531,21967139:pehd:4200:21970687,21967186:pehd:4200:21971855,21976823:pehd:4200:21996019,21976906:pehd:4200:21977062,21978911:pehd:4200:22004221,21980100:pehd:4200:22006324,21980110:pehd:4200:22007577,21986993:pehd:4200:21987221,22010579:pehd:4200:22032232,22011453:pehd:4200:22032621,22013398:pehd:4200:22034597,22014797:pehd:4200:22040667,22014827:pehd:4200:22040892,22014838:pehd:4200:22041942,22014839:pehd:4200:22042196,22014876:pehd:4200:22042848,22014878:pehd:4200:22042939,22014891:pehd:4200:22044163,22014898:pehd:4200:22044582,22014902:pehd:4200:22044881,22014903:pehd:4200:22045467,22017378:pehd:4200:22051677,22019913:pehd:4200:22053807,22023889:pehd:4200:22056854,22032524:pehd:4200:22057716,22035137:pehd:4200:22054063,22040123:pehd:4200:22053983,22040136:pehd:4200:22053955,22042108:pehd:4200:22042520,22045047:pehd:4200:22053945,22045049:pehd:4200:22053805,22049751:pehd:4200:22050962,22049755:pehd:4200:22056675,22051355:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.011783867834007337, 'nb_photo': 940, 'list_port_cont': '21964196,21968056,21970535,21974004,21974243,21976110,21976201,21977103,21978276,21978397,21978690,21979259,21980944,21981103,21985012,21987531,21997646,22011996,22014149,22015663,22015923,22015927,22015978,22016002,22016102,22016172,22016664,22017222,22018044,22024029,22024227,22025856,22029293,22029605,22033169,22035773,22040473,22045574,22047096,22050007,22050289,22050447,22051693,22051854,22052109,22055311,22057084,22066238,22067268,22076307,22076801,22086682,22088577,22093797,22093915,22097141,22102786,22123762,22130059,22134211,22137997,22139241,22139414,22141683,22144727,22149419,22154844,22158728,22175472,22175507,22180786,22184231,22186840,22187418,22191596,22195657,22200171,22200209,22207247,22211148,22212220,22212472,22217893,22221528,22221837,22300021,22305695,22307662,22310220,22310459,22311664,22312621,22312709,22312760,22315051,22315142,22317521,22318726,22319809,22329118,22329932,22330225,22336931,22344921,22345369,22346642,22347183,22352934,22353588,22357155,22358707,22359461,22372770,2237745', 'assoc_port': '21963882:21964196,21967114:21968056,21967142:21974004,21967197:21974243,21969983:21970535,21975316:21976201,21975317:21976110,21976822:21979259,21976869:21978690,21976870:21978397,21976897:21978276,21976904:21977103,21980117:21981103,21980144:21980944,21984242:21985012,21986987:21987531,21986989:21997646,22011457:22011996,22013394:22014149,22014831:22017222,22014842:22016664,22014846:22016172,22014877:22015927,22014879:22016102,22014886:22015978,22014892:22015923,22014899:22016002,22014906:22015663,22017392:22018044,22023871:22024227,22023901:22024029,22024786:22025856,22029099:22029605,22029101:22029293,22032529:22033169,22035141:22035773,22038503:22050289,22040133:22040473,22045045:22045574,22046565:22047096,22049747:22050447,22049749:22051854,22049758:22050007,22051357:22052109,22051362:22051693,22054542:22055311,22056819:22057084,22065344:22066238,22066733:22067268,22075838:22076307,22076545:22076801,22086022:22086682,22088049:22088577,22093116:22093915,22093117:22093797,22096624:22097141,22101542:2210278', 'assoc_mat': '21963882:pehd:4209:21964196,21967114:pehd:4209:21968056,21967142:pehd:4209:21974004,21967197:pehd:4209:21974243,21969983:pehd:4209:21970535,21975316:pehd:4209:21976201,21975317:pehd:4209:21976110,21976822:pehd:4209:21979259,21976869:pehd:4209:21978690,21976870:pehd:4209:21978397,21976897:pehd:4209:21978276,21976904:pehd:4209:21977103,21980117:pehd:4209:21981103,21980144:pehd:4209:21980944,21984242:pehd:4209:21985012,21986987:pehd:4209:21987531,21986989:pehd:4209:21997646,22011457:pehd:4209:22011996,22013394:pehd:4209:22014149,22014831:pehd:4209:22017222,22014842:pehd:4209:22016664,22014846:pehd:4209:22016172,22014877:pehd:4209:22015927,22014879:pehd:4209:22016102,22014886:pehd:4209:22015978,22014892:pehd:4209:22015923,22014899:pehd:4209:22016002,22014906:pehd:4209:22015663,22017392:pehd:4209:22018044,22023871:pehd:4209:22024227,22023901:pehd:4209:22024029,22024786:pehd:4209:22025856,22029099:pehd:4209:22029605,22029101:pehd:4209:22029293,22032529:pehd:4209:22033169,22035141:pehd:4209:22035773,22038503:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.5639694434944951, 'nb_photo': 15036, 'list_port_cont': '21963409,21963586,21964270,21970573,21971873,21971932,21989548,21990262,21997448,22004069,22005522,22007320,22007765,22008822,22025934,22025967,22026089,22026145,22026155,22026193,22026232,22026319,22026463,22026570,22026601,22026676,22026745,22027177,22027260,22029556,22030986,22031876,22031957,22033381,22039423,22040613,22040707,22050602,22050706,22051603,22052022,22052124,22056373,22057170,22063570,22067288,22068763,22069201,22072736,22074051,22080496,22083639,22090613,22091666,22091963,22092182,22094244,22105436,22122256,22127603,22132335,22139312,22141704,22144684,22144828,22151421,22155282,22158594,22177947,22179537,22186664,22189953,22192303,22195664,22195683,22207548,22210756,22221966,22222980,22229858,22291480,22294724,22294827,22298348,22298637,22299074,22302350,22306941,22308369,22309988,22312604,22313062,22313315,22315320,22318841,22329434,22332291,22337043,22341212,22344836,22345000,22345485,22352623,22352721,22352894,22353638,22355849,22371434,22375834,22377496,22379554,22379996,22381572,2238158', 'assoc_port': '21962514:21963409,21963397:21963586,21963883:21964270,21967132:21970573,21967181:21971873,21967195:21971932,21975312:21989548,21975320:21990262,21976850:21997448,21978908:22004069,21978934:22005522,21980103:22007320,21980107:22007765,21980142:22008822,22010582:22027260,22011452:22027177,22013397:22030986,22014825:22026745,22014833:22026676,22014843:22026601,22014874:22026570,22014880:22026463,22014893:22026319,22014896:22026232,22014901:22026193,22017391:22026155,22019909:22026145,22023068:22026089,22024784:22025934,22024789:22025967,22029102:22029556,22031175:22031957,22031177:22031876,22032532:22033381,22038504:22039423,22040126:22040707,22040132:22040613,22042107:22051603,22046566:22050706,22049745:22056373,22049754:22050602,22051354:22052124,22051356:22052022,22054525:22057170,22062853:22063570,22065346:22068763,22066734:22067288,22068648:22069201,22071991:22072736,22073536:22074051,22079487:22080496,22079488:22083639,22079491:22092182,22086017:22094244,22086036:22090613,22091316:22091666,22091318:2209196', 'assoc_mat': '21962514:pehd:4211:21963409,21963397:pehd:4211:21963586,21963883:pehd:4211:21964270,21967132:pehd:4211:21970573,21967181:pehd:4211:21971873,21967195:pehd:4211:21971932,21975312:pehd:4211:21989548,21975320:pehd:4211:21990262,21976850:pehd:4211:21997448,21978908:pehd:4211:22004069,21978934:pehd:4211:22005522,21980103:pehd:4211:22007320,21980107:pehd:4211:22007765,21980142:pehd:4211:22008822,22010582:pehd:4211:22027260,22011452:pehd:4211:22027177,22013397:pehd:4211:22030986,22014825:pehd:4211:22026745,22014833:pehd:4211:22026676,22014843:pehd:4211:22026601,22014874:pehd:4211:22026570,22014880:pehd:4211:22026463,22014893:pehd:4211:22026319,22014896:pehd:4211:22026232,22014901:pehd:4211:22026193,22017391:pehd:4211:22026155,22019909:pehd:4211:22026145,22023068:pehd:4211:22026089,22024784:pehd:4211:22025934,22024789:pehd:4211:22025967,22029102:pehd:4211:22029556,22031175:pehd:4211:22031957,22031177:pehd:4211:22031876,22032532:pehd:4211:22033381,22038504:pehd:4211:22039423,22040126:pehd:4211:22040707,22040132:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0010540816835457824, 'nb_photo': 3, 'list_port_cont': '22020910,22095884,22347418', 'assoc_port': '22014840:22095884,22019912:22020910,22346888:22347418', 'assoc_mat': '22014840:pehd:3327:22095884,22019912:pehd:3327:22020910,22346888:pehd:3327:22347418'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.004434011023141684, 'nb_photo': 22, 'list_port_cont': '22026346,22051221,22076376,22149154,22158488,22292973,22314888,22345046,22361624,22487806,22511787,22516926,22536636,22553566', 'assoc_port': '21978909:22026346,22049748:22051221,22062848:22076376,22142360:22149154,22154699:22158488,22290550:22292973,22314653:22314888,22344383:22345046,22355024:22361624,22486523:22487806,22497684:22511787,22513057:22516926,22536499:22536636,22550650:22553566', 'assoc_mat': '21978909:pet_clair:4205:22026346,22049748:pet_clair:4205:22051221,22062848:pet_clair:4205:22076376,22142360:pet_clair:4205:22149154,22154699:pet_clair:4205:22158488,22290550:pet_clair:4205:22292973,22314653:pet_clair:4205:22314888,22344383:pet_clair:4205:22345046,22355024:pet_clair:4205:22361624,22486523:pet_clair:4205:22487806,22497684:pet_clair:4205:22511787,22513057:pet_clair:4205:22516926,22536499:pet_clair:4205:22536636,22550650:pet_clair:4205:22553566'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 9.75413106575484e-05, 'nb_photo': 3, 'list_port_cont': '22012114,22064877,22358387', 'assoc_port': '22011455:22012114,22014888:22064877,22350612:22358387', 'assoc_mat': '22011455:pet_clair:4203:22012114,22014888:pet_clair:4203:22064877,22350612:pet_clair:4203:22358387'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0025201333459683607, 'nb_photo': 17, 'list_port_cont': '21970464,21971460,21971805,22003056,22021445,22032769,22055096,22090733,22151145,22151596,22180578,22211236,22227439,22302320,22453668,22513448', 'assoc_port': '21967184:21971460,21967193:21971805,21969982:21970464,21978888:22003056,22014830:22032769,22019908:22021445,22054524:22055096,22088046:22090733,22150592:22151596,22150596:22151145,22180100:22180578,22210183:22211236,22226568:22227439,22301996:22302320,22453054:22453668,22513061:22513448', 'assoc_mat': '21967184:pet_clair:4207:21971460,21967193:pet_clair:4207:21971805,21969982:pet_clair:4207:21970464,21978888:pet_clair:4207:22003056,22014830:pet_clair:4207:22032769,22019908:pet_clair:4207:22021445,22054524:pet_clair:4207:22055096,22088046:pet_clair:4207:22090733,22150592:pet_clair:4207:22151596,22150596:pet_clair:4207:22151145,22180100:pet_clair:4207:22180578,22210183:pet_clair:4207:22211236,22226568:pet_clair:4207:22227439,22301996:pet_clair:4207:22302320,22453054:pet_clair:4207:22453668,22513061:pet_clair:4207:22513448'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004445767631080433, 'nb_photo': 3, 'list_port_cont': '22057340,22391721,22516752', 'assoc_port': '22051361:22057340,22391215:22391721,22513059:22516752', 'assoc_mat': '22051361:pet_clair:4461:22057340,22391215:pet_clair:4461:22391721,22513059:pet_clair:4461:22516752'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.04931642655860474, 'nb_photo': 253, 'list_port_cont': '21963502,21963746,21970693,21971849,21987222,22004227,22006320,22007566,22032229,22032620,22034596,22040658,22040889,22041947,22042205,22042854,22044162,22050959,22051684,22053685,22053804,22053810,22053935,22053954,22053976,22054070,22055102,22056677,22056856,22074424,22083189,22091019,22097328,22099677,22108162,22109932,22118588,22118758,22123749,22132980,22135493,22138553,22147417,22148479,22148521,22149493,22156884,22193163,22195000,22204884,22229870,22234995,22239611,22241164,22242693,22287937,22294362,22299466,22307383,22312888,22321661,22321913,22346383,22346556,22347427,22347611,22347712,22350369,22352390,22359274,22359280,22378619,22389050,22390079,22405892,22430776,22433526,22448399,22452360,22455394,22458255,22459864,22464641,22465995,22471223,22472653,22474364,22475501,22494865,22497797,22514302,22516907,22519193,22520067,22520222,22524872,22534639,22537790,22538642,22543796,22544901,22556704,22561572,22579096', 'assoc_port': '21962513:21963746,21963400:21963502,21967139:21970693,21967186:21971849,21978911:22004227,21980100:22006320,21980110:22007566,21986993:21987222,22010579:22032229,22011453:22032620,22013398:22034596,22014797:22040658,22014827:22040889,22014838:22041947,22014839:22042205,22014876:22042854,22014891:22044162,22017378:22051684,22019913:22053810,22023889:22056856,22035137:22054070,22040123:22053976,22040136:22053954,22045047:22053935,22045049:22053804,22049751:22050959,22049755:22056677,22051355:22053685,22054528:22055102,22068649:22083189,22073532:22074424,22078670:22099677,22088051:22091019,22091315:22118588,22091317:22109932,22093114:22118758,22096627:22097328,22101552:22108162,22123322:22123749,22126966:22132980,22129562:22135493,22132587:22138553,22137423:22147417,22142356:22148479,22142359:22148521,22142361:22149493,22153226:22156884,22191278:22193163,22194161:22195000,22200699:22242693,22204331:22204884,22210211:22241164,22211636:22239611,22222639:22229870,22234729:22234995,22286480:22287937,22291938:2229436', 'assoc_mat': '21962513:pet_clair:4200:21963746,21963400:pet_clair:4200:21963502,21967139:pet_clair:4200:21970693,21967186:pet_clair:4200:21971849,21978911:pet_clair:4200:22004227,21980100:pet_clair:4200:22006320,21980110:pet_clair:4200:22007566,21986993:pet_clair:4200:21987222,22010579:pet_clair:4200:22032229,22011453:pet_clair:4200:22032620,22013398:pet_clair:4200:22034596,22014797:pet_clair:4200:22040658,22014827:pet_clair:4200:22040889,22014838:pet_clair:4200:22041947,22014839:pet_clair:4200:22042205,22014876:pet_clair:4200:22042854,22014891:pet_clair:4200:22044162,22017378:pet_clair:4200:22051684,22019913:pet_clair:4200:22053810,22023889:pet_clair:4200:22056856,22035137:pet_clair:4200:22054070,22040123:pet_clair:4200:22053976,22040136:pet_clair:4200:22053954,22045047:pet_clair:4200:22053935,22045049:pet_clair:4200:22053804,22049751:pet_clair:4200:22050959,22049755:pet_clair:4200:22056677,22051355:pet_clair:4200:22053685,22054528:pet_clair:4200:22055102,22068649:pet_clair:4200:22083189,22073532:pet_clair:4200:22074424,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.002662443607797629, 'nb_photo': 20, 'list_port_cont': '21964211,21981113,22015980,22018049,22047087,22057105,22123756,22137988,22184238,22307671,22315046,22319795,22357148,22379982,22385062,22463850,22490536,22490675,22544899', 'assoc_port': '21963882:21964211,21980117:21981113,22014886:22015980,22017392:22018049,22046565:22047087,22056819:22057105,22123324:22123756,22137426:22137988,22183560:22184238,22307235:22307671,22314652:22315046,22319403:22319795,22353972:22357148,22379661:22379982,22384433:22385062,22463408:22463850,22489071:22490675,22489083:22490536,22544864:22544899', 'assoc_mat': '21963882:pet_clair:4209:21964211,21980117:pet_clair:4209:21981113,22014886:pet_clair:4209:22015980,22017392:pet_clair:4209:22018049,22046565:pet_clair:4209:22047087,22056819:pet_clair:4209:22057105,22123324:pet_clair:4209:22123756,22137426:pet_clair:4209:22137988,22183560:pet_clair:4209:22184238,22307235:pet_clair:4209:22307671,22314652:pet_clair:4209:22315046,22319403:pet_clair:4209:22319795,22353972:pet_clair:4209:22357148,22379661:pet_clair:4209:22379982,22384433:pet_clair:4209:22385062,22463408:pet_clair:4209:22463850,22489071:pet_clair:4209:22490675,22489083:pet_clair:4209:22490536,22544864:pet_clair:4209:22544899'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0007315821723630858, 'nb_photo': 53, 'list_port_cont': '21963410,21963583,21964275,21971921,22026137,22026584,22033370,22050600,22050717,22051598,22057171,22091678,22094247,22132332,22144693,22158599,22177948,22186670,22229852,22312608,22313305,22341213,22344829,22345495,22353633,22381576,22381589,22394225,22420793,22437386,22453645,22457547,22458006,22467513,22468255,22487412,22488231,22491968,22498430,22502905,22518633,22524424,22545013,22548068,22554862,22558952', 'assoc_port': '21962514:21963410,21963397:21963583,21963883:21964275,21967195:21971921,22014874:22026584,22019909:22026137,22032532:22033370,22042107:22051598,22046566:22050717,22049754:22050600,22054525:22057171,22086017:22094247,22091316:22091678,22131720:22132332,22144308:22144693,22157945:22158599,22177113:22177948,22183559:22186670,22226567:22229852,22312348:22312608,22312865:22313305,22340396:22341213,22344385:22344829,22345136:22345495,22350589:22353633,22381321:22381589,22381322:22381576,22393282:22394225,22420197:22420793,22436848:22437386,22453056:22453645,22457336:22458006,22457340:22457547,22466642:22467513,22468001:22468255,22486524:22487412,22488169:22488231,22491285:22491968,22496823:22498430,22502386:22502905,22517559:22518633,22519957:22524424,22544858:22545013,22547221:22548068,22554336:22554862,22558088:22558952', 'assoc_mat': '21962514:pet_clair:4211:21963410,21963397:pet_clair:4211:21963583,21963883:pet_clair:4211:21964275,21967195:pet_clair:4211:21971921,22014874:pet_clair:4211:22026584,22019909:pet_clair:4211:22026137,22032532:pet_clair:4211:22033370,22042107:pet_clair:4211:22051598,22046566:pet_clair:4211:22050717,22049754:pet_clair:4211:22050600,22054525:pet_clair:4211:22057171,22086017:pet_clair:4211:22094247,22091316:pet_clair:4211:22091678,22131720:pet_clair:4211:22132332,22144308:pet_clair:4211:22144693,22157945:pet_clair:4211:22158599,22177113:pet_clair:4211:22177948,22183559:pet_clair:4211:22186670,22226567:pet_clair:4211:22229852,22312348:pet_clair:4211:22312608,22312865:pet_clair:4211:22313305,22340396:pet_clair:4211:22341213,22344385:pet_clair:4211:22344829,22345136:pet_clair:4211:22345495,22350589:pet_clair:4211:22353633,22381321:pet_clair:4211:22381589,22381322:pet_clair:4211:22381576,22393282:pet_clair:4211:22394225,22420197:pet_clair:4211:22420793,22436848:pet_clair:4211:22437386,22453056:pet_clair:4211:22453645,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9929778056412906, 'nb_photo': 77733, 'list_port_cont': '21963757,21964592,21976289,21982681,21988608,21990851,21997671,21998125,22005695,22005804,22008139,22009174,22012898,22015717,22020908,22025556,22033712,22033943,22036192,22037056,22040774,22042141,22042751,22042956,22046211,22046332,22048304,22051165,22053759,22054696,22055734,22055906,22056154,22057901,22060433,22067768,22069674,22076462,22077046,22079685,22079923,22082874,22091993,22093328,22095885,22097557,22105061,22107800,22109488,22112202,22122798,22129282,22132952,22134776,22138725,22140629,22142070,22143888,22147619,22150082,22151648,22152132,22159101,22181942,22186780,22187110,22187171,22190729,22196313,22201872,22207809,22209140,22223422,22229893,22234454,22236409,22237239,22242421,22242913,22242984,22302587,22302793,22303801,22306109,22307655,22308460,22309672,22312233,22313210,22317218,22317357,22317630,22317837,22318875,22340139,22345679,22346432,22346696,22347413,22347580,22349626,22353371,22354642,22356552,22358829,22358846,22373042,22378658,22378765,22378831,22379342,22380048,22382916,2238919', 'assoc_port': '21963399:21963757,21964372:21964592,21967124:21988608,21969980:21982681,21975313:21990851,21975319:21976289,21976848:21998125,21978922:22005695,21978944:22005804,21980102:22008139,21980115:22009174,21984249:22012898,21985543:22015717,21996832:21997671,22011451:22033712,22013383:22036192,22014822:22042141,22014828:22042751,22014840:22095885,22014875:22082874,22014890:22079923,22014897:22046332,22014905:22048304,22018592:22060433,22019912:22020908,22023872:22025556,22032522:22033943,22035139:22037056,22040125:22054696,22040135:22040774,22042109:22042956,22045050:22046211,22049752:22051165,22051359:22053759,22054521:22055906,22054523:22057901,22054527:22056154,22054529:22055734,22066731:22067768,22068650:22069674,22071992:22077046,22075835:22076462,22078672:22079685,22086065:22091993,22091319:22112202,22091321:22093328,22096626:22097557,22098018:22109488,22101541:22107800,22101550:22105061,22122001:22122798,22126969:22129282,22132582:22132952,22133906:22134776,22137424:22138725,22138710:22140629,22141213:2214207', 'assoc_mat': '21963399:pet_clair:3327:21963757,21964372:pet_clair:3327:21964592,21967124:pet_clair:3327:21988608,21969980:pet_clair:3327:21982681,21975313:pet_clair:3327:21990851,21975319:pet_clair:3327:21976289,21976848:pet_clair:3327:21998125,21978922:pet_clair:3327:22005695,21978944:pet_clair:3327:22005804,21980102:pet_clair:3327:22008139,21980115:pet_clair:3327:22009174,21984249:pet_clair:3327:22012898,21985543:pet_clair:3327:22015717,21996832:pet_clair:3327:21997671,22011451:pet_clair:3327:22033712,22013383:pet_clair:3327:22036192,22014822:pet_clair:3327:22042141,22014828:pet_clair:3327:22042751,22014840:pet_clair:3327:22095885,22014875:pet_clair:3327:22082874,22014890:pet_clair:3327:22079923,22014897:pet_clair:3327:22046332,22014905:pet_clair:3327:22048304,22018592:pet_clair:3327:22060433,22019912:pet_clair:3327:22020908,22023872:pet_clair:3327:22025556,22032522:pet_clair:3327:22033943,22035139:pet_clair:3327:22037056,22040125:pet_clair:3327:22054696,22040135:pet_clair:3327:22040774,22042109:pet_clair:3327:22042956,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.06765386102739927, 'nb_photo': 34, 'list_port_cont': '22019657,22358758,22448923', 'assoc_port': '22018590:22019657,22358427:22358758,22448524:22448923', 'assoc_mat': '22018590:pet_clair:3594:22019657,22358427:pet_clair:3594:22358758,22448524:pet_clair:3594:22448923'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.004491463864226392, 'nb_photo': 1, 'list_port_cont': '22361617', 'assoc_port': '22355024:22361617', 'assoc_mat': '22355024:pet_fonce:4205:22361617'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0018904705676207618, 'nb_photo': 1, 'list_port_cont': '22201652', 'assoc_port': '22200705:22201652', 'assoc_mat': '22200705:pet_fonce:4207:22201652'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0, 'nb_photo': 1992, 'list_port_cont': '22346558', 'assoc_port': '22346410:22346558', 'assoc_mat': '22346410:pet_fonce:4200:22346558'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00018869727332743503, 'nb_photo': 7, 'list_port_cont': '22025960,22080511,22091670,22092183,22192300,22195695,22535671', 'assoc_port': '22024789:22025960,22079487:22080511,22079491:22092183,22091316:22091670,22191275:22192300,22195205:22195695,22534859:22535671', 'assoc_mat': '22024789:pet_fonce:4211:22025960,22079487:pet_fonce:4211:22080511,22079491:pet_fonce:4211:22092183,22091316:pet_fonce:4211:22091670,22191275:pet_fonce:4211:22192300,22195205:pet_fonce:4211:22195695,22534859:pet_fonce:4211:22535671'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002827447796087343, 'nb_photo': 16, 'list_port_cont': '22009170,22042145,22042753,22046217,22067758,22077057,22303810,22306120,22307654,22345682,22505176,22559481', 'assoc_port': '21980115:22009170,22014822:22042145,22014828:22042753,22045050:22046217,22066731:22067758,22071992:22077057,22295403:22307654,22295431:22303810,22305205:22306120,22345137:22345682,22503985:22505176,22558087:22559481', 'assoc_mat': '21980115:pet_fonce:3327:22009170,22014822:pet_fonce:3327:22042145,22014828:pet_fonce:3327:22042753,22045050:pet_fonce:3327:22046217,22066731:pet_fonce:3327:22067758,22071992:pet_fonce:3327:22077057,22295403:pet_fonce:3327:22307654,22295431:pet_fonce:3327:22303810,22305205:pet_fonce:3327:22306120,22345137:pet_fonce:3327:22345682,22503985:pet_fonce:3327:22505176,22558087:pet_fonce:3327:22559481'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.002899510838963964, 'nb_photo': 5, 'list_port_cont': '22358757,22448928', 'assoc_port': '22358427:22358757,22448524:22448928', 'assoc_mat': '22358427:pet_fonce:3594:22358757,22448524:pet_fonce:3594:22448928'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006520555655705008, 'nb_photo': 1, 'list_port_cont': '22553547', 'assoc_port': '22550650:22553547', 'assoc_mat': '22550650:pet_opaque:4205:22553547'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 8.588914769780425e-05, 'nb_photo': 3, 'list_port_cont': '22097225,22154992,22450058', 'assoc_port': '22096625:22097225,22141215:22154992,22449976:22450058', 'assoc_mat': '22096625:pet_opaque:4203:22097225,22141215:pet_opaque:4203:22154992,22449976:pet_opaque:4203:22450058'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00491441935270775, 'nb_photo': 9, 'list_port_cont': '22031488,22076180,22151599,22378742,22379468,22381073,22395079,22459747', 'assoc_port': '22031176:22031488,22075837:22076180,22150592:22151599,22378451:22378742,22379396:22379468,22380802:22381073,22394735:22395079,22459601:22459747', 'assoc_mat': '22031176:pet_opaque:4207:22031488,22075837:pet_opaque:4207:22076180,22150592:pet_opaque:4207:22151599,22378451:pet_opaque:4207:22378742,22379396:pet_opaque:4207:22379468,22380802:pet_opaque:4207:22381073,22394735:pet_opaque:4207:22395079,22459601:pet_opaque:4207:22459747'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005104541456347798, 'nb_photo': 13, 'list_port_cont': '22055220,22069263,22143059,22184417,22194273,22292789,22332221,22378488,22433273,22438564,22490377,22494827,22561961', 'assoc_port': '22054526:22055220,22068647:22069263,22142357:22143059,22183556:22184417,22186200:22194273,22291934:22292789,22331496:22332221,22378314:22378488,22431118:22438564,22433052:22433273,22489082:22490377,22494448:22494827,22561375:22561961', 'assoc_mat': '22054526:pet_opaque:4461:22055220,22068647:pet_opaque:4461:22069263,22142357:pet_opaque:4461:22143059,22183556:pet_opaque:4461:22184417,22186200:pet_opaque:4461:22194273,22291934:pet_opaque:4461:22292789,22331496:pet_opaque:4461:22332221,22378314:pet_opaque:4461:22378488,22431118:pet_opaque:4461:22438564,22433052:pet_opaque:4461:22433273,22489082:pet_opaque:4461:22490377,22494448:pet_opaque:4461:22494827,22561375:pet_opaque:4461:22561961'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.002423384205822501, 'nb_photo': 280, 'list_port_cont': '21963500,21963750,21969528,21970682,21971845,21977060,21987225,21996010,22006325,22007574,22032225,22032627,22040663,22040891,22041934,22042206,22042523,22044594,22044885,22045455,22050960,22051679,22051866,22053683,22053797,22053809,22053965,22053978,22054061,22055112,22056672,22057729,22074423,22083183,22091007,22091142,22097341,22099670,22108172,22118591,22118757,22123746,22132982,22135487,22138548,22147406,22148471,22148518,22149498,22153022,22156886,22158870,22159210,22162550,22169732,22193164,22195010,22204886,22229876,22234438,22234989,22239597,22294371,22299451,22307268,22309488,22317583,22321650,22321916,22321968,22345024,22346379,22346567,22347604,22347718,22350359,22358800,22361605,22378781,22378981,22381112,22381722,22389058,22390088,22395767,22396913,22397007,22405890,22411837,22422311,22425639,22430773,22433524,22437092,22441963,22448398,22452369,22455395,22456029,22458248,22459854,22464635,22466002,22471224,22472361,22472658,22473132,22475499,22488338,22488461,22494866,22497794,22506975,2251690', 'assoc_port': '21962513:21963750,21963400:21963500,21967129:21969528,21967139:21970682,21967186:21971845,21976823:21996010,21976906:21977060,21980100:22006325,21980110:22007574,21986993:21987225,22010579:22032225,22011453:22032627,22014797:22040663,22014827:22040891,22014838:22041934,22014839:22042206,22014898:22044594,22014902:22044885,22014903:22045455,22017378:22051679,22019913:22053809,22032524:22057729,22035137:22054061,22040123:22053978,22040136:22053965,22042108:22042523,22045049:22053797,22049751:22050960,22049755:22056672,22051355:22053683,22051363:22051866,22054528:22055112,22068649:22083183,22073532:22074423,22078670:22099670,22088043:22091142,22088051:22091007,22091315:22118591,22093114:22118757,22096627:22097341,22101552:22108172,22123322:22123746,22126966:22132982,22129562:22135487,22132587:22138548,22137423:22147406,22141214:22162550,22142356:22148471,22142359:22148518,22142361:22149498,22144310:22153022,22148779:22169732,22153226:22156886,22154710:22158870,22154715:22159210,22191278:22193164,22194161:2219501', 'assoc_mat': '21962513:pet_opaque:4200:21963750,21963400:pet_opaque:4200:21963500,21967129:pet_opaque:4200:21969528,21967139:pet_opaque:4200:21970682,21967186:pet_opaque:4200:21971845,21976823:pet_opaque:4200:21996010,21976906:pet_opaque:4200:21977060,21980100:pet_opaque:4200:22006325,21980110:pet_opaque:4200:22007574,21986993:pet_opaque:4200:21987225,22010579:pet_opaque:4200:22032225,22011453:pet_opaque:4200:22032627,22014797:pet_opaque:4200:22040663,22014827:pet_opaque:4200:22040891,22014838:pet_opaque:4200:22041934,22014839:pet_opaque:4200:22042206,22014898:pet_opaque:4200:22044594,22014902:pet_opaque:4200:22044885,22014903:pet_opaque:4200:22045455,22017378:pet_opaque:4200:22051679,22019913:pet_opaque:4200:22053809,22032524:pet_opaque:4200:22057729,22035137:pet_opaque:4200:22054061,22040123:pet_opaque:4200:22053978,22040136:pet_opaque:4200:22053965,22042108:pet_opaque:4200:22042523,22045049:pet_opaque:4200:22053797,22049751:pet_opaque:4200:22050960,22049755:pet_opaque:4200:22056672,22051355:pet_opaque:4200:22053683,2205'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0013419013706149725, 'nb_photo': 20, 'list_port_cont': '21977104,22040474,22050288,22050449,22051857,22097146,22149413,22154839,22175463,22195660,22217895,22221841,22377461,22403220,22433174,22504641,22504824,22512581,22553678', 'assoc_port': '21976904:21977104,22038503:22050288,22040133:22040474,22049747:22050449,22049749:22051857,22096624:22097146,22148776:22149413,22154714:22154839,22174848:22175463,22195202:22195660,22217464:22217895,22221022:22221841,22376588:22377461,22402440:22403220,22433050:22433174,22503987:22504824,22504014:22504641,22511772:22512581,22552959:22553678', 'assoc_mat': '21976904:pet_opaque:4209:21977104,22038503:pet_opaque:4209:22050288,22040133:pet_opaque:4209:22040474,22049747:pet_opaque:4209:22050449,22049749:pet_opaque:4209:22051857,22096624:pet_opaque:4209:22097146,22148776:pet_opaque:4209:22149413,22154714:pet_opaque:4209:22154839,22174848:pet_opaque:4209:22175463,22195202:pet_opaque:4209:22195660,22217464:pet_opaque:4209:22217895,22221022:pet_opaque:4209:22221841,22376588:pet_opaque:4209:22377461,22402440:pet_opaque:4209:22403220,22433050:pet_opaque:4209:22433174,22503987:pet_opaque:4209:22504824,22504014:pet_opaque:4209:22504641,22511772:pet_opaque:4209:22512581,22552959:pet_opaque:4209:22553678'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00040202308700366984, 'nb_photo': 162, 'list_port_cont': '21963581,21970578,21971872,21990266,22007319,22008816,22025927,22026181,22026234,22026317,22026746,22027167,22027268,22031879,22031953,22033376,22040607,22040704,22050596,22050719,22051606,22052013,22052129,22068755,22072737,22083632,22092188,22105433,22127605,22132330,22144833,22151416,22155287,22158587,22177959,22179540,22186658,22192296,22195670,22195690,22210747,22222984,22229853,22291492,22294739,22298645,22306927,22312605,22313068,22313299,22315306,22318838,22329442,22337045,22341211,22344858,22344998,22352713,22352907,22377507,22379561,22381595,22385079,22387546,22388649,22420803,22425571,22430384,22430457,22430491,22432876,22437369,22439800,22441431,22445416,22449012,22452317,22453640,22453673,22455815,22455928,22457546,22458972,22462807,22467565,22480057,22487408,22488371,22491971,22492174,22498428,22498714,22499112,22502911,22515731,22515837,22518619,22519781,22532359,22534396,22545027,22548071,22554861,22557240,22563962', 'assoc_port': '21963397:21963581,21967132:21970578,21967181:21971872,21975320:21990266,21980103:22007319,21980142:22008816,22010582:22027268,22011452:22027167,22014825:22026746,22014893:22026317,22014896:22026234,22014901:22026181,22024784:22025927,22031175:22031953,22031177:22031879,22032532:22033376,22040126:22040704,22040132:22040607,22042107:22051606,22046566:22050719,22049754:22050596,22051354:22052129,22051356:22052013,22065346:22068755,22071991:22072737,22079488:22083632,22079491:22092188,22101546:22105433,22126967:22127605,22131720:22132330,22144305:22144833,22150594:22151416,22154691:22155287,22157945:22158587,22177113:22177959,22178712:22179540,22183559:22186658,22191275:22192296,22195199:22195670,22195205:22195690,22210185:22210747,22222660:22222984,22226567:22229853,22290548:22291492,22294054:22294739,22298063:22298645,22304108:22306927,22312348:22312605,22312865:22313299,22312871:22313068,22314655:22315306,22318030:22318838,22328574:22329442,22336329:22337045,22340396:22341211,22340406:22344998,22344385:2234485', 'assoc_mat': '21963397:pet_opaque:4211:21963581,21967132:pet_opaque:4211:21970578,21967181:pet_opaque:4211:21971872,21975320:pet_opaque:4211:21990266,21980103:pet_opaque:4211:22007319,21980142:pet_opaque:4211:22008816,22010582:pet_opaque:4211:22027268,22011452:pet_opaque:4211:22027167,22014825:pet_opaque:4211:22026746,22014893:pet_opaque:4211:22026317,22014896:pet_opaque:4211:22026234,22014901:pet_opaque:4211:22026181,22024784:pet_opaque:4211:22025927,22031175:pet_opaque:4211:22031953,22031177:pet_opaque:4211:22031879,22032532:pet_opaque:4211:22033376,22040126:pet_opaque:4211:22040704,22040132:pet_opaque:4211:22040607,22042107:pet_opaque:4211:22051606,22046566:pet_opaque:4211:22050719,22049754:pet_opaque:4211:22050596,22051354:pet_opaque:4211:22052129,22051356:pet_opaque:4211:22052013,22065346:pet_opaque:4211:22068755,22071991:pet_opaque:4211:22072737,22079488:pet_opaque:4211:22083632,22079491:pet_opaque:4211:22092188,22101546:pet_opaque:4211:22105433,22126967:pet_opaque:4211:22127605,22131720:pet_opaque:4211:22132330,2214'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.003987883235502827, 'nb_photo': 331, 'list_port_cont': '21962939,21967682,21970619,21977417,21979773,21996965,22015338,22023227,22024485,22028491,22040790,22051423,22051723,22055157,22064643,22073981,22076264,22081442,22098896,22106681,22132406,22134321,22159637,22165092,22166954,22186446,22194605,22207263,22225037,22235720,22287110,22301632,22306706,22308222,22310204,22314713,22329451,22329942,22345482,22346599,22347235,22347825,22348679,22358954,22379487,22389541,22403112,22411917,22412541,22437353,22440994,22450646,22458373,22460029,22469998,22486682,22487210,22488316,22490161,22494958,22497915,22513090,22525278,22532250,22537004,22543393,22552271,22556356,22560474,22566497', 'assoc_port': '21962512:21962939,21967188:21967682,21969981:21970619,21976865:21977417,21978938:21979773,21996833:21996965,22014835:22028491,22014872:22015338,22018591:22024485,22023069:22023227,22035138:22051423,22040129:22040790,22051360:22051723,22054522:22055157,22062850:22064643,22073531:22073981,22075836:22076264,22079490:22081442,22098017:22098896,22106152:22106681,22131721:22132406,22133905:22134321,22137425:22166954,22148775:22165092,22150595:22159637,22174852:22235720,22185033:22186446,22194159:22194605,22206469:22207263,22221035:22225037,22286479:22287110,22299407:22301632,22304113:22306706,22307886:22308222,22309703:22310204,22314656:22314713,22328536:22358954,22328563:22348679,22328569:22329942,22328572:22329451,22334759:22347825,22345135:22345482,22346404:22346599,22346890:22347235,22379399:22379487,22388008:22389541,22393285:22412541,22394734:22411917,22402406:22403112,22436849:22437353,22440751:22440994,22450301:22450646,22457337:22458373,22459597:22460029,22469829:22469998,22486521:22486682,22486538:2248721', 'assoc_mat': '21962512:plastique:3726:21962939,21967188:plastique:3726:21967682,21969981:plastique:3726:21970619,21976865:plastique:3726:21977417,21978938:plastique:3726:21979773,21996833:plastique:3726:21996965,22014835:plastique:3726:22028491,22014872:plastique:3726:22015338,22018591:plastique:3726:22024485,22023069:plastique:3726:22023227,22035138:plastique:3726:22051423,22040129:plastique:3726:22040790,22051360:plastique:3726:22051723,22054522:plastique:3726:22055157,22062850:plastique:3726:22064643,22073531:plastique:3726:22073981,22075836:plastique:3726:22076264,22079490:plastique:3726:22081442,22098017:plastique:3726:22098896,22106152:plastique:3726:22106681,22131721:plastique:3726:22132406,22133905:plastique:3726:22134321,22137425:plastique:3726:22166954,22148775:plastique:3726:22165092,22150595:plastique:3726:22159637,22174852:plastique:3726:22235720,22185033:plastique:3726:22186446,22194159:plastique:3726:22194605,22206469:plastique:3726:22207263,22221035:plastique:3726:22225037,22286479:plastique:3726:22287110,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011150267531303368, 'nb_photo': 1594, 'list_port_cont': '21962937,21967688,21970618,21977419,21979782,21996959,22015340,22023223,22024480,22028377,22028489,22040791,22051418,22051722,22055163,22064653,22073979,22076262,22081437,22098899,22102886,22106682,22132397,22134318,22159638,22165100,22166953,22186444,22194599,22195061,22207266,22225045,22235721,22287113,22301629,22306708,22308220,22310206,22314703,22329457,22329950,22333938,22345480,22346597,22347228,22347824,22348678,22355175,22358952,22359248,22379495,22389543,22403116,22411916,22412548,22437356,22440989,22450654,22458374,22460026,22469988,22486683,22487206,22488312,22490162,22494960,22497921,22513084,22525277,22532245,22537007,22543400,22552267,22556365,22560468,22566496', 'assoc_port': '21962512:21962937,21967188:21967688,21969981:21970618,21976865:21977419,21978938:21979782,21996833:21996959,22014835:22028489,22014845:22028377,22014872:22015340,22018591:22024480,22023069:22023223,22035138:22051418,22040129:22040791,22051360:22051722,22054522:22055163,22062850:22064653,22073531:22073979,22075836:22076262,22079490:22081437,22096622:22102886,22098017:22098899,22106152:22106682,22131721:22132397,22133905:22134318,22137425:22166953,22148775:22165100,22150595:22159638,22174852:22235721,22185033:22186444,22194156:22195061,22194159:22194599,22206469:22207266,22221035:22225045,22286479:22287113,22299407:22301629,22304113:22306708,22307886:22308220,22309703:22310206,22314656:22314703,22328536:22358952,22328562:22359248,22328563:22348678,22328564:22333938,22328569:22329950,22328572:22329457,22334759:22347824,22345135:22345480,22346404:22346597,22346890:22347228,22355026:22355175,22379399:22379495,22388008:22389543,22393285:22412548,22394734:22411916,22402406:22403116,22436849:22437356,22440751:2244098', 'assoc_mat': '21962512:Teint_Dans_La_Masse:3726:21962937,21967188:Teint_Dans_La_Masse:3726:21967688,21969981:Teint_Dans_La_Masse:3726:21970618,21976865:Teint_Dans_La_Masse:3726:21977419,21978938:Teint_Dans_La_Masse:3726:21979782,21996833:Teint_Dans_La_Masse:3726:21996959,22014835:Teint_Dans_La_Masse:3726:22028489,22014845:Teint_Dans_La_Masse:3726:22028377,22014872:Teint_Dans_La_Masse:3726:22015340,22018591:Teint_Dans_La_Masse:3726:22024480,22023069:Teint_Dans_La_Masse:3726:22023223,22035138:Teint_Dans_La_Masse:3726:22051418,22040129:Teint_Dans_La_Masse:3726:22040791,22051360:Teint_Dans_La_Masse:3726:22051722,22054522:Teint_Dans_La_Masse:3726:22055163,22062850:Teint_Dans_La_Masse:3726:22064653,22073531:Teint_Dans_La_Masse:3726:22073979,22075836:Teint_Dans_La_Masse:3726:22076262,22079490:Teint_Dans_La_Masse:3726:22081437,22096622:Teint_Dans_La_Masse:3726:22102886,22098017:Teint_Dans_La_Masse:3726:22098899,22106152:Teint_Dans_La_Masse:3726:22106682,22131721:Teint_Dans_La_Masse:3726:22132397,22133905:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 28458}}, 'hostname': (('jetson-6',),), 'impurety_average_per_hashtag': [(('film_pedb', '2025-04', 0.2266899996726746),), (('jrm', '2025-04', 0.03689839811810771),), (('flux_dev', '2025-04', 0.302655818024017),), (('pehd_pp', '2025-04', 0.0616669807522233),), (('aluminium', '2025-04', 0.06078473297454778),), (('emr', '2025-04', 0.05143093490231179),), (('pet_clair', '2025-04', 0.012932108945972434),), (('gm', '2025-04', 0.0799587279035186),), (('ela', '2025-04', 0.02631123165820873),), (('refus', '2025-04', 0.13533833068094134),)]} 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=4925 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=4925 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= 4925 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=4925 # 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 14021 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 14029 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14028 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 14025 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 14025 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 14027 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 14027 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 14022 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14022 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 14032 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 14032 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 14024 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 14023 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 14023 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 14031 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 14024 doesn't seem to be define in the database( WARNING : type of input 3 of step 14023 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 14021 doesn't seem to be define in the database( WARNING : type of input 2 of step 14025 doesn't seem to be define in the database( WARNING : output 1 of step 14021 have datatype=2 whereas input 1 of step 14027 have datatype=7 WARNING : type of output 2 of step 14027 doesn't seem to be define in the database( WARNING : type of input 1 of step 14022 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 14024 have datatype=10 whereas input 3 of step 14030 have datatype=6 WARNING : type of input 2 of step 14032 doesn't seem to be define in the database( WARNING : output 1 of step 14022 have datatype=7 whereas input 2 of step 14032 have datatype=None WARNING : type of output 3 of step 14032 doesn't seem to be define in the database( WARNING : type of input 1 of step 14024 doesn't seem to be define in the database( WARNING : output 0 of step 14024 have datatype=10 whereas input 0 of step 14033 have datatype=18 WARNING : type of input 5 of step 14030 doesn't seem to be define in the database( WARNING : output 0 of step 14033 have datatype=11 whereas input 5 of step 14030 have datatype=None WARNING : type of output 1 of step 14029 doesn't seem to be define in the database( WARNING : type of input 3 of step 14025 doesn't seem to be define in the database( WARNING : type of output 1 of step 14028 doesn't seem to be define in the database( WARNING : type of input 3 of step 14025 doesn't seem to be define in the database( WARNING : output 0 of step 14027 have datatype=1 whereas input 0 of step 14022 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,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,etiquette,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=4926 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=4926 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= 4926 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=4926 # 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 14034 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 14041 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14042 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 14038 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 14038 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 14040 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 14040 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 14035 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14035 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 14045 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 14045 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 14037 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 14036 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 14036 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 14044 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 14037 doesn't seem to be define in the database( WARNING : type of input 3 of step 14036 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 14034 doesn't seem to be define in the database( WARNING : type of input 2 of step 14038 doesn't seem to be define in the database( WARNING : output 1 of step 14034 have datatype=2 whereas input 1 of step 14040 have datatype=7 WARNING : type of output 2 of step 14040 doesn't seem to be define in the database( WARNING : type of input 1 of step 14035 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 14037 have datatype=10 whereas input 3 of step 14043 have datatype=6 WARNING : type of input 2 of step 14045 doesn't seem to be define in the database( WARNING : output 1 of step 14035 have datatype=7 whereas input 2 of step 14045 have datatype=None WARNING : type of output 3 of step 14045 doesn't seem to be define in the database( WARNING : type of input 1 of step 14037 doesn't seem to be define in the database( WARNING : output 0 of step 14037 have datatype=10 whereas input 0 of step 14046 have datatype=18 WARNING : type of input 5 of step 14043 doesn't seem to be define in the database( WARNING : output 0 of step 14046 have datatype=11 whereas input 5 of step 14043 have datatype=None WARNING : type of output 1 of step 14041 doesn't seem to be define in the database( WARNING : type of input 3 of step 14038 doesn't seem to be define in the database( WARNING : type of output 1 of step 14042 doesn't seem to be define in the database( WARNING : type of input 3 of step 14038 doesn't seem to be define in the database( WARNING : output 0 of step 14040 have datatype=1 whereas input 0 of step 14035 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,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,etiquette,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=4925 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=4925 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= 4925 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=4925 # 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 14021 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 14029 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14028 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 14025 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 14025 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 14027 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 14027 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 14022 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14022 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 14032 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 14032 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 14024 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 14023 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 14023 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 14031 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 14024 doesn't seem to be define in the database( WARNING : type of input 3 of step 14023 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 14021 doesn't seem to be define in the database( WARNING : type of input 2 of step 14025 doesn't seem to be define in the database( WARNING : output 1 of step 14021 have datatype=2 whereas input 1 of step 14027 have datatype=7 WARNING : type of output 2 of step 14027 doesn't seem to be define in the database( WARNING : type of input 1 of step 14022 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 14024 have datatype=10 whereas input 3 of step 14030 have datatype=6 WARNING : type of input 2 of step 14032 doesn't seem to be define in the database( WARNING : output 1 of step 14022 have datatype=7 whereas input 2 of step 14032 have datatype=None WARNING : type of output 3 of step 14032 doesn't seem to be define in the database( WARNING : type of input 1 of step 14024 doesn't seem to be define in the database( WARNING : output 0 of step 14024 have datatype=10 whereas input 0 of step 14033 have datatype=18 WARNING : type of input 5 of step 14030 doesn't seem to be define in the database( WARNING : output 0 of step 14033 have datatype=11 whereas input 5 of step 14030 have datatype=None WARNING : type of output 1 of step 14029 doesn't seem to be define in the database( WARNING : type of input 3 of step 14025 doesn't seem to be define in the database( WARNING : type of output 1 of step 14028 doesn't seem to be define in the database( WARNING : type of input 3 of step 14025 doesn't seem to be define in the database( WARNING : output 0 of step 14027 have datatype=1 whereas input 0 of step 14022 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,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,etiquette,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=4926 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=4926 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= 4926 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=4926 # 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 14034 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 14041 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14042 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 14038 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 14038 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 14040 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 14040 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 14035 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 14035 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 14045 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 14045 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 14037 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 14036 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 14036 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 14044 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 14037 doesn't seem to be define in the database( WARNING : type of input 3 of step 14036 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 14034 doesn't seem to be define in the database( WARNING : type of input 2 of step 14038 doesn't seem to be define in the database( WARNING : output 1 of step 14034 have datatype=2 whereas input 1 of step 14040 have datatype=7 WARNING : type of output 2 of step 14040 doesn't seem to be define in the database( WARNING : type of input 1 of step 14035 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 14037 have datatype=10 whereas input 3 of step 14043 have datatype=6 WARNING : type of input 2 of step 14045 doesn't seem to be define in the database( WARNING : output 1 of step 14035 have datatype=7 whereas input 2 of step 14045 have datatype=None WARNING : type of output 3 of step 14045 doesn't seem to be define in the database( WARNING : type of input 1 of step 14037 doesn't seem to be define in the database( WARNING : output 0 of step 14037 have datatype=10 whereas input 0 of step 14046 have datatype=18 WARNING : type of input 5 of step 14043 doesn't seem to be define in the database( WARNING : output 0 of step 14046 have datatype=11 whereas input 5 of step 14043 have datatype=None WARNING : type of output 1 of step 14041 doesn't seem to be define in the database( WARNING : type of input 3 of step 14038 doesn't seem to be define in the database( WARNING : type of output 1 of step 14042 doesn't seem to be define in the database( WARNING : type of input 3 of step 14038 doesn't seem to be define in the database( WARNING : output 0 of step 14040 have datatype=1 whereas input 0 of step 14035 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,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,etiquette,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': ((28458,),), 'unwanted_material_monthly_percentage': ((0.09647867996590875,),), 'material_repartition': (('pet_clair', 4424), ('film_pedb', 3178), ('pehd_pp', 3047), ('gm', 2643), ('flux_dev', 2510), ('jrm', 2348), ('emr', 2298), ('ela', 862), ('aluminium', 452), ('refus', 24)), 'material_dict': {'pet_clair': 4424, 'film_pedb': 3178, 'pehd_pp': 3047, 'gm': 2643, 'flux_dev': 2510, 'jrm': 2348, 'emr': 2298, 'autres': 1338}, 'coverage_data': (('2025/04/30/', 1.0), ('2025/04/29/', 1.0), ('2025/04/28/', 1.0), ('2025/04/26/', 1.0), ('2025/04/25/', 1.0), ('2025/04/24/', 1.0), ('2025/04/23/', 1.0), ('2025/04/22/', 1.0), ('2025/04/21/', 1.0), ('2025/04/18/', 1.0), ('2025/04/19/', 1.0), ('2025/04/17/', 1.0), ('2025/04/16/', 1.0), ('2025/04/15/', 1.0), ('2025/04/14/', 1.0), ('2025/04/12/', 1.0), ('2025/04/11/', 1.0), ('2025/04/10/', 1.0), ('2025/04/09/', 1.0), ('2025/04/02/', 1.0), ('2025/04/01/', 1.0)), 'impurety_average_data': ((datetime.date(2025, 4, 1), 0.08069458882676867, 1992), (datetime.date(2025, 4, 2), 0.08030273248689157, 2016), (datetime.date(2025, 4, 3), 0.09806830028145697, 1168), (datetime.date(2025, 4, 15), 0.08935752145128453, 2066), (datetime.date(2025, 4, 16), 0.09703388100894822, 2184), (datetime.date(2025, 4, 17), 0.09765973216642783, 2099), (datetime.date(2025, 4, 18), 0.08386507101653753, 2098), (datetime.date(2025, 4, 19), 0.09020080363613317, 52), (datetime.date(2025, 4, 22), 0.09268960634925062, 2091), (datetime.date(2025, 4, 23), 0.07221688536237897, 2051), (datetime.date(2025, 4, 24), 0.08413896671485557, 1984), (datetime.date(2025, 4, 25), 0.08435721348663067, 1985), (datetime.date(2025, 4, 28), 0.09132836203288934, 1890), (datetime.date(2025, 4, 29), 0.09099880562827536, 2204), (datetime.date(2025, 4, 30), 0.09336825080852702, 2110)), 'impurety_average_data_per_hashtag': {'film_pedb': ((datetime.date(2025, 4, 1), 0.2568224396995459, 294), (datetime.date(2025, 4, 2), 0.2268450904952371, 322), (datetime.date(2025, 4, 3), 0.24057387506258787, 176), (datetime.date(2025, 4, 15), 0.2194672740250678, 294), (datetime.date(2025, 4, 16), 0.2591184481545426, 292), (datetime.date(2025, 4, 17), 0.20307265670008615, 331), (datetime.date(2025, 4, 18), 0.2139612567481622, 313), (datetime.date(2025, 4, 19), 0.09020080363613317, 52), (datetime.date(2025, 4, 22), 0.22135484310088654, 295), (datetime.date(2025, 4, 23), 0.20374162731084394, 257), (datetime.date(2025, 4, 24), 0.23323414348849958, 273), (datetime.date(2025, 4, 25), 0.24185132080506289, 279), (datetime.date(2025, 4, 28), 0.24406816080375043, 250), (datetime.date(2025, 4, 29), 0.1974955157643093, 333), (datetime.date(2025, 4, 30), 0.21549843762705786, 319)), 'jrm': ((datetime.date(2025, 4, 1), 0.03727773630728269, 262), (datetime.date(2025, 4, 2), 0.03534346113009236, 229), (datetime.date(2025, 4, 3), 0.04679391905888933, 81), (datetime.date(2025, 4, 15), 0.038481403865102376, 180), (datetime.date(2025, 4, 16), 0.0347993940128103, 232), (datetime.date(2025, 4, 17), 0.03591924284600333, 175), (datetime.date(2025, 4, 18), 0.03709334983463959, 210), (datetime.date(2025, 4, 22), 0.037111353163315694, 224), (datetime.date(2025, 4, 23), 0.040057631253818955, 433), (datetime.date(2025, 4, 24), 0.03283370237158926, 173), (datetime.date(2025, 4, 25), 0.03953089416709534, 149), (datetime.date(2025, 4, 28), 0.03010889246973534, 120), (datetime.date(2025, 4, 29), 0.03660065074542331, 221), (datetime.date(2025, 4, 30), 0.029927100274770184, 240)), 'flux_dev': ((datetime.date(2025, 4, 1), 0.31426924749871565, 216), (datetime.date(2025, 4, 2), 0.3492279740098472, 172), (datetime.date(2025, 4, 3), 0.27604390180173194, 164), (datetime.date(2025, 4, 15), 0.309817504407493, 259), (datetime.date(2025, 4, 16), 0.31368021782400646, 280), (datetime.date(2025, 4, 17), 0.329864220130642, 279), (datetime.date(2025, 4, 18), 0.25250205731323333, 207), (datetime.date(2025, 4, 22), 0.29200311961686554, 250), (datetime.date(2025, 4, 23), 0.28180647151918425, 211), (datetime.date(2025, 4, 24), 0.2914617908266714, 229), (datetime.date(2025, 4, 25), 0.1888874239723869, 243), (datetime.date(2025, 4, 28), 0.21872584704440412, 245), (datetime.date(2025, 4, 29), 0.3448447095057715, 260), (datetime.date(2025, 4, 30), 0.3924525440221813, 251)), 'pehd_pp': ((datetime.date(2025, 4, 1), 0.05816446981575953, 305), (datetime.date(2025, 4, 2), 0.061255516261125395, 225), (datetime.date(2025, 4, 3), 0.06356726050925574, 163), (datetime.date(2025, 4, 15), 0.06508980542267467, 315), (datetime.date(2025, 4, 16), 0.061488940668923825, 323), (datetime.date(2025, 4, 17), 0.06579754108095974, 312), (datetime.date(2025, 4, 18), 0.06698848482679486, 296), (datetime.date(2025, 4, 22), 0.06046532697443519, 300), (datetime.date(2025, 4, 23), 0.057795753044199955, 233), (datetime.date(2025, 4, 24), 0.05976216112239168, 296), (datetime.date(2025, 4, 25), 0.06213528456042369, 279), (datetime.date(2025, 4, 28), 0.06606102763566774, 279), (datetime.date(2025, 4, 29), 0.05843351228144818, 330), (datetime.date(2025, 4, 30), 0.06307619273026632, 319)), 'aluminium': ((datetime.date(2025, 4, 1), 0.05774954118126027, 42), (datetime.date(2025, 4, 2), 0.05052231413353045, 41), (datetime.date(2025, 4, 3), 0.055938826793867344, 15), (datetime.date(2025, 4, 15), 0.06647480298991344, 38), (datetime.date(2025, 4, 16), 0.0336278878811328, 56), (datetime.date(2025, 4, 17), 0.06702378923662809, 46), (datetime.date(2025, 4, 18), 0.05345833458779434, 49), (datetime.date(2025, 4, 22), 0.06165041583972793, 56), (datetime.date(2025, 4, 23), 0.06455087445783737, 27), (datetime.date(2025, 4, 24), 0.058645961080289966, 37), (datetime.date(2025, 4, 25), 0.06590741141588145, 45), (datetime.date(2025, 4, 28), 0.08073255743051234, 36), (datetime.date(2025, 4, 29), 0.07192892585309081, 53), (datetime.date(2025, 4, 30), 0.07408637389888834, 38)), 'emr': ((datetime.date(2025, 4, 1), 0.05383259187945117, 177), (datetime.date(2025, 4, 2), 0.05302840570894605, 241), (datetime.date(2025, 4, 3), 0.05231356896029507, 132), (datetime.date(2025, 4, 15), 0.048299923897390996, 209), (datetime.date(2025, 4, 16), 0.057913478057090434, 256), (datetime.date(2025, 4, 17), 0.05569448649341973, 235), (datetime.date(2025, 4, 18), 0.05162349238859977, 282), (datetime.date(2025, 4, 22), 0.05011137677773678, 162), (datetime.date(2025, 4, 23), 0.050766089725548434, 146), (datetime.date(2025, 4, 24), 0.04945642253679983, 246), (datetime.date(2025, 4, 25), 0.03829048210966928, 212), (datetime.date(2025, 4, 28), 0.05615595868361774, 136), (datetime.date(2025, 4, 29), 0.0541100694827702, 168), (datetime.date(2025, 4, 30), 0.05139990189385407, 277)), 'pet_clair': ((datetime.date(2025, 4, 1), 0.018315134062988212, 383), (datetime.date(2025, 4, 2), 0.010303603698960096, 437), (datetime.date(2025, 4, 3), 0.009238051566469542, 226), (datetime.date(2025, 4, 15), 0.010412383074385695, 440), (datetime.date(2025, 4, 16), 0.019855069115216225, 421), (datetime.date(2025, 4, 17), 0.015258191856679903, 399), (datetime.date(2025, 4, 18), 0.012799113949645008, 468), (datetime.date(2025, 4, 22), 0.0157762241524548, 405), (datetime.date(2025, 4, 23), 0.00717151468947695, 398), (datetime.date(2025, 4, 24), 0.013441676887160185, 400), (datetime.date(2025, 4, 25), 0.01022319828523506, 447), (datetime.date(2025, 4, 28), 0.011739761116375385, 420), (datetime.date(2025, 4, 29), 0.00893511170122588, 471), (datetime.date(2025, 4, 30), 0.010902299290318287, 410)), 'gm': ((datetime.date(2025, 4, 1), 0.04819507474616709, 258), (datetime.date(2025, 4, 2), 0.06659721667999897, 253), (datetime.date(2025, 4, 3), 0.06177294990599396, 146), (datetime.date(2025, 4, 15), 0.09142810043550094, 267), (datetime.date(2025, 4, 16), 0.05921098238976967, 212), (datetime.date(2025, 4, 17), 0.06921309688710302, 232), (datetime.date(2025, 4, 18), 0.07322279413609221, 214), (datetime.date(2025, 4, 22), 0.07350012145562623, 299), (datetime.date(2025, 4, 23), 0.08637964691189559, 273), (datetime.date(2025, 4, 24), 0.07217637505701714, 238), (datetime.date(2025, 4, 25), 0.08146804920155763, 251), (datetime.date(2025, 4, 28), 0.0928301965135442, 312), (datetime.date(2025, 4, 29), 0.07334041027466347, 276), (datetime.date(2025, 4, 30), 0.07001139514607488, 194)), 'ela': ((datetime.date(2025, 4, 1), 0.03806874467931313, 55), (datetime.date(2025, 4, 2), 0.028319925892377668, 96), (datetime.date(2025, 4, 3), 0.03101767594841222, 56), (datetime.date(2025, 4, 15), 0.024623968053985916, 64), (datetime.date(2025, 4, 16), 0.02064263620995164, 112), (datetime.date(2025, 4, 17), 0.03056100130102607, 90), (datetime.date(2025, 4, 18), 0.023811488824849836, 59), (datetime.date(2025, 4, 22), 0.026168537620312016, 100), (datetime.date(2025, 4, 23), 0.021972088611697083, 66), (datetime.date(2025, 4, 24), 0.027549641378454677, 92), (datetime.date(2025, 4, 25), 0.02702685964465346, 72), (datetime.date(2025, 4, 28), 0.021794756268794, 92), (datetime.date(2025, 4, 29), 0.023446238748263355, 92), (datetime.date(2025, 4, 30), 0.028679539671624066, 62)), 'refus': ((datetime.date(2025, 4, 3), 0.15885901598936902, 9), (datetime.date(2025, 4, 23), 0.14914317405202823, 7), (datetime.date(2025, 4, 25), 0.09679832175925926, 8))}, 'quality_array': [['-5.21384275441211', '01042025'], ['-5.182725064827935', '02042025'], ['-5.26715663974498', '03042025'], ['-5.169435775736813', '15042025'], ['-5.185074101883467', '16042025'], ['-5.187560490026458', '17042025'], ['-5.206238645517409', '18042025'], ['-4.35933950661387', '19042025'], ['-5.192195838933275', '22042025'], ['-5.115740720728398', '23042025'], ['-5.1272327034217104', '24042025'], ['-5.176840394496517', '25042025'], ['-5.183042428821725', '28042025'], ['-5.141952474689677', '29042025'], ['-5.151260845380861', '30042025']], 'number_of_batch': ((1458,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0046577059778710435, 'nb_photo': 552, 'list_port_cont': '21963765,21964605,21976281,21982679,21988615,21997669,21998126,22005685,22005806,22008149,22012897,22015724,22020911,22025564,22033713,22033940,22037068,22040784,22042748,22042945,22046220,22046341,22048309,22051164,22053760,22054702,22055736,22055910,22056157,22060436,22067764,22069684,22076457,22077053,22079689,22082870,22092003,22093334,22095889,22097551,22105064,22107795,22112198,22129290,22132949,22134775,22138730,22140628,22142069,22143886,22147617,22150074,22152138,22159096,22181931,22187117,22190722,22196309,22207807,22209139,22223413,22229895,22234450,22236411,22237238,22242983,22302591,22302786,22303808,22306112,22307661,22308462,22309673,22313217,22317216,22317627,22317840,22340142,22345684,22346425,22346701,22347419,22347578,22353377,22354646,22356548,22358825,22358835,22373035,22378773,22379339,22380043,22382923,22389185,22392508,22395584,22395890,22402320,22405852,22426470,22428611,22429871,22432420,22433665,22438122,22440950,22441915,22443629,22445293,22446380,22449336,22453158,22453749,2245626', 'assoc_port': '21963399:21963765,21964372:21964605,21967124:21988615,21969980:21982679,21975319:21976281,21976848:21998126,21978922:22005685,21978944:22005806,21980102:22008149,21984249:22012897,21985543:22015724,21996832:21997669,22011451:22033713,22014828:22042748,22014840:22095889,22014875:22082870,22014897:22046341,22014905:22048309,22018592:22060436,22019912:22020911,22023872:22025564,22032522:22033940,22035139:22037068,22040125:22054702,22040135:22040784,22042109:22042945,22045050:22046220,22049752:22051164,22051359:22053760,22054521:22055910,22054527:22056157,22054529:22055736,22066731:22067764,22068650:22069684,22071992:22077053,22075835:22076457,22078672:22079689,22086065:22092003,22091319:22112198,22091321:22093334,22096626:22097551,22101541:22107795,22101550:22105064,22126969:22129290,22132582:22132949,22133906:22134775,22137424:22138730,22138710:22140628,22141213:22142069,22142362:22143886,22144307:22147617,22148778:22150074,22150593:22152138,22157943:22159096,22177108:22181931,22178713:22187117,22180102:2220780', 'assoc_mat': '21963399:autre:3327:21963765,21964372:autre:3327:21964605,21967124:autre:3327:21988615,21969980:autre:3327:21982679,21975319:autre:3327:21976281,21976848:autre:3327:21998126,21978922:autre:3327:22005685,21978944:autre:3327:22005806,21980102:autre:3327:22008149,21984249:autre:3327:22012897,21985543:autre:3327:22015724,21996832:autre:3327:21997669,22011451:autre:3327:22033713,22014828:autre:3327:22042748,22014840:autre:3327:22095889,22014875:autre:3327:22082870,22014897:autre:3327:22046341,22014905:autre:3327:22048309,22018592:autre:3327:22060436,22019912:autre:3327:22020911,22023872:autre:3327:22025564,22032522:autre:3327:22033940,22035139:autre:3327:22037068,22040125:autre:3327:22054702,22040135:autre:3327:22040784,22042109:autre:3327:22042945,22045050:autre:3327:22046220,22049752:autre:3327:22051164,22051359:autre:3327:22053760,22054521:autre:3327:22055910,22054527:autre:3327:22056157,22054529:autre:3327:22055736,22066731:autre:3327:22067764,22068650:autre:3327:22069684,22071992:autre:3327:22077053,22075835:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0027561442690502134, 'nb_photo': 14, 'list_port_cont': '22019662,22358754,22448924', 'assoc_port': '22018590:22019662,22358427:22358754,22448524:22448924', 'assoc_mat': '22018590:autre:3594:22019662,22358427:autre:3594:22358754,22448524:autre:3594:22448924'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011637698252364416, 'nb_photo': 658, 'list_port_cont': '21962929,21967686,21970623,21977412,21979780,21996958,22015337,22023221,22024488,22028372,22028488,22040788,22051416,22051729,22055158,22064645,22073978,22076266,22081436,22098892,22102887,22106679,22132399,22134322,22159632,22165096,22166959,22186452,22194604,22195051,22207259,22225044,22235726,22287108,22301637,22306710,22308219,22310214,22314712,22329454,22329952,22333942,22335204,22345484,22346598,22347236,22347817,22348676,22355180,22358951,22379496,22389546,22403109,22411923,22412545,22437360,22440996,22450650,22458372,22460025,22469990,22486692,22487207,22488313,22490155,22494951,22497913,22513086,22525274,22532248,22537009,22543396,22552269,22556364,22560472,22566506', 'assoc_port': '21962512:21962929,21967188:21967686,21969981:21970623,21976865:21977412,21978938:21979780,21996833:21996958,22014835:22028488,22014845:22028372,22014872:22015337,22018591:22024488,22023069:22023221,22035138:22051416,22040129:22040788,22051360:22051729,22054522:22055158,22062850:22064645,22073531:22073978,22075836:22076266,22079490:22081436,22096622:22102887,22098017:22098892,22106152:22106679,22131721:22132399,22133905:22134322,22137425:22166959,22148775:22165096,22150595:22159632,22174852:22235726,22185033:22186452,22194156:22195051,22194159:22194604,22206469:22207259,22221035:22225044,22286479:22287108,22299407:22301637,22304113:22306710,22307886:22308219,22309703:22310214,22314656:22314712,22328536:22358951,22328563:22348676,22328564:22333942,22328566:22335204,22328569:22329952,22328572:22329454,22334759:22347817,22345135:22345484,22346404:22346598,22346890:22347236,22355026:22355180,22379399:22379496,22388008:22389546,22393285:22412545,22394734:22411923,22402406:22403109,22436849:22437360,22440751:2244099', 'assoc_mat': '21962512:autre_refus:3726:21962929,21967188:autre_refus:3726:21967686,21969981:autre_refus:3726:21970623,21976865:autre_refus:3726:21977412,21978938:autre_refus:3726:21979780,21996833:autre_refus:3726:21996958,22014835:autre_refus:3726:22028488,22014845:autre_refus:3726:22028372,22014872:autre_refus:3726:22015337,22018591:autre_refus:3726:22024488,22023069:autre_refus:3726:22023221,22035138:autre_refus:3726:22051416,22040129:autre_refus:3726:22040788,22051360:autre_refus:3726:22051729,22054522:autre_refus:3726:22055158,22062850:autre_refus:3726:22064645,22073531:autre_refus:3726:22073978,22075836:autre_refus:3726:22076266,22079490:autre_refus:3726:22081436,22096622:autre_refus:3726:22102887,22098017:autre_refus:3726:22098892,22106152:autre_refus:3726:22106679,22131721:autre_refus:3726:22132399,22133905:autre_refus:3726:22134322,22137425:autre_refus:3726:22166959,22148775:autre_refus:3726:22165096,22150595:autre_refus:3726:22159632,22174852:autre_refus:3726:22235726,22185033:autre_refus:3726:22186452,22194156:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0003756019680946655, 'nb_photo': 46, 'list_port_cont': '21964594,21976304,21990861,22042148,22079687,22079925,22095876,22201870,22312232,22346705,22347417,22389188,22440951,22446386,22459872,22498510,22553891', 'assoc_port': '21964372:21964594,21975313:21990861,21975319:21976304,22014822:22042148,22014840:22095876,22014890:22079925,22078672:22079687,22200706:22201870,22307241:22312232,22346407:22346705,22346888:22347417,22388012:22389188,22439281:22440951,22444776:22446386,22459599:22459872,22496813:22498510,22552963:22553891', 'assoc_mat': '21964372:barquette_avec_film:3327:21964594,21975313:barquette_avec_film:3327:21990861,21975319:barquette_avec_film:3327:21976304,22014822:barquette_avec_film:3327:22042148,22014840:barquette_avec_film:3327:22095876,22014890:barquette_avec_film:3327:22079925,22078672:barquette_avec_film:3327:22079687,22200706:barquette_avec_film:3327:22201870,22307241:barquette_avec_film:3327:22312232,22346407:barquette_avec_film:3327:22346705,22346888:barquette_avec_film:3327:22347417,22388012:barquette_avec_film:3327:22389188,22439281:barquette_avec_film:3327:22440951,22444776:barquette_avec_film:3327:22446386,22459599:barquette_avec_film:3327:22459872,22496813:barquette_avec_film:3327:22498510,22552963:barquette_avec_film:3327:22553891'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0006538096452204766, 'nb_photo': 15, 'list_port_cont': '22041315,22046196,22052383,22053708,22076379,22076786,22153083,22158494,22244101,22314889,22361625,22379473,22454619,22511783', 'assoc_port': '21984244:22052383,22014829:22041315,22014907:22046196,22019910:22053708,22062848:22076379,22076546:22076786,22131718:22153083,22154699:22158494,22191273:22244101,22314653:22314889,22355024:22361625,22379401:22379473,22451710:22454619,22497684:22511783', 'assoc_mat': '21984244:barquette_opaque:4205:22052383,22014829:barquette_opaque:4205:22041315,22014907:barquette_opaque:4205:22046196,22019910:barquette_opaque:4205:22053708,22062848:barquette_opaque:4205:22076379,22076546:barquette_opaque:4205:22076786,22131718:barquette_opaque:4205:22153083,22154699:barquette_opaque:4205:22158494,22191273:barquette_opaque:4205:22244101,22314653:barquette_opaque:4205:22314889,22355024:barquette_opaque:4205:22361625,22379401:barquette_opaque:4205:22379473,22451710:barquette_opaque:4205:22454619,22497684:barquette_opaque:4205:22511783'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.001327083852146884, 'nb_photo': 207, 'list_port_cont': '21969304,22003514,22005699,22012125,22040917,22053775,22054243,22055546,22063561,22064878,22076851,22097212,22146613,22154997,22164085,22241077,22244156,22295046,22309859,22315620,22348644,22358377,22379355,22397926,22399478,22430544,22450068,22451170,22471540,22505136,22520974,22560993,22561801', 'assoc_port': '21967117:21969304,21978894:22003514,21978946:22005699,22011455:22012125,22014824:22040917,22014888:22064878,22023070:22055546,22035144:22054243,22046564:22053775,22062855:22063561,22076548:22076851,22096625:22097212,22129557:22146613,22141215:22154997,22154698:22164085,22191270:22244156,22210214:22241077,22291941:22295046,22305215:22309859,22314649:22315620,22340395:22348644,22350612:22358377,22376586:22379355,22386992:22397926,22398077:22399478,22429992:22430544,22443967:22451170,22449976:22450068,22466648:22471540,22494447:22505136,22520613:22520974,22542628:22560993,22556378:22561801', 'assoc_mat': '21967117:barquette_opaque:4203:21969304,21978894:barquette_opaque:4203:22003514,21978946:barquette_opaque:4203:22005699,22011455:barquette_opaque:4203:22012125,22014824:barquette_opaque:4203:22040917,22014888:barquette_opaque:4203:22064878,22023070:barquette_opaque:4203:22055546,22035144:barquette_opaque:4203:22054243,22046564:barquette_opaque:4203:22053775,22062855:barquette_opaque:4203:22063561,22076548:barquette_opaque:4203:22076851,22096625:barquette_opaque:4203:22097212,22129557:barquette_opaque:4203:22146613,22141215:barquette_opaque:4203:22154997,22154698:barquette_opaque:4203:22164085,22191270:barquette_opaque:4203:22244156,22210214:barquette_opaque:4203:22241077,22291941:barquette_opaque:4203:22295046,22305215:barquette_opaque:4203:22309859,22314649:barquette_opaque:4203:22315620,22340395:barquette_opaque:4203:22348644,22350612:barquette_opaque:4203:22358377,22376586:barquette_opaque:4203:22379355,22386992:barquette_opaque:4203:22397926,22398077:barquette_opaque:4203:22399478,22429992:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.001679625474908536, 'nb_photo': 38, 'list_port_cont': '21964091,21997859,22006376,22032676,22066950,22078978,22091734,22097117,22180582,22183829,22187080,22194542,22202612,22213132,22227362,22293112,22293176,22300209,22305905,22341937,22377855,22381681,22390950,22393610,22395070,22425452,22452217,22494675,22502955,22534049,22535318,22540538,22544955', 'assoc_port': '21963884:21964091,21976868:21997859,21980101:22006376,22014823:22032676,22066735:22066950,22078673:22078978,22091320:22091734,22096628:22097117,22180100:22180582,22183558:22183829,22186197:22187080,22194162:22194542,22200704:22202612,22211633:22213132,22226570:22227362,22291937:22293176,22291942:22293112,22299408:22300209,22305211:22305905,22340417:22341937,22376583:22377855,22381324:22381681,22390603:22390950,22393284:22393610,22394735:22395070,22424908:22425452,22451723:22452217,22494475:22494675,22502411:22502955,22533591:22534049,22534858:22535318,22539826:22540538,22544861:22544955', 'assoc_mat': '21963884:barquette_opaque:4207:21964091,21976868:barquette_opaque:4207:21997859,21980101:barquette_opaque:4207:22006376,22014823:barquette_opaque:4207:22032676,22066735:barquette_opaque:4207:22066950,22078673:barquette_opaque:4207:22078978,22091320:barquette_opaque:4207:22091734,22096628:barquette_opaque:4207:22097117,22180100:barquette_opaque:4207:22180582,22183558:barquette_opaque:4207:22183829,22186197:barquette_opaque:4207:22187080,22194162:barquette_opaque:4207:22194542,22200704:barquette_opaque:4207:22202612,22211633:barquette_opaque:4207:22213132,22226570:barquette_opaque:4207:22227362,22291937:barquette_opaque:4207:22293176,22291942:barquette_opaque:4207:22293112,22299408:barquette_opaque:4207:22300209,22305211:barquette_opaque:4207:22305905,22340417:barquette_opaque:4207:22341937,22376583:barquette_opaque:4207:22377855,22381324:barquette_opaque:4207:22381681,22390603:barquette_opaque:4207:22390950,22393284:barquette_opaque:4207:22393610,22394735:barquette_opaque:4207:22395070,22424908:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01102232245149047, 'nb_photo': 12, 'list_port_cont': '21981591,22029476,22093818,22108865,22153702,22192218,22297450,22401155,22425490,22477633,22487233,22516745', 'assoc_port': '21980104:21981591,22029100:22029476,22093119:22093818,22098020:22108865,22153227:22153702,22191271:22192218,22294035:22297450,22400542:22401155,22424903:22425490,22466649:22477633,22486522:22487233,22513059:22516745', 'assoc_mat': '21980104:barquette_opaque:4461:21981591,22029100:barquette_opaque:4461:22029476,22093119:barquette_opaque:4461:22093818,22098020:barquette_opaque:4461:22108865,22153227:barquette_opaque:4461:22153702,22191271:barquette_opaque:4461:22192218,22294035:barquette_opaque:4461:22297450,22400542:barquette_opaque:4461:22401155,22424903:barquette_opaque:4461:22425490,22466649:barquette_opaque:4461:22477633,22486522:barquette_opaque:4461:22487233,22513059:barquette_opaque:4461:22516745'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.044930057179609406, 'nb_photo': 648, 'list_port_cont': '21963505,21963754,21969520,21970684,21971851,21977055,21987230,21996006,22004219,22006331,22007567,22032236,22032624,22034605,22040665,22040884,22041946,22042198,22042529,22042852,22044165,22044587,22044888,22045465,22050963,22051685,22051867,22053693,22053800,22053808,22053938,22053966,22053979,22054064,22055106,22056667,22056849,22057726,22068776,22074417,22083185,22091014,22091141,22097333,22099681,22108173,22109937,22118600,22118750,22123742,22132979,22135489,22138558,22147405,22148482,22149502,22153031,22158868,22159208,22162557,22169724,22193168,22195009,22204882,22229874,22234435,22234987,22239608,22241167,22242694,22242717,22287936,22294360,22299459,22302846,22307266,22309494,22312897,22316262,22317569,22321656,22321921,22321965,22330660,22345021,22346374,22346562,22347439,22347609,22347713,22350356,22358812,22359261,22359288,22361606,22378614,22378791,22378993,22380063,22381118,22381723,22389053,22390080,22395766,22397014,22405893,22411835,22422316,22425633,22430768,22433525,22437103,22441960,2244840', 'assoc_port': '21962513:21963754,21963400:21963505,21967129:21969520,21967139:21970684,21967186:21971851,21976823:21996006,21976906:21977055,21978911:22004219,21980100:22006331,21980110:22007567,21986993:21987230,22010579:22032236,22011453:22032624,22013398:22034605,22014797:22040665,22014827:22040884,22014838:22041946,22014839:22042198,22014876:22042852,22014891:22044165,22014898:22044587,22014902:22044888,22014903:22045465,22017378:22051685,22019913:22053808,22023889:22056849,22032524:22057726,22035137:22054064,22040123:22053979,22040136:22053966,22042108:22042529,22045047:22053938,22045049:22053800,22049751:22050963,22049755:22056667,22051355:22053693,22051363:22051867,22054528:22055106,22065348:22068776,22068649:22083185,22073532:22074417,22078670:22099681,22088043:22091141,22088051:22091014,22091315:22118600,22091317:22109937,22093114:22118750,22096627:22097333,22101552:22108173,22123322:22123742,22126966:22132979,22129562:22135489,22132587:22138558,22137423:22147405,22141214:22162557,22142356:22148482,22142361:2214950', 'assoc_mat': '21962513:barquette_opaque:4200:21963754,21963400:barquette_opaque:4200:21963505,21967129:barquette_opaque:4200:21969520,21967139:barquette_opaque:4200:21970684,21967186:barquette_opaque:4200:21971851,21976823:barquette_opaque:4200:21996006,21976906:barquette_opaque:4200:21977055,21978911:barquette_opaque:4200:22004219,21980100:barquette_opaque:4200:22006331,21980110:barquette_opaque:4200:22007567,21986993:barquette_opaque:4200:21987230,22010579:barquette_opaque:4200:22032236,22011453:barquette_opaque:4200:22032624,22013398:barquette_opaque:4200:22034605,22014797:barquette_opaque:4200:22040665,22014827:barquette_opaque:4200:22040884,22014838:barquette_opaque:4200:22041946,22014839:barquette_opaque:4200:22042198,22014876:barquette_opaque:4200:22042852,22014891:barquette_opaque:4200:22044165,22014898:barquette_opaque:4200:22044587,22014902:barquette_opaque:4200:22044888,22014903:barquette_opaque:4200:22045465,22017378:barquette_opaque:4200:22051685,22019913:barquette_opaque:4200:22053808,22023889:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.00371363878374847, 'nb_photo': 151, 'list_port_cont': '21964198,21968042,21970538,21976112,21977101,21980940,21981099,21985015,21987538,21997643,22012007,22014147,22015668,22015994,22016095,22016672,22018042,22024223,22029296,22029606,22040471,22047093,22050290,22050455,22051690,22051846,22055317,22057101,22067260,22076311,22093801,22093923,22097134,22123761,22130060,22134213,22139426,22144719,22154840,22158724,22175515,22180776,22184232,22187413,22191605,22195658,22200167,22200222,22211144,22217891,22221532,22300017,22307677,22310217,22310453,22319800,22329567,22330215,22336906,22344919,22345384,22346649,22352918,22353587,22357158,22372767,22377458,22379973,22388479,22391025,22391824,22425550,22430347,22441511,22444320,22448545,22450574,22453625,22458917,22458928,22459727,22460472,22462777,22463952,22467291,22470938,22490413,22490422,22490527,22498292,22498723,22499385,22504820,22516854,22517415,22519716,22520688,22522230,22533884,22543283,22553677,22557097', 'assoc_port': '21963882:21964198,21967114:21968042,21969983:21970538,21975317:21976112,21976904:21977101,21980117:21981099,21980144:21980940,21984242:21985015,21986987:21987538,21986989:21997643,22011457:22012007,22013394:22014147,22014842:22016672,22014879:22016095,22014899:22015994,22014906:22015668,22017392:22018042,22023871:22024223,22029099:22029606,22029101:22029296,22038503:22050290,22040133:22040471,22046565:22047093,22049747:22050455,22049749:22051846,22051362:22051690,22054542:22055317,22056819:22057101,22066733:22067260,22075838:22076311,22093116:22093923,22093117:22093801,22096624:22097134,22123324:22123761,22129563:22130060,22133911:22134213,22138713:22139426,22144306:22144719,22154714:22154840,22157944:22158724,22174851:22175515,22180099:22180776,22183560:22184232,22185032:22187413,22185038:22200167,22185039:22200222,22186201:22191605,22195202:22195658,22210210:22211144,22217464:22217891,22221006:22221532,22299411:22300017,22307235:22307677,22307890:22310453,22309701:22310217,22319403:22319800,22328537:2233021', 'assoc_mat': '21963882:barquette_opaque:4209:21964198,21967114:barquette_opaque:4209:21968042,21969983:barquette_opaque:4209:21970538,21975317:barquette_opaque:4209:21976112,21976904:barquette_opaque:4209:21977101,21980117:barquette_opaque:4209:21981099,21980144:barquette_opaque:4209:21980940,21984242:barquette_opaque:4209:21985015,21986987:barquette_opaque:4209:21987538,21986989:barquette_opaque:4209:21997643,22011457:barquette_opaque:4209:22012007,22013394:barquette_opaque:4209:22014147,22014842:barquette_opaque:4209:22016672,22014879:barquette_opaque:4209:22016095,22014899:barquette_opaque:4209:22015994,22014906:barquette_opaque:4209:22015668,22017392:barquette_opaque:4209:22018042,22023871:barquette_opaque:4209:22024223,22029099:barquette_opaque:4209:22029606,22029101:barquette_opaque:4209:22029296,22038503:barquette_opaque:4209:22050290,22040133:barquette_opaque:4209:22040471,22046565:barquette_opaque:4209:22047093,22049747:barquette_opaque:4209:22050455,22049749:barquette_opaque:4209:22051846,22051362:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.020284577122091193, 'nb_photo': 5557, 'list_port_cont': '21963406,21963585,21964273,21970577,21971875,21971918,21989546,21990254,21997449,22004066,22005508,22007311,22007777,22008818,22025921,22025964,22026077,22026141,22026162,22026178,22026239,22026311,22026454,22026573,22026589,22026680,22026752,22027173,22027257,22029520,22030985,22031874,22031963,22033384,22039415,22040622,22040701,22050598,22050718,22051597,22052024,22052127,22056374,22057164,22063569,22067294,22068753,22069190,22072734,22074038,22080499,22083642,22090615,22091671,22091949,22092179,22094234,22105431,22122262,22127616,22132331,22139319,22141703,22144678,22144826,22151428,22155278,22158585,22177952,22179534,22186654,22189962,22192309,22195677,22195689,22207560,22210755,22221968,22222991,22229862,22291485,22294734,22294819,22298377,22298636,22299071,22302346,22306939,22308381,22309997,22312617,22313064,22313311,22315314,22318849,22329432,22332285,22337040,22341219,22344835,22344997,22345487,22352627,22352726,22352897,22353628,22355846,22371439,22375836,22377497,22379552,22379994,22381573,2238159', 'assoc_port': '21962514:21963406,21963397:21963585,21963883:21964273,21967132:21970577,21967181:21971875,21967195:21971918,21975312:21989546,21975320:21990254,21976850:21997449,21978908:22004066,21978934:22005508,21980103:22007311,21980107:22007777,21980142:22008818,22010582:22027257,22011452:22027173,22013397:22030985,22014825:22026752,22014833:22026680,22014843:22026589,22014874:22026573,22014880:22026454,22014893:22026311,22014896:22026239,22014901:22026178,22017391:22026162,22019909:22026141,22023068:22026077,22024784:22025921,22024789:22025964,22029102:22029520,22031175:22031963,22031177:22031874,22032532:22033384,22038504:22039415,22040126:22040701,22040132:22040622,22042107:22051597,22046566:22050718,22049745:22056374,22049754:22050598,22051354:22052127,22051356:22052024,22054525:22057164,22062853:22063569,22065346:22068753,22066734:22067294,22068648:22069190,22071991:22072734,22073536:22074038,22079487:22080499,22079488:22083642,22079491:22092179,22086017:22094234,22086036:22090615,22091316:22091671,22091318:2209194', 'assoc_mat': '21962514:barquette_opaque:4211:21963406,21963397:barquette_opaque:4211:21963585,21963883:barquette_opaque:4211:21964273,21967132:barquette_opaque:4211:21970577,21967181:barquette_opaque:4211:21971875,21967195:barquette_opaque:4211:21971918,21975312:barquette_opaque:4211:21989546,21975320:barquette_opaque:4211:21990254,21976850:barquette_opaque:4211:21997449,21978908:barquette_opaque:4211:22004066,21978934:barquette_opaque:4211:22005508,21980103:barquette_opaque:4211:22007311,21980107:barquette_opaque:4211:22007777,21980142:barquette_opaque:4211:22008818,22010582:barquette_opaque:4211:22027257,22011452:barquette_opaque:4211:22027173,22013397:barquette_opaque:4211:22030985,22014825:barquette_opaque:4211:22026752,22014833:barquette_opaque:4211:22026680,22014843:barquette_opaque:4211:22026589,22014874:barquette_opaque:4211:22026573,22014880:barquette_opaque:4211:22026454,22014893:barquette_opaque:4211:22026311,22014896:barquette_opaque:4211:22026239,22014901:barquette_opaque:4211:22026178,22017391:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005882486875017994, 'nb_photo': 150, 'list_port_cont': '21963769,21964604,21976291,21982686,21988606,21998130,22005689,22008150,22009171,22015718,22020906,22025560,22033720,22033934,22036189,22040781,22042741,22048299,22051173,22054704,22055746,22055902,22060438,22069682,22077054,22079688,22082876,22105063,22112197,22132962,22134770,22138724,22151655,22152140,22187116,22187178,22190724,22196311,22209136,22234453,22236417,22242426,22242914,22302590,22303807,22306113,22309674,22346706,22349637,22358822,22373033,22378772,22379337,22380047,22382917,22389194,22402322,22405855,22425673,22428605,22433662,22441907,22443638,22449337,22453160,22456263,22456683,22459690,22459865,22464297,22470904,22480071,22492651,22498509,22504088,22520622,22521342,22532681,22537437,22548709,22553889,22553958,22558192,22559480,22562450,22574557', 'assoc_port': '21963399:21963769,21964372:21964604,21967124:21988606,21969980:21982686,21975319:21976291,21976848:21998130,21978922:22005689,21980102:22008150,21980115:22009171,21985543:22015718,22011451:22033720,22013383:22036189,22014828:22042741,22014875:22082876,22014905:22048299,22018592:22060438,22019912:22020906,22023872:22025560,22032522:22033934,22040125:22054704,22040135:22040781,22049752:22051173,22054521:22055902,22054529:22055746,22068650:22069682,22071992:22077054,22078672:22079688,22091319:22112197,22101550:22105063,22132582:22132962,22133906:22134770,22137424:22138724,22150593:22152140,22150597:22151655,22178698:22187178,22178713:22187116,22189238:22190724,22195201:22196311,22200701:22242914,22204329:22242426,22206471:22209136,22217442:22236417,22217452:22234453,22291940:22302590,22295431:22303807,22304110:22309674,22305205:22306113,22340394:22349637,22346407:22346706,22358429:22358822,22372029:22373033,22374970:22379337,22378454:22378772,22379664:22380047,22381325:22382917,22388012:22389194,22400535:2240585', 'assoc_mat': '21963399:bouchon:3327:21963769,21964372:bouchon:3327:21964604,21967124:bouchon:3327:21988606,21969980:bouchon:3327:21982686,21975319:bouchon:3327:21976291,21976848:bouchon:3327:21998130,21978922:bouchon:3327:22005689,21980102:bouchon:3327:22008150,21980115:bouchon:3327:22009171,21985543:bouchon:3327:22015718,22011451:bouchon:3327:22033720,22013383:bouchon:3327:22036189,22014828:bouchon:3327:22042741,22014875:bouchon:3327:22082876,22014905:bouchon:3327:22048299,22018592:bouchon:3327:22060438,22019912:bouchon:3327:22020906,22023872:bouchon:3327:22025560,22032522:bouchon:3327:22033934,22040125:bouchon:3327:22054704,22040135:bouchon:3327:22040781,22049752:bouchon:3327:22051173,22054521:bouchon:3327:22055902,22054529:bouchon:3327:22055746,22068650:bouchon:3327:22069682,22071992:bouchon:3327:22077054,22078672:bouchon:3327:22079688,22091319:bouchon:3327:22112197,22101550:bouchon:3327:22105063,22132582:bouchon:3327:22132962,22133906:bouchon:3327:22134770,22137424:bouchon:3327:22138724,22150593:bouchon:3327:22152140,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.015095116204712237, 'nb_photo': 360, 'list_port_cont': '21964192,21969954,22026347,22041327,22046205,22051214,22051706,22052395,22053697,22054015,22076380,22076781,22108083,22149148,22153084,22158482,22180501,22237970,22241244,22244112,22292962,22309536,22314894,22318620,22345057,22361626,22379485,22385698,22396163,22422342,22433709,22449956,22454606,22473514,22480040,22487801,22511786,22512738,22516918,22536634,22553564,22565047', 'assoc_port': '21963879:21964192,21967136:21969954,21978909:22026347,21984244:22052395,22014829:22041327,22014907:22046205,22019910:22053697,22038501:22054015,22049748:22051214,22051358:22051706,22062848:22076380,22076546:22076781,22101547:22108083,22131718:22153084,22142360:22149148,22154699:22158482,22174835:22180501,22191273:22244112,22210213:22241244,22211643:22237970,22290550:22292962,22305213:22309536,22314653:22314894,22318028:22318620,22344383:22345057,22355024:22361626,22379401:22379485,22384434:22385698,22390602:22396163,22420201:22422342,22432676:22433709,22444780:22449956,22451710:22454606,22469828:22473514,22479660:22480040,22486523:22487801,22497684:22511786,22509474:22512738,22513057:22516918,22536499:22536634,22550650:22553564,22562905:22565047', 'assoc_mat': '21963879:carton:4205:21964192,21967136:carton:4205:21969954,21978909:carton:4205:22026347,21984244:carton:4205:22052395,22014829:carton:4205:22041327,22014907:carton:4205:22046205,22019910:carton:4205:22053697,22038501:carton:4205:22054015,22049748:carton:4205:22051214,22051358:carton:4205:22051706,22062848:carton:4205:22076380,22076546:carton:4205:22076781,22101547:carton:4205:22108083,22131718:carton:4205:22153084,22142360:carton:4205:22149148,22154699:carton:4205:22158482,22174835:carton:4205:22180501,22191273:carton:4205:22244112,22210213:carton:4205:22241244,22211643:carton:4205:22237970,22290550:carton:4205:22292962,22305213:carton:4205:22309536,22314653:carton:4205:22314894,22318028:carton:4205:22318620,22344383:carton:4205:22345057,22355024:carton:4205:22361626,22379401:carton:4205:22379485,22384434:carton:4205:22385698,22390602:carton:4205:22396163,22420201:carton:4205:22422342,22432676:carton:4205:22433709,22444780:carton:4205:22449956,22451710:carton:4205:22454606,22469828:carton:4205:22473514,2247'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.007429117576352731, 'nb_photo': 742, 'list_port_cont': '21969303,22003516,22005709,22012123,22040914,22053779,22054234,22055543,22063566,22064874,22076847,22097209,22146616,22155005,22164098,22241072,22244164,22295043,22309858,22315612,22348636,22358384,22379367,22397937,22399477,22430546,22450055,22451183,22471535,22505137,22510430,22520985,22560996,22561803', 'assoc_port': '21967117:21969303,21978894:22003516,21978946:22005709,22011455:22012123,22014824:22040914,22014888:22064874,22023070:22055543,22035144:22054234,22046564:22053779,22062855:22063566,22076548:22076847,22096625:22097209,22129557:22146616,22141215:22155005,22154698:22164098,22191270:22244164,22210214:22241072,22291941:22295043,22305215:22309858,22314649:22315612,22340395:22348636,22350612:22358384,22376586:22379367,22386992:22397937,22398077:22399477,22429992:22430546,22443967:22451183,22449976:22450055,22466648:22471535,22494447:22505137,22504012:22510430,22520613:22520985,22542628:22560996,22556378:22561803', 'assoc_mat': '21967117:carton:4203:21969303,21978894:carton:4203:22003516,21978946:carton:4203:22005709,22011455:carton:4203:22012123,22014824:carton:4203:22040914,22014888:carton:4203:22064874,22023070:carton:4203:22055543,22035144:carton:4203:22054234,22046564:carton:4203:22053779,22062855:carton:4203:22063566,22076548:carton:4203:22076847,22096625:carton:4203:22097209,22129557:carton:4203:22146616,22141215:carton:4203:22155005,22154698:carton:4203:22164098,22191270:carton:4203:22244164,22210214:carton:4203:22241072,22291941:carton:4203:22295043,22305215:carton:4203:22309858,22314649:carton:4203:22315612,22340395:carton:4203:22348636,22350612:carton:4203:22358384,22376586:carton:4203:22379367,22386992:carton:4203:22397937,22398077:carton:4203:22399477,22429992:carton:4203:22430546,22443967:carton:4203:22451183,22449976:carton:4203:22450055,22466648:carton:4203:22471535,22494447:carton:4203:22505137,22504012:carton:4203:22510430,22520613:carton:4203:22520985,22542628:carton:4203:22560996,22556378:carton:4203:22561803'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9481586401847539, 'nb_photo': 5960, 'list_port_cont': '21963559,21963960,21964103,21964257,21970465,21970765,21971457,21971815,21983035,21986346,21996824,21997190,21997864,22003048,22003904,22005422,22005578,22005620,22006375,22007565,22010983,22011943,22015140,22016808,22020859,22021435,22023123,22023273,22024324,22024877,22025815,22028113,22028210,22031485,22032061,22032208,22032452,22032677,22032768,22033143,22034381,22035908,22036289,22036728,22040502,22042597,22045604,22050147,22050364,22050432,22050879,22051586,22055093,22057091,22066945,22067370,22068691,22072665,22073652,22073884,22076182,22078967,22079029,22079681,22088036,22090728,22091733,22096851,22097131,22103613,22106580,22123723,22126025,22131808,22131881,22132850,22133049,22133259,22134221,22134235,22151130,22151591,22153416,22153978,22155163,22175229,22178913,22180571,22180985,22181046,22183827,22185854,22187085,22189466,22194533,22194921,22201650,22202608,22204922,22211238,22212805,22213140,22222806,22227352,22227443,22228057,22292893,22293111,22293181,22293797,22294829,22295507,22295705,2229814', 'assoc_port': '21963398:21963559,21963881:21964257,21963884:21964103,21963885:21963960,21967145:21970765,21967184:21971457,21967193:21971815,21969982:21970465,21976863:21996824,21976864:21997190,21976868:21997864,21976883:22025815,21976900:22023123,21978888:22003048,21978910:22003904,21978941:22005422,21978949:22005578,21978951:22005620,21980101:22006375,21980112:22007565,21980147:21983035,21985550:21986346,21986991:22016808,22010578:22010983,22011454:22011943,22013399:22034381,22014823:22032677,22014830:22032768,22014834:22032452,22014836:22032208,22014871:22032061,22014884:22015140,22017376:22028210,22017377:22028113,22019908:22021435,22019911:22020859,22023072:22023273,22023900:22024324,22024787:22024877,22031176:22031485,22032527:22033143,22035140:22036728,22035142:22036289,22035143:22035908,22040130:22040502,22042105:22042597,22045046:22045604,22049746:22050879,22049750:22050364,22049753:22050432,22049757:22050147,22051353:22051586,22054524:22055093,22056821:22057091,22065345:22068691,22066732:22067370,22066735:2206694', 'assoc_mat': '21963398:carton:4207:21963559,21963881:carton:4207:21964257,21963884:carton:4207:21964103,21963885:carton:4207:21963960,21967145:carton:4207:21970765,21967184:carton:4207:21971457,21967193:carton:4207:21971815,21969982:carton:4207:21970465,21976863:carton:4207:21996824,21976864:carton:4207:21997190,21976868:carton:4207:21997864,21976883:carton:4207:22025815,21976900:carton:4207:22023123,21978888:carton:4207:22003048,21978910:carton:4207:22003904,21978941:carton:4207:22005422,21978949:carton:4207:22005578,21978951:carton:4207:22005620,21980101:carton:4207:22006375,21980112:carton:4207:22007565,21980147:carton:4207:21983035,21985550:carton:4207:21986346,21986991:carton:4207:22016808,22010578:carton:4207:22010983,22011454:carton:4207:22011943,22013399:carton:4207:22034381,22014823:carton:4207:22032677,22014830:carton:4207:22032768,22014834:carton:4207:22032452,22014836:carton:4207:22032208,22014871:carton:4207:22032061,22014884:carton:4207:22015140,22017376:carton:4207:22028210,22017377:carton:4207:22028113,2201'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.015813778624189756, 'nb_photo': 2948, 'list_port_cont': '21962862,21964222,21964556,21968382,21968796,21975959,21977452,21979345,21980646,21981029,21981586,21986128,21987688,21997260,21997470,22012051,22015493,22015515,22015618,22015729,22015782,22015865,22016513,22019080,22019093,22024162,22025876,22029479,22031832,22036043,22040515,22042483,22045794,22051019,22052007,22055233,22057339,22069275,22073897,22073967,22076346,22076815,22080200,22088860,22093817,22094619,22108868,22122294,22127550,22130122,22132905,22143057,22144642,22147288,22149457,22153705,22165125,22178177,22180728,22184446,22192215,22194268,22195577,22205197,22207223,22212366,22222290,22223378,22245368,22292786,22296068,22297436,22300087,22302361,22307964,22308269,22313276,22317021,22317683,22332223,22336555,22340926,22344801,22347258,22351315,22354487,22376494,22377543,22378490,22379517,22381076,22385038,22388593,22390906,22391723,22395326,22401160,22425429,22425491,22428266,22433267,22438554,22439692,22441342,22445229,22450458,22452263,22455761,22455892,22458862,22460259,22467439,22473900,2247763', 'assoc_port': '21962511:21962862,21963880:21964222,21964371:21964556,21967121:21968796,21967190:21968382,21975318:21975959,21976867:21977452,21978936:21979345,21980104:21981586,21980135:21980646,21980140:21981029,21985538:21986128,21986986:21987688,21996829:21997470,21996831:21997260,22011456:22012051,22014826:22016513,22014832:22015493,22014873:22015865,22014882:22015782,22014894:22015729,22014900:22015618,22014908:22015515,22018589:22019093,22018593:22019080,22023899:22024162,22024785:22025876,22029100:22029479,22031178:22031832,22035145:22036043,22040127:22040515,22042106:22042483,22045048:22045794,22046567:22051019,22049756:22052007,22051361:22057339,22054526:22055233,22065347:22073897,22068647:22069275,22073535:22073967,22075834:22076346,22076547:22076815,22079489:22080200,22086063:22094619,22088044:22088860,22093119:22093817,22098020:22108868,22122000:22122294,22126964:22127550,22129559:22130122,22132586:22132905,22138711:22147288,22142357:22143057,22144309:22144642,22148777:22149457,22153227:22153705,22164922:2216512', 'assoc_mat': '21962511:carton:4461:21962862,21963880:carton:4461:21964222,21964371:carton:4461:21964556,21967121:carton:4461:21968796,21967190:carton:4461:21968382,21975318:carton:4461:21975959,21976867:carton:4461:21977452,21978936:carton:4461:21979345,21980104:carton:4461:21981586,21980135:carton:4461:21980646,21980140:carton:4461:21981029,21985538:carton:4461:21986128,21986986:carton:4461:21987688,21996829:carton:4461:21997470,21996831:carton:4461:21997260,22011456:carton:4461:22012051,22014826:carton:4461:22016513,22014832:carton:4461:22015493,22014873:carton:4461:22015865,22014882:carton:4461:22015782,22014894:carton:4461:22015729,22014900:carton:4461:22015618,22014908:carton:4461:22015515,22018589:carton:4461:22019093,22018593:carton:4461:22019080,22023899:carton:4461:22024162,22024785:carton:4461:22025876,22029100:carton:4461:22029479,22031178:carton:4461:22031832,22035145:carton:4461:22036043,22040127:carton:4461:22040515,22042106:carton:4461:22042483,22045048:carton:4461:22045794,22046567:carton:4461:22051019,2204'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.03270000961097518, 'nb_photo': 2983, 'list_port_cont': '21963506,21963748,21969524,21970679,21971856,21977061,21987223,21996020,22004220,22006334,22007581,22032235,22032625,22034595,22040654,22040896,22041945,22042197,22042519,22042851,22042942,22044158,22044586,22044887,22045463,22050954,22051686,22051876,22053695,22053794,22053812,22053933,22053957,22053972,22054069,22055111,22056679,22056861,22057722,22068783,22074421,22083182,22091018,22091145,22097336,22099667,22108175,22109942,22118601,22118743,22123738,22132976,22135498,22138559,22147414,22148480,22148519,22149500,22153030,22156875,22158876,22159200,22162558,22169721,22193160,22195004,22204879,22229882,22234436,22234990,22239609,22241174,22242699,22242711,22287846,22287935,22294372,22299461,22302837,22307272,22307389,22309484,22312891,22316265,22317574,22321660,22321925,22321979,22330653,22345018,22346380,22346566,22347432,22347610,22347709,22350355,22352389,22358807,22359269,22359281,22359433,22361610,22378624,22378779,22378986,22380056,22380822,22381122,22381714,22389055,22390081,22395763,22396918,2239700', 'assoc_port': '21962513:21963748,21963400:21963506,21967129:21969524,21967139:21970679,21967186:21971856,21976823:21996020,21976906:21977061,21978911:22004220,21980100:22006334,21980110:22007581,21986993:21987223,22010579:22032235,22011453:22032625,22013398:22034595,22014797:22040654,22014827:22040896,22014838:22041945,22014839:22042197,22014876:22042851,22014878:22042942,22014891:22044158,22014898:22044586,22014902:22044887,22014903:22045463,22017378:22051686,22019913:22053812,22023889:22056861,22032524:22057722,22035137:22054069,22040123:22053972,22040136:22053957,22042108:22042519,22045047:22053933,22045049:22053794,22049751:22050954,22049755:22056679,22051355:22053695,22051363:22051876,22054528:22055111,22065348:22068783,22068649:22083182,22073532:22074421,22078670:22099667,22088043:22091145,22088051:22091018,22091315:22118601,22091317:22109942,22093114:22118743,22096627:22097336,22101552:22108175,22123322:22123738,22126966:22132976,22129562:22135498,22132587:22138559,22137423:22147414,22141214:22162558,22142356:2214848', 'assoc_mat': '21962513:carton:4200:21963748,21963400:carton:4200:21963506,21967129:carton:4200:21969524,21967139:carton:4200:21970679,21967186:carton:4200:21971856,21976823:carton:4200:21996020,21976906:carton:4200:21977061,21978911:carton:4200:22004220,21980100:carton:4200:22006334,21980110:carton:4200:22007581,21986993:carton:4200:21987223,22010579:carton:4200:22032235,22011453:carton:4200:22032625,22013398:carton:4200:22034595,22014797:carton:4200:22040654,22014827:carton:4200:22040896,22014838:carton:4200:22041945,22014839:carton:4200:22042197,22014876:carton:4200:22042851,22014878:carton:4200:22042942,22014891:carton:4200:22044158,22014898:carton:4200:22044586,22014902:carton:4200:22044887,22014903:carton:4200:22045463,22017378:carton:4200:22051686,22019913:carton:4200:22053812,22023889:carton:4200:22056861,22032524:carton:4200:22057722,22035137:carton:4200:22054069,22040123:carton:4200:22053972,22040136:carton:4200:22053957,22042108:carton:4200:22042519,22045047:carton:4200:22053933,22045049:carton:4200:22053794,2204'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.04351261990329634, 'nb_photo': 3629, 'list_port_cont': '21964206,21968044,21970545,21974006,21974246,21976108,21976187,21977096,21978277,21978409,21978700,21979263,21980943,21981100,21985014,21987529,21997647,22012005,22014152,22015670,22015920,22015936,22015975,22016001,22016100,22016175,22016674,22017223,22018050,22023145,22024038,22024221,22025865,22029289,22029607,22033187,22035770,22040481,22045568,22047101,22050006,22050297,22050446,22051698,22051844,22052099,22055318,22057080,22066229,22067262,22076301,22076806,22086679,22088573,22093802,22093926,22097135,22102780,22123767,22130066,22134209,22137991,22139248,22139425,22141672,22144731,22149417,22158714,22175466,22175520,22180789,22184227,22186848,22187420,22191594,22195652,22200180,22200207,22207250,22211149,22212221,22212468,22217884,22221534,22221844,22291338,22294341,22298371,22300015,22305692,22305849,22307673,22310223,22310455,22311658,22312632,22312712,22312752,22315042,22315139,22317040,22317242,22317517,22318718,22319815,22329125,22329568,22329624,22329982,22330224,22336926,22344916,22345378,2234665', 'assoc_port': '21963882:21964206,21967114:21968044,21967142:21974006,21967197:21974246,21969983:21970545,21975316:21976187,21975317:21976108,21976822:21979263,21976869:21978700,21976870:21978409,21976897:21978277,21976904:21977096,21980117:21981100,21980144:21980943,21984242:21985014,21986987:21987529,21986989:21997647,22011457:22012005,22013394:22014152,22014831:22017223,22014842:22016674,22014846:22016175,22014877:22015936,22014879:22016100,22014886:22015975,22014892:22015920,22014899:22016001,22014906:22015670,22017392:22018050,22023071:22023145,22023871:22024221,22023901:22024038,22024786:22025865,22029099:22029607,22029101:22029289,22032529:22033187,22035141:22035770,22038503:22050297,22040133:22040481,22045045:22045568,22046565:22047101,22049747:22050446,22049749:22051844,22049758:22050006,22051357:22052099,22051362:22051698,22054542:22055318,22056819:22057080,22065344:22066229,22066733:22067262,22075838:22076301,22076545:22076806,22086022:22086679,22088049:22088573,22093116:22093926,22093117:22093802,22096624:2209713', 'assoc_mat': '21963882:carton:4209:21964206,21967114:carton:4209:21968044,21967142:carton:4209:21974006,21967197:carton:4209:21974246,21969983:carton:4209:21970545,21975316:carton:4209:21976187,21975317:carton:4209:21976108,21976822:carton:4209:21979263,21976869:carton:4209:21978700,21976870:carton:4209:21978409,21976897:carton:4209:21978277,21976904:carton:4209:21977096,21980117:carton:4209:21981100,21980144:carton:4209:21980943,21984242:carton:4209:21985014,21986987:carton:4209:21987529,21986989:carton:4209:21997647,22011457:carton:4209:22012005,22013394:carton:4209:22014152,22014831:carton:4209:22017223,22014842:carton:4209:22016674,22014846:carton:4209:22016175,22014877:carton:4209:22015936,22014879:carton:4209:22016100,22014886:carton:4209:22015975,22014892:carton:4209:22015920,22014899:carton:4209:22016001,22014906:carton:4209:22015670,22017392:carton:4209:22018050,22023071:carton:4209:22023145,22023871:carton:4209:22024221,22023901:carton:4209:22024038,22024786:carton:4209:22025865,22029099:carton:4209:22029607,2202'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.013023451589009406, 'nb_photo': 12240, 'list_port_cont': '21963407,21963592,21964274,21970586,21971876,21971933,21989545,21990263,21997447,22004072,22005519,22007317,22007775,22008812,22025925,22025966,22026084,22026139,22026156,22026188,22026243,22026316,22026460,22026575,22026599,22026668,22026737,22027165,22027269,22029550,22030981,22031871,22031961,22033368,22039422,22040619,22040700,22050604,22050703,22051593,22052018,22052122,22056380,22057176,22063571,22067300,22068766,22069188,22072731,22074040,22080501,22083643,22090621,22091676,22091937,22092178,22094249,22105435,22122253,22127613,22132334,22139307,22141700,22144688,22144829,22151425,22155284,22158584,22177953,22179539,22186655,22189955,22192297,22195666,22195680,22207545,22210762,22221974,22222975,22229856,22291491,22294731,22294826,22298370,22298629,22299061,22302358,22306942,22308383,22310002,22312609,22313061,22313306,22315313,22318844,22329436,22332283,22337039,22341209,22344853,22345002,22345496,22352630,22352716,22352908,22353629,22355848,22371431,22375842,22377493,22379559,22380000,22381569,2238159', 'assoc_port': '21962514:21963407,21963397:21963592,21963883:21964274,21967132:21970586,21967181:21971876,21967195:21971933,21975312:21989545,21975320:21990263,21976850:21997447,21978908:22004072,21978934:22005519,21980103:22007317,21980107:22007775,21980142:22008812,22010582:22027269,22011452:22027165,22013397:22030981,22014825:22026737,22014833:22026668,22014843:22026599,22014874:22026575,22014880:22026460,22014893:22026316,22014896:22026243,22014901:22026188,22017391:22026156,22019909:22026139,22023068:22026084,22024784:22025925,22024789:22025966,22029102:22029550,22031175:22031961,22031177:22031871,22032532:22033368,22038504:22039422,22040126:22040700,22040132:22040619,22042107:22051593,22046566:22050703,22049745:22056380,22049754:22050604,22051354:22052122,22051356:22052018,22054525:22057176,22062853:22063571,22065346:22068766,22066734:22067300,22068648:22069188,22071991:22072731,22073536:22074040,22079487:22080501,22079488:22083643,22079491:22092178,22086017:22094249,22086036:22090621,22091316:22091676,22091318:2209193', 'assoc_mat': '21962514:carton:4211:21963407,21963397:carton:4211:21963592,21963883:carton:4211:21964274,21967132:carton:4211:21970586,21967181:carton:4211:21971876,21967195:carton:4211:21971933,21975312:carton:4211:21989545,21975320:carton:4211:21990263,21976850:carton:4211:21997447,21978908:carton:4211:22004072,21978934:carton:4211:22005519,21980103:carton:4211:22007317,21980107:carton:4211:22007775,21980142:carton:4211:22008812,22010582:carton:4211:22027269,22011452:carton:4211:22027165,22013397:carton:4211:22030981,22014825:carton:4211:22026737,22014833:carton:4211:22026668,22014843:carton:4211:22026599,22014874:carton:4211:22026575,22014880:carton:4211:22026460,22014893:carton:4211:22026316,22014896:carton:4211:22026243,22014901:carton:4211:22026188,22017391:carton:4211:22026156,22019909:carton:4211:22026139,22023068:carton:4211:22026084,22024784:carton:4211:22025925,22024789:carton:4211:22025966,22029102:carton:4211:22029550,22031175:carton:4211:22031961,22031177:carton:4211:22031871,22032532:carton:4211:22033368,2203'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.005456189440889888, 'nb_photo': 151, 'list_port_cont': '21963764,21976299,21982689,21988610,21990852,21998134,22005688,22008144,22012899,22025557,22033711,22033936,22037060,22042147,22042747,22046216,22046336,22048303,22053767,22054706,22055747,22057902,22060427,22067765,22069681,22077050,22079697,22079924,22082869,22091995,22093325,22095883,22107790,22109487,22129283,22132954,22138736,22150079,22151650,22159093,22186782,22187170,22190725,22234451,22237235,22242423,22242917,22242971,22309670,22318880,22347414,22358847,22373034,22378840,22380049,22389187,22391087,22392497,22395889,22428604,22429869,22438129,22440952,22441908,22449342,22453755,22456257,22457127,22459691,22460914,22463503,22464290,22469951,22480586,22487814,22489644,22498514,22501371,22503535,22514219,22519257,22537435,22548701,22553900,22553960,22558201,22559484,22574559', 'assoc_port': '21963399:21963764,21967124:21988610,21969980:21982689,21975313:21990852,21975319:21976299,21976848:21998134,21978922:22005688,21980102:22008144,21984249:22012899,22011451:22033711,22014822:22042147,22014828:22042747,22014840:22095883,22014875:22082869,22014890:22079924,22014897:22046336,22014905:22048303,22018592:22060427,22023872:22025557,22032522:22033936,22035139:22037060,22040125:22054706,22045050:22046216,22051359:22053767,22054523:22057902,22054529:22055747,22066731:22067765,22068650:22069681,22071992:22077050,22078672:22079697,22086065:22091995,22091321:22093325,22098018:22109487,22101541:22107790,22126969:22129283,22132582:22132954,22137424:22138736,22148778:22150079,22150597:22151650,22157943:22159093,22178698:22187170,22183555:22186782,22189238:22190725,22200698:22242971,22200701:22242917,22204329:22242423,22211640:22237235,22217452:22234451,22304110:22309670,22312869:22318880,22346888:22347414,22350610:22358847,22372029:22373034,22378450:22378840,22379664:22380049,22388012:22389187,22390604:2239108', 'assoc_mat': '21963399:carton:3327:21963764,21967124:carton:3327:21988610,21969980:carton:3327:21982689,21975313:carton:3327:21990852,21975319:carton:3327:21976299,21976848:carton:3327:21998134,21978922:carton:3327:22005688,21980102:carton:3327:22008144,21984249:carton:3327:22012899,22011451:carton:3327:22033711,22014822:carton:3327:22042147,22014828:carton:3327:22042747,22014840:carton:3327:22095883,22014875:carton:3327:22082869,22014890:carton:3327:22079924,22014897:carton:3327:22046336,22014905:carton:3327:22048303,22018592:carton:3327:22060427,22023872:carton:3327:22025557,22032522:carton:3327:22033936,22035139:carton:3327:22037060,22040125:carton:3327:22054706,22045050:carton:3327:22046216,22051359:carton:3327:22053767,22054523:carton:3327:22057902,22054529:carton:3327:22055747,22066731:carton:3327:22067765,22068650:carton:3327:22069681,22071992:carton:3327:22077050,22078672:carton:3327:22079697,22086065:carton:3327:22091995,22091321:carton:3327:22093325,22098018:carton:3327:22109487,22101541:carton:3327:22107790,2212'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.006618976059540002, 'nb_photo': 42, 'list_port_cont': '22019663,22358753,22448926', 'assoc_port': '22018590:22019663,22358427:22358753,22448524:22448926', 'assoc_mat': '22018590:carton:3594:22019663,22358427:carton:3594:22358753,22448524:carton:3594:22448926'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.001622923843119793, 'nb_photo': 86, 'list_port_cont': '21967687,21977409,21979784,21996957,22023225,22040792,22051417,22051731,22055162,22064652,22081444,22098900,22132398,22159635,22165093,22166950,22186443,22194600,22195055,22207260,22225048,22235730,22301630,22306709,22308221,22310210,22314704,22329943,22345481,22346593,22347238,22348680,22389545,22403113,22411921,22412547,22437362,22440991,22460031,22469993,22490158,22497910,22513085,22525275,22537000,22556362,22560479,22566507', 'assoc_port': '21967188:21967687,21976865:21977409,21978938:21979784,21996833:21996957,22023069:22023225,22035138:22051417,22040129:22040792,22051360:22051731,22054522:22055162,22062850:22064652,22079490:22081444,22098017:22098900,22131721:22132398,22137425:22166950,22148775:22165093,22150595:22159635,22174852:22235730,22185033:22186443,22194156:22195055,22194159:22194600,22206469:22207260,22221035:22225048,22299407:22301630,22304113:22306709,22307886:22308221,22309703:22310210,22314656:22314704,22328563:22348680,22328569:22329943,22345135:22345481,22346404:22346593,22346890:22347238,22388008:22389545,22393285:22412547,22394734:22411921,22402406:22403113,22436849:22437362,22440751:22440991,22459597:22460031,22469829:22469993,22489068:22525275,22489069:22490158,22497685:22497910,22509477:22513085,22536495:22537000,22554335:22560479,22554338:22556362,22566349:22566507', 'assoc_mat': '21967188:cartonnette:3726:21967687,21976865:cartonnette:3726:21977409,21978938:cartonnette:3726:21979784,21996833:cartonnette:3726:21996957,22023069:cartonnette:3726:22023225,22035138:cartonnette:3726:22051417,22040129:cartonnette:3726:22040792,22051360:cartonnette:3726:22051731,22054522:cartonnette:3726:22055162,22062850:cartonnette:3726:22064652,22079490:cartonnette:3726:22081444,22098017:cartonnette:3726:22098900,22131721:cartonnette:3726:22132398,22137425:cartonnette:3726:22166950,22148775:cartonnette:3726:22165093,22150595:cartonnette:3726:22159635,22174852:cartonnette:3726:22235730,22185033:cartonnette:3726:22186443,22194156:cartonnette:3726:22195055,22194159:cartonnette:3726:22194600,22206469:cartonnette:3726:22207260,22221035:cartonnette:3726:22225048,22299407:cartonnette:3726:22301630,22304113:cartonnette:3726:22306709,22307886:cartonnette:3726:22308221,22309703:cartonnette:3726:22310210,22314656:cartonnette:3726:22314704,22328563:cartonnette:3726:22348680,22328569:cartonnette:3726:22329943,22345135:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00796749422319749, 'nb_photo': 340, 'list_port_cont': '21962938,21967690,21970617,21977418,21979783,21996964,22015344,22023224,22024486,22028373,22028485,22040797,22051424,22051730,22055155,22064644,22073985,22076261,22081445,22098893,22106675,22132401,22134323,22159641,22166958,22186448,22194602,22195059,22207261,22225042,22235727,22287115,22301639,22306714,22308215,22310213,22314709,22329452,22329944,22333933,22345475,22346596,22347229,22347822,22348675,22355182,22358946,22359253,22389537,22403114,22411914,22412543,22437357,22440992,22450652,22458383,22460030,22469994,22486684,22487212,22488320,22490153,22494953,22497920,22513080,22525270,22537005,22543392,22552273,22556361,22560471,22566501', 'assoc_port': '21962512:21962938,21967188:21967690,21969981:21970617,21976865:21977418,21978938:21979783,21996833:21996964,22014835:22028485,22014845:22028373,22014872:22015344,22018591:22024486,22023069:22023224,22035138:22051424,22040129:22040797,22051360:22051730,22054522:22055155,22062850:22064644,22073531:22073985,22075836:22076261,22079490:22081445,22098017:22098893,22106152:22106675,22131721:22132401,22133905:22134323,22137425:22166958,22150595:22159641,22174852:22235727,22185033:22186448,22194156:22195059,22194159:22194602,22206469:22207261,22221035:22225042,22286479:22287115,22299407:22301639,22304113:22306714,22307886:22308215,22309703:22310213,22314656:22314709,22328536:22358946,22328562:22359253,22328563:22348675,22328564:22333933,22328569:22329944,22328572:22329452,22334759:22347822,22345135:22345475,22346404:22346596,22346890:22347229,22355026:22355182,22388008:22389537,22393285:22412543,22394734:22411914,22402406:22403114,22436849:22437357,22440751:22440992,22450301:22450652,22457337:22458383,22459597:2246003', 'assoc_mat': '21962512:Carton_brun:3726:21962938,21967188:Carton_brun:3726:21967690,21969981:Carton_brun:3726:21970617,21976865:Carton_brun:3726:21977418,21978938:Carton_brun:3726:21979783,21996833:Carton_brun:3726:21996964,22014835:Carton_brun:3726:22028485,22014845:Carton_brun:3726:22028373,22014872:Carton_brun:3726:22015344,22018591:Carton_brun:3726:22024486,22023069:Carton_brun:3726:22023224,22035138:Carton_brun:3726:22051424,22040129:Carton_brun:3726:22040797,22051360:Carton_brun:3726:22051730,22054522:Carton_brun:3726:22055155,22062850:Carton_brun:3726:22064644,22073531:Carton_brun:3726:22073985,22075836:Carton_brun:3726:22076261,22079490:Carton_brun:3726:22081445,22098017:Carton_brun:3726:22098893,22106152:Carton_brun:3726:22106675,22131721:Carton_brun:3726:22132401,22133905:Carton_brun:3726:22134323,22137425:Carton_brun:3726:22166958,22150595:Carton_brun:3726:22159641,22174852:Carton_brun:3726:22235727,22185033:Carton_brun:3726:22186448,22194156:Carton_brun:3726:22195059,22194159:Carton_brun:3726:22194602,22206469:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004871870698716255, 'nb_photo': 158, 'list_port_cont': '21962936,21967683,21970622,21977408,21979776,21996962,22015336,22023232,22024490,22028492,22040795,22051724,22055159,22064648,22073984,22076265,22081443,22102889,22106685,22132403,22134313,22165101,22166960,22186442,22194601,22195057,22207265,22225046,22235722,22287107,22301633,22308211,22310208,22314707,22329450,22329951,22346601,22347821,22348683,22358949,22359245,22379497,22389547,22411920,22437361,22440993,22450649,22458377,22460027,22469999,22486691,22487208,22488315,22490156,22494952,22497912,22513087,22525281,22532244,22543395,22552270,22556363,22560476', 'assoc_port': '21962512:21962936,21967188:21967683,21969981:21970622,21976865:21977408,21978938:21979776,21996833:21996962,22014835:22028492,22014872:22015336,22018591:22024490,22023069:22023232,22040129:22040795,22051360:22051724,22054522:22055159,22062850:22064648,22073531:22073984,22075836:22076265,22079490:22081443,22096622:22102889,22106152:22106685,22131721:22132403,22133905:22134313,22137425:22166960,22148775:22165101,22174852:22235722,22185033:22186442,22194156:22195057,22194159:22194601,22206469:22207265,22221035:22225046,22286479:22287107,22299407:22301633,22307886:22308211,22309703:22310208,22314656:22314707,22328536:22358949,22328562:22359245,22328563:22348683,22328569:22329951,22328572:22329450,22334759:22347821,22346404:22346601,22379399:22379497,22388008:22389547,22394734:22411920,22436849:22437361,22440751:22440993,22450301:22450649,22457337:22458377,22459597:22460027,22469829:22469999,22486521:22486691,22486538:22487208,22488165:22488315,22489068:22525281,22489069:22490156,22494461:22494952,22497685:2249791', 'assoc_mat': '21962512:Carton_gris:3726:21962936,21967188:Carton_gris:3726:21967683,21969981:Carton_gris:3726:21970622,21976865:Carton_gris:3726:21977408,21978938:Carton_gris:3726:21979776,21996833:Carton_gris:3726:21996962,22014835:Carton_gris:3726:22028492,22014872:Carton_gris:3726:22015336,22018591:Carton_gris:3726:22024490,22023069:Carton_gris:3726:22023232,22040129:Carton_gris:3726:22040795,22051360:Carton_gris:3726:22051724,22054522:Carton_gris:3726:22055159,22062850:Carton_gris:3726:22064648,22073531:Carton_gris:3726:22073984,22075836:Carton_gris:3726:22076265,22079490:Carton_gris:3726:22081443,22096622:Carton_gris:3726:22102889,22106152:Carton_gris:3726:22106685,22131721:Carton_gris:3726:22132403,22133905:Carton_gris:3726:22134313,22137425:Carton_gris:3726:22166960,22148775:Carton_gris:3726:22165101,22174852:Carton_gris:3726:22235722,22185033:Carton_gris:3726:22186442,22194156:Carton_gris:3726:22195057,22194159:Carton_gris:3726:22194601,22206469:Carton_gris:3726:22207265,22221035:Carton_gris:3726:22225046,22286479:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006545785301094141, 'nb_photo': 150, 'list_port_cont': '21964186,21969945,22026352,22041329,22046201,22051218,22051712,22052396,22053702,22054005,22076374,22076779,22108075,22149145,22153088,22158483,22180494,22237976,22241245,22244111,22292975,22309513,22314879,22318622,22345045,22361612,22379472,22385701,22396155,22422341,22433704,22449948,22454614,22473519,22480030,22487813,22511789,22512749,22516928,22536628,22553556,22565050', 'assoc_port': '21963879:21964186,21967136:21969945,21978909:22026352,21984244:22052396,22014829:22041329,22014907:22046201,22019910:22053702,22038501:22054005,22049748:22051218,22051358:22051712,22062848:22076374,22076546:22076779,22101547:22108075,22131718:22153088,22142360:22149145,22154699:22158483,22174835:22180494,22191273:22244111,22210213:22241245,22211643:22237976,22290550:22292975,22305213:22309513,22314653:22314879,22318028:22318622,22344383:22345045,22355024:22361612,22379401:22379472,22384434:22385701,22390602:22396155,22420201:22422341,22432676:22433704,22444780:22449948,22451710:22454614,22469828:22473519,22479660:22480030,22486523:22487813,22497684:22511789,22509474:22512749,22513057:22516928,22536499:22536628,22550650:22553556,22562905:22565050', 'assoc_mat': '21963879:ela:4205:21964186,21967136:ela:4205:21969945,21978909:ela:4205:22026352,21984244:ela:4205:22052396,22014829:ela:4205:22041329,22014907:ela:4205:22046201,22019910:ela:4205:22053702,22038501:ela:4205:22054005,22049748:ela:4205:22051218,22051358:ela:4205:22051712,22062848:ela:4205:22076374,22076546:ela:4205:22076779,22101547:ela:4205:22108075,22131718:ela:4205:22153088,22142360:ela:4205:22149145,22154699:ela:4205:22158483,22174835:ela:4205:22180494,22191273:ela:4205:22244111,22210213:ela:4205:22241245,22211643:ela:4205:22237976,22290550:ela:4205:22292975,22305213:ela:4205:22309513,22314653:ela:4205:22314879,22318028:ela:4205:22318622,22344383:ela:4205:22345045,22355024:ela:4205:22361612,22379401:ela:4205:22379472,22384434:ela:4205:22385701,22390602:ela:4205:22396155,22420201:ela:4205:22422341,22432676:ela:4205:22433704,22444780:ela:4205:22449948,22451710:ela:4205:22454614,22469828:ela:4205:22473519,22479660:ela:4205:22480030,22486523:ela:4205:22487813,22497684:ela:4205:22511789,22509474:ela:4205:2251274'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 1.0363782397484544, 'nb_photo': 218, 'list_port_cont': '21969305,22003520,22005700,22012118,22040905,22053787,22054241,22055547,22063557,22064884,22076853,22097223,22146606,22155003,22164096,22241086,22244166,22295032,22309853,22315615,22348633,22358383,22379356,22397927,22399468,22430538,22450064,22451172,22471526,22505140,22510434,22520970,22560982,22561802', 'assoc_port': '21967117:21969305,21978894:22003520,21978946:22005700,22011455:22012118,22014824:22040905,22014888:22064884,22023070:22055547,22035144:22054241,22046564:22053787,22062855:22063557,22076548:22076853,22096625:22097223,22129557:22146606,22141215:22155003,22154698:22164096,22191270:22244166,22210214:22241086,22291941:22295032,22305215:22309853,22314649:22315615,22340395:22348633,22350612:22358383,22376586:22379356,22386992:22397927,22398077:22399468,22429992:22430538,22443967:22451172,22449976:22450064,22466648:22471526,22494447:22505140,22504012:22510434,22520613:22520970,22542628:22560982,22556378:22561802', 'assoc_mat': '21967117:ela:4203:21969305,21978894:ela:4203:22003520,21978946:ela:4203:22005700,22011455:ela:4203:22012118,22014824:ela:4203:22040905,22014888:ela:4203:22064884,22023070:ela:4203:22055547,22035144:ela:4203:22054241,22046564:ela:4203:22053787,22062855:ela:4203:22063557,22076548:ela:4203:22076853,22096625:ela:4203:22097223,22129557:ela:4203:22146606,22141215:ela:4203:22155003,22154698:ela:4203:22164096,22191270:ela:4203:22244166,22210214:ela:4203:22241086,22291941:ela:4203:22295032,22305215:ela:4203:22309853,22314649:ela:4203:22315615,22340395:ela:4203:22348633,22350612:ela:4203:22358383,22376586:ela:4203:22379356,22386992:ela:4203:22397927,22398077:ela:4203:22399468,22429992:ela:4203:22430538,22443967:ela:4203:22451172,22449976:ela:4203:22450064,22466648:ela:4203:22471526,22494447:ela:4203:22505140,22504012:ela:4203:22510434,22520613:ela:4203:22520970,22542628:ela:4203:22560982,22556378:ela:4203:22561802'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0013011904904360854, 'nb_photo': 125, 'list_port_cont': '21963561,21964263,21970466,21971465,21986344,21996821,22003897,22005421,22006363,22007553,22011949,22015143,22023121,22023285,22028204,22031487,22032449,22032672,22035917,22040498,22045609,22050430,22066956,22067375,22068690,22072656,22078965,22079044,22079678,22091735,22096857,22123728,22126022,22131809,22132865,22133050,22133253,22151137,22151603,22155155,22175238,22180580,22180982,22181061,22183828,22194543,22222799,22292887,22293103,22293180,22293794,22300214,22307030,22335422,22338511,22340104,22341939,22344730,22345421,22346575,22372347,22377487,22381060,22381679,22395219,22409542,22420625,22421683,22425460,22432905,22440916,22445552,22452211,22479973,22490344,22494689,22498825,22504432,22534037,22544881,22544997,22563369', 'assoc_port': '21963398:21963561,21963881:21964263,21967184:21971465,21969982:21970466,21976863:21996821,21976900:22023121,21978910:22003897,21978941:22005421,21980101:22006363,21980112:22007553,21985550:21986344,22011454:22011949,22014823:22032672,22014834:22032449,22014884:22015143,22017376:22028204,22023072:22023285,22031176:22031487,22035143:22035917,22040130:22040498,22045046:22045609,22049753:22050430,22065345:22068690,22066732:22067375,22066735:22066956,22071990:22072656,22078669:22079678,22078671:22079044,22078673:22078965,22091320:22091735,22096623:22096857,22123320:22123728,22125807:22126022,22129556:22131809,22132583:22133253,22132585:22133050,22132589:22132865,22150592:22151603,22150596:22151137,22154700:22155155,22174850:22175238,22177106:22180982,22177110:22181061,22180100:22180580,22183558:22183828,22194162:22194543,22221009:22222799,22290547:22292887,22291935:22293794,22291937:22293180,22291942:22293103,22299408:22300214,22305207:22307030,22331495:22340104,22334760:22338511,22334761:22335422,22340417:2234193', 'assoc_mat': '21963398:ela:4207:21963561,21963881:ela:4207:21964263,21967184:ela:4207:21971465,21969982:ela:4207:21970466,21976863:ela:4207:21996821,21976900:ela:4207:22023121,21978910:ela:4207:22003897,21978941:ela:4207:22005421,21980101:ela:4207:22006363,21980112:ela:4207:22007553,21985550:ela:4207:21986344,22011454:ela:4207:22011949,22014823:ela:4207:22032672,22014834:ela:4207:22032449,22014884:ela:4207:22015143,22017376:ela:4207:22028204,22023072:ela:4207:22023285,22031176:ela:4207:22031487,22035143:ela:4207:22035917,22040130:ela:4207:22040498,22045046:ela:4207:22045609,22049753:ela:4207:22050430,22065345:ela:4207:22068690,22066732:ela:4207:22067375,22066735:ela:4207:22066956,22071990:ela:4207:22072656,22078669:ela:4207:22079678,22078671:ela:4207:22079044,22078673:ela:4207:22078965,22091320:ela:4207:22091735,22096623:ela:4207:22096857,22123320:ela:4207:22123728,22125807:ela:4207:22126022,22129556:ela:4207:22131809,22132583:ela:4207:22133253,22132585:ela:4207:22133050,22132589:ela:4207:22132865,22150592:ela:4207:2215160'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.006021227010475339, 'nb_photo': 10, 'list_port_cont': '21968389,22149461,22292784,22428278,22445233,22473912,22556916,22561962', 'assoc_port': '21967190:21968389,22148777:22149461,22291934:22292784,22427805:22428278,22444779:22445233,22469833:22473912,22556379:22556916,22561375:22561962', 'assoc_mat': '21967190:ela:4461:21968389,22148777:ela:4461:22149461,22291934:ela:4461:22292784,22427805:ela:4461:22428278,22444779:ela:4461:22445233,22469833:ela:4461:22473912,22556379:ela:4461:22556916,22561375:ela:4461:22561962'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0008541345886496939, 'nb_photo': 54, 'list_port_cont': '21970689,22004224,22007573,22032222,22042856,22051871,22053681,22053793,22053981,22055114,22056852,22118756,22138556,22147410,22153026,22158877,22193155,22204885,22229875,22239598,22241163,22242691,22294373,22299452,22347442,22347608,22347719,22352386,22378616,22381727,22395769,22438105,22441956,22458274,22465990,22488474,22497803,22506104,22506969,22516906,22524874,22543792,22544931,22556701,22563687', 'assoc_port': '21967139:21970689,21978911:22004224,21980110:22007573,22010579:22032222,22014876:22042856,22023889:22056852,22040123:22053981,22045049:22053793,22051355:22053681,22051363:22051871,22054528:22055114,22093114:22118756,22132587:22138556,22137423:22147410,22144310:22153026,22154710:22158877,22191278:22193155,22200699:22242691,22204331:22204885,22210211:22241163,22211636:22239598,22222639:22229875,22291938:22294373,22295406:22299452,22339071:22347719,22346889:22347608,22346893:22347442,22352281:22352386,22372030:22378616,22381319:22381727,22393281:22395769,22436852:22438105,22439288:22441956,22444781:22458274,22462252:22465990,22488171:22488474,22497686:22497803,22502414:22506104,22502416:22506969,22513056:22516906,22517562:22524874,22542654:22543792,22544863:22544931,22554337:22556701,22561372:22563687', 'assoc_mat': '21967139:ela:4200:21970689,21978911:ela:4200:22004224,21980110:ela:4200:22007573,22010579:ela:4200:22032222,22014876:ela:4200:22042856,22023889:ela:4200:22056852,22040123:ela:4200:22053981,22045049:ela:4200:22053793,22051355:ela:4200:22053681,22051363:ela:4200:22051871,22054528:ela:4200:22055114,22093114:ela:4200:22118756,22132587:ela:4200:22138556,22137423:ela:4200:22147410,22144310:ela:4200:22153026,22154710:ela:4200:22158877,22191278:ela:4200:22193155,22200699:ela:4200:22242691,22204331:ela:4200:22204885,22210211:ela:4200:22241163,22211636:ela:4200:22239598,22222639:ela:4200:22229875,22291938:ela:4200:22294373,22295406:ela:4200:22299452,22339071:ela:4200:22347719,22346889:ela:4200:22347608,22346893:ela:4200:22347442,22352281:ela:4200:22352386,22372030:ela:4200:22378616,22381319:ela:4200:22381727,22393281:ela:4200:22395769,22436852:ela:4200:22438105,22439288:ela:4200:22441956,22444781:ela:4200:22458274,22462252:ela:4200:22465990,22488171:ela:4200:22488474,22497686:ela:4200:22497803,22502414:ela:4200:2250610'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.005241843575642434, 'nb_photo': 585, 'list_port_cont': '21968055,21970532,21973970,21974245,21976106,21976199,21978278,21978694,21979267,21980929,21981107,21985004,21987534,22012006,22014144,22015667,22015915,22015926,22015973,22015989,22016097,22016178,22016675,22017224,22018045,22023137,22024216,22025855,22029299,22029604,22033205,22035781,22040476,22045563,22047091,22050005,22050454,22051692,22051852,22052112,22055315,22066226,22067261,22076310,22076799,22086683,22088578,22093809,22093918,22097132,22102795,22123768,22130057,22134202,22137987,22139245,22139422,22141682,22144729,22149416,22158726,22175511,22180788,22184235,22186834,22187429,22191597,22195645,22200168,22200210,22211147,22221846,22291321,22300024,22305697,22305853,22307676,22310229,22310458,22311666,22312626,22312750,22315048,22315144,22319794,22336927,22344914,22345377,22346652,22347184,22352927,22353599,22357151,22358714,22359465,22372772,22377470,22378528,22379986,22385066,22388472,22390968,22391023,22403221,22425544,22430345,22432806,22433172,22441503,22444317,22448537,22450575,22453427,2245363', 'assoc_port': '21967114:21968055,21967142:21973970,21967197:21974245,21969983:21970532,21975316:21976199,21975317:21976106,21976822:21979267,21976869:21978694,21976897:21978278,21980117:21981107,21980144:21980929,21984242:21985004,21986987:21987534,22011457:22012006,22013394:22014144,22014831:22017224,22014842:22016675,22014846:22016178,22014877:22015926,22014879:22016097,22014886:22015973,22014892:22015915,22014899:22015989,22014906:22015667,22017392:22018045,22023071:22023137,22023871:22024216,22024786:22025855,22029099:22029604,22029101:22029299,22032529:22033205,22035141:22035781,22040133:22040476,22045045:22045563,22046565:22047091,22049747:22050454,22049749:22051852,22049758:22050005,22051357:22052112,22051362:22051692,22054542:22055315,22065344:22066226,22066733:22067261,22075838:22076310,22076545:22076799,22086022:22086683,22088049:22088578,22093116:22093918,22093117:22093809,22096624:22097132,22101542:22102795,22123324:22123768,22129563:22130057,22133911:22134202,22137426:22137987,22138707:22139245,22138713:2213942', 'assoc_mat': '21967114:ela:4209:21968055,21967142:ela:4209:21973970,21967197:ela:4209:21974245,21969983:ela:4209:21970532,21975316:ela:4209:21976199,21975317:ela:4209:21976106,21976822:ela:4209:21979267,21976869:ela:4209:21978694,21976897:ela:4209:21978278,21980117:ela:4209:21981107,21980144:ela:4209:21980929,21984242:ela:4209:21985004,21986987:ela:4209:21987534,22011457:ela:4209:22012006,22013394:ela:4209:22014144,22014831:ela:4209:22017224,22014842:ela:4209:22016675,22014846:ela:4209:22016178,22014877:ela:4209:22015926,22014879:ela:4209:22016097,22014886:ela:4209:22015973,22014892:ela:4209:22015915,22014899:ela:4209:22015989,22014906:ela:4209:22015667,22017392:ela:4209:22018045,22023071:ela:4209:22023137,22023871:ela:4209:22024216,22024786:ela:4209:22025855,22029099:ela:4209:22029604,22029101:ela:4209:22029299,22032529:ela:4209:22033205,22035141:ela:4209:22035781,22040133:ela:4209:22040476,22045045:ela:4209:22045563,22046565:ela:4209:22047091,22049747:ela:4209:22050454,22049749:ela:4209:22051852,22049758:ela:4209:2205000'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009145477136062234, 'nb_photo': 1355, 'list_port_cont': '21963405,21963584,21964277,21970581,21971863,21971919,21989544,21990255,21997445,22004070,22005514,22007315,22007772,22008815,22025928,22025965,22026085,22026143,22026150,22026179,22026237,22026313,22026457,22026578,22026588,22026675,22026738,22027175,22027263,22029557,22030983,22031868,22031965,22033369,22039416,22040609,22040703,22050597,22050715,22051605,22052023,22052119,22056381,22057167,22063572,22067302,22068751,22069200,22072727,22074048,22080498,22083636,22090616,22091665,22091959,22092192,22094248,22105439,22122251,22127602,22132333,22139320,22141701,22144691,22144839,22151429,22155286,22158597,22177950,22179535,22186656,22189952,22192306,22195668,22195681,22207557,22210749,22221977,22222986,22229866,22291478,22294728,22294818,22298362,22298642,22299060,22302359,22306936,22308370,22309998,22312612,22313067,22313314,22315322,22318842,22329445,22332293,22337052,22341217,22344852,22344991,22345488,22352719,22352906,22353635,22355855,22371438,22375833,22377492,22379551,22379997,22381574,22381584,2238508', 'assoc_port': '21962514:21963405,21963397:21963584,21963883:21964277,21967132:21970581,21967181:21971863,21967195:21971919,21975312:21989544,21975320:21990255,21976850:21997445,21978908:22004070,21978934:22005514,21980103:22007315,21980107:22007772,21980142:22008815,22010582:22027263,22011452:22027175,22013397:22030983,22014825:22026738,22014833:22026675,22014843:22026588,22014874:22026578,22014880:22026457,22014893:22026313,22014896:22026237,22014901:22026179,22017391:22026150,22019909:22026143,22023068:22026085,22024784:22025928,22024789:22025965,22029102:22029557,22031175:22031965,22031177:22031868,22032532:22033369,22038504:22039416,22040126:22040703,22040132:22040609,22042107:22051605,22046566:22050715,22049745:22056381,22049754:22050597,22051354:22052119,22051356:22052023,22054525:22057167,22062853:22063572,22065346:22068751,22066734:22067302,22068648:22069200,22071991:22072727,22073536:22074048,22079487:22080498,22079488:22083636,22079491:22092192,22086017:22094248,22086036:22090616,22091316:22091665,22091318:2209195', 'assoc_mat': '21962514:ela:4211:21963405,21963397:ela:4211:21963584,21963883:ela:4211:21964277,21967132:ela:4211:21970581,21967181:ela:4211:21971863,21967195:ela:4211:21971919,21975312:ela:4211:21989544,21975320:ela:4211:21990255,21976850:ela:4211:21997445,21978908:ela:4211:22004070,21978934:ela:4211:22005514,21980103:ela:4211:22007315,21980107:ela:4211:22007772,21980142:ela:4211:22008815,22010582:ela:4211:22027263,22011452:ela:4211:22027175,22013397:ela:4211:22030983,22014825:ela:4211:22026738,22014833:ela:4211:22026675,22014843:ela:4211:22026588,22014874:ela:4211:22026578,22014880:ela:4211:22026457,22014893:ela:4211:22026313,22014896:ela:4211:22026237,22014901:ela:4211:22026179,22017391:ela:4211:22026150,22019909:ela:4211:22026143,22023068:ela:4211:22026085,22024784:ela:4211:22025928,22024789:ela:4211:22025965,22029102:ela:4211:22029557,22031175:ela:4211:22031965,22031177:ela:4211:22031868,22032532:ela:4211:22033369,22038504:ela:4211:22039416,22040126:ela:4211:22040703,22040132:ela:4211:22040609,22042107:ela:4211:2205160'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0001777031116116652, 'nb_photo': 80, 'list_port_cont': '21969307,22003522,22012111,22053788,22054233,22055538,22063563,22064880,22097220,22146615,22155002,22164093,22241085,22244163,22295039,22309863,22315607,22348631,22358388,22399481,22430534,22450061,22451173,22471541,22510432,22520983,22560990,22561795', 'assoc_port': '21967117:21969307,21978894:22003522,22011455:22012111,22014888:22064880,22023070:22055538,22035144:22054233,22046564:22053788,22062855:22063563,22096625:22097220,22129557:22146615,22141215:22155002,22154698:22164093,22191270:22244163,22210214:22241085,22291941:22295039,22305215:22309863,22314649:22315607,22340395:22348631,22350612:22358388,22398077:22399481,22429992:22430534,22443967:22451173,22449976:22450061,22466648:22471541,22504012:22510432,22520613:22520983,22542628:22560990,22556378:22561795', 'assoc_mat': '21967117:etiquette:4203:21969307,21978894:etiquette:4203:22003522,22011455:etiquette:4203:22012111,22014888:etiquette:4203:22064880,22023070:etiquette:4203:22055538,22035144:etiquette:4203:22054233,22046564:etiquette:4203:22053788,22062855:etiquette:4203:22063563,22096625:etiquette:4203:22097220,22129557:etiquette:4203:22146615,22141215:etiquette:4203:22155002,22154698:etiquette:4203:22164093,22191270:etiquette:4203:22244163,22210214:etiquette:4203:22241085,22291941:etiquette:4203:22295039,22305215:etiquette:4203:22309863,22314649:etiquette:4203:22315607,22340395:etiquette:4203:22348631,22350612:etiquette:4203:22358388,22398077:etiquette:4203:22399481,22429992:etiquette:4203:22430534,22443967:etiquette:4203:22451173,22449976:etiquette:4203:22450061,22466648:etiquette:4203:22471541,22504012:etiquette:4203:22510432,22520613:etiquette:4203:22520983,22542628:etiquette:4203:22560990,22556378:etiquette:4203:22561795'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0001523632939948791, 'nb_photo': 18, 'list_port_cont': '22003902,22006369,22032459,22042601,22055094,22151140,22201664,22228062,22308164,22335418,22420630,22432895,22479981,22491643,22497145,22538055,22548546', 'assoc_port': '21978910:22003902,21980101:22006369,22014834:22032459,22042105:22042601,22054524:22055094,22150596:22151140,22200705:22201664,22222655:22228062,22307237:22308164,22334761:22335418,22420200:22420630,22432672:22432895,22479654:22479981,22491289:22491643,22496797:22497145,22537667:22538055,22547214:22548546', 'assoc_mat': '21978910:etiquette:4207:22003902,21980101:etiquette:4207:22006369,22014834:etiquette:4207:22032459,22042105:etiquette:4207:22042601,22054524:etiquette:4207:22055094,22150596:etiquette:4207:22151140,22200705:etiquette:4207:22201664,22222655:etiquette:4207:22228062,22307237:etiquette:4207:22308164,22334761:etiquette:4207:22335418,22420200:etiquette:4207:22420630,22432672:etiquette:4207:22432895,22479654:etiquette:4207:22479981,22491289:etiquette:4207:22491643,22496797:etiquette:4207:22497145,22537667:etiquette:4207:22538055,22547214:etiquette:4207:22548546'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 1.6772930506564936e-05, 'nb_photo': 1, 'list_port_cont': '22538097', 'assoc_port': '22537668:22538097', 'assoc_mat': '22537668:etiquette:4461:22538097'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.00040369958163289526, 'nb_photo': 10, 'list_port_cont': '21996015,22040888,22055109,22123753,22361600,22381107,22411846,22474352,22544943,22570738', 'assoc_port': '21976823:21996015,22014827:22040888,22054528:22055109,22123322:22123753,22353969:22361600,22380800:22381107,22393283:22411846,22469830:22474352,22544863:22544943,22566350:22570738', 'assoc_mat': '21976823:etiquette:4200:21996015,22014827:etiquette:4200:22040888,22054528:etiquette:4200:22055109,22123322:etiquette:4200:22123753,22353969:etiquette:4200:22361600,22380800:etiquette:4200:22381107,22393283:etiquette:4200:22411846,22469830:etiquette:4200:22474352,22544863:etiquette:4200:22544943,22566350:etiquette:4200:22570738'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0010747290938700122, 'nb_photo': 107, 'list_port_cont': '21970541,21979262,21981112,21987540,22014146,22015673,22015922,22016004,22016179,22018053,22029288,22029594,22033203,22040478,22047092,22051689,22066231,22076804,22097145,22102792,22130067,22134206,22139420,22149422,22158721,22180782,22184236,22207244,22211139,22221838,22291341,22300026,22305685,22305854,22307672,22310219,22312754,22317524,22330218,22344924,22352921,22353585,22357153,22358701,22359463,22378527,22385072,22390953,22391019,22403211,22425553,22441510,22448539,22450582,22453629,22460470,22463965,22471868,22498281,22498734,22498743,22517414,22518605,22532212,22536878,22543287,22544893,22548088,22553246,22562099', 'assoc_port': '21969983:21970541,21976822:21979262,21980117:21981112,21986987:21987540,22013394:22014146,22014846:22016179,22014892:22015922,22014899:22016004,22014906:22015673,22017392:22018053,22029099:22029594,22029101:22029288,22032529:22033203,22040133:22040478,22046565:22047092,22051362:22051689,22065344:22066231,22076545:22076804,22096624:22097145,22101542:22102792,22129563:22130067,22133911:22134206,22138713:22139420,22148776:22149422,22157944:22158721,22180099:22180782,22183560:22184236,22206473:22207244,22210210:22211139,22221022:22221838,22290545:22291341,22299411:22300026,22305208:22305854,22305212:22305685,22307235:22307672,22309701:22310219,22312351:22312754,22316766:22317524,22328537:22330218,22340418:22344924,22350611:22353585,22352268:22352921,22352276:22359463,22353972:22357153,22358431:22358701,22378316:22378527,22384433:22385072,22390605:22390953,22390606:22391019,22402440:22403211,22424906:22425553,22440768:22441510,22444777:22448539,22450304:22450582,22453057:22453629,22459991:22460470,22463411:2246396', 'assoc_mat': '21969983:etiquette:4209:21970541,21976822:etiquette:4209:21979262,21980117:etiquette:4209:21981112,21986987:etiquette:4209:21987540,22013394:etiquette:4209:22014146,22014846:etiquette:4209:22016179,22014892:etiquette:4209:22015922,22014899:etiquette:4209:22016004,22014906:etiquette:4209:22015673,22017392:etiquette:4209:22018053,22029099:etiquette:4209:22029594,22029101:etiquette:4209:22029288,22032529:etiquette:4209:22033203,22040133:etiquette:4209:22040478,22046565:etiquette:4209:22047092,22051362:etiquette:4209:22051689,22065344:etiquette:4209:22066231,22076545:etiquette:4209:22076804,22096624:etiquette:4209:22097145,22101542:etiquette:4209:22102792,22129563:etiquette:4209:22130067,22133911:etiquette:4209:22134206,22138713:etiquette:4209:22139420,22148776:etiquette:4209:22149422,22157944:etiquette:4209:22158721,22180099:etiquette:4209:22180782,22183560:etiquette:4209:22184236,22206473:etiquette:4209:22207244,22210210:etiquette:4209:22211139,22221022:etiquette:4209:22221838,22290545:etiquette:4209:22291341,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 3.985109686530331e-05, 'nb_photo': 126, 'list_port_cont': '21963413,21971864,21971923,21989559,22004073,22007322,22007778,22025922,22026238,22026462,22026585,22026590,22029552,22030996,22031956,22040614,22040696,22052026,22063584,22068767,22072733,22074045,22080509,22127607,22141697,22144841,22151417,22155285,22158586,22189957,22195671,22195682,22210757,22222977,22229864,22291483,22298633,22302347,22306937,22308367,22309994,22318837,22337038,22341210,22345489,22352615,22352710,22352901,22355856,22379995,22381571,22381600,22387543,22388643,22394232,22395430,22420789,22421958,22425567,22432889,22437376,22441437,22445408,22449014,22452311,22455816,22457556,22458003,22467568,22468256,22488373,22492176,22498433,22498700,22502741,22515716,22518618,22524430,22532370,22548070,22554598,22563593,22563809,22563968', 'assoc_port': '21962514:21963413,21967181:21971864,21967195:21971923,21975312:21989559,21978908:22004073,21980103:22007322,21980107:22007778,22013397:22030996,22014843:22026590,22014874:22026585,22014880:22026462,22014896:22026238,22024784:22025922,22029102:22029552,22031175:22031956,22040126:22040696,22040132:22040614,22051356:22052026,22062853:22063584,22065346:22068767,22071991:22072733,22073536:22074045,22079487:22080509,22126967:22127607,22141217:22141697,22144305:22144841,22150594:22151417,22154691:22155285,22157945:22158586,22189217:22189957,22195199:22195671,22195205:22195682,22210185:22210757,22222660:22222977,22226567:22229864,22290548:22291483,22298063:22298633,22301993:22302347,22304108:22306937,22307889:22308367,22309702:22309994,22318030:22318837,22336329:22337038,22340396:22341210,22345136:22345489,22352271:22352710,22352274:22352901,22352279:22352615,22355023:22355856,22379663:22379995,22381321:22381600,22381322:22381571,22386993:22387543,22388013:22388643,22393282:22394232,22394740:22395430,22420197:2242078', 'assoc_mat': '21962514:etiquette:4211:21963413,21967181:etiquette:4211:21971864,21967195:etiquette:4211:21971923,21975312:etiquette:4211:21989559,21978908:etiquette:4211:22004073,21980103:etiquette:4211:22007322,21980107:etiquette:4211:22007778,22013397:etiquette:4211:22030996,22014843:etiquette:4211:22026590,22014874:etiquette:4211:22026585,22014880:etiquette:4211:22026462,22014896:etiquette:4211:22026238,22024784:etiquette:4211:22025922,22029102:etiquette:4211:22029552,22031175:etiquette:4211:22031956,22040126:etiquette:4211:22040696,22040132:etiquette:4211:22040614,22051356:etiquette:4211:22052026,22062853:etiquette:4211:22063584,22065346:etiquette:4211:22068767,22071991:etiquette:4211:22072733,22073536:etiquette:4211:22074045,22079487:etiquette:4211:22080509,22126967:etiquette:4211:22127607,22141217:etiquette:4211:22141697,22144305:etiquette:4211:22144841,22150594:etiquette:4211:22151417,22154691:etiquette:4211:22155285,22157945:etiquette:4211:22158586,22189217:etiquette:4211:22189957,22195199:etiquette:4211:22195671,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.000722902989696484, 'nb_photo': 11, 'list_port_cont': '21990854,22042143,22042742,22138737,22147612,22306121,22354655,22441913,22480595', 'assoc_port': '21975313:21990854,22014822:22042143,22014828:22042742,22137424:22138737,22144307:22147612,22305205:22306121,22353971:22354655,22440774:22441913,22469827:22480595', 'assoc_mat': '21975313:etiquette:3327:21990854,22014822:etiquette:3327:22042143,22014828:etiquette:3327:22042742,22137424:etiquette:3327:22138737,22144307:etiquette:3327:22147612,22305205:etiquette:3327:22306121,22353971:etiquette:3327:22354655,22440774:etiquette:3327:22441913,22469827:etiquette:3327:22480595'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.014516124441332906, 'nb_photo': 358, 'list_port_cont': '21964190,21969957,22026354,22041320,22046204,22051226,22051709,22052391,22053709,22054012,22076366,22076785,22108074,22149156,22153075,22158485,22180502,22237964,22241233,22244103,22292967,22309525,22314883,22318634,22345055,22361616,22379483,22385696,22396156,22422328,22433697,22449941,22454612,22473512,22480035,22487812,22511774,22512736,22516916,22536638,22553560', 'assoc_port': '21963879:21964190,21967136:21969957,21978909:22026354,21984244:22052391,22014829:22041320,22014907:22046204,22019910:22053709,22038501:22054012,22049748:22051226,22051358:22051709,22062848:22076366,22076546:22076785,22101547:22108074,22131718:22153075,22142360:22149156,22154699:22158485,22174835:22180502,22191273:22244103,22210213:22241233,22211643:22237964,22290550:22292967,22305213:22309525,22314653:22314883,22318028:22318634,22344383:22345055,22355024:22361616,22379401:22379483,22384434:22385696,22390602:22396156,22420201:22422328,22432676:22433697,22444780:22449941,22451710:22454612,22469828:22473512,22479660:22480035,22486523:22487812,22497684:22511774,22509474:22512736,22513057:22516916,22536499:22536638,22550650:22553560', 'assoc_mat': '21963879:film_plastique:4205:21964190,21967136:film_plastique:4205:21969957,21978909:film_plastique:4205:22026354,21984244:film_plastique:4205:22052391,22014829:film_plastique:4205:22041320,22014907:film_plastique:4205:22046204,22019910:film_plastique:4205:22053709,22038501:film_plastique:4205:22054012,22049748:film_plastique:4205:22051226,22051358:film_plastique:4205:22051709,22062848:film_plastique:4205:22076366,22076546:film_plastique:4205:22076785,22101547:film_plastique:4205:22108074,22131718:film_plastique:4205:22153075,22142360:film_plastique:4205:22149156,22154699:film_plastique:4205:22158485,22174835:film_plastique:4205:22180502,22191273:film_plastique:4205:22244103,22210213:film_plastique:4205:22241233,22211643:film_plastique:4205:22237964,22290550:film_plastique:4205:22292967,22305213:film_plastique:4205:22309525,22314653:film_plastique:4205:22314883,22318028:film_plastique:4205:22318634,22344383:film_plastique:4205:22345055,22355024:film_plastique:4205:22361616,22379401:film_plastique:4205:2237948'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.002827766297592171, 'nb_photo': 407, 'list_port_cont': '21969310,22003523,22005708,22012121,22040912,22053780,22054229,22055549,22063551,22064881,22076852,22097214,22146614,22154996,22164097,22241082,22244154,22295033,22309852,22315614,22348635,22358381,22379358,22397928,22399476,22430535,22450060,22451174,22471537,22505133,22510440,22520978,22560985,22561805', 'assoc_port': '21967117:21969310,21978894:22003523,21978946:22005708,22011455:22012121,22014824:22040912,22014888:22064881,22023070:22055549,22035144:22054229,22046564:22053780,22062855:22063551,22076548:22076852,22096625:22097214,22129557:22146614,22141215:22154996,22154698:22164097,22191270:22244154,22210214:22241082,22291941:22295033,22305215:22309852,22314649:22315614,22340395:22348635,22350612:22358381,22376586:22379358,22386992:22397928,22398077:22399476,22429992:22430535,22443967:22451174,22449976:22450060,22466648:22471537,22494447:22505133,22504012:22510440,22520613:22520978,22542628:22560985,22556378:22561805', 'assoc_mat': '21967117:film_plastique:4203:21969310,21978894:film_plastique:4203:22003523,21978946:film_plastique:4203:22005708,22011455:film_plastique:4203:22012121,22014824:film_plastique:4203:22040912,22014888:film_plastique:4203:22064881,22023070:film_plastique:4203:22055549,22035144:film_plastique:4203:22054229,22046564:film_plastique:4203:22053780,22062855:film_plastique:4203:22063551,22076548:film_plastique:4203:22076852,22096625:film_plastique:4203:22097214,22129557:film_plastique:4203:22146614,22141215:film_plastique:4203:22154996,22154698:film_plastique:4203:22164097,22191270:film_plastique:4203:22244154,22210214:film_plastique:4203:22241082,22291941:film_plastique:4203:22295033,22305215:film_plastique:4203:22309852,22314649:film_plastique:4203:22315614,22340395:film_plastique:4203:22348635,22350612:film_plastique:4203:22358381,22376586:film_plastique:4203:22379358,22386992:film_plastique:4203:22397928,22398077:film_plastique:4203:22399476,22429992:film_plastique:4203:22430535,22443967:film_plastique:4203:2245117'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002908350215370315, 'nb_photo': 1006, 'list_port_cont': '21963552,21963971,21964098,21964264,21970463,21970762,21971466,21971804,21983039,21986345,21996811,21997189,21997863,22003050,22003890,22005413,22005583,22005608,22006364,22007558,22010982,22011952,22015145,22016814,22020845,22021441,22023127,22023281,22024331,22024879,22025821,22028120,22028203,22031495,22032058,22032218,22032446,22032669,22032765,22033141,22034368,22035913,22036280,22036729,22040497,22042589,22050151,22050367,22050422,22050888,22051576,22055091,22057097,22066955,22067376,22068695,22072666,22073876,22076185,22078976,22079673,22088033,22090726,22091746,22096847,22097129,22103623,22106576,22123729,22126027,22131801,22131889,22132855,22133045,22133254,22134222,22134246,22151144,22151594,22153409,22153972,22155157,22175234,22178925,22180574,22180979,22181058,22183821,22185862,22187093,22189454,22194538,22194907,22201651,22202597,22204917,22211242,22212814,22213135,22222798,22227353,22227445,22228069,22292895,22293099,22293182,22295505,22295719,22298147,22300220,22302305,22305914,22307029,2231720', 'assoc_port': '21963398:21963552,21963881:21964264,21963884:21964098,21963885:21963971,21967145:21970762,21967184:21971466,21967193:21971804,21969982:21970463,21976863:21996811,21976864:21997189,21976868:21997863,21976883:22025821,21976900:22023127,21978888:22003050,21978910:22003890,21978941:22005413,21978949:22005583,21978951:22005608,21980101:22006364,21980112:22007558,21980147:21983039,21985550:21986345,21986991:22016814,22010578:22010982,22011454:22011952,22013399:22034368,22014823:22032669,22014830:22032765,22014834:22032446,22014836:22032218,22014871:22032058,22014884:22015145,22017376:22028203,22017377:22028120,22019908:22021441,22019911:22020845,22023072:22023281,22023900:22024331,22024787:22024879,22031176:22031495,22032527:22033141,22035140:22036729,22035142:22036280,22035143:22035913,22040130:22040497,22042105:22042589,22049746:22050888,22049750:22050367,22049753:22050422,22049757:22050151,22051353:22051576,22054524:22055091,22056821:22057097,22065345:22068695,22066732:22067376,22066735:22066955,22071990:2207266', 'assoc_mat': '21963398:film_plastique:4207:21963552,21963881:film_plastique:4207:21964264,21963884:film_plastique:4207:21964098,21963885:film_plastique:4207:21963971,21967145:film_plastique:4207:21970762,21967184:film_plastique:4207:21971466,21967193:film_plastique:4207:21971804,21969982:film_plastique:4207:21970463,21976863:film_plastique:4207:21996811,21976864:film_plastique:4207:21997189,21976868:film_plastique:4207:21997863,21976883:film_plastique:4207:22025821,21976900:film_plastique:4207:22023127,21978888:film_plastique:4207:22003050,21978910:film_plastique:4207:22003890,21978941:film_plastique:4207:22005413,21978949:film_plastique:4207:22005583,21978951:film_plastique:4207:22005608,21980101:film_plastique:4207:22006364,21980112:film_plastique:4207:22007558,21980147:film_plastique:4207:21983039,21985550:film_plastique:4207:21986345,21986991:film_plastique:4207:22016814,22010578:film_plastique:4207:22010982,22011454:film_plastique:4207:22011952,22013399:film_plastique:4207:22034368,22014823:film_plastique:4207:2203266'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7664646463426881, 'nb_photo': 4081, 'list_port_cont': '21962853,21964228,21964552,21968388,21968803,21975966,21977457,21979353,21980644,21981034,21981595,21986122,21987692,21997255,21997459,22012056,22015497,22015512,22015608,22015739,22015774,22015870,22016505,22019094,22019095,22024168,22025873,22029485,22031844,22036040,22040509,22042485,22045780,22051015,22051988,22055228,22057342,22069276,22073901,22073964,22076338,22076813,22080203,22088872,22093826,22094630,22108867,22122303,22127543,22130117,22132916,22143052,22144638,22147294,22149468,22153704,22165137,22178191,22180727,22184419,22192209,22194271,22195587,22205193,22207219,22212376,22222296,22223388,22245378,22292776,22296071,22297441,22300093,22302373,22307954,22308270,22313270,22317025,22317679,22332224,22336559,22340933,22344795,22347261,22351323,22354493,22376498,22377542,22378489,22379528,22381085,22385021,22388594,22390907,22391726,22395328,22401163,22425416,22425499,22428268,22433263,22438561,22439700,22441357,22445230,22450451,22452254,22455771,22455889,22458866,22460257,22467425,22473911,2247762', 'assoc_port': '21962511:21962853,21963880:21964228,21964371:21964552,21967121:21968803,21967190:21968388,21975318:21975966,21976867:21977457,21978936:21979353,21980104:21981595,21980135:21980644,21980140:21981034,21985538:21986122,21986986:21987692,21996829:21997459,21996831:21997255,22011456:22012056,22014826:22016505,22014832:22015497,22014873:22015870,22014882:22015774,22014894:22015739,22014900:22015608,22014908:22015512,22018589:22019095,22018593:22019094,22023899:22024168,22024785:22025873,22029100:22029485,22031178:22031844,22035145:22036040,22040127:22040509,22042106:22042485,22045048:22045780,22046567:22051015,22049756:22051988,22051361:22057342,22054526:22055228,22065347:22073901,22068647:22069276,22073535:22073964,22075834:22076338,22076547:22076813,22079489:22080203,22086063:22094630,22088044:22088872,22093119:22093826,22098020:22108867,22122000:22122303,22126964:22127543,22129559:22130117,22132586:22132916,22138711:22147294,22142357:22143052,22144309:22144638,22148777:22149468,22153227:22153704,22164922:2216513', 'assoc_mat': '21962511:film_plastique:4461:21962853,21963880:film_plastique:4461:21964228,21964371:film_plastique:4461:21964552,21967121:film_plastique:4461:21968803,21967190:film_plastique:4461:21968388,21975318:film_plastique:4461:21975966,21976867:film_plastique:4461:21977457,21978936:film_plastique:4461:21979353,21980104:film_plastique:4461:21981595,21980135:film_plastique:4461:21980644,21980140:film_plastique:4461:21981034,21985538:film_plastique:4461:21986122,21986986:film_plastique:4461:21987692,21996829:film_plastique:4461:21997459,21996831:film_plastique:4461:21997255,22011456:film_plastique:4461:22012056,22014826:film_plastique:4461:22016505,22014832:film_plastique:4461:22015497,22014873:film_plastique:4461:22015870,22014882:film_plastique:4461:22015774,22014894:film_plastique:4461:22015739,22014900:film_plastique:4461:22015608,22014908:film_plastique:4461:22015512,22018589:film_plastique:4461:22019095,22018593:film_plastique:4461:22019094,22023899:film_plastique:4461:22024168,22024785:film_plastique:4461:2202587'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.014432447949638562, 'nb_photo': 2218, 'list_port_cont': '21963513,21963741,21969530,21970688,21971858,21977059,21987229,21996018,22004231,22006326,22007569,22032234,22032622,22034601,22040656,22040887,22041937,22042202,22042530,22042858,22042934,22044157,22044588,22044883,22045468,22050961,22051676,22051879,22053688,22053803,22053816,22053940,22053960,22053970,22054062,22055103,22056673,22056860,22057718,22068773,22074428,22083188,22091012,22091138,22097339,22099676,22108168,22109934,22118598,22118746,22123739,22132967,22135495,22138549,22147415,22148484,22148528,22149490,22153028,22156874,22158880,22159205,22162556,22169728,22193157,22195001,22204880,22229872,22234430,22234991,22239610,22241166,22242689,22242716,22287848,22287931,22294359,22299463,22302840,22307265,22307380,22309483,22312902,22316267,22317575,22321647,22321918,22321976,22330663,22345025,22346384,22346555,22347437,22347616,22347710,22350368,22352400,22358803,22359268,22359282,22359435,22361603,22378615,22378786,22378987,22380058,22381110,22381716,22389057,22390090,22395760,22396917,22397019,2240589', 'assoc_port': '21962513:21963741,21963400:21963513,21967129:21969530,21967139:21970688,21967186:21971858,21976823:21996018,21976906:21977059,21978911:22004231,21980100:22006326,21980110:22007569,21986993:21987229,22010579:22032234,22011453:22032622,22013398:22034601,22014797:22040656,22014827:22040887,22014838:22041937,22014839:22042202,22014876:22042858,22014878:22042934,22014891:22044157,22014898:22044588,22014902:22044883,22014903:22045468,22017378:22051676,22019913:22053816,22023889:22056860,22032524:22057718,22035137:22054062,22040123:22053970,22040136:22053960,22042108:22042530,22045047:22053940,22045049:22053803,22049751:22050961,22049755:22056673,22051355:22053688,22051363:22051879,22054528:22055103,22065348:22068773,22068649:22083188,22073532:22074428,22078670:22099676,22088043:22091138,22088051:22091012,22091315:22118598,22091317:22109934,22093114:22118746,22096627:22097339,22101552:22108168,22123322:22123739,22126966:22132967,22129562:22135495,22132587:22138549,22137423:22147415,22141214:22162556,22142356:2214848', 'assoc_mat': '21962513:film_plastique:4200:21963741,21963400:film_plastique:4200:21963513,21967129:film_plastique:4200:21969530,21967139:film_plastique:4200:21970688,21967186:film_plastique:4200:21971858,21976823:film_plastique:4200:21996018,21976906:film_plastique:4200:21977059,21978911:film_plastique:4200:22004231,21980100:film_plastique:4200:22006326,21980110:film_plastique:4200:22007569,21986993:film_plastique:4200:21987229,22010579:film_plastique:4200:22032234,22011453:film_plastique:4200:22032622,22013398:film_plastique:4200:22034601,22014797:film_plastique:4200:22040656,22014827:film_plastique:4200:22040887,22014838:film_plastique:4200:22041937,22014839:film_plastique:4200:22042202,22014876:film_plastique:4200:22042858,22014878:film_plastique:4200:22042934,22014891:film_plastique:4200:22044157,22014898:film_plastique:4200:22044588,22014902:film_plastique:4200:22044883,22014903:film_plastique:4200:22045468,22017378:film_plastique:4200:22051676,22019913:film_plastique:4200:22053816,22023889:film_plastique:4200:2205686'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.015907401823798933, 'nb_photo': 570, 'list_port_cont': '21964209,21968045,21970542,21976111,21976200,21977095,21978285,21978705,21979258,21980935,21981114,21985002,21987530,22012000,22014150,22015669,22015917,22015933,22015964,22015992,22016096,22016177,22017234,22018047,22024035,22024222,22025866,22029291,22029602,22033172,22035774,22040483,22045571,22047090,22050003,22050301,22050457,22051703,22051850,22052105,22055309,22057104,22066236,22067264,22076305,22076800,22086676,22088571,22093811,22093914,22097133,22102783,22123769,22130070,22134201,22137995,22139243,22139415,22141675,22144728,22149415,22154838,22158722,22175469,22175514,22180777,22184224,22186833,22187427,22191606,22195649,22200220,22207248,22211138,22212465,22217892,22221531,22221840,22305690,22305852,22307665,22310228,22310462,22311659,22312627,22312704,22312747,22317229,22317522,22318712,22319802,22329126,22329931,22329981,22336924,22345381,22346654,22347180,22352923,22353589,22357146,22359468,22377464,22378541,22379984,22385064,22388487,22390966,22403209,22425552,22430338,22432727,22432813,2243316', 'assoc_port': '21963882:21964209,21967114:21968045,21969983:21970542,21975316:21976200,21975317:21976111,21976822:21979258,21976869:21978705,21976897:21978285,21976904:21977095,21980117:21981114,21980144:21980935,21984242:21985002,21986987:21987530,22011457:22012000,22013394:22014150,22014831:22017234,22014846:22016177,22014877:22015933,22014879:22016096,22014886:22015964,22014892:22015917,22014899:22015992,22014906:22015669,22017392:22018047,22023871:22024222,22023901:22024035,22024786:22025866,22029099:22029602,22029101:22029291,22032529:22033172,22035141:22035774,22038503:22050301,22040133:22040483,22045045:22045571,22046565:22047090,22049747:22050457,22049749:22051850,22049758:22050003,22051357:22052105,22051362:22051703,22054542:22055309,22056819:22057104,22065344:22066236,22066733:22067264,22075838:22076305,22076545:22076800,22086022:22086676,22088049:22088571,22093116:22093914,22093117:22093811,22096624:22097133,22101542:22102783,22123324:22123769,22129563:22130070,22133911:22134201,22137426:22137995,22138707:2213924', 'assoc_mat': '21963882:film_plastique:4209:21964209,21967114:film_plastique:4209:21968045,21969983:film_plastique:4209:21970542,21975316:film_plastique:4209:21976200,21975317:film_plastique:4209:21976111,21976822:film_plastique:4209:21979258,21976869:film_plastique:4209:21978705,21976897:film_plastique:4209:21978285,21976904:film_plastique:4209:21977095,21980117:film_plastique:4209:21981114,21980144:film_plastique:4209:21980935,21984242:film_plastique:4209:21985002,21986987:film_plastique:4209:21987530,22011457:film_plastique:4209:22012000,22013394:film_plastique:4209:22014150,22014831:film_plastique:4209:22017234,22014846:film_plastique:4209:22016177,22014877:film_plastique:4209:22015933,22014879:film_plastique:4209:22016096,22014886:film_plastique:4209:22015964,22014892:film_plastique:4209:22015917,22014899:film_plastique:4209:22015992,22014906:film_plastique:4209:22015669,22017392:film_plastique:4209:22018047,22023871:film_plastique:4209:22024222,22023901:film_plastique:4209:22024035,22024786:film_plastique:4209:2202586'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0029326063356826487, 'nb_photo': 5666, 'list_port_cont': '21963401,21963590,21964267,21970582,21971867,21971924,21989552,21990253,21997440,22004068,22005516,22007321,22007764,22008820,22025931,22025957,22026075,22026136,22026158,22026192,22026227,22026314,22026459,22026577,22026591,22026679,22026739,22027176,22027270,22029554,22030992,22031866,22031954,22033380,22039417,22040616,22040706,22050605,22050711,22051595,22052019,22052116,22056377,22057163,22063568,22067299,22068757,22069192,22072729,22074047,22080504,22083633,22090628,22091664,22091938,22092187,22094240,22105442,22122255,22127615,22132323,22139311,22141707,22144686,22144825,22151415,22155281,22158593,22177949,22179549,22186665,22189948,22192294,22195667,22195686,22207550,22210750,22221969,22222987,22229857,22291486,22294735,22294825,22298375,22298639,22299068,22302348,22306929,22308376,22309987,22312616,22313059,22313312,22315319,22318843,22329441,22332286,22337051,22341221,22344855,22344995,22345497,22352622,22352711,22352904,22353626,22355857,22371432,22375845,22377495,22379556,22379990,22381580,2238159', 'assoc_port': '21962514:21963401,21963397:21963590,21963883:21964267,21967132:21970582,21967181:21971867,21967195:21971924,21975312:21989552,21975320:21990253,21976850:21997440,21978908:22004068,21978934:22005516,21980103:22007321,21980107:22007764,21980142:22008820,22010582:22027270,22011452:22027176,22013397:22030992,22014825:22026739,22014833:22026679,22014843:22026591,22014874:22026577,22014880:22026459,22014893:22026314,22014896:22026227,22014901:22026192,22017391:22026158,22019909:22026136,22023068:22026075,22024784:22025931,22024789:22025957,22029102:22029554,22031175:22031954,22031177:22031866,22032532:22033380,22038504:22039417,22040126:22040706,22040132:22040616,22042107:22051595,22046566:22050711,22049745:22056377,22049754:22050605,22051354:22052116,22051356:22052019,22054525:22057163,22062853:22063568,22065346:22068757,22066734:22067299,22068648:22069192,22071991:22072729,22073536:22074047,22079487:22080504,22079488:22083633,22079491:22092187,22086017:22094240,22086036:22090628,22091316:22091664,22091318:2209193', 'assoc_mat': '21962514:film_plastique:4211:21963401,21963397:film_plastique:4211:21963590,21963883:film_plastique:4211:21964267,21967132:film_plastique:4211:21970582,21967181:film_plastique:4211:21971867,21967195:film_plastique:4211:21971924,21975312:film_plastique:4211:21989552,21975320:film_plastique:4211:21990253,21976850:film_plastique:4211:21997440,21978908:film_plastique:4211:22004068,21978934:film_plastique:4211:22005516,21980103:film_plastique:4211:22007321,21980107:film_plastique:4211:22007764,21980142:film_plastique:4211:22008820,22010582:film_plastique:4211:22027270,22011452:film_plastique:4211:22027176,22013397:film_plastique:4211:22030992,22014825:film_plastique:4211:22026739,22014833:film_plastique:4211:22026679,22014843:film_plastique:4211:22026591,22014874:film_plastique:4211:22026577,22014880:film_plastique:4211:22026459,22014893:film_plastique:4211:22026314,22014896:film_plastique:4211:22026227,22014901:film_plastique:4211:22026192,22017391:film_plastique:4211:22026158,22019909:film_plastique:4211:2202613'}, {'unwanted_material': 'kraft', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0024596348575114907, 'nb_photo': 1, 'list_port_cont': '22241239', 'assoc_port': '22210213:22241239', 'assoc_mat': '22210213:kraft:4205:22241239'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0, 'nb_photo': 2824, 'list_port_cont': '22346583', 'assoc_port': '22346405:22346583', 'assoc_mat': '22346405:kraft:4207:22346583'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.001640899214324261, 'nb_photo': 22, 'list_port_cont': '21967681,21970628,21996960,22015342,22051421,22064649,22076268,22106680,22132408,22235725,22287114,22301628,22335201,22346600,22460032,22490151,22513083,22556358', 'assoc_port': '21967188:21967681,21969981:21970628,21996833:21996960,22014872:22015342,22035138:22051421,22062850:22064649,22075836:22076268,22106152:22106680,22131721:22132408,22174852:22235725,22286479:22287114,22299407:22301628,22328566:22335201,22346404:22346600,22459597:22460032,22489069:22490151,22509477:22513083,22554338:22556358', 'assoc_mat': '21967188:kraft:3726:21967681,21969981:kraft:3726:21970628,21996833:kraft:3726:21996960,22014872:kraft:3726:22015342,22035138:kraft:3726:22051421,22062850:kraft:3726:22064649,22075836:kraft:3726:22076268,22106152:kraft:3726:22106680,22131721:kraft:3726:22132408,22174852:kraft:3726:22235725,22286479:kraft:3726:22287114,22299407:kraft:3726:22301628,22328566:kraft:3726:22335201,22346404:kraft:3726:22346600,22459597:kraft:3726:22460032,22489069:kraft:3726:22490151,22509477:kraft:3726:22513083,22554338:kraft:3726:22556358'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9379625089401787, 'nb_photo': 45, 'list_port_cont': '22026357,22046202,22051227,22051705,22052381,22053696,22054017,22076378,22149159,22153081,22158489,22241234,22244104,22292968,22309514,22314893,22318632,22345048,22379481,22433708,22449949,22480028,22511788,22516927,22536637,22553550', 'assoc_port': '21978909:22026357,21984244:22052381,22014907:22046202,22019910:22053696,22038501:22054017,22049748:22051227,22051358:22051705,22062848:22076378,22131718:22153081,22142360:22149159,22154699:22158489,22191273:22244104,22210213:22241234,22290550:22292968,22305213:22309514,22314653:22314893,22318028:22318632,22344383:22345048,22379401:22379481,22432676:22433708,22444780:22449949,22479660:22480028,22497684:22511788,22513057:22516927,22536499:22536637,22550650:22553550', 'assoc_mat': '21978909:metal:4205:22026357,21984244:metal:4205:22052381,22014907:metal:4205:22046202,22019910:metal:4205:22053696,22038501:metal:4205:22054017,22049748:metal:4205:22051227,22051358:metal:4205:22051705,22062848:metal:4205:22076378,22131718:metal:4205:22153081,22142360:metal:4205:22149159,22154699:metal:4205:22158489,22191273:metal:4205:22244104,22210213:metal:4205:22241234,22290550:metal:4205:22292968,22305213:metal:4205:22309514,22314653:metal:4205:22314893,22318028:metal:4205:22318632,22344383:metal:4205:22345048,22379401:metal:4205:22379481,22432676:metal:4205:22433708,22444780:metal:4205:22449949,22479660:metal:4205:22480028,22497684:metal:4205:22511788,22513057:metal:4205:22516927,22536499:metal:4205:22536637,22550650:metal:4205:22553550'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0035310359991372687, 'nb_photo': 426, 'list_port_cont': '21969296,22003512,22005710,22012113,22040909,22053776,22054237,22055550,22063559,22064876,22076848,22097211,22146608,22154991,22164099,22241076,22244151,22295045,22309857,22315608,22348645,22358374,22379364,22397932,22399474,22430539,22450053,22451175,22460277,22471539,22505134,22510425,22520968,22560987,22561804', 'assoc_port': '21967117:21969296,21978894:22003512,21978946:22005710,22011455:22012113,22014824:22040909,22014888:22064876,22023070:22055550,22035144:22054237,22046564:22053776,22062855:22063559,22076548:22076848,22096625:22097211,22129557:22146608,22141215:22154991,22154698:22164099,22191270:22244151,22210214:22241076,22291941:22295045,22305215:22309857,22314649:22315608,22340395:22348645,22350612:22358374,22376586:22379364,22386992:22397932,22398077:22399474,22429992:22430539,22443967:22451175,22449976:22450053,22459600:22460277,22466648:22471539,22494447:22505134,22504012:22510425,22520613:22520968,22542628:22560987,22556378:22561804', 'assoc_mat': '21967117:metal:4203:21969296,21978894:metal:4203:22003512,21978946:metal:4203:22005710,22011455:metal:4203:22012113,22014824:metal:4203:22040909,22014888:metal:4203:22064876,22023070:metal:4203:22055550,22035144:metal:4203:22054237,22046564:metal:4203:22053776,22062855:metal:4203:22063559,22076548:metal:4203:22076848,22096625:metal:4203:22097211,22129557:metal:4203:22146608,22141215:metal:4203:22154991,22154698:metal:4203:22164099,22191270:metal:4203:22244151,22210214:metal:4203:22241076,22291941:metal:4203:22295045,22305215:metal:4203:22309857,22314649:metal:4203:22315608,22340395:metal:4203:22348645,22350612:metal:4203:22358374,22376586:metal:4203:22379364,22386992:metal:4203:22397932,22398077:metal:4203:22399474,22429992:metal:4203:22430539,22443967:metal:4203:22451175,22449976:metal:4203:22450053,22459600:metal:4203:22460277,22466648:metal:4203:22471539,22494447:metal:4203:22505134,22504012:metal:4203:22510425,22520613:metal:4203:22520968,22542628:metal:4203:22560987,22556378:metal:4203:22561804'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005704832798805768, 'nb_photo': 227, 'list_port_cont': '21964253,21970473,21970763,21971464,21986349,21996822,22003044,22005428,22005577,22006365,22023274,22024335,22024873,22025817,22028118,22028206,22031496,22032211,22032663,22032773,22033153,22034369,22035920,22036283,22040500,22042598,22050369,22050425,22050889,22051579,22057086,22066954,22067366,22068681,22072654,22073877,22076190,22078973,22079675,22097125,22123730,22126018,22131798,22131888,22132854,22133042,22133260,22134220,22134236,22151143,22151595,22155156,22178915,22180584,22180987,22185859,22189453,22194534,22194915,22212809,22228070,22292896,22293104,22293175,22295510,22295715,22298144,22300207,22302322,22307026,22308174,22338505,22339352,22340100,22341932,22346579,22347072,22372344,22377865,22378733,22379459,22379508,22381066,22381682,22387290,22390939,22395075,22420615,22421682,22425450,22440902,22445557,22449196,22450014,22450026,22450100,22450470,22451314,22452214,22453654,22487078,22488412,22490349,22491642,22494681,22497149,22498826,22499042,22502966,22504443,22534038,22535324,22538049,2254350', 'assoc_port': '21963881:21964253,21967145:21970763,21967184:21971464,21969982:21970473,21976863:21996822,21976883:22025817,21978888:22003044,21978941:22005428,21978949:22005577,21980101:22006365,21985550:21986349,22013399:22034369,22014823:22032663,22014830:22032773,22014836:22032211,22017376:22028206,22017377:22028118,22023072:22023274,22023900:22024335,22024787:22024873,22031176:22031496,22032527:22033153,22035142:22036283,22035143:22035920,22040130:22040500,22042105:22042598,22049746:22050889,22049750:22050369,22049753:22050425,22051353:22051579,22056821:22057086,22065345:22068681,22066732:22067366,22066735:22066954,22071990:22072654,22073533:22073877,22075837:22076190,22078669:22079675,22078673:22078973,22096628:22097125,22123320:22123730,22125807:22126018,22129556:22131798,22129560:22131888,22132583:22133260,22132585:22133042,22132589:22132854,22133908:22134220,22133909:22134236,22150592:22151595,22150596:22151143,22154700:22155156,22177106:22180987,22177112:22178915,22180100:22180584,22185030:22185859,22189228:2218945', 'assoc_mat': '21963881:metal:4207:21964253,21967145:metal:4207:21970763,21967184:metal:4207:21971464,21969982:metal:4207:21970473,21976863:metal:4207:21996822,21976883:metal:4207:22025817,21978888:metal:4207:22003044,21978941:metal:4207:22005428,21978949:metal:4207:22005577,21980101:metal:4207:22006365,21985550:metal:4207:21986349,22013399:metal:4207:22034369,22014823:metal:4207:22032663,22014830:metal:4207:22032773,22014836:metal:4207:22032211,22017376:metal:4207:22028206,22017377:metal:4207:22028118,22023072:metal:4207:22023274,22023900:metal:4207:22024335,22024787:metal:4207:22024873,22031176:metal:4207:22031496,22032527:metal:4207:22033153,22035142:metal:4207:22036283,22035143:metal:4207:22035920,22040130:metal:4207:22040500,22042105:metal:4207:22042598,22049746:metal:4207:22050889,22049750:metal:4207:22050369,22049753:metal:4207:22050425,22051353:metal:4207:22051579,22056821:metal:4207:22057086,22065345:metal:4207:22068681,22066732:metal:4207:22067366,22066735:metal:4207:22066954,22071990:metal:4207:22072654,22073533:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0050952744874677896, 'nb_photo': 19, 'list_port_cont': '21968798,21975968,22015784,22076818,22122298,22212373,22245370,22378486,22381087,22445231,22467440,22494828,22497219,22498680,22518490,22536174,22538087', 'assoc_port': '21967121:21968798,21975318:21975968,22014882:22015784,22076547:22076818,22122000:22122298,22211638:22212373,22245259:22245370,22378314:22378486,22380799:22381087,22444779:22445231,22463409:22467440,22494448:22494828,22496795:22497219,22498536:22498680,22517561:22518490,22533593:22536174,22537668:22538087', 'assoc_mat': '21967121:metal:4461:21968798,21975318:metal:4461:21975968,22014882:metal:4461:22015784,22076547:metal:4461:22076818,22122000:metal:4461:22122298,22211638:metal:4461:22212373,22245259:metal:4461:22245370,22378314:metal:4461:22378486,22380799:metal:4461:22381087,22444779:metal:4461:22445231,22463409:metal:4461:22467440,22494448:metal:4461:22494828,22496795:metal:4461:22497219,22498536:metal:4461:22498680,22517561:metal:4461:22518490,22533593:metal:4461:22536174,22537668:metal:4461:22538087'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.2083457959365109, 'nb_photo': 1461, 'list_port_cont': '21963498,21963751,21969527,21970686,21971844,21977056,21987218,21996013,22004230,22006333,22007579,22032231,22032632,22034608,22040655,22040894,22041932,22042199,22042526,22042845,22042930,22044161,22044590,22044886,22045457,22050949,22051683,22051878,22053686,22053796,22053811,22053943,22053959,22053977,22054068,22055113,22056665,22056853,22057719,22068782,22074414,22083174,22091009,22091139,22097329,22099673,22108165,22109941,22118596,22118749,22123752,22132974,22135490,22138557,22147416,22148478,22148517,22149495,22153020,22156883,22158878,22159196,22162560,22169729,22193169,22194996,22204877,22229869,22234431,22234996,22239612,22241169,22242688,22242719,22287839,22287927,22294366,22299453,22302833,22307257,22307381,22309485,22312893,22316259,22317576,22321651,22321910,22321977,22330654,22345013,22346376,22346564,22347438,22347613,22347716,22350362,22352387,22358802,22359273,22359290,22359434,22361598,22378618,22378787,22378990,22380057,22380830,22381111,22381717,22389048,22395761,22396924,22397006,2240589', 'assoc_port': '21962513:21963751,21963400:21963498,21967129:21969527,21967139:21970686,21967186:21971844,21976823:21996013,21976906:21977056,21978911:22004230,21980100:22006333,21980110:22007579,21986993:21987218,22010579:22032231,22011453:22032632,22013398:22034608,22014797:22040655,22014827:22040894,22014838:22041932,22014839:22042199,22014876:22042845,22014878:22042930,22014891:22044161,22014898:22044590,22014902:22044886,22014903:22045457,22017378:22051683,22019913:22053811,22023889:22056853,22032524:22057719,22035137:22054068,22040123:22053977,22040136:22053959,22042108:22042526,22045047:22053943,22045049:22053796,22049751:22050949,22049755:22056665,22051355:22053686,22051363:22051878,22054528:22055113,22065348:22068782,22068649:22083174,22073532:22074414,22078670:22099673,22088043:22091139,22088051:22091009,22091315:22118596,22091317:22109941,22093114:22118749,22096627:22097329,22101552:22108165,22123322:22123752,22126966:22132974,22129562:22135490,22132587:22138557,22137423:22147416,22141214:22162560,22142356:2214847', 'assoc_mat': '21962513:metal:4200:21963751,21963400:metal:4200:21963498,21967129:metal:4200:21969527,21967139:metal:4200:21970686,21967186:metal:4200:21971844,21976823:metal:4200:21996013,21976906:metal:4200:21977056,21978911:metal:4200:22004230,21980100:metal:4200:22006333,21980110:metal:4200:22007579,21986993:metal:4200:21987218,22010579:metal:4200:22032231,22011453:metal:4200:22032632,22013398:metal:4200:22034608,22014797:metal:4200:22040655,22014827:metal:4200:22040894,22014838:metal:4200:22041932,22014839:metal:4200:22042199,22014876:metal:4200:22042845,22014878:metal:4200:22042930,22014891:metal:4200:22044161,22014898:metal:4200:22044590,22014902:metal:4200:22044886,22014903:metal:4200:22045457,22017378:metal:4200:22051683,22019913:metal:4200:22053811,22023889:metal:4200:22056853,22032524:metal:4200:22057719,22035137:metal:4200:22054068,22040123:metal:4200:22053977,22040136:metal:4200:22053959,22042108:metal:4200:22042526,22045047:metal:4200:22053943,22045049:metal:4200:22053796,22049751:metal:4200:22050949,22049755:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.017853861494191325, 'nb_photo': 298, 'list_port_cont': '21964205,21970539,21974251,21976115,21978402,21978697,21979265,21980937,21981109,21985007,21987541,21997649,22012002,22014142,22015672,22015908,22015939,22015958,22016000,22016180,22023147,22024217,22025854,22029286,22029593,22033174,22040477,22045576,22050293,22051696,22052104,22055304,22057109,22066227,22067259,22076302,22076805,22093920,22097143,22102785,22134208,22137985,22139251,22139429,22141680,22144730,22149428,22154847,22158717,22175464,22175510,22180783,22184228,22187416,22191593,22195648,22200175,22200221,22207246,22211137,22212471,22217897,22221848,22291336,22300022,22305688,22305855,22307669,22310215,22310457,22311661,22312630,22312713,22312745,22315050,22315141,22317514,22318724,22319811,22329123,22329633,22329929,22336907,22344925,22346648,22347186,22352919,22353591,22358705,22359471,22372775,22377465,22378535,22379972,22390956,22391016,22391823,22403219,22425554,22430348,22432818,22441505,22444327,22448541,22450584,22453426,22456023,22457909,22458925,22458932,22459719,22460465,22463954,2246729', 'assoc_port': '21963882:21964205,21967197:21974251,21969983:21970539,21975317:21976115,21976822:21979265,21976869:21978697,21976870:21978402,21980117:21981109,21980144:21980937,21984242:21985007,21986987:21987541,21986989:21997649,22011457:22012002,22013394:22014142,22014846:22016180,22014877:22015939,22014886:22015958,22014892:22015908,22014899:22016000,22014906:22015672,22023071:22023147,22023871:22024217,22024786:22025854,22029099:22029593,22029101:22029286,22032529:22033174,22038503:22050293,22040133:22040477,22045045:22045576,22051357:22052104,22051362:22051696,22054542:22055304,22056819:22057109,22065344:22066227,22066733:22067259,22075838:22076302,22076545:22076805,22093116:22093920,22096624:22097143,22101542:22102785,22133911:22134208,22137426:22137985,22138707:22139251,22138713:22139429,22141216:22141680,22144306:22144730,22148776:22149428,22154714:22154847,22157944:22158717,22174848:22175464,22174851:22175510,22180099:22180783,22183560:22184228,22185032:22187416,22185038:22200175,22185039:22200221,22186201:2219159', 'assoc_mat': '21963882:metal:4209:21964205,21967197:metal:4209:21974251,21969983:metal:4209:21970539,21975317:metal:4209:21976115,21976822:metal:4209:21979265,21976869:metal:4209:21978697,21976870:metal:4209:21978402,21980117:metal:4209:21981109,21980144:metal:4209:21980937,21984242:metal:4209:21985007,21986987:metal:4209:21987541,21986989:metal:4209:21997649,22011457:metal:4209:22012002,22013394:metal:4209:22014142,22014846:metal:4209:22016180,22014877:metal:4209:22015939,22014886:metal:4209:22015958,22014892:metal:4209:22015908,22014899:metal:4209:22016000,22014906:metal:4209:22015672,22023071:metal:4209:22023147,22023871:metal:4209:22024217,22024786:metal:4209:22025854,22029099:metal:4209:22029593,22029101:metal:4209:22029286,22032529:metal:4209:22033174,22038503:metal:4209:22050293,22040133:metal:4209:22040477,22045045:metal:4209:22045576,22051357:metal:4209:22052104,22051362:metal:4209:22051696,22054542:metal:4209:22055304,22056819:metal:4209:22057109,22065344:metal:4209:22066227,22066733:metal:4209:22067259,22075838:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.015263029615088144, 'nb_photo': 1993, 'list_port_cont': '21963408,21963593,21964276,21970575,21971866,21971926,21989553,21990261,21997442,22004077,22005511,22007324,22007776,22008821,22025937,22025955,22026081,22026132,22026159,22026184,22026241,22026320,22026455,22026574,22026600,22026667,22026751,22027161,22027261,22029558,22030991,22031870,22031959,22033382,22039418,22040623,22040693,22050593,22050710,22051596,22052025,22052126,22056371,22057165,22063573,22067295,22068762,22069198,22072740,22074041,22080503,22083638,22090624,22091667,22091957,22092180,22094235,22105432,22122261,22127609,22132324,22139309,22141695,22144677,22144840,22151414,22155279,22158600,22177955,22179538,22186663,22189961,22192305,22195673,22195685,22207555,22210751,22221967,22222979,22229860,22291489,22294736,22294815,22298360,22298640,22299072,22302349,22306935,22308368,22312607,22313304,22315318,22318845,22329429,22332287,22337042,22341215,22344834,22344996,22345498,22352616,22352718,22352892,22353632,22355845,22371443,22375841,22377491,22379549,22380002,22381568,22381592,22385087,2238754', 'assoc_port': '21962514:21963408,21963397:21963593,21963883:21964276,21967132:21970575,21967181:21971866,21967195:21971926,21975312:21989553,21975320:21990261,21976850:21997442,21978908:22004077,21978934:22005511,21980103:22007324,21980107:22007776,21980142:22008821,22010582:22027261,22011452:22027161,22013397:22030991,22014825:22026751,22014833:22026667,22014843:22026600,22014874:22026574,22014880:22026455,22014893:22026320,22014896:22026241,22014901:22026184,22017391:22026159,22019909:22026132,22023068:22026081,22024784:22025937,22024789:22025955,22029102:22029558,22031175:22031959,22031177:22031870,22032532:22033382,22038504:22039418,22040126:22040693,22040132:22040623,22042107:22051596,22046566:22050710,22049745:22056371,22049754:22050593,22051354:22052126,22051356:22052025,22054525:22057165,22062853:22063573,22065346:22068762,22066734:22067295,22068648:22069198,22071991:22072740,22073536:22074041,22079487:22080503,22079488:22083638,22079491:22092180,22086017:22094235,22086036:22090624,22091316:22091667,22091318:2209195', 'assoc_mat': '21962514:metal:4211:21963408,21963397:metal:4211:21963593,21963883:metal:4211:21964276,21967132:metal:4211:21970575,21967181:metal:4211:21971866,21967195:metal:4211:21971926,21975312:metal:4211:21989553,21975320:metal:4211:21990261,21976850:metal:4211:21997442,21978908:metal:4211:22004077,21978934:metal:4211:22005511,21980103:metal:4211:22007324,21980107:metal:4211:22007776,21980142:metal:4211:22008821,22010582:metal:4211:22027261,22011452:metal:4211:22027161,22013397:metal:4211:22030991,22014825:metal:4211:22026751,22014833:metal:4211:22026667,22014843:metal:4211:22026600,22014874:metal:4211:22026574,22014880:metal:4211:22026455,22014893:metal:4211:22026320,22014896:metal:4211:22026241,22014901:metal:4211:22026184,22017391:metal:4211:22026159,22019909:metal:4211:22026132,22023068:metal:4211:22026081,22024784:metal:4211:22025937,22024789:metal:4211:22025955,22029102:metal:4211:22029558,22031175:metal:4211:22031959,22031177:metal:4211:22031870,22032532:metal:4211:22033382,22038504:metal:4211:22039418,22040126:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0004659092401558224, 'nb_photo': 1, 'list_port_cont': '22187175', 'assoc_port': '22178698:22187175', 'assoc_mat': '22178698:metal:3327:22187175'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0009175636574074073, 'nb_photo': 6, 'list_port_cont': '22019658,22448929', 'assoc_port': '22018590:22019658,22448524:22448929', 'assoc_mat': '22018590:metal:3594:22019658,22448524:metal:3594:22448929'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.02391316585729131, 'nb_photo': 1923, 'list_port_cont': '21964183,21969944,22026360,22041322,22046209,22051219,22051707,22052392,22053698,22054009,22076368,22076789,22108085,22149146,22153086,22158487,22180503,22237966,22241246,22244102,22292974,22309516,22314891,22318621,22345052,22361619,22379476,22385703,22396157,22422333,22433701,22449944,22454618,22473516,22480032,22487804,22511776,22512739,22516917,22536640,22553548,22565037', 'assoc_port': '21963879:21964183,21967136:21969944,21978909:22026360,21984244:22052392,22014829:22041322,22014907:22046209,22019910:22053698,22038501:22054009,22049748:22051219,22051358:22051707,22062848:22076368,22076546:22076789,22101547:22108085,22131718:22153086,22142360:22149146,22154699:22158487,22174835:22180503,22191273:22244102,22210213:22241246,22211643:22237966,22290550:22292974,22305213:22309516,22314653:22314891,22318028:22318621,22344383:22345052,22355024:22361619,22379401:22379476,22384434:22385703,22390602:22396157,22420201:22422333,22432676:22433701,22444780:22449944,22451710:22454618,22469828:22473516,22479660:22480032,22486523:22487804,22497684:22511776,22509474:22512739,22513057:22516917,22536499:22536640,22550650:22553548,22562905:22565037', 'assoc_mat': '21963879:papier:4205:21964183,21967136:papier:4205:21969944,21978909:papier:4205:22026360,21984244:papier:4205:22052392,22014829:papier:4205:22041322,22014907:papier:4205:22046209,22019910:papier:4205:22053698,22038501:papier:4205:22054009,22049748:papier:4205:22051219,22051358:papier:4205:22051707,22062848:papier:4205:22076368,22076546:papier:4205:22076789,22101547:papier:4205:22108085,22131718:papier:4205:22153086,22142360:papier:4205:22149146,22154699:papier:4205:22158487,22174835:papier:4205:22180503,22191273:papier:4205:22244102,22210213:papier:4205:22241246,22211643:papier:4205:22237966,22290550:papier:4205:22292974,22305213:papier:4205:22309516,22314653:papier:4205:22314891,22318028:papier:4205:22318621,22344383:papier:4205:22345052,22355024:papier:4205:22361619,22379401:papier:4205:22379476,22384434:papier:4205:22385703,22390602:papier:4205:22396157,22420201:papier:4205:22422333,22432676:papier:4205:22433701,22444780:papier:4205:22449944,22451710:papier:4205:22454618,22469828:papier:4205:22473516,2247'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009694000101315022, 'nb_photo': 2901, 'list_port_cont': '21969302,22003521,22005707,22012109,22040906,22053782,22054240,22055540,22063552,22064883,22076860,22097222,22146609,22154995,22164086,22241079,22244152,22295034,22309861,22315610,22348639,22358386,22379359,22397940,22399473,22430540,22450067,22451180,22460278,22471531,22505129,22510428,22520972,22560991,22561797', 'assoc_port': '21967117:21969302,21978894:22003521,21978946:22005707,22011455:22012109,22014824:22040906,22014888:22064883,22023070:22055540,22035144:22054240,22046564:22053782,22062855:22063552,22076548:22076860,22096625:22097222,22129557:22146609,22141215:22154995,22154698:22164086,22191270:22244152,22210214:22241079,22291941:22295034,22305215:22309861,22314649:22315610,22340395:22348639,22350612:22358386,22376586:22379359,22386992:22397940,22398077:22399473,22429992:22430540,22443967:22451180,22449976:22450067,22459600:22460278,22466648:22471531,22494447:22505129,22504012:22510428,22520613:22520972,22542628:22560991,22556378:22561797', 'assoc_mat': '21967117:papier:4203:21969302,21978894:papier:4203:22003521,21978946:papier:4203:22005707,22011455:papier:4203:22012109,22014824:papier:4203:22040906,22014888:papier:4203:22064883,22023070:papier:4203:22055540,22035144:papier:4203:22054240,22046564:papier:4203:22053782,22062855:papier:4203:22063552,22076548:papier:4203:22076860,22096625:papier:4203:22097222,22129557:papier:4203:22146609,22141215:papier:4203:22154995,22154698:papier:4203:22164086,22191270:papier:4203:22244152,22210214:papier:4203:22241079,22291941:papier:4203:22295034,22305215:papier:4203:22309861,22314649:papier:4203:22315610,22340395:papier:4203:22348639,22350612:papier:4203:22358386,22376586:papier:4203:22379359,22386992:papier:4203:22397940,22398077:papier:4203:22399473,22429992:papier:4203:22430540,22443967:papier:4203:22451180,22449976:papier:4203:22450067,22459600:papier:4203:22460278,22466648:papier:4203:22471531,22494447:papier:4203:22505129,22504012:papier:4203:22510428,22520613:papier:4203:22520972,22542628:papier:4203:22560991,2255'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.04126390011079582, 'nb_photo': 10474, 'list_port_cont': '21963560,21963962,21964102,21964259,21970468,21970766,21971458,21971807,21983019,21986340,21996816,21997195,21997866,22003054,22003898,22005423,22005589,22005621,22006374,22007554,22010977,22011944,22015149,22016812,22020856,22021443,22023124,22023280,22024330,22024878,22025819,22028108,22028212,22031486,22032047,22032212,22032445,22032670,22032762,22033140,22034367,22035910,22036281,22036723,22040491,22042593,22045610,22050144,22050366,22050427,22050883,22051577,22055086,22057088,22066947,22067374,22068684,22072652,22073647,22073885,22076176,22078977,22079043,22079672,22088029,22090725,22091739,22096855,22097121,22103621,22106582,22123721,22126026,22131802,22131892,22132858,22133044,22133261,22134223,22134241,22151142,22151593,22153414,22153969,22155167,22175241,22178918,22180583,22180989,22181060,22183802,22185860,22187100,22189462,22194531,22194909,22201655,22202599,22204929,22211239,22212811,22213133,22222800,22227358,22227440,22228058,22292900,22293105,22293169,22293792,22294828,22295508,22295704,2229815', 'assoc_port': '21963398:21963560,21963881:21964259,21963884:21964102,21963885:21963962,21967145:21970766,21967184:21971458,21967193:21971807,21969982:21970468,21976863:21996816,21976864:21997195,21976868:21997866,21976883:22025819,21976900:22023124,21978888:22003054,21978910:22003898,21978941:22005423,21978949:22005589,21978951:22005621,21980101:22006374,21980112:22007554,21980147:21983019,21985550:21986340,21986991:22016812,22010578:22010977,22011454:22011944,22013399:22034367,22014823:22032670,22014830:22032762,22014834:22032445,22014836:22032212,22014871:22032047,22014884:22015149,22017376:22028212,22017377:22028108,22019908:22021443,22019911:22020856,22023072:22023280,22023900:22024330,22024787:22024878,22031176:22031486,22032527:22033140,22035140:22036723,22035142:22036281,22035143:22035910,22040130:22040491,22042105:22042593,22045046:22045610,22049746:22050883,22049750:22050366,22049753:22050427,22049757:22050144,22051353:22051577,22054524:22055086,22056821:22057088,22065345:22068684,22066732:22067374,22066735:2206694', 'assoc_mat': '21963398:papier:4207:21963560,21963881:papier:4207:21964259,21963884:papier:4207:21964102,21963885:papier:4207:21963962,21967145:papier:4207:21970766,21967184:papier:4207:21971458,21967193:papier:4207:21971807,21969982:papier:4207:21970468,21976863:papier:4207:21996816,21976864:papier:4207:21997195,21976868:papier:4207:21997866,21976883:papier:4207:22025819,21976900:papier:4207:22023124,21978888:papier:4207:22003054,21978910:papier:4207:22003898,21978941:papier:4207:22005423,21978949:papier:4207:22005589,21978951:papier:4207:22005621,21980101:papier:4207:22006374,21980112:papier:4207:22007554,21980147:papier:4207:21983019,21985550:papier:4207:21986340,21986991:papier:4207:22016812,22010578:papier:4207:22010977,22011454:papier:4207:22011944,22013399:papier:4207:22034367,22014823:papier:4207:22032670,22014830:papier:4207:22032762,22014834:papier:4207:22032445,22014836:papier:4207:22032212,22014871:papier:4207:22032047,22014884:papier:4207:22015149,22017376:papier:4207:22028212,22017377:papier:4207:22028108,2201'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.21246490920423133, 'nb_photo': 32940, 'list_port_cont': '21962854,21964217,21964557,21968378,21968810,21975960,21977454,21979347,21980650,21981019,21981587,21986124,21987689,21997264,21997467,22012058,22015498,22015508,22015614,22015733,22015777,22015875,22016514,22019089,22019106,22024161,22025878,22029480,22031839,22036037,22040517,22042492,22045784,22051016,22052000,22055225,22057332,22069271,22073889,22073976,22076343,22076824,22080202,22088868,22093819,22094622,22108866,22122296,22127544,22130120,22132918,22143063,22144649,22147293,22149459,22153697,22165126,22178192,22180737,22184432,22192216,22194280,22195579,22205201,22207221,22212381,22222292,22223392,22245366,22292782,22296079,22297439,22300082,22302364,22307965,22308271,22313275,22317033,22317678,22332226,22336558,22340930,22344800,22347262,22351318,22354489,22376504,22377539,22378485,22379518,22381079,22385030,22388596,22390910,22391729,22395338,22401164,22425418,22425487,22428274,22433275,22438559,22439686,22441351,22445234,22450465,22452253,22455760,22455885,22458853,22460267,22467430,22473906,2247763', 'assoc_port': '21962511:21962854,21963880:21964217,21964371:21964557,21967121:21968810,21967190:21968378,21975318:21975960,21976867:21977454,21978936:21979347,21980104:21981587,21980135:21980650,21980140:21981019,21985538:21986124,21986986:21987689,21996829:21997467,21996831:21997264,22011456:22012058,22014826:22016514,22014832:22015498,22014873:22015875,22014882:22015777,22014894:22015733,22014900:22015614,22014908:22015508,22018589:22019106,22018593:22019089,22023899:22024161,22024785:22025878,22029100:22029480,22031178:22031839,22035145:22036037,22040127:22040517,22042106:22042492,22045048:22045784,22046567:22051016,22049756:22052000,22051361:22057332,22054526:22055225,22065347:22073889,22068647:22069271,22073535:22073976,22075834:22076343,22076547:22076824,22079489:22080202,22086063:22094622,22088044:22088868,22093119:22093819,22098020:22108866,22122000:22122296,22126964:22127544,22129559:22130120,22132586:22132918,22138711:22147293,22142357:22143063,22144309:22144649,22148777:22149459,22153227:22153697,22164922:2216512', 'assoc_mat': '21962511:papier:4461:21962854,21963880:papier:4461:21964217,21964371:papier:4461:21964557,21967121:papier:4461:21968810,21967190:papier:4461:21968378,21975318:papier:4461:21975960,21976867:papier:4461:21977454,21978936:papier:4461:21979347,21980104:papier:4461:21981587,21980135:papier:4461:21980650,21980140:papier:4461:21981019,21985538:papier:4461:21986124,21986986:papier:4461:21987689,21996829:papier:4461:21997467,21996831:papier:4461:21997264,22011456:papier:4461:22012058,22014826:papier:4461:22016514,22014832:papier:4461:22015498,22014873:papier:4461:22015875,22014882:papier:4461:22015777,22014894:papier:4461:22015733,22014900:papier:4461:22015614,22014908:papier:4461:22015508,22018589:papier:4461:22019106,22018593:papier:4461:22019089,22023899:papier:4461:22024161,22024785:papier:4461:22025878,22029100:papier:4461:22029480,22031178:papier:4461:22031839,22035145:papier:4461:22036037,22040127:papier:4461:22040517,22042106:papier:4461:22042492,22045048:papier:4461:22045784,22046567:papier:4461:22051016,2204'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.014378008091488833, 'nb_photo': 2926, 'list_port_cont': '21963499,21963745,21969529,21970681,21971854,21977058,21987228,21996014,22004218,22006327,22007571,22032227,22032628,22034603,22040664,22040895,22041938,22042200,22042517,22042853,22042928,22044156,22044593,22044876,22045460,22050953,22051673,22051877,22053694,22053801,22053813,22053939,22053962,22053975,22054057,22055104,22056668,22056855,22057723,22068784,22074422,22083176,22091021,22091143,22097340,22099674,22108163,22109930,22118592,22118747,22123748,22132972,22135501,22138560,22147408,22148481,22148525,22149487,22153033,22156878,22158875,22159195,22162552,22169730,22193167,22195006,22204889,22229878,22234442,22234993,22239599,22241177,22242703,22242710,22287843,22287926,22294361,22299458,22302838,22307262,22307377,22309493,22312903,22316272,22317570,22321658,22321922,22321971,22330650,22345019,22346385,22346561,22347428,22347614,22347717,22350364,22352392,22358798,22359260,22359284,22359430,22361611,22378613,22378792,22378992,22380064,22380826,22381121,22381725,22389060,22390078,22395758,22396915,2239701', 'assoc_port': '21962513:21963745,21963400:21963499,21967129:21969529,21967139:21970681,21967186:21971854,21976823:21996014,21976906:21977058,21978911:22004218,21980100:22006327,21980110:22007571,21986993:21987228,22010579:22032227,22011453:22032628,22013398:22034603,22014797:22040664,22014827:22040895,22014838:22041938,22014839:22042200,22014876:22042853,22014878:22042928,22014891:22044156,22014898:22044593,22014902:22044876,22014903:22045460,22017378:22051673,22019913:22053813,22023889:22056855,22032524:22057723,22035137:22054057,22040123:22053975,22040136:22053962,22042108:22042517,22045047:22053939,22045049:22053801,22049751:22050953,22049755:22056668,22051355:22053694,22051363:22051877,22054528:22055104,22065348:22068784,22068649:22083176,22073532:22074422,22078670:22099674,22088043:22091143,22088051:22091021,22091315:22118592,22091317:22109930,22093114:22118747,22096627:22097340,22101552:22108163,22123322:22123748,22126966:22132972,22129562:22135501,22132587:22138560,22137423:22147408,22141214:22162552,22142356:2214848', 'assoc_mat': '21962513:papier:4200:21963745,21963400:papier:4200:21963499,21967129:papier:4200:21969529,21967139:papier:4200:21970681,21967186:papier:4200:21971854,21976823:papier:4200:21996014,21976906:papier:4200:21977058,21978911:papier:4200:22004218,21980100:papier:4200:22006327,21980110:papier:4200:22007571,21986993:papier:4200:21987228,22010579:papier:4200:22032227,22011453:papier:4200:22032628,22013398:papier:4200:22034603,22014797:papier:4200:22040664,22014827:papier:4200:22040895,22014838:papier:4200:22041938,22014839:papier:4200:22042200,22014876:papier:4200:22042853,22014878:papier:4200:22042928,22014891:papier:4200:22044156,22014898:papier:4200:22044593,22014902:papier:4200:22044876,22014903:papier:4200:22045460,22017378:papier:4200:22051673,22019913:papier:4200:22053813,22023889:papier:4200:22056855,22032524:papier:4200:22057723,22035137:papier:4200:22054057,22040123:papier:4200:22053975,22040136:papier:4200:22053962,22042108:papier:4200:22042517,22045047:papier:4200:22053939,22045049:papier:4200:22053801,2204'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9290119071962114, 'nb_photo': 70482, 'list_port_cont': '21964210,21968057,21970543,21973972,21974249,21976113,21976193,21977092,21978273,21978410,21978715,21979257,21980941,21981105,21985003,21987539,21997657,22011997,22014151,22015662,22015910,22015934,22015968,22015999,22016105,22016174,22016665,22017221,22018048,22023146,22024030,22024220,22025867,22029297,22029596,22033207,22035771,22040484,22045573,22047088,22050010,22050299,22050453,22051697,22051858,22052100,22055305,22057102,22066228,22067265,22076308,22076809,22086681,22088582,22093799,22093925,22097138,22102782,22123759,22130068,22134207,22137990,22139246,22139419,22141685,22144721,22149421,22154843,22158729,22175477,22175512,22180785,22184233,22186846,22187419,22191595,22195647,22200177,22200211,22207251,22211134,22212225,22212466,22217883,22221539,22221847,22291347,22294346,22298353,22300016,22305687,22305848,22307670,22310218,22310456,22311662,22312628,22312719,22312759,22315043,22315138,22317038,22317238,22317527,22318715,22319796,22329115,22329559,22329632,22329927,22329985,22330222,22336923,2234492', 'assoc_port': '21963882:21964210,21967114:21968057,21967142:21973972,21967197:21974249,21969983:21970543,21975316:21976193,21975317:21976113,21976822:21979257,21976869:21978715,21976870:21978410,21976897:21978273,21976904:21977092,21980117:21981105,21980144:21980941,21984242:21985003,21986987:21987539,21986989:21997657,22011457:22011997,22013394:22014151,22014831:22017221,22014842:22016665,22014846:22016174,22014877:22015934,22014879:22016105,22014886:22015968,22014892:22015910,22014899:22015999,22014906:22015662,22017392:22018048,22023071:22023146,22023871:22024220,22023901:22024030,22024786:22025867,22029099:22029596,22029101:22029297,22032529:22033207,22035141:22035771,22038503:22050299,22040133:22040484,22045045:22045573,22046565:22047088,22049747:22050453,22049749:22051858,22049758:22050010,22051357:22052100,22051362:22051697,22054542:22055305,22056819:22057102,22065344:22066228,22066733:22067265,22075838:22076308,22076545:22076809,22086022:22086681,22088049:22088582,22093116:22093925,22093117:22093799,22096624:2209713', 'assoc_mat': '21963882:papier:4209:21964210,21967114:papier:4209:21968057,21967142:papier:4209:21973972,21967197:papier:4209:21974249,21969983:papier:4209:21970543,21975316:papier:4209:21976193,21975317:papier:4209:21976113,21976822:papier:4209:21979257,21976869:papier:4209:21978715,21976870:papier:4209:21978410,21976897:papier:4209:21978273,21976904:papier:4209:21977092,21980117:papier:4209:21981105,21980144:papier:4209:21980941,21984242:papier:4209:21985003,21986987:papier:4209:21987539,21986989:papier:4209:21997657,22011457:papier:4209:22011997,22013394:papier:4209:22014151,22014831:papier:4209:22017221,22014842:papier:4209:22016665,22014846:papier:4209:22016174,22014877:papier:4209:22015934,22014879:papier:4209:22016105,22014886:papier:4209:22015968,22014892:papier:4209:22015910,22014899:papier:4209:22015999,22014906:papier:4209:22015662,22017392:papier:4209:22018048,22023071:papier:4209:22023146,22023871:papier:4209:22024220,22023901:papier:4209:22024030,22024786:papier:4209:22025867,22029099:papier:4209:22029596,2202'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011444491107970333, 'nb_photo': 16856, 'list_port_cont': '21963417,21963591,21964269,21970571,21971861,21971920,21989547,21990259,21997441,22004079,22005509,22007312,22007768,22008814,22025924,22025970,22026088,22026144,22026157,22026180,22026230,22026322,22026450,22026583,22026597,22026674,22026740,22027172,22027262,22029533,22030994,22031875,22031960,22033375,22039408,22040625,22040697,22050603,22050714,22051600,22052009,22052123,22056367,22057172,22063579,22067286,22068752,22069191,22072741,22074053,22080506,22083647,22090618,22091677,22091955,22092184,22094236,22105440,22122258,22127610,22132322,22139305,22141709,22144682,22144830,22151420,22155280,22158595,22177956,22179548,22186660,22189964,22192295,22195674,22195694,22207558,22210754,22221978,22222985,22229854,22291479,22294726,22294813,22298363,22298630,22299073,22302344,22306930,22308382,22309995,22312614,22313060,22313301,22315317,22318834,22329435,22332281,22337037,22341220,22344859,22344999,22345493,22352629,22352715,22352902,22353636,22355859,22371440,22375844,22377501,22379563,22379993,22381575,2238159', 'assoc_port': '21962514:21963417,21963397:21963591,21963883:21964269,21967132:21970571,21967181:21971861,21967195:21971920,21975312:21989547,21975320:21990259,21976850:21997441,21978908:22004079,21978934:22005509,21980103:22007312,21980107:22007768,21980142:22008814,22010582:22027262,22011452:22027172,22013397:22030994,22014825:22026740,22014833:22026674,22014843:22026597,22014874:22026583,22014880:22026450,22014893:22026322,22014896:22026230,22014901:22026180,22017391:22026157,22019909:22026144,22023068:22026088,22024784:22025924,22024789:22025970,22029102:22029533,22031175:22031960,22031177:22031875,22032532:22033375,22038504:22039408,22040126:22040697,22040132:22040625,22042107:22051600,22046566:22050714,22049745:22056367,22049754:22050603,22051354:22052123,22051356:22052009,22054525:22057172,22062853:22063579,22065346:22068752,22066734:22067286,22068648:22069191,22071991:22072741,22073536:22074053,22079487:22080506,22079488:22083647,22079491:22092184,22086017:22094236,22086036:22090618,22091316:22091677,22091318:2209195', 'assoc_mat': '21962514:papier:4211:21963417,21963397:papier:4211:21963591,21963883:papier:4211:21964269,21967132:papier:4211:21970571,21967181:papier:4211:21971861,21967195:papier:4211:21971920,21975312:papier:4211:21989547,21975320:papier:4211:21990259,21976850:papier:4211:21997441,21978908:papier:4211:22004079,21978934:papier:4211:22005509,21980103:papier:4211:22007312,21980107:papier:4211:22007768,21980142:papier:4211:22008814,22010582:papier:4211:22027262,22011452:papier:4211:22027172,22013397:papier:4211:22030994,22014825:papier:4211:22026740,22014833:papier:4211:22026674,22014843:papier:4211:22026597,22014874:papier:4211:22026583,22014880:papier:4211:22026450,22014893:papier:4211:22026322,22014896:papier:4211:22026230,22014901:papier:4211:22026180,22017391:papier:4211:22026157,22019909:papier:4211:22026144,22023068:papier:4211:22026088,22024784:papier:4211:22025924,22024789:papier:4211:22025970,22029102:papier:4211:22029533,22031175:papier:4211:22031960,22031177:papier:4211:22031875,22032532:papier:4211:22033375,2203'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.012719873506792819, 'nb_photo': 468, 'list_port_cont': '21963766,21964596,21976303,21982683,21988607,21990850,21998133,22005686,22005800,22008152,22012901,22015719,22020902,22025561,22036193,22037065,22040782,22042140,22042744,22042949,22046221,22046334,22048308,22051172,22053762,22054700,22056155,22057904,22060430,22067760,22076461,22077049,22079690,22082867,22091996,22095881,22097549,22107797,22109482,22112203,22122790,22129291,22132953,22134773,22138731,22140624,22142079,22143887,22147618,22150073,22151652,22152144,22159097,22186778,22187102,22187176,22190723,22196312,22201869,22207812,22209134,22229888,22234455,22236408,22237229,22242429,22242909,22242977,22302592,22302789,22303802,22306119,22308463,22309677,22313215,22317623,22340147,22346431,22346700,22347422,22347584,22349636,22353370,22354650,22356549,22358839,22378662,22378836,22380046,22382920,22391080,22392505,22395896,22402325,22405860,22426466,22428606,22432424,22433663,22438119,22440956,22441911,22443633,22445280,22446388,22449338,22450121,22453151,22453757,22456261,22457131,22459689,22459868,2246092', 'assoc_port': '21963399:21963766,21964372:21964596,21967124:21988607,21969980:21982683,21975313:21990850,21975319:21976303,21976848:21998133,21978922:22005686,21978944:22005800,21980102:22008152,21984249:22012901,21985543:22015719,22013383:22036193,22014822:22042140,22014828:22042744,22014840:22095881,22014875:22082867,22014897:22046334,22014905:22048308,22018592:22060430,22019912:22020902,22023872:22025561,22035139:22037065,22040125:22054700,22040135:22040782,22042109:22042949,22045050:22046221,22049752:22051172,22051359:22053762,22054523:22057904,22054527:22056155,22066731:22067760,22071992:22077049,22075835:22076461,22078672:22079690,22086065:22091996,22091319:22112203,22096626:22097549,22098018:22109482,22101541:22107797,22122001:22122790,22126969:22129291,22132582:22132953,22133906:22134773,22137424:22138731,22138710:22140624,22141213:22142079,22142362:22143887,22144307:22147618,22148778:22150073,22150593:22152144,22150597:22151652,22157943:22159097,22178698:22187176,22178713:22187102,22180102:22207812,22183555:2218677', 'assoc_mat': '21963399:papier:3327:21963766,21964372:papier:3327:21964596,21967124:papier:3327:21988607,21969980:papier:3327:21982683,21975313:papier:3327:21990850,21975319:papier:3327:21976303,21976848:papier:3327:21998133,21978922:papier:3327:22005686,21978944:papier:3327:22005800,21980102:papier:3327:22008152,21984249:papier:3327:22012901,21985543:papier:3327:22015719,22013383:papier:3327:22036193,22014822:papier:3327:22042140,22014828:papier:3327:22042744,22014840:papier:3327:22095881,22014875:papier:3327:22082867,22014897:papier:3327:22046334,22014905:papier:3327:22048308,22018592:papier:3327:22060430,22019912:papier:3327:22020902,22023872:papier:3327:22025561,22035139:papier:3327:22037065,22040125:papier:3327:22054700,22040135:papier:3327:22040782,22042109:papier:3327:22042949,22045050:papier:3327:22046221,22049752:papier:3327:22051172,22051359:papier:3327:22053762,22054523:papier:3327:22057904,22054527:papier:3327:22056155,22066731:papier:3327:22067760,22071992:papier:3327:22077049,22075835:papier:3327:22076461,2207'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.07931864797489772, 'nb_photo': 289, 'list_port_cont': '22019661,22358755,22448925', 'assoc_port': '22018590:22019661,22358427:22358755,22448524:22448925', 'assoc_mat': '22018590:papier:3594:22019661,22358427:papier:3594:22358755,22448524:papier:3594:22448925'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006773739925650539, 'nb_photo': 142, 'list_port_cont': '21969956,22026351,22041316,22046207,22051213,22052385,22053705,22054004,22076375,22076788,22149155,22153087,22158486,22180490,22237962,22241231,22244107,22292969,22309535,22314890,22318631,22345054,22361627,22379474,22385692,22396165,22422336,22433707,22449942,22454615,22473510,22480036,22487805,22511781,22512740,22516913,22536633,22553552,22565044', 'assoc_port': '21967136:21969956,21978909:22026351,21984244:22052385,22014829:22041316,22014907:22046207,22019910:22053705,22038501:22054004,22049748:22051213,22062848:22076375,22076546:22076788,22131718:22153087,22142360:22149155,22154699:22158486,22174835:22180490,22191273:22244107,22210213:22241231,22211643:22237962,22290550:22292969,22305213:22309535,22314653:22314890,22318028:22318631,22344383:22345054,22355024:22361627,22379401:22379474,22384434:22385692,22390602:22396165,22420201:22422336,22432676:22433707,22444780:22449942,22451710:22454615,22469828:22473510,22479660:22480036,22486523:22487805,22497684:22511781,22509474:22512740,22513057:22516913,22536499:22536633,22550650:22553552,22562905:22565044', 'assoc_mat': '21967136:pehd:4205:21969956,21978909:pehd:4205:22026351,21984244:pehd:4205:22052385,22014829:pehd:4205:22041316,22014907:pehd:4205:22046207,22019910:pehd:4205:22053705,22038501:pehd:4205:22054004,22049748:pehd:4205:22051213,22062848:pehd:4205:22076375,22076546:pehd:4205:22076788,22131718:pehd:4205:22153087,22142360:pehd:4205:22149155,22154699:pehd:4205:22158486,22174835:pehd:4205:22180490,22191273:pehd:4205:22244107,22210213:pehd:4205:22241231,22211643:pehd:4205:22237962,22290550:pehd:4205:22292969,22305213:pehd:4205:22309535,22314653:pehd:4205:22314890,22318028:pehd:4205:22318631,22344383:pehd:4205:22345054,22355024:pehd:4205:22361627,22379401:pehd:4205:22379474,22384434:pehd:4205:22385692,22390602:pehd:4205:22396165,22420201:pehd:4205:22422336,22432676:pehd:4205:22433707,22444780:pehd:4205:22449942,22451710:pehd:4205:22454615,22469828:pehd:4205:22473510,22479660:pehd:4205:22480036,22486523:pehd:4205:22487805,22497684:pehd:4205:22511781,22509474:pehd:4205:22512740,22513057:pehd:4205:22516913,22536499:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0032670114454663533, 'nb_photo': 366, 'list_port_cont': '21969309,22003515,22005706,22012112,22040907,22053773,22054238,22055541,22063556,22064885,22076857,22097218,22146602,22155000,22164087,22241074,22244161,22295035,22309860,22315616,22348632,22358376,22379363,22397929,22399483,22430548,22450066,22451185,22471534,22505139,22510429,22520980,22560992,22561798', 'assoc_port': '21967117:21969309,21978894:22003515,21978946:22005706,22011455:22012112,22014824:22040907,22014888:22064885,22023070:22055541,22035144:22054238,22046564:22053773,22062855:22063556,22076548:22076857,22096625:22097218,22129557:22146602,22141215:22155000,22154698:22164087,22191270:22244161,22210214:22241074,22291941:22295035,22305215:22309860,22314649:22315616,22340395:22348632,22350612:22358376,22376586:22379363,22386992:22397929,22398077:22399483,22429992:22430548,22443967:22451185,22449976:22450066,22466648:22471534,22494447:22505139,22504012:22510429,22520613:22520980,22542628:22560992,22556378:22561798', 'assoc_mat': '21967117:pehd:4203:21969309,21978894:pehd:4203:22003515,21978946:pehd:4203:22005706,22011455:pehd:4203:22012112,22014824:pehd:4203:22040907,22014888:pehd:4203:22064885,22023070:pehd:4203:22055541,22035144:pehd:4203:22054238,22046564:pehd:4203:22053773,22062855:pehd:4203:22063556,22076548:pehd:4203:22076857,22096625:pehd:4203:22097218,22129557:pehd:4203:22146602,22141215:pehd:4203:22155000,22154698:pehd:4203:22164087,22191270:pehd:4203:22244161,22210214:pehd:4203:22241074,22291941:pehd:4203:22295035,22305215:pehd:4203:22309860,22314649:pehd:4203:22315616,22340395:pehd:4203:22348632,22350612:pehd:4203:22358376,22376586:pehd:4203:22379363,22386992:pehd:4203:22397929,22398077:pehd:4203:22399483,22429992:pehd:4203:22430548,22443967:pehd:4203:22451185,22449976:pehd:4203:22450066,22466648:pehd:4203:22471534,22494447:pehd:4203:22505139,22504012:pehd:4203:22510429,22520613:pehd:4203:22520980,22542628:pehd:4203:22560992,22556378:pehd:4203:22561798'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004271620795599394, 'nb_photo': 266, 'list_port_cont': '21964262,21970469,21971469,21971813,21986341,22003894,22005424,22005591,22006370,22007562,22010974,22011950,22015147,22016813,22020855,22021448,22023134,22024885,22028119,22028218,22031494,22032209,22032664,22032764,22033149,22034372,22035922,22036291,22036727,22040501,22042591,22050150,22050426,22050891,22051581,22055098,22066944,22067373,22068688,22072661,22073646,22079038,22079680,22091745,22097118,22103620,22106584,22126015,22131813,22131879,22132861,22133040,22133256,22134233,22151134,22153418,22153979,22155161,22178916,22180586,22180980,22183811,22185865,22189452,22194529,22194920,22202607,22211235,22212816,22222810,22227361,22228072,22293106,22293184,22295509,22295709,22298143,22300217,22302309,22305916,22317202,22336506,22338503,22339354,22340102,22341936,22346581,22347079,22372357,22378735,22379456,22381070,22381683,22387280,22388497,22390942,22393617,22395078,22395221,22402994,22409550,22421675,22425455,22432903,22440907,22447158,22448566,22449208,22449998,22450038,22450088,22452213,22479976,2248707', 'assoc_port': '21963881:21964262,21967184:21971469,21967193:21971813,21969982:21970469,21976900:22023134,21978910:22003894,21978941:22005424,21978949:22005591,21980101:22006370,21980112:22007562,21985550:21986341,21986991:22016813,22010578:22010974,22011454:22011950,22013399:22034372,22014823:22032664,22014830:22032764,22014836:22032209,22014884:22015147,22017376:22028218,22017377:22028119,22019908:22021448,22019911:22020855,22024787:22024885,22031176:22031494,22032527:22033149,22035140:22036727,22035142:22036291,22035143:22035922,22040130:22040501,22042105:22042591,22049746:22050891,22049753:22050426,22049757:22050150,22051353:22051581,22054524:22055098,22065345:22068688,22066732:22067373,22066735:22066944,22071990:22072661,22073534:22073646,22078669:22079680,22078671:22079038,22091320:22091745,22096628:22097118,22101544:22103620,22106153:22106584,22125807:22126015,22129556:22131813,22129560:22131879,22132583:22133256,22132585:22133040,22132589:22132861,22133908:22134233,22150596:22151134,22153224:22153979,22153225:2215341', 'assoc_mat': '21963881:pehd:4207:21964262,21967184:pehd:4207:21971469,21967193:pehd:4207:21971813,21969982:pehd:4207:21970469,21976900:pehd:4207:22023134,21978910:pehd:4207:22003894,21978941:pehd:4207:22005424,21978949:pehd:4207:22005591,21980101:pehd:4207:22006370,21980112:pehd:4207:22007562,21985550:pehd:4207:21986341,21986991:pehd:4207:22016813,22010578:pehd:4207:22010974,22011454:pehd:4207:22011950,22013399:pehd:4207:22034372,22014823:pehd:4207:22032664,22014830:pehd:4207:22032764,22014836:pehd:4207:22032209,22014884:pehd:4207:22015147,22017376:pehd:4207:22028218,22017377:pehd:4207:22028119,22019908:pehd:4207:22021448,22019911:pehd:4207:22020855,22024787:pehd:4207:22024885,22031176:pehd:4207:22031494,22032527:pehd:4207:22033149,22035140:pehd:4207:22036727,22035142:pehd:4207:22036291,22035143:pehd:4207:22035922,22040130:pehd:4207:22040501,22042105:pehd:4207:22042591,22049746:pehd:4207:22050891,22049753:pehd:4207:22050426,22049757:pehd:4207:22050150,22051353:pehd:4207:22051581,22054524:pehd:4207:22055098,22065345:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005149291023585795, 'nb_photo': 26, 'list_port_cont': '21964553,21980641,22019099,22025881,22036041,22042495,22057345,22076334,22088862,22130128,22144644,22147292,22153703,22184434,22245376,22347271,22376500,22395315,22441350,22460260,22467426,22487228,22536178,22553374', 'assoc_port': '21964371:21964553,21980135:21980641,22018589:22019099,22024785:22025881,22035145:22036041,22042106:22042495,22051361:22057345,22075834:22076334,22088044:22088862,22129559:22130128,22138711:22147292,22144309:22144644,22153227:22153703,22183556:22184434,22245259:22245376,22346891:22347271,22372031:22376500,22394739:22395315,22440771:22441350,22459994:22460260,22463409:22467426,22486522:22487228,22533593:22536178,22552962:22553374', 'assoc_mat': '21964371:pehd:4461:21964553,21980135:pehd:4461:21980641,22018589:pehd:4461:22019099,22024785:pehd:4461:22025881,22035145:pehd:4461:22036041,22042106:pehd:4461:22042495,22051361:pehd:4461:22057345,22075834:pehd:4461:22076334,22088044:pehd:4461:22088862,22129559:pehd:4461:22130128,22138711:pehd:4461:22147292,22144309:pehd:4461:22144644,22153227:pehd:4461:22153703,22183556:pehd:4461:22184434,22245259:pehd:4461:22245376,22346891:pehd:4461:22347271,22372031:pehd:4461:22376500,22394739:pehd:4461:22395315,22440771:pehd:4461:22441350,22459994:pehd:4461:22460260,22463409:pehd:4461:22467426,22486522:pehd:4461:22487228,22533593:pehd:4461:22536178,22552962:pehd:4461:22553374'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.009118437008415503, 'nb_photo': 1185, 'list_port_cont': '21963504,21963749,21969531,21970687,21971855,21977062,21987221,21996019,22004221,22006324,22007577,22032232,22032621,22034597,22040667,22040892,22041942,22042196,22042520,22042848,22042939,22044163,22044582,22044881,22045467,22050962,22051677,22051869,22053691,22053805,22053807,22053945,22053955,22053983,22054063,22055101,22056675,22056854,22057716,22068771,22074416,22083181,22091008,22091133,22097332,22099671,22108167,22109938,22118589,22118753,22123750,22132973,22135491,22138547,22147411,22148483,22148515,22149488,22153032,22156882,22158879,22159204,22162561,22169731,22193156,22195002,22204881,22229880,22234437,22234988,22239607,22241171,22242701,22242704,22287933,22294367,22299455,22302834,22307263,22307387,22309486,22312892,22316271,22317579,22321649,22321923,22321980,22330662,22345014,22346387,22346563,22347435,22347617,22347711,22350367,22352398,22358804,22359289,22359431,22361601,22378623,22378783,22378994,22380052,22381119,22381721,22389061,22390084,22395770,22396912,22397009,22405896,22411838,2242231', 'assoc_port': '21962513:21963749,21963400:21963504,21967129:21969531,21967139:21970687,21967186:21971855,21976823:21996019,21976906:21977062,21978911:22004221,21980100:22006324,21980110:22007577,21986993:21987221,22010579:22032232,22011453:22032621,22013398:22034597,22014797:22040667,22014827:22040892,22014838:22041942,22014839:22042196,22014876:22042848,22014878:22042939,22014891:22044163,22014898:22044582,22014902:22044881,22014903:22045467,22017378:22051677,22019913:22053807,22023889:22056854,22032524:22057716,22035137:22054063,22040123:22053983,22040136:22053955,22042108:22042520,22045047:22053945,22045049:22053805,22049751:22050962,22049755:22056675,22051355:22053691,22051363:22051869,22054528:22055101,22065348:22068771,22068649:22083181,22073532:22074416,22078670:22099671,22088043:22091133,22088051:22091008,22091315:22118589,22091317:22109938,22093114:22118753,22096627:22097332,22101552:22108167,22123322:22123750,22126966:22132973,22129562:22135491,22132587:22138547,22137423:22147411,22141214:22162561,22142356:2214848', 'assoc_mat': '21962513:pehd:4200:21963749,21963400:pehd:4200:21963504,21967129:pehd:4200:21969531,21967139:pehd:4200:21970687,21967186:pehd:4200:21971855,21976823:pehd:4200:21996019,21976906:pehd:4200:21977062,21978911:pehd:4200:22004221,21980100:pehd:4200:22006324,21980110:pehd:4200:22007577,21986993:pehd:4200:21987221,22010579:pehd:4200:22032232,22011453:pehd:4200:22032621,22013398:pehd:4200:22034597,22014797:pehd:4200:22040667,22014827:pehd:4200:22040892,22014838:pehd:4200:22041942,22014839:pehd:4200:22042196,22014876:pehd:4200:22042848,22014878:pehd:4200:22042939,22014891:pehd:4200:22044163,22014898:pehd:4200:22044582,22014902:pehd:4200:22044881,22014903:pehd:4200:22045467,22017378:pehd:4200:22051677,22019913:pehd:4200:22053807,22023889:pehd:4200:22056854,22032524:pehd:4200:22057716,22035137:pehd:4200:22054063,22040123:pehd:4200:22053983,22040136:pehd:4200:22053955,22042108:pehd:4200:22042520,22045047:pehd:4200:22053945,22045049:pehd:4200:22053805,22049751:pehd:4200:22050962,22049755:pehd:4200:22056675,22051355:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.011783867834007337, 'nb_photo': 940, 'list_port_cont': '21964196,21968056,21970535,21974004,21974243,21976110,21976201,21977103,21978276,21978397,21978690,21979259,21980944,21981103,21985012,21987531,21997646,22011996,22014149,22015663,22015923,22015927,22015978,22016002,22016102,22016172,22016664,22017222,22018044,22024029,22024227,22025856,22029293,22029605,22033169,22035773,22040473,22045574,22047096,22050007,22050289,22050447,22051693,22051854,22052109,22055311,22057084,22066238,22067268,22076307,22076801,22086682,22088577,22093797,22093915,22097141,22102786,22123762,22130059,22134211,22137997,22139241,22139414,22141683,22144727,22149419,22154844,22158728,22175472,22175507,22180786,22184231,22186840,22187418,22191596,22195657,22200171,22200209,22207247,22211148,22212220,22212472,22217893,22221528,22221837,22300021,22305695,22307662,22310220,22310459,22311664,22312621,22312709,22312760,22315051,22315142,22317521,22318726,22319809,22329118,22329932,22330225,22336931,22344921,22345369,22346642,22347183,22352934,22353588,22357155,22358707,22359461,22372770,2237745', 'assoc_port': '21963882:21964196,21967114:21968056,21967142:21974004,21967197:21974243,21969983:21970535,21975316:21976201,21975317:21976110,21976822:21979259,21976869:21978690,21976870:21978397,21976897:21978276,21976904:21977103,21980117:21981103,21980144:21980944,21984242:21985012,21986987:21987531,21986989:21997646,22011457:22011996,22013394:22014149,22014831:22017222,22014842:22016664,22014846:22016172,22014877:22015927,22014879:22016102,22014886:22015978,22014892:22015923,22014899:22016002,22014906:22015663,22017392:22018044,22023871:22024227,22023901:22024029,22024786:22025856,22029099:22029605,22029101:22029293,22032529:22033169,22035141:22035773,22038503:22050289,22040133:22040473,22045045:22045574,22046565:22047096,22049747:22050447,22049749:22051854,22049758:22050007,22051357:22052109,22051362:22051693,22054542:22055311,22056819:22057084,22065344:22066238,22066733:22067268,22075838:22076307,22076545:22076801,22086022:22086682,22088049:22088577,22093116:22093915,22093117:22093797,22096624:22097141,22101542:2210278', 'assoc_mat': '21963882:pehd:4209:21964196,21967114:pehd:4209:21968056,21967142:pehd:4209:21974004,21967197:pehd:4209:21974243,21969983:pehd:4209:21970535,21975316:pehd:4209:21976201,21975317:pehd:4209:21976110,21976822:pehd:4209:21979259,21976869:pehd:4209:21978690,21976870:pehd:4209:21978397,21976897:pehd:4209:21978276,21976904:pehd:4209:21977103,21980117:pehd:4209:21981103,21980144:pehd:4209:21980944,21984242:pehd:4209:21985012,21986987:pehd:4209:21987531,21986989:pehd:4209:21997646,22011457:pehd:4209:22011996,22013394:pehd:4209:22014149,22014831:pehd:4209:22017222,22014842:pehd:4209:22016664,22014846:pehd:4209:22016172,22014877:pehd:4209:22015927,22014879:pehd:4209:22016102,22014886:pehd:4209:22015978,22014892:pehd:4209:22015923,22014899:pehd:4209:22016002,22014906:pehd:4209:22015663,22017392:pehd:4209:22018044,22023871:pehd:4209:22024227,22023901:pehd:4209:22024029,22024786:pehd:4209:22025856,22029099:pehd:4209:22029605,22029101:pehd:4209:22029293,22032529:pehd:4209:22033169,22035141:pehd:4209:22035773,22038503:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.5639694434944951, 'nb_photo': 15036, 'list_port_cont': '21963409,21963586,21964270,21970573,21971873,21971932,21989548,21990262,21997448,22004069,22005522,22007320,22007765,22008822,22025934,22025967,22026089,22026145,22026155,22026193,22026232,22026319,22026463,22026570,22026601,22026676,22026745,22027177,22027260,22029556,22030986,22031876,22031957,22033381,22039423,22040613,22040707,22050602,22050706,22051603,22052022,22052124,22056373,22057170,22063570,22067288,22068763,22069201,22072736,22074051,22080496,22083639,22090613,22091666,22091963,22092182,22094244,22105436,22122256,22127603,22132335,22139312,22141704,22144684,22144828,22151421,22155282,22158594,22177947,22179537,22186664,22189953,22192303,22195664,22195683,22207548,22210756,22221966,22222980,22229858,22291480,22294724,22294827,22298348,22298637,22299074,22302350,22306941,22308369,22309988,22312604,22313062,22313315,22315320,22318841,22329434,22332291,22337043,22341212,22344836,22345000,22345485,22352623,22352721,22352894,22353638,22355849,22371434,22375834,22377496,22379554,22379996,22381572,2238158', 'assoc_port': '21962514:21963409,21963397:21963586,21963883:21964270,21967132:21970573,21967181:21971873,21967195:21971932,21975312:21989548,21975320:21990262,21976850:21997448,21978908:22004069,21978934:22005522,21980103:22007320,21980107:22007765,21980142:22008822,22010582:22027260,22011452:22027177,22013397:22030986,22014825:22026745,22014833:22026676,22014843:22026601,22014874:22026570,22014880:22026463,22014893:22026319,22014896:22026232,22014901:22026193,22017391:22026155,22019909:22026145,22023068:22026089,22024784:22025934,22024789:22025967,22029102:22029556,22031175:22031957,22031177:22031876,22032532:22033381,22038504:22039423,22040126:22040707,22040132:22040613,22042107:22051603,22046566:22050706,22049745:22056373,22049754:22050602,22051354:22052124,22051356:22052022,22054525:22057170,22062853:22063570,22065346:22068763,22066734:22067288,22068648:22069201,22071991:22072736,22073536:22074051,22079487:22080496,22079488:22083639,22079491:22092182,22086017:22094244,22086036:22090613,22091316:22091666,22091318:2209196', 'assoc_mat': '21962514:pehd:4211:21963409,21963397:pehd:4211:21963586,21963883:pehd:4211:21964270,21967132:pehd:4211:21970573,21967181:pehd:4211:21971873,21967195:pehd:4211:21971932,21975312:pehd:4211:21989548,21975320:pehd:4211:21990262,21976850:pehd:4211:21997448,21978908:pehd:4211:22004069,21978934:pehd:4211:22005522,21980103:pehd:4211:22007320,21980107:pehd:4211:22007765,21980142:pehd:4211:22008822,22010582:pehd:4211:22027260,22011452:pehd:4211:22027177,22013397:pehd:4211:22030986,22014825:pehd:4211:22026745,22014833:pehd:4211:22026676,22014843:pehd:4211:22026601,22014874:pehd:4211:22026570,22014880:pehd:4211:22026463,22014893:pehd:4211:22026319,22014896:pehd:4211:22026232,22014901:pehd:4211:22026193,22017391:pehd:4211:22026155,22019909:pehd:4211:22026145,22023068:pehd:4211:22026089,22024784:pehd:4211:22025934,22024789:pehd:4211:22025967,22029102:pehd:4211:22029556,22031175:pehd:4211:22031957,22031177:pehd:4211:22031876,22032532:pehd:4211:22033381,22038504:pehd:4211:22039423,22040126:pehd:4211:22040707,22040132:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0010540816835457824, 'nb_photo': 3, 'list_port_cont': '22020910,22095884,22347418', 'assoc_port': '22014840:22095884,22019912:22020910,22346888:22347418', 'assoc_mat': '22014840:pehd:3327:22095884,22019912:pehd:3327:22020910,22346888:pehd:3327:22347418'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.004434011023141684, 'nb_photo': 22, 'list_port_cont': '22026346,22051221,22076376,22149154,22158488,22292973,22314888,22345046,22361624,22487806,22511787,22516926,22536636,22553566', 'assoc_port': '21978909:22026346,22049748:22051221,22062848:22076376,22142360:22149154,22154699:22158488,22290550:22292973,22314653:22314888,22344383:22345046,22355024:22361624,22486523:22487806,22497684:22511787,22513057:22516926,22536499:22536636,22550650:22553566', 'assoc_mat': '21978909:pet_clair:4205:22026346,22049748:pet_clair:4205:22051221,22062848:pet_clair:4205:22076376,22142360:pet_clair:4205:22149154,22154699:pet_clair:4205:22158488,22290550:pet_clair:4205:22292973,22314653:pet_clair:4205:22314888,22344383:pet_clair:4205:22345046,22355024:pet_clair:4205:22361624,22486523:pet_clair:4205:22487806,22497684:pet_clair:4205:22511787,22513057:pet_clair:4205:22516926,22536499:pet_clair:4205:22536636,22550650:pet_clair:4205:22553566'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 9.75413106575484e-05, 'nb_photo': 3, 'list_port_cont': '22012114,22064877,22358387', 'assoc_port': '22011455:22012114,22014888:22064877,22350612:22358387', 'assoc_mat': '22011455:pet_clair:4203:22012114,22014888:pet_clair:4203:22064877,22350612:pet_clair:4203:22358387'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0025201333459683607, 'nb_photo': 17, 'list_port_cont': '21970464,21971460,21971805,22003056,22021445,22032769,22055096,22090733,22151145,22151596,22180578,22211236,22227439,22302320,22453668,22513448', 'assoc_port': '21967184:21971460,21967193:21971805,21969982:21970464,21978888:22003056,22014830:22032769,22019908:22021445,22054524:22055096,22088046:22090733,22150592:22151596,22150596:22151145,22180100:22180578,22210183:22211236,22226568:22227439,22301996:22302320,22453054:22453668,22513061:22513448', 'assoc_mat': '21967184:pet_clair:4207:21971460,21967193:pet_clair:4207:21971805,21969982:pet_clair:4207:21970464,21978888:pet_clair:4207:22003056,22014830:pet_clair:4207:22032769,22019908:pet_clair:4207:22021445,22054524:pet_clair:4207:22055096,22088046:pet_clair:4207:22090733,22150592:pet_clair:4207:22151596,22150596:pet_clair:4207:22151145,22180100:pet_clair:4207:22180578,22210183:pet_clair:4207:22211236,22226568:pet_clair:4207:22227439,22301996:pet_clair:4207:22302320,22453054:pet_clair:4207:22453668,22513061:pet_clair:4207:22513448'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004445767631080433, 'nb_photo': 3, 'list_port_cont': '22057340,22391721,22516752', 'assoc_port': '22051361:22057340,22391215:22391721,22513059:22516752', 'assoc_mat': '22051361:pet_clair:4461:22057340,22391215:pet_clair:4461:22391721,22513059:pet_clair:4461:22516752'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.04931642655860474, 'nb_photo': 253, 'list_port_cont': '21963502,21963746,21970693,21971849,21987222,22004227,22006320,22007566,22032229,22032620,22034596,22040658,22040889,22041947,22042205,22042854,22044162,22050959,22051684,22053685,22053804,22053810,22053935,22053954,22053976,22054070,22055102,22056677,22056856,22074424,22083189,22091019,22097328,22099677,22108162,22109932,22118588,22118758,22123749,22132980,22135493,22138553,22147417,22148479,22148521,22149493,22156884,22193163,22195000,22204884,22229870,22234995,22239611,22241164,22242693,22287937,22294362,22299466,22307383,22312888,22321661,22321913,22346383,22346556,22347427,22347611,22347712,22350369,22352390,22359274,22359280,22378619,22389050,22390079,22405892,22430776,22433526,22448399,22452360,22455394,22458255,22459864,22464641,22465995,22471223,22472653,22474364,22475501,22494865,22497797,22514302,22516907,22519193,22520067,22520222,22524872,22534639,22537790,22538642,22543796,22544901,22556704,22561572,22579096', 'assoc_port': '21962513:21963746,21963400:21963502,21967139:21970693,21967186:21971849,21978911:22004227,21980100:22006320,21980110:22007566,21986993:21987222,22010579:22032229,22011453:22032620,22013398:22034596,22014797:22040658,22014827:22040889,22014838:22041947,22014839:22042205,22014876:22042854,22014891:22044162,22017378:22051684,22019913:22053810,22023889:22056856,22035137:22054070,22040123:22053976,22040136:22053954,22045047:22053935,22045049:22053804,22049751:22050959,22049755:22056677,22051355:22053685,22054528:22055102,22068649:22083189,22073532:22074424,22078670:22099677,22088051:22091019,22091315:22118588,22091317:22109932,22093114:22118758,22096627:22097328,22101552:22108162,22123322:22123749,22126966:22132980,22129562:22135493,22132587:22138553,22137423:22147417,22142356:22148479,22142359:22148521,22142361:22149493,22153226:22156884,22191278:22193163,22194161:22195000,22200699:22242693,22204331:22204884,22210211:22241164,22211636:22239611,22222639:22229870,22234729:22234995,22286480:22287937,22291938:2229436', 'assoc_mat': '21962513:pet_clair:4200:21963746,21963400:pet_clair:4200:21963502,21967139:pet_clair:4200:21970693,21967186:pet_clair:4200:21971849,21978911:pet_clair:4200:22004227,21980100:pet_clair:4200:22006320,21980110:pet_clair:4200:22007566,21986993:pet_clair:4200:21987222,22010579:pet_clair:4200:22032229,22011453:pet_clair:4200:22032620,22013398:pet_clair:4200:22034596,22014797:pet_clair:4200:22040658,22014827:pet_clair:4200:22040889,22014838:pet_clair:4200:22041947,22014839:pet_clair:4200:22042205,22014876:pet_clair:4200:22042854,22014891:pet_clair:4200:22044162,22017378:pet_clair:4200:22051684,22019913:pet_clair:4200:22053810,22023889:pet_clair:4200:22056856,22035137:pet_clair:4200:22054070,22040123:pet_clair:4200:22053976,22040136:pet_clair:4200:22053954,22045047:pet_clair:4200:22053935,22045049:pet_clair:4200:22053804,22049751:pet_clair:4200:22050959,22049755:pet_clair:4200:22056677,22051355:pet_clair:4200:22053685,22054528:pet_clair:4200:22055102,22068649:pet_clair:4200:22083189,22073532:pet_clair:4200:22074424,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.002662443607797629, 'nb_photo': 20, 'list_port_cont': '21964211,21981113,22015980,22018049,22047087,22057105,22123756,22137988,22184238,22307671,22315046,22319795,22357148,22379982,22385062,22463850,22490536,22490675,22544899', 'assoc_port': '21963882:21964211,21980117:21981113,22014886:22015980,22017392:22018049,22046565:22047087,22056819:22057105,22123324:22123756,22137426:22137988,22183560:22184238,22307235:22307671,22314652:22315046,22319403:22319795,22353972:22357148,22379661:22379982,22384433:22385062,22463408:22463850,22489071:22490675,22489083:22490536,22544864:22544899', 'assoc_mat': '21963882:pet_clair:4209:21964211,21980117:pet_clair:4209:21981113,22014886:pet_clair:4209:22015980,22017392:pet_clair:4209:22018049,22046565:pet_clair:4209:22047087,22056819:pet_clair:4209:22057105,22123324:pet_clair:4209:22123756,22137426:pet_clair:4209:22137988,22183560:pet_clair:4209:22184238,22307235:pet_clair:4209:22307671,22314652:pet_clair:4209:22315046,22319403:pet_clair:4209:22319795,22353972:pet_clair:4209:22357148,22379661:pet_clair:4209:22379982,22384433:pet_clair:4209:22385062,22463408:pet_clair:4209:22463850,22489071:pet_clair:4209:22490675,22489083:pet_clair:4209:22490536,22544864:pet_clair:4209:22544899'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0007315821723630858, 'nb_photo': 53, 'list_port_cont': '21963410,21963583,21964275,21971921,22026137,22026584,22033370,22050600,22050717,22051598,22057171,22091678,22094247,22132332,22144693,22158599,22177948,22186670,22229852,22312608,22313305,22341213,22344829,22345495,22353633,22381576,22381589,22394225,22420793,22437386,22453645,22457547,22458006,22467513,22468255,22487412,22488231,22491968,22498430,22502905,22518633,22524424,22545013,22548068,22554862,22558952', 'assoc_port': '21962514:21963410,21963397:21963583,21963883:21964275,21967195:21971921,22014874:22026584,22019909:22026137,22032532:22033370,22042107:22051598,22046566:22050717,22049754:22050600,22054525:22057171,22086017:22094247,22091316:22091678,22131720:22132332,22144308:22144693,22157945:22158599,22177113:22177948,22183559:22186670,22226567:22229852,22312348:22312608,22312865:22313305,22340396:22341213,22344385:22344829,22345136:22345495,22350589:22353633,22381321:22381589,22381322:22381576,22393282:22394225,22420197:22420793,22436848:22437386,22453056:22453645,22457336:22458006,22457340:22457547,22466642:22467513,22468001:22468255,22486524:22487412,22488169:22488231,22491285:22491968,22496823:22498430,22502386:22502905,22517559:22518633,22519957:22524424,22544858:22545013,22547221:22548068,22554336:22554862,22558088:22558952', 'assoc_mat': '21962514:pet_clair:4211:21963410,21963397:pet_clair:4211:21963583,21963883:pet_clair:4211:21964275,21967195:pet_clair:4211:21971921,22014874:pet_clair:4211:22026584,22019909:pet_clair:4211:22026137,22032532:pet_clair:4211:22033370,22042107:pet_clair:4211:22051598,22046566:pet_clair:4211:22050717,22049754:pet_clair:4211:22050600,22054525:pet_clair:4211:22057171,22086017:pet_clair:4211:22094247,22091316:pet_clair:4211:22091678,22131720:pet_clair:4211:22132332,22144308:pet_clair:4211:22144693,22157945:pet_clair:4211:22158599,22177113:pet_clair:4211:22177948,22183559:pet_clair:4211:22186670,22226567:pet_clair:4211:22229852,22312348:pet_clair:4211:22312608,22312865:pet_clair:4211:22313305,22340396:pet_clair:4211:22341213,22344385:pet_clair:4211:22344829,22345136:pet_clair:4211:22345495,22350589:pet_clair:4211:22353633,22381321:pet_clair:4211:22381589,22381322:pet_clair:4211:22381576,22393282:pet_clair:4211:22394225,22420197:pet_clair:4211:22420793,22436848:pet_clair:4211:22437386,22453056:pet_clair:4211:22453645,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9929778056412906, 'nb_photo': 77733, 'list_port_cont': '21963757,21964592,21976289,21982681,21988608,21990851,21997671,21998125,22005695,22005804,22008139,22009174,22012898,22015717,22020908,22025556,22033712,22033943,22036192,22037056,22040774,22042141,22042751,22042956,22046211,22046332,22048304,22051165,22053759,22054696,22055734,22055906,22056154,22057901,22060433,22067768,22069674,22076462,22077046,22079685,22079923,22082874,22091993,22093328,22095885,22097557,22105061,22107800,22109488,22112202,22122798,22129282,22132952,22134776,22138725,22140629,22142070,22143888,22147619,22150082,22151648,22152132,22159101,22181942,22186780,22187110,22187171,22190729,22196313,22201872,22207809,22209140,22223422,22229893,22234454,22236409,22237239,22242421,22242913,22242984,22302587,22302793,22303801,22306109,22307655,22308460,22309672,22312233,22313210,22317218,22317357,22317630,22317837,22318875,22340139,22345679,22346432,22346696,22347413,22347580,22349626,22353371,22354642,22356552,22358829,22358846,22373042,22378658,22378765,22378831,22379342,22380048,22382916,2238919', 'assoc_port': '21963399:21963757,21964372:21964592,21967124:21988608,21969980:21982681,21975313:21990851,21975319:21976289,21976848:21998125,21978922:22005695,21978944:22005804,21980102:22008139,21980115:22009174,21984249:22012898,21985543:22015717,21996832:21997671,22011451:22033712,22013383:22036192,22014822:22042141,22014828:22042751,22014840:22095885,22014875:22082874,22014890:22079923,22014897:22046332,22014905:22048304,22018592:22060433,22019912:22020908,22023872:22025556,22032522:22033943,22035139:22037056,22040125:22054696,22040135:22040774,22042109:22042956,22045050:22046211,22049752:22051165,22051359:22053759,22054521:22055906,22054523:22057901,22054527:22056154,22054529:22055734,22066731:22067768,22068650:22069674,22071992:22077046,22075835:22076462,22078672:22079685,22086065:22091993,22091319:22112202,22091321:22093328,22096626:22097557,22098018:22109488,22101541:22107800,22101550:22105061,22122001:22122798,22126969:22129282,22132582:22132952,22133906:22134776,22137424:22138725,22138710:22140629,22141213:2214207', 'assoc_mat': '21963399:pet_clair:3327:21963757,21964372:pet_clair:3327:21964592,21967124:pet_clair:3327:21988608,21969980:pet_clair:3327:21982681,21975313:pet_clair:3327:21990851,21975319:pet_clair:3327:21976289,21976848:pet_clair:3327:21998125,21978922:pet_clair:3327:22005695,21978944:pet_clair:3327:22005804,21980102:pet_clair:3327:22008139,21980115:pet_clair:3327:22009174,21984249:pet_clair:3327:22012898,21985543:pet_clair:3327:22015717,21996832:pet_clair:3327:21997671,22011451:pet_clair:3327:22033712,22013383:pet_clair:3327:22036192,22014822:pet_clair:3327:22042141,22014828:pet_clair:3327:22042751,22014840:pet_clair:3327:22095885,22014875:pet_clair:3327:22082874,22014890:pet_clair:3327:22079923,22014897:pet_clair:3327:22046332,22014905:pet_clair:3327:22048304,22018592:pet_clair:3327:22060433,22019912:pet_clair:3327:22020908,22023872:pet_clair:3327:22025556,22032522:pet_clair:3327:22033943,22035139:pet_clair:3327:22037056,22040125:pet_clair:3327:22054696,22040135:pet_clair:3327:22040774,22042109:pet_clair:3327:22042956,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.06765386102739927, 'nb_photo': 34, 'list_port_cont': '22019657,22358758,22448923', 'assoc_port': '22018590:22019657,22358427:22358758,22448524:22448923', 'assoc_mat': '22018590:pet_clair:3594:22019657,22358427:pet_clair:3594:22358758,22448524:pet_clair:3594:22448923'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.004491463864226392, 'nb_photo': 1, 'list_port_cont': '22361617', 'assoc_port': '22355024:22361617', 'assoc_mat': '22355024:pet_fonce:4205:22361617'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0018904705676207618, 'nb_photo': 1, 'list_port_cont': '22201652', 'assoc_port': '22200705:22201652', 'assoc_mat': '22200705:pet_fonce:4207:22201652'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0, 'nb_photo': 1992, 'list_port_cont': '22346558', 'assoc_port': '22346410:22346558', 'assoc_mat': '22346410:pet_fonce:4200:22346558'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00018869727332743503, 'nb_photo': 7, 'list_port_cont': '22025960,22080511,22091670,22092183,22192300,22195695,22535671', 'assoc_port': '22024789:22025960,22079487:22080511,22079491:22092183,22091316:22091670,22191275:22192300,22195205:22195695,22534859:22535671', 'assoc_mat': '22024789:pet_fonce:4211:22025960,22079487:pet_fonce:4211:22080511,22079491:pet_fonce:4211:22092183,22091316:pet_fonce:4211:22091670,22191275:pet_fonce:4211:22192300,22195205:pet_fonce:4211:22195695,22534859:pet_fonce:4211:22535671'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002827447796087343, 'nb_photo': 16, 'list_port_cont': '22009170,22042145,22042753,22046217,22067758,22077057,22303810,22306120,22307654,22345682,22505176,22559481', 'assoc_port': '21980115:22009170,22014822:22042145,22014828:22042753,22045050:22046217,22066731:22067758,22071992:22077057,22295403:22307654,22295431:22303810,22305205:22306120,22345137:22345682,22503985:22505176,22558087:22559481', 'assoc_mat': '21980115:pet_fonce:3327:22009170,22014822:pet_fonce:3327:22042145,22014828:pet_fonce:3327:22042753,22045050:pet_fonce:3327:22046217,22066731:pet_fonce:3327:22067758,22071992:pet_fonce:3327:22077057,22295403:pet_fonce:3327:22307654,22295431:pet_fonce:3327:22303810,22305205:pet_fonce:3327:22306120,22345137:pet_fonce:3327:22345682,22503985:pet_fonce:3327:22505176,22558087:pet_fonce:3327:22559481'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.002899510838963964, 'nb_photo': 5, 'list_port_cont': '22358757,22448928', 'assoc_port': '22358427:22358757,22448524:22448928', 'assoc_mat': '22358427:pet_fonce:3594:22358757,22448524:pet_fonce:3594:22448928'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006520555655705008, 'nb_photo': 1, 'list_port_cont': '22553547', 'assoc_port': '22550650:22553547', 'assoc_mat': '22550650:pet_opaque:4205:22553547'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 8.588914769780425e-05, 'nb_photo': 3, 'list_port_cont': '22097225,22154992,22450058', 'assoc_port': '22096625:22097225,22141215:22154992,22449976:22450058', 'assoc_mat': '22096625:pet_opaque:4203:22097225,22141215:pet_opaque:4203:22154992,22449976:pet_opaque:4203:22450058'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00491441935270775, 'nb_photo': 9, 'list_port_cont': '22031488,22076180,22151599,22378742,22379468,22381073,22395079,22459747', 'assoc_port': '22031176:22031488,22075837:22076180,22150592:22151599,22378451:22378742,22379396:22379468,22380802:22381073,22394735:22395079,22459601:22459747', 'assoc_mat': '22031176:pet_opaque:4207:22031488,22075837:pet_opaque:4207:22076180,22150592:pet_opaque:4207:22151599,22378451:pet_opaque:4207:22378742,22379396:pet_opaque:4207:22379468,22380802:pet_opaque:4207:22381073,22394735:pet_opaque:4207:22395079,22459601:pet_opaque:4207:22459747'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005104541456347798, 'nb_photo': 13, 'list_port_cont': '22055220,22069263,22143059,22184417,22194273,22292789,22332221,22378488,22433273,22438564,22490377,22494827,22561961', 'assoc_port': '22054526:22055220,22068647:22069263,22142357:22143059,22183556:22184417,22186200:22194273,22291934:22292789,22331496:22332221,22378314:22378488,22431118:22438564,22433052:22433273,22489082:22490377,22494448:22494827,22561375:22561961', 'assoc_mat': '22054526:pet_opaque:4461:22055220,22068647:pet_opaque:4461:22069263,22142357:pet_opaque:4461:22143059,22183556:pet_opaque:4461:22184417,22186200:pet_opaque:4461:22194273,22291934:pet_opaque:4461:22292789,22331496:pet_opaque:4461:22332221,22378314:pet_opaque:4461:22378488,22431118:pet_opaque:4461:22438564,22433052:pet_opaque:4461:22433273,22489082:pet_opaque:4461:22490377,22494448:pet_opaque:4461:22494827,22561375:pet_opaque:4461:22561961'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.002423384205822501, 'nb_photo': 280, 'list_port_cont': '21963500,21963750,21969528,21970682,21971845,21977060,21987225,21996010,22006325,22007574,22032225,22032627,22040663,22040891,22041934,22042206,22042523,22044594,22044885,22045455,22050960,22051679,22051866,22053683,22053797,22053809,22053965,22053978,22054061,22055112,22056672,22057729,22074423,22083183,22091007,22091142,22097341,22099670,22108172,22118591,22118757,22123746,22132982,22135487,22138548,22147406,22148471,22148518,22149498,22153022,22156886,22158870,22159210,22162550,22169732,22193164,22195010,22204886,22229876,22234438,22234989,22239597,22294371,22299451,22307268,22309488,22317583,22321650,22321916,22321968,22345024,22346379,22346567,22347604,22347718,22350359,22358800,22361605,22378781,22378981,22381112,22381722,22389058,22390088,22395767,22396913,22397007,22405890,22411837,22422311,22425639,22430773,22433524,22437092,22441963,22448398,22452369,22455395,22456029,22458248,22459854,22464635,22466002,22471224,22472361,22472658,22473132,22475499,22488338,22488461,22494866,22497794,22506975,2251690', 'assoc_port': '21962513:21963750,21963400:21963500,21967129:21969528,21967139:21970682,21967186:21971845,21976823:21996010,21976906:21977060,21980100:22006325,21980110:22007574,21986993:21987225,22010579:22032225,22011453:22032627,22014797:22040663,22014827:22040891,22014838:22041934,22014839:22042206,22014898:22044594,22014902:22044885,22014903:22045455,22017378:22051679,22019913:22053809,22032524:22057729,22035137:22054061,22040123:22053978,22040136:22053965,22042108:22042523,22045049:22053797,22049751:22050960,22049755:22056672,22051355:22053683,22051363:22051866,22054528:22055112,22068649:22083183,22073532:22074423,22078670:22099670,22088043:22091142,22088051:22091007,22091315:22118591,22093114:22118757,22096627:22097341,22101552:22108172,22123322:22123746,22126966:22132982,22129562:22135487,22132587:22138548,22137423:22147406,22141214:22162550,22142356:22148471,22142359:22148518,22142361:22149498,22144310:22153022,22148779:22169732,22153226:22156886,22154710:22158870,22154715:22159210,22191278:22193164,22194161:2219501', 'assoc_mat': '21962513:pet_opaque:4200:21963750,21963400:pet_opaque:4200:21963500,21967129:pet_opaque:4200:21969528,21967139:pet_opaque:4200:21970682,21967186:pet_opaque:4200:21971845,21976823:pet_opaque:4200:21996010,21976906:pet_opaque:4200:21977060,21980100:pet_opaque:4200:22006325,21980110:pet_opaque:4200:22007574,21986993:pet_opaque:4200:21987225,22010579:pet_opaque:4200:22032225,22011453:pet_opaque:4200:22032627,22014797:pet_opaque:4200:22040663,22014827:pet_opaque:4200:22040891,22014838:pet_opaque:4200:22041934,22014839:pet_opaque:4200:22042206,22014898:pet_opaque:4200:22044594,22014902:pet_opaque:4200:22044885,22014903:pet_opaque:4200:22045455,22017378:pet_opaque:4200:22051679,22019913:pet_opaque:4200:22053809,22032524:pet_opaque:4200:22057729,22035137:pet_opaque:4200:22054061,22040123:pet_opaque:4200:22053978,22040136:pet_opaque:4200:22053965,22042108:pet_opaque:4200:22042523,22045049:pet_opaque:4200:22053797,22049751:pet_opaque:4200:22050960,22049755:pet_opaque:4200:22056672,22051355:pet_opaque:4200:22053683,2205'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0013419013706149725, 'nb_photo': 20, 'list_port_cont': '21977104,22040474,22050288,22050449,22051857,22097146,22149413,22154839,22175463,22195660,22217895,22221841,22377461,22403220,22433174,22504641,22504824,22512581,22553678', 'assoc_port': '21976904:21977104,22038503:22050288,22040133:22040474,22049747:22050449,22049749:22051857,22096624:22097146,22148776:22149413,22154714:22154839,22174848:22175463,22195202:22195660,22217464:22217895,22221022:22221841,22376588:22377461,22402440:22403220,22433050:22433174,22503987:22504824,22504014:22504641,22511772:22512581,22552959:22553678', 'assoc_mat': '21976904:pet_opaque:4209:21977104,22038503:pet_opaque:4209:22050288,22040133:pet_opaque:4209:22040474,22049747:pet_opaque:4209:22050449,22049749:pet_opaque:4209:22051857,22096624:pet_opaque:4209:22097146,22148776:pet_opaque:4209:22149413,22154714:pet_opaque:4209:22154839,22174848:pet_opaque:4209:22175463,22195202:pet_opaque:4209:22195660,22217464:pet_opaque:4209:22217895,22221022:pet_opaque:4209:22221841,22376588:pet_opaque:4209:22377461,22402440:pet_opaque:4209:22403220,22433050:pet_opaque:4209:22433174,22503987:pet_opaque:4209:22504824,22504014:pet_opaque:4209:22504641,22511772:pet_opaque:4209:22512581,22552959:pet_opaque:4209:22553678'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00040202308700366984, 'nb_photo': 162, 'list_port_cont': '21963581,21970578,21971872,21990266,22007319,22008816,22025927,22026181,22026234,22026317,22026746,22027167,22027268,22031879,22031953,22033376,22040607,22040704,22050596,22050719,22051606,22052013,22052129,22068755,22072737,22083632,22092188,22105433,22127605,22132330,22144833,22151416,22155287,22158587,22177959,22179540,22186658,22192296,22195670,22195690,22210747,22222984,22229853,22291492,22294739,22298645,22306927,22312605,22313068,22313299,22315306,22318838,22329442,22337045,22341211,22344858,22344998,22352713,22352907,22377507,22379561,22381595,22385079,22387546,22388649,22420803,22425571,22430384,22430457,22430491,22432876,22437369,22439800,22441431,22445416,22449012,22452317,22453640,22453673,22455815,22455928,22457546,22458972,22462807,22467565,22480057,22487408,22488371,22491971,22492174,22498428,22498714,22499112,22502911,22515731,22515837,22518619,22519781,22532359,22534396,22545027,22548071,22554861,22557240,22563962', 'assoc_port': '21963397:21963581,21967132:21970578,21967181:21971872,21975320:21990266,21980103:22007319,21980142:22008816,22010582:22027268,22011452:22027167,22014825:22026746,22014893:22026317,22014896:22026234,22014901:22026181,22024784:22025927,22031175:22031953,22031177:22031879,22032532:22033376,22040126:22040704,22040132:22040607,22042107:22051606,22046566:22050719,22049754:22050596,22051354:22052129,22051356:22052013,22065346:22068755,22071991:22072737,22079488:22083632,22079491:22092188,22101546:22105433,22126967:22127605,22131720:22132330,22144305:22144833,22150594:22151416,22154691:22155287,22157945:22158587,22177113:22177959,22178712:22179540,22183559:22186658,22191275:22192296,22195199:22195670,22195205:22195690,22210185:22210747,22222660:22222984,22226567:22229853,22290548:22291492,22294054:22294739,22298063:22298645,22304108:22306927,22312348:22312605,22312865:22313299,22312871:22313068,22314655:22315306,22318030:22318838,22328574:22329442,22336329:22337045,22340396:22341211,22340406:22344998,22344385:2234485', 'assoc_mat': '21963397:pet_opaque:4211:21963581,21967132:pet_opaque:4211:21970578,21967181:pet_opaque:4211:21971872,21975320:pet_opaque:4211:21990266,21980103:pet_opaque:4211:22007319,21980142:pet_opaque:4211:22008816,22010582:pet_opaque:4211:22027268,22011452:pet_opaque:4211:22027167,22014825:pet_opaque:4211:22026746,22014893:pet_opaque:4211:22026317,22014896:pet_opaque:4211:22026234,22014901:pet_opaque:4211:22026181,22024784:pet_opaque:4211:22025927,22031175:pet_opaque:4211:22031953,22031177:pet_opaque:4211:22031879,22032532:pet_opaque:4211:22033376,22040126:pet_opaque:4211:22040704,22040132:pet_opaque:4211:22040607,22042107:pet_opaque:4211:22051606,22046566:pet_opaque:4211:22050719,22049754:pet_opaque:4211:22050596,22051354:pet_opaque:4211:22052129,22051356:pet_opaque:4211:22052013,22065346:pet_opaque:4211:22068755,22071991:pet_opaque:4211:22072737,22079488:pet_opaque:4211:22083632,22079491:pet_opaque:4211:22092188,22101546:pet_opaque:4211:22105433,22126967:pet_opaque:4211:22127605,22131720:pet_opaque:4211:22132330,2214'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.003987883235502827, 'nb_photo': 331, 'list_port_cont': '21962939,21967682,21970619,21977417,21979773,21996965,22015338,22023227,22024485,22028491,22040790,22051423,22051723,22055157,22064643,22073981,22076264,22081442,22098896,22106681,22132406,22134321,22159637,22165092,22166954,22186446,22194605,22207263,22225037,22235720,22287110,22301632,22306706,22308222,22310204,22314713,22329451,22329942,22345482,22346599,22347235,22347825,22348679,22358954,22379487,22389541,22403112,22411917,22412541,22437353,22440994,22450646,22458373,22460029,22469998,22486682,22487210,22488316,22490161,22494958,22497915,22513090,22525278,22532250,22537004,22543393,22552271,22556356,22560474,22566497', 'assoc_port': '21962512:21962939,21967188:21967682,21969981:21970619,21976865:21977417,21978938:21979773,21996833:21996965,22014835:22028491,22014872:22015338,22018591:22024485,22023069:22023227,22035138:22051423,22040129:22040790,22051360:22051723,22054522:22055157,22062850:22064643,22073531:22073981,22075836:22076264,22079490:22081442,22098017:22098896,22106152:22106681,22131721:22132406,22133905:22134321,22137425:22166954,22148775:22165092,22150595:22159637,22174852:22235720,22185033:22186446,22194159:22194605,22206469:22207263,22221035:22225037,22286479:22287110,22299407:22301632,22304113:22306706,22307886:22308222,22309703:22310204,22314656:22314713,22328536:22358954,22328563:22348679,22328569:22329942,22328572:22329451,22334759:22347825,22345135:22345482,22346404:22346599,22346890:22347235,22379399:22379487,22388008:22389541,22393285:22412541,22394734:22411917,22402406:22403112,22436849:22437353,22440751:22440994,22450301:22450646,22457337:22458373,22459597:22460029,22469829:22469998,22486521:22486682,22486538:2248721', 'assoc_mat': '21962512:plastique:3726:21962939,21967188:plastique:3726:21967682,21969981:plastique:3726:21970619,21976865:plastique:3726:21977417,21978938:plastique:3726:21979773,21996833:plastique:3726:21996965,22014835:plastique:3726:22028491,22014872:plastique:3726:22015338,22018591:plastique:3726:22024485,22023069:plastique:3726:22023227,22035138:plastique:3726:22051423,22040129:plastique:3726:22040790,22051360:plastique:3726:22051723,22054522:plastique:3726:22055157,22062850:plastique:3726:22064643,22073531:plastique:3726:22073981,22075836:plastique:3726:22076264,22079490:plastique:3726:22081442,22098017:plastique:3726:22098896,22106152:plastique:3726:22106681,22131721:plastique:3726:22132406,22133905:plastique:3726:22134321,22137425:plastique:3726:22166954,22148775:plastique:3726:22165092,22150595:plastique:3726:22159637,22174852:plastique:3726:22235720,22185033:plastique:3726:22186446,22194159:plastique:3726:22194605,22206469:plastique:3726:22207263,22221035:plastique:3726:22225037,22286479:plastique:3726:22287110,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011150267531303368, 'nb_photo': 1594, 'list_port_cont': '21962937,21967688,21970618,21977419,21979782,21996959,22015340,22023223,22024480,22028377,22028489,22040791,22051418,22051722,22055163,22064653,22073979,22076262,22081437,22098899,22102886,22106682,22132397,22134318,22159638,22165100,22166953,22186444,22194599,22195061,22207266,22225045,22235721,22287113,22301629,22306708,22308220,22310206,22314703,22329457,22329950,22333938,22345480,22346597,22347228,22347824,22348678,22355175,22358952,22359248,22379495,22389543,22403116,22411916,22412548,22437356,22440989,22450654,22458374,22460026,22469988,22486683,22487206,22488312,22490162,22494960,22497921,22513084,22525277,22532245,22537007,22543400,22552267,22556365,22560468,22566496', 'assoc_port': '21962512:21962937,21967188:21967688,21969981:21970618,21976865:21977419,21978938:21979782,21996833:21996959,22014835:22028489,22014845:22028377,22014872:22015340,22018591:22024480,22023069:22023223,22035138:22051418,22040129:22040791,22051360:22051722,22054522:22055163,22062850:22064653,22073531:22073979,22075836:22076262,22079490:22081437,22096622:22102886,22098017:22098899,22106152:22106682,22131721:22132397,22133905:22134318,22137425:22166953,22148775:22165100,22150595:22159638,22174852:22235721,22185033:22186444,22194156:22195061,22194159:22194599,22206469:22207266,22221035:22225045,22286479:22287113,22299407:22301629,22304113:22306708,22307886:22308220,22309703:22310206,22314656:22314703,22328536:22358952,22328562:22359248,22328563:22348678,22328564:22333938,22328569:22329950,22328572:22329457,22334759:22347824,22345135:22345480,22346404:22346597,22346890:22347228,22355026:22355175,22379399:22379495,22388008:22389543,22393285:22412548,22394734:22411916,22402406:22403116,22436849:22437356,22440751:2244098', 'assoc_mat': '21962512:Teint_Dans_La_Masse:3726:21962937,21967188:Teint_Dans_La_Masse:3726:21967688,21969981:Teint_Dans_La_Masse:3726:21970618,21976865:Teint_Dans_La_Masse:3726:21977419,21978938:Teint_Dans_La_Masse:3726:21979782,21996833:Teint_Dans_La_Masse:3726:21996959,22014835:Teint_Dans_La_Masse:3726:22028489,22014845:Teint_Dans_La_Masse:3726:22028377,22014872:Teint_Dans_La_Masse:3726:22015340,22018591:Teint_Dans_La_Masse:3726:22024480,22023069:Teint_Dans_La_Masse:3726:22023223,22035138:Teint_Dans_La_Masse:3726:22051418,22040129:Teint_Dans_La_Masse:3726:22040791,22051360:Teint_Dans_La_Masse:3726:22051722,22054522:Teint_Dans_La_Masse:3726:22055163,22062850:Teint_Dans_La_Masse:3726:22064653,22073531:Teint_Dans_La_Masse:3726:22073979,22075836:Teint_Dans_La_Masse:3726:22076262,22079490:Teint_Dans_La_Masse:3726:22081437,22096622:Teint_Dans_La_Masse:3726:22102886,22098017:Teint_Dans_La_Masse:3726:22098899,22106152:Teint_Dans_La_Masse:3726:22106682,22131721:Teint_Dans_La_Masse:3726:22132397,22133905:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 28458}}, 'hostname': (('jetson-6',),), 'impurety_average_per_hashtag': [(('film_pedb', '2025-04', 0.2266899996726746),), (('jrm', '2025-04', 0.03689839811810771),), (('flux_dev', '2025-04', 0.302655818024017),), (('pehd_pp', '2025-04', 0.0616669807522233),), (('aluminium', '2025-04', 0.06078473297454778),), (('emr', '2025-04', 0.05143093490231179),), (('pet_clair', '2025-04', 0.012932108945972434),), (('gm', '2025-04', 0.0799587279035186),), (('ela', '2025-04', 0.02631123165820873),), (('refus', '2025-04', 0.13533833068094134),)]} filepath : /data_2/data_log/job/memo/angers_montee_convoyeur/sla_mensuel_angers_montee_convoyeur_mois_04_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.47%', 552], 'barquette_avec_film': ['barquette_avec_film', '0.04%', 46], 'bouchon': ['bouchon', '0.06%', 150], 'carton': ['carton', '0.55%', 151], 'etiquette': ['etiquette', '0.07%', 11], 'metal': ['metal', '0.05%', 1], 'papier': ['papier', '1.27%', 468], 'pehd': ['pehd', '0.11%', 3], 'pet_clair': ['pet_clair', '99.3%', 77733], 'pet_fonce': ['pet_fonce', '0.28%', 16]}, 'refus': {'autre': ['autre', '0.28%', 14], 'carton': ['carton', '0.66%', 42], 'metal': ['metal', '0.09%', 6], 'papier': ['papier', '7.93%', 289], 'pet_clair': ['pet_clair', '6.77%', 34], 'pet_fonce': ['pet_fonce', '0.29%', 5]}, 'jrm': {'autre_refus': ['autre_refus', '1.16%', 658], 'cartonnette': ['cartonnette', '0.16%', 86], 'Carton_brun': ['Carton_brun', '0.8%', 340], 'Carton_gris': ['Carton_gris', '0.49%', 158], 'kraft': ['kraft', '0.16%', 22], 'plastique': ['plastique', '0.4%', 331], 'Teint_Dans_La_Masse': ['Teint_Dans_La_Masse', '1.12%', 1594]}, 'aluminium': {'barquette_opaque': ['barquette_opaque', '0.07%', 15], 'carton': ['carton', '1.51%', 360], 'ela': ['ela', '0.65%', 150], 'film_plastique': ['film_plastique', '1.45%', 358], 'kraft': ['kraft', '0.25%', 1], 'metal': ['metal', '93.8%', 45], 'papier': ['papier', '2.39%', 1923], 'pehd': ['pehd', '0.68%', 142], 'pet_clair': ['pet_clair', '0.44%', 22], 'pet_fonce': ['pet_fonce', '0.45%', 1], 'pet_opaque': ['pet_opaque', '0.65%', 1]}, 'ela': {'barquette_opaque': ['barquette_opaque', '0.13%', 207], 'carton': ['carton', '0.74%', 742], 'ela': ['ela', '103.64%', 218], 'etiquette': ['etiquette', '0.02%', 80], 'film_plastique': ['film_plastique', '0.28%', 407], 'metal': ['metal', '0.35%', 426], 'papier': ['papier', '0.97%', 2901], 'pehd': ['pehd', '0.33%', 366], 'pet_clair': ['pet_clair', '0.01%', 3], 'pet_opaque': ['pet_opaque', '0.01%', 3]}, 'emr': {'barquette_opaque': ['barquette_opaque', '0.17%', 38], 'carton': ['carton', '94.82%', 5960], 'ela': ['ela', '0.13%', 125], 'etiquette': ['etiquette', '0.02%', 18], 'film_plastique': ['film_plastique', '0.29%', 1006], 'kraft': ['kraft', '0.0%', 2824], 'metal': ['metal', '0.57%', 227], 'papier': ['papier', '4.13%', 10474], 'pehd': ['pehd', '0.43%', 266], 'pet_clair': ['pet_clair', '0.25%', 17], 'pet_fonce': ['pet_fonce', '0.19%', 1], 'pet_opaque': ['pet_opaque', '0.49%', 9]}, 'film_pedb': {'barquette_opaque': ['barquette_opaque', '1.1%', 12], 'carton': ['carton', '1.58%', 2948], 'ela': ['ela', '0.6%', 10], 'etiquette': ['etiquette', '0.0%', 1], 'film_plastique': ['film_plastique', '76.65%', 4081], 'metal': ['metal', '0.51%', 19], 'papier': ['papier', '21.25%', 32940], 'pehd': ['pehd', '0.51%', 26], 'pet_clair': ['pet_clair', '0.44%', 3], 'pet_opaque': ['pet_opaque', '0.51%', 13]}, 'flux_dev': {'barquette_opaque': ['barquette_opaque', '4.49%', 648], 'carton': ['carton', '3.27%', 2983], 'ela': ['ela', '0.09%', 54], 'etiquette': ['etiquette', '0.04%', 10], 'film_plastique': ['film_plastique', '1.44%', 2218], 'metal': ['metal', '20.83%', 1461], 'papier': ['papier', '1.44%', 2926], 'pehd': ['pehd', '0.91%', 1185], 'pet_clair': ['pet_clair', '4.93%', 253], 'pet_fonce': ['pet_fonce', '0.0%', 1992], 'pet_opaque': ['pet_opaque', '0.24%', 280]}, 'gm': {'barquette_opaque': ['barquette_opaque', '0.37%', 151], 'carton': ['carton', '4.35%', 3629], 'ela': ['ela', '0.52%', 585], 'etiquette': ['etiquette', '0.11%', 107], 'film_plastique': ['film_plastique', '1.59%', 570], 'metal': ['metal', '1.79%', 298], 'papier': ['papier', '92.9%', 70482], 'pehd': ['pehd', '1.18%', 940], 'pet_clair': ['pet_clair', '0.27%', 20], 'pet_opaque': ['pet_opaque', '0.13%', 20]}, 'pehd_pp': {'barquette_opaque': ['barquette_opaque', '2.03%', 5557], 'carton': ['carton', '1.3%', 12240], 'ela': ['ela', '0.09%', 1355], 'etiquette': ['etiquette', '0.0%', 126], 'film_plastique': ['film_plastique', '0.29%', 5666], 'metal': ['metal', '1.53%', 1993], 'papier': ['papier', '1.14%', 16856], 'pehd': ['pehd', '56.4%', 15036], 'pet_clair': ['pet_clair', '0.07%', 53], 'pet_fonce': ['pet_fonce', '0.02%', 7], 'pet_opaque': ['pet_opaque', '0.04%', 162]}} 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_04_annee_2025.pdf le fichier se trouve ici : /data_2/data_log/job/memo/angers_montee_convoyeur 5.25user 5.57system 0:12.19elapsed 88%CPU (0avgtext+0avgdata 197944maxresident)k 48inputs+2368outputs (15major+78802minor)pagefaults 0swaps