python /home/admin/mtr/script_for_cron.py -j default -m 20 -a 'python3 /home/admin/workarea/git/Velours/python/prod/memo/memo.py --job=sla_mensuel --raspi=30006 --dashboard_places=angers_montee_convoyeur --rootfolder_sla=/data_4/data_log/job/memo/angers_montee_convoyeur -v --mtr_id=1017 --date=`date -d"$nowdate 15 day ago" +%Y-%m` ' -s sla_mensuel -M 0 -S 0 -U 90,80,95 import MySQLdb succeeded Import error (python version) Need env var : LOGRASPI Raspi : 30006, Date : 2025-07 _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, 31) VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier TODO : Insert select and so on SELECT id, name, misc_info, datou_id_for_right FROM MTRPhoto.dashboard_places WHERE name="angers_montee_convoyeur"; SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier Fonction SLA_MENSUEL nb_day : (1, 31) VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier TODO : Insert select and so on SELECT id, name, misc_info, datou_id_for_right FROM MTRPhoto.dashboard_places WHERE name="angers_montee_convoyeur"; SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier place_id : 36 month : 07 mtr_id : 1017 dashboard_places : angers_montee_convoyeur date : 2025-07 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-07%') and created_at like '%2025-07%'))); nb_day : (1, 31) after unwanted_material_data nb_day : (1, 31) SQL: SELECT ms.id, ms.name, mst.name as type, ms.test_group, ms.test_name, ms.server, ms.version_code, ms.result_str, ms.result_bool, ms.result_float, ms.lien, ms.created_at FROM MTRAdmin.monitor_sys ms INNER JOIN MTRAdmin.monitor_sys_type mst on mst.id = ms.type WHERE ms.test_name like '%30006%' AND ms.result_str like '%2025/07%'ORDER BY ms.id desc LIMIT 0, 1000000; No error ? {'log_dict': {'total_nb_images': 5237, 'max_time_between_images': '0 days 12 seconds', 'coverage_pause': '0 days 51339 seconds', 'coverage_times_pause': '0 days 52379 seconds', 'nb_photos_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': 624, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1108, 'end_of_day_photos_uploaded': 3504, 'ratio_coverage': 0.9454870255437485}, 'dashboard_dict': {'nb_ptf_finished': 25, 'nb_images_finished': 544, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 16, 'nb_images_started': 382, 'nb_selected_images': 926, 'last_update': '2025/07/03', 'portfolio_id': 24458128, 'last_run_id': 1957662, 'total_number_of_photos': 4613}} No error ? {'log_dict': {'total_nb_images': 5237, 'max_time_between_images': '0 days 12 seconds', 'coverage_pause': '0 days 51339 seconds', 'coverage_times_pause': '0 days 52379 seconds', 'nb_photos_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': 624, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1108, 'end_of_day_photos_uploaded': 3504, 'ratio_coverage': 0.9454870255437485}, 'dashboard_dict': {'nb_ptf_finished': 25, 'nb_images_finished': 544, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 16, 'nb_images_started': 382, 'nb_selected_images': 926, 'last_update': '2025/07/03', 'portfolio_id': 24458128, 'last_run_id': 1957662, 'total_number_of_photos': 4613}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 5237, 'max_time_between_images': '0 days 12 seconds', 'coverage_pause': '0 days 51339 seconds', 'coverage_times_pause': '0 days 52379 seconds', 'nb_photos_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': 624, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1108, 'end_of_day_photos_uploaded': 3504, 'ratio_coverage': 0.9454870255437485}, 'dashboard_dict': {'nb_ptf_finished': 25, 'nb_images_finished': 544, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 16, 'nb_images_started': 382, 'nb_selected_images': 926, 'last_update': '2025/07/03', 'portfolio_id': 24458128, 'last_run_id': 1957662, 'total_number_of_photos': 4613}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 5237, 'max_time_between_images': '0 days 12 seconds', 'coverage_pause': '0 days 51339 seconds', 'coverage_times_pause': '0 days 52379 seconds', 'nb_photos_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': 624, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1108, 'end_of_day_photos_uploaded': 3504, 'ratio_coverage': 0.9454870255437485}, 'dashboard_dict': {'nb_ptf_finished': 25, 'nb_images_finished': 544, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 16, 'nb_images_started': 382, 'nb_selected_images': 926, 'last_update': '2025/07/03', 'portfolio_id': 24458128, 'last_run_id': 1957662, 'total_number_of_photos': 4613}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 5237, 'max_time_between_images': '0 days 12 seconds', 'coverage_pause': '0 days 51339 seconds', 'coverage_times_pause': '0 days 52379 seconds', 'nb_photos_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': 624, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1108, 'end_of_day_photos_uploaded': 3504, 'ratio_coverage': 0.9454870255437485}, 'dashboard_dict': {'nb_ptf_finished': 25, 'nb_images_finished': 544, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 16, 'nb_images_started': 382, 'nb_selected_images': 926, 'last_update': '2025/07/03', 'portfolio_id': 24458128, 'last_run_id': 1957662, 'total_number_of_photos': 4613}} Since we don't have condition on date we need to verify this lately ! Since we don't have condition on date we need to verify this lately ! Found day : 2025-07-01 00:00:00 Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! Missing day sla_per_day needs to be called ! 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-07-02 00:00:00,2025-07-03 00:00:00,2025-07-04 00:00:00,2025-07-05 00:00:00,2025-07-07 00:00:00,2025-07-08 00:00:00,2025-07-09 00:00:00,2025-07-10 00:00:00,2025-07-11 00:00:00,2025-07-12 00:00:00,2025-07-14 00:00:00,2025-07-15 00:00:00,2025-07-16 00:00:00,2025-07-17 00:00:00,2025-07-18 00:00:00,2025-07-19 00:00:00,2025-07-21 00:00:00,2025-07-22 00:00:00,2025-07-23 00:00:00,2025-07-24 00:00:00,2025-07-25 00:00:00,2025-07-26 00:00:00,2025-07-28 00:00:00,2025-07-29 00:00:00,2025-07-30 00:00:00,2025-07-31 00:00:00 after coverage_data SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), count(distinct mtr_photo_id) FROM MTRPhoto.dashboard_results dr, MTRUser.mtr_portfolio_photos mpp, MTRPhoto.dashboard_entry_day ded where mpp.mtr_portfolio_id=dr.mtr_portfolio_id and ded.dashboard_place_id = 36 and month(ded.date) = 07 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) = 07 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) = 07 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) = 07 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) = 07 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) = 07 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) = 07 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) = 07 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) = 07 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) = 07 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) = 07 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 '%072025%' and cps.thcl = 1533 GROUP BY sbstr ; after number_of_batch date_start : 2025-07-01 : dt_date_just_month_year : 2025-07-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-07-01" AND ded.date <= "2025-07-31" apple3 {'gm': {'mat': 'gm', 'pht': 4209, 'datou_carac_id': 3994, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'papier,background'}, 'emr': {'mat': 'emr', 'pht': 4207, 'datou_carac_id': 3993, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'carton,background'}, 'jrm': {'mat': 'jrm', 'pht': 3726, 'datou_carac_id': 3459, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'papier,background'}, 'ela': {'mat': 'ela', 'pht': 4203, 'datou_carac_id': 3991, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'ela,background'}, 'film_pedb': {'mat': 'film_pedb', 'pht': 4461, 'datou_carac_id': 4322, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'film_plastique'}, 'pehd_pp': {'mat': 'pehd_pp', 'pht': 4211, 'datou_carac_id': 3995, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'pehd,background'}, 'flux_dev': {'mat': 'flux_dev', 'pht': 4200, 'datou_carac_id': 4153, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'pet_fonce,background'}, 'aluminium': {'mat': 'aluminium', 'pht': 4205, 'datou_carac_id': 3992, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'metal,background'}, 'refus': {'mat': 'refus', 'pht': 3594, 'datou_carac_id': 3318, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'refus,background'}, 'pet_clair': {'mat': 'pet_clair', 'pht': 3327, 'datou_carac_id': 3804, 'unwanted_material': [], 'hashtag_majoritaire_from_carac': 'pet_clair,bouchon,etiquette,barquette_avec_film,background'}} SELECT h.hashtag as unwanted_material, substr(dr.hashtag,8) as main_material, ptp.type as pht_type, sum(pcr.value*dr.nombre_balle)/sum(dr.nombre_balle) as ratio, count(distinct mpp.mtr_photo_id) as nb_photo, group_concat(distinct ptp.mtr_portfolio_id_2) as list_port_cont, group_concat(distinct concat(cast(ptp.mtr_portfolio_id_1 as char), ":", cast(ptp.mtr_portfolio_id_2 as char))) as assoc_port, group_concat(distinct concat(cast(ptp.mtr_portfolio_id_1 as char), ":", h.hashtag, ":", cast(ptp.type as char), ":", cast(ptp.mtr_portfolio_id_2 as char))) as assoc_mat FROM MTRPhoto.dashboard_results dr, MTRPhoto.mtr_port_to_port_ids ptp, MTRUser.mtr_portfolio_photos mpp, MTRUser.portfolio_carac_ratio pcr, MTRBack.hashtags h WHERE dr.dashboard_run_id IN (1957662,1958794,1958786,1962867,2023575,1990893,2023495,1992788,1992799,1992812,2023327,2023259,1995618,1995331,1999394,2023137,2022075,2030137,2030073,2029945,2037287,2037151,2037085,2037045,2036471,2051705,2059111) 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.006834667625065331, 'nb_photo': 863, 'list_port_cont': '24484991,24485259,24503072,24503110,24505797,24508529,24509637,24509670,24511353,24522562,24522766,24523270,24524103,24565646,24565704,24568874,24570411,24570859,24571077,24571177,24571528,24572602,24576556,24576577,24577333,24582403,24582691,24582934,24583985,24584005,24584487,24584524,24596073,24596140,24597877,24601271,24606864,24608425,24610755,24611533,24612888,24641035,24641051,24641081,24676641,24680949,24721565,24721659,24721903,24722068,24722606,24723126,24723251,24724121,24724828,24725192,24725260,24727097,24730005,24755359,24757951,24761773,24775104,24846562,24847739,24848846,24848920,24851012,24852337,24859388,24863785,24864078,24866884,24866902,24994520,24997472,24998848,25000958,25000973,25007842,25012688,25016162,25028457,25028602,25028708,25029086,25029109,25029291,25029382,25029584,25029724,25030015,25037101,25043117,25067668,25071268,25097400,25142092,25144032,25147238,25149990,25159071,25200655,25210857,25212341,25215098,25218703,25224294,25232696,25233735,25237031,25237128,25241203,2526007', 'assoc_port': '24481643:24485259,24484130:24484991,24502310:24503110,24502316:24503072,24504928:24505797,24507592:24508529,24508842:24509637,24508884:24509670,24510235:24511353,24516729:24523270,24521573:24522562,24521601:24522766,24523313:24524103,24563516:24565704,24563560:24565646,24567020:24568874,24569406:24571528,24569410:24571177,24569415:24571077,24569429:24570411,24569477:24570859,24571193:24572602,24575359:24576577,24575380:24576556,24576823:24577333,24580366:24582934,24580385:24582691,24580404:24582403,24581170:24584524,24581320:24584487,24581330:24584005,24581378:24583985,24592991:24596140,24593006:24596073,24595725:24597877,24595828:24601271,24605492:24606864,24607322:24608425,24610183:24611533,24610237:24610755,24612037:24612888,24640175:24641081,24640196:24641051,24640241:24641035,24675763:24676641,24680095:24680949,24719276:24725192,24719278:24725260,24719308:24724828,24719348:24730005,24719358:24724121,24719361:24723126,24719397:24723251,24719425:24721659,24719440:24722606,24719445:24727097,24719450:2472206', 'assoc_mat': '24481643:autre:3327:24485259,24484130:autre:3327:24484991,24502310:autre:3327:24503110,24502316:autre:3327:24503072,24504928:autre:3327:24505797,24507592:autre:3327:24508529,24508842:autre:3327:24509637,24508884:autre:3327:24509670,24510235:autre:3327:24511353,24516729:autre:3327:24523270,24521573:autre:3327:24522562,24521601:autre:3327:24522766,24523313:autre:3327:24524103,24563516:autre:3327:24565704,24563560:autre:3327:24565646,24567020:autre:3327:24568874,24569406:autre:3327:24571528,24569410:autre:3327:24571177,24569415:autre:3327:24571077,24569429:autre:3327:24570411,24569477:autre:3327:24570859,24571193:autre:3327:24572602,24575359:autre:3327:24576577,24575380:autre:3327:24576556,24576823:autre:3327:24577333,24580366:autre:3327:24582934,24580385:autre:3327:24582691,24580404:autre:3327:24582403,24581170:autre:3327:24584524,24581320:autre:3327:24584487,24581330:autre:3327:24584005,24581378:autre:3327:24583985,24592991:autre:3327:24596140,24593006:autre:3327:24596073,24595725:autre:3327:24597877,24595828:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0012879223777356207, 'nb_photo': 68, 'list_port_cont': '24497051,24511266,24583723,24754172,24855468,24866335,25228474,25238603,25259635,25267425,25267797,25274817,25281021,25283960,25290107,25294410,25326307,25341158,25355767,25402526,25403021,25403334,25406575,25495995,25512633,25534361', 'assoc_port': '24495592:24497051,24510238:24511266,24581312:24583723,24753734:24754172,24854816:24855468,24865582:24866335,25227894:25228474,25235115:25238603,25259010:25259635,25266815:25267797,25266836:25267425,25274163:25274817,25280290:25281021,25283502:25283960,25286606:25290107,25294006:25294410,25325810:25326307,25340659:25341158,25355341:25355767,25391813:25402526,25391875:25403021,25398994:25403334,25403226:25406575,25495530:25495995,25511985:25512633,25533900:25534361', 'assoc_mat': '24495592:autre:3594:24497051,24510238:autre:3594:24511266,24581312:autre:3594:24583723,24753734:autre:3594:24754172,24854816:autre:3594:24855468,24865582:autre:3594:24866335,25227894:autre:3594:25228474,25235115:autre:3594:25238603,25259010:autre:3594:25259635,25266815:autre:3594:25267797,25266836:autre:3594:25267425,25274163:autre:3594:25274817,25280290:autre:3594:25281021,25283502:autre:3594:25283960,25286606:autre:3594:25290107,25294006:autre:3594:25294410,25325810:autre:3594:25326307,25340659:autre:3594:25341158,25355341:autre:3594:25355767,25391813:autre:3594:25402526,25391875:autre:3594:25403021,25398994:autre:3594:25403334,25403226:autre:3594:25406575,25495530:autre:3594:25495995,25511985:autre:3594:25512633,25533900:autre:3594:25534361'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010374237418816025, 'nb_photo': 527, 'list_port_cont': '24476500,24489729,24506511,24507738,24521816,24550041,24550817,24569541,24569687,24572265,24581755,24581929,24582671,24585166,24605696,24605874,24640339,24640361,24679337,24719702,24720600,24729350,24753823,24754290,24796926,24797188,24847362,24851781,24851786,24854941,24996950,25010630,25015626,25027280,25028938,25042623,25068271,25098130,25149711,25150626,25152968,25206650,25214375,25220382,25230107,25257855,25273293,25276772,25281593,25283678,25293026,25312704,25312930,25313656,25313890,25319805,25329219,25336118,25348172,25392204,25392968,25394452,25395854,25399300,25400147,25400592,25400843,25401566,25495018,25500275,25506663,25528630,25528688,25534937,25538529,25549591,25564078', 'assoc_port': '24476125:24476500,24477470:24489729,24502282:24550041,24506205:24506511,24507556:24550817,24507645:24507738,24521587:24521816,24569263:24569687,24569302:24569541,24571191:24572265,24581025:24582671,24581039:24581929,24581424:24581755,24584847:24585166,24605459:24605874,24605478:24605696,24640167:24640361,24640198:24640339,24679059:24679337,24719291:24720600,24719350:24729350,24719435:24719702,24753640:24754290,24753723:24753823,24796381:24796926,24796386:24797188,24846971:24847362,24851563:24851786,24851595:24851781,24854815:24854941,24996664:24996950,25010388:25010630,25015387:25015626,25026952:25027280,25028508:25028938,25042449:25042623,25068101:25068271,25097138:25098130,25149410:25149711,25150501:25150626,25152662:25152968,25206373:25206650,25214067:25214375,25220203:25220382,25229988:25230107,25257554:25257855,25273144:25273293,25276721:25276772,25281395:25281593,25283504:25283678,25292610:25293026,25312451:25313656,25312453:25313890,25312457:25312704,25312459:25312930,25319576:25319805,25328522:2532921', 'assoc_mat': '24476125:autre_refus:3726:24476500,24477470:autre_refus:3726:24489729,24502282:autre_refus:3726:24550041,24506205:autre_refus:3726:24506511,24507556:autre_refus:3726:24550817,24507645:autre_refus:3726:24507738,24521587:autre_refus:3726:24521816,24569263:autre_refus:3726:24569687,24569302:autre_refus:3726:24569541,24571191:autre_refus:3726:24572265,24581025:autre_refus:3726:24582671,24581039:autre_refus:3726:24581929,24581424:autre_refus:3726:24581755,24584847:autre_refus:3726:24585166,24605459:autre_refus:3726:24605874,24605478:autre_refus:3726:24605696,24640167:autre_refus:3726:24640361,24640198:autre_refus:3726:24640339,24679059:autre_refus:3726:24679337,24719291:autre_refus:3726:24720600,24719350:autre_refus:3726:24729350,24719435:autre_refus:3726:24719702,24753640:autre_refus:3726:24754290,24753723:autre_refus:3726:24753823,24796381:autre_refus:3726:24796926,24796386:autre_refus:3726:24797188,24846971:autre_refus:3726:24847362,24851563:autre_refus:3726:24851786,24851595:autre_refus:3726:24851781,24854815:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002260940103714727, 'nb_photo': 13, 'list_port_cont': '24570862,24583986,24997479,25006212,25067674,25218705,25284135,25326714,25345779,25392996,25393732,25501692', 'assoc_port': '24569477:24570862,24581378:24583986,24996636:24997479,25004429:25006212,25066727:25067674,25217999:25218705,25283498:25284135,25325808:25326714,25344194:25345779,25391819:25393732,25391923:25392996,25501073:25501692', 'assoc_mat': '24569477:barquette_avec_film:3327:24570862,24581378:barquette_avec_film:3327:24583986,24996636:barquette_avec_film:3327:24997479,25004429:barquette_avec_film:3327:25006212,25066727:barquette_avec_film:3327:25067674,25217999:barquette_avec_film:3327:25218705,25283498:barquette_avec_film:3327:25284135,25325808:barquette_avec_film:3327:25326714,25344194:barquette_avec_film:3327:25345779,25391819:barquette_avec_film:3327:25393732,25391923:barquette_avec_film:3327:25392996,25501073:barquette_avec_film:3327:25501692'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0008614300190452244, 'nb_photo': 7, 'list_port_cont': '24621902,24640439,25231572,25291672,25407331,25551775', 'assoc_port': '24610181:24621902,24640202:24640439,25221179:25231572,25290447:25291672,25399077:25407331,25541812:25551775', 'assoc_mat': '24610181:barquette_opaque:4205:24621902,24640202:barquette_opaque:4205:24640439,25221179:barquette_opaque:4205:25231572,25290447:barquette_opaque:4205:25291672,25399077:barquette_opaque:4205:25407331,25541812:barquette_opaque:4205:25551775'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0017832185104607627, 'nb_photo': 209, 'list_port_cont': '24524063,24552369,24553628,24568023,24577599,24591595,24608265,24640814,24730595,24730610,24730639,24754749,24800826,24853235,24866509,25005486,25018240,25036630,25097312,25097739,25155350,25222337,25239135,25251239,25270804,25336233,25339929,25350098,25403760,25404832,25406530,25412797,25503491,25541011,25544788,25552654', 'assoc_port': '24507633:24552369,24508886:24553628,24523326:24524063,24567049:24568023,24569474:24577599,24581192:24591595,24592993:24608265,24640173:24640814,24719277:24730639,24719352:24730610,24719447:24730595,24753726:24754749,24796382:24800826,24851596:24853235,24862985:24866509,25004431:25005486,25017809:25018240,25036331:25036630,25070428:25097739,25097140:25097312,25150503:25155350,25209855:25222337,25235129:25251239,25236151:25239135,25263317:25270804,25325773:25336233,25337096:25339929,25348045:25350098,25391822:25403760,25398888:25404832,25399001:25406530,25401986:25412797,25501032:25503491,25519628:25544788,25540570:25541011,25541834:25552654', 'assoc_mat': '24507633:barquette_opaque:4203:24552369,24508886:barquette_opaque:4203:24553628,24523326:barquette_opaque:4203:24524063,24567049:barquette_opaque:4203:24568023,24569474:barquette_opaque:4203:24577599,24581192:barquette_opaque:4203:24591595,24592993:barquette_opaque:4203:24608265,24640173:barquette_opaque:4203:24640814,24719277:barquette_opaque:4203:24730639,24719352:barquette_opaque:4203:24730610,24719447:barquette_opaque:4203:24730595,24753726:barquette_opaque:4203:24754749,24796382:barquette_opaque:4203:24800826,24851596:barquette_opaque:4203:24853235,24862985:barquette_opaque:4203:24866509,25004431:barquette_opaque:4203:25005486,25017809:barquette_opaque:4203:25018240,25036331:barquette_opaque:4203:25036630,25070428:barquette_opaque:4203:25097739,25097140:barquette_opaque:4203:25097312,25150503:barquette_opaque:4203:25155350,25209855:barquette_opaque:4203:25222337,25235129:barquette_opaque:4203:25251239,25236151:barquette_opaque:4203:25239135,25263317:barquette_opaque:4203:25270804,25325773:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0010872465393959268, 'nb_photo': 37, 'list_port_cont': '24476268,24564011,24567474,24567864,24640388,24719891,24720561,24721737,25002705,25027255,25027459,25027707,25038773,25070691,25143583,25223034,25226972,25228163,25250379,25274977,25279312,25291464,25307032,25334100,25337430,25338677,25348504,25360916,25407544,25407748,25408066,25427494,25502621,25506143,25512433,25558434', 'assoc_port': '24476124:24476268,24563562:24564011,24567018:24567864,24567047:24567474,24640221:24640388,24719305:24719891,24719354:24720561,24719430:24721737,25002376:25002705,25026603:25027255,25026604:25027459,25026954:25027707,25028604:25038773,25070447:25070691,25143398:25143583,25206378:25223034,25211235:25226972,25217996:25228163,25240382:25250379,25270679:25274977,25276723:25279312,25290440:25291464,25302445:25307032,25328531:25337430,25333454:25334100,25337083:25338677,25346890:25348504,25355340:25360916,25391859:25407748,25399081:25407544,25399177:25408066,25403194:25427494,25501034:25512433,25502471:25502621,25502927:25506143,25552181:25558434', 'assoc_mat': '24476124:barquette_opaque:4207:24476268,24563562:barquette_opaque:4207:24564011,24567018:barquette_opaque:4207:24567864,24567047:barquette_opaque:4207:24567474,24640221:barquette_opaque:4207:24640388,24719305:barquette_opaque:4207:24719891,24719354:barquette_opaque:4207:24720561,24719430:barquette_opaque:4207:24721737,25002376:barquette_opaque:4207:25002705,25026603:barquette_opaque:4207:25027255,25026604:barquette_opaque:4207:25027459,25026954:barquette_opaque:4207:25027707,25028604:barquette_opaque:4207:25038773,25070447:barquette_opaque:4207:25070691,25143398:barquette_opaque:4207:25143583,25206378:barquette_opaque:4207:25223034,25211235:barquette_opaque:4207:25226972,25217996:barquette_opaque:4207:25228163,25240382:barquette_opaque:4207:25250379,25270679:barquette_opaque:4207:25274977,25276723:barquette_opaque:4207:25279312,25290440:barquette_opaque:4207:25291464,25302445:barquette_opaque:4207:25307032,25328531:barquette_opaque:4207:25337430,25333454:barquette_opaque:4207:25334100,25337083:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010956854354607875, 'nb_photo': 9, 'list_port_cont': '24499245,24571929,24597621,24676357,25267291,25275018,25289851,25392420,25399618', 'assoc_port': '24498668:24499245,24571188:24571929,24581031:24597621,24675790:24676357,25266839:25267291,25274167:25275018,25289267:25289851,25391929:25392420,25399175:25399618', 'assoc_mat': '24498668:barquette_opaque:4461:24499245,24571188:barquette_opaque:4461:24571929,24581031:barquette_opaque:4461:24597621,24675790:barquette_opaque:4461:24676357,25266839:barquette_opaque:4461:25267291,25274167:barquette_opaque:4461:25275018,25289267:barquette_opaque:4461:25289851,25391929:barquette_opaque:4461:25392420,25399175:barquette_opaque:4461:25399618'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0034566880990659936, 'nb_photo': 73, 'list_port_cont': '24507956,24560905,24564425,24570351,24576046,24578540,24580938,24581995,24582155,24582771,24585325,24595178,24612428,24640518,24720278,24721122,24721404,24754202,24754247,24754666,24761399,24850602,24998364,25018082,25027250,25027659,25027790,25028144,25029315,25071740,25097235,25141729,25214581,25224060,25227149,25264023,25280458,25302663,25321721,25329274,25333761,25351210,25391934,25392104,25392444,25392664,25394015,25394226,25400425,25401874,25402341,25403633,25495960,25500395,25546176,25560620', 'assoc_port': '24507555:24507956,24513877:24560905,24563545:24564425,24569444:24578540,24569450:24570351,24575348:24576046,24580369:24580938,24581042:24582155,24581122:24582771,24581315:24595178,24581360:24581995,24584865:24585325,24612039:24612428,24640240:24640518,24719312:24720278,24719359:24721122,24719411:24721404,24753641:24754247,24753686:24754666,24753731:24754202,24760968:24761399,24850324:24850602,24997910:24998364,25017800:25018082,25026588:25027250,25026605:25027659,25026803:25028144,25026944:25027790,25028532:25029315,25071594:25071740,25097135:25097235,25141390:25141729,25214071:25214581,25223421:25224060,25226916:25227149,25263347:25264023,25280264:25280458,25302446:25302663,25321132:25321721,25328525:25329274,25333451:25333761,25350822:25351210,25391519:25391934,25391749:25394226,25391788:25394015,25391815:25392104,25391906:25392664,25391920:25392444,25398894:25401874,25399000:25400425,25401953:25402341,25403251:25403633,25495523:25495960,25500141:25500395,25545873:25546176,25560239:25560620', 'assoc_mat': '24507555:barquette_opaque:4200:24507956,24513877:barquette_opaque:4200:24560905,24563545:barquette_opaque:4200:24564425,24569444:barquette_opaque:4200:24578540,24569450:barquette_opaque:4200:24570351,24575348:barquette_opaque:4200:24576046,24580369:barquette_opaque:4200:24580938,24581042:barquette_opaque:4200:24582155,24581122:barquette_opaque:4200:24582771,24581315:barquette_opaque:4200:24595178,24581360:barquette_opaque:4200:24581995,24584865:barquette_opaque:4200:24585325,24612039:barquette_opaque:4200:24612428,24640240:barquette_opaque:4200:24640518,24719312:barquette_opaque:4200:24720278,24719359:barquette_opaque:4200:24721122,24719411:barquette_opaque:4200:24721404,24753641:barquette_opaque:4200:24754247,24753686:barquette_opaque:4200:24754666,24753731:barquette_opaque:4200:24754202,24760968:barquette_opaque:4200:24761399,24850324:barquette_opaque:4200:24850602,24997910:barquette_opaque:4200:24998364,25017800:barquette_opaque:4200:25018082,25026588:barquette_opaque:4200:25027250,25026605:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.001727514374459582, 'nb_photo': 24, 'list_port_cont': '24495825,24495848,24505503,24526873,24570261,24586604,24754694,24754839,25015685,25027402,25027545,25027559,25029259,25070906,25097285,25146808,25206718,25337258,25399784,25400315,25549753', 'assoc_port': '24495590:24495825,24495596:24495848,24504955:24505503,24526771:24526873,24569179:24570261,24581037:24586604,24753646:24754839,24753703:24754694,25015389:25015685,25026600:25027402,25026813:25027559,25026881:25027545,25028534:25029259,25070444:25070906,25097129:25097285,25146406:25146808,25206380:25206718,25328521:25337258,25398885:25400315,25398940:25399784,25549511:25549753', 'assoc_mat': '24495590:barquette_opaque:4209:24495825,24495596:barquette_opaque:4209:24495848,24504955:barquette_opaque:4209:24505503,24526771:barquette_opaque:4209:24526873,24569179:barquette_opaque:4209:24570261,24581037:barquette_opaque:4209:24586604,24753646:barquette_opaque:4209:24754839,24753703:barquette_opaque:4209:24754694,25015389:barquette_opaque:4209:25015685,25026600:barquette_opaque:4209:25027402,25026813:barquette_opaque:4209:25027559,25026881:barquette_opaque:4209:25027545,25028534:barquette_opaque:4209:25029259,25070444:barquette_opaque:4209:25070906,25097129:barquette_opaque:4209:25097285,25146406:barquette_opaque:4209:25146808,25206380:barquette_opaque:4209:25206718,25328521:barquette_opaque:4209:25337258,25398885:barquette_opaque:4209:25400315,25398940:barquette_opaque:4209:25399784,25549511:barquette_opaque:4209:25549753'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.008267976111756713, 'nb_photo': 2167, 'list_port_cont': '24469637,24470067,24478248,24484543,24495970,24499402,24499575,24502844,24507112,24508394,24508440,24509410,24509576,24521953,24527489,24546416,24546875,24552303,24564786,24568274,24568494,24568807,24570629,24570928,24576209,24581546,24582532,24583266,24583523,24583739,24585798,24590467,24595677,24597186,24607976,24611067,24612804,24640680,24640709,24640754,24673201,24676465,24680628,24680704,24683839,24721348,24721505,24722089,24722319,24722550,24724146,24724421,24754572,24754801,24755238,24757586,24761627,24774971,24777012,24803211,24846350,24852034,24852217,24854088,24855299,24863818,24866518,24872098,24992862,24997427,24998546,25003242,25003468,25009708,25012251,25012498,25018011,25027337,25027557,25027674,25028545,25028733,25028792,25029283,25029782,25030080,25036557,25042896,25047276,25063764,25067431,25068607,25071813,25097368,25141882,25143845,25147850,25151406,25156177,25210481,25216495,25217234,25218524,25220774,25227386,25232647,25235458,25236772,25245967,25246364,25247841,25260246,25261272,2526464', 'assoc_port': '24469358:24470067,24469360:24469637,24477484:24478248,24484132:24484543,24495625:24495970,24498679:24499575,24498707:24499402,24502312:24502844,24506203:24507112,24507557:24508440,24507588:24508394,24508877:24509576,24508890:24509410,24513858:24546875,24513869:24546416,24521600:24521953,24526772:24527489,24539740:24552303,24563558:24568807,24563561:24564786,24567016:24568494,24567058:24568274,24569411:24570928,24569447:24570629,24575366:24576209,24580402:24581546,24581034:24583739,24581162:24583523,24581286:24583266,24581372:24595677,24581374:24582532,24584845:24585798,24589660:24590467,24595818:24597186,24607323:24607976,24610239:24611067,24612038:24612804,24640188:24640754,24640197:24640709,24640200:24640680,24672756:24673201,24675764:24676465,24680065:24680704,24680117:24680628,24683459:24683839,24719304:24724421,24719310:24724146,24719374:24722550,24719432:24722319,24719442:24722089,24719446:24721505,24719455:24721348,24753638:24755238,24753661:24754801,24753728:24754572,24757195:24757586,24760971:2476162', 'assoc_mat': '24469358:barquette_opaque:4211:24470067,24469360:barquette_opaque:4211:24469637,24477484:barquette_opaque:4211:24478248,24484132:barquette_opaque:4211:24484543,24495625:barquette_opaque:4211:24495970,24498679:barquette_opaque:4211:24499575,24498707:barquette_opaque:4211:24499402,24502312:barquette_opaque:4211:24502844,24506203:barquette_opaque:4211:24507112,24507557:barquette_opaque:4211:24508440,24507588:barquette_opaque:4211:24508394,24508877:barquette_opaque:4211:24509576,24508890:barquette_opaque:4211:24509410,24513858:barquette_opaque:4211:24546875,24513869:barquette_opaque:4211:24546416,24521600:barquette_opaque:4211:24521953,24526772:barquette_opaque:4211:24527489,24539740:barquette_opaque:4211:24552303,24563558:barquette_opaque:4211:24568807,24563561:barquette_opaque:4211:24564786,24567016:barquette_opaque:4211:24568494,24567058:barquette_opaque:4211:24568274,24569411:barquette_opaque:4211:24570928,24569447:barquette_opaque:4211:24570629,24575366:barquette_opaque:4211:24576209,24580402:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0003347306045676244, 'nb_photo': 43, 'list_port_cont': '24511361,24523266,24570865,24571525,24576558,24577338,24584615,24596074,24606870,24641073,24722065,24722605,24755360,24761782,24863778,24864076,25012680,25071258,25149994,25233732,25237127,25241209,25277519,25281045,25337987,25394030,25400087,25401862,25500736,25513014,25542726,25546664,25561028', 'assoc_port': '24510235:24511361,24516729:24523266,24569406:24571525,24569477:24570865,24575380:24576558,24576823:24577338,24581128:24584615,24593006:24596074,24605492:24606870,24640175:24641073,24719440:24722605,24719450:24722065,24753682:24755360,24760973:24761782,24862978:24864076,24862987:24863778,25011697:25012680,25070474:25071258,25149406:25149994,25233139:25233732,25236153:25237127,25240403:25241209,25276724:25277519,25280263:25281045,25337086:25337987,25391773:25394030,25398883:25401862,25399084:25400087,25500142:25500736,25511995:25513014,25541827:25542726,25545875:25546664,25560241:25561028', 'assoc_mat': '24510235:bouchon:3327:24511361,24516729:bouchon:3327:24523266,24569406:bouchon:3327:24571525,24569477:bouchon:3327:24570865,24575380:bouchon:3327:24576558,24576823:bouchon:3327:24577338,24581128:bouchon:3327:24584615,24593006:bouchon:3327:24596074,24605492:bouchon:3327:24606870,24640175:bouchon:3327:24641073,24719440:bouchon:3327:24722605,24719450:bouchon:3327:24722065,24753682:bouchon:3327:24755360,24760973:bouchon:3327:24761782,24862978:bouchon:3327:24864076,24862987:bouchon:3327:24863778,25011697:bouchon:3327:25012680,25070474:bouchon:3327:25071258,25149406:bouchon:3327:25149994,25233139:bouchon:3327:25233732,25236153:bouchon:3327:25237127,25240403:bouchon:3327:25241209,25276724:bouchon:3327:25277519,25280263:bouchon:3327:25281045,25337086:bouchon:3327:25337987,25391773:bouchon:3327:25394030,25398883:bouchon:3327:25401862,25399084:bouchon:3327:25400087,25500142:bouchon:3327:25500736,25511995:bouchon:3327:25513014,25541827:bouchon:3327:25542726,25545875:bouchon:3327:25546664,25560241:bouchon:3327:25561028'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01673897253228452, 'nb_photo': 307, 'list_port_cont': '24538356,24551186,24577493,24577538,24577798,24590417,24602100,24621906,24640433,24730451,24756198,24758023,24852317,25039839,25059916,25060677,25061011,25095094,25231571,25250587,25251275,25279480,25291673,25334276,25339169,25404939,25407328,25410416,25411537,25422139,25495672,25506651,25532362,25551783,25556695', 'assoc_port': '24498662:24538356,24507590:24551186,24563529:24577798,24569288:24577538,24569408:24577493,24581101:24590417,24601740:24602100,24610181:24621906,24640202:24640433,24719356:24730451,24753717:24756198,24757197:24758023,24851598:24852317,25015391:25039839,25026613:25059916,25026850:25060677,25026898:25061011,25071609:25095094,25221179:25231571,25236161:25251275,25240407:25250587,25276726:25279480,25290447:25291673,25333458:25334276,25337094:25339169,25390338:25422139,25391730:25411537,25391903:25410416,25398892:25404939,25399077:25407328,25495534:25495672,25506508:25506651,25516146:25532362,25541812:25551783,25548262:25556695', 'assoc_mat': '24498662:carton:4205:24538356,24507590:carton:4205:24551186,24563529:carton:4205:24577798,24569288:carton:4205:24577538,24569408:carton:4205:24577493,24581101:carton:4205:24590417,24601740:carton:4205:24602100,24610181:carton:4205:24621906,24640202:carton:4205:24640433,24719356:carton:4205:24730451,24753717:carton:4205:24756198,24757197:carton:4205:24758023,24851598:carton:4205:24852317,25015391:carton:4205:25039839,25026613:carton:4205:25059916,25026850:carton:4205:25060677,25026898:carton:4205:25061011,25071609:carton:4205:25095094,25221179:carton:4205:25231571,25236161:carton:4205:25251275,25240407:carton:4205:25250587,25276726:carton:4205:25279480,25290447:carton:4205:25291673,25333458:carton:4205:25334276,25337094:carton:4205:25339169,25390338:carton:4205:25422139,25391730:carton:4205:25411537,25391903:carton:4205:25410416,25398892:carton:4205:25404939,25399077:carton:4205:25407328,25495534:carton:4205:25495672,25506508:carton:4205:25506651,25516146:carton:4205:25532362,25541812:carton:4205:25551783,2554'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01194304989681315, 'nb_photo': 611, 'list_port_cont': '24524054,24552379,24553626,24568007,24577597,24591588,24608261,24640819,24730587,24730615,24730631,24754734,24800814,24853245,24866495,25005489,25018253,25097308,25097751,25155345,25222343,25239133,25251248,25270806,25282605,25336247,25339933,25350100,25403759,25404836,25406520,25412805,25503497,25541016,25544790,25552653,25561297', 'assoc_port': '24507633:24552379,24508886:24553626,24523326:24524054,24567049:24568007,24569474:24577597,24581192:24591588,24592993:24608261,24640173:24640819,24719277:24730631,24719352:24730615,24719447:24730587,24753726:24754734,24796382:24800814,24851596:24853245,24862985:24866495,25004431:25005489,25017809:25018253,25070428:25097751,25097140:25097308,25150503:25155345,25209855:25222343,25235129:25251248,25236151:25239133,25263317:25270806,25281391:25282605,25325773:25336247,25337096:25339933,25348045:25350100,25391822:25403759,25398888:25404836,25399001:25406520,25401986:25412805,25501032:25503497,25519628:25544790,25540570:25541016,25541834:25552653,25555410:25561297', 'assoc_mat': '24507633:carton:4203:24552379,24508886:carton:4203:24553626,24523326:carton:4203:24524054,24567049:carton:4203:24568007,24569474:carton:4203:24577597,24581192:carton:4203:24591588,24592993:carton:4203:24608261,24640173:carton:4203:24640819,24719277:carton:4203:24730631,24719352:carton:4203:24730615,24719447:carton:4203:24730587,24753726:carton:4203:24754734,24796382:carton:4203:24800814,24851596:carton:4203:24853245,24862985:carton:4203:24866495,25004431:carton:4203:25005489,25017809:carton:4203:25018253,25070428:carton:4203:25097751,25097140:carton:4203:25097308,25150503:carton:4203:25155345,25209855:carton:4203:25222343,25235129:carton:4203:25251248,25236151:carton:4203:25239133,25263317:carton:4203:25270806,25281391:carton:4203:25282605,25325773:carton:4203:25336247,25337096:carton:4203:25339933,25348045:carton:4203:25350100,25391822:carton:4203:25403759,25398888:carton:4203:25404836,25399001:carton:4203:25406520,25401986:carton:4203:25412805,25501032:carton:4203:25503497,25519628:carton:4203:25544790,2554'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9500587739002615, 'nb_photo': 8875, 'list_port_cont': '24476262,24495881,24499103,24499292,24499798,24502599,24502765,24503899,24504103,24505415,24505623,24507854,24508035,24509039,24509205,24509717,24509868,24510441,24510580,24517522,24523616,24526966,24560422,24564008,24564166,24567463,24567863,24570130,24570145,24575827,24576958,24577061,24581010,24581444,24581909,24582962,24583303,24583867,24584103,24584420,24585417,24587063,24590032,24593936,24595527,24602020,24607657,24610549,24612312,24640373,24640414,24640494,24640504,24640579,24640636,24676162,24679246,24682511,24682545,24691088,24719868,24719889,24720182,24720374,24720566,24720948,24721733,24721823,24721967,24722250,24722262,24753968,24754027,24754304,24754554,24754859,24761202,24761359,24774597,24776667,24846026,24846196,24848388,24850519,24851805,24853761,24858633,24863248,24863383,24863517,24863610,24992503,24996844,24996859,24998250,25002701,25005058,25007153,25010643,25015560,25015636,25015782,25017998,25026973,25026991,25027220,25027249,25027444,25027620,25027708,25027917,25027976,25028062,2502902', 'assoc_port': '24476124:24476262,24495586:24495881,24495588:24504103,24495628:24503899,24498664:24499798,24498676:24499292,24498710:24499103,24502284:24502765,24502314:24502599,24504914:24505623,24504969:24505415,24507559:24508035,24507618:24507854,24508844:24510580,24508863:24509868,24508881:24509717,24508888:24509205,24508891:24509039,24510240:24510441,24513881:24560422,24516742:24517522,24523311:24523616,24526761:24526966,24563559:24564166,24563562:24564008,24567018:24567863,24567047:24567463,24569413:24570130,24569471:24570145,24575350:24575827,24576820:24577061,24576821:24576958,24580399:24581444,24580433:24581010,24581062:24584420,24581145:24584103,24581172:24583867,24581248:24583303,24581325:24582962,24581369:24595527,24581398:24581909,24584827:24585417,24586624:24587063,24589661:24590032,24593032:24593936,24601730:24602020,24607324:24607657,24610219:24610549,24612028:24612312,24640171:24640414,24640182:24640494,24640186:24640636,24640195:24640579,24640199:24640504,24640221:24640373,24675777:24676162,24679060:2467924', 'assoc_mat': '24476124:carton:4207:24476262,24495586:carton:4207:24495881,24495588:carton:4207:24504103,24495628:carton:4207:24503899,24498664:carton:4207:24499798,24498676:carton:4207:24499292,24498710:carton:4207:24499103,24502284:carton:4207:24502765,24502314:carton:4207:24502599,24504914:carton:4207:24505623,24504969:carton:4207:24505415,24507559:carton:4207:24508035,24507618:carton:4207:24507854,24508844:carton:4207:24510580,24508863:carton:4207:24509868,24508881:carton:4207:24509717,24508888:carton:4207:24509205,24508891:carton:4207:24509039,24510240:carton:4207:24510441,24513881:carton:4207:24560422,24516742:carton:4207:24517522,24523311:carton:4207:24523616,24526761:carton:4207:24526966,24563559:carton:4207:24564166,24563562:carton:4207:24564008,24567018:carton:4207:24567863,24567047:carton:4207:24567463,24569413:carton:4207:24570130,24569471:carton:4207:24570145,24575350:carton:4207:24575827,24576820:carton:4207:24577061,24576821:carton:4207:24576958,24580399:carton:4207:24581444,24580433:carton:4207:24581010,2458'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.017799517193672985, 'nb_photo': 2981, 'list_port_cont': '24484473,24499238,24507933,24508048,24508083,24509268,24515334,24524502,24527529,24570503,24571932,24576614,24577128,24581217,24582284,24590303,24595687,24597629,24607898,24610944,24612579,24640449,24641426,24643297,24676359,24680574,24691327,24720511,24720819,24721138,24721655,24723123,24754500,24754753,24754961,24774797,24803478,24846284,24847489,24850700,24853989,24855212,24863798,24866302,24993925,25000657,25003183,25012166,25012290,25017970,25027490,25027756,25028008,25028067,25028195,25029319,25036764,25042830,25063799,25068527,25097319,25141775,25146836,25151284,25201776,25210394,25214714,25220525,25220599,25223982,25232485,25235502,25237579,25240891,25260943,25267292,25275029,25277279,25283885,25287099,25289857,25294523,25323213,25326212,25326341,25329741,25336565,25341099,25341240,25347349,25351391,25355583,25392233,25392419,25392550,25392675,25393396,25394669,25399425,25399631,25399744,25399955,25400050,25400798,25400985,25401152,25406028,25495903,25498788,25502708,25509021,25512685,25516443,2552939', 'assoc_port': '24484117:24484473,24498668:24499238,24507558:24507933,24507585:24508048,24507649:24508083,24508879:24509268,24513873:24515334,24516716:24524502,24523312:24527529,24569192:24576614,24569409:24570503,24571188:24571932,24576822:24577128,24580431:24581217,24581031:24597629,24581250:24595687,24581365:24582284,24589665:24590303,24607321:24607898,24610218:24610944,24612040:24612579,24640189:24640449,24640191:24641426,24640242:24643297,24675790:24676359,24680066:24680574,24683461:24691327,24719346:24723123,24719388:24721655,24719439:24721138,24719452:24720819,24719462:24720511,24753642:24754961,24753679:24754753,24753730:24754500,24774217:24774797,24796384:24803478,24845812:24846284,24846972:24847489,24850327:24850700,24853633:24853989,24854814:24855212,24862977:24863798,24865577:24866302,24993436:24993925,25000154:25000657,25002373:25003183,25011664:25012290,25011673:25012166,25017802:25017970,25026599:25027756,25026650:25027490,25026809:25028195,25026834:25028008,25026957:25028067,25028526:25029319,25036306:2503676', 'assoc_mat': '24484117:carton:4461:24484473,24498668:carton:4461:24499238,24507558:carton:4461:24507933,24507585:carton:4461:24508048,24507649:carton:4461:24508083,24508879:carton:4461:24509268,24513873:carton:4461:24515334,24516716:carton:4461:24524502,24523312:carton:4461:24527529,24569192:carton:4461:24576614,24569409:carton:4461:24570503,24571188:carton:4461:24571932,24576822:carton:4461:24577128,24580431:carton:4461:24581217,24581031:carton:4461:24597629,24581250:carton:4461:24595687,24581365:carton:4461:24582284,24589665:carton:4461:24590303,24607321:carton:4461:24607898,24610218:carton:4461:24610944,24612040:carton:4461:24612579,24640189:carton:4461:24640449,24640191:carton:4461:24641426,24640242:carton:4461:24643297,24675790:carton:4461:24676359,24680066:carton:4461:24680574,24683461:carton:4461:24691327,24719346:carton:4461:24723123,24719388:carton:4461:24721655,24719439:carton:4461:24721138,24719452:carton:4461:24720819,24719462:carton:4461:24720511,24753642:carton:4461:24754961,24753679:carton:4461:24754753,2475'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.027164649306509907, 'nb_photo': 1846, 'list_port_cont': '24477765,24495832,24499192,24502617,24506716,24507942,24509183,24510479,24521992,24523706,24533533,24560914,24564432,24567689,24570340,24576058,24578537,24580935,24581997,24582151,24582763,24582830,24583060,24585320,24594150,24595183,24602213,24610562,24610779,24612429,24640405,24640517,24640546,24640571,24680403,24682692,24720268,24720480,24720699,24721109,24721250,24721420,24722108,24722511,24722644,24754196,24754221,24754624,24754674,24754995,24761226,24761398,24774601,24774671,24846128,24846248,24850592,24853942,24856131,24858708,24863155,24863239,24863643,24863700,24992490,24998373,24998447,25002683,25007230,25007438,25010691,25010710,25014429,25015501,25018079,25018112,25027239,25027241,25027470,25027656,25027789,25027893,25028145,25028412,25029054,25029314,25042702,25068487,25071735,25097226,25141723,25143694,25146700,25151067,25201603,25207698,25214583,25220510,25223728,25224067,25227140,25232328,25233318,25236425,25242135,25259585,25264024,25274723,25274834,25280446,25281824,25286733,25287034,2528957', 'assoc_port': '24477456:24477765,24495610:24495832,24498674:24499192,24502320:24502617,24506207:24506716,24507555:24507942,24508846:24509183,24510221:24510479,24513877:24560914,24516735:24533533,24521602:24521992,24523339:24523706,24563545:24564432,24566994:24567689,24569444:24578537,24569450:24570340,24575348:24576058,24580369:24580935,24581042:24582151,24581122:24582763,24581167:24582830,24581246:24583060,24581315:24595183,24581360:24581997,24584865:24585320,24592992:24594150,24601722:24602213,24610182:24610779,24610238:24610562,24612039:24612429,24640178:24640405,24640180:24640546,24640193:24640571,24640240:24640517,24680064:24680403,24682273:24682692,24719312:24720268,24719357:24720699,24719359:24721109,24719411:24721420,24719427:24722108,24719443:24722511,24719449:24722644,24719456:24721250,24719460:24720480,24753641:24754221,24753643:24754624,24753675:24754995,24753686:24754674,24753731:24754196,24760968:24761398,24761001:24761226,24774224:24774601,24774238:24774671,24845781:24846128,24845810:24846248,24848229:2485613', 'assoc_mat': '24477456:carton:4200:24477765,24495610:carton:4200:24495832,24498674:carton:4200:24499192,24502320:carton:4200:24502617,24506207:carton:4200:24506716,24507555:carton:4200:24507942,24508846:carton:4200:24509183,24510221:carton:4200:24510479,24513877:carton:4200:24560914,24516735:carton:4200:24533533,24521602:carton:4200:24521992,24523339:carton:4200:24523706,24563545:carton:4200:24564432,24566994:carton:4200:24567689,24569444:carton:4200:24578537,24569450:carton:4200:24570340,24575348:carton:4200:24576058,24580369:carton:4200:24580935,24581042:carton:4200:24582151,24581122:carton:4200:24582763,24581167:carton:4200:24582830,24581246:carton:4200:24583060,24581315:carton:4200:24595183,24581360:carton:4200:24581997,24584865:carton:4200:24585320,24592992:carton:4200:24594150,24601722:carton:4200:24602213,24610182:carton:4200:24610779,24610238:carton:4200:24610562,24612039:carton:4200:24612429,24640178:carton:4200:24640405,24640180:carton:4200:24640546,24640193:carton:4200:24640571,24640240:carton:4200:24640517,2468'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.03350219812932951, 'nb_photo': 934, 'list_port_cont': '24495814,24495847,24495921,24502748,24505510,24512634,24524293,24526877,24570257,24572159,24581826,24582297,24582382,24586606,24587487,24597122,24608005,24640619,24640664,24679423,24682730,24720311,24720362,24720459,24720851,24754581,24754703,24754835,24776843,24851991,24852043,24858552,24858853,24866295,24992722,25007385,25015680,25027385,25027530,25027564,25029254,25031757,25036694,25042944,25063458,25070893,25097281,25146822,25153269,25202930,25206714,25208784,25221635,25223919,25259211,25259526,25260698,25274600,25302693,25312747,25326191,25336265,25337251,25340977,25394564,25399235,25399536,25399662,25399786,25400196,25400322,25402413,25403536,25495786,25495878,25503199,25512230,25522134,25528704,25534111,25543064,25546243,25549755,25560524', 'assoc_port': '24495590:24495814,24495594:24495921,24495596:24495847,24502280:24502748,24504955:24505510,24508849:24512634,24516747:24524293,24526771:24526877,24569179:24570257,24571189:24572159,24581037:24586606,24581310:24582382,24581418:24582297,24581423:24581826,24586608:24587487,24595778:24597122,24607325:24608005,24640184:24640664,24640201:24640619,24679058:24679423,24682275:24682730,24719331:24720851,24719391:24720459,24719393:24720311,24719451:24720362,24753646:24754835,24753703:24754703,24753733:24754581,24776490:24776843,24851564:24852043,24851597:24851991,24858049:24858853,24858069:24858552,24865585:24866295,24992143:24992722,25006842:25007385,25015389:25015680,25026600:25027385,25026813:25027564,25026881:25027530,25026901:25031757,25028534:25029254,25036315:25036694,25042363:25042944,25063054:25063458,25070444:25070893,25097129:25097281,25146406:25146822,25152660:25153269,25197412:25208784,25197413:25202930,25206380:25206714,25221180:25221635,25223393:25223919,25259007:25259526,25259022:25259211,25260480:2526069', 'assoc_mat': '24495590:carton:4209:24495814,24495594:carton:4209:24495921,24495596:carton:4209:24495847,24502280:carton:4209:24502748,24504955:carton:4209:24505510,24508849:carton:4209:24512634,24516747:carton:4209:24524293,24526771:carton:4209:24526877,24569179:carton:4209:24570257,24571189:carton:4209:24572159,24581037:carton:4209:24586606,24581310:carton:4209:24582382,24581418:carton:4209:24582297,24581423:carton:4209:24581826,24586608:carton:4209:24587487,24595778:carton:4209:24597122,24607325:carton:4209:24608005,24640184:carton:4209:24640664,24640201:carton:4209:24640619,24679058:carton:4209:24679423,24682275:carton:4209:24682730,24719331:carton:4209:24720851,24719391:carton:4209:24720459,24719393:carton:4209:24720311,24719451:carton:4209:24720362,24753646:carton:4209:24754835,24753703:carton:4209:24754703,24753733:carton:4209:24754581,24776490:carton:4209:24776843,24851564:carton:4209:24852043,24851597:carton:4209:24851991,24858049:carton:4209:24858853,24858069:carton:4209:24858552,24865585:carton:4209:24866295,2499'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.009845849442585201, 'nb_photo': 6317, 'list_port_cont': '24469642,24470060,24478239,24484540,24495969,24499405,24499570,24502840,24507117,24508395,24508439,24509412,24509578,24521942,24527495,24546410,24546869,24552308,24564783,24568278,24568479,24568792,24570619,24570923,24576196,24581545,24582528,24583282,24583534,24583740,24585797,24590470,24595681,24597178,24607975,24611060,24612794,24640669,24640700,24640751,24673183,24676451,24680638,24680712,24683836,24721360,24721499,24722096,24722309,24722544,24724136,24724424,24754571,24754803,24755227,24757579,24761636,24774980,24777009,24803217,24846348,24852021,24852214,24854090,24855301,24863829,24866519,24872099,24992870,24997436,24998561,25003252,25003460,25009713,25012225,25012509,25018027,25027339,25027579,25027680,25028548,25028731,25028777,25029277,25029785,25030077,25036564,25042891,25047277,25063757,25067417,25068597,25071802,25097381,25141870,25143835,25147842,25151405,25156183,25210489,25216493,25217219,25218528,25220769,25227393,25232654,25235459,25236776,25245972,25246349,25247846,25260249,25261267,2526464', 'assoc_port': '24469358:24470060,24469360:24469642,24477484:24478239,24484132:24484540,24495625:24495969,24498679:24499570,24498707:24499405,24502312:24502840,24506203:24507117,24507557:24508439,24507588:24508395,24508877:24509578,24508890:24509412,24513858:24546869,24513869:24546410,24521600:24521942,24526772:24527495,24539740:24552308,24563558:24568792,24563561:24564783,24567016:24568479,24567058:24568278,24569411:24570923,24569447:24570619,24575366:24576196,24580402:24581545,24581034:24583740,24581162:24583534,24581286:24583282,24581372:24595681,24581374:24582528,24584845:24585797,24589660:24590470,24595818:24597178,24607323:24607975,24610239:24611060,24612038:24612794,24640188:24640751,24640197:24640700,24640200:24640669,24672756:24673183,24675764:24676451,24680065:24680712,24680117:24680638,24683459:24683836,24719304:24724424,24719310:24724136,24719374:24722544,24719432:24722309,24719442:24722096,24719446:24721499,24719455:24721360,24753638:24755227,24753661:24754803,24753728:24754571,24757195:24757579,24760971:2476163', 'assoc_mat': '24469358:carton:4211:24470060,24469360:carton:4211:24469642,24477484:carton:4211:24478239,24484132:carton:4211:24484540,24495625:carton:4211:24495969,24498679:carton:4211:24499570,24498707:carton:4211:24499405,24502312:carton:4211:24502840,24506203:carton:4211:24507117,24507557:carton:4211:24508439,24507588:carton:4211:24508395,24508877:carton:4211:24509578,24508890:carton:4211:24509412,24513858:carton:4211:24546869,24513869:carton:4211:24546410,24521600:carton:4211:24521942,24526772:carton:4211:24527495,24539740:carton:4211:24552308,24563558:carton:4211:24568792,24563561:carton:4211:24564783,24567016:carton:4211:24568479,24567058:carton:4211:24568278,24569411:carton:4211:24570923,24569447:carton:4211:24570619,24575366:carton:4211:24576196,24580402:carton:4211:24581545,24581034:carton:4211:24583740,24581162:carton:4211:24583534,24581286:carton:4211:24583282,24581372:carton:4211:24595681,24581374:carton:4211:24582528,24584845:carton:4211:24585797,24589660:carton:4211:24590470,24595818:carton:4211:24597178,2460'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0029344752664950255, 'nb_photo': 278, 'list_port_cont': '24485002,24485266,24499722,24499740,24503069,24503114,24505796,24508533,24509673,24511358,24522757,24523277,24524107,24568895,24570408,24570868,24571082,24571172,24571519,24572609,24576562,24582933,24584009,24584488,24584522,24584609,24596071,24596131,24601268,24606858,24608426,24611536,24612884,24641036,24641071,24680958,24721569,24721663,24721912,24722069,24722598,24723255,24724127,24724824,24725263,24755363,24757957,24761769,24775092,24846566,24848835,24852327,24859389,24863784,24864069,24866885,24866901,24997480,24998853,25000971,25007843,25012686,25016164,25028446,25028582,25029076,25029297,25029717,25037062,25037099,25067683,25071260,25097398,25149983,25159064,25200654,25212343,25215102,25218698,25232706,25233731,25237032,25237138,25241200,25241413,25264854,25271587,25275190,25277405,25281049,25284130,25287544,25290056,25293680,25316056,25320590,25322290,25326708,25329337,25337989,25340198,25345566,25347661,25355819,25393550,25393729,25395383,25396384,25399208,25400079,25400358,25400513,25400711,2540113', 'assoc_port': '24481643:24485266,24484130:24485002,24498671:24499722,24498690:24499740,24502310:24503114,24502316:24503069,24504928:24505796,24507592:24508533,24508884:24509673,24510235:24511358,24516729:24523277,24521601:24522757,24523313:24524107,24567020:24568895,24569406:24571519,24569410:24571172,24569415:24571082,24569429:24570408,24569477:24570868,24571193:24572609,24575380:24576562,24580366:24582933,24581128:24584609,24581170:24584522,24581320:24584488,24581330:24584009,24592991:24596131,24593006:24596071,24595828:24601268,24605492:24606858,24607322:24608426,24610183:24611536,24612037:24612884,24640175:24641071,24640241:24641036,24680095:24680958,24719278:24725263,24719308:24724824,24719358:24724127,24719397:24723255,24719425:24721663,24719440:24722598,24719450:24722069,24719457:24721912,24719459:24721569,24753682:24755363,24757196:24757957,24760973:24761769,24774222:24775092,24845809:24846566,24848231:24848835,24851567:24852327,24858047:24859389,24862978:24864069,24862987:24863784,24865561:24866901,24865580:2486688', 'assoc_mat': '24481643:carton:3327:24485266,24484130:carton:3327:24485002,24498671:carton:3327:24499722,24498690:carton:3327:24499740,24502310:carton:3327:24503114,24502316:carton:3327:24503069,24504928:carton:3327:24505796,24507592:carton:3327:24508533,24508884:carton:3327:24509673,24510235:carton:3327:24511358,24516729:carton:3327:24523277,24521601:carton:3327:24522757,24523313:carton:3327:24524107,24567020:carton:3327:24568895,24569406:carton:3327:24571519,24569410:carton:3327:24571172,24569415:carton:3327:24571082,24569429:carton:3327:24570408,24569477:carton:3327:24570868,24571193:carton:3327:24572609,24575380:carton:3327:24576562,24580366:carton:3327:24582933,24581128:carton:3327:24584609,24581170:carton:3327:24584522,24581320:carton:3327:24584488,24581330:carton:3327:24584009,24592991:carton:3327:24596131,24593006:carton:3327:24596071,24595828:carton:3327:24601268,24605492:carton:3327:24606858,24607322:carton:3327:24608426,24610183:carton:3327:24611536,24612037:carton:3327:24612884,24640175:carton:3327:24641071,2464'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.007587359093598979, 'nb_photo': 603, 'list_port_cont': '24497058,24511260,24581964,24583639,24583728,24747089,24754174,24855472,24858774,24866340,25042931,25228463,25238608,25259628,25267424,25267790,25274818,25281031,25283959,25290112,25290795,25294412,25326309,25336403,25341162,25355764,25402379,25402523,25402992,25403023,25403341,25406573,25495999,25512634,25534354,25538926', 'assoc_port': '24495592:24497058,24510238:24511260,24581228:24583639,24581312:24583728,24581421:24581964,24719395:24747089,24753734:24754174,24854816:24855472,24858050:24858774,24865582:24866340,25042396:25042931,25227894:25228463,25235115:25238608,25259010:25259628,25266815:25267790,25266836:25267424,25274163:25274818,25280290:25281031,25283502:25283959,25286606:25290112,25290433:25290795,25294006:25294412,25325810:25326309,25335919:25336403,25340659:25341162,25355341:25355764,25391813:25402523,25391875:25403023,25398994:25403341,25399044:25402992,25401991:25402379,25403226:25406573,25495530:25495999,25511985:25512634,25533900:25534354,25538280:25538926', 'assoc_mat': '24495592:carton:3594:24497058,24510238:carton:3594:24511260,24581228:carton:3594:24583639,24581312:carton:3594:24583728,24581421:carton:3594:24581964,24719395:carton:3594:24747089,24753734:carton:3594:24754174,24854816:carton:3594:24855472,24858050:carton:3594:24858774,24865582:carton:3594:24866340,25042396:carton:3594:25042931,25227894:carton:3594:25228463,25235115:carton:3594:25238608,25259010:carton:3594:25259628,25266815:carton:3594:25267790,25266836:carton:3594:25267424,25274163:carton:3594:25274818,25280290:carton:3594:25281031,25283502:carton:3594:25283959,25286606:carton:3594:25290112,25290433:carton:3594:25290795,25294006:carton:3594:25294412,25325810:carton:3594:25326309,25335919:carton:3594:25336403,25340659:carton:3594:25341162,25355341:carton:3594:25355764,25391813:carton:3594:25402523,25391875:carton:3594:25403023,25398994:carton:3594:25403341,25399044:carton:3594:25402992,25401991:carton:3594:25402379,25403226:carton:3594:25406573,25495530:carton:3594:25495999,25511985:carton:3594:25512634,2553'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.001982547782459651, 'nb_photo': 88, 'list_port_cont': '24476506,24489725,24507745,24521811,24550034,24572267,24581763,24581930,24585175,24605690,24679333,24719709,24720611,24729353,24753818,24754295,24796923,24797194,24851779,25015627,25027282,25028932,25068275,25098129,25149712,25150618,25220379,25257857,25273301,25276776,25293015,25312932,25319811,25329221,25336121,25348162,25392197,25394458,25399170,25399299,25400844,25401562,25495022,25500277,25506664,25528684,25534933,25538536,25564074', 'assoc_port': '24476125:24476506,24477470:24489725,24502282:24550034,24507645:24507745,24521587:24521811,24571191:24572267,24581039:24581930,24581424:24581763,24584847:24585175,24605478:24605690,24679059:24679333,24719291:24720611,24719350:24729353,24719435:24719709,24753640:24754295,24753723:24753818,24796381:24796923,24796386:24797194,24851595:24851779,25015387:25015627,25026952:25027282,25028508:25028932,25068101:25068275,25097138:25098129,25149410:25149712,25150501:25150618,25220203:25220379,25257554:25257857,25273144:25273301,25276721:25276776,25292610:25293015,25312459:25312932,25319576:25319811,25328522:25329221,25335923:25336121,25348040:25348162,25391914:25392197,25394246:25394458,25398904:25401562,25398937:25400844,25399030:25399170,25399179:25399299,25494851:25495022,25500089:25500277,25506493:25506664,25528555:25528684,25534849:25534933,25538274:25538536,25563919:25564074', 'assoc_mat': '24476125:cartonnette:3726:24476506,24477470:cartonnette:3726:24489725,24502282:cartonnette:3726:24550034,24507645:cartonnette:3726:24507745,24521587:cartonnette:3726:24521811,24571191:cartonnette:3726:24572267,24581039:cartonnette:3726:24581930,24581424:cartonnette:3726:24581763,24584847:cartonnette:3726:24585175,24605478:cartonnette:3726:24605690,24679059:cartonnette:3726:24679333,24719291:cartonnette:3726:24720611,24719350:cartonnette:3726:24729353,24719435:cartonnette:3726:24719709,24753640:cartonnette:3726:24754295,24753723:cartonnette:3726:24753818,24796381:cartonnette:3726:24796923,24796386:cartonnette:3726:24797194,24851595:cartonnette:3726:24851779,25015387:cartonnette:3726:25015627,25026952:cartonnette:3726:25027282,25028508:cartonnette:3726:25028932,25068101:cartonnette:3726:25068275,25097138:cartonnette:3726:25098129,25149410:cartonnette:3726:25149712,25150501:cartonnette:3726:25150618,25220203:cartonnette:3726:25220379,25257554:cartonnette:3726:25257857,25273144:cartonnette:3726:25273301,25276721:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006958641739457938, 'nb_photo': 269, 'list_port_cont': '24476501,24489731,24506513,24521810,24550039,24550818,24569543,24569684,24572259,24581754,24581935,24582682,24585168,24605869,24640366,24679328,24719703,24720602,24729354,24753817,24754297,24796932,24797190,24851783,24854937,24996959,25010619,25015628,25027271,25028940,25068266,25098138,25149705,25150627,25152966,25206643,25214370,25220378,25230099,25257858,25273299,25276775,25281591,25283680,25293030,25312702,25312938,25313665,25313895,25319806,25329205,25336114,25348164,25392201,25392962,25394450,25395855,25399167,25399301,25400143,25400846,25401570,25495020,25500271,25506668,25528640,25528682,25534941,25538539,25549588,25564071', 'assoc_port': '24476125:24476501,24477470:24489731,24502282:24550039,24506205:24506513,24507556:24550818,24521587:24521810,24569263:24569684,24569302:24569543,24571191:24572259,24581025:24582682,24581039:24581935,24581424:24581754,24584847:24585168,24605459:24605869,24640167:24640366,24679059:24679328,24719291:24720602,24719350:24729354,24719435:24719703,24753640:24754297,24753723:24753817,24796381:24796932,24796386:24797190,24851595:24851783,24854815:24854937,24996664:24996959,25010388:25010619,25015387:25015628,25026952:25027271,25028508:25028940,25068101:25068266,25097138:25098138,25149410:25149705,25150501:25150627,25152662:25152966,25206373:25206643,25214067:25214370,25220203:25220378,25229988:25230099,25257554:25257858,25273144:25273299,25276721:25276775,25281395:25281591,25283504:25283680,25292610:25293030,25312451:25313665,25312453:25313895,25312457:25312702,25312459:25312938,25319576:25319806,25328522:25329205,25335923:25336114,25348040:25348164,25391803:25392962,25391914:25392201,25394246:25394450,25395602:2539585', 'assoc_mat': '24476125:Carton_brun:3726:24476501,24477470:Carton_brun:3726:24489731,24502282:Carton_brun:3726:24550039,24506205:Carton_brun:3726:24506513,24507556:Carton_brun:3726:24550818,24521587:Carton_brun:3726:24521810,24569263:Carton_brun:3726:24569684,24569302:Carton_brun:3726:24569543,24571191:Carton_brun:3726:24572259,24581025:Carton_brun:3726:24582682,24581039:Carton_brun:3726:24581935,24581424:Carton_brun:3726:24581754,24584847:Carton_brun:3726:24585168,24605459:Carton_brun:3726:24605869,24640167:Carton_brun:3726:24640366,24679059:Carton_brun:3726:24679328,24719291:Carton_brun:3726:24720602,24719350:Carton_brun:3726:24729354,24719435:Carton_brun:3726:24719703,24753640:Carton_brun:3726:24754297,24753723:Carton_brun:3726:24753817,24796381:Carton_brun:3726:24796932,24796386:Carton_brun:3726:24797190,24851595:Carton_brun:3726:24851783,24854815:Carton_brun:3726:24854937,24996664:Carton_brun:3726:24996959,25010388:Carton_brun:3726:25010619,25015387:Carton_brun:3726:25015628,25026952:Carton_brun:3726:25027271,25028508:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005590980725824581, 'nb_photo': 152, 'list_port_cont': '24473356,24476499,24506517,24507740,24521808,24550043,24550813,24569546,24569685,24572258,24581756,24581936,24605693,24605871,24640329,24679332,24719708,24720605,24729344,24753814,24797189,24851785,24851793,24854936,25010627,25015630,25027278,25068269,25098132,25149704,25150625,25152971,25214380,25220385,25230102,25257860,25273297,25276779,25281603,25283688,25293023,25312939,25313661,25319813,25329217,25336125,25348170,25394454,25395858,25399304,25400146,25400839,25401563,25495019,25500276,25506667,25528631,25528683,25534936,25538528,25549585,25564076', 'assoc_port': '24472936:24473356,24476125:24476499,24502282:24550043,24506205:24506517,24507556:24550813,24507645:24507740,24521587:24521808,24569263:24569685,24569302:24569546,24571191:24572258,24581039:24581936,24581424:24581756,24605459:24605871,24605478:24605693,24640198:24640329,24679059:24679332,24719291:24720605,24719350:24729344,24719435:24719708,24753723:24753814,24796386:24797189,24851563:24851793,24851595:24851785,24854815:24854936,25010388:25010627,25015387:25015630,25026952:25027278,25068101:25068269,25097138:25098132,25149410:25149704,25150501:25150625,25152662:25152971,25214067:25214380,25220203:25220385,25229988:25230102,25257554:25257860,25273144:25273297,25276721:25276779,25281395:25281603,25283504:25283688,25292610:25293023,25312451:25313661,25312459:25312939,25319576:25319813,25328522:25329217,25335923:25336125,25348040:25348170,25394246:25394454,25395602:25395858,25398904:25401563,25398937:25400839,25398999:25400146,25399179:25399304,25494851:25495019,25500089:25500276,25506493:25506667,25528555:2552868', 'assoc_mat': '24472936:Carton_gris:3726:24473356,24476125:Carton_gris:3726:24476499,24502282:Carton_gris:3726:24550043,24506205:Carton_gris:3726:24506517,24507556:Carton_gris:3726:24550813,24507645:Carton_gris:3726:24507740,24521587:Carton_gris:3726:24521808,24569263:Carton_gris:3726:24569685,24569302:Carton_gris:3726:24569546,24571191:Carton_gris:3726:24572258,24581039:Carton_gris:3726:24581936,24581424:Carton_gris:3726:24581756,24605459:Carton_gris:3726:24605871,24605478:Carton_gris:3726:24605693,24640198:Carton_gris:3726:24640329,24679059:Carton_gris:3726:24679332,24719291:Carton_gris:3726:24720605,24719350:Carton_gris:3726:24729344,24719435:Carton_gris:3726:24719708,24753723:Carton_gris:3726:24753814,24796386:Carton_gris:3726:24797189,24851563:Carton_gris:3726:24851793,24851595:Carton_gris:3726:24851785,24854815:Carton_gris:3726:24854936,25010388:Carton_gris:3726:25010627,25015387:Carton_gris:3726:25015630,25026952:Carton_gris:3726:25027278,25068101:Carton_gris:3726:25068269,25097138:Carton_gris:3726:25098132,25149410:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.000929837982961553, 'nb_photo': 16, 'list_port_cont': '24551187,24577500,24577533,24590421,24602090,24756183,25095093,25250584,25251263,25339174,25407329,25411542,25532354,25556709', 'assoc_port': '24507590:24551187,24569288:24577533,24569408:24577500,24581101:24590421,24601740:24602090,24753717:24756183,25071609:25095093,25236161:25251263,25240407:25250584,25337094:25339174,25391730:25411542,25399077:25407329,25516146:25532354,25548262:25556709', 'assoc_mat': '24507590:ela:4205:24551187,24569288:ela:4205:24577533,24569408:ela:4205:24577500,24581101:ela:4205:24590421,24601740:ela:4205:24602090,24753717:ela:4205:24756183,25071609:ela:4205:25095093,25236161:ela:4205:25251263,25240407:ela:4205:25250584,25337094:ela:4205:25339174,25391730:ela:4205:25411542,25399077:ela:4205:25407329,25516146:ela:4205:25532354,25548262:ela:4205:25556709'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9451663993828142, 'nb_photo': 238, 'list_port_cont': '24524052,24552376,24553623,24568027,24577610,24591583,24608276,24640812,24730581,24730613,24730638,24754738,24800820,24853238,24866502,25005493,25018239,25097306,25097738,25155346,25222336,25239144,25251237,25336242,25339921,25350104,25403766,25404830,25406523,25412811,25503501,25541024,25544780,25552668,25561293', 'assoc_port': '24507633:24552376,24508886:24553623,24523326:24524052,24567049:24568027,24569474:24577610,24581192:24591583,24592993:24608276,24640173:24640812,24719277:24730638,24719352:24730613,24719447:24730581,24753726:24754738,24796382:24800820,24851596:24853238,24862985:24866502,25004431:25005493,25017809:25018239,25070428:25097738,25097140:25097306,25150503:25155346,25209855:25222336,25235129:25251237,25236151:25239144,25325773:25336242,25337096:25339921,25348045:25350104,25391822:25403766,25398888:25404830,25399001:25406523,25401986:25412811,25501032:25503501,25519628:25544780,25540570:25541024,25541834:25552668,25555410:25561293', 'assoc_mat': '24507633:ela:4203:24552376,24508886:ela:4203:24553623,24523326:ela:4203:24524052,24567049:ela:4203:24568027,24569474:ela:4203:24577610,24581192:ela:4203:24591583,24592993:ela:4203:24608276,24640173:ela:4203:24640812,24719277:ela:4203:24730638,24719352:ela:4203:24730613,24719447:ela:4203:24730581,24753726:ela:4203:24754738,24796382:ela:4203:24800820,24851596:ela:4203:24853238,24862985:ela:4203:24866502,25004431:ela:4203:25005493,25017809:ela:4203:25018239,25070428:ela:4203:25097738,25097140:ela:4203:25097306,25150503:ela:4203:25155346,25209855:ela:4203:25222336,25235129:ela:4203:25251237,25236151:ela:4203:25239144,25325773:ela:4203:25336242,25337096:ela:4203:25339921,25348045:ela:4203:25350104,25391822:ela:4203:25403766,25398888:ela:4203:25404830,25399001:ela:4203:25406523,25401986:ela:4203:25412811,25501032:ela:4203:25503501,25519628:ela:4203:25544780,25540570:ela:4203:25541024,25541834:ela:4203:25552668,25555410:ela:4203:25561293'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0008016078917057536, 'nb_photo': 90, 'list_port_cont': '24505629,24509052,24517528,24523612,24526976,24570154,24575824,24581443,24582967,24583296,24583865,24595526,24640484,24679233,24719897,24720376,24720941,24721735,24722261,24753981,24754033,24846208,24848389,24851802,24858626,24863615,24992498,25002716,25010645,25027705,25028055,25038777,25097213,25141652,25147653,25227174,25228159,25233224,25235261,25237550,25270999,25274992,25282702,25289813,25291199,25307040,25324809,25337433,25341462,25346699,25348518,25348685,25348928,25403391,25405268,25405743,25410340,25410986,25502625,25507822,25509678,25525485,25545310,25549314,25552491,25556884,25559688', 'assoc_port': '24504914:24505629,24508891:24509052,24516742:24517528,24523311:24523612,24526761:24526976,24569471:24570154,24575350:24575824,24580399:24581443,24581172:24583865,24581248:24583296,24581325:24582967,24581369:24595526,24640182:24640484,24679060:24679233,24719305:24719897,24719360:24720941,24719430:24721735,24719444:24722261,24719458:24720376,24753612:24754033,24753719:24753981,24845811:24846208,24848230:24848389,24851570:24851802,24858048:24858626,24862979:24863615,24992156:24992498,25002376:25002716,25010392:25010645,25026882:25028055,25026954:25027705,25028604:25038777,25097133:25097213,25141388:25141652,25147479:25147653,25217996:25228159,25226914:25227174,25233137:25237550,25233153:25233224,25235116:25235261,25263349:25270999,25270726:25274992,25281394:25282702,25289271:25289813,25290435:25291199,25302445:25307040,25319553:25324809,25328531:25337433,25339499:25341462,25344197:25346699,25346890:25348518,25346897:25348685,25348037:25348928,25391873:25410340,25391918:25410986,25398877:25403391,25398911:2540526', 'assoc_mat': '24504914:ela:4207:24505629,24508891:ela:4207:24509052,24516742:ela:4207:24517528,24523311:ela:4207:24523612,24526761:ela:4207:24526976,24569471:ela:4207:24570154,24575350:ela:4207:24575824,24580399:ela:4207:24581443,24581172:ela:4207:24583865,24581248:ela:4207:24583296,24581325:ela:4207:24582967,24581369:ela:4207:24595526,24640182:ela:4207:24640484,24679060:ela:4207:24679233,24719305:ela:4207:24719897,24719360:ela:4207:24720941,24719430:ela:4207:24721735,24719444:ela:4207:24722261,24719458:ela:4207:24720376,24753612:ela:4207:24754033,24753719:ela:4207:24753981,24845811:ela:4207:24846208,24848230:ela:4207:24848389,24851570:ela:4207:24851802,24858048:ela:4207:24858626,24862979:ela:4207:24863615,24992156:ela:4207:24992498,25002376:ela:4207:25002716,25010392:ela:4207:25010645,25026882:ela:4207:25028055,25026954:ela:4207:25027705,25028604:ela:4207:25038777,25097133:ela:4207:25097213,25141388:ela:4207:25141652,25147479:ela:4207:25147653,25217996:ela:4207:25228159,25226914:ela:4207:25227174,25233137:ela:4207:2523755'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005570303918585413, 'nb_photo': 7, 'list_port_cont': '24607910,24754493,25027757,25283888', 'assoc_port': '24607321:24607910,24753730:24754493,25026599:25027757,25283500:25283888', 'assoc_mat': '24607321:ela:4461:24607910,24753730:ela:4461:24754493,25026599:ela:4461:25027757,25283500:ela:4461:25283888'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0015037778543357206, 'nb_photo': 160, 'list_port_cont': '24495831,24499205,24506717,24507955,24509184,24510487,24523695,24567692,24570339,24576051,24578530,24581994,24582772,24583053,24585319,24594134,24595189,24602214,24610565,24610767,24612430,24640396,24640524,24682703,24720280,24721243,24721412,24722110,24722513,24754193,24754245,24754659,24754991,24761220,24761400,24846131,24846245,24850603,24863226,24863633,24863711,24998376,25002694,25007238,25007446,25010681,25010701,25027228,25027480,25068481,25071750,25097232,25141719,25146713,25201605,25207707,25220509,25223730,25224064,25232322,25236427,25259573,25274718,25274825,25281826,25283712,25286743,25289573,25294193,25294768,25329273,25333756,25347179,25347403,25392109,25392676,25393427,25394012,25394223,25399340,25399401,25400439,25401368,25402345,25403644,25500396,25518017,25520031,25529436,25534314,25540962,25546178,25549786,25559373,25560466,25560627', 'assoc_port': '24495610:24495831,24498674:24499205,24506207:24506717,24507555:24507955,24508846:24509184,24510221:24510487,24523339:24523695,24566994:24567692,24569444:24578530,24569450:24570339,24575348:24576051,24581122:24582772,24581246:24583053,24581315:24595189,24581360:24581994,24584865:24585319,24592992:24594134,24601722:24602214,24610182:24610767,24610238:24610565,24612039:24612430,24640178:24640396,24640240:24640524,24682273:24682703,24719312:24720280,24719411:24721412,24719427:24722110,24719443:24722513,24719456:24721243,24753641:24754245,24753675:24754991,24753686:24754659,24753731:24754193,24760968:24761400,24761001:24761220,24845781:24846131,24845810:24846245,24850324:24850603,24862972:24863633,24862976:24863711,24862981:24863226,24997910:24998376,25002371:25002694,25006836:25007238,25006838:25007446,25010386:25010681,25010408:25010701,25026588:25027228,25026961:25027480,25068069:25068481,25071594:25071750,25097135:25097232,25141390:25141719,25146413:25146713,25197415:25201605,25207437:25207707,25220201:2522050', 'assoc_mat': '24495610:ela:4200:24495831,24498674:ela:4200:24499205,24506207:ela:4200:24506717,24507555:ela:4200:24507955,24508846:ela:4200:24509184,24510221:ela:4200:24510487,24523339:ela:4200:24523695,24566994:ela:4200:24567692,24569444:ela:4200:24578530,24569450:ela:4200:24570339,24575348:ela:4200:24576051,24581122:ela:4200:24582772,24581246:ela:4200:24583053,24581315:ela:4200:24595189,24581360:ela:4200:24581994,24584865:ela:4200:24585319,24592992:ela:4200:24594134,24601722:ela:4200:24602214,24610182:ela:4200:24610767,24610238:ela:4200:24610565,24612039:ela:4200:24612430,24640178:ela:4200:24640396,24640240:ela:4200:24640524,24682273:ela:4200:24682703,24719312:ela:4200:24720280,24719411:ela:4200:24721412,24719427:ela:4200:24722110,24719443:ela:4200:24722513,24719456:ela:4200:24721243,24753641:ela:4200:24754245,24753675:ela:4200:24754991,24753686:ela:4200:24754659,24753731:ela:4200:24754193,24760968:ela:4200:24761400,24761001:ela:4200:24761220,24845781:ela:4200:24846131,24845810:ela:4200:24846245,24850324:ela:4200:2485060'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0048118940059725885, 'nb_photo': 168, 'list_port_cont': '24495818,24495922,24502734,24512636,24526884,24570251,24572165,24581817,24582378,24586591,24597130,24608002,24640621,24640651,24679421,24682714,24720318,24720363,24720854,24754583,24754690,24754846,24776829,24852004,24852052,24858865,24866296,25007396,25027404,25027539,25027574,25031748,25036702,25042941,25070895,25097280,25146817,25153270,25202919,25206711,25221629,25223922,25259216,25274598,25302683,25326179,25336262,25337257,25340968,25394575,25399226,25399671,25400193,25400319,25403532,25495777,25522127,25528693,25534112,25546239,25560532', 'assoc_port': '24495590:24495818,24495594:24495922,24502280:24502734,24508849:24512636,24526771:24526884,24569179:24570251,24571189:24572165,24581037:24586591,24581310:24582378,24581423:24581817,24595778:24597130,24607325:24608002,24640184:24640651,24640201:24640621,24679058:24679421,24682275:24682714,24719331:24720854,24719393:24720318,24719451:24720363,24753646:24754846,24753703:24754690,24753733:24754583,24776490:24776829,24851564:24852052,24851597:24852004,24858049:24858865,24865585:24866296,25006842:25007396,25026600:25027404,25026813:25027574,25026881:25027539,25026901:25031748,25036315:25036702,25042363:25042941,25070444:25070895,25097129:25097280,25146406:25146817,25152660:25153270,25197413:25202919,25206380:25206711,25221180:25221629,25223393:25223922,25259022:25259216,25274165:25274598,25302444:25302683,25325811:25326179,25328521:25337257,25335921:25336262,25340657:25340968,25394243:25394575,25398885:25400319,25398930:25400193,25398992:25399671,25399042:25399226,25403210:25403532,25495532:25495777,25521823:2552212', 'assoc_mat': '24495590:ela:4209:24495818,24495594:ela:4209:24495922,24502280:ela:4209:24502734,24508849:ela:4209:24512636,24526771:ela:4209:24526884,24569179:ela:4209:24570251,24571189:ela:4209:24572165,24581037:ela:4209:24586591,24581310:ela:4209:24582378,24581423:ela:4209:24581817,24595778:ela:4209:24597130,24607325:ela:4209:24608002,24640184:ela:4209:24640651,24640201:ela:4209:24640621,24679058:ela:4209:24679421,24682275:ela:4209:24682714,24719331:ela:4209:24720854,24719393:ela:4209:24720318,24719451:ela:4209:24720363,24753646:ela:4209:24754846,24753703:ela:4209:24754690,24753733:ela:4209:24754583,24776490:ela:4209:24776829,24851564:ela:4209:24852052,24851597:ela:4209:24852004,24858049:ela:4209:24858865,24865585:ela:4209:24866296,25006842:ela:4209:25007396,25026600:ela:4209:25027404,25026813:ela:4209:25027574,25026881:ela:4209:25027539,25026901:ela:4209:25031748,25036315:ela:4209:25036702,25042363:ela:4209:25042941,25070444:ela:4209:25070895,25097129:ela:4209:25097280,25146406:ela:4209:25146817,25152660:ela:4209:2515327'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0011601604689151551, 'nb_photo': 1084, 'list_port_cont': '24470072,24478253,24484533,24495972,24499412,24499564,24502831,24507116,24508387,24508430,24509411,24509591,24521950,24527493,24546408,24546879,24552313,24564790,24568276,24568495,24568800,24570628,24570939,24576206,24581547,24582529,24583276,24583527,24583750,24585796,24590475,24595674,24597189,24607978,24611065,24612805,24640679,24640701,24640752,24673197,24676464,24680629,24680707,24683831,24721351,24721501,24722085,24722308,24722545,24724135,24724414,24754573,24754812,24755240,24757595,24761632,24774986,24777004,24803214,24846353,24852022,24852220,24854089,24855293,24863820,24872100,24992878,24997425,24998550,25003241,25003463,25009714,25012228,25012501,25018020,25027343,25027577,25027669,25028568,25028737,25028791,25029284,25029790,25030065,25036567,25042897,25063749,25067425,25068596,25071810,25097371,25141867,25143833,25147837,25151414,25156167,25210473,25216494,25217222,25218525,25220767,25227387,25232648,25235457,25236767,25246362,25247831,25260238,25261276,25264646,25271173,25273634,25278121,2528077', 'assoc_port': '24469358:24470072,24477484:24478253,24484132:24484533,24495625:24495972,24498679:24499564,24498707:24499412,24502312:24502831,24506203:24507116,24507557:24508430,24507588:24508387,24508877:24509591,24508890:24509411,24513858:24546879,24513869:24546408,24521600:24521950,24526772:24527493,24539740:24552313,24563558:24568800,24563561:24564790,24567016:24568495,24567058:24568276,24569411:24570939,24569447:24570628,24575366:24576206,24580402:24581547,24581034:24583750,24581162:24583527,24581286:24583276,24581372:24595674,24581374:24582529,24584845:24585796,24589660:24590475,24595818:24597189,24607323:24607978,24610239:24611065,24612038:24612805,24640188:24640752,24640197:24640701,24640200:24640679,24672756:24673197,24675764:24676464,24680065:24680707,24680117:24680629,24683459:24683831,24719304:24724414,24719310:24724135,24719374:24722545,24719432:24722308,24719442:24722085,24719446:24721501,24719455:24721351,24753638:24755240,24753661:24754812,24753728:24754573,24757195:24757595,24760971:24761632,24774225:2477498', 'assoc_mat': '24469358:ela:4211:24470072,24477484:ela:4211:24478253,24484132:ela:4211:24484533,24495625:ela:4211:24495972,24498679:ela:4211:24499564,24498707:ela:4211:24499412,24502312:ela:4211:24502831,24506203:ela:4211:24507116,24507557:ela:4211:24508430,24507588:ela:4211:24508387,24508877:ela:4211:24509591,24508890:ela:4211:24509411,24513858:ela:4211:24546879,24513869:ela:4211:24546408,24521600:ela:4211:24521950,24526772:ela:4211:24527493,24539740:ela:4211:24552313,24563558:ela:4211:24568800,24563561:ela:4211:24564790,24567016:ela:4211:24568495,24567058:ela:4211:24568276,24569411:ela:4211:24570939,24569447:ela:4211:24570628,24575366:ela:4211:24576206,24580402:ela:4211:24581547,24581034:ela:4211:24583750,24581162:ela:4211:24583527,24581286:ela:4211:24583276,24581372:ela:4211:24595674,24581374:ela:4211:24582529,24584845:ela:4211:24585796,24589660:ela:4211:24590475,24595818:ela:4211:24597189,24607323:ela:4211:24607978,24610239:ela:4211:24611065,24612038:ela:4211:24612805,24640188:ela:4211:24640752,24640197:ela:4211:2464070'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 5.104372590229595e-05, 'nb_photo': 27, 'list_port_cont': '24553629,24568015,24577598,24640821,24730588,24730611,24730632,24754740,24800810,24853231,25097744,25155337,25222345,25239141,25336234,25339925,25403769,25503488,25541010,25544776,25552661', 'assoc_port': '24508886:24553629,24567049:24568015,24569474:24577598,24640173:24640821,24719277:24730632,24719352:24730611,24719447:24730588,24753726:24754740,24796382:24800810,24851596:24853231,25070428:25097744,25150503:25155337,25209855:25222345,25236151:25239141,25325773:25336234,25337096:25339925,25391822:25403769,25501032:25503488,25519628:25544776,25540570:25541010,25541834:25552661', 'assoc_mat': '24508886:etiquette:4203:24553629,24567049:etiquette:4203:24568015,24569474:etiquette:4203:24577598,24640173:etiquette:4203:24640821,24719277:etiquette:4203:24730632,24719352:etiquette:4203:24730611,24719447:etiquette:4203:24730588,24753726:etiquette:4203:24754740,24796382:etiquette:4203:24800810,24851596:etiquette:4203:24853231,25070428:etiquette:4203:25097744,25150503:etiquette:4203:25155337,25209855:etiquette:4203:25222345,25236151:etiquette:4203:25239141,25325773:etiquette:4203:25336234,25337096:etiquette:4203:25339925,25391822:etiquette:4203:25403769,25501032:etiquette:4203:25503488,25519628:etiquette:4203:25544776,25540570:etiquette:4203:25541010,25541834:etiquette:4203:25552661'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 9.01679376940816e-05, 'nb_photo': 5, 'list_port_cont': '24510449,24593929,24850527,25307036', 'assoc_port': '24510240:24510449,24593032:24593929,24850321:24850527,25302445:25307036', 'assoc_mat': '24510240:etiquette:4207:24510449,24593032:etiquette:4207:24593929,24850321:etiquette:4207:24850527,25302445:etiquette:4207:25307036'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0003246825411910928, 'nb_photo': 4, 'list_port_cont': '24608007,25036705,25337250,25400203', 'assoc_port': '24607325:24608007,25036315:25036705,25328521:25337250,25398930:25400203', 'assoc_mat': '24607325:etiquette:4209:24608007,25036315:etiquette:4209:25036705,25328521:etiquette:4209:25337250,25398930:etiquette:4209:25400203'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 2.0059054248431714e-05, 'nb_photo': 3, 'list_port_cont': '24508398,25012497,25018026', 'assoc_port': '24507588:24508398,25011667:25012497,25017804:25018026', 'assoc_mat': '24507588:etiquette:4211:24508398,25011667:etiquette:4211:25012497,25017804:etiquette:4211:25018026'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0010248519620534504, 'nb_photo': 2, 'list_port_cont': '24761776,25518431', 'assoc_port': '24760973:24761776,25517651:25518431', 'assoc_mat': '24760973:etiquette:3327:24761776,25517651:etiquette:3327:25518431'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.019936630992834367, 'nb_photo': 533, 'list_port_cont': '24538351,24551175,24555045,24577498,24577534,24577785,24590418,24602099,24621904,24640440,24730442,24756189,24758018,24852316,25039844,25059910,25060678,25061022,25095086,25231578,25250589,25251261,25279472,25291665,25334264,25339173,25404933,25407338,25410412,25411550,25422150,25495683,25506649,25532364,25551779,25556697', 'assoc_port': '24498662:24538351,24507590:24551175,24526739:24555045,24563529:24577785,24569288:24577534,24569408:24577498,24581101:24590418,24601740:24602099,24610181:24621904,24640202:24640440,24719356:24730442,24753717:24756189,24757197:24758018,24851598:24852316,25015391:25039844,25026613:25059910,25026850:25060678,25026898:25061022,25071609:25095086,25221179:25231578,25236161:25251261,25240407:25250589,25276726:25279472,25290447:25291665,25333458:25334264,25337094:25339173,25390338:25422150,25391730:25411550,25391903:25410412,25398892:25404933,25399077:25407338,25495534:25495683,25506508:25506649,25516146:25532364,25541812:25551779,25548262:25556697', 'assoc_mat': '24498662:film_plastique:4205:24538351,24507590:film_plastique:4205:24551175,24526739:film_plastique:4205:24555045,24563529:film_plastique:4205:24577785,24569288:film_plastique:4205:24577534,24569408:film_plastique:4205:24577498,24581101:film_plastique:4205:24590418,24601740:film_plastique:4205:24602099,24610181:film_plastique:4205:24621904,24640202:film_plastique:4205:24640440,24719356:film_plastique:4205:24730442,24753717:film_plastique:4205:24756189,24757197:film_plastique:4205:24758018,24851598:film_plastique:4205:24852316,25015391:film_plastique:4205:25039844,25026613:film_plastique:4205:25059910,25026850:film_plastique:4205:25060678,25026898:film_plastique:4205:25061022,25071609:film_plastique:4205:25095086,25221179:film_plastique:4205:25231578,25236161:film_plastique:4205:25251261,25240407:film_plastique:4205:25250589,25276726:film_plastique:4205:25279472,25290447:film_plastique:4205:25291665,25333458:film_plastique:4205:25334264,25337094:film_plastique:4205:25339173,25390338:film_plastique:4205:2542215'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.006880547829301196, 'nb_photo': 644, 'list_port_cont': '24524050,24552381,24553624,24568026,24577600,24591587,24608273,24640810,24730592,24730622,24730640,24754739,24800815,24853242,24866503,25005495,25018242,25036626,25097305,25097747,25155338,25222331,25239148,25251243,25270816,25282595,25336240,25339926,25350096,25403774,25404823,25406519,25412806,25503493,25541017,25544782,25552665,25561304', 'assoc_port': '24507633:24552381,24508886:24553624,24523326:24524050,24567049:24568026,24569474:24577600,24581192:24591587,24592993:24608273,24640173:24640810,24719277:24730640,24719352:24730622,24719447:24730592,24753726:24754739,24796382:24800815,24851596:24853242,24862985:24866503,25004431:25005495,25017809:25018242,25036331:25036626,25070428:25097747,25097140:25097305,25150503:25155338,25209855:25222331,25235129:25251243,25236151:25239148,25263317:25270816,25281391:25282595,25325773:25336240,25337096:25339926,25348045:25350096,25391822:25403774,25398888:25404823,25399001:25406519,25401986:25412806,25501032:25503493,25519628:25544782,25540570:25541017,25541834:25552665,25555410:25561304', 'assoc_mat': '24507633:film_plastique:4203:24552381,24508886:film_plastique:4203:24553624,24523326:film_plastique:4203:24524050,24567049:film_plastique:4203:24568026,24569474:film_plastique:4203:24577600,24581192:film_plastique:4203:24591587,24592993:film_plastique:4203:24608273,24640173:film_plastique:4203:24640810,24719277:film_plastique:4203:24730640,24719352:film_plastique:4203:24730622,24719447:film_plastique:4203:24730592,24753726:film_plastique:4203:24754739,24796382:film_plastique:4203:24800815,24851596:film_plastique:4203:24853242,24862985:film_plastique:4203:24866503,25004431:film_plastique:4203:25005495,25017809:film_plastique:4203:25018242,25036331:film_plastique:4203:25036626,25070428:film_plastique:4203:25097747,25097140:film_plastique:4203:25097305,25150503:film_plastique:4203:25155338,25209855:film_plastique:4203:25222331,25235129:film_plastique:4203:25251243,25236151:film_plastique:4203:25239148,25263317:film_plastique:4203:25270816,25281391:film_plastique:4203:25282595,25325773:film_plastique:4203:2533624'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0033140069001898398, 'nb_photo': 1853, 'list_port_cont': '24476264,24495867,24499093,24499291,24499808,24502591,24502755,24503923,24504108,24505413,24505631,24507843,24508031,24509037,24509208,24509713,24509866,24510439,24510588,24517523,24523617,24526969,24560421,24564019,24564162,24567461,24567861,24570133,24570149,24575823,24576960,24577060,24581012,24581436,24581908,24582956,24583292,24583855,24584100,24584421,24585427,24587075,24590042,24593931,24595520,24602021,24607665,24610542,24612310,24640382,24640419,24640496,24640497,24640584,24640642,24676163,24679247,24682522,24682539,24691087,24719875,24719901,24720193,24720379,24720560,24720955,24721739,24721826,24721962,24722242,24722273,24753969,24754029,24754310,24754542,24754862,24761204,24761355,24774587,24776665,24846038,24846202,24848387,24850526,24851809,24853772,24858627,24863246,24863382,24863523,24863605,24992499,24996837,24996860,24998245,25002717,25005071,25007138,25010644,25015546,25015647,25015774,25017996,25026970,25026994,25027219,25027227,25027454,25027621,25027709,25027916,25027978,25028057,2502903', 'assoc_port': '24476124:24476264,24495586:24495867,24495588:24504108,24495628:24503923,24498664:24499808,24498676:24499291,24498710:24499093,24502284:24502755,24502314:24502591,24504914:24505631,24504969:24505413,24507559:24508031,24507618:24507843,24508844:24510588,24508863:24509866,24508881:24509713,24508888:24509208,24508891:24509037,24510240:24510439,24513881:24560421,24516742:24517523,24523311:24523617,24526761:24526969,24563559:24564162,24563562:24564019,24567018:24567861,24567047:24567461,24569413:24570133,24569471:24570149,24575350:24575823,24576820:24577060,24576821:24576960,24580399:24581436,24580433:24581012,24581062:24584421,24581145:24584100,24581172:24583855,24581248:24583292,24581325:24582956,24581369:24595520,24581398:24581908,24584827:24585427,24586624:24587075,24589661:24590042,24593032:24593931,24601730:24602021,24607324:24607665,24610219:24610542,24612028:24612310,24640171:24640419,24640182:24640496,24640186:24640642,24640195:24640584,24640199:24640497,24640221:24640382,24675777:24676163,24679060:2467924', 'assoc_mat': '24476124:film_plastique:4207:24476264,24495586:film_plastique:4207:24495867,24495588:film_plastique:4207:24504108,24495628:film_plastique:4207:24503923,24498664:film_plastique:4207:24499808,24498676:film_plastique:4207:24499291,24498710:film_plastique:4207:24499093,24502284:film_plastique:4207:24502755,24502314:film_plastique:4207:24502591,24504914:film_plastique:4207:24505631,24504969:film_plastique:4207:24505413,24507559:film_plastique:4207:24508031,24507618:film_plastique:4207:24507843,24508844:film_plastique:4207:24510588,24508863:film_plastique:4207:24509866,24508881:film_plastique:4207:24509713,24508888:film_plastique:4207:24509208,24508891:film_plastique:4207:24509037,24510240:film_plastique:4207:24510439,24513881:film_plastique:4207:24560421,24516742:film_plastique:4207:24517523,24523311:film_plastique:4207:24523617,24526761:film_plastique:4207:24526969,24563559:film_plastique:4207:24564162,24563562:film_plastique:4207:24564019,24567018:film_plastique:4207:24567861,24567047:film_plastique:4207:2456746'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.744122782277731, 'nb_photo': 3988, 'list_port_cont': '24484474,24499242,24507951,24508049,24508086,24509274,24515327,24524508,24527528,24570505,24571923,24576619,24577129,24581227,24582281,24590288,24595693,24597636,24607900,24610949,24612583,24640455,24641435,24643304,24676358,24680566,24691328,24720508,24720827,24721139,24721639,24723115,24754501,24754754,24754956,24774793,24803435,24846285,24847496,24850696,24853992,24855218,24863792,24866314,24993918,25000659,25003190,25012165,25012282,25017971,25027498,25027754,25028013,25028059,25028194,25029328,25036759,25042828,25063796,25068535,25097317,25141776,25146842,25151290,25201773,25210400,25214710,25220537,25220596,25223983,25232483,25235511,25237588,25240888,25260942,25267299,25275016,25277291,25283890,25287100,25289858,25294525,25323204,25326211,25326338,25329740,25336562,25341106,25341233,25347347,25351381,25355565,25392234,25392410,25392549,25392658,25393393,25394659,25399426,25399623,25399747,25399958,25400040,25400797,25400991,25401156,25406029,25495902,25498781,25502706,25509028,25512686,25516433,2552938', 'assoc_port': '24484117:24484474,24498668:24499242,24507558:24507951,24507585:24508049,24507649:24508086,24508879:24509274,24513873:24515327,24516716:24524508,24523312:24527528,24569192:24576619,24569409:24570505,24571188:24571923,24576822:24577129,24580431:24581227,24581031:24597636,24581250:24595693,24581365:24582281,24589665:24590288,24607321:24607900,24610218:24610949,24612040:24612583,24640189:24640455,24640191:24641435,24640242:24643304,24675790:24676358,24680066:24680566,24683461:24691328,24719346:24723115,24719388:24721639,24719439:24721139,24719452:24720827,24719462:24720508,24753642:24754956,24753679:24754754,24753730:24754501,24774217:24774793,24796384:24803435,24845812:24846285,24846972:24847496,24850327:24850696,24853633:24853992,24854814:24855218,24862977:24863792,24865577:24866314,24993436:24993918,25000154:25000659,25002373:25003190,25011664:25012282,25011673:25012165,25017802:25017971,25026599:25027754,25026650:25027498,25026809:25028194,25026834:25028013,25026957:25028059,25028526:25029328,25036306:2503675', 'assoc_mat': '24484117:film_plastique:4461:24484474,24498668:film_plastique:4461:24499242,24507558:film_plastique:4461:24507951,24507585:film_plastique:4461:24508049,24507649:film_plastique:4461:24508086,24508879:film_plastique:4461:24509274,24513873:film_plastique:4461:24515327,24516716:film_plastique:4461:24524508,24523312:film_plastique:4461:24527528,24569192:film_plastique:4461:24576619,24569409:film_plastique:4461:24570505,24571188:film_plastique:4461:24571923,24576822:film_plastique:4461:24577129,24580431:film_plastique:4461:24581227,24581031:film_plastique:4461:24597636,24581250:film_plastique:4461:24595693,24581365:film_plastique:4461:24582281,24589665:film_plastique:4461:24590288,24607321:film_plastique:4461:24607900,24610218:film_plastique:4461:24610949,24612040:film_plastique:4461:24612583,24640189:film_plastique:4461:24640455,24640191:film_plastique:4461:24641435,24640242:film_plastique:4461:24643304,24675790:film_plastique:4461:24676358,24680066:film_plastique:4461:24680566,24683461:film_plastique:4461:2469132'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.023565653724700188, 'nb_photo': 3961, 'list_port_cont': '24477761,24495829,24499200,24502608,24506722,24507948,24509182,24510478,24522003,24523696,24533522,24560913,24564435,24567701,24570347,24576053,24578531,24580929,24581725,24581999,24582149,24582767,24582842,24583062,24585326,24594156,24595176,24602225,24610575,24610766,24612432,24640411,24640522,24640554,24640572,24680399,24682697,24720269,24720489,24720705,24721119,24721248,24721395,24722112,24722508,24722637,24754203,24754223,24754614,24754667,24754989,24761222,24761391,24774615,24774667,24846133,24846252,24850605,24853938,24856119,24858713,24863154,24863235,24863630,24863699,24992486,24998375,24998440,25002682,25007231,25007447,25010680,25010708,25014426,25015496,25018080,25018117,25027245,25027269,25027466,25027648,25027783,25027802,25027901,25028146,25028417,25029048,25029305,25042714,25068482,25071749,25097221,25141716,25143686,25146701,25151071,25201621,25207702,25214584,25220511,25223721,25224068,25227139,25232326,25233322,25236420,25242131,25259586,25264022,25274728,25274830,25280452,25281819,2528372', 'assoc_port': '24477456:24477761,24495610:24495829,24498674:24499200,24502320:24502608,24506207:24506722,24507555:24507948,24508846:24509182,24510221:24510478,24513877:24560913,24516735:24533522,24521602:24522003,24523339:24523696,24563545:24564435,24566994:24567701,24569444:24578531,24569450:24570347,24575348:24576053,24580369:24580929,24581028:24581725,24581042:24582149,24581122:24582767,24581167:24582842,24581246:24583062,24581315:24595176,24581360:24581999,24584865:24585326,24592992:24594156,24601722:24602225,24610182:24610766,24610238:24610575,24612039:24612432,24640178:24640411,24640180:24640554,24640193:24640572,24640240:24640522,24680064:24680399,24682273:24682697,24719312:24720269,24719357:24720705,24719359:24721119,24719411:24721395,24719427:24722112,24719443:24722508,24719449:24722637,24719456:24721248,24719460:24720489,24753641:24754223,24753643:24754614,24753675:24754989,24753686:24754667,24753731:24754203,24760968:24761391,24761001:24761222,24774224:24774615,24774238:24774667,24845781:24846133,24845810:2484625', 'assoc_mat': '24477456:film_plastique:4200:24477761,24495610:film_plastique:4200:24495829,24498674:film_plastique:4200:24499200,24502320:film_plastique:4200:24502608,24506207:film_plastique:4200:24506722,24507555:film_plastique:4200:24507948,24508846:film_plastique:4200:24509182,24510221:film_plastique:4200:24510478,24513877:film_plastique:4200:24560913,24516735:film_plastique:4200:24533522,24521602:film_plastique:4200:24522003,24523339:film_plastique:4200:24523696,24563545:film_plastique:4200:24564435,24566994:film_plastique:4200:24567701,24569444:film_plastique:4200:24578531,24569450:film_plastique:4200:24570347,24575348:film_plastique:4200:24576053,24580369:film_plastique:4200:24580929,24581028:film_plastique:4200:24581725,24581042:film_plastique:4200:24582149,24581122:film_plastique:4200:24582767,24581167:film_plastique:4200:24582842,24581246:film_plastique:4200:24583062,24581315:film_plastique:4200:24595176,24581360:film_plastique:4200:24581999,24584865:film_plastique:4200:24585326,24592992:film_plastique:4200:2459415'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.010071864166498848, 'nb_photo': 274, 'list_port_cont': '24495823,24495850,24495924,24502741,24505504,24512642,24524301,24526880,24570256,24572156,24581812,24582289,24582385,24586601,24587493,24597116,24607994,24640616,24640655,24679426,24682727,24720312,24720359,24720453,24720863,24754582,24754689,24754841,24776834,24851993,24852041,24858866,24866287,24992723,25007387,25015687,25027403,25027542,25027585,25029251,25031759,25036706,25042939,25063444,25070897,25097288,25146820,25153260,25202918,25206717,25223920,25259513,25260694,25274595,25302694,25312742,25326187,25336256,25337254,25340982,25394570,25399227,25399669,25399783,25400198,25400321,25402415,25495788,25503189,25522133,25534101,25543060,25546248,25560526', 'assoc_port': '24495590:24495823,24495594:24495924,24495596:24495850,24502280:24502741,24504955:24505504,24508849:24512642,24516747:24524301,24526771:24526880,24569179:24570256,24571189:24572156,24581037:24586601,24581310:24582385,24581418:24582289,24581423:24581812,24586608:24587493,24595778:24597116,24607325:24607994,24640184:24640655,24640201:24640616,24679058:24679426,24682275:24682727,24719331:24720863,24719391:24720453,24719393:24720312,24719451:24720359,24753646:24754841,24753703:24754689,24753733:24754582,24776490:24776834,24851564:24852041,24851597:24851993,24858049:24858866,24865585:24866287,24992143:24992723,25006842:25007387,25015389:25015687,25026600:25027403,25026813:25027585,25026881:25027542,25026901:25031759,25028534:25029251,25036315:25036706,25042363:25042939,25063054:25063444,25070444:25070897,25097129:25097288,25146406:25146820,25152660:25153260,25197413:25202918,25206380:25206717,25223393:25223920,25259007:25259513,25260480:25260694,25274165:25274595,25302444:25302694,25312455:25312742,25325811:2532618', 'assoc_mat': '24495590:film_plastique:4209:24495823,24495594:film_plastique:4209:24495924,24495596:film_plastique:4209:24495850,24502280:film_plastique:4209:24502741,24504955:film_plastique:4209:24505504,24508849:film_plastique:4209:24512642,24516747:film_plastique:4209:24524301,24526771:film_plastique:4209:24526880,24569179:film_plastique:4209:24570256,24571189:film_plastique:4209:24572156,24581037:film_plastique:4209:24586601,24581310:film_plastique:4209:24582385,24581418:film_plastique:4209:24582289,24581423:film_plastique:4209:24581812,24586608:film_plastique:4209:24587493,24595778:film_plastique:4209:24597116,24607325:film_plastique:4209:24607994,24640184:film_plastique:4209:24640655,24640201:film_plastique:4209:24640616,24679058:film_plastique:4209:24679426,24682275:film_plastique:4209:24682727,24719331:film_plastique:4209:24720863,24719391:film_plastique:4209:24720453,24719393:film_plastique:4209:24720312,24719451:film_plastique:4209:24720359,24753646:film_plastique:4209:24754841,24753703:film_plastique:4209:2475468'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.004230467863605611, 'nb_photo': 7637, 'list_port_cont': '24469645,24470068,24478254,24484539,24495971,24499400,24499576,24502829,24507110,24508388,24508435,24509413,24509582,24521943,24527491,24546423,24546873,24552307,24564778,24568272,24568488,24568797,24570620,24570930,24576202,24581553,24582525,24583272,24583528,24583744,24585795,24590479,24595680,24597181,24607973,24611064,24612795,24640677,24640716,24640753,24673185,24676457,24680636,24680708,24683834,24721355,24721489,24722090,24722313,24722549,24724143,24724410,24754561,24754817,24755226,24757593,24761639,24774979,24777011,24846340,24852024,24852219,24854078,24855291,24863819,24866524,24872110,24992871,24997438,24998548,25003238,25003469,25009700,25012247,25012511,25018018,25027346,25027571,25027673,25028562,25028729,25028787,25029268,25029791,25030075,25036560,25042898,25047280,25063752,25067432,25068605,25071806,25097373,25141873,25143849,25147846,25151413,25156188,25210484,25216496,25217217,25218519,25220782,25227381,25232663,25235471,25236774,25245970,25246363,25247834,25260251,25261265,25264654,2527117', 'assoc_port': '24469358:24470068,24469360:24469645,24477484:24478254,24484132:24484539,24495625:24495971,24498679:24499576,24498707:24499400,24502312:24502829,24506203:24507110,24507557:24508435,24507588:24508388,24508877:24509582,24508890:24509413,24513858:24546873,24513869:24546423,24521600:24521943,24526772:24527491,24539740:24552307,24563558:24568797,24563561:24564778,24567016:24568488,24567058:24568272,24569411:24570930,24569447:24570620,24575366:24576202,24580402:24581553,24581034:24583744,24581162:24583528,24581286:24583272,24581372:24595680,24581374:24582525,24584845:24585795,24589660:24590479,24595818:24597181,24607323:24607973,24610239:24611064,24612038:24612795,24640188:24640753,24640197:24640716,24640200:24640677,24672756:24673185,24675764:24676457,24680065:24680708,24680117:24680636,24683459:24683834,24719304:24724410,24719310:24724143,24719374:24722549,24719432:24722313,24719442:24722090,24719446:24721489,24719455:24721355,24753638:24755226,24753661:24754817,24753728:24754561,24757195:24757593,24760971:2476163', 'assoc_mat': '24469358:film_plastique:4211:24470068,24469360:film_plastique:4211:24469645,24477484:film_plastique:4211:24478254,24484132:film_plastique:4211:24484539,24495625:film_plastique:4211:24495971,24498679:film_plastique:4211:24499576,24498707:film_plastique:4211:24499400,24502312:film_plastique:4211:24502829,24506203:film_plastique:4211:24507110,24507557:film_plastique:4211:24508435,24507588:film_plastique:4211:24508388,24508877:film_plastique:4211:24509582,24508890:film_plastique:4211:24509413,24513858:film_plastique:4211:24546873,24513869:film_plastique:4211:24546423,24521600:film_plastique:4211:24521943,24526772:film_plastique:4211:24527491,24539740:film_plastique:4211:24552307,24563558:film_plastique:4211:24568797,24563561:film_plastique:4211:24564778,24567016:film_plastique:4211:24568488,24567058:film_plastique:4211:24568272,24569411:film_plastique:4211:24570930,24569447:film_plastique:4211:24570620,24575366:film_plastique:4211:24576202,24580402:film_plastique:4211:24581553,24581034:film_plastique:4211:2458374'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.000962124292801033, 'nb_photo': 8, 'list_port_cont': '24753816,25027279,25313664,25313894,25348161,25394451,25534939,25564068', 'assoc_port': '24753723:24753816,25026952:25027279,25312451:25313664,25312453:25313894,25348040:25348161,25394246:25394451,25534849:25534939,25563919:25564068', 'assoc_mat': '24753723:kraft:3726:24753816,25026952:kraft:3726:25027279,25312451:kraft:3726:25313664,25312453:kraft:3726:25313894,25348040:kraft:3726:25348161,25394246:kraft:3726:25394451,25534849:kraft:3726:25534939,25563919:kraft:3726:25564068'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9462931595899945, 'nb_photo': 67, 'list_port_cont': '24538355,24551180,24555041,24577506,24577791,24602098,24621907,24640434,24730440,24758013,24852320,25039835,25059919,25060685,25061013,25095087,25231579,25250590,25251274,25279478,25334269,25404946,25407330,25411547,25422141,25495680,25506654,25532357,25551787,25556707', 'assoc_port': '24498662:24538355,24507590:24551180,24526739:24555041,24563529:24577791,24569408:24577506,24601740:24602098,24610181:24621907,24640202:24640434,24719356:24730440,24757197:24758013,24851598:24852320,25015391:25039835,25026613:25059919,25026850:25060685,25026898:25061013,25071609:25095087,25221179:25231579,25236161:25251274,25240407:25250590,25276726:25279478,25333458:25334269,25390338:25422141,25391730:25411547,25398892:25404946,25399077:25407330,25495534:25495680,25506508:25506654,25516146:25532357,25541812:25551787,25548262:25556707', 'assoc_mat': '24498662:metal:4205:24538355,24507590:metal:4205:24551180,24526739:metal:4205:24555041,24563529:metal:4205:24577791,24569408:metal:4205:24577506,24601740:metal:4205:24602098,24610181:metal:4205:24621907,24640202:metal:4205:24640434,24719356:metal:4205:24730440,24757197:metal:4205:24758013,24851598:metal:4205:24852320,25015391:metal:4205:25039835,25026613:metal:4205:25059919,25026850:metal:4205:25060685,25026898:metal:4205:25061013,25071609:metal:4205:25095087,25221179:metal:4205:25231579,25236161:metal:4205:25251274,25240407:metal:4205:25250590,25276726:metal:4205:25279478,25333458:metal:4205:25334269,25390338:metal:4205:25422141,25391730:metal:4205:25411547,25398892:metal:4205:25404946,25399077:metal:4205:25407330,25495534:metal:4205:25495680,25506508:metal:4205:25506654,25516146:metal:4205:25532357,25541812:metal:4205:25551787,25548262:metal:4205:25556707'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.017062838660427546, 'nb_photo': 1344, 'list_port_cont': '24524060,24552375,24553614,24568024,24577602,24591580,24608262,24640813,24730584,24730607,24730636,24754748,24800816,24853239,24866505,25005498,25018247,25036623,25097316,25097745,25155347,25222333,25239143,25251241,25270814,25282609,25336241,25339924,25350094,25403771,25404837,25406516,25412795,25503486,25541018,25544777,25552656,25561295', 'assoc_port': '24507633:24552375,24508886:24553614,24523326:24524060,24567049:24568024,24569474:24577602,24581192:24591580,24592993:24608262,24640173:24640813,24719277:24730636,24719352:24730607,24719447:24730584,24753726:24754748,24796382:24800816,24851596:24853239,24862985:24866505,25004431:25005498,25017809:25018247,25036331:25036623,25070428:25097745,25097140:25097316,25150503:25155347,25209855:25222333,25235129:25251241,25236151:25239143,25263317:25270814,25281391:25282609,25325773:25336241,25337096:25339924,25348045:25350094,25391822:25403771,25398888:25404837,25399001:25406516,25401986:25412795,25501032:25503486,25519628:25544777,25540570:25541018,25541834:25552656,25555410:25561295', 'assoc_mat': '24507633:metal:4203:24552375,24508886:metal:4203:24553614,24523326:metal:4203:24524060,24567049:metal:4203:24568024,24569474:metal:4203:24577602,24581192:metal:4203:24591580,24592993:metal:4203:24608262,24640173:metal:4203:24640813,24719277:metal:4203:24730636,24719352:metal:4203:24730607,24719447:metal:4203:24730584,24753726:metal:4203:24754748,24796382:metal:4203:24800816,24851596:metal:4203:24853239,24862985:metal:4203:24866505,25004431:metal:4203:25005498,25017809:metal:4203:25018247,25036331:metal:4203:25036623,25070428:metal:4203:25097745,25097140:metal:4203:25097316,25150503:metal:4203:25155347,25209855:metal:4203:25222333,25235129:metal:4203:25251241,25236151:metal:4203:25239143,25263317:metal:4203:25270814,25281391:metal:4203:25282609,25325773:metal:4203:25336241,25337096:metal:4203:25339924,25348045:metal:4203:25350094,25391822:metal:4203:25403771,25398888:metal:4203:25404837,25399001:metal:4203:25406516,25401986:metal:4203:25412795,25501032:metal:4203:25503486,25519628:metal:4203:25544777,25540570:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.014136782460684897, 'nb_photo': 1660, 'list_port_cont': '24476272,24495868,24499095,24499300,24499810,24502588,24502756,24503905,24504106,24505416,24505628,24507849,24508032,24509044,24509194,24509718,24509857,24510455,24510582,24517527,24523610,24526967,24560409,24564010,24564163,24567471,24567871,24570132,24570150,24575821,24576956,24577055,24581020,24581429,24581917,24582964,24583291,24583873,24584090,24584412,24585428,24587067,24590033,24593925,24595529,24602012,24607662,24610547,24612300,24640379,24640415,24640501,24640507,24640589,24640643,24676160,24679244,24682521,24682544,24691085,24719869,24719896,24720194,24720381,24720570,24720945,24721740,24721835,24721952,24722249,24722274,24753970,24754034,24754308,24754552,24754860,24761211,24761357,24774596,24776659,24846032,24846205,24848394,24850516,24851811,24853767,24858631,24863252,24863389,24863531,24863608,24992497,24996845,24996866,24998256,25002708,25005052,25007139,25010638,25015551,25015648,25015768,25026983,25026992,25027221,25027252,25027458,25027628,25027700,25027914,25027977,25028076,25029028,2503647', 'assoc_port': '24476124:24476272,24495586:24495868,24495588:24504106,24495628:24503905,24498664:24499810,24498676:24499300,24498710:24499095,24502284:24502756,24502314:24502588,24504914:24505628,24504969:24505416,24507559:24508032,24507618:24507849,24508844:24510582,24508863:24509857,24508881:24509718,24508888:24509194,24508891:24509044,24510240:24510455,24513881:24560409,24516742:24517527,24523311:24523610,24526761:24526967,24563559:24564163,24563562:24564010,24567018:24567871,24567047:24567471,24569413:24570132,24569471:24570150,24575350:24575821,24576820:24577055,24576821:24576956,24580399:24581429,24580433:24581020,24581062:24584412,24581145:24584090,24581172:24583873,24581248:24583291,24581325:24582964,24581369:24595529,24581398:24581917,24584827:24585428,24586624:24587067,24589661:24590033,24593032:24593925,24601730:24602012,24607324:24607662,24610219:24610547,24612028:24612300,24640171:24640415,24640182:24640501,24640186:24640643,24640195:24640589,24640199:24640507,24640221:24640379,24675777:24676160,24679060:2467924', 'assoc_mat': '24476124:metal:4207:24476272,24495586:metal:4207:24495868,24495588:metal:4207:24504106,24495628:metal:4207:24503905,24498664:metal:4207:24499810,24498676:metal:4207:24499300,24498710:metal:4207:24499095,24502284:metal:4207:24502756,24502314:metal:4207:24502588,24504914:metal:4207:24505628,24504969:metal:4207:24505416,24507559:metal:4207:24508032,24507618:metal:4207:24507849,24508844:metal:4207:24510582,24508863:metal:4207:24509857,24508881:metal:4207:24509718,24508888:metal:4207:24509194,24508891:metal:4207:24509044,24510240:metal:4207:24510455,24513881:metal:4207:24560409,24516742:metal:4207:24517527,24523311:metal:4207:24523610,24526761:metal:4207:24526967,24563559:metal:4207:24564163,24563562:metal:4207:24564010,24567018:metal:4207:24567871,24567047:metal:4207:24567471,24569413:metal:4207:24570132,24569471:metal:4207:24570150,24575350:metal:4207:24575821,24576820:metal:4207:24577055,24576821:metal:4207:24576956,24580399:metal:4207:24581429,24580433:metal:4207:24581020,24581062:metal:4207:24584412,24581145:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01093994575879048, 'nb_photo': 68, 'list_port_cont': '24507929,24508052,24515329,24524506,24570498,24571921,24576617,24581216,24597630,24680575,24720831,24721129,24754957,24803419,24847497,24855221,24863788,24993910,25012172,25012283,25028063,25028204,25063804,25097315,25151285,25201775,25210396,25220532,25240887,25267293,25275020,25294532,25323208,25326343,25329751,25336553,25347338,25351385,25399746,25399951,25400035,25406018,25498778,25502709,25509020,25516442,25529404,25537624,25546492,25555982,25559496', 'assoc_port': '24507558:24507929,24507585:24508052,24513873:24515329,24516716:24524506,24569192:24576617,24569409:24570498,24571188:24571921,24580431:24581216,24581031:24597630,24680066:24680575,24719439:24721129,24719452:24720831,24753642:24754957,24796384:24803419,24846972:24847497,24854814:24855221,24862977:24863788,24993436:24993910,25011664:25012283,25011673:25012172,25026809:25028204,25026957:25028063,25062871:25063804,25097124:25097315,25150532:25151285,25197416:25201775,25209869:25210396,25220206:25220532,25240385:25240887,25266839:25267293,25274167:25275020,25293992:25294532,25312462:25323208,25325771:25326343,25328527:25329751,25333448:25336553,25346893:25347338,25350809:25351385,25398979:25400035,25399027:25399951,25399047:25399746,25405684:25406018,25498470:25498778,25502472:25502709,25508495:25509020,25516162:25516442,25529101:25529404,25537107:25537624,25545872:25546492,25555412:25555982,25559078:25559496', 'assoc_mat': '24507558:metal:4461:24507929,24507585:metal:4461:24508052,24513873:metal:4461:24515329,24516716:metal:4461:24524506,24569192:metal:4461:24576617,24569409:metal:4461:24570498,24571188:metal:4461:24571921,24580431:metal:4461:24581216,24581031:metal:4461:24597630,24680066:metal:4461:24680575,24719439:metal:4461:24721129,24719452:metal:4461:24720831,24753642:metal:4461:24754957,24796384:metal:4461:24803419,24846972:metal:4461:24847497,24854814:metal:4461:24855221,24862977:metal:4461:24863788,24993436:metal:4461:24993910,25011664:metal:4461:25012283,25011673:metal:4461:25012172,25026809:metal:4461:25028204,25026957:metal:4461:25028063,25062871:metal:4461:25063804,25097124:metal:4461:25097315,25150532:metal:4461:25151285,25197416:metal:4461:25201775,25209869:metal:4461:25210396,25220206:metal:4461:25220532,25240385:metal:4461:25240887,25266839:metal:4461:25267293,25274167:metal:4461:25275020,25293992:metal:4461:25294532,25312462:metal:4461:25323208,25325771:metal:4461:25326343,25328527:metal:4461:25329751,25333448:'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.005817834172083549, 'nb_photo': 86, 'list_port_cont': '24495838,24499194,24507954,24523694,24576059,24581724,24582000,24640513,24640548,24640570,24680390,24720271,24720487,24721236,24722117,24754199,24761390,24774606,24774670,24846241,24850607,24858707,24863237,24863708,25007232,25007440,25010706,25018081,25027253,25027654,25068486,25071742,25141726,25143690,25146714,25201617,25224070,25233330,25264011,25274828,25280453,25283716,25287042,25289565,25294203,25302601,25326438,25329282,25333768,25339797,25351213,25391941,25392683,25394231,25399348,25400167,25402114,25402351,25500390,25505652,25510450,25537503,25546181,25560468,25560621', 'assoc_port': '24495610:24495838,24498674:24499194,24507555:24507954,24523339:24523694,24575348:24576059,24581028:24581724,24581360:24582000,24640180:24640548,24640193:24640570,24640240:24640513,24680064:24680390,24719312:24720271,24719427:24722117,24719456:24721236,24719460:24720487,24753731:24754199,24760968:24761390,24774224:24774606,24774238:24774670,24845810:24846241,24850324:24850607,24858082:24858707,24862976:24863708,24862981:24863237,25006836:25007232,25006838:25007440,25010408:25010706,25017800:25018081,25026588:25027253,25026605:25027654,25068069:25068486,25071594:25071742,25141390:25141726,25143412:25143690,25146413:25146714,25197415:25201617,25223421:25224070,25233133:25233330,25263347:25264011,25274158:25274828,25280264:25280453,25283505:25283716,25286608:25287042,25289273:25289565,25293976:25294203,25302443:25302601,25325788:25326438,25328525:25329282,25333451:25333768,25339504:25339797,25350822:25351213,25391519:25391941,25391749:25394231,25391906:25392683,25398874:25402114,25399028:25400167,25399079:2539934', 'assoc_mat': '24495610:metal:4200:24495838,24498674:metal:4200:24499194,24507555:metal:4200:24507954,24523339:metal:4200:24523694,24575348:metal:4200:24576059,24581028:metal:4200:24581724,24581360:metal:4200:24582000,24640180:metal:4200:24640548,24640193:metal:4200:24640570,24640240:metal:4200:24640513,24680064:metal:4200:24680390,24719312:metal:4200:24720271,24719427:metal:4200:24722117,24719456:metal:4200:24721236,24719460:metal:4200:24720487,24753731:metal:4200:24754199,24760968:metal:4200:24761390,24774224:metal:4200:24774606,24774238:metal:4200:24774670,24845810:metal:4200:24846241,24850324:metal:4200:24850607,24858082:metal:4200:24858707,24862976:metal:4200:24863708,24862981:metal:4200:24863237,25006836:metal:4200:25007232,25006838:metal:4200:25007440,25010408:metal:4200:25010706,25017800:metal:4200:25018081,25026588:metal:4200:25027253,25026605:metal:4200:25027654,25068069:metal:4200:25068486,25071594:metal:4200:25071742,25141390:metal:4200:25141726,25143412:metal:4200:25143690,25146413:metal:4200:25146714,25197415:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.028018618123399213, 'nb_photo': 318, 'list_port_cont': '24495820,24495859,24495906,24502738,24505508,24512637,24524295,24526878,24570259,24572160,24582299,24582377,24586587,24587495,24597121,24607997,24640625,24640660,24679422,24682720,24720307,24720355,24720865,24754591,24754697,24754842,24776830,24851992,24852044,24858851,24866299,24992728,25007393,25015688,25027392,25027544,25029256,25031749,25036696,25042940,25063450,25070912,25097287,25146809,25153272,25202927,25206710,25208795,25221636,25223914,25259512,25260695,25274589,25302686,25336255,25337252,25340975,25394576,25399229,25399529,25399663,25399793,25400201,25400318,25403534,25495783,25495871,25503178,25512222,25522136,25528692,25534102,25543061,25546245,25549750,25560538', 'assoc_port': '24495590:24495820,24495594:24495906,24495596:24495859,24502280:24502738,24504955:24505508,24508849:24512637,24516747:24524295,24526771:24526878,24569179:24570259,24571189:24572160,24581037:24586587,24581310:24582377,24581418:24582299,24586608:24587495,24595778:24597121,24607325:24607997,24640184:24640660,24640201:24640625,24679058:24679422,24682275:24682720,24719331:24720865,24719393:24720307,24719451:24720355,24753646:24754842,24753703:24754697,24753733:24754591,24776490:24776830,24851564:24852044,24851597:24851992,24858049:24858851,24865585:24866299,24992143:24992728,25006842:25007393,25015389:25015688,25026600:25027392,25026881:25027544,25026901:25031749,25028534:25029256,25036315:25036696,25042363:25042940,25063054:25063450,25070444:25070912,25097129:25097287,25146406:25146809,25152660:25153272,25197412:25208795,25197413:25202927,25206380:25206710,25221180:25221636,25223393:25223914,25259007:25259512,25260480:25260695,25274165:25274589,25302444:25302686,25328521:25337252,25335921:25336255,25340657:2534097', 'assoc_mat': '24495590:metal:4209:24495820,24495594:metal:4209:24495906,24495596:metal:4209:24495859,24502280:metal:4209:24502738,24504955:metal:4209:24505508,24508849:metal:4209:24512637,24516747:metal:4209:24524295,24526771:metal:4209:24526878,24569179:metal:4209:24570259,24571189:metal:4209:24572160,24581037:metal:4209:24586587,24581310:metal:4209:24582377,24581418:metal:4209:24582299,24586608:metal:4209:24587495,24595778:metal:4209:24597121,24607325:metal:4209:24607997,24640184:metal:4209:24640660,24640201:metal:4209:24640625,24679058:metal:4209:24679422,24682275:metal:4209:24682720,24719331:metal:4209:24720865,24719393:metal:4209:24720307,24719451:metal:4209:24720355,24753646:metal:4209:24754842,24753703:metal:4209:24754697,24753733:metal:4209:24754591,24776490:metal:4209:24776830,24851564:metal:4209:24852044,24851597:metal:4209:24851992,24858049:metal:4209:24858851,24865585:metal:4209:24866299,24992143:metal:4209:24992728,25006842:metal:4209:25007393,25015389:metal:4209:25015688,25026600:metal:4209:25027392,25026881:'}, {'unwanted_material': 'metal', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 8.712779824744457e-05, 'nb_photo': 1, 'list_port_cont': '25312940', 'assoc_port': '25312459:25312940', 'assoc_mat': '25312459:metal:3726:25312940'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00830982723604373, 'nb_photo': 854, 'list_port_cont': '24478241,24484532,24495978,24499406,24499561,24502833,24507118,24508402,24508429,24509416,24509592,24521955,24527498,24546417,24546871,24552316,24564784,24568275,24568489,24568801,24570627,24570937,24576200,24581554,24583283,24583522,24583737,24585793,24590468,24595669,24597193,24607974,24611057,24612792,24640672,24640714,24640762,24673181,24676454,24680634,24680715,24683838,24721343,24721503,24722078,24722321,24722540,24724140,24724408,24754576,24754805,24755236,24757590,24761638,24774972,24777006,24846342,24852211,24854077,24855305,24863825,24866515,24872103,24992866,24997428,24998551,25003254,25003455,25009710,25012235,25012504,25027583,25027683,25028554,25028780,25029278,25029794,25030068,25036571,25042885,25047283,25063750,25067416,25068601,25071803,25097367,25141868,25143848,25147835,25151404,25156187,25210490,25216498,25217223,25218527,25220772,25227394,25232660,25235467,25236777,25245966,25246356,25247833,25260240,25261266,25264651,25271178,25273627,25278119,25280769,25289832,25291004,25293308,2531498', 'assoc_port': '24477484:24478241,24484132:24484532,24495625:24495978,24498679:24499561,24498707:24499406,24502312:24502833,24506203:24507118,24507557:24508429,24507588:24508402,24508877:24509592,24508890:24509416,24513858:24546871,24513869:24546417,24521600:24521955,24526772:24527498,24539740:24552316,24563558:24568801,24563561:24564784,24567016:24568489,24567058:24568275,24569411:24570937,24569447:24570627,24575366:24576200,24580402:24581554,24581034:24583737,24581162:24583522,24581286:24583283,24581372:24595669,24584845:24585793,24589660:24590468,24595818:24597193,24607323:24607974,24610239:24611057,24612038:24612792,24640188:24640762,24640197:24640714,24640200:24640672,24672756:24673181,24675764:24676454,24680065:24680715,24680117:24680634,24683459:24683838,24719304:24724408,24719310:24724140,24719374:24722540,24719432:24722321,24719442:24722078,24719446:24721503,24719455:24721343,24753638:24755236,24753661:24754805,24753728:24754576,24757195:24757590,24760971:24761638,24774225:24774972,24776491:24777006,24845807:2484634', 'assoc_mat': '24477484:metal:4211:24478241,24484132:metal:4211:24484532,24495625:metal:4211:24495978,24498679:metal:4211:24499561,24498707:metal:4211:24499406,24502312:metal:4211:24502833,24506203:metal:4211:24507118,24507557:metal:4211:24508429,24507588:metal:4211:24508402,24508877:metal:4211:24509592,24508890:metal:4211:24509416,24513858:metal:4211:24546871,24513869:metal:4211:24546417,24521600:metal:4211:24521955,24526772:metal:4211:24527498,24539740:metal:4211:24552316,24563558:metal:4211:24568801,24563561:metal:4211:24564784,24567016:metal:4211:24568489,24567058:metal:4211:24568275,24569411:metal:4211:24570937,24569447:metal:4211:24570627,24575366:metal:4211:24576200,24580402:metal:4211:24581554,24581034:metal:4211:24583737,24581162:metal:4211:24583522,24581286:metal:4211:24583283,24581372:metal:4211:24595669,24584845:metal:4211:24585793,24589660:metal:4211:24590468,24595818:metal:4211:24597193,24607323:metal:4211:24607974,24610239:metal:4211:24611057,24612038:metal:4211:24612792,24640188:metal:4211:24640762,24640197:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0014492668569881157, 'nb_photo': 1, 'list_port_cont': '25144039', 'assoc_port': '25143397:25144039', 'assoc_mat': '25143397:metal:3327:25144039'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0006353597655891003, 'nb_photo': 61, 'list_port_cont': '24511265,24581965,24583640,24583724,24747085,24754177,24855465,24866336,25042928,25228464,25238610,25267418,25267800,25274820,25281030,25283958,25290108,25290790,25294416,25326306,25341164,25355761,25402374,25402524,25402996,25403022,25406576,25496000,25512638,25534358', 'assoc_port': '24510238:24511265,24581228:24583640,24581312:24583724,24581421:24581965,24719395:24747085,24753734:24754177,24854816:24855465,24865582:24866336,25042396:25042928,25227894:25228464,25235115:25238610,25266815:25267800,25266836:25267418,25274163:25274820,25280290:25281030,25283502:25283958,25286606:25290108,25290433:25290790,25294006:25294416,25325810:25326306,25340659:25341164,25355341:25355761,25391813:25402524,25391875:25403022,25399044:25402996,25401991:25402374,25403226:25406576,25495530:25496000,25511985:25512638,25533900:25534358', 'assoc_mat': '24510238:metal:3594:24511265,24581228:metal:3594:24583640,24581312:metal:3594:24583724,24581421:metal:3594:24581965,24719395:metal:3594:24747085,24753734:metal:3594:24754177,24854816:metal:3594:24855465,24865582:metal:3594:24866336,25042396:metal:3594:25042928,25227894:metal:3594:25228464,25235115:metal:3594:25238610,25266815:metal:3594:25267800,25266836:metal:3594:25267418,25274163:metal:3594:25274820,25280290:metal:3594:25281030,25283502:metal:3594:25283958,25286606:metal:3594:25290108,25290433:metal:3594:25290790,25294006:metal:3594:25294416,25325810:metal:3594:25326306,25340659:metal:3594:25341164,25355341:metal:3594:25355761,25391813:metal:3594:25402524,25391875:metal:3594:25403022,25399044:metal:3594:25402996,25401991:metal:3594:25402374,25403226:metal:3594:25406576,25495530:metal:3594:25496000,25511985:metal:3594:25512638,25533900:metal:3594:25534358'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.016979474246237063, 'nb_photo': 1414, 'list_port_cont': '24538357,24551176,24555049,24577501,24577528,24577794,24590427,24602092,24621899,24640442,24730447,24756188,24758019,24852313,25039838,25059917,25060680,25061008,25095092,25231574,25250592,25251270,25279470,25291666,25334273,25339181,25404932,25407326,25410418,25411551,25422145,25495686,25506644,25532358,25551781,25556702', 'assoc_port': '24498662:24538357,24507590:24551176,24526739:24555049,24563529:24577794,24569288:24577528,24569408:24577501,24581101:24590427,24601740:24602092,24610181:24621899,24640202:24640442,24719356:24730447,24753717:24756188,24757197:24758019,24851598:24852313,25015391:25039838,25026613:25059917,25026850:25060680,25026898:25061008,25071609:25095092,25221179:25231574,25236161:25251270,25240407:25250592,25276726:25279470,25290447:25291666,25333458:25334273,25337094:25339181,25390338:25422145,25391730:25411551,25391903:25410418,25398892:25404932,25399077:25407326,25495534:25495686,25506508:25506644,25516146:25532358,25541812:25551781,25548262:25556702', 'assoc_mat': '24498662:papier:4205:24538357,24507590:papier:4205:24551176,24526739:papier:4205:24555049,24563529:papier:4205:24577794,24569288:papier:4205:24577528,24569408:papier:4205:24577501,24581101:papier:4205:24590427,24601740:papier:4205:24602092,24610181:papier:4205:24621899,24640202:papier:4205:24640442,24719356:papier:4205:24730447,24753717:papier:4205:24756188,24757197:papier:4205:24758019,24851598:papier:4205:24852313,25015391:papier:4205:25039838,25026613:papier:4205:25059917,25026850:papier:4205:25060680,25026898:papier:4205:25061008,25071609:papier:4205:25095092,25221179:papier:4205:25231574,25236161:papier:4205:25251270,25240407:papier:4205:25250592,25276726:papier:4205:25279470,25290447:papier:4205:25291666,25333458:papier:4205:25334273,25337094:papier:4205:25339181,25390338:papier:4205:25422145,25391730:papier:4205:25411551,25391903:papier:4205:25410418,25398892:papier:4205:25404932,25399077:papier:4205:25407326,25495534:papier:4205:25495686,25506508:papier:4205:25506644,25516146:papier:4205:25532358,2554'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01884835034921627, 'nb_photo': 4398, 'list_port_cont': '24524059,24552377,24553625,24568011,24577608,24591586,24608269,24640809,24730580,24730620,24730641,24754747,24800818,24853236,24866506,25005488,25018250,25036624,25097310,25097748,25155349,25222342,25239145,25251244,25270815,25282597,25336248,25339927,25350095,25403773,25404824,25406525,25412796,25503490,25541022,25544786,25552660,25561296', 'assoc_port': '24507633:24552377,24508886:24553625,24523326:24524059,24567049:24568011,24569474:24577608,24581192:24591586,24592993:24608269,24640173:24640809,24719277:24730641,24719352:24730620,24719447:24730580,24753726:24754747,24796382:24800818,24851596:24853236,24862985:24866506,25004431:25005488,25017809:25018250,25036331:25036624,25070428:25097748,25097140:25097310,25150503:25155349,25209855:25222342,25235129:25251244,25236151:25239145,25263317:25270815,25281391:25282597,25325773:25336248,25337096:25339927,25348045:25350095,25391822:25403773,25398888:25404824,25399001:25406525,25401986:25412796,25501032:25503490,25519628:25544786,25540570:25541022,25541834:25552660,25555410:25561296', 'assoc_mat': '24507633:papier:4203:24552377,24508886:papier:4203:24553625,24523326:papier:4203:24524059,24567049:papier:4203:24568011,24569474:papier:4203:24577608,24581192:papier:4203:24591586,24592993:papier:4203:24608269,24640173:papier:4203:24640809,24719277:papier:4203:24730641,24719352:papier:4203:24730620,24719447:papier:4203:24730580,24753726:papier:4203:24754747,24796382:papier:4203:24800818,24851596:papier:4203:24853236,24862985:papier:4203:24866506,25004431:papier:4203:25005488,25017809:papier:4203:25018250,25036331:papier:4203:25036624,25070428:papier:4203:25097748,25097140:papier:4203:25097310,25150503:papier:4203:25155349,25209855:papier:4203:25222342,25235129:papier:4203:25251244,25236151:papier:4203:25239145,25263317:papier:4203:25270815,25281391:papier:4203:25282597,25325773:papier:4203:25336248,25337096:papier:4203:25339927,25348045:papier:4203:25350095,25391822:papier:4203:25403773,25398888:papier:4203:25404824,25399001:papier:4203:25406525,25401986:papier:4203:25412796,25501032:papier:4203:25503490,2551'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.032477386843866245, 'nb_photo': 17512, 'list_port_cont': '24476266,24495873,24499088,24499301,24499804,24502600,24502754,24503901,24504096,24505418,24505627,24507839,24508029,24509046,24509197,24509720,24509856,24510444,24510593,24517532,24523620,24526977,24560413,24564021,24564164,24567467,24567868,24570126,24570147,24575819,24576970,24577069,24581018,24581430,24581913,24582954,24583294,24583869,24584091,24584414,24585414,24587074,24590043,24593939,24595519,24602013,24607658,24610544,24612320,24640381,24640416,24640481,24640493,24640583,24640647,24676171,24679238,24682507,24682548,24691082,24719870,24719902,24720199,24720375,24720559,24720952,24721734,24721824,24721956,24722252,24722269,24753980,24754030,24754306,24754559,24754853,24761215,24761346,24774590,24776666,24846034,24846209,24848395,24850530,24851798,24853764,24858620,24863243,24863379,24863527,24863604,24992504,24996839,24996863,24998249,25002702,25005064,25007146,25010641,25015545,25015638,25015778,25018000,25026968,25026993,25027215,25027225,25027445,25027627,25027699,25027905,25027973,25028052,2502903', 'assoc_port': '24476124:24476266,24495586:24495873,24495588:24504096,24495628:24503901,24498664:24499804,24498676:24499301,24498710:24499088,24502284:24502754,24502314:24502600,24504914:24505627,24504969:24505418,24507559:24508029,24507618:24507839,24508844:24510593,24508863:24509856,24508881:24509720,24508888:24509197,24508891:24509046,24510240:24510444,24513881:24560413,24516742:24517532,24523311:24523620,24526761:24526977,24563559:24564164,24563562:24564021,24567018:24567868,24567047:24567467,24569413:24570126,24569471:24570147,24575350:24575819,24576820:24577069,24576821:24576970,24580399:24581430,24580433:24581018,24581062:24584414,24581145:24584091,24581172:24583869,24581248:24583294,24581325:24582954,24581369:24595519,24581398:24581913,24584827:24585414,24586624:24587074,24589661:24590043,24593032:24593939,24601730:24602013,24607324:24607658,24610219:24610544,24612028:24612320,24640171:24640416,24640182:24640481,24640186:24640647,24640195:24640583,24640199:24640493,24640221:24640381,24675777:24676171,24679060:2467923', 'assoc_mat': '24476124:papier:4207:24476266,24495586:papier:4207:24495873,24495588:papier:4207:24504096,24495628:papier:4207:24503901,24498664:papier:4207:24499804,24498676:papier:4207:24499301,24498710:papier:4207:24499088,24502284:papier:4207:24502754,24502314:papier:4207:24502600,24504914:papier:4207:24505627,24504969:papier:4207:24505418,24507559:papier:4207:24508029,24507618:papier:4207:24507839,24508844:papier:4207:24510593,24508863:papier:4207:24509856,24508881:papier:4207:24509720,24508888:papier:4207:24509197,24508891:papier:4207:24509046,24510240:papier:4207:24510444,24513881:papier:4207:24560413,24516742:papier:4207:24517532,24523311:papier:4207:24523620,24526761:papier:4207:24526977,24563559:papier:4207:24564164,24563562:papier:4207:24564021,24567018:papier:4207:24567868,24567047:papier:4207:24567467,24569413:papier:4207:24570126,24569471:papier:4207:24570147,24575350:papier:4207:24575819,24576820:papier:4207:24577069,24576821:papier:4207:24576970,24580399:papier:4207:24581430,24580433:papier:4207:24581018,2458'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.23006690184337789, 'nb_photo': 33025, 'list_port_cont': '24484482,24499240,24507941,24508044,24508082,24509275,24515338,24524499,24527516,24570501,24571926,24576613,24577140,24581224,24582270,24590292,24595695,24597631,24607890,24610947,24612587,24640451,24641428,24643296,24676362,24680570,24691332,24720520,24720835,24721145,24721641,24723134,24754499,24754757,24754954,24774801,24803469,24846286,24847482,24850688,24853988,24855211,24863794,24866310,24993922,25000653,25003181,25012177,25012288,25017973,25027471,25027755,25028016,25028079,25028200,25029330,25036761,25042823,25063793,25068533,25097330,25141778,25146834,25151281,25201770,25210409,25214707,25220527,25220598,25223972,25232472,25235515,25237592,25240897,25260946,25267287,25275021,25277293,25283883,25287098,25289845,25294521,25323210,25326203,25326350,25329757,25336564,25341094,25341242,25347350,25351377,25355569,25392222,25392422,25392541,25392670,25393389,25394662,25399423,25399622,25399738,25399960,25400039,25400802,25400989,25401158,25406030,25495910,25498776,25502713,25509024,25512672,25516437,2552939', 'assoc_port': '24484117:24484482,24498668:24499240,24507558:24507941,24507585:24508044,24507649:24508082,24508879:24509275,24513873:24515338,24516716:24524499,24523312:24527516,24569192:24576613,24569409:24570501,24571188:24571926,24576822:24577140,24580431:24581224,24581031:24597631,24581250:24595695,24581365:24582270,24589665:24590292,24607321:24607890,24610218:24610947,24612040:24612587,24640189:24640451,24640191:24641428,24640242:24643296,24675790:24676362,24680066:24680570,24683461:24691332,24719346:24723134,24719388:24721641,24719439:24721145,24719452:24720835,24719462:24720520,24753642:24754954,24753679:24754757,24753730:24754499,24774217:24774801,24796384:24803469,24845812:24846286,24846972:24847482,24850327:24850688,24853633:24853988,24854814:24855211,24862977:24863794,24865577:24866310,24993436:24993922,25000154:25000653,25002373:25003181,25011664:25012288,25011673:25012177,25017802:25017973,25026599:25027755,25026650:25027471,25026809:25028200,25026834:25028016,25026957:25028079,25028526:25029330,25036306:2503676', 'assoc_mat': '24484117:papier:4461:24484482,24498668:papier:4461:24499240,24507558:papier:4461:24507941,24507585:papier:4461:24508044,24507649:papier:4461:24508082,24508879:papier:4461:24509275,24513873:papier:4461:24515338,24516716:papier:4461:24524499,24523312:papier:4461:24527516,24569192:papier:4461:24576613,24569409:papier:4461:24570501,24571188:papier:4461:24571926,24576822:papier:4461:24577140,24580431:papier:4461:24581224,24581031:papier:4461:24597631,24581250:papier:4461:24595695,24581365:papier:4461:24582270,24589665:papier:4461:24590292,24607321:papier:4461:24607890,24610218:papier:4461:24610947,24612040:papier:4461:24612587,24640189:papier:4461:24640451,24640191:papier:4461:24641428,24640242:papier:4461:24643296,24675790:papier:4461:24676362,24680066:papier:4461:24680570,24683461:papier:4461:24691332,24719346:papier:4461:24723134,24719388:papier:4461:24721641,24719439:papier:4461:24721145,24719452:papier:4461:24720835,24719462:papier:4461:24720520,24753642:papier:4461:24754954,24753679:papier:4461:24754757,2475'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01635850773883218, 'nb_photo': 4735, 'list_port_cont': '24477770,24495843,24499198,24502620,24506724,24507950,24509185,24510480,24521999,24523693,24533525,24560900,24564427,24567696,24570343,24576044,24578527,24580924,24581726,24582009,24582144,24582774,24582831,24583054,24585327,24594138,24595181,24602217,24610572,24610776,24612437,24640399,24640519,24640541,24640569,24680405,24682691,24720281,24720490,24720702,24721123,24721244,24721422,24722109,24722520,24722635,24754206,24754234,24754628,24754673,24754983,24761219,24761389,24774603,24774672,24846125,24846244,24850593,24853953,24856128,24858710,24863156,24863230,24863638,24863712,24992481,24998366,24998437,25002685,25007240,25007445,25010679,25010703,25014424,25015505,25018086,25018107,25027247,25027254,25027464,25027664,25027791,25027805,25027897,25028150,25028415,25029046,25042707,25068492,25071745,25097228,25141718,25143680,25146707,25151064,25201634,25207710,25214586,25220519,25223717,25224058,25227138,25232321,25233321,25236422,25242132,25259582,25264016,25274717,25274827,25280449,25281813,25283713,2528673', 'assoc_port': '24477456:24477770,24495610:24495843,24498674:24499198,24502320:24502620,24506207:24506724,24507555:24507950,24508846:24509185,24510221:24510480,24513877:24560900,24516735:24533525,24521602:24521999,24523339:24523693,24563545:24564427,24566994:24567696,24569444:24578527,24569450:24570343,24575348:24576044,24580369:24580924,24581028:24581726,24581042:24582144,24581122:24582774,24581167:24582831,24581246:24583054,24581315:24595181,24581360:24582009,24584865:24585327,24592992:24594138,24601722:24602217,24610182:24610776,24610238:24610572,24612039:24612437,24640178:24640399,24640180:24640541,24640193:24640569,24640240:24640519,24680064:24680405,24682273:24682691,24719312:24720281,24719357:24720702,24719359:24721123,24719411:24721422,24719427:24722109,24719443:24722520,24719449:24722635,24719456:24721244,24719460:24720490,24753641:24754234,24753643:24754628,24753675:24754983,24753686:24754673,24753731:24754206,24760968:24761389,24761001:24761219,24774224:24774603,24774238:24774672,24845781:24846125,24845810:2484624', 'assoc_mat': '24477456:papier:4200:24477770,24495610:papier:4200:24495843,24498674:papier:4200:24499198,24502320:papier:4200:24502620,24506207:papier:4200:24506724,24507555:papier:4200:24507950,24508846:papier:4200:24509185,24510221:papier:4200:24510480,24513877:papier:4200:24560900,24516735:papier:4200:24533525,24521602:papier:4200:24521999,24523339:papier:4200:24523693,24563545:papier:4200:24564427,24566994:papier:4200:24567696,24569444:papier:4200:24578527,24569450:papier:4200:24570343,24575348:papier:4200:24576044,24580369:papier:4200:24580924,24581028:papier:4200:24581726,24581042:papier:4200:24582144,24581122:papier:4200:24582774,24581167:papier:4200:24582831,24581246:papier:4200:24583054,24581315:papier:4200:24595181,24581360:papier:4200:24582009,24584865:papier:4200:24585327,24592992:papier:4200:24594138,24601722:papier:4200:24602217,24610182:papier:4200:24610776,24610238:papier:4200:24610572,24612039:papier:4200:24612437,24640178:papier:4200:24640399,24640180:papier:4200:24640541,24640193:papier:4200:24640569,2464'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9313039202475947, 'nb_photo': 27688, 'list_port_cont': '24495821,24495858,24495912,24502736,24505511,24512633,24524302,24526883,24570258,24572163,24581815,24582287,24582383,24586595,24587491,24597129,24607999,24640614,24640652,24679430,24682726,24720317,24720365,24720448,24720866,24754592,24754693,24754849,24776832,24852001,24852042,24858556,24858863,24866297,24992721,25007389,25015693,25027387,25027546,25027562,25029263,25031752,25036699,25042938,25063448,25070894,25097282,25146814,25153261,25202917,25206713,25208781,25221622,25223910,25259217,25259515,25260692,25274597,25302692,25312754,25326192,25336254,25337244,25340976,25394574,25399230,25399537,25399673,25399792,25400194,25400313,25402412,25403539,25495773,25495872,25503177,25512229,25522128,25528694,25534103,25543051,25546254,25549754,25560534', 'assoc_port': '24495590:24495821,24495594:24495912,24495596:24495858,24502280:24502736,24504955:24505511,24508849:24512633,24516747:24524302,24526771:24526883,24569179:24570258,24571189:24572163,24581037:24586595,24581310:24582383,24581418:24582287,24581423:24581815,24586608:24587491,24595778:24597129,24607325:24607999,24640184:24640652,24640201:24640614,24679058:24679430,24682275:24682726,24719331:24720866,24719391:24720448,24719393:24720317,24719451:24720365,24753646:24754849,24753703:24754693,24753733:24754592,24776490:24776832,24851564:24852042,24851597:24852001,24858049:24858863,24858069:24858556,24865585:24866297,24992143:24992721,25006842:25007389,25015389:25015693,25026600:25027387,25026813:25027562,25026881:25027546,25026901:25031752,25028534:25029263,25036315:25036699,25042363:25042938,25063054:25063448,25070444:25070894,25097129:25097282,25146406:25146814,25152660:25153261,25197412:25208781,25197413:25202917,25206380:25206713,25221180:25221622,25223393:25223910,25259007:25259515,25259022:25259217,25260480:2526069', 'assoc_mat': '24495590:papier:4209:24495821,24495594:papier:4209:24495912,24495596:papier:4209:24495858,24502280:papier:4209:24502736,24504955:papier:4209:24505511,24508849:papier:4209:24512633,24516747:papier:4209:24524302,24526771:papier:4209:24526883,24569179:papier:4209:24570258,24571189:papier:4209:24572163,24581037:papier:4209:24586595,24581310:papier:4209:24582383,24581418:papier:4209:24582287,24581423:papier:4209:24581815,24586608:papier:4209:24587491,24595778:papier:4209:24597129,24607325:papier:4209:24607999,24640184:papier:4209:24640652,24640201:papier:4209:24640614,24679058:papier:4209:24679430,24682275:papier:4209:24682726,24719331:papier:4209:24720866,24719391:papier:4209:24720448,24719393:papier:4209:24720317,24719451:papier:4209:24720365,24753646:papier:4209:24754849,24753703:papier:4209:24754693,24753733:papier:4209:24754592,24776490:papier:4209:24776832,24851564:papier:4209:24852042,24851597:papier:4209:24852001,24858049:papier:4209:24858863,24858069:papier:4209:24858556,24865585:papier:4209:24866297,2499'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011528447133541923, 'nb_photo': 18675, 'list_port_cont': '24469644,24470073,24478242,24484545,24495981,24499404,24499573,24502839,24507119,24508391,24508444,24509437,24509590,24521944,24527500,24546412,24546868,24552311,24564785,24568288,24568483,24568791,24570633,24570922,24576193,24581556,24582533,24583286,24583525,24583748,24585788,24590472,24595667,24597179,24607962,24611069,24612797,24640671,24640711,24640755,24673179,24676461,24680633,24680713,24683825,24721357,24721488,24722083,24722322,24722557,24724139,24724420,24754563,24754816,24755228,24757588,24761640,24774973,24777000,24846339,24852025,24852218,24854085,24855292,24863832,24866521,24872112,24992869,24997422,24998554,25003246,25003456,25009711,25012243,25012512,25018015,25027340,25027565,25027682,25028561,25028728,25028793,25029275,25029795,25030072,25036570,25042892,25047281,25063753,25067423,25068595,25071808,25097375,25141880,25143847,25147836,25151415,25156180,25210485,25216501,25217227,25218526,25220768,25227382,25232649,25235465,25236773,25245961,25246358,25247844,25260244,25261270,25264658,2527116', 'assoc_port': '24469358:24470073,24469360:24469644,24477484:24478242,24484132:24484545,24495625:24495981,24498679:24499573,24498707:24499404,24502312:24502839,24506203:24507119,24507557:24508444,24507588:24508391,24508877:24509590,24508890:24509437,24513858:24546868,24513869:24546412,24521600:24521944,24526772:24527500,24539740:24552311,24563558:24568791,24563561:24564785,24567016:24568483,24567058:24568288,24569411:24570922,24569447:24570633,24575366:24576193,24580402:24581556,24581034:24583748,24581162:24583525,24581286:24583286,24581372:24595667,24581374:24582533,24584845:24585788,24589660:24590472,24595818:24597179,24607323:24607962,24610239:24611069,24612038:24612797,24640188:24640755,24640197:24640711,24640200:24640671,24672756:24673179,24675764:24676461,24680065:24680713,24680117:24680633,24683459:24683825,24719304:24724420,24719310:24724139,24719374:24722557,24719432:24722322,24719442:24722083,24719446:24721488,24719455:24721357,24753638:24755228,24753661:24754816,24753728:24754563,24757195:24757588,24760971:2476164', 'assoc_mat': '24469358:papier:4211:24470073,24469360:papier:4211:24469644,24477484:papier:4211:24478242,24484132:papier:4211:24484545,24495625:papier:4211:24495981,24498679:papier:4211:24499573,24498707:papier:4211:24499404,24502312:papier:4211:24502839,24506203:papier:4211:24507119,24507557:papier:4211:24508444,24507588:papier:4211:24508391,24508877:papier:4211:24509590,24508890:papier:4211:24509437,24513858:papier:4211:24546868,24513869:papier:4211:24546412,24521600:papier:4211:24521944,24526772:papier:4211:24527500,24539740:papier:4211:24552311,24563558:papier:4211:24568791,24563561:papier:4211:24564785,24567016:papier:4211:24568483,24567058:papier:4211:24568288,24569411:papier:4211:24570922,24569447:papier:4211:24570633,24575366:papier:4211:24576193,24580402:papier:4211:24581556,24581034:papier:4211:24583748,24581162:papier:4211:24583525,24581286:papier:4211:24583286,24581372:papier:4211:24595667,24581374:papier:4211:24582533,24584845:papier:4211:24585788,24589660:papier:4211:24590472,24595818:papier:4211:24597179,2460'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.01065910713686724, 'nb_photo': 790, 'list_port_cont': '24484997,24503064,24503113,24505799,24508526,24509631,24511352,24522561,24522768,24523268,24524105,24565650,24565712,24568881,24570416,24570864,24571087,24571185,24571530,24572599,24576559,24576568,24577345,24582405,24582692,24582935,24583988,24584006,24584483,24584519,24584618,24596080,24596142,24597871,24601278,24606863,24608418,24610756,24611542,24612878,24641040,24641052,24641075,24680955,24721570,24721648,24721910,24722066,24722607,24723118,24723264,24724124,24724827,24725271,24727088,24730016,24755364,24757954,24761778,24775098,24846564,24847736,24848845,24848916,24851008,24852333,24859386,24863774,24864077,24866882,24866895,24994510,24997485,24998847,25000947,25006214,25007836,25012692,25028456,25028705,25029078,25029101,25029293,25029575,25029708,25030010,25037054,25037104,25043113,25047964,25067676,25071261,25097394,25142086,25144033,25147242,25149987,25159073,25200656,25212344,25215101,25218702,25224291,25232700,25233713,25237037,25237131,25241197,25241424,25260070,25264864,25271586,25275182,2527740', 'assoc_port': '24484130:24484997,24502310:24503113,24502316:24503064,24504928:24505799,24507592:24508526,24508842:24509631,24510235:24511352,24516729:24523268,24521573:24522561,24521601:24522768,24523313:24524105,24563516:24565712,24563560:24565650,24567020:24568881,24569406:24571530,24569410:24571185,24569415:24571087,24569429:24570416,24569477:24570864,24571193:24572599,24575359:24576568,24575380:24576559,24576823:24577345,24580366:24582935,24580385:24582692,24580404:24582405,24581128:24584618,24581170:24584519,24581320:24584483,24581330:24584006,24581378:24583988,24592991:24596142,24593006:24596080,24595725:24597871,24595828:24601278,24605492:24606863,24607322:24608418,24610183:24611542,24610237:24610756,24612037:24612878,24640175:24641075,24640196:24641052,24640241:24641040,24680095:24680955,24719278:24725271,24719308:24724827,24719348:24730016,24719358:24724124,24719361:24723118,24719397:24723264,24719425:24721648,24719440:24722607,24719445:24727088,24719450:24722066,24719457:24721910,24719459:24721570,24753682:2475536', 'assoc_mat': '24484130:papier:3327:24484997,24502310:papier:3327:24503113,24502316:papier:3327:24503064,24504928:papier:3327:24505799,24507592:papier:3327:24508526,24508842:papier:3327:24509631,24510235:papier:3327:24511352,24516729:papier:3327:24523268,24521573:papier:3327:24522561,24521601:papier:3327:24522768,24523313:papier:3327:24524105,24563516:papier:3327:24565712,24563560:papier:3327:24565650,24567020:papier:3327:24568881,24569406:papier:3327:24571530,24569410:papier:3327:24571185,24569415:papier:3327:24571087,24569429:papier:3327:24570416,24569477:papier:3327:24570864,24571193:papier:3327:24572599,24575359:papier:3327:24576568,24575380:papier:3327:24576559,24576823:papier:3327:24577345,24580366:papier:3327:24582935,24580385:papier:3327:24582692,24580404:papier:3327:24582405,24581128:papier:3327:24584618,24581170:papier:3327:24584519,24581320:papier:3327:24584483,24581330:papier:3327:24584006,24581378:papier:3327:24583988,24592991:papier:3327:24596142,24593006:papier:3327:24596080,24595725:papier:3327:24597871,2459'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.10437658237476158, 'nb_photo': 6095, 'list_port_cont': '24497055,24511253,24581967,24583642,24583722,24747086,24754183,24855466,24858781,24866333,25042930,25228471,25238609,25259630,25267417,25267791,25274824,25281023,25283955,25290109,25290791,25294415,25326302,25336402,25341160,25355766,25402382,25402521,25402995,25403025,25403333,25406574,25496001,25512641,25534355,25538924', 'assoc_port': '24495592:24497055,24510238:24511253,24581228:24583642,24581312:24583722,24581421:24581967,24719395:24747086,24753734:24754183,24854816:24855466,24858050:24858781,24865582:24866333,25042396:25042930,25227894:25228471,25235115:25238609,25259010:25259630,25266815:25267791,25266836:25267417,25274163:25274824,25280290:25281023,25283502:25283955,25286606:25290109,25290433:25290791,25294006:25294415,25325810:25326302,25335919:25336402,25340659:25341160,25355341:25355766,25391813:25402521,25391875:25403025,25398994:25403333,25399044:25402995,25401991:25402382,25403226:25406574,25495530:25496001,25511985:25512641,25533900:25534355,25538280:25538924', 'assoc_mat': '24495592:papier:3594:24497055,24510238:papier:3594:24511253,24581228:papier:3594:24583642,24581312:papier:3594:24583722,24581421:papier:3594:24581967,24719395:papier:3594:24747086,24753734:papier:3594:24754183,24854816:papier:3594:24855466,24858050:papier:3594:24858781,24865582:papier:3594:24866333,25042396:papier:3594:25042930,25227894:papier:3594:25228471,25235115:papier:3594:25238609,25259010:papier:3594:25259630,25266815:papier:3594:25267791,25266836:papier:3594:25267417,25274163:papier:3594:25274824,25280290:papier:3594:25281023,25283502:papier:3594:25283955,25286606:papier:3594:25290109,25290433:papier:3594:25290791,25294006:papier:3594:25294415,25325810:papier:3594:25326302,25335919:papier:3594:25336402,25340659:papier:3594:25341160,25355341:papier:3594:25355766,25391813:papier:3594:25402521,25391875:papier:3594:25403025,25398994:papier:3594:25403333,25399044:papier:3594:25402995,25401991:papier:3594:25402382,25403226:papier:3594:25406574,25495530:papier:3594:25496001,25511985:papier:3594:25512641,2553'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0057592291806354695, 'nb_photo': 46, 'list_port_cont': '24538349,24551182,24577795,24590419,24602101,24640435,24730444,24852315,25039841,25095088,25231577,25250599,25251260,25279473,25334278,25404941,25410420,25411552,25422136,25495673,25506650,25532355', 'assoc_port': '24498662:24538349,24507590:24551182,24563529:24577795,24581101:24590419,24601740:24602101,24640202:24640435,24719356:24730444,24851598:24852315,25015391:25039841,25071609:25095088,25221179:25231577,25236161:25251260,25240407:25250599,25276726:25279473,25333458:25334278,25390338:25422136,25391730:25411552,25391903:25410420,25398892:25404941,25495534:25495673,25506508:25506650,25516146:25532355', 'assoc_mat': '24498662:pehd:4205:24538349,24507590:pehd:4205:24551182,24563529:pehd:4205:24577795,24581101:pehd:4205:24590419,24601740:pehd:4205:24602101,24640202:pehd:4205:24640435,24719356:pehd:4205:24730444,24851598:pehd:4205:24852315,25015391:pehd:4205:25039841,25071609:pehd:4205:25095088,25221179:pehd:4205:25231577,25236161:pehd:4205:25251260,25240407:pehd:4205:25250599,25276726:pehd:4205:25279473,25333458:pehd:4205:25334278,25390338:pehd:4205:25422136,25391730:pehd:4205:25411552,25391903:pehd:4205:25410420,25398892:pehd:4205:25404941,25495534:pehd:4205:25495673,25506508:pehd:4205:25506650,25516146:pehd:4205:25532355'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.003411585798455277, 'nb_photo': 160, 'list_port_cont': '24524056,24552370,24553617,24568020,24577607,24608274,24640815,24730590,24730619,24730642,24754743,24800809,24853244,24866497,25005492,25018243,25036617,25097324,25097740,25155342,25222334,25239142,25270812,25336236,25339930,25350105,25403767,25404833,25406518,25412807,25503500,25541020,25544785,25552659,25561299', 'assoc_port': '24507633:24552370,24508886:24553617,24523326:24524056,24567049:24568020,24569474:24577607,24592993:24608274,24640173:24640815,24719277:24730642,24719352:24730619,24719447:24730590,24753726:24754743,24796382:24800809,24851596:24853244,24862985:24866497,25004431:25005492,25017809:25018243,25036331:25036617,25070428:25097740,25097140:25097324,25150503:25155342,25209855:25222334,25236151:25239142,25263317:25270812,25325773:25336236,25337096:25339930,25348045:25350105,25391822:25403767,25398888:25404833,25399001:25406518,25401986:25412807,25501032:25503500,25519628:25544785,25540570:25541020,25541834:25552659,25555410:25561299', 'assoc_mat': '24507633:pehd:4203:24552370,24508886:pehd:4203:24553617,24523326:pehd:4203:24524056,24567049:pehd:4203:24568020,24569474:pehd:4203:24577607,24592993:pehd:4203:24608274,24640173:pehd:4203:24640815,24719277:pehd:4203:24730642,24719352:pehd:4203:24730619,24719447:pehd:4203:24730590,24753726:pehd:4203:24754743,24796382:pehd:4203:24800809,24851596:pehd:4203:24853244,24862985:pehd:4203:24866497,25004431:pehd:4203:25005492,25017809:pehd:4203:25018243,25036331:pehd:4203:25036617,25070428:pehd:4203:25097740,25097140:pehd:4203:25097324,25150503:pehd:4203:25155342,25209855:pehd:4203:25222334,25236151:pehd:4203:25239142,25263317:pehd:4203:25270812,25325773:pehd:4203:25336236,25337096:pehd:4203:25339930,25348045:pehd:4203:25350105,25391822:pehd:4203:25403767,25398888:pehd:4203:25404833,25399001:pehd:4203:25406518,25401986:pehd:4203:25412807,25501032:pehd:4203:25503500,25519628:pehd:4203:25544785,25540570:pehd:4203:25541020,25541834:pehd:4203:25552659,25555410:pehd:4203:25561299'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002964679844899847, 'nb_photo': 202, 'list_port_cont': '24499094,24499809,24502589,24503925,24508024,24509707,24509863,24510592,24526978,24564013,24564158,24567465,24567865,24570127,24575814,24577056,24581016,24581435,24581915,24583297,24584092,24584422,24585420,24587068,24593940,24602011,24610551,24640503,24640590,24682549,24720184,24720380,24720947,24721745,24721837,24721961,24722248,24753978,24754036,24754312,24754864,24761205,24761361,24774598,24776674,24846029,24846203,24848391,24850520,24858635,24863601,24992508,25002710,25015553,25015779,25026982,25026988,25027233,25027701,25027968,25028068,25067061,25068255,25097176,25097204,25097239,25099500,25141668,25223023,25226753,25227098,25227171,25231341,25232547,25250011,25250702,25252510,25259778,25267751,25271009,25279322,25280391,25284044,25286800,25291467,25294026,25294829,25307031,25312772,25319937,25336602,25337426,25339093,25341893,25346693,25348503,25348931,25348954,25360913,25360971,25391643,25403400,25403892,25405256,25405409,25405498,25405999,25406431,25408065,25410034,25410987,25411356,25411932,2541215', 'assoc_port': '24495628:24503925,24498664:24499809,24498710:24499094,24502314:24502589,24507559:24508024,24508844:24510592,24508863:24509863,24508881:24509707,24526761:24526978,24563559:24564158,24563562:24564013,24567018:24567865,24567047:24567465,24569413:24570127,24575350:24575814,24576820:24577056,24580399:24581435,24580433:24581016,24581062:24584422,24581145:24584092,24581248:24583297,24581398:24581915,24584827:24585420,24586624:24587068,24593032:24593940,24601730:24602011,24610219:24610551,24640182:24640503,24640195:24640590,24682259:24682549,24719315:24720184,24719360:24720947,24719430:24721745,24719437:24721961,24719448:24722248,24719454:24721837,24719458:24720380,24753612:24754036,24753644:24754864,24753689:24754312,24753719:24753978,24760969:24761361,24760987:24761205,24774219:24774598,24776489:24776674,24845808:24846029,24845811:24846203,24848230:24848391,24850321:24850520,24858048:24858635,24862979:24863601,24992156:24992508,25002376:25002710,25015368:25015553,25015384:25015779,25026591:25026982,25026603:2502723', 'assoc_mat': '24495628:pehd:4207:24503925,24498664:pehd:4207:24499809,24498710:pehd:4207:24499094,24502314:pehd:4207:24502589,24507559:pehd:4207:24508024,24508844:pehd:4207:24510592,24508863:pehd:4207:24509863,24508881:pehd:4207:24509707,24526761:pehd:4207:24526978,24563559:pehd:4207:24564158,24563562:pehd:4207:24564013,24567018:pehd:4207:24567865,24567047:pehd:4207:24567465,24569413:pehd:4207:24570127,24575350:pehd:4207:24575814,24576820:pehd:4207:24577056,24580399:pehd:4207:24581435,24580433:pehd:4207:24581016,24581062:pehd:4207:24584422,24581145:pehd:4207:24584092,24581248:pehd:4207:24583297,24581398:pehd:4207:24581915,24584827:pehd:4207:24585420,24586624:pehd:4207:24587068,24593032:pehd:4207:24593940,24601730:pehd:4207:24602011,24610219:pehd:4207:24610551,24640182:pehd:4207:24640503,24640195:pehd:4207:24640590,24682259:pehd:4207:24682549,24719315:pehd:4207:24720184,24719360:pehd:4207:24720947,24719430:pehd:4207:24721745,24719437:pehd:4207:24721961,24719448:pehd:4207:24722248,24719454:pehd:4207:24721837,24719458:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00840344605520651, 'nb_photo': 11, 'list_port_cont': '24499246,24597634,25000662,25028022,25028206,25237581,25326345,25400988,25498779,25516430,25553729', 'assoc_port': '24498668:24499246,24581031:24597634,25000154:25000662,25026809:25028206,25026834:25028022,25237305:25237581,25325771:25326345,25398896:25400988,25498470:25498779,25516162:25516430,25553232:25553729', 'assoc_mat': '24498668:pehd:4461:24499246,24581031:pehd:4461:24597634,25000154:pehd:4461:25000662,25026809:pehd:4461:25028206,25026834:pehd:4461:25028022,25237305:pehd:4461:25237581,25325771:pehd:4461:25326345,25398896:pehd:4461:25400988,25498470:pehd:4461:25498779,25516162:pehd:4461:25516430,25553232:pehd:4461:25553729'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.006334631639436643, 'nb_photo': 479, 'list_port_cont': '24477772,24495836,24499196,24502619,24507938,24509177,24510488,24521995,24523698,24533534,24560912,24564429,24567695,24570341,24576054,24580937,24581728,24581996,24582145,24582838,24583066,24585322,24594148,24595186,24602220,24610570,24610769,24612439,24640403,24640521,24640549,24640566,24680402,24682695,24720272,24720493,24720693,24721116,24721245,24721414,24722106,24722514,24722641,24754228,24754616,24754668,24754982,24761395,24774607,24846121,24846242,24850598,24853951,24856130,24858716,24863228,24863705,24992492,24998367,24998448,25002687,25007239,25007441,25010684,25010698,25014428,25015503,25027236,25027260,25027468,25027652,25027788,25027900,25028153,25028419,25029313,25068489,25071743,25097225,25141724,25143689,25146702,25151077,25201609,25207700,25214589,25220512,25223722,25227143,25232319,25236434,25242123,25259583,25264017,25274724,25274829,25281817,25289574,25294199,25294757,25302602,25302673,25321730,25326449,25329283,25333767,25339812,25347174,25347409,25351221,25391933,25392117,25392448,2539315', 'assoc_port': '24477456:24477772,24495610:24495836,24498674:24499196,24502320:24502619,24507555:24507938,24508846:24509177,24510221:24510488,24513877:24560912,24516735:24533534,24521602:24521995,24523339:24523698,24563545:24564429,24566994:24567695,24569450:24570341,24575348:24576054,24580369:24580937,24581028:24581728,24581042:24582145,24581167:24582838,24581246:24583066,24581315:24595186,24581360:24581996,24584865:24585322,24592992:24594148,24601722:24602220,24610182:24610769,24610238:24610570,24612039:24612439,24640178:24640403,24640180:24640549,24640193:24640566,24640240:24640521,24680064:24680402,24682273:24682695,24719312:24720272,24719357:24720693,24719359:24721116,24719411:24721414,24719427:24722106,24719443:24722514,24719449:24722641,24719456:24721245,24719460:24720493,24753641:24754228,24753643:24754616,24753675:24754982,24753686:24754668,24760968:24761395,24774224:24774607,24845781:24846121,24845810:24846242,24848229:24856130,24850324:24850598,24853632:24853951,24858082:24858716,24862976:24863705,24862981:2486322', 'assoc_mat': '24477456:pehd:4200:24477772,24495610:pehd:4200:24495836,24498674:pehd:4200:24499196,24502320:pehd:4200:24502619,24507555:pehd:4200:24507938,24508846:pehd:4200:24509177,24510221:pehd:4200:24510488,24513877:pehd:4200:24560912,24516735:pehd:4200:24533534,24521602:pehd:4200:24521995,24523339:pehd:4200:24523698,24563545:pehd:4200:24564429,24566994:pehd:4200:24567695,24569450:pehd:4200:24570341,24575348:pehd:4200:24576054,24580369:pehd:4200:24580937,24581028:pehd:4200:24581728,24581042:pehd:4200:24582145,24581167:pehd:4200:24582838,24581246:pehd:4200:24583066,24581315:pehd:4200:24595186,24581360:pehd:4200:24581996,24584865:pehd:4200:24585322,24592992:pehd:4200:24594148,24601722:pehd:4200:24602220,24610182:pehd:4200:24610769,24610238:pehd:4200:24610570,24612039:pehd:4200:24612439,24640178:pehd:4200:24640403,24640180:pehd:4200:24640549,24640193:pehd:4200:24640566,24640240:pehd:4200:24640521,24680064:pehd:4200:24680402,24682273:pehd:4200:24682695,24719312:pehd:4200:24720272,24719357:pehd:4200:24720693,24719359:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.005076315085674862, 'nb_photo': 116, 'list_port_cont': '24495920,24502744,24505502,24512638,24524290,24570253,24572153,24582288,24582374,24586593,24587502,24597123,24640626,24640661,24679435,24682728,24720366,24754701,24754838,24776839,24851996,24858864,24866294,24992720,25007382,25027533,25027572,25031760,25036693,25063441,25070904,25146819,25153264,25202926,25206720,25223911,25259218,25259522,25260696,25274596,25302687,25326184,25337256,25340972,25394566,25399533,25400202,25400309,25403544,25495765,25495880,25512220,25522129,25546249,25549743', 'assoc_port': '24495594:24495920,24502280:24502744,24504955:24505502,24508849:24512638,24516747:24524290,24569179:24570253,24571189:24572153,24581037:24586593,24581310:24582374,24581418:24582288,24586608:24587502,24595778:24597123,24640184:24640661,24640201:24640626,24679058:24679435,24682275:24682728,24719451:24720366,24753646:24754838,24753703:24754701,24776490:24776839,24851597:24851996,24858049:24858864,24865585:24866294,24992143:24992720,25006842:25007382,25026813:25027572,25026881:25027533,25026901:25031760,25036315:25036693,25063054:25063441,25070444:25070904,25146406:25146819,25152660:25153264,25197413:25202926,25206380:25206720,25223393:25223911,25259007:25259522,25259022:25259218,25260480:25260696,25274165:25274596,25302444:25302687,25325811:25326184,25328521:25337256,25340657:25340972,25394243:25394566,25398885:25400309,25398930:25400202,25398996:25399533,25403210:25403544,25495528:25495880,25495532:25495765,25511987:25512220,25521823:25522129,25545870:25546249,25549511:25549743', 'assoc_mat': '24495594:pehd:4209:24495920,24502280:pehd:4209:24502744,24504955:pehd:4209:24505502,24508849:pehd:4209:24512638,24516747:pehd:4209:24524290,24569179:pehd:4209:24570253,24571189:pehd:4209:24572153,24581037:pehd:4209:24586593,24581310:pehd:4209:24582374,24581418:pehd:4209:24582288,24586608:pehd:4209:24587502,24595778:pehd:4209:24597123,24640184:pehd:4209:24640661,24640201:pehd:4209:24640626,24679058:pehd:4209:24679435,24682275:pehd:4209:24682728,24719451:pehd:4209:24720366,24753646:pehd:4209:24754838,24753703:pehd:4209:24754701,24776490:pehd:4209:24776839,24851597:pehd:4209:24851996,24858049:pehd:4209:24858864,24865585:pehd:4209:24866294,24992143:pehd:4209:24992720,25006842:pehd:4209:25007382,25026813:pehd:4209:25027572,25026881:pehd:4209:25027533,25026901:pehd:4209:25031760,25036315:pehd:4209:25036693,25063054:pehd:4209:25063441,25070444:pehd:4209:25070904,25146406:pehd:4209:25146819,25152660:pehd:4209:25153264,25197413:pehd:4209:25202926,25206380:pehd:4209:25206720,25223393:pehd:4209:25223911,25259007:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9583953046367029, 'nb_photo': 5191, 'list_port_cont': '24469652,24470061,24478255,24484530,24495968,24499407,24499574,24502834,24507113,24508392,24508433,24509415,24509589,24521952,24527494,24546414,24546863,24552305,24564780,24568286,24568485,24568803,24570621,24570935,24576198,24581555,24582521,24583270,24583535,24583752,24585791,24590465,24595675,24597190,24607964,24611058,24612798,24640667,24640705,24640761,24673199,24676460,24680630,24680718,24683835,24721346,24721494,24722080,24722314,24722551,24724149,24724419,24754567,24754808,24755233,24757597,24761633,24774975,24777014,24846346,24852023,24852212,24854081,24855295,24863830,24866511,24872104,24992873,24997437,24998556,25003240,25003457,25009705,25012241,25012503,25018022,25027341,25027555,25027667,25028567,25028751,25028788,25029274,25029783,25030074,25036566,25042888,25047278,25063754,25067424,25068604,25071804,25097376,25141875,25143843,25147841,25151416,25156185,25210483,25216504,25217229,25218522,25220771,25227383,25232650,25235472,25236779,25245964,25246360,25247843,25260252,25261275,25264653,2527116', 'assoc_port': '24469358:24470061,24469360:24469652,24477484:24478255,24484132:24484530,24495625:24495968,24498679:24499574,24498707:24499407,24502312:24502834,24506203:24507113,24507557:24508433,24507588:24508392,24508877:24509589,24508890:24509415,24513858:24546863,24513869:24546414,24521600:24521952,24526772:24527494,24539740:24552305,24563558:24568803,24563561:24564780,24567016:24568485,24567058:24568286,24569411:24570935,24569447:24570621,24575366:24576198,24580402:24581555,24581034:24583752,24581162:24583535,24581286:24583270,24581372:24595675,24581374:24582521,24584845:24585791,24589660:24590465,24595818:24597190,24607323:24607964,24610239:24611058,24612038:24612798,24640188:24640761,24640197:24640705,24640200:24640667,24672756:24673199,24675764:24676460,24680065:24680718,24680117:24680630,24683459:24683835,24719304:24724419,24719310:24724149,24719374:24722551,24719432:24722314,24719442:24722080,24719446:24721494,24719455:24721346,24753638:24755233,24753661:24754808,24753728:24754567,24757195:24757597,24760971:2476163', 'assoc_mat': '24469358:pehd:4211:24470061,24469360:pehd:4211:24469652,24477484:pehd:4211:24478255,24484132:pehd:4211:24484530,24495625:pehd:4211:24495968,24498679:pehd:4211:24499574,24498707:pehd:4211:24499407,24502312:pehd:4211:24502834,24506203:pehd:4211:24507113,24507557:pehd:4211:24508433,24507588:pehd:4211:24508392,24508877:pehd:4211:24509589,24508890:pehd:4211:24509415,24513858:pehd:4211:24546863,24513869:pehd:4211:24546414,24521600:pehd:4211:24521952,24526772:pehd:4211:24527494,24539740:pehd:4211:24552305,24563558:pehd:4211:24568803,24563561:pehd:4211:24564780,24567016:pehd:4211:24568485,24567058:pehd:4211:24568286,24569411:pehd:4211:24570935,24569447:pehd:4211:24570621,24575366:pehd:4211:24576198,24580402:pehd:4211:24581555,24581034:pehd:4211:24583752,24581162:pehd:4211:24583535,24581286:pehd:4211:24583270,24581372:pehd:4211:24595675,24581374:pehd:4211:24582521,24584845:pehd:4211:24585791,24589660:pehd:4211:24590465,24595818:pehd:4211:24597190,24607323:pehd:4211:24607964,24610239:pehd:4211:24611058,24612038:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002525955787353019, 'nb_photo': 4, 'list_port_cont': '24606866,24725269,25281048,25284139', 'assoc_port': '24605492:24606866,24719278:24725269,25280263:25281048,25283498:25284139', 'assoc_mat': '24605492:pehd:3327:24606866,24719278:pehd:3327:24725269,25280263:pehd:3327:25281048,25283498:pehd:3327:25284139'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0012833719135802468, 'nb_photo': 1, 'list_port_cont': '24754173', 'assoc_port': '24753734:24754173', 'assoc_mat': '24753734:pehd:3594:24754173'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0036074245599928127, 'nb_photo': 6, 'list_port_cont': '24577799,24730437,25251271,25291677,25556706', 'assoc_port': '24563529:24577799,24719356:24730437,25236161:25251271,25290447:25291677,25548262:25556706', 'assoc_mat': '24563529:pet_clair:4205:24577799,24719356:pet_clair:4205:24730437,25236161:pet_clair:4205:25251271,25290447:pet_clair:4205:25291677,25548262:pet_clair:4205:25556706'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0001609495659003451, 'nb_photo': 1, 'list_port_cont': '24568018', 'assoc_port': '24567049:24568018', 'assoc_mat': '24567049:pet_clair:4203:24568018'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0019894420131339424, 'nb_photo': 12, 'list_port_cont': '24510440,24610552,24612322,24761217,24858622,24863254,24996855,25002711,25028053,25250388,25336599,25406001', 'assoc_port': '24510240:24510440,24610219:24610552,24612028:24612322,24760987:24761217,24858048:24858622,24862954:24863254,24996662:24996855,25002376:25002711,25026882:25028053,25240382:25250388,25325806:25336599,25398989:25406001', 'assoc_mat': '24510240:pet_clair:4207:24510440,24610219:pet_clair:4207:24610552,24612028:pet_clair:4207:24612322,24760987:pet_clair:4207:24761217,24858048:pet_clair:4207:24858622,24862954:pet_clair:4207:24863254,24996662:pet_clair:4207:24996855,25002376:pet_clair:4207:25002711,25026882:pet_clair:4207:25028053,25240382:pet_clair:4207:25250388,25325806:pet_clair:4207:25336599,25398989:pet_clair:4207:25406001'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.004852482900876865, 'nb_photo': 96, 'list_port_cont': '24495834,24502616,24509186,24510481,24522002,24533528,24567702,24576055,24578539,24582004,24582832,24583055,24594154,24610561,24640404,24640515,24680397,24720279,24720692,24721124,24721398,24722120,24722512,24754225,24850596,24863150,24863710,25007448,25014427,25018116,25027222,25027235,25027784,25068491,25071739,25097229,25143687,25201623,25227152,25236430,25264013,25274731,25280445,25281822,25283721,25286741,25289566,25302600,25321734,25326447,25329271,25391935,25392102,25393162,25394005,25394235,25399399,25401369,25401869,25402349,25495959,25505656,25510458,25534310,25537512,25540961,25552338', 'assoc_port': '24495610:24495834,24502320:24502616,24508846:24509186,24510221:24510481,24516735:24533528,24521602:24522002,24566994:24567702,24569444:24578539,24575348:24576055,24581167:24582832,24581246:24583055,24581360:24582004,24592992:24594154,24610238:24610561,24640178:24640404,24640240:24640515,24680064:24680397,24719312:24720279,24719357:24720692,24719359:24721124,24719411:24721398,24719427:24722120,24719443:24722512,24753641:24754225,24850324:24850596,24862976:24863710,24862980:24863150,24993437:25014427,25006838:25007448,25017811:25018116,25026588:25027222,25026606:25027235,25026944:25027784,25068069:25068491,25071594:25071739,25097135:25097229,25143412:25143687,25197415:25201623,25226916:25227152,25236157:25236430,25263347:25264013,25274161:25274731,25280264:25280445,25281387:25281822,25283505:25283721,25286607:25286741,25289273:25289566,25302443:25302600,25321132:25321734,25325788:25326447,25328525:25329271,25391519:25391935,25391749:25394235,25391788:25394005,25391815:25392102,25391863:25393162,25398894:2540186', 'assoc_mat': '24495610:pet_clair:4200:24495834,24502320:pet_clair:4200:24502616,24508846:pet_clair:4200:24509186,24510221:pet_clair:4200:24510481,24516735:pet_clair:4200:24533528,24521602:pet_clair:4200:24522002,24566994:pet_clair:4200:24567702,24569444:pet_clair:4200:24578539,24575348:pet_clair:4200:24576055,24581167:pet_clair:4200:24582832,24581246:pet_clair:4200:24583055,24581360:pet_clair:4200:24582004,24592992:pet_clair:4200:24594154,24610238:pet_clair:4200:24610561,24640178:pet_clair:4200:24640404,24640240:pet_clair:4200:24640515,24680064:pet_clair:4200:24680397,24719312:pet_clair:4200:24720279,24719357:pet_clair:4200:24720692,24719359:pet_clair:4200:24721124,24719411:pet_clair:4200:24721398,24719427:pet_clair:4200:24722120,24719443:pet_clair:4200:24722512,24753641:pet_clair:4200:24754225,24850324:pet_clair:4200:24850596,24862976:pet_clair:4200:24863710,24862980:pet_clair:4200:24863150,24993437:pet_clair:4200:25014427,25006838:pet_clair:4200:25007448,25017811:pet_clair:4200:25018116,25026588:pet_clair:4200:25027222,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.008955071211755306, 'nb_photo': 1, 'list_port_cont': '25402426', 'assoc_port': '25401957:25402426', 'assoc_mat': '25401957:pet_clair:4209:25402426'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0007069369732051355, 'nb_photo': 53, 'list_port_cont': '24499403,24509417,24509577,24527486,24552309,24568493,24583524,24640673,24640763,24680637,24683826,24721352,24721496,24722315,24722548,24724148,24754815,24774985,24852029,24992864,24998557,25012231,25012499,25028776,25141876,25151407,25210486,25218523,25220777,25227388,25232658,25236775,25245968,25278126,25280763,25289820,25316742,25326426,25333929,25337562,25339234,25407923,25495249,25502784,25505947,25537678,25542331,25552530,25556103', 'assoc_port': '24498707:24499403,24508877:24509577,24508890:24509417,24526772:24527486,24539740:24552309,24567016:24568493,24581162:24583524,24640188:24640763,24640200:24640673,24680117:24680637,24683459:24683826,24719310:24724148,24719374:24722548,24719432:24722315,24719446:24721496,24719455:24721352,24753661:24754815,24774225:24774985,24851566:24852029,24992142:24992864,24997923:24998557,25011667:25012499,25011724:25012231,25026923:25028776,25141396:25141876,25150533:25151407,25209883:25210486,25217994:25218523,25220204:25220777,25226912:25227388,25232021:25232658,25236149:25245968,25236159:25236775,25276727:25278126,25280262:25280763,25289265:25289820,25314927:25316742,25325804:25326426,25328524:25337562,25333445:25333929,25337089:25339234,25391889:25407923,25494853:25495249,25502473:25502784,25505308:25505947,25537122:25537678,25541837:25542331,25552166:25552530,25555404:25556103', 'assoc_mat': '24498707:pet_clair:4211:24499403,24508877:pet_clair:4211:24509577,24508890:pet_clair:4211:24509417,24526772:pet_clair:4211:24527486,24539740:pet_clair:4211:24552309,24567016:pet_clair:4211:24568493,24581162:pet_clair:4211:24583524,24640188:pet_clair:4211:24640763,24640200:pet_clair:4211:24640673,24680117:pet_clair:4211:24680637,24683459:pet_clair:4211:24683826,24719310:pet_clair:4211:24724148,24719374:pet_clair:4211:24722548,24719432:pet_clair:4211:24722315,24719446:pet_clair:4211:24721496,24719455:pet_clair:4211:24721352,24753661:pet_clair:4211:24754815,24774225:pet_clair:4211:24774985,24851566:pet_clair:4211:24852029,24992142:pet_clair:4211:24992864,24997923:pet_clair:4211:24998557,25011667:pet_clair:4211:25012499,25011724:pet_clair:4211:25012231,25026923:pet_clair:4211:25028776,25141396:pet_clair:4211:25141876,25150533:pet_clair:4211:25151407,25209883:pet_clair:4211:25210486,25217994:pet_clair:4211:25218523,25220204:pet_clair:4211:25220777,25226912:pet_clair:4211:25227388,25232021:pet_clair:4211:25232658,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9856318061461682, 'nb_photo': 98039, 'list_port_cont': '24484992,24485255,24499735,24499749,24503062,24503108,24505809,24508528,24509640,24509669,24511356,24522559,24522761,24523264,24524106,24565637,24565703,24568891,24570409,24570872,24571084,24571183,24571531,24572608,24576552,24576575,24577341,24582395,24582689,24582931,24583981,24584007,24584493,24584525,24584610,24596077,24596141,24597881,24601280,24606860,24608428,24610763,24611544,24612876,24641033,24641057,24641077,24676639,24680952,24721572,24721642,24721908,24722073,24722599,24723112,24723257,24724117,24724821,24725193,24725268,24727094,24730004,24755365,24757959,24761774,24775097,24846563,24846699,24847743,24848841,24848927,24851004,24852330,24859390,24863773,24864074,24866876,24866898,24994513,24997478,24998844,25000949,25000960,25006226,25007838,25012682,25016166,25028444,25028573,25028702,25029097,25029113,25029287,25029381,25029578,25029710,25030017,25037057,25037106,25043123,25047958,25067679,25071263,25071759,25097393,25142088,25144028,25147235,25149986,25159068,25200653,25210863,25212339,2521509', 'assoc_port': '24481643:24485255,24484130:24484992,24498671:24499735,24498690:24499749,24502310:24503108,24502316:24503062,24504928:24505809,24507592:24508528,24508842:24509640,24508884:24509669,24510235:24511356,24516729:24523264,24521573:24522559,24521601:24522761,24523313:24524106,24563516:24565703,24563560:24565637,24567020:24568891,24569406:24571531,24569410:24571183,24569415:24571084,24569429:24570409,24569477:24570872,24571193:24572608,24575359:24576575,24575380:24576552,24576823:24577341,24580366:24582931,24580385:24582689,24580404:24582395,24581128:24584610,24581170:24584525,24581320:24584493,24581330:24584007,24581378:24583981,24592991:24596141,24593006:24596077,24595725:24597881,24595828:24601280,24605492:24606860,24607322:24608428,24610183:24611544,24610237:24610763,24612037:24612876,24640175:24641077,24640196:24641057,24640241:24641033,24675763:24676639,24680095:24680952,24719276:24725193,24719278:24725268,24719308:24724821,24719348:24730004,24719358:24724117,24719361:24723112,24719397:24723257,24719425:2472164', 'assoc_mat': '24481643:pet_clair:3327:24485255,24484130:pet_clair:3327:24484992,24498671:pet_clair:3327:24499735,24498690:pet_clair:3327:24499749,24502310:pet_clair:3327:24503108,24502316:pet_clair:3327:24503062,24504928:pet_clair:3327:24505809,24507592:pet_clair:3327:24508528,24508842:pet_clair:3327:24509640,24508884:pet_clair:3327:24509669,24510235:pet_clair:3327:24511356,24516729:pet_clair:3327:24523264,24521573:pet_clair:3327:24522559,24521601:pet_clair:3327:24522761,24523313:pet_clair:3327:24524106,24563516:pet_clair:3327:24565703,24563560:pet_clair:3327:24565637,24567020:pet_clair:3327:24568891,24569406:pet_clair:3327:24571531,24569410:pet_clair:3327:24571183,24569415:pet_clair:3327:24571084,24569429:pet_clair:3327:24570409,24569477:pet_clair:3327:24570872,24571193:pet_clair:3327:24572608,24575359:pet_clair:3327:24576575,24575380:pet_clair:3327:24576552,24576823:pet_clair:3327:24577341,24580366:pet_clair:3327:24582931,24580385:pet_clair:3327:24582689,24580404:pet_clair:3327:24582395,24581128:pet_clair:3327:24584610,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.01620691600155196, 'nb_photo': 448, 'list_port_cont': '24497052,24511256,24581969,24583644,24583720,24747082,24754181,24855467,24858779,24866338,25042935,25228473,25238607,25259636,25267420,25267793,25274814,25281024,25283952,25290114,25290798,25294417,25326308,25336398,25341163,25355763,25402378,25402527,25402987,25403026,25403337,25406580,25495993,25512640,25534356,25538929', 'assoc_port': '24495592:24497052,24510238:24511256,24581228:24583644,24581312:24583720,24581421:24581969,24719395:24747082,24753734:24754181,24854816:24855467,24858050:24858779,24865582:24866338,25042396:25042935,25227894:25228473,25235115:25238607,25259010:25259636,25266815:25267793,25266836:25267420,25274163:25274814,25280290:25281024,25283502:25283952,25286606:25290114,25290433:25290798,25294006:25294417,25325810:25326308,25335919:25336398,25340659:25341163,25355341:25355763,25391813:25402527,25391875:25403026,25398994:25403337,25399044:25402987,25401991:25402378,25403226:25406580,25495530:25495993,25511985:25512640,25533900:25534356,25538280:25538929', 'assoc_mat': '24495592:pet_clair:3594:24497052,24510238:pet_clair:3594:24511256,24581228:pet_clair:3594:24583644,24581312:pet_clair:3594:24583720,24581421:pet_clair:3594:24581969,24719395:pet_clair:3594:24747082,24753734:pet_clair:3594:24754181,24854816:pet_clair:3594:24855467,24858050:pet_clair:3594:24858779,24865582:pet_clair:3594:24866338,25042396:pet_clair:3594:25042935,25227894:pet_clair:3594:25228473,25235115:pet_clair:3594:25238607,25259010:pet_clair:3594:25259636,25266815:pet_clair:3594:25267793,25266836:pet_clair:3594:25267420,25274163:pet_clair:3594:25274814,25280290:pet_clair:3594:25281024,25283502:pet_clair:3594:25283952,25286606:pet_clair:3594:25290114,25290433:pet_clair:3594:25290798,25294006:pet_clair:3594:25294417,25325810:pet_clair:3594:25326308,25335919:pet_clair:3594:25336398,25340659:pet_clair:3594:25341163,25355341:pet_clair:3594:25355763,25391813:pet_clair:3594:25402527,25391875:pet_clair:3594:25403026,25398994:pet_clair:3594:25403337,25399044:pet_clair:3594:25402987,25401991:pet_clair:3594:25402378,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.007256742394680593, 'nb_photo': 1, 'list_port_cont': '24727092', 'assoc_port': '24719445:24727092', 'assoc_mat': '24719445:pet_fonce:3327:24727092'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0009513891568072707, 'nb_photo': 35, 'list_port_cont': '24511257,24581968,24583646,24583727,24855470,24866337,25228469,25238604,25274822,25281029,25290106,25290794,25294408,25341161,25355770,25402525,25403024,25495992,25512632,25534363', 'assoc_port': '24510238:24511257,24581228:24583646,24581312:24583727,24581421:24581968,24854816:24855470,24865582:24866337,25227894:25228469,25235115:25238604,25274163:25274822,25280290:25281029,25286606:25290106,25290433:25290794,25294006:25294408,25340659:25341161,25355341:25355770,25391813:25402525,25391875:25403024,25495530:25495992,25511985:25512632,25533900:25534363', 'assoc_mat': '24510238:pet_fonce:3594:24511257,24581228:pet_fonce:3594:24583646,24581312:pet_fonce:3594:24583727,24581421:pet_fonce:3594:24581968,24854816:pet_fonce:3594:24855470,24865582:pet_fonce:3594:24866337,25227894:pet_fonce:3594:25228469,25235115:pet_fonce:3594:25238604,25274163:pet_fonce:3594:25274822,25280290:pet_fonce:3594:25281029,25286606:pet_fonce:3594:25290106,25290433:pet_fonce:3594:25290794,25294006:pet_fonce:3594:25294408,25340659:pet_fonce:3594:25341161,25355341:pet_fonce:3594:25355770,25391813:pet_fonce:3594:25402525,25391875:pet_fonce:3594:25403024,25495530:pet_fonce:3594:25495992,25511985:pet_fonce:3594:25512632,25533900:pet_fonce:3594:25534363'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0037768875284332876, 'nb_photo': 5, 'list_port_cont': '24575825,24581023,25010637,25149594,25494629', 'assoc_port': '24575350:24575825,24580433:24581023,25010392:25010637,25149402:25149594,25492745:25494629', 'assoc_mat': '24575350:pet_opaque:4207:24575825,24580433:pet_opaque:4207:24581023,25010392:pet_opaque:4207:25010637,25149402:pet_opaque:4207:25149594,25492745:pet_opaque:4207:25494629'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004142869624474573, 'nb_photo': 9, 'list_port_cont': '24597627,24691334,24754759,25068526,25232478,25235513,25240886,25341248,25546495', 'assoc_port': '24581031:24597627,24683461:24691334,24753679:24754759,25068097:25068526,25232019:25232478,25235113:25235513,25240385:25240886,25340650:25341248,25545872:25546495', 'assoc_mat': '24581031:pet_opaque:4461:24597627,24683461:pet_opaque:4461:24691334,24753679:pet_opaque:4461:24754759,25068097:pet_opaque:4461:25068526,25232019:pet_opaque:4461:25232478,25235113:pet_opaque:4461:25235513,25240385:pet_opaque:4461:25240886,25340650:pet_opaque:4461:25341248,25545872:pet_opaque:4461:25546495'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0013459553260275175, 'nb_photo': 183, 'list_port_cont': '24477760,24495837,24499193,24506723,24507959,24509190,24510486,24523703,24533527,24564428,24567703,24570348,24580923,24582005,24582157,24583059,24585335,24594155,24595187,24602218,24612431,24640410,24640528,24640573,24680396,24682704,24720276,24720482,24720708,24721114,24721251,24722116,24722639,24754230,24761393,24774610,24774676,24846122,24850604,24853946,24856122,24863701,24992488,24998365,24998442,25007437,25010689,25010702,25014436,25018083,25018118,25027476,25027662,25071744,25097233,25143692,25146709,25151076,25201625,25207703,25214595,25220517,25223724,25224062,25233325,25236421,25242126,25259576,25264018,25274840,25289569,25294759,25302674,25321722,25326453,25329275,25339807,25347181,25391944,25392443,25393159,25393441,25399397,25400435,25401120,25401363,25401873,25402115,25402339,25495951,25500392,25508808,25510454,25518012,25520030,25529428,25534319,25537504,25546197,25549776,25552345,25553556,25559366,25560626', 'assoc_port': '24477456:24477760,24495610:24495837,24498674:24499193,24506207:24506723,24507555:24507959,24508846:24509190,24510221:24510486,24516735:24533527,24523339:24523703,24563545:24564428,24566994:24567703,24569450:24570348,24580369:24580923,24581042:24582157,24581246:24583059,24581315:24595187,24581360:24582005,24584865:24585335,24592992:24594155,24601722:24602218,24612039:24612431,24640178:24640410,24640193:24640573,24640240:24640528,24680064:24680396,24682273:24682704,24719312:24720276,24719357:24720708,24719359:24721114,24719427:24722116,24719449:24722639,24719456:24721251,24719460:24720482,24753641:24754230,24760968:24761393,24774224:24774610,24774238:24774676,24845781:24846122,24848229:24856122,24850324:24850604,24853632:24853946,24862976:24863701,24992169:24992488,24993437:25014436,24997910:24998365,24997936:24998442,25006838:25007437,25010386:25010689,25010408:25010702,25017800:25018083,25017811:25018118,25026605:25027662,25026961:25027476,25071594:25071744,25097135:25097233,25143412:25143692,25146413:2514670', 'assoc_mat': '24477456:pet_opaque:4200:24477760,24495610:pet_opaque:4200:24495837,24498674:pet_opaque:4200:24499193,24506207:pet_opaque:4200:24506723,24507555:pet_opaque:4200:24507959,24508846:pet_opaque:4200:24509190,24510221:pet_opaque:4200:24510486,24516735:pet_opaque:4200:24533527,24523339:pet_opaque:4200:24523703,24563545:pet_opaque:4200:24564428,24566994:pet_opaque:4200:24567703,24569450:pet_opaque:4200:24570348,24580369:pet_opaque:4200:24580923,24581042:pet_opaque:4200:24582157,24581246:pet_opaque:4200:24583059,24581315:pet_opaque:4200:24595187,24581360:pet_opaque:4200:24582005,24584865:pet_opaque:4200:24585335,24592992:pet_opaque:4200:24594155,24601722:pet_opaque:4200:24602218,24612039:pet_opaque:4200:24612431,24640178:pet_opaque:4200:24640410,24640193:pet_opaque:4200:24640573,24640240:pet_opaque:4200:24640528,24680064:pet_opaque:4200:24680396,24682273:pet_opaque:4200:24682704,24719312:pet_opaque:4200:24720276,24719357:pet_opaque:4200:24720708,24719359:pet_opaque:4200:24721114,24719427:pet_opaque:4200:24722116,2471'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0007930689082028912, 'nb_photo': 5, 'list_port_cont': '24866285,25146821,25260700,25312745,25400312', 'assoc_port': '24865585:24866285,25146406:25146821,25260480:25260700,25312455:25312745,25398885:25400312', 'assoc_mat': '24865585:pet_opaque:4209:24866285,25146406:pet_opaque:4209:25146821,25260480:pet_opaque:4209:25260700,25312455:pet_opaque:4209:25312745,25398885:pet_opaque:4209:25400312'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0002199684680238655, 'nb_photo': 131, 'list_port_cont': '24499397,24499565,24502845,24508400,24508436,24527496,24546876,24552315,24564775,24568491,24576194,24581540,24582530,24590477,24612799,24673195,24680639,24721492,24722094,24722318,24724416,24754809,24757583,24761626,24774984,24846347,24852027,24863834,24872101,24992868,24997439,24998558,25003249,25003466,25009712,25012245,25012496,25027330,25027676,25029281,25030073,25036568,25063762,25067427,25097380,25141881,25147847,25217232,25218530,25220770,25227395,25232659,25236769,25245965,25247835,25260241,25271170,25273631,25280773,25289815,25314976,25316749,25322211,25326416,25333932,25336730,25337559,25345520,25391078,25393340,25393758,25394892,25396245,25401824,25402546,25404451,25405176,25405355,25406382,25493192,25495263,25501614,25502785,25509491,25510361,25512610,25516632,25518271,25531254,25542700,25548864,25549969,25554123', 'assoc_port': '24498679:24499565,24498707:24499397,24502312:24502845,24507557:24508436,24507588:24508400,24513858:24546876,24526772:24527496,24539740:24552315,24563561:24564775,24567016:24568491,24575366:24576194,24580402:24581540,24581374:24582530,24589660:24590477,24612038:24612799,24672756:24673195,24680117:24680639,24719304:24724416,24719432:24722318,24719442:24722094,24719446:24721492,24753661:24754809,24757195:24757583,24760971:24761626,24774225:24774984,24845807:24846347,24851566:24852027,24862973:24863834,24862982:24872101,24992142:24992868,24996663:24997439,24997923:24998558,25002368:25003466,25002379:25003249,25004425:25009712,25011667:25012496,25011724:25012245,25026595:25027676,25026627:25030073,25026823:25027330,25028517:25029281,25036347:25036568,25062856:25063762,25066725:25067427,25097127:25097380,25141396:25141881,25147477:25147847,25207433:25217232,25217994:25218530,25220204:25220770,25226912:25227395,25232021:25232659,25236149:25245965,25236159:25236769,25247516:25247835,25257558:25260241,25270676:2527117', 'assoc_mat': '24498679:pet_opaque:4211:24499565,24498707:pet_opaque:4211:24499397,24502312:pet_opaque:4211:24502845,24507557:pet_opaque:4211:24508436,24507588:pet_opaque:4211:24508400,24513858:pet_opaque:4211:24546876,24526772:pet_opaque:4211:24527496,24539740:pet_opaque:4211:24552315,24563561:pet_opaque:4211:24564775,24567016:pet_opaque:4211:24568491,24575366:pet_opaque:4211:24576194,24580402:pet_opaque:4211:24581540,24581374:pet_opaque:4211:24582530,24589660:pet_opaque:4211:24590477,24612038:pet_opaque:4211:24612799,24672756:pet_opaque:4211:24673195,24680117:pet_opaque:4211:24680639,24719304:pet_opaque:4211:24724416,24719432:pet_opaque:4211:24722318,24719442:pet_opaque:4211:24722094,24719446:pet_opaque:4211:24721492,24753661:pet_opaque:4211:24754809,24757195:pet_opaque:4211:24757583,24760971:pet_opaque:4211:24761626,24774225:pet_opaque:4211:24774984,24845807:pet_opaque:4211:24846347,24851566:pet_opaque:4211:24852027,24862973:pet_opaque:4211:24863834,24862982:pet_opaque:4211:24872101,24992142:pet_opaque:4211:24992868,2499'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004593422268811528, 'nb_photo': 469, 'list_port_cont': '24476496,24506514,24507744,24521814,24550045,24550816,24569542,24569683,24572256,24581761,24581927,24582678,24585164,24605689,24605868,24640330,24679334,24719701,24720601,24729351,24753825,24754292,24796924,24797195,24847363,24851776,24851788,24854934,24996961,25010624,25015625,25027273,25028929,25036457,25042622,25068274,25098133,25149713,25150620,25152969,25206640,25214382,25220376,25230101,25257856,25273291,25276780,25281596,25283679,25293031,25312703,25312935,25313667,25313897,25319810,25329211,25336115,25348166,25392195,25392961,25394455,25395857,25399173,25399296,25400149,25400593,25400845,25401561,25495016,25500273,25506669,25528635,25528677,25534940,25538532,25549589,25564072', 'assoc_port': '24476125:24476496,24502282:24550045,24506205:24506514,24507556:24550816,24507645:24507744,24521587:24521814,24569263:24569683,24569302:24569542,24571191:24572256,24581025:24582678,24581039:24581927,24581424:24581761,24584847:24585164,24605459:24605868,24605478:24605689,24640198:24640330,24679059:24679334,24719291:24720601,24719350:24729351,24719435:24719701,24753640:24754292,24753723:24753825,24796381:24796924,24796386:24797195,24846971:24847363,24851563:24851788,24851595:24851776,24854815:24854934,24996664:24996961,25010388:25010624,25015387:25015625,25026952:25027273,25028508:25028929,25036317:25036457,25042449:25042622,25068101:25068274,25097138:25098133,25149410:25149713,25150501:25150620,25152662:25152969,25206373:25206640,25214067:25214382,25220203:25220376,25229988:25230101,25257554:25257856,25273144:25273291,25276721:25276780,25281395:25281596,25283504:25283679,25292610:25293031,25312451:25313667,25312453:25313897,25312457:25312703,25312459:25312935,25319576:25319810,25328522:25329211,25335923:2533611', 'assoc_mat': '24476125:plastique:3726:24476496,24502282:plastique:3726:24550045,24506205:plastique:3726:24506514,24507556:plastique:3726:24550816,24507645:plastique:3726:24507744,24521587:plastique:3726:24521814,24569263:plastique:3726:24569683,24569302:plastique:3726:24569542,24571191:plastique:3726:24572256,24581025:plastique:3726:24582678,24581039:plastique:3726:24581927,24581424:plastique:3726:24581761,24584847:plastique:3726:24585164,24605459:plastique:3726:24605868,24605478:plastique:3726:24605689,24640198:plastique:3726:24640330,24679059:plastique:3726:24679334,24719291:plastique:3726:24720601,24719350:plastique:3726:24729351,24719435:plastique:3726:24719701,24753640:plastique:3726:24754292,24753723:plastique:3726:24753825,24796381:plastique:3726:24796924,24796386:plastique:3726:24797195,24846971:plastique:3726:24847363,24851563:plastique:3726:24851788,24851595:plastique:3726:24851776,24854815:plastique:3726:24854934,24996664:plastique:3726:24996961,25010388:plastique:3726:25010624,25015387:plastique:3726:25015625,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011329994921139142, 'nb_photo': 1379, 'list_port_cont': '24473360,24476498,24489724,24506518,24507737,24521812,24550038,24550820,24569551,24569693,24572266,24581764,24581938,24582681,24585171,24605697,24605878,24640337,24640363,24679338,24719699,24720606,24729347,24753815,24754298,24758231,24796922,24797183,24847361,24851782,24851790,24854938,24996958,25010620,25015624,25027276,25028925,25036460,25042629,25068273,25098135,25149703,25150621,25152960,25206646,25214374,25220383,25230105,25257859,25273290,25276777,25281594,25283682,25293017,25312707,25312933,25313659,25313893,25319814,25329215,25336120,25348165,25392194,25392969,25394459,25395861,25399168,25399305,25400148,25400589,25400848,25401565,25495027,25500272,25506660,25528637,25528678,25534931,25538534,25549587,25564073', 'assoc_port': '24472936:24473360,24476125:24476498,24477470:24489724,24502282:24550038,24506205:24506518,24507556:24550820,24507645:24507737,24521587:24521812,24569263:24569693,24569302:24569551,24571191:24572266,24581025:24582681,24581039:24581938,24581424:24581764,24584847:24585171,24605459:24605878,24605478:24605697,24640167:24640363,24640198:24640337,24679059:24679338,24719291:24720606,24719350:24729347,24719435:24719699,24753640:24754298,24753723:24753815,24753732:24758231,24796381:24796922,24796386:24797183,24846971:24847361,24851563:24851790,24851595:24851782,24854815:24854938,24996664:24996958,25010388:25010620,25015387:25015624,25026952:25027276,25028508:25028925,25036317:25036460,25042449:25042629,25068101:25068273,25097138:25098135,25149410:25149703,25150501:25150621,25152662:25152960,25206373:25206646,25214067:25214374,25220203:25220383,25229988:25230105,25257554:25257859,25273144:25273290,25276721:25276777,25281395:25281594,25283504:25283682,25292610:25293017,25312451:25313659,25312453:25313893,25312457:2531270', 'assoc_mat': '24472936:Teint_Dans_La_Masse:3726:24473360,24476125:Teint_Dans_La_Masse:3726:24476498,24477470:Teint_Dans_La_Masse:3726:24489724,24502282:Teint_Dans_La_Masse:3726:24550038,24506205:Teint_Dans_La_Masse:3726:24506518,24507556:Teint_Dans_La_Masse:3726:24550820,24507645:Teint_Dans_La_Masse:3726:24507737,24521587:Teint_Dans_La_Masse:3726:24521812,24569263:Teint_Dans_La_Masse:3726:24569693,24569302:Teint_Dans_La_Masse:3726:24569551,24571191:Teint_Dans_La_Masse:3726:24572266,24581025:Teint_Dans_La_Masse:3726:24582681,24581039:Teint_Dans_La_Masse:3726:24581938,24581424:Teint_Dans_La_Masse:3726:24581764,24584847:Teint_Dans_La_Masse:3726:24585171,24605459:Teint_Dans_La_Masse:3726:24605878,24605478:Teint_Dans_La_Masse:3726:24605697,24640167:Teint_Dans_La_Masse:3726:24640363,24640198:Teint_Dans_La_Masse:3726:24640337,24679059:Teint_Dans_La_Masse:3726:24679338,24719291:Teint_Dans_La_Masse:3726:24720606,24719350:Teint_Dans_La_Masse:3726:24729347,24719435:Teint_Dans_La_Masse:3726:24719699,24753640: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(1957662,1958794,1958786,1962867,2023575,1990893,2023495,1992788,1992799,1992812,2023327,2023259,1995618,1995331,1999394,2023137,2022075,2030137,2030073,2029945,2037287,2037151,2037085,2037045,2036471,2051705,2059111)); after get_hostname_from_raspi hasthag : pehd_pp hasthag that could be used but not yet : _______pehd,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______pehd_pp' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-07-01' and date <= '2025-07-31') GROUP BY month order by month; hasthag : emr hasthag that could be used but not yet : _______carton,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______emr' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-07-01' and date <= '2025-07-31') GROUP BY month order by month; hasthag : jrm hasthag that could be used but not yet : _______papier,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______jrm' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-07-01' and date <= '2025-07-31') GROUP BY month order by month; hasthag : flux_dev hasthag that could be used but not yet : _______pet_fonce,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______flux_dev' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-07-01' and date <= '2025-07-31') GROUP BY month order by month; hasthag : pet_clair hasthag that could be used but not yet : _______pet_clair,bouchon,etiquette,barquette_avec_film,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______pet_clair' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-07-01' and date <= '2025-07-31') GROUP BY month order by month; hasthag : film_pedb hasthag that could be used but not yet : _______film_plastique SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______film_pedb' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-07-01' and date <= '2025-07-31') GROUP BY month order by month; hasthag : gm hasthag that could be used but not yet : _______papier,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______gm' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-07-01' and date <= '2025-07-31') GROUP BY month order by month; hasthag : refus hasthag that could be used but not yet : _______refus,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______refus' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-07-01' and date <= '2025-07-31') 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-07-01' and date <= '2025-07-31') GROUP BY month order by month; hasthag : ela hasthag that could be used but not yet : _______ela,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______ela' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-07-01' and date <= '2025-07-31') GROUP BY month order by month; after impurety_average_per_hashtag {'number_of_analysed_photos': ((32006,),), 'unwanted_material_monthly_percentage': ((0.06637775382402064,),), 'material_repartition': (('pet_clair', 6302), ('emr', 4887), ('flux_dev', 3722), ('pehd_pp', 3540), ('film_pedb', 3365), ('jrm', 2998), ('gm', 1428), ('ela', 869), ('aluminium', 474), ('refus', 340)), 'material_dict': {'pet_clair': 6302, 'emr': 4887, 'flux_dev': 3722, 'pehd_pp': 3540, 'film_pedb': 3365, 'jrm': 2998, 'autres': 3111}, 'coverage_data': (('2025/07/01/', 0.945487),), 'impurety_average_data': ((datetime.date(2025, 7, 1), 0.057458126127422, 779), (datetime.date(2025, 7, 2), 0.06842783680741725, 2302), (datetime.date(2025, 7, 3), 0.06342779439285486, 1890), (datetime.date(2025, 7, 4), 0.05882914610086712, 2086), (datetime.date(2025, 7, 7), 0.07312002300835158, 2093), (datetime.date(2025, 7, 8), 0.02825844105885559, 17), (datetime.date(2025, 7, 9), 0.06673230381101582, 1490), (datetime.date(2025, 7, 10), 0.06707681592868577, 480), (datetime.date(2025, 7, 11), 0.0670983658080702, 1999), (datetime.date(2025, 7, 16), 0.06801911406426002, 825), (datetime.date(2025, 7, 17), 0.0681760909032374, 1208), (datetime.date(2025, 7, 18), 0.055545561366220235, 954), (datetime.date(2025, 7, 19), 0.059604819660058365, 1564), (datetime.date(2025, 7, 21), 0.06440834773294488, 1060), (datetime.date(2025, 7, 22), 0.06524162160130545, 1193), (datetime.date(2025, 7, 23), 0.05800421903012639, 2188), (datetime.date(2025, 7, 24), 0.06028863497630586, 2330), (datetime.date(2025, 7, 25), 0.06201392878759617, 2416), (datetime.date(2025, 7, 28), 0.04022324402968603, 1051), (datetime.date(2025, 7, 30), 0.06290221107406527, 1789), (datetime.date(2025, 7, 31), 0.05742761097749843, 2292)), 'impurety_average_data_per_hashtag': {'pehd_pp': ((datetime.date(2025, 7, 1), 0.04176773852395541, 125), (datetime.date(2025, 7, 2), 0.03124827463596081, 310), (datetime.date(2025, 7, 3), 0.040958781791066906, 229), (datetime.date(2025, 7, 4), 0.04373029027436835, 222), (datetime.date(2025, 7, 7), 0.04227761573308341, 275), (datetime.date(2025, 7, 8), 0.02825844105885559, 17), (datetime.date(2025, 7, 9), 0.043571568838767664, 177), (datetime.date(2025, 7, 10), 0.04052325695826152, 73), (datetime.date(2025, 7, 11), 0.04305378797882085, 230), (datetime.date(2025, 7, 16), 0.04246007770626785, 97), (datetime.date(2025, 7, 17), 0.040006032214912716, 158), (datetime.date(2025, 7, 18), 0.04100070534824704, 105), (datetime.date(2025, 7, 19), 0.0405056734594121, 191), (datetime.date(2025, 7, 21), 0.037703325674669205, 132), (datetime.date(2025, 7, 22), 0.044045103329402514, 143), (datetime.date(2025, 7, 23), 0.04573569605074968, 283), (datetime.date(2025, 7, 24), 0.043004725237682596, 302), (datetime.date(2025, 7, 25), 0.03997306166128934, 341), (datetime.date(2025, 7, 28), 0.043716063511689274, 130), (datetime.date(2025, 7, 30), 0.043806628050683735, 270), (datetime.date(2025, 7, 31), 0.04248878249614154, 316)), 'emr': ((datetime.date(2025, 7, 1), 0.03780726895281587, 147), (datetime.date(2025, 7, 2), 0.05495422234384009, 433), (datetime.date(2025, 7, 3), 0.05009349729610323, 347), (datetime.date(2025, 7, 4), 0.050435142299074025, 409), (datetime.date(2025, 7, 7), 0.047865681908591466, 404), (datetime.date(2025, 7, 9), 0.053944910687616955, 274), (datetime.date(2025, 7, 10), 0.0460889427715377, 76), (datetime.date(2025, 7, 11), 0.05112268988405871, 311), (datetime.date(2025, 7, 16), 0.04558483289266086, 148), (datetime.date(2025, 7, 17), 0.04574790361301388, 206), (datetime.date(2025, 7, 18), 0.044316534170341974, 205), (datetime.date(2025, 7, 19), 0.04864621180778264, 252), (datetime.date(2025, 7, 21), 0.05390860294411254, 214), (datetime.date(2025, 7, 22), 0.047695728645442484, 198), (datetime.date(2025, 7, 23), 0.050140188345416635, 390), (datetime.date(2025, 7, 24), 0.045554179915826824, 348), (datetime.date(2025, 7, 25), 0.04945241808547221, 385), (datetime.date(2025, 7, 28), 0.0528756296547654, 140), (datetime.date(2025, 7, 30), 0.05048690653774148, 315), (datetime.date(2025, 7, 31), 0.05022595392679118, 355)), 'jrm': ((datetime.date(2025, 7, 1), 0.0423481501450264, 62), (datetime.date(2025, 7, 2), 0.032681517950242885, 200), (datetime.date(2025, 7, 3), 0.029053187345261397, 184), (datetime.date(2025, 7, 4), 0.02738554823105843, 182), (datetime.date(2025, 7, 7), 0.024765357905122888, 128), (datetime.date(2025, 7, 9), 0.015018750794470537, 107), (datetime.date(2025, 7, 10), 0.03918215755527896, 42), (datetime.date(2025, 7, 11), 0.031208880335286078, 218), (datetime.date(2025, 7, 16), 0.07149615315803991, 23), (datetime.date(2025, 7, 17), 0.043651410814063644, 105), (datetime.date(2025, 7, 18), 0.03384431594914487, 122), (datetime.date(2025, 7, 19), 0.024161594848505368, 174), (datetime.date(2025, 7, 21), 0.040441829169595815, 149), (datetime.date(2025, 7, 22), 0.044072844642359554, 88), (datetime.date(2025, 7, 23), 0.034006058739084646, 246), (datetime.date(2025, 7, 24), 0.043416320123183076, 350), (datetime.date(2025, 7, 25), 0.02817489030903192, 363), (datetime.date(2025, 7, 28), 0.015298896804482815, 255), (datetime.date(2025, 7, 30), 0.03462867703386915, 179), (datetime.date(2025, 7, 31), 0.02970830548987726, 321)), 'flux_dev': ((datetime.date(2025, 7, 1), 0.07776490121851212, 97), (datetime.date(2025, 7, 2), 0.07757673142353154, 299), (datetime.date(2025, 7, 3), 0.08882976635872532, 235), (datetime.date(2025, 7, 4), 0.08419716472264141, 295), (datetime.date(2025, 7, 7), 0.08496762857740385, 282), (datetime.date(2025, 7, 9), 0.09612788992825481, 232), (datetime.date(2025, 7, 10), 0.08063010302180657, 74), (datetime.date(2025, 7, 11), 0.08193456569650151, 277), (datetime.date(2025, 7, 16), 0.07021372580249843, 132), (datetime.date(2025, 7, 17), 0.08099635401929858, 170), (datetime.date(2025, 7, 18), 0.07937077466371494, 113), (datetime.date(2025, 7, 19), 0.0780882436540341, 231), (datetime.date(2025, 7, 21), 0.08009054527406674, 129), (datetime.date(2025, 7, 22), 0.0741070607287728, 173), (datetime.date(2025, 7, 23), 0.07960042757040373, 269), (datetime.date(2025, 7, 24), 0.07945287683359245, 337), (datetime.date(2025, 7, 25), 0.07577011883572607, 269), (datetime.date(2025, 7, 28), 0.07847712954962188, 108), (datetime.date(2025, 7, 30), 0.0786042357263495, 215), (datetime.date(2025, 7, 31), 0.07147511141740574, 310)), 'pet_clair': ((datetime.date(2025, 7, 1), 0.01905128933763793, 193), (datetime.date(2025, 7, 2), 0.02681675077750572, 486), (datetime.date(2025, 7, 3), 0.013021969366098281, 450), (datetime.date(2025, 7, 4), 0.017252314324429325, 522), (datetime.date(2025, 7, 7), 0.012877364117262459, 490), (datetime.date(2025, 7, 9), 0.03028712126617978, 342), (datetime.date(2025, 7, 10), 0.002072274239532462, 56), (datetime.date(2025, 7, 11), 0.013500534167497042, 474), (datetime.date(2025, 7, 16), 0.010265136643730181, 242), (datetime.date(2025, 7, 17), 0.01087003606634902, 273), (datetime.date(2025, 7, 18), 0.012267810194470685, 176), (datetime.date(2025, 7, 19), 0.014659032523083603, 307), (datetime.date(2025, 7, 21), 0.017515418501652495, 213), (datetime.date(2025, 7, 22), 0.004918476524206154, 309), (datetime.date(2025, 7, 23), 0.007045088587163052, 489), (datetime.date(2025, 7, 24), 0.010291902429080964, 536), (datetime.date(2025, 7, 25), 0.020256979347806243, 529), (datetime.date(2025, 7, 28), 0.013049653719889424, 215), (datetime.date(2025, 7, 30), 0.013695589088293297, 427), (datetime.date(2025, 7, 31), 0.01532085921196064, 530)), 'film_pedb': ((datetime.date(2025, 7, 1), 0.19975094972403193, 73), (datetime.date(2025, 7, 2), 0.2388245471640392, 280), (datetime.date(2025, 7, 3), 0.2545112275441455, 204), (datetime.date(2025, 7, 4), 0.2637430310701204, 198), (datetime.date(2025, 7, 7), 0.24970787989931972, 286), (datetime.date(2025, 7, 9), 0.2653758614402839, 184), (datetime.date(2025, 7, 10), 0.2719433935830734, 61), (datetime.date(2025, 7, 11), 0.25890487292509556, 272), (datetime.date(2025, 7, 16), 0.21447820559735245, 118), (datetime.date(2025, 7, 17), 0.24704871745714801, 152), (datetime.date(2025, 7, 18), 0.2306152640487347, 99), (datetime.date(2025, 7, 19), 0.22859476962411812, 199), (datetime.date(2025, 7, 21), 0.21362389989283892, 144), (datetime.date(2025, 7, 22), 0.2298419769610304, 157), (datetime.date(2025, 7, 23), 0.2503613202648464, 262), (datetime.date(2025, 7, 24), 0.23652893015124074, 268), (datetime.date(2025, 7, 25), 0.25125140174370475, 312), (datetime.date(2025, 7, 28), 0.24539541939709544, 96), (datetime.date(2025, 7, 30), 0.24596671026360523, 205), (datetime.date(2025, 7, 31), 0.26515218568633403, 257)), 'gm': ((datetime.date(2025, 7, 1), 0.09270833795845472, 37), (datetime.date(2025, 7, 2), 0.04653210838716222, 154), (datetime.date(2025, 7, 3), 0.06378838186662925, 112), (datetime.date(2025, 7, 4), 0.05719425830539191, 138), (datetime.date(2025, 7, 7), 0.11329132204795263, 114), (datetime.date(2025, 7, 9), 0.06216245639194135, 116), (datetime.date(2025, 7, 10), 0.03486540635880289, 51), (datetime.date(2025, 7, 11), 0.06756401664235341, 101), (datetime.date(2025, 7, 16), 0.07743217803324166, 56), (datetime.date(2025, 7, 17), 0.09559077473561957, 98), (datetime.date(2025, 7, 18), 0.07119249280555325, 56), (datetime.date(2025, 7, 19), 0.10084451974506714, 90), (datetime.date(2025, 7, 21), 0.06892853024326752, 52), (datetime.date(2025, 7, 22), 0.1031749908708066, 26), (datetime.date(2025, 7, 23), 0.1137196610688109, 66), (datetime.date(2025, 7, 24), 0.16104343855776798, 40), (datetime.date(2025, 7, 25), 0.07712336744521324, 75), (datetime.date(2025, 7, 28), 0.07380029691415325, 46), (datetime.date(2025, 7, 30), 0.06686162323659228, 78), (datetime.date(2025, 7, 31), 0.10747375092090873, 67)), 'refus': ((datetime.date(2025, 7, 1), 0.12342863859953705, 6), (datetime.date(2025, 7, 2), 0.13600651577503425, 18), (datetime.date(2025, 7, 3), 0.15601664398529824, 28), (datetime.date(2025, 7, 7), 0.1398809236754115, 9), (datetime.date(2025, 7, 9), 0.09784907889660494, 5), (datetime.date(2025, 7, 11), 0.1504998227581329, 22), (datetime.date(2025, 7, 17), 0.10896566358024692, 5), (datetime.date(2025, 7, 19), 0.10811065489969135, 22), (datetime.date(2025, 7, 22), 0.11504590851196514, 38), (datetime.date(2025, 7, 23), 0.11328382000707317, 36), (datetime.date(2025, 7, 24), 0.124639733902614, 95), (datetime.date(2025, 7, 25), 0.11355046035949515, 44), (datetime.date(2025, 7, 28), 0.11494306480960129, 12), (datetime.date(2025, 7, 30), 0.09657410844278952, 19), (datetime.date(2025, 7, 31), 0.13646330968630266, 20)), 'aluminium': ((datetime.date(2025, 7, 1), 0.046631624110459555, 15), (datetime.date(2025, 7, 2), 0.04705169580337119, 41), (datetime.date(2025, 7, 3), 0.051652411481369384, 43), (datetime.date(2025, 7, 4), 0.06320795095404272, 45), (datetime.date(2025, 7, 7), 0.05775334299974835, 16), (datetime.date(2025, 7, 9), 0.05128542389556882, 28), (datetime.date(2025, 7, 10), 0.05533437048926754, 15), (datetime.date(2025, 7, 11), 0.04875495292002152, 32), (datetime.date(2025, 7, 16), 0.056149269126355296, 9), (datetime.date(2025, 7, 17), 0.09688445630448105, 5), (datetime.date(2025, 7, 18), 0.08298839112462507, 18), (datetime.date(2025, 7, 19), 0.06919596443878469, 33), (datetime.date(2025, 7, 22), 0.03607128146924344, 40), (datetime.date(2025, 7, 23), 0.0439851407676389, 54), (datetime.date(2025, 7, 24), 0.04716580521150064, 29), (datetime.date(2025, 7, 25), 0.053370087082768365, 32), (datetime.date(2025, 7, 28), 0.06111128922893496, 19), (datetime.date(2025, 7, 30), 0.0390744637163732, 38), (datetime.date(2025, 7, 31), 0.056486901791787204, 32)), 'ela': ((datetime.date(2025, 7, 1), 0.058877820523964765, 24), (datetime.date(2025, 7, 2), 0.05000179575782543, 81), (datetime.date(2025, 7, 3), 0.051947903737570515, 58), (datetime.date(2025, 7, 4), 0.046929132968698294, 75), (datetime.date(2025, 7, 7), 0.07122701445223412, 89), (datetime.date(2025, 7, 9), 0.05361568417907083, 25), (datetime.date(2025, 7, 10), 0.09400917640131633, 32), (datetime.date(2025, 7, 11), 0.04561714350331638, 62), (datetime.date(2025, 7, 17), 0.0758681733060617, 36), (datetime.date(2025, 7, 18), 0.07119715952842894, 60), (datetime.date(2025, 7, 19), 0.04816207747370111, 65), (datetime.date(2025, 7, 21), 0.06341131854239536, 27), (datetime.date(2025, 7, 22), 0.07553984639740231, 21), (datetime.date(2025, 7, 23), 0.04504953740004966, 93), (datetime.date(2025, 7, 24), 0.03311935386509104, 25), (datetime.date(2025, 7, 25), 0.05196110957588835, 66), (datetime.date(2025, 7, 28), 0.035256767871636785, 30), (datetime.date(2025, 7, 30), 0.04925973460559245, 43), (datetime.date(2025, 7, 31), 0.039802829985633545, 84))}, 'quality_array': [['-6.852853747227608', '01072025'], ['-6.948538050126705', '02072025'], ['-7.024168664342596', '03072025'], ['-7.009188589230802', '04072025'], ['-6.957661945623203', '07072025'], ['-7.035474698926519', '08072025'], ['-6.942105570145943', '09072025'], ['-7.034168799109601', '10072025'], ['-6.995082687013891', '11072025'], ['-6.811691162434464', '16072025'], ['-6.871073026996899', '17072025'], ['-6.942488270117069', '18072025'], ['-6.984240798960856', '19072025'], ['-6.9794042809267065', '21072025'], ['-6.942670910888661', '22072025'], ['-6.979624658521539', '23072025'], ['-7.010081311013986', '24072025'], ['-7.005152088470407', '25072025'], ['-6.9560361287415615', '28072025'], ['-6.94611591648995', '30072025'], ['-7.023873634521069', '31072025']], 'number_of_batch': ((1480,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.006834667625065331, 'nb_photo': 863, 'list_port_cont': '24484991,24485259,24503072,24503110,24505797,24508529,24509637,24509670,24511353,24522562,24522766,24523270,24524103,24565646,24565704,24568874,24570411,24570859,24571077,24571177,24571528,24572602,24576556,24576577,24577333,24582403,24582691,24582934,24583985,24584005,24584487,24584524,24596073,24596140,24597877,24601271,24606864,24608425,24610755,24611533,24612888,24641035,24641051,24641081,24676641,24680949,24721565,24721659,24721903,24722068,24722606,24723126,24723251,24724121,24724828,24725192,24725260,24727097,24730005,24755359,24757951,24761773,24775104,24846562,24847739,24848846,24848920,24851012,24852337,24859388,24863785,24864078,24866884,24866902,24994520,24997472,24998848,25000958,25000973,25007842,25012688,25016162,25028457,25028602,25028708,25029086,25029109,25029291,25029382,25029584,25029724,25030015,25037101,25043117,25067668,25071268,25097400,25142092,25144032,25147238,25149990,25159071,25200655,25210857,25212341,25215098,25218703,25224294,25232696,25233735,25237031,25237128,25241203,2526007', 'assoc_port': '24481643:24485259,24484130:24484991,24502310:24503110,24502316:24503072,24504928:24505797,24507592:24508529,24508842:24509637,24508884:24509670,24510235:24511353,24516729:24523270,24521573:24522562,24521601:24522766,24523313:24524103,24563516:24565704,24563560:24565646,24567020:24568874,24569406:24571528,24569410:24571177,24569415:24571077,24569429:24570411,24569477:24570859,24571193:24572602,24575359:24576577,24575380:24576556,24576823:24577333,24580366:24582934,24580385:24582691,24580404:24582403,24581170:24584524,24581320:24584487,24581330:24584005,24581378:24583985,24592991:24596140,24593006:24596073,24595725:24597877,24595828:24601271,24605492:24606864,24607322:24608425,24610183:24611533,24610237:24610755,24612037:24612888,24640175:24641081,24640196:24641051,24640241:24641035,24675763:24676641,24680095:24680949,24719276:24725192,24719278:24725260,24719308:24724828,24719348:24730005,24719358:24724121,24719361:24723126,24719397:24723251,24719425:24721659,24719440:24722606,24719445:24727097,24719450:2472206', 'assoc_mat': '24481643:autre:3327:24485259,24484130:autre:3327:24484991,24502310:autre:3327:24503110,24502316:autre:3327:24503072,24504928:autre:3327:24505797,24507592:autre:3327:24508529,24508842:autre:3327:24509637,24508884:autre:3327:24509670,24510235:autre:3327:24511353,24516729:autre:3327:24523270,24521573:autre:3327:24522562,24521601:autre:3327:24522766,24523313:autre:3327:24524103,24563516:autre:3327:24565704,24563560:autre:3327:24565646,24567020:autre:3327:24568874,24569406:autre:3327:24571528,24569410:autre:3327:24571177,24569415:autre:3327:24571077,24569429:autre:3327:24570411,24569477:autre:3327:24570859,24571193:autre:3327:24572602,24575359:autre:3327:24576577,24575380:autre:3327:24576556,24576823:autre:3327:24577333,24580366:autre:3327:24582934,24580385:autre:3327:24582691,24580404:autre:3327:24582403,24581170:autre:3327:24584524,24581320:autre:3327:24584487,24581330:autre:3327:24584005,24581378:autre:3327:24583985,24592991:autre:3327:24596140,24593006:autre:3327:24596073,24595725:autre:3327:24597877,24595828:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0012879223777356207, 'nb_photo': 68, 'list_port_cont': '24497051,24511266,24583723,24754172,24855468,24866335,25228474,25238603,25259635,25267425,25267797,25274817,25281021,25283960,25290107,25294410,25326307,25341158,25355767,25402526,25403021,25403334,25406575,25495995,25512633,25534361', 'assoc_port': '24495592:24497051,24510238:24511266,24581312:24583723,24753734:24754172,24854816:24855468,24865582:24866335,25227894:25228474,25235115:25238603,25259010:25259635,25266815:25267797,25266836:25267425,25274163:25274817,25280290:25281021,25283502:25283960,25286606:25290107,25294006:25294410,25325810:25326307,25340659:25341158,25355341:25355767,25391813:25402526,25391875:25403021,25398994:25403334,25403226:25406575,25495530:25495995,25511985:25512633,25533900:25534361', 'assoc_mat': '24495592:autre:3594:24497051,24510238:autre:3594:24511266,24581312:autre:3594:24583723,24753734:autre:3594:24754172,24854816:autre:3594:24855468,24865582:autre:3594:24866335,25227894:autre:3594:25228474,25235115:autre:3594:25238603,25259010:autre:3594:25259635,25266815:autre:3594:25267797,25266836:autre:3594:25267425,25274163:autre:3594:25274817,25280290:autre:3594:25281021,25283502:autre:3594:25283960,25286606:autre:3594:25290107,25294006:autre:3594:25294410,25325810:autre:3594:25326307,25340659:autre:3594:25341158,25355341:autre:3594:25355767,25391813:autre:3594:25402526,25391875:autre:3594:25403021,25398994:autre:3594:25403334,25403226:autre:3594:25406575,25495530:autre:3594:25495995,25511985:autre:3594:25512633,25533900:autre:3594:25534361'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010374237418816025, 'nb_photo': 527, 'list_port_cont': '24476500,24489729,24506511,24507738,24521816,24550041,24550817,24569541,24569687,24572265,24581755,24581929,24582671,24585166,24605696,24605874,24640339,24640361,24679337,24719702,24720600,24729350,24753823,24754290,24796926,24797188,24847362,24851781,24851786,24854941,24996950,25010630,25015626,25027280,25028938,25042623,25068271,25098130,25149711,25150626,25152968,25206650,25214375,25220382,25230107,25257855,25273293,25276772,25281593,25283678,25293026,25312704,25312930,25313656,25313890,25319805,25329219,25336118,25348172,25392204,25392968,25394452,25395854,25399300,25400147,25400592,25400843,25401566,25495018,25500275,25506663,25528630,25528688,25534937,25538529,25549591,25564078', 'assoc_port': '24476125:24476500,24477470:24489729,24502282:24550041,24506205:24506511,24507556:24550817,24507645:24507738,24521587:24521816,24569263:24569687,24569302:24569541,24571191:24572265,24581025:24582671,24581039:24581929,24581424:24581755,24584847:24585166,24605459:24605874,24605478:24605696,24640167:24640361,24640198:24640339,24679059:24679337,24719291:24720600,24719350:24729350,24719435:24719702,24753640:24754290,24753723:24753823,24796381:24796926,24796386:24797188,24846971:24847362,24851563:24851786,24851595:24851781,24854815:24854941,24996664:24996950,25010388:25010630,25015387:25015626,25026952:25027280,25028508:25028938,25042449:25042623,25068101:25068271,25097138:25098130,25149410:25149711,25150501:25150626,25152662:25152968,25206373:25206650,25214067:25214375,25220203:25220382,25229988:25230107,25257554:25257855,25273144:25273293,25276721:25276772,25281395:25281593,25283504:25283678,25292610:25293026,25312451:25313656,25312453:25313890,25312457:25312704,25312459:25312930,25319576:25319805,25328522:2532921', 'assoc_mat': '24476125:autre_refus:3726:24476500,24477470:autre_refus:3726:24489729,24502282:autre_refus:3726:24550041,24506205:autre_refus:3726:24506511,24507556:autre_refus:3726:24550817,24507645:autre_refus:3726:24507738,24521587:autre_refus:3726:24521816,24569263:autre_refus:3726:24569687,24569302:autre_refus:3726:24569541,24571191:autre_refus:3726:24572265,24581025:autre_refus:3726:24582671,24581039:autre_refus:3726:24581929,24581424:autre_refus:3726:24581755,24584847:autre_refus:3726:24585166,24605459:autre_refus:3726:24605874,24605478:autre_refus:3726:24605696,24640167:autre_refus:3726:24640361,24640198:autre_refus:3726:24640339,24679059:autre_refus:3726:24679337,24719291:autre_refus:3726:24720600,24719350:autre_refus:3726:24729350,24719435:autre_refus:3726:24719702,24753640:autre_refus:3726:24754290,24753723:autre_refus:3726:24753823,24796381:autre_refus:3726:24796926,24796386:autre_refus:3726:24797188,24846971:autre_refus:3726:24847362,24851563:autre_refus:3726:24851786,24851595:autre_refus:3726:24851781,24854815:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002260940103714727, 'nb_photo': 13, 'list_port_cont': '24570862,24583986,24997479,25006212,25067674,25218705,25284135,25326714,25345779,25392996,25393732,25501692', 'assoc_port': '24569477:24570862,24581378:24583986,24996636:24997479,25004429:25006212,25066727:25067674,25217999:25218705,25283498:25284135,25325808:25326714,25344194:25345779,25391819:25393732,25391923:25392996,25501073:25501692', 'assoc_mat': '24569477:barquette_avec_film:3327:24570862,24581378:barquette_avec_film:3327:24583986,24996636:barquette_avec_film:3327:24997479,25004429:barquette_avec_film:3327:25006212,25066727:barquette_avec_film:3327:25067674,25217999:barquette_avec_film:3327:25218705,25283498:barquette_avec_film:3327:25284135,25325808:barquette_avec_film:3327:25326714,25344194:barquette_avec_film:3327:25345779,25391819:barquette_avec_film:3327:25393732,25391923:barquette_avec_film:3327:25392996,25501073:barquette_avec_film:3327:25501692'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0008614300190452244, 'nb_photo': 7, 'list_port_cont': '24621902,24640439,25231572,25291672,25407331,25551775', 'assoc_port': '24610181:24621902,24640202:24640439,25221179:25231572,25290447:25291672,25399077:25407331,25541812:25551775', 'assoc_mat': '24610181:barquette_opaque:4205:24621902,24640202:barquette_opaque:4205:24640439,25221179:barquette_opaque:4205:25231572,25290447:barquette_opaque:4205:25291672,25399077:barquette_opaque:4205:25407331,25541812:barquette_opaque:4205:25551775'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0017832185104607627, 'nb_photo': 209, 'list_port_cont': '24524063,24552369,24553628,24568023,24577599,24591595,24608265,24640814,24730595,24730610,24730639,24754749,24800826,24853235,24866509,25005486,25018240,25036630,25097312,25097739,25155350,25222337,25239135,25251239,25270804,25336233,25339929,25350098,25403760,25404832,25406530,25412797,25503491,25541011,25544788,25552654', 'assoc_port': '24507633:24552369,24508886:24553628,24523326:24524063,24567049:24568023,24569474:24577599,24581192:24591595,24592993:24608265,24640173:24640814,24719277:24730639,24719352:24730610,24719447:24730595,24753726:24754749,24796382:24800826,24851596:24853235,24862985:24866509,25004431:25005486,25017809:25018240,25036331:25036630,25070428:25097739,25097140:25097312,25150503:25155350,25209855:25222337,25235129:25251239,25236151:25239135,25263317:25270804,25325773:25336233,25337096:25339929,25348045:25350098,25391822:25403760,25398888:25404832,25399001:25406530,25401986:25412797,25501032:25503491,25519628:25544788,25540570:25541011,25541834:25552654', 'assoc_mat': '24507633:barquette_opaque:4203:24552369,24508886:barquette_opaque:4203:24553628,24523326:barquette_opaque:4203:24524063,24567049:barquette_opaque:4203:24568023,24569474:barquette_opaque:4203:24577599,24581192:barquette_opaque:4203:24591595,24592993:barquette_opaque:4203:24608265,24640173:barquette_opaque:4203:24640814,24719277:barquette_opaque:4203:24730639,24719352:barquette_opaque:4203:24730610,24719447:barquette_opaque:4203:24730595,24753726:barquette_opaque:4203:24754749,24796382:barquette_opaque:4203:24800826,24851596:barquette_opaque:4203:24853235,24862985:barquette_opaque:4203:24866509,25004431:barquette_opaque:4203:25005486,25017809:barquette_opaque:4203:25018240,25036331:barquette_opaque:4203:25036630,25070428:barquette_opaque:4203:25097739,25097140:barquette_opaque:4203:25097312,25150503:barquette_opaque:4203:25155350,25209855:barquette_opaque:4203:25222337,25235129:barquette_opaque:4203:25251239,25236151:barquette_opaque:4203:25239135,25263317:barquette_opaque:4203:25270804,25325773:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0010872465393959268, 'nb_photo': 37, 'list_port_cont': '24476268,24564011,24567474,24567864,24640388,24719891,24720561,24721737,25002705,25027255,25027459,25027707,25038773,25070691,25143583,25223034,25226972,25228163,25250379,25274977,25279312,25291464,25307032,25334100,25337430,25338677,25348504,25360916,25407544,25407748,25408066,25427494,25502621,25506143,25512433,25558434', 'assoc_port': '24476124:24476268,24563562:24564011,24567018:24567864,24567047:24567474,24640221:24640388,24719305:24719891,24719354:24720561,24719430:24721737,25002376:25002705,25026603:25027255,25026604:25027459,25026954:25027707,25028604:25038773,25070447:25070691,25143398:25143583,25206378:25223034,25211235:25226972,25217996:25228163,25240382:25250379,25270679:25274977,25276723:25279312,25290440:25291464,25302445:25307032,25328531:25337430,25333454:25334100,25337083:25338677,25346890:25348504,25355340:25360916,25391859:25407748,25399081:25407544,25399177:25408066,25403194:25427494,25501034:25512433,25502471:25502621,25502927:25506143,25552181:25558434', 'assoc_mat': '24476124:barquette_opaque:4207:24476268,24563562:barquette_opaque:4207:24564011,24567018:barquette_opaque:4207:24567864,24567047:barquette_opaque:4207:24567474,24640221:barquette_opaque:4207:24640388,24719305:barquette_opaque:4207:24719891,24719354:barquette_opaque:4207:24720561,24719430:barquette_opaque:4207:24721737,25002376:barquette_opaque:4207:25002705,25026603:barquette_opaque:4207:25027255,25026604:barquette_opaque:4207:25027459,25026954:barquette_opaque:4207:25027707,25028604:barquette_opaque:4207:25038773,25070447:barquette_opaque:4207:25070691,25143398:barquette_opaque:4207:25143583,25206378:barquette_opaque:4207:25223034,25211235:barquette_opaque:4207:25226972,25217996:barquette_opaque:4207:25228163,25240382:barquette_opaque:4207:25250379,25270679:barquette_opaque:4207:25274977,25276723:barquette_opaque:4207:25279312,25290440:barquette_opaque:4207:25291464,25302445:barquette_opaque:4207:25307032,25328531:barquette_opaque:4207:25337430,25333454:barquette_opaque:4207:25334100,25337083:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010956854354607875, 'nb_photo': 9, 'list_port_cont': '24499245,24571929,24597621,24676357,25267291,25275018,25289851,25392420,25399618', 'assoc_port': '24498668:24499245,24571188:24571929,24581031:24597621,24675790:24676357,25266839:25267291,25274167:25275018,25289267:25289851,25391929:25392420,25399175:25399618', 'assoc_mat': '24498668:barquette_opaque:4461:24499245,24571188:barquette_opaque:4461:24571929,24581031:barquette_opaque:4461:24597621,24675790:barquette_opaque:4461:24676357,25266839:barquette_opaque:4461:25267291,25274167:barquette_opaque:4461:25275018,25289267:barquette_opaque:4461:25289851,25391929:barquette_opaque:4461:25392420,25399175:barquette_opaque:4461:25399618'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0034566880990659936, 'nb_photo': 73, 'list_port_cont': '24507956,24560905,24564425,24570351,24576046,24578540,24580938,24581995,24582155,24582771,24585325,24595178,24612428,24640518,24720278,24721122,24721404,24754202,24754247,24754666,24761399,24850602,24998364,25018082,25027250,25027659,25027790,25028144,25029315,25071740,25097235,25141729,25214581,25224060,25227149,25264023,25280458,25302663,25321721,25329274,25333761,25351210,25391934,25392104,25392444,25392664,25394015,25394226,25400425,25401874,25402341,25403633,25495960,25500395,25546176,25560620', 'assoc_port': '24507555:24507956,24513877:24560905,24563545:24564425,24569444:24578540,24569450:24570351,24575348:24576046,24580369:24580938,24581042:24582155,24581122:24582771,24581315:24595178,24581360:24581995,24584865:24585325,24612039:24612428,24640240:24640518,24719312:24720278,24719359:24721122,24719411:24721404,24753641:24754247,24753686:24754666,24753731:24754202,24760968:24761399,24850324:24850602,24997910:24998364,25017800:25018082,25026588:25027250,25026605:25027659,25026803:25028144,25026944:25027790,25028532:25029315,25071594:25071740,25097135:25097235,25141390:25141729,25214071:25214581,25223421:25224060,25226916:25227149,25263347:25264023,25280264:25280458,25302446:25302663,25321132:25321721,25328525:25329274,25333451:25333761,25350822:25351210,25391519:25391934,25391749:25394226,25391788:25394015,25391815:25392104,25391906:25392664,25391920:25392444,25398894:25401874,25399000:25400425,25401953:25402341,25403251:25403633,25495523:25495960,25500141:25500395,25545873:25546176,25560239:25560620', 'assoc_mat': '24507555:barquette_opaque:4200:24507956,24513877:barquette_opaque:4200:24560905,24563545:barquette_opaque:4200:24564425,24569444:barquette_opaque:4200:24578540,24569450:barquette_opaque:4200:24570351,24575348:barquette_opaque:4200:24576046,24580369:barquette_opaque:4200:24580938,24581042:barquette_opaque:4200:24582155,24581122:barquette_opaque:4200:24582771,24581315:barquette_opaque:4200:24595178,24581360:barquette_opaque:4200:24581995,24584865:barquette_opaque:4200:24585325,24612039:barquette_opaque:4200:24612428,24640240:barquette_opaque:4200:24640518,24719312:barquette_opaque:4200:24720278,24719359:barquette_opaque:4200:24721122,24719411:barquette_opaque:4200:24721404,24753641:barquette_opaque:4200:24754247,24753686:barquette_opaque:4200:24754666,24753731:barquette_opaque:4200:24754202,24760968:barquette_opaque:4200:24761399,24850324:barquette_opaque:4200:24850602,24997910:barquette_opaque:4200:24998364,25017800:barquette_opaque:4200:25018082,25026588:barquette_opaque:4200:25027250,25026605:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.001727514374459582, 'nb_photo': 24, 'list_port_cont': '24495825,24495848,24505503,24526873,24570261,24586604,24754694,24754839,25015685,25027402,25027545,25027559,25029259,25070906,25097285,25146808,25206718,25337258,25399784,25400315,25549753', 'assoc_port': '24495590:24495825,24495596:24495848,24504955:24505503,24526771:24526873,24569179:24570261,24581037:24586604,24753646:24754839,24753703:24754694,25015389:25015685,25026600:25027402,25026813:25027559,25026881:25027545,25028534:25029259,25070444:25070906,25097129:25097285,25146406:25146808,25206380:25206718,25328521:25337258,25398885:25400315,25398940:25399784,25549511:25549753', 'assoc_mat': '24495590:barquette_opaque:4209:24495825,24495596:barquette_opaque:4209:24495848,24504955:barquette_opaque:4209:24505503,24526771:barquette_opaque:4209:24526873,24569179:barquette_opaque:4209:24570261,24581037:barquette_opaque:4209:24586604,24753646:barquette_opaque:4209:24754839,24753703:barquette_opaque:4209:24754694,25015389:barquette_opaque:4209:25015685,25026600:barquette_opaque:4209:25027402,25026813:barquette_opaque:4209:25027559,25026881:barquette_opaque:4209:25027545,25028534:barquette_opaque:4209:25029259,25070444:barquette_opaque:4209:25070906,25097129:barquette_opaque:4209:25097285,25146406:barquette_opaque:4209:25146808,25206380:barquette_opaque:4209:25206718,25328521:barquette_opaque:4209:25337258,25398885:barquette_opaque:4209:25400315,25398940:barquette_opaque:4209:25399784,25549511:barquette_opaque:4209:25549753'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.008267976111756713, 'nb_photo': 2167, 'list_port_cont': '24469637,24470067,24478248,24484543,24495970,24499402,24499575,24502844,24507112,24508394,24508440,24509410,24509576,24521953,24527489,24546416,24546875,24552303,24564786,24568274,24568494,24568807,24570629,24570928,24576209,24581546,24582532,24583266,24583523,24583739,24585798,24590467,24595677,24597186,24607976,24611067,24612804,24640680,24640709,24640754,24673201,24676465,24680628,24680704,24683839,24721348,24721505,24722089,24722319,24722550,24724146,24724421,24754572,24754801,24755238,24757586,24761627,24774971,24777012,24803211,24846350,24852034,24852217,24854088,24855299,24863818,24866518,24872098,24992862,24997427,24998546,25003242,25003468,25009708,25012251,25012498,25018011,25027337,25027557,25027674,25028545,25028733,25028792,25029283,25029782,25030080,25036557,25042896,25047276,25063764,25067431,25068607,25071813,25097368,25141882,25143845,25147850,25151406,25156177,25210481,25216495,25217234,25218524,25220774,25227386,25232647,25235458,25236772,25245967,25246364,25247841,25260246,25261272,2526464', 'assoc_port': '24469358:24470067,24469360:24469637,24477484:24478248,24484132:24484543,24495625:24495970,24498679:24499575,24498707:24499402,24502312:24502844,24506203:24507112,24507557:24508440,24507588:24508394,24508877:24509576,24508890:24509410,24513858:24546875,24513869:24546416,24521600:24521953,24526772:24527489,24539740:24552303,24563558:24568807,24563561:24564786,24567016:24568494,24567058:24568274,24569411:24570928,24569447:24570629,24575366:24576209,24580402:24581546,24581034:24583739,24581162:24583523,24581286:24583266,24581372:24595677,24581374:24582532,24584845:24585798,24589660:24590467,24595818:24597186,24607323:24607976,24610239:24611067,24612038:24612804,24640188:24640754,24640197:24640709,24640200:24640680,24672756:24673201,24675764:24676465,24680065:24680704,24680117:24680628,24683459:24683839,24719304:24724421,24719310:24724146,24719374:24722550,24719432:24722319,24719442:24722089,24719446:24721505,24719455:24721348,24753638:24755238,24753661:24754801,24753728:24754572,24757195:24757586,24760971:2476162', 'assoc_mat': '24469358:barquette_opaque:4211:24470067,24469360:barquette_opaque:4211:24469637,24477484:barquette_opaque:4211:24478248,24484132:barquette_opaque:4211:24484543,24495625:barquette_opaque:4211:24495970,24498679:barquette_opaque:4211:24499575,24498707:barquette_opaque:4211:24499402,24502312:barquette_opaque:4211:24502844,24506203:barquette_opaque:4211:24507112,24507557:barquette_opaque:4211:24508440,24507588:barquette_opaque:4211:24508394,24508877:barquette_opaque:4211:24509576,24508890:barquette_opaque:4211:24509410,24513858:barquette_opaque:4211:24546875,24513869:barquette_opaque:4211:24546416,24521600:barquette_opaque:4211:24521953,24526772:barquette_opaque:4211:24527489,24539740:barquette_opaque:4211:24552303,24563558:barquette_opaque:4211:24568807,24563561:barquette_opaque:4211:24564786,24567016:barquette_opaque:4211:24568494,24567058:barquette_opaque:4211:24568274,24569411:barquette_opaque:4211:24570928,24569447:barquette_opaque:4211:24570629,24575366:barquette_opaque:4211:24576209,24580402:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0003347306045676244, 'nb_photo': 43, 'list_port_cont': '24511361,24523266,24570865,24571525,24576558,24577338,24584615,24596074,24606870,24641073,24722065,24722605,24755360,24761782,24863778,24864076,25012680,25071258,25149994,25233732,25237127,25241209,25277519,25281045,25337987,25394030,25400087,25401862,25500736,25513014,25542726,25546664,25561028', 'assoc_port': '24510235:24511361,24516729:24523266,24569406:24571525,24569477:24570865,24575380:24576558,24576823:24577338,24581128:24584615,24593006:24596074,24605492:24606870,24640175:24641073,24719440:24722605,24719450:24722065,24753682:24755360,24760973:24761782,24862978:24864076,24862987:24863778,25011697:25012680,25070474:25071258,25149406:25149994,25233139:25233732,25236153:25237127,25240403:25241209,25276724:25277519,25280263:25281045,25337086:25337987,25391773:25394030,25398883:25401862,25399084:25400087,25500142:25500736,25511995:25513014,25541827:25542726,25545875:25546664,25560241:25561028', 'assoc_mat': '24510235:bouchon:3327:24511361,24516729:bouchon:3327:24523266,24569406:bouchon:3327:24571525,24569477:bouchon:3327:24570865,24575380:bouchon:3327:24576558,24576823:bouchon:3327:24577338,24581128:bouchon:3327:24584615,24593006:bouchon:3327:24596074,24605492:bouchon:3327:24606870,24640175:bouchon:3327:24641073,24719440:bouchon:3327:24722605,24719450:bouchon:3327:24722065,24753682:bouchon:3327:24755360,24760973:bouchon:3327:24761782,24862978:bouchon:3327:24864076,24862987:bouchon:3327:24863778,25011697:bouchon:3327:25012680,25070474:bouchon:3327:25071258,25149406:bouchon:3327:25149994,25233139:bouchon:3327:25233732,25236153:bouchon:3327:25237127,25240403:bouchon:3327:25241209,25276724:bouchon:3327:25277519,25280263:bouchon:3327:25281045,25337086:bouchon:3327:25337987,25391773:bouchon:3327:25394030,25398883:bouchon:3327:25401862,25399084:bouchon:3327:25400087,25500142:bouchon:3327:25500736,25511995:bouchon:3327:25513014,25541827:bouchon:3327:25542726,25545875:bouchon:3327:25546664,25560241:bouchon:3327:25561028'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01673897253228452, 'nb_photo': 307, 'list_port_cont': '24538356,24551186,24577493,24577538,24577798,24590417,24602100,24621906,24640433,24730451,24756198,24758023,24852317,25039839,25059916,25060677,25061011,25095094,25231571,25250587,25251275,25279480,25291673,25334276,25339169,25404939,25407328,25410416,25411537,25422139,25495672,25506651,25532362,25551783,25556695', 'assoc_port': '24498662:24538356,24507590:24551186,24563529:24577798,24569288:24577538,24569408:24577493,24581101:24590417,24601740:24602100,24610181:24621906,24640202:24640433,24719356:24730451,24753717:24756198,24757197:24758023,24851598:24852317,25015391:25039839,25026613:25059916,25026850:25060677,25026898:25061011,25071609:25095094,25221179:25231571,25236161:25251275,25240407:25250587,25276726:25279480,25290447:25291673,25333458:25334276,25337094:25339169,25390338:25422139,25391730:25411537,25391903:25410416,25398892:25404939,25399077:25407328,25495534:25495672,25506508:25506651,25516146:25532362,25541812:25551783,25548262:25556695', 'assoc_mat': '24498662:carton:4205:24538356,24507590:carton:4205:24551186,24563529:carton:4205:24577798,24569288:carton:4205:24577538,24569408:carton:4205:24577493,24581101:carton:4205:24590417,24601740:carton:4205:24602100,24610181:carton:4205:24621906,24640202:carton:4205:24640433,24719356:carton:4205:24730451,24753717:carton:4205:24756198,24757197:carton:4205:24758023,24851598:carton:4205:24852317,25015391:carton:4205:25039839,25026613:carton:4205:25059916,25026850:carton:4205:25060677,25026898:carton:4205:25061011,25071609:carton:4205:25095094,25221179:carton:4205:25231571,25236161:carton:4205:25251275,25240407:carton:4205:25250587,25276726:carton:4205:25279480,25290447:carton:4205:25291673,25333458:carton:4205:25334276,25337094:carton:4205:25339169,25390338:carton:4205:25422139,25391730:carton:4205:25411537,25391903:carton:4205:25410416,25398892:carton:4205:25404939,25399077:carton:4205:25407328,25495534:carton:4205:25495672,25506508:carton:4205:25506651,25516146:carton:4205:25532362,25541812:carton:4205:25551783,2554'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01194304989681315, 'nb_photo': 611, 'list_port_cont': '24524054,24552379,24553626,24568007,24577597,24591588,24608261,24640819,24730587,24730615,24730631,24754734,24800814,24853245,24866495,25005489,25018253,25097308,25097751,25155345,25222343,25239133,25251248,25270806,25282605,25336247,25339933,25350100,25403759,25404836,25406520,25412805,25503497,25541016,25544790,25552653,25561297', 'assoc_port': '24507633:24552379,24508886:24553626,24523326:24524054,24567049:24568007,24569474:24577597,24581192:24591588,24592993:24608261,24640173:24640819,24719277:24730631,24719352:24730615,24719447:24730587,24753726:24754734,24796382:24800814,24851596:24853245,24862985:24866495,25004431:25005489,25017809:25018253,25070428:25097751,25097140:25097308,25150503:25155345,25209855:25222343,25235129:25251248,25236151:25239133,25263317:25270806,25281391:25282605,25325773:25336247,25337096:25339933,25348045:25350100,25391822:25403759,25398888:25404836,25399001:25406520,25401986:25412805,25501032:25503497,25519628:25544790,25540570:25541016,25541834:25552653,25555410:25561297', 'assoc_mat': '24507633:carton:4203:24552379,24508886:carton:4203:24553626,24523326:carton:4203:24524054,24567049:carton:4203:24568007,24569474:carton:4203:24577597,24581192:carton:4203:24591588,24592993:carton:4203:24608261,24640173:carton:4203:24640819,24719277:carton:4203:24730631,24719352:carton:4203:24730615,24719447:carton:4203:24730587,24753726:carton:4203:24754734,24796382:carton:4203:24800814,24851596:carton:4203:24853245,24862985:carton:4203:24866495,25004431:carton:4203:25005489,25017809:carton:4203:25018253,25070428:carton:4203:25097751,25097140:carton:4203:25097308,25150503:carton:4203:25155345,25209855:carton:4203:25222343,25235129:carton:4203:25251248,25236151:carton:4203:25239133,25263317:carton:4203:25270806,25281391:carton:4203:25282605,25325773:carton:4203:25336247,25337096:carton:4203:25339933,25348045:carton:4203:25350100,25391822:carton:4203:25403759,25398888:carton:4203:25404836,25399001:carton:4203:25406520,25401986:carton:4203:25412805,25501032:carton:4203:25503497,25519628:carton:4203:25544790,2554'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9500587739002615, 'nb_photo': 8875, 'list_port_cont': '24476262,24495881,24499103,24499292,24499798,24502599,24502765,24503899,24504103,24505415,24505623,24507854,24508035,24509039,24509205,24509717,24509868,24510441,24510580,24517522,24523616,24526966,24560422,24564008,24564166,24567463,24567863,24570130,24570145,24575827,24576958,24577061,24581010,24581444,24581909,24582962,24583303,24583867,24584103,24584420,24585417,24587063,24590032,24593936,24595527,24602020,24607657,24610549,24612312,24640373,24640414,24640494,24640504,24640579,24640636,24676162,24679246,24682511,24682545,24691088,24719868,24719889,24720182,24720374,24720566,24720948,24721733,24721823,24721967,24722250,24722262,24753968,24754027,24754304,24754554,24754859,24761202,24761359,24774597,24776667,24846026,24846196,24848388,24850519,24851805,24853761,24858633,24863248,24863383,24863517,24863610,24992503,24996844,24996859,24998250,25002701,25005058,25007153,25010643,25015560,25015636,25015782,25017998,25026973,25026991,25027220,25027249,25027444,25027620,25027708,25027917,25027976,25028062,2502902', 'assoc_port': '24476124:24476262,24495586:24495881,24495588:24504103,24495628:24503899,24498664:24499798,24498676:24499292,24498710:24499103,24502284:24502765,24502314:24502599,24504914:24505623,24504969:24505415,24507559:24508035,24507618:24507854,24508844:24510580,24508863:24509868,24508881:24509717,24508888:24509205,24508891:24509039,24510240:24510441,24513881:24560422,24516742:24517522,24523311:24523616,24526761:24526966,24563559:24564166,24563562:24564008,24567018:24567863,24567047:24567463,24569413:24570130,24569471:24570145,24575350:24575827,24576820:24577061,24576821:24576958,24580399:24581444,24580433:24581010,24581062:24584420,24581145:24584103,24581172:24583867,24581248:24583303,24581325:24582962,24581369:24595527,24581398:24581909,24584827:24585417,24586624:24587063,24589661:24590032,24593032:24593936,24601730:24602020,24607324:24607657,24610219:24610549,24612028:24612312,24640171:24640414,24640182:24640494,24640186:24640636,24640195:24640579,24640199:24640504,24640221:24640373,24675777:24676162,24679060:2467924', 'assoc_mat': '24476124:carton:4207:24476262,24495586:carton:4207:24495881,24495588:carton:4207:24504103,24495628:carton:4207:24503899,24498664:carton:4207:24499798,24498676:carton:4207:24499292,24498710:carton:4207:24499103,24502284:carton:4207:24502765,24502314:carton:4207:24502599,24504914:carton:4207:24505623,24504969:carton:4207:24505415,24507559:carton:4207:24508035,24507618:carton:4207:24507854,24508844:carton:4207:24510580,24508863:carton:4207:24509868,24508881:carton:4207:24509717,24508888:carton:4207:24509205,24508891:carton:4207:24509039,24510240:carton:4207:24510441,24513881:carton:4207:24560422,24516742:carton:4207:24517522,24523311:carton:4207:24523616,24526761:carton:4207:24526966,24563559:carton:4207:24564166,24563562:carton:4207:24564008,24567018:carton:4207:24567863,24567047:carton:4207:24567463,24569413:carton:4207:24570130,24569471:carton:4207:24570145,24575350:carton:4207:24575827,24576820:carton:4207:24577061,24576821:carton:4207:24576958,24580399:carton:4207:24581444,24580433:carton:4207:24581010,2458'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.017799517193672985, 'nb_photo': 2981, 'list_port_cont': '24484473,24499238,24507933,24508048,24508083,24509268,24515334,24524502,24527529,24570503,24571932,24576614,24577128,24581217,24582284,24590303,24595687,24597629,24607898,24610944,24612579,24640449,24641426,24643297,24676359,24680574,24691327,24720511,24720819,24721138,24721655,24723123,24754500,24754753,24754961,24774797,24803478,24846284,24847489,24850700,24853989,24855212,24863798,24866302,24993925,25000657,25003183,25012166,25012290,25017970,25027490,25027756,25028008,25028067,25028195,25029319,25036764,25042830,25063799,25068527,25097319,25141775,25146836,25151284,25201776,25210394,25214714,25220525,25220599,25223982,25232485,25235502,25237579,25240891,25260943,25267292,25275029,25277279,25283885,25287099,25289857,25294523,25323213,25326212,25326341,25329741,25336565,25341099,25341240,25347349,25351391,25355583,25392233,25392419,25392550,25392675,25393396,25394669,25399425,25399631,25399744,25399955,25400050,25400798,25400985,25401152,25406028,25495903,25498788,25502708,25509021,25512685,25516443,2552939', 'assoc_port': '24484117:24484473,24498668:24499238,24507558:24507933,24507585:24508048,24507649:24508083,24508879:24509268,24513873:24515334,24516716:24524502,24523312:24527529,24569192:24576614,24569409:24570503,24571188:24571932,24576822:24577128,24580431:24581217,24581031:24597629,24581250:24595687,24581365:24582284,24589665:24590303,24607321:24607898,24610218:24610944,24612040:24612579,24640189:24640449,24640191:24641426,24640242:24643297,24675790:24676359,24680066:24680574,24683461:24691327,24719346:24723123,24719388:24721655,24719439:24721138,24719452:24720819,24719462:24720511,24753642:24754961,24753679:24754753,24753730:24754500,24774217:24774797,24796384:24803478,24845812:24846284,24846972:24847489,24850327:24850700,24853633:24853989,24854814:24855212,24862977:24863798,24865577:24866302,24993436:24993925,25000154:25000657,25002373:25003183,25011664:25012290,25011673:25012166,25017802:25017970,25026599:25027756,25026650:25027490,25026809:25028195,25026834:25028008,25026957:25028067,25028526:25029319,25036306:2503676', 'assoc_mat': '24484117:carton:4461:24484473,24498668:carton:4461:24499238,24507558:carton:4461:24507933,24507585:carton:4461:24508048,24507649:carton:4461:24508083,24508879:carton:4461:24509268,24513873:carton:4461:24515334,24516716:carton:4461:24524502,24523312:carton:4461:24527529,24569192:carton:4461:24576614,24569409:carton:4461:24570503,24571188:carton:4461:24571932,24576822:carton:4461:24577128,24580431:carton:4461:24581217,24581031:carton:4461:24597629,24581250:carton:4461:24595687,24581365:carton:4461:24582284,24589665:carton:4461:24590303,24607321:carton:4461:24607898,24610218:carton:4461:24610944,24612040:carton:4461:24612579,24640189:carton:4461:24640449,24640191:carton:4461:24641426,24640242:carton:4461:24643297,24675790:carton:4461:24676359,24680066:carton:4461:24680574,24683461:carton:4461:24691327,24719346:carton:4461:24723123,24719388:carton:4461:24721655,24719439:carton:4461:24721138,24719452:carton:4461:24720819,24719462:carton:4461:24720511,24753642:carton:4461:24754961,24753679:carton:4461:24754753,2475'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.027164649306509907, 'nb_photo': 1846, 'list_port_cont': '24477765,24495832,24499192,24502617,24506716,24507942,24509183,24510479,24521992,24523706,24533533,24560914,24564432,24567689,24570340,24576058,24578537,24580935,24581997,24582151,24582763,24582830,24583060,24585320,24594150,24595183,24602213,24610562,24610779,24612429,24640405,24640517,24640546,24640571,24680403,24682692,24720268,24720480,24720699,24721109,24721250,24721420,24722108,24722511,24722644,24754196,24754221,24754624,24754674,24754995,24761226,24761398,24774601,24774671,24846128,24846248,24850592,24853942,24856131,24858708,24863155,24863239,24863643,24863700,24992490,24998373,24998447,25002683,25007230,25007438,25010691,25010710,25014429,25015501,25018079,25018112,25027239,25027241,25027470,25027656,25027789,25027893,25028145,25028412,25029054,25029314,25042702,25068487,25071735,25097226,25141723,25143694,25146700,25151067,25201603,25207698,25214583,25220510,25223728,25224067,25227140,25232328,25233318,25236425,25242135,25259585,25264024,25274723,25274834,25280446,25281824,25286733,25287034,2528957', 'assoc_port': '24477456:24477765,24495610:24495832,24498674:24499192,24502320:24502617,24506207:24506716,24507555:24507942,24508846:24509183,24510221:24510479,24513877:24560914,24516735:24533533,24521602:24521992,24523339:24523706,24563545:24564432,24566994:24567689,24569444:24578537,24569450:24570340,24575348:24576058,24580369:24580935,24581042:24582151,24581122:24582763,24581167:24582830,24581246:24583060,24581315:24595183,24581360:24581997,24584865:24585320,24592992:24594150,24601722:24602213,24610182:24610779,24610238:24610562,24612039:24612429,24640178:24640405,24640180:24640546,24640193:24640571,24640240:24640517,24680064:24680403,24682273:24682692,24719312:24720268,24719357:24720699,24719359:24721109,24719411:24721420,24719427:24722108,24719443:24722511,24719449:24722644,24719456:24721250,24719460:24720480,24753641:24754221,24753643:24754624,24753675:24754995,24753686:24754674,24753731:24754196,24760968:24761398,24761001:24761226,24774224:24774601,24774238:24774671,24845781:24846128,24845810:24846248,24848229:2485613', 'assoc_mat': '24477456:carton:4200:24477765,24495610:carton:4200:24495832,24498674:carton:4200:24499192,24502320:carton:4200:24502617,24506207:carton:4200:24506716,24507555:carton:4200:24507942,24508846:carton:4200:24509183,24510221:carton:4200:24510479,24513877:carton:4200:24560914,24516735:carton:4200:24533533,24521602:carton:4200:24521992,24523339:carton:4200:24523706,24563545:carton:4200:24564432,24566994:carton:4200:24567689,24569444:carton:4200:24578537,24569450:carton:4200:24570340,24575348:carton:4200:24576058,24580369:carton:4200:24580935,24581042:carton:4200:24582151,24581122:carton:4200:24582763,24581167:carton:4200:24582830,24581246:carton:4200:24583060,24581315:carton:4200:24595183,24581360:carton:4200:24581997,24584865:carton:4200:24585320,24592992:carton:4200:24594150,24601722:carton:4200:24602213,24610182:carton:4200:24610779,24610238:carton:4200:24610562,24612039:carton:4200:24612429,24640178:carton:4200:24640405,24640180:carton:4200:24640546,24640193:carton:4200:24640571,24640240:carton:4200:24640517,2468'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.03350219812932951, 'nb_photo': 934, 'list_port_cont': '24495814,24495847,24495921,24502748,24505510,24512634,24524293,24526877,24570257,24572159,24581826,24582297,24582382,24586606,24587487,24597122,24608005,24640619,24640664,24679423,24682730,24720311,24720362,24720459,24720851,24754581,24754703,24754835,24776843,24851991,24852043,24858552,24858853,24866295,24992722,25007385,25015680,25027385,25027530,25027564,25029254,25031757,25036694,25042944,25063458,25070893,25097281,25146822,25153269,25202930,25206714,25208784,25221635,25223919,25259211,25259526,25260698,25274600,25302693,25312747,25326191,25336265,25337251,25340977,25394564,25399235,25399536,25399662,25399786,25400196,25400322,25402413,25403536,25495786,25495878,25503199,25512230,25522134,25528704,25534111,25543064,25546243,25549755,25560524', 'assoc_port': '24495590:24495814,24495594:24495921,24495596:24495847,24502280:24502748,24504955:24505510,24508849:24512634,24516747:24524293,24526771:24526877,24569179:24570257,24571189:24572159,24581037:24586606,24581310:24582382,24581418:24582297,24581423:24581826,24586608:24587487,24595778:24597122,24607325:24608005,24640184:24640664,24640201:24640619,24679058:24679423,24682275:24682730,24719331:24720851,24719391:24720459,24719393:24720311,24719451:24720362,24753646:24754835,24753703:24754703,24753733:24754581,24776490:24776843,24851564:24852043,24851597:24851991,24858049:24858853,24858069:24858552,24865585:24866295,24992143:24992722,25006842:25007385,25015389:25015680,25026600:25027385,25026813:25027564,25026881:25027530,25026901:25031757,25028534:25029254,25036315:25036694,25042363:25042944,25063054:25063458,25070444:25070893,25097129:25097281,25146406:25146822,25152660:25153269,25197412:25208784,25197413:25202930,25206380:25206714,25221180:25221635,25223393:25223919,25259007:25259526,25259022:25259211,25260480:2526069', 'assoc_mat': '24495590:carton:4209:24495814,24495594:carton:4209:24495921,24495596:carton:4209:24495847,24502280:carton:4209:24502748,24504955:carton:4209:24505510,24508849:carton:4209:24512634,24516747:carton:4209:24524293,24526771:carton:4209:24526877,24569179:carton:4209:24570257,24571189:carton:4209:24572159,24581037:carton:4209:24586606,24581310:carton:4209:24582382,24581418:carton:4209:24582297,24581423:carton:4209:24581826,24586608:carton:4209:24587487,24595778:carton:4209:24597122,24607325:carton:4209:24608005,24640184:carton:4209:24640664,24640201:carton:4209:24640619,24679058:carton:4209:24679423,24682275:carton:4209:24682730,24719331:carton:4209:24720851,24719391:carton:4209:24720459,24719393:carton:4209:24720311,24719451:carton:4209:24720362,24753646:carton:4209:24754835,24753703:carton:4209:24754703,24753733:carton:4209:24754581,24776490:carton:4209:24776843,24851564:carton:4209:24852043,24851597:carton:4209:24851991,24858049:carton:4209:24858853,24858069:carton:4209:24858552,24865585:carton:4209:24866295,2499'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.009845849442585201, 'nb_photo': 6317, 'list_port_cont': '24469642,24470060,24478239,24484540,24495969,24499405,24499570,24502840,24507117,24508395,24508439,24509412,24509578,24521942,24527495,24546410,24546869,24552308,24564783,24568278,24568479,24568792,24570619,24570923,24576196,24581545,24582528,24583282,24583534,24583740,24585797,24590470,24595681,24597178,24607975,24611060,24612794,24640669,24640700,24640751,24673183,24676451,24680638,24680712,24683836,24721360,24721499,24722096,24722309,24722544,24724136,24724424,24754571,24754803,24755227,24757579,24761636,24774980,24777009,24803217,24846348,24852021,24852214,24854090,24855301,24863829,24866519,24872099,24992870,24997436,24998561,25003252,25003460,25009713,25012225,25012509,25018027,25027339,25027579,25027680,25028548,25028731,25028777,25029277,25029785,25030077,25036564,25042891,25047277,25063757,25067417,25068597,25071802,25097381,25141870,25143835,25147842,25151405,25156183,25210489,25216493,25217219,25218528,25220769,25227393,25232654,25235459,25236776,25245972,25246349,25247846,25260249,25261267,2526464', 'assoc_port': '24469358:24470060,24469360:24469642,24477484:24478239,24484132:24484540,24495625:24495969,24498679:24499570,24498707:24499405,24502312:24502840,24506203:24507117,24507557:24508439,24507588:24508395,24508877:24509578,24508890:24509412,24513858:24546869,24513869:24546410,24521600:24521942,24526772:24527495,24539740:24552308,24563558:24568792,24563561:24564783,24567016:24568479,24567058:24568278,24569411:24570923,24569447:24570619,24575366:24576196,24580402:24581545,24581034:24583740,24581162:24583534,24581286:24583282,24581372:24595681,24581374:24582528,24584845:24585797,24589660:24590470,24595818:24597178,24607323:24607975,24610239:24611060,24612038:24612794,24640188:24640751,24640197:24640700,24640200:24640669,24672756:24673183,24675764:24676451,24680065:24680712,24680117:24680638,24683459:24683836,24719304:24724424,24719310:24724136,24719374:24722544,24719432:24722309,24719442:24722096,24719446:24721499,24719455:24721360,24753638:24755227,24753661:24754803,24753728:24754571,24757195:24757579,24760971:2476163', 'assoc_mat': '24469358:carton:4211:24470060,24469360:carton:4211:24469642,24477484:carton:4211:24478239,24484132:carton:4211:24484540,24495625:carton:4211:24495969,24498679:carton:4211:24499570,24498707:carton:4211:24499405,24502312:carton:4211:24502840,24506203:carton:4211:24507117,24507557:carton:4211:24508439,24507588:carton:4211:24508395,24508877:carton:4211:24509578,24508890:carton:4211:24509412,24513858:carton:4211:24546869,24513869:carton:4211:24546410,24521600:carton:4211:24521942,24526772:carton:4211:24527495,24539740:carton:4211:24552308,24563558:carton:4211:24568792,24563561:carton:4211:24564783,24567016:carton:4211:24568479,24567058:carton:4211:24568278,24569411:carton:4211:24570923,24569447:carton:4211:24570619,24575366:carton:4211:24576196,24580402:carton:4211:24581545,24581034:carton:4211:24583740,24581162:carton:4211:24583534,24581286:carton:4211:24583282,24581372:carton:4211:24595681,24581374:carton:4211:24582528,24584845:carton:4211:24585797,24589660:carton:4211:24590470,24595818:carton:4211:24597178,2460'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0029344752664950255, 'nb_photo': 278, 'list_port_cont': '24485002,24485266,24499722,24499740,24503069,24503114,24505796,24508533,24509673,24511358,24522757,24523277,24524107,24568895,24570408,24570868,24571082,24571172,24571519,24572609,24576562,24582933,24584009,24584488,24584522,24584609,24596071,24596131,24601268,24606858,24608426,24611536,24612884,24641036,24641071,24680958,24721569,24721663,24721912,24722069,24722598,24723255,24724127,24724824,24725263,24755363,24757957,24761769,24775092,24846566,24848835,24852327,24859389,24863784,24864069,24866885,24866901,24997480,24998853,25000971,25007843,25012686,25016164,25028446,25028582,25029076,25029297,25029717,25037062,25037099,25067683,25071260,25097398,25149983,25159064,25200654,25212343,25215102,25218698,25232706,25233731,25237032,25237138,25241200,25241413,25264854,25271587,25275190,25277405,25281049,25284130,25287544,25290056,25293680,25316056,25320590,25322290,25326708,25329337,25337989,25340198,25345566,25347661,25355819,25393550,25393729,25395383,25396384,25399208,25400079,25400358,25400513,25400711,2540113', 'assoc_port': '24481643:24485266,24484130:24485002,24498671:24499722,24498690:24499740,24502310:24503114,24502316:24503069,24504928:24505796,24507592:24508533,24508884:24509673,24510235:24511358,24516729:24523277,24521601:24522757,24523313:24524107,24567020:24568895,24569406:24571519,24569410:24571172,24569415:24571082,24569429:24570408,24569477:24570868,24571193:24572609,24575380:24576562,24580366:24582933,24581128:24584609,24581170:24584522,24581320:24584488,24581330:24584009,24592991:24596131,24593006:24596071,24595828:24601268,24605492:24606858,24607322:24608426,24610183:24611536,24612037:24612884,24640175:24641071,24640241:24641036,24680095:24680958,24719278:24725263,24719308:24724824,24719358:24724127,24719397:24723255,24719425:24721663,24719440:24722598,24719450:24722069,24719457:24721912,24719459:24721569,24753682:24755363,24757196:24757957,24760973:24761769,24774222:24775092,24845809:24846566,24848231:24848835,24851567:24852327,24858047:24859389,24862978:24864069,24862987:24863784,24865561:24866901,24865580:2486688', 'assoc_mat': '24481643:carton:3327:24485266,24484130:carton:3327:24485002,24498671:carton:3327:24499722,24498690:carton:3327:24499740,24502310:carton:3327:24503114,24502316:carton:3327:24503069,24504928:carton:3327:24505796,24507592:carton:3327:24508533,24508884:carton:3327:24509673,24510235:carton:3327:24511358,24516729:carton:3327:24523277,24521601:carton:3327:24522757,24523313:carton:3327:24524107,24567020:carton:3327:24568895,24569406:carton:3327:24571519,24569410:carton:3327:24571172,24569415:carton:3327:24571082,24569429:carton:3327:24570408,24569477:carton:3327:24570868,24571193:carton:3327:24572609,24575380:carton:3327:24576562,24580366:carton:3327:24582933,24581128:carton:3327:24584609,24581170:carton:3327:24584522,24581320:carton:3327:24584488,24581330:carton:3327:24584009,24592991:carton:3327:24596131,24593006:carton:3327:24596071,24595828:carton:3327:24601268,24605492:carton:3327:24606858,24607322:carton:3327:24608426,24610183:carton:3327:24611536,24612037:carton:3327:24612884,24640175:carton:3327:24641071,2464'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.007587359093598979, 'nb_photo': 603, 'list_port_cont': '24497058,24511260,24581964,24583639,24583728,24747089,24754174,24855472,24858774,24866340,25042931,25228463,25238608,25259628,25267424,25267790,25274818,25281031,25283959,25290112,25290795,25294412,25326309,25336403,25341162,25355764,25402379,25402523,25402992,25403023,25403341,25406573,25495999,25512634,25534354,25538926', 'assoc_port': '24495592:24497058,24510238:24511260,24581228:24583639,24581312:24583728,24581421:24581964,24719395:24747089,24753734:24754174,24854816:24855472,24858050:24858774,24865582:24866340,25042396:25042931,25227894:25228463,25235115:25238608,25259010:25259628,25266815:25267790,25266836:25267424,25274163:25274818,25280290:25281031,25283502:25283959,25286606:25290112,25290433:25290795,25294006:25294412,25325810:25326309,25335919:25336403,25340659:25341162,25355341:25355764,25391813:25402523,25391875:25403023,25398994:25403341,25399044:25402992,25401991:25402379,25403226:25406573,25495530:25495999,25511985:25512634,25533900:25534354,25538280:25538926', 'assoc_mat': '24495592:carton:3594:24497058,24510238:carton:3594:24511260,24581228:carton:3594:24583639,24581312:carton:3594:24583728,24581421:carton:3594:24581964,24719395:carton:3594:24747089,24753734:carton:3594:24754174,24854816:carton:3594:24855472,24858050:carton:3594:24858774,24865582:carton:3594:24866340,25042396:carton:3594:25042931,25227894:carton:3594:25228463,25235115:carton:3594:25238608,25259010:carton:3594:25259628,25266815:carton:3594:25267790,25266836:carton:3594:25267424,25274163:carton:3594:25274818,25280290:carton:3594:25281031,25283502:carton:3594:25283959,25286606:carton:3594:25290112,25290433:carton:3594:25290795,25294006:carton:3594:25294412,25325810:carton:3594:25326309,25335919:carton:3594:25336403,25340659:carton:3594:25341162,25355341:carton:3594:25355764,25391813:carton:3594:25402523,25391875:carton:3594:25403023,25398994:carton:3594:25403341,25399044:carton:3594:25402992,25401991:carton:3594:25402379,25403226:carton:3594:25406573,25495530:carton:3594:25495999,25511985:carton:3594:25512634,2553'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.001982547782459651, 'nb_photo': 88, 'list_port_cont': '24476506,24489725,24507745,24521811,24550034,24572267,24581763,24581930,24585175,24605690,24679333,24719709,24720611,24729353,24753818,24754295,24796923,24797194,24851779,25015627,25027282,25028932,25068275,25098129,25149712,25150618,25220379,25257857,25273301,25276776,25293015,25312932,25319811,25329221,25336121,25348162,25392197,25394458,25399170,25399299,25400844,25401562,25495022,25500277,25506664,25528684,25534933,25538536,25564074', 'assoc_port': '24476125:24476506,24477470:24489725,24502282:24550034,24507645:24507745,24521587:24521811,24571191:24572267,24581039:24581930,24581424:24581763,24584847:24585175,24605478:24605690,24679059:24679333,24719291:24720611,24719350:24729353,24719435:24719709,24753640:24754295,24753723:24753818,24796381:24796923,24796386:24797194,24851595:24851779,25015387:25015627,25026952:25027282,25028508:25028932,25068101:25068275,25097138:25098129,25149410:25149712,25150501:25150618,25220203:25220379,25257554:25257857,25273144:25273301,25276721:25276776,25292610:25293015,25312459:25312932,25319576:25319811,25328522:25329221,25335923:25336121,25348040:25348162,25391914:25392197,25394246:25394458,25398904:25401562,25398937:25400844,25399030:25399170,25399179:25399299,25494851:25495022,25500089:25500277,25506493:25506664,25528555:25528684,25534849:25534933,25538274:25538536,25563919:25564074', 'assoc_mat': '24476125:cartonnette:3726:24476506,24477470:cartonnette:3726:24489725,24502282:cartonnette:3726:24550034,24507645:cartonnette:3726:24507745,24521587:cartonnette:3726:24521811,24571191:cartonnette:3726:24572267,24581039:cartonnette:3726:24581930,24581424:cartonnette:3726:24581763,24584847:cartonnette:3726:24585175,24605478:cartonnette:3726:24605690,24679059:cartonnette:3726:24679333,24719291:cartonnette:3726:24720611,24719350:cartonnette:3726:24729353,24719435:cartonnette:3726:24719709,24753640:cartonnette:3726:24754295,24753723:cartonnette:3726:24753818,24796381:cartonnette:3726:24796923,24796386:cartonnette:3726:24797194,24851595:cartonnette:3726:24851779,25015387:cartonnette:3726:25015627,25026952:cartonnette:3726:25027282,25028508:cartonnette:3726:25028932,25068101:cartonnette:3726:25068275,25097138:cartonnette:3726:25098129,25149410:cartonnette:3726:25149712,25150501:cartonnette:3726:25150618,25220203:cartonnette:3726:25220379,25257554:cartonnette:3726:25257857,25273144:cartonnette:3726:25273301,25276721:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006958641739457938, 'nb_photo': 269, 'list_port_cont': '24476501,24489731,24506513,24521810,24550039,24550818,24569543,24569684,24572259,24581754,24581935,24582682,24585168,24605869,24640366,24679328,24719703,24720602,24729354,24753817,24754297,24796932,24797190,24851783,24854937,24996959,25010619,25015628,25027271,25028940,25068266,25098138,25149705,25150627,25152966,25206643,25214370,25220378,25230099,25257858,25273299,25276775,25281591,25283680,25293030,25312702,25312938,25313665,25313895,25319806,25329205,25336114,25348164,25392201,25392962,25394450,25395855,25399167,25399301,25400143,25400846,25401570,25495020,25500271,25506668,25528640,25528682,25534941,25538539,25549588,25564071', 'assoc_port': '24476125:24476501,24477470:24489731,24502282:24550039,24506205:24506513,24507556:24550818,24521587:24521810,24569263:24569684,24569302:24569543,24571191:24572259,24581025:24582682,24581039:24581935,24581424:24581754,24584847:24585168,24605459:24605869,24640167:24640366,24679059:24679328,24719291:24720602,24719350:24729354,24719435:24719703,24753640:24754297,24753723:24753817,24796381:24796932,24796386:24797190,24851595:24851783,24854815:24854937,24996664:24996959,25010388:25010619,25015387:25015628,25026952:25027271,25028508:25028940,25068101:25068266,25097138:25098138,25149410:25149705,25150501:25150627,25152662:25152966,25206373:25206643,25214067:25214370,25220203:25220378,25229988:25230099,25257554:25257858,25273144:25273299,25276721:25276775,25281395:25281591,25283504:25283680,25292610:25293030,25312451:25313665,25312453:25313895,25312457:25312702,25312459:25312938,25319576:25319806,25328522:25329205,25335923:25336114,25348040:25348164,25391803:25392962,25391914:25392201,25394246:25394450,25395602:2539585', 'assoc_mat': '24476125:Carton_brun:3726:24476501,24477470:Carton_brun:3726:24489731,24502282:Carton_brun:3726:24550039,24506205:Carton_brun:3726:24506513,24507556:Carton_brun:3726:24550818,24521587:Carton_brun:3726:24521810,24569263:Carton_brun:3726:24569684,24569302:Carton_brun:3726:24569543,24571191:Carton_brun:3726:24572259,24581025:Carton_brun:3726:24582682,24581039:Carton_brun:3726:24581935,24581424:Carton_brun:3726:24581754,24584847:Carton_brun:3726:24585168,24605459:Carton_brun:3726:24605869,24640167:Carton_brun:3726:24640366,24679059:Carton_brun:3726:24679328,24719291:Carton_brun:3726:24720602,24719350:Carton_brun:3726:24729354,24719435:Carton_brun:3726:24719703,24753640:Carton_brun:3726:24754297,24753723:Carton_brun:3726:24753817,24796381:Carton_brun:3726:24796932,24796386:Carton_brun:3726:24797190,24851595:Carton_brun:3726:24851783,24854815:Carton_brun:3726:24854937,24996664:Carton_brun:3726:24996959,25010388:Carton_brun:3726:25010619,25015387:Carton_brun:3726:25015628,25026952:Carton_brun:3726:25027271,25028508:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005590980725824581, 'nb_photo': 152, 'list_port_cont': '24473356,24476499,24506517,24507740,24521808,24550043,24550813,24569546,24569685,24572258,24581756,24581936,24605693,24605871,24640329,24679332,24719708,24720605,24729344,24753814,24797189,24851785,24851793,24854936,25010627,25015630,25027278,25068269,25098132,25149704,25150625,25152971,25214380,25220385,25230102,25257860,25273297,25276779,25281603,25283688,25293023,25312939,25313661,25319813,25329217,25336125,25348170,25394454,25395858,25399304,25400146,25400839,25401563,25495019,25500276,25506667,25528631,25528683,25534936,25538528,25549585,25564076', 'assoc_port': '24472936:24473356,24476125:24476499,24502282:24550043,24506205:24506517,24507556:24550813,24507645:24507740,24521587:24521808,24569263:24569685,24569302:24569546,24571191:24572258,24581039:24581936,24581424:24581756,24605459:24605871,24605478:24605693,24640198:24640329,24679059:24679332,24719291:24720605,24719350:24729344,24719435:24719708,24753723:24753814,24796386:24797189,24851563:24851793,24851595:24851785,24854815:24854936,25010388:25010627,25015387:25015630,25026952:25027278,25068101:25068269,25097138:25098132,25149410:25149704,25150501:25150625,25152662:25152971,25214067:25214380,25220203:25220385,25229988:25230102,25257554:25257860,25273144:25273297,25276721:25276779,25281395:25281603,25283504:25283688,25292610:25293023,25312451:25313661,25312459:25312939,25319576:25319813,25328522:25329217,25335923:25336125,25348040:25348170,25394246:25394454,25395602:25395858,25398904:25401563,25398937:25400839,25398999:25400146,25399179:25399304,25494851:25495019,25500089:25500276,25506493:25506667,25528555:2552868', 'assoc_mat': '24472936:Carton_gris:3726:24473356,24476125:Carton_gris:3726:24476499,24502282:Carton_gris:3726:24550043,24506205:Carton_gris:3726:24506517,24507556:Carton_gris:3726:24550813,24507645:Carton_gris:3726:24507740,24521587:Carton_gris:3726:24521808,24569263:Carton_gris:3726:24569685,24569302:Carton_gris:3726:24569546,24571191:Carton_gris:3726:24572258,24581039:Carton_gris:3726:24581936,24581424:Carton_gris:3726:24581756,24605459:Carton_gris:3726:24605871,24605478:Carton_gris:3726:24605693,24640198:Carton_gris:3726:24640329,24679059:Carton_gris:3726:24679332,24719291:Carton_gris:3726:24720605,24719350:Carton_gris:3726:24729344,24719435:Carton_gris:3726:24719708,24753723:Carton_gris:3726:24753814,24796386:Carton_gris:3726:24797189,24851563:Carton_gris:3726:24851793,24851595:Carton_gris:3726:24851785,24854815:Carton_gris:3726:24854936,25010388:Carton_gris:3726:25010627,25015387:Carton_gris:3726:25015630,25026952:Carton_gris:3726:25027278,25068101:Carton_gris:3726:25068269,25097138:Carton_gris:3726:25098132,25149410:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.000929837982961553, 'nb_photo': 16, 'list_port_cont': '24551187,24577500,24577533,24590421,24602090,24756183,25095093,25250584,25251263,25339174,25407329,25411542,25532354,25556709', 'assoc_port': '24507590:24551187,24569288:24577533,24569408:24577500,24581101:24590421,24601740:24602090,24753717:24756183,25071609:25095093,25236161:25251263,25240407:25250584,25337094:25339174,25391730:25411542,25399077:25407329,25516146:25532354,25548262:25556709', 'assoc_mat': '24507590:ela:4205:24551187,24569288:ela:4205:24577533,24569408:ela:4205:24577500,24581101:ela:4205:24590421,24601740:ela:4205:24602090,24753717:ela:4205:24756183,25071609:ela:4205:25095093,25236161:ela:4205:25251263,25240407:ela:4205:25250584,25337094:ela:4205:25339174,25391730:ela:4205:25411542,25399077:ela:4205:25407329,25516146:ela:4205:25532354,25548262:ela:4205:25556709'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9451663993828142, 'nb_photo': 238, 'list_port_cont': '24524052,24552376,24553623,24568027,24577610,24591583,24608276,24640812,24730581,24730613,24730638,24754738,24800820,24853238,24866502,25005493,25018239,25097306,25097738,25155346,25222336,25239144,25251237,25336242,25339921,25350104,25403766,25404830,25406523,25412811,25503501,25541024,25544780,25552668,25561293', 'assoc_port': '24507633:24552376,24508886:24553623,24523326:24524052,24567049:24568027,24569474:24577610,24581192:24591583,24592993:24608276,24640173:24640812,24719277:24730638,24719352:24730613,24719447:24730581,24753726:24754738,24796382:24800820,24851596:24853238,24862985:24866502,25004431:25005493,25017809:25018239,25070428:25097738,25097140:25097306,25150503:25155346,25209855:25222336,25235129:25251237,25236151:25239144,25325773:25336242,25337096:25339921,25348045:25350104,25391822:25403766,25398888:25404830,25399001:25406523,25401986:25412811,25501032:25503501,25519628:25544780,25540570:25541024,25541834:25552668,25555410:25561293', 'assoc_mat': '24507633:ela:4203:24552376,24508886:ela:4203:24553623,24523326:ela:4203:24524052,24567049:ela:4203:24568027,24569474:ela:4203:24577610,24581192:ela:4203:24591583,24592993:ela:4203:24608276,24640173:ela:4203:24640812,24719277:ela:4203:24730638,24719352:ela:4203:24730613,24719447:ela:4203:24730581,24753726:ela:4203:24754738,24796382:ela:4203:24800820,24851596:ela:4203:24853238,24862985:ela:4203:24866502,25004431:ela:4203:25005493,25017809:ela:4203:25018239,25070428:ela:4203:25097738,25097140:ela:4203:25097306,25150503:ela:4203:25155346,25209855:ela:4203:25222336,25235129:ela:4203:25251237,25236151:ela:4203:25239144,25325773:ela:4203:25336242,25337096:ela:4203:25339921,25348045:ela:4203:25350104,25391822:ela:4203:25403766,25398888:ela:4203:25404830,25399001:ela:4203:25406523,25401986:ela:4203:25412811,25501032:ela:4203:25503501,25519628:ela:4203:25544780,25540570:ela:4203:25541024,25541834:ela:4203:25552668,25555410:ela:4203:25561293'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0008016078917057536, 'nb_photo': 90, 'list_port_cont': '24505629,24509052,24517528,24523612,24526976,24570154,24575824,24581443,24582967,24583296,24583865,24595526,24640484,24679233,24719897,24720376,24720941,24721735,24722261,24753981,24754033,24846208,24848389,24851802,24858626,24863615,24992498,25002716,25010645,25027705,25028055,25038777,25097213,25141652,25147653,25227174,25228159,25233224,25235261,25237550,25270999,25274992,25282702,25289813,25291199,25307040,25324809,25337433,25341462,25346699,25348518,25348685,25348928,25403391,25405268,25405743,25410340,25410986,25502625,25507822,25509678,25525485,25545310,25549314,25552491,25556884,25559688', 'assoc_port': '24504914:24505629,24508891:24509052,24516742:24517528,24523311:24523612,24526761:24526976,24569471:24570154,24575350:24575824,24580399:24581443,24581172:24583865,24581248:24583296,24581325:24582967,24581369:24595526,24640182:24640484,24679060:24679233,24719305:24719897,24719360:24720941,24719430:24721735,24719444:24722261,24719458:24720376,24753612:24754033,24753719:24753981,24845811:24846208,24848230:24848389,24851570:24851802,24858048:24858626,24862979:24863615,24992156:24992498,25002376:25002716,25010392:25010645,25026882:25028055,25026954:25027705,25028604:25038777,25097133:25097213,25141388:25141652,25147479:25147653,25217996:25228159,25226914:25227174,25233137:25237550,25233153:25233224,25235116:25235261,25263349:25270999,25270726:25274992,25281394:25282702,25289271:25289813,25290435:25291199,25302445:25307040,25319553:25324809,25328531:25337433,25339499:25341462,25344197:25346699,25346890:25348518,25346897:25348685,25348037:25348928,25391873:25410340,25391918:25410986,25398877:25403391,25398911:2540526', 'assoc_mat': '24504914:ela:4207:24505629,24508891:ela:4207:24509052,24516742:ela:4207:24517528,24523311:ela:4207:24523612,24526761:ela:4207:24526976,24569471:ela:4207:24570154,24575350:ela:4207:24575824,24580399:ela:4207:24581443,24581172:ela:4207:24583865,24581248:ela:4207:24583296,24581325:ela:4207:24582967,24581369:ela:4207:24595526,24640182:ela:4207:24640484,24679060:ela:4207:24679233,24719305:ela:4207:24719897,24719360:ela:4207:24720941,24719430:ela:4207:24721735,24719444:ela:4207:24722261,24719458:ela:4207:24720376,24753612:ela:4207:24754033,24753719:ela:4207:24753981,24845811:ela:4207:24846208,24848230:ela:4207:24848389,24851570:ela:4207:24851802,24858048:ela:4207:24858626,24862979:ela:4207:24863615,24992156:ela:4207:24992498,25002376:ela:4207:25002716,25010392:ela:4207:25010645,25026882:ela:4207:25028055,25026954:ela:4207:25027705,25028604:ela:4207:25038777,25097133:ela:4207:25097213,25141388:ela:4207:25141652,25147479:ela:4207:25147653,25217996:ela:4207:25228159,25226914:ela:4207:25227174,25233137:ela:4207:2523755'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005570303918585413, 'nb_photo': 7, 'list_port_cont': '24607910,24754493,25027757,25283888', 'assoc_port': '24607321:24607910,24753730:24754493,25026599:25027757,25283500:25283888', 'assoc_mat': '24607321:ela:4461:24607910,24753730:ela:4461:24754493,25026599:ela:4461:25027757,25283500:ela:4461:25283888'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0015037778543357206, 'nb_photo': 160, 'list_port_cont': '24495831,24499205,24506717,24507955,24509184,24510487,24523695,24567692,24570339,24576051,24578530,24581994,24582772,24583053,24585319,24594134,24595189,24602214,24610565,24610767,24612430,24640396,24640524,24682703,24720280,24721243,24721412,24722110,24722513,24754193,24754245,24754659,24754991,24761220,24761400,24846131,24846245,24850603,24863226,24863633,24863711,24998376,25002694,25007238,25007446,25010681,25010701,25027228,25027480,25068481,25071750,25097232,25141719,25146713,25201605,25207707,25220509,25223730,25224064,25232322,25236427,25259573,25274718,25274825,25281826,25283712,25286743,25289573,25294193,25294768,25329273,25333756,25347179,25347403,25392109,25392676,25393427,25394012,25394223,25399340,25399401,25400439,25401368,25402345,25403644,25500396,25518017,25520031,25529436,25534314,25540962,25546178,25549786,25559373,25560466,25560627', 'assoc_port': '24495610:24495831,24498674:24499205,24506207:24506717,24507555:24507955,24508846:24509184,24510221:24510487,24523339:24523695,24566994:24567692,24569444:24578530,24569450:24570339,24575348:24576051,24581122:24582772,24581246:24583053,24581315:24595189,24581360:24581994,24584865:24585319,24592992:24594134,24601722:24602214,24610182:24610767,24610238:24610565,24612039:24612430,24640178:24640396,24640240:24640524,24682273:24682703,24719312:24720280,24719411:24721412,24719427:24722110,24719443:24722513,24719456:24721243,24753641:24754245,24753675:24754991,24753686:24754659,24753731:24754193,24760968:24761400,24761001:24761220,24845781:24846131,24845810:24846245,24850324:24850603,24862972:24863633,24862976:24863711,24862981:24863226,24997910:24998376,25002371:25002694,25006836:25007238,25006838:25007446,25010386:25010681,25010408:25010701,25026588:25027228,25026961:25027480,25068069:25068481,25071594:25071750,25097135:25097232,25141390:25141719,25146413:25146713,25197415:25201605,25207437:25207707,25220201:2522050', 'assoc_mat': '24495610:ela:4200:24495831,24498674:ela:4200:24499205,24506207:ela:4200:24506717,24507555:ela:4200:24507955,24508846:ela:4200:24509184,24510221:ela:4200:24510487,24523339:ela:4200:24523695,24566994:ela:4200:24567692,24569444:ela:4200:24578530,24569450:ela:4200:24570339,24575348:ela:4200:24576051,24581122:ela:4200:24582772,24581246:ela:4200:24583053,24581315:ela:4200:24595189,24581360:ela:4200:24581994,24584865:ela:4200:24585319,24592992:ela:4200:24594134,24601722:ela:4200:24602214,24610182:ela:4200:24610767,24610238:ela:4200:24610565,24612039:ela:4200:24612430,24640178:ela:4200:24640396,24640240:ela:4200:24640524,24682273:ela:4200:24682703,24719312:ela:4200:24720280,24719411:ela:4200:24721412,24719427:ela:4200:24722110,24719443:ela:4200:24722513,24719456:ela:4200:24721243,24753641:ela:4200:24754245,24753675:ela:4200:24754991,24753686:ela:4200:24754659,24753731:ela:4200:24754193,24760968:ela:4200:24761400,24761001:ela:4200:24761220,24845781:ela:4200:24846131,24845810:ela:4200:24846245,24850324:ela:4200:2485060'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0048118940059725885, 'nb_photo': 168, 'list_port_cont': '24495818,24495922,24502734,24512636,24526884,24570251,24572165,24581817,24582378,24586591,24597130,24608002,24640621,24640651,24679421,24682714,24720318,24720363,24720854,24754583,24754690,24754846,24776829,24852004,24852052,24858865,24866296,25007396,25027404,25027539,25027574,25031748,25036702,25042941,25070895,25097280,25146817,25153270,25202919,25206711,25221629,25223922,25259216,25274598,25302683,25326179,25336262,25337257,25340968,25394575,25399226,25399671,25400193,25400319,25403532,25495777,25522127,25528693,25534112,25546239,25560532', 'assoc_port': '24495590:24495818,24495594:24495922,24502280:24502734,24508849:24512636,24526771:24526884,24569179:24570251,24571189:24572165,24581037:24586591,24581310:24582378,24581423:24581817,24595778:24597130,24607325:24608002,24640184:24640651,24640201:24640621,24679058:24679421,24682275:24682714,24719331:24720854,24719393:24720318,24719451:24720363,24753646:24754846,24753703:24754690,24753733:24754583,24776490:24776829,24851564:24852052,24851597:24852004,24858049:24858865,24865585:24866296,25006842:25007396,25026600:25027404,25026813:25027574,25026881:25027539,25026901:25031748,25036315:25036702,25042363:25042941,25070444:25070895,25097129:25097280,25146406:25146817,25152660:25153270,25197413:25202919,25206380:25206711,25221180:25221629,25223393:25223922,25259022:25259216,25274165:25274598,25302444:25302683,25325811:25326179,25328521:25337257,25335921:25336262,25340657:25340968,25394243:25394575,25398885:25400319,25398930:25400193,25398992:25399671,25399042:25399226,25403210:25403532,25495532:25495777,25521823:2552212', 'assoc_mat': '24495590:ela:4209:24495818,24495594:ela:4209:24495922,24502280:ela:4209:24502734,24508849:ela:4209:24512636,24526771:ela:4209:24526884,24569179:ela:4209:24570251,24571189:ela:4209:24572165,24581037:ela:4209:24586591,24581310:ela:4209:24582378,24581423:ela:4209:24581817,24595778:ela:4209:24597130,24607325:ela:4209:24608002,24640184:ela:4209:24640651,24640201:ela:4209:24640621,24679058:ela:4209:24679421,24682275:ela:4209:24682714,24719331:ela:4209:24720854,24719393:ela:4209:24720318,24719451:ela:4209:24720363,24753646:ela:4209:24754846,24753703:ela:4209:24754690,24753733:ela:4209:24754583,24776490:ela:4209:24776829,24851564:ela:4209:24852052,24851597:ela:4209:24852004,24858049:ela:4209:24858865,24865585:ela:4209:24866296,25006842:ela:4209:25007396,25026600:ela:4209:25027404,25026813:ela:4209:25027574,25026881:ela:4209:25027539,25026901:ela:4209:25031748,25036315:ela:4209:25036702,25042363:ela:4209:25042941,25070444:ela:4209:25070895,25097129:ela:4209:25097280,25146406:ela:4209:25146817,25152660:ela:4209:2515327'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0011601604689151551, 'nb_photo': 1084, 'list_port_cont': '24470072,24478253,24484533,24495972,24499412,24499564,24502831,24507116,24508387,24508430,24509411,24509591,24521950,24527493,24546408,24546879,24552313,24564790,24568276,24568495,24568800,24570628,24570939,24576206,24581547,24582529,24583276,24583527,24583750,24585796,24590475,24595674,24597189,24607978,24611065,24612805,24640679,24640701,24640752,24673197,24676464,24680629,24680707,24683831,24721351,24721501,24722085,24722308,24722545,24724135,24724414,24754573,24754812,24755240,24757595,24761632,24774986,24777004,24803214,24846353,24852022,24852220,24854089,24855293,24863820,24872100,24992878,24997425,24998550,25003241,25003463,25009714,25012228,25012501,25018020,25027343,25027577,25027669,25028568,25028737,25028791,25029284,25029790,25030065,25036567,25042897,25063749,25067425,25068596,25071810,25097371,25141867,25143833,25147837,25151414,25156167,25210473,25216494,25217222,25218525,25220767,25227387,25232648,25235457,25236767,25246362,25247831,25260238,25261276,25264646,25271173,25273634,25278121,2528077', 'assoc_port': '24469358:24470072,24477484:24478253,24484132:24484533,24495625:24495972,24498679:24499564,24498707:24499412,24502312:24502831,24506203:24507116,24507557:24508430,24507588:24508387,24508877:24509591,24508890:24509411,24513858:24546879,24513869:24546408,24521600:24521950,24526772:24527493,24539740:24552313,24563558:24568800,24563561:24564790,24567016:24568495,24567058:24568276,24569411:24570939,24569447:24570628,24575366:24576206,24580402:24581547,24581034:24583750,24581162:24583527,24581286:24583276,24581372:24595674,24581374:24582529,24584845:24585796,24589660:24590475,24595818:24597189,24607323:24607978,24610239:24611065,24612038:24612805,24640188:24640752,24640197:24640701,24640200:24640679,24672756:24673197,24675764:24676464,24680065:24680707,24680117:24680629,24683459:24683831,24719304:24724414,24719310:24724135,24719374:24722545,24719432:24722308,24719442:24722085,24719446:24721501,24719455:24721351,24753638:24755240,24753661:24754812,24753728:24754573,24757195:24757595,24760971:24761632,24774225:2477498', 'assoc_mat': '24469358:ela:4211:24470072,24477484:ela:4211:24478253,24484132:ela:4211:24484533,24495625:ela:4211:24495972,24498679:ela:4211:24499564,24498707:ela:4211:24499412,24502312:ela:4211:24502831,24506203:ela:4211:24507116,24507557:ela:4211:24508430,24507588:ela:4211:24508387,24508877:ela:4211:24509591,24508890:ela:4211:24509411,24513858:ela:4211:24546879,24513869:ela:4211:24546408,24521600:ela:4211:24521950,24526772:ela:4211:24527493,24539740:ela:4211:24552313,24563558:ela:4211:24568800,24563561:ela:4211:24564790,24567016:ela:4211:24568495,24567058:ela:4211:24568276,24569411:ela:4211:24570939,24569447:ela:4211:24570628,24575366:ela:4211:24576206,24580402:ela:4211:24581547,24581034:ela:4211:24583750,24581162:ela:4211:24583527,24581286:ela:4211:24583276,24581372:ela:4211:24595674,24581374:ela:4211:24582529,24584845:ela:4211:24585796,24589660:ela:4211:24590475,24595818:ela:4211:24597189,24607323:ela:4211:24607978,24610239:ela:4211:24611065,24612038:ela:4211:24612805,24640188:ela:4211:24640752,24640197:ela:4211:2464070'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 5.104372590229595e-05, 'nb_photo': 27, 'list_port_cont': '24553629,24568015,24577598,24640821,24730588,24730611,24730632,24754740,24800810,24853231,25097744,25155337,25222345,25239141,25336234,25339925,25403769,25503488,25541010,25544776,25552661', 'assoc_port': '24508886:24553629,24567049:24568015,24569474:24577598,24640173:24640821,24719277:24730632,24719352:24730611,24719447:24730588,24753726:24754740,24796382:24800810,24851596:24853231,25070428:25097744,25150503:25155337,25209855:25222345,25236151:25239141,25325773:25336234,25337096:25339925,25391822:25403769,25501032:25503488,25519628:25544776,25540570:25541010,25541834:25552661', 'assoc_mat': '24508886:etiquette:4203:24553629,24567049:etiquette:4203:24568015,24569474:etiquette:4203:24577598,24640173:etiquette:4203:24640821,24719277:etiquette:4203:24730632,24719352:etiquette:4203:24730611,24719447:etiquette:4203:24730588,24753726:etiquette:4203:24754740,24796382:etiquette:4203:24800810,24851596:etiquette:4203:24853231,25070428:etiquette:4203:25097744,25150503:etiquette:4203:25155337,25209855:etiquette:4203:25222345,25236151:etiquette:4203:25239141,25325773:etiquette:4203:25336234,25337096:etiquette:4203:25339925,25391822:etiquette:4203:25403769,25501032:etiquette:4203:25503488,25519628:etiquette:4203:25544776,25540570:etiquette:4203:25541010,25541834:etiquette:4203:25552661'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 9.01679376940816e-05, 'nb_photo': 5, 'list_port_cont': '24510449,24593929,24850527,25307036', 'assoc_port': '24510240:24510449,24593032:24593929,24850321:24850527,25302445:25307036', 'assoc_mat': '24510240:etiquette:4207:24510449,24593032:etiquette:4207:24593929,24850321:etiquette:4207:24850527,25302445:etiquette:4207:25307036'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0003246825411910928, 'nb_photo': 4, 'list_port_cont': '24608007,25036705,25337250,25400203', 'assoc_port': '24607325:24608007,25036315:25036705,25328521:25337250,25398930:25400203', 'assoc_mat': '24607325:etiquette:4209:24608007,25036315:etiquette:4209:25036705,25328521:etiquette:4209:25337250,25398930:etiquette:4209:25400203'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 2.0059054248431714e-05, 'nb_photo': 3, 'list_port_cont': '24508398,25012497,25018026', 'assoc_port': '24507588:24508398,25011667:25012497,25017804:25018026', 'assoc_mat': '24507588:etiquette:4211:24508398,25011667:etiquette:4211:25012497,25017804:etiquette:4211:25018026'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0010248519620534504, 'nb_photo': 2, 'list_port_cont': '24761776,25518431', 'assoc_port': '24760973:24761776,25517651:25518431', 'assoc_mat': '24760973:etiquette:3327:24761776,25517651:etiquette:3327:25518431'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.019936630992834367, 'nb_photo': 533, 'list_port_cont': '24538351,24551175,24555045,24577498,24577534,24577785,24590418,24602099,24621904,24640440,24730442,24756189,24758018,24852316,25039844,25059910,25060678,25061022,25095086,25231578,25250589,25251261,25279472,25291665,25334264,25339173,25404933,25407338,25410412,25411550,25422150,25495683,25506649,25532364,25551779,25556697', 'assoc_port': '24498662:24538351,24507590:24551175,24526739:24555045,24563529:24577785,24569288:24577534,24569408:24577498,24581101:24590418,24601740:24602099,24610181:24621904,24640202:24640440,24719356:24730442,24753717:24756189,24757197:24758018,24851598:24852316,25015391:25039844,25026613:25059910,25026850:25060678,25026898:25061022,25071609:25095086,25221179:25231578,25236161:25251261,25240407:25250589,25276726:25279472,25290447:25291665,25333458:25334264,25337094:25339173,25390338:25422150,25391730:25411550,25391903:25410412,25398892:25404933,25399077:25407338,25495534:25495683,25506508:25506649,25516146:25532364,25541812:25551779,25548262:25556697', 'assoc_mat': '24498662:film_plastique:4205:24538351,24507590:film_plastique:4205:24551175,24526739:film_plastique:4205:24555045,24563529:film_plastique:4205:24577785,24569288:film_plastique:4205:24577534,24569408:film_plastique:4205:24577498,24581101:film_plastique:4205:24590418,24601740:film_plastique:4205:24602099,24610181:film_plastique:4205:24621904,24640202:film_plastique:4205:24640440,24719356:film_plastique:4205:24730442,24753717:film_plastique:4205:24756189,24757197:film_plastique:4205:24758018,24851598:film_plastique:4205:24852316,25015391:film_plastique:4205:25039844,25026613:film_plastique:4205:25059910,25026850:film_plastique:4205:25060678,25026898:film_plastique:4205:25061022,25071609:film_plastique:4205:25095086,25221179:film_plastique:4205:25231578,25236161:film_plastique:4205:25251261,25240407:film_plastique:4205:25250589,25276726:film_plastique:4205:25279472,25290447:film_plastique:4205:25291665,25333458:film_plastique:4205:25334264,25337094:film_plastique:4205:25339173,25390338:film_plastique:4205:2542215'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.006880547829301196, 'nb_photo': 644, 'list_port_cont': '24524050,24552381,24553624,24568026,24577600,24591587,24608273,24640810,24730592,24730622,24730640,24754739,24800815,24853242,24866503,25005495,25018242,25036626,25097305,25097747,25155338,25222331,25239148,25251243,25270816,25282595,25336240,25339926,25350096,25403774,25404823,25406519,25412806,25503493,25541017,25544782,25552665,25561304', 'assoc_port': '24507633:24552381,24508886:24553624,24523326:24524050,24567049:24568026,24569474:24577600,24581192:24591587,24592993:24608273,24640173:24640810,24719277:24730640,24719352:24730622,24719447:24730592,24753726:24754739,24796382:24800815,24851596:24853242,24862985:24866503,25004431:25005495,25017809:25018242,25036331:25036626,25070428:25097747,25097140:25097305,25150503:25155338,25209855:25222331,25235129:25251243,25236151:25239148,25263317:25270816,25281391:25282595,25325773:25336240,25337096:25339926,25348045:25350096,25391822:25403774,25398888:25404823,25399001:25406519,25401986:25412806,25501032:25503493,25519628:25544782,25540570:25541017,25541834:25552665,25555410:25561304', 'assoc_mat': '24507633:film_plastique:4203:24552381,24508886:film_plastique:4203:24553624,24523326:film_plastique:4203:24524050,24567049:film_plastique:4203:24568026,24569474:film_plastique:4203:24577600,24581192:film_plastique:4203:24591587,24592993:film_plastique:4203:24608273,24640173:film_plastique:4203:24640810,24719277:film_plastique:4203:24730640,24719352:film_plastique:4203:24730622,24719447:film_plastique:4203:24730592,24753726:film_plastique:4203:24754739,24796382:film_plastique:4203:24800815,24851596:film_plastique:4203:24853242,24862985:film_plastique:4203:24866503,25004431:film_plastique:4203:25005495,25017809:film_plastique:4203:25018242,25036331:film_plastique:4203:25036626,25070428:film_plastique:4203:25097747,25097140:film_plastique:4203:25097305,25150503:film_plastique:4203:25155338,25209855:film_plastique:4203:25222331,25235129:film_plastique:4203:25251243,25236151:film_plastique:4203:25239148,25263317:film_plastique:4203:25270816,25281391:film_plastique:4203:25282595,25325773:film_plastique:4203:2533624'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0033140069001898398, 'nb_photo': 1853, 'list_port_cont': '24476264,24495867,24499093,24499291,24499808,24502591,24502755,24503923,24504108,24505413,24505631,24507843,24508031,24509037,24509208,24509713,24509866,24510439,24510588,24517523,24523617,24526969,24560421,24564019,24564162,24567461,24567861,24570133,24570149,24575823,24576960,24577060,24581012,24581436,24581908,24582956,24583292,24583855,24584100,24584421,24585427,24587075,24590042,24593931,24595520,24602021,24607665,24610542,24612310,24640382,24640419,24640496,24640497,24640584,24640642,24676163,24679247,24682522,24682539,24691087,24719875,24719901,24720193,24720379,24720560,24720955,24721739,24721826,24721962,24722242,24722273,24753969,24754029,24754310,24754542,24754862,24761204,24761355,24774587,24776665,24846038,24846202,24848387,24850526,24851809,24853772,24858627,24863246,24863382,24863523,24863605,24992499,24996837,24996860,24998245,25002717,25005071,25007138,25010644,25015546,25015647,25015774,25017996,25026970,25026994,25027219,25027227,25027454,25027621,25027709,25027916,25027978,25028057,2502903', 'assoc_port': '24476124:24476264,24495586:24495867,24495588:24504108,24495628:24503923,24498664:24499808,24498676:24499291,24498710:24499093,24502284:24502755,24502314:24502591,24504914:24505631,24504969:24505413,24507559:24508031,24507618:24507843,24508844:24510588,24508863:24509866,24508881:24509713,24508888:24509208,24508891:24509037,24510240:24510439,24513881:24560421,24516742:24517523,24523311:24523617,24526761:24526969,24563559:24564162,24563562:24564019,24567018:24567861,24567047:24567461,24569413:24570133,24569471:24570149,24575350:24575823,24576820:24577060,24576821:24576960,24580399:24581436,24580433:24581012,24581062:24584421,24581145:24584100,24581172:24583855,24581248:24583292,24581325:24582956,24581369:24595520,24581398:24581908,24584827:24585427,24586624:24587075,24589661:24590042,24593032:24593931,24601730:24602021,24607324:24607665,24610219:24610542,24612028:24612310,24640171:24640419,24640182:24640496,24640186:24640642,24640195:24640584,24640199:24640497,24640221:24640382,24675777:24676163,24679060:2467924', 'assoc_mat': '24476124:film_plastique:4207:24476264,24495586:film_plastique:4207:24495867,24495588:film_plastique:4207:24504108,24495628:film_plastique:4207:24503923,24498664:film_plastique:4207:24499808,24498676:film_plastique:4207:24499291,24498710:film_plastique:4207:24499093,24502284:film_plastique:4207:24502755,24502314:film_plastique:4207:24502591,24504914:film_plastique:4207:24505631,24504969:film_plastique:4207:24505413,24507559:film_plastique:4207:24508031,24507618:film_plastique:4207:24507843,24508844:film_plastique:4207:24510588,24508863:film_plastique:4207:24509866,24508881:film_plastique:4207:24509713,24508888:film_plastique:4207:24509208,24508891:film_plastique:4207:24509037,24510240:film_plastique:4207:24510439,24513881:film_plastique:4207:24560421,24516742:film_plastique:4207:24517523,24523311:film_plastique:4207:24523617,24526761:film_plastique:4207:24526969,24563559:film_plastique:4207:24564162,24563562:film_plastique:4207:24564019,24567018:film_plastique:4207:24567861,24567047:film_plastique:4207:2456746'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.744122782277731, 'nb_photo': 3988, 'list_port_cont': '24484474,24499242,24507951,24508049,24508086,24509274,24515327,24524508,24527528,24570505,24571923,24576619,24577129,24581227,24582281,24590288,24595693,24597636,24607900,24610949,24612583,24640455,24641435,24643304,24676358,24680566,24691328,24720508,24720827,24721139,24721639,24723115,24754501,24754754,24754956,24774793,24803435,24846285,24847496,24850696,24853992,24855218,24863792,24866314,24993918,25000659,25003190,25012165,25012282,25017971,25027498,25027754,25028013,25028059,25028194,25029328,25036759,25042828,25063796,25068535,25097317,25141776,25146842,25151290,25201773,25210400,25214710,25220537,25220596,25223983,25232483,25235511,25237588,25240888,25260942,25267299,25275016,25277291,25283890,25287100,25289858,25294525,25323204,25326211,25326338,25329740,25336562,25341106,25341233,25347347,25351381,25355565,25392234,25392410,25392549,25392658,25393393,25394659,25399426,25399623,25399747,25399958,25400040,25400797,25400991,25401156,25406029,25495902,25498781,25502706,25509028,25512686,25516433,2552938', 'assoc_port': '24484117:24484474,24498668:24499242,24507558:24507951,24507585:24508049,24507649:24508086,24508879:24509274,24513873:24515327,24516716:24524508,24523312:24527528,24569192:24576619,24569409:24570505,24571188:24571923,24576822:24577129,24580431:24581227,24581031:24597636,24581250:24595693,24581365:24582281,24589665:24590288,24607321:24607900,24610218:24610949,24612040:24612583,24640189:24640455,24640191:24641435,24640242:24643304,24675790:24676358,24680066:24680566,24683461:24691328,24719346:24723115,24719388:24721639,24719439:24721139,24719452:24720827,24719462:24720508,24753642:24754956,24753679:24754754,24753730:24754501,24774217:24774793,24796384:24803435,24845812:24846285,24846972:24847496,24850327:24850696,24853633:24853992,24854814:24855218,24862977:24863792,24865577:24866314,24993436:24993918,25000154:25000659,25002373:25003190,25011664:25012282,25011673:25012165,25017802:25017971,25026599:25027754,25026650:25027498,25026809:25028194,25026834:25028013,25026957:25028059,25028526:25029328,25036306:2503675', 'assoc_mat': '24484117:film_plastique:4461:24484474,24498668:film_plastique:4461:24499242,24507558:film_plastique:4461:24507951,24507585:film_plastique:4461:24508049,24507649:film_plastique:4461:24508086,24508879:film_plastique:4461:24509274,24513873:film_plastique:4461:24515327,24516716:film_plastique:4461:24524508,24523312:film_plastique:4461:24527528,24569192:film_plastique:4461:24576619,24569409:film_plastique:4461:24570505,24571188:film_plastique:4461:24571923,24576822:film_plastique:4461:24577129,24580431:film_plastique:4461:24581227,24581031:film_plastique:4461:24597636,24581250:film_plastique:4461:24595693,24581365:film_plastique:4461:24582281,24589665:film_plastique:4461:24590288,24607321:film_plastique:4461:24607900,24610218:film_plastique:4461:24610949,24612040:film_plastique:4461:24612583,24640189:film_plastique:4461:24640455,24640191:film_plastique:4461:24641435,24640242:film_plastique:4461:24643304,24675790:film_plastique:4461:24676358,24680066:film_plastique:4461:24680566,24683461:film_plastique:4461:2469132'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.023565653724700188, 'nb_photo': 3961, 'list_port_cont': '24477761,24495829,24499200,24502608,24506722,24507948,24509182,24510478,24522003,24523696,24533522,24560913,24564435,24567701,24570347,24576053,24578531,24580929,24581725,24581999,24582149,24582767,24582842,24583062,24585326,24594156,24595176,24602225,24610575,24610766,24612432,24640411,24640522,24640554,24640572,24680399,24682697,24720269,24720489,24720705,24721119,24721248,24721395,24722112,24722508,24722637,24754203,24754223,24754614,24754667,24754989,24761222,24761391,24774615,24774667,24846133,24846252,24850605,24853938,24856119,24858713,24863154,24863235,24863630,24863699,24992486,24998375,24998440,25002682,25007231,25007447,25010680,25010708,25014426,25015496,25018080,25018117,25027245,25027269,25027466,25027648,25027783,25027802,25027901,25028146,25028417,25029048,25029305,25042714,25068482,25071749,25097221,25141716,25143686,25146701,25151071,25201621,25207702,25214584,25220511,25223721,25224068,25227139,25232326,25233322,25236420,25242131,25259586,25264022,25274728,25274830,25280452,25281819,2528372', 'assoc_port': '24477456:24477761,24495610:24495829,24498674:24499200,24502320:24502608,24506207:24506722,24507555:24507948,24508846:24509182,24510221:24510478,24513877:24560913,24516735:24533522,24521602:24522003,24523339:24523696,24563545:24564435,24566994:24567701,24569444:24578531,24569450:24570347,24575348:24576053,24580369:24580929,24581028:24581725,24581042:24582149,24581122:24582767,24581167:24582842,24581246:24583062,24581315:24595176,24581360:24581999,24584865:24585326,24592992:24594156,24601722:24602225,24610182:24610766,24610238:24610575,24612039:24612432,24640178:24640411,24640180:24640554,24640193:24640572,24640240:24640522,24680064:24680399,24682273:24682697,24719312:24720269,24719357:24720705,24719359:24721119,24719411:24721395,24719427:24722112,24719443:24722508,24719449:24722637,24719456:24721248,24719460:24720489,24753641:24754223,24753643:24754614,24753675:24754989,24753686:24754667,24753731:24754203,24760968:24761391,24761001:24761222,24774224:24774615,24774238:24774667,24845781:24846133,24845810:2484625', 'assoc_mat': '24477456:film_plastique:4200:24477761,24495610:film_plastique:4200:24495829,24498674:film_plastique:4200:24499200,24502320:film_plastique:4200:24502608,24506207:film_plastique:4200:24506722,24507555:film_plastique:4200:24507948,24508846:film_plastique:4200:24509182,24510221:film_plastique:4200:24510478,24513877:film_plastique:4200:24560913,24516735:film_plastique:4200:24533522,24521602:film_plastique:4200:24522003,24523339:film_plastique:4200:24523696,24563545:film_plastique:4200:24564435,24566994:film_plastique:4200:24567701,24569444:film_plastique:4200:24578531,24569450:film_plastique:4200:24570347,24575348:film_plastique:4200:24576053,24580369:film_plastique:4200:24580929,24581028:film_plastique:4200:24581725,24581042:film_plastique:4200:24582149,24581122:film_plastique:4200:24582767,24581167:film_plastique:4200:24582842,24581246:film_plastique:4200:24583062,24581315:film_plastique:4200:24595176,24581360:film_plastique:4200:24581999,24584865:film_plastique:4200:24585326,24592992:film_plastique:4200:2459415'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.010071864166498848, 'nb_photo': 274, 'list_port_cont': '24495823,24495850,24495924,24502741,24505504,24512642,24524301,24526880,24570256,24572156,24581812,24582289,24582385,24586601,24587493,24597116,24607994,24640616,24640655,24679426,24682727,24720312,24720359,24720453,24720863,24754582,24754689,24754841,24776834,24851993,24852041,24858866,24866287,24992723,25007387,25015687,25027403,25027542,25027585,25029251,25031759,25036706,25042939,25063444,25070897,25097288,25146820,25153260,25202918,25206717,25223920,25259513,25260694,25274595,25302694,25312742,25326187,25336256,25337254,25340982,25394570,25399227,25399669,25399783,25400198,25400321,25402415,25495788,25503189,25522133,25534101,25543060,25546248,25560526', 'assoc_port': '24495590:24495823,24495594:24495924,24495596:24495850,24502280:24502741,24504955:24505504,24508849:24512642,24516747:24524301,24526771:24526880,24569179:24570256,24571189:24572156,24581037:24586601,24581310:24582385,24581418:24582289,24581423:24581812,24586608:24587493,24595778:24597116,24607325:24607994,24640184:24640655,24640201:24640616,24679058:24679426,24682275:24682727,24719331:24720863,24719391:24720453,24719393:24720312,24719451:24720359,24753646:24754841,24753703:24754689,24753733:24754582,24776490:24776834,24851564:24852041,24851597:24851993,24858049:24858866,24865585:24866287,24992143:24992723,25006842:25007387,25015389:25015687,25026600:25027403,25026813:25027585,25026881:25027542,25026901:25031759,25028534:25029251,25036315:25036706,25042363:25042939,25063054:25063444,25070444:25070897,25097129:25097288,25146406:25146820,25152660:25153260,25197413:25202918,25206380:25206717,25223393:25223920,25259007:25259513,25260480:25260694,25274165:25274595,25302444:25302694,25312455:25312742,25325811:2532618', 'assoc_mat': '24495590:film_plastique:4209:24495823,24495594:film_plastique:4209:24495924,24495596:film_plastique:4209:24495850,24502280:film_plastique:4209:24502741,24504955:film_plastique:4209:24505504,24508849:film_plastique:4209:24512642,24516747:film_plastique:4209:24524301,24526771:film_plastique:4209:24526880,24569179:film_plastique:4209:24570256,24571189:film_plastique:4209:24572156,24581037:film_plastique:4209:24586601,24581310:film_plastique:4209:24582385,24581418:film_plastique:4209:24582289,24581423:film_plastique:4209:24581812,24586608:film_plastique:4209:24587493,24595778:film_plastique:4209:24597116,24607325:film_plastique:4209:24607994,24640184:film_plastique:4209:24640655,24640201:film_plastique:4209:24640616,24679058:film_plastique:4209:24679426,24682275:film_plastique:4209:24682727,24719331:film_plastique:4209:24720863,24719391:film_plastique:4209:24720453,24719393:film_plastique:4209:24720312,24719451:film_plastique:4209:24720359,24753646:film_plastique:4209:24754841,24753703:film_plastique:4209:2475468'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.004230467863605611, 'nb_photo': 7637, 'list_port_cont': '24469645,24470068,24478254,24484539,24495971,24499400,24499576,24502829,24507110,24508388,24508435,24509413,24509582,24521943,24527491,24546423,24546873,24552307,24564778,24568272,24568488,24568797,24570620,24570930,24576202,24581553,24582525,24583272,24583528,24583744,24585795,24590479,24595680,24597181,24607973,24611064,24612795,24640677,24640716,24640753,24673185,24676457,24680636,24680708,24683834,24721355,24721489,24722090,24722313,24722549,24724143,24724410,24754561,24754817,24755226,24757593,24761639,24774979,24777011,24846340,24852024,24852219,24854078,24855291,24863819,24866524,24872110,24992871,24997438,24998548,25003238,25003469,25009700,25012247,25012511,25018018,25027346,25027571,25027673,25028562,25028729,25028787,25029268,25029791,25030075,25036560,25042898,25047280,25063752,25067432,25068605,25071806,25097373,25141873,25143849,25147846,25151413,25156188,25210484,25216496,25217217,25218519,25220782,25227381,25232663,25235471,25236774,25245970,25246363,25247834,25260251,25261265,25264654,2527117', 'assoc_port': '24469358:24470068,24469360:24469645,24477484:24478254,24484132:24484539,24495625:24495971,24498679:24499576,24498707:24499400,24502312:24502829,24506203:24507110,24507557:24508435,24507588:24508388,24508877:24509582,24508890:24509413,24513858:24546873,24513869:24546423,24521600:24521943,24526772:24527491,24539740:24552307,24563558:24568797,24563561:24564778,24567016:24568488,24567058:24568272,24569411:24570930,24569447:24570620,24575366:24576202,24580402:24581553,24581034:24583744,24581162:24583528,24581286:24583272,24581372:24595680,24581374:24582525,24584845:24585795,24589660:24590479,24595818:24597181,24607323:24607973,24610239:24611064,24612038:24612795,24640188:24640753,24640197:24640716,24640200:24640677,24672756:24673185,24675764:24676457,24680065:24680708,24680117:24680636,24683459:24683834,24719304:24724410,24719310:24724143,24719374:24722549,24719432:24722313,24719442:24722090,24719446:24721489,24719455:24721355,24753638:24755226,24753661:24754817,24753728:24754561,24757195:24757593,24760971:2476163', 'assoc_mat': '24469358:film_plastique:4211:24470068,24469360:film_plastique:4211:24469645,24477484:film_plastique:4211:24478254,24484132:film_plastique:4211:24484539,24495625:film_plastique:4211:24495971,24498679:film_plastique:4211:24499576,24498707:film_plastique:4211:24499400,24502312:film_plastique:4211:24502829,24506203:film_plastique:4211:24507110,24507557:film_plastique:4211:24508435,24507588:film_plastique:4211:24508388,24508877:film_plastique:4211:24509582,24508890:film_plastique:4211:24509413,24513858:film_plastique:4211:24546873,24513869:film_plastique:4211:24546423,24521600:film_plastique:4211:24521943,24526772:film_plastique:4211:24527491,24539740:film_plastique:4211:24552307,24563558:film_plastique:4211:24568797,24563561:film_plastique:4211:24564778,24567016:film_plastique:4211:24568488,24567058:film_plastique:4211:24568272,24569411:film_plastique:4211:24570930,24569447:film_plastique:4211:24570620,24575366:film_plastique:4211:24576202,24580402:film_plastique:4211:24581553,24581034:film_plastique:4211:2458374'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.000962124292801033, 'nb_photo': 8, 'list_port_cont': '24753816,25027279,25313664,25313894,25348161,25394451,25534939,25564068', 'assoc_port': '24753723:24753816,25026952:25027279,25312451:25313664,25312453:25313894,25348040:25348161,25394246:25394451,25534849:25534939,25563919:25564068', 'assoc_mat': '24753723:kraft:3726:24753816,25026952:kraft:3726:25027279,25312451:kraft:3726:25313664,25312453:kraft:3726:25313894,25348040:kraft:3726:25348161,25394246:kraft:3726:25394451,25534849:kraft:3726:25534939,25563919:kraft:3726:25564068'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9462931595899945, 'nb_photo': 67, 'list_port_cont': '24538355,24551180,24555041,24577506,24577791,24602098,24621907,24640434,24730440,24758013,24852320,25039835,25059919,25060685,25061013,25095087,25231579,25250590,25251274,25279478,25334269,25404946,25407330,25411547,25422141,25495680,25506654,25532357,25551787,25556707', 'assoc_port': '24498662:24538355,24507590:24551180,24526739:24555041,24563529:24577791,24569408:24577506,24601740:24602098,24610181:24621907,24640202:24640434,24719356:24730440,24757197:24758013,24851598:24852320,25015391:25039835,25026613:25059919,25026850:25060685,25026898:25061013,25071609:25095087,25221179:25231579,25236161:25251274,25240407:25250590,25276726:25279478,25333458:25334269,25390338:25422141,25391730:25411547,25398892:25404946,25399077:25407330,25495534:25495680,25506508:25506654,25516146:25532357,25541812:25551787,25548262:25556707', 'assoc_mat': '24498662:metal:4205:24538355,24507590:metal:4205:24551180,24526739:metal:4205:24555041,24563529:metal:4205:24577791,24569408:metal:4205:24577506,24601740:metal:4205:24602098,24610181:metal:4205:24621907,24640202:metal:4205:24640434,24719356:metal:4205:24730440,24757197:metal:4205:24758013,24851598:metal:4205:24852320,25015391:metal:4205:25039835,25026613:metal:4205:25059919,25026850:metal:4205:25060685,25026898:metal:4205:25061013,25071609:metal:4205:25095087,25221179:metal:4205:25231579,25236161:metal:4205:25251274,25240407:metal:4205:25250590,25276726:metal:4205:25279478,25333458:metal:4205:25334269,25390338:metal:4205:25422141,25391730:metal:4205:25411547,25398892:metal:4205:25404946,25399077:metal:4205:25407330,25495534:metal:4205:25495680,25506508:metal:4205:25506654,25516146:metal:4205:25532357,25541812:metal:4205:25551787,25548262:metal:4205:25556707'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.017062838660427546, 'nb_photo': 1344, 'list_port_cont': '24524060,24552375,24553614,24568024,24577602,24591580,24608262,24640813,24730584,24730607,24730636,24754748,24800816,24853239,24866505,25005498,25018247,25036623,25097316,25097745,25155347,25222333,25239143,25251241,25270814,25282609,25336241,25339924,25350094,25403771,25404837,25406516,25412795,25503486,25541018,25544777,25552656,25561295', 'assoc_port': '24507633:24552375,24508886:24553614,24523326:24524060,24567049:24568024,24569474:24577602,24581192:24591580,24592993:24608262,24640173:24640813,24719277:24730636,24719352:24730607,24719447:24730584,24753726:24754748,24796382:24800816,24851596:24853239,24862985:24866505,25004431:25005498,25017809:25018247,25036331:25036623,25070428:25097745,25097140:25097316,25150503:25155347,25209855:25222333,25235129:25251241,25236151:25239143,25263317:25270814,25281391:25282609,25325773:25336241,25337096:25339924,25348045:25350094,25391822:25403771,25398888:25404837,25399001:25406516,25401986:25412795,25501032:25503486,25519628:25544777,25540570:25541018,25541834:25552656,25555410:25561295', 'assoc_mat': '24507633:metal:4203:24552375,24508886:metal:4203:24553614,24523326:metal:4203:24524060,24567049:metal:4203:24568024,24569474:metal:4203:24577602,24581192:metal:4203:24591580,24592993:metal:4203:24608262,24640173:metal:4203:24640813,24719277:metal:4203:24730636,24719352:metal:4203:24730607,24719447:metal:4203:24730584,24753726:metal:4203:24754748,24796382:metal:4203:24800816,24851596:metal:4203:24853239,24862985:metal:4203:24866505,25004431:metal:4203:25005498,25017809:metal:4203:25018247,25036331:metal:4203:25036623,25070428:metal:4203:25097745,25097140:metal:4203:25097316,25150503:metal:4203:25155347,25209855:metal:4203:25222333,25235129:metal:4203:25251241,25236151:metal:4203:25239143,25263317:metal:4203:25270814,25281391:metal:4203:25282609,25325773:metal:4203:25336241,25337096:metal:4203:25339924,25348045:metal:4203:25350094,25391822:metal:4203:25403771,25398888:metal:4203:25404837,25399001:metal:4203:25406516,25401986:metal:4203:25412795,25501032:metal:4203:25503486,25519628:metal:4203:25544777,25540570:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.014136782460684897, 'nb_photo': 1660, 'list_port_cont': '24476272,24495868,24499095,24499300,24499810,24502588,24502756,24503905,24504106,24505416,24505628,24507849,24508032,24509044,24509194,24509718,24509857,24510455,24510582,24517527,24523610,24526967,24560409,24564010,24564163,24567471,24567871,24570132,24570150,24575821,24576956,24577055,24581020,24581429,24581917,24582964,24583291,24583873,24584090,24584412,24585428,24587067,24590033,24593925,24595529,24602012,24607662,24610547,24612300,24640379,24640415,24640501,24640507,24640589,24640643,24676160,24679244,24682521,24682544,24691085,24719869,24719896,24720194,24720381,24720570,24720945,24721740,24721835,24721952,24722249,24722274,24753970,24754034,24754308,24754552,24754860,24761211,24761357,24774596,24776659,24846032,24846205,24848394,24850516,24851811,24853767,24858631,24863252,24863389,24863531,24863608,24992497,24996845,24996866,24998256,25002708,25005052,25007139,25010638,25015551,25015648,25015768,25026983,25026992,25027221,25027252,25027458,25027628,25027700,25027914,25027977,25028076,25029028,2503647', 'assoc_port': '24476124:24476272,24495586:24495868,24495588:24504106,24495628:24503905,24498664:24499810,24498676:24499300,24498710:24499095,24502284:24502756,24502314:24502588,24504914:24505628,24504969:24505416,24507559:24508032,24507618:24507849,24508844:24510582,24508863:24509857,24508881:24509718,24508888:24509194,24508891:24509044,24510240:24510455,24513881:24560409,24516742:24517527,24523311:24523610,24526761:24526967,24563559:24564163,24563562:24564010,24567018:24567871,24567047:24567471,24569413:24570132,24569471:24570150,24575350:24575821,24576820:24577055,24576821:24576956,24580399:24581429,24580433:24581020,24581062:24584412,24581145:24584090,24581172:24583873,24581248:24583291,24581325:24582964,24581369:24595529,24581398:24581917,24584827:24585428,24586624:24587067,24589661:24590033,24593032:24593925,24601730:24602012,24607324:24607662,24610219:24610547,24612028:24612300,24640171:24640415,24640182:24640501,24640186:24640643,24640195:24640589,24640199:24640507,24640221:24640379,24675777:24676160,24679060:2467924', 'assoc_mat': '24476124:metal:4207:24476272,24495586:metal:4207:24495868,24495588:metal:4207:24504106,24495628:metal:4207:24503905,24498664:metal:4207:24499810,24498676:metal:4207:24499300,24498710:metal:4207:24499095,24502284:metal:4207:24502756,24502314:metal:4207:24502588,24504914:metal:4207:24505628,24504969:metal:4207:24505416,24507559:metal:4207:24508032,24507618:metal:4207:24507849,24508844:metal:4207:24510582,24508863:metal:4207:24509857,24508881:metal:4207:24509718,24508888:metal:4207:24509194,24508891:metal:4207:24509044,24510240:metal:4207:24510455,24513881:metal:4207:24560409,24516742:metal:4207:24517527,24523311:metal:4207:24523610,24526761:metal:4207:24526967,24563559:metal:4207:24564163,24563562:metal:4207:24564010,24567018:metal:4207:24567871,24567047:metal:4207:24567471,24569413:metal:4207:24570132,24569471:metal:4207:24570150,24575350:metal:4207:24575821,24576820:metal:4207:24577055,24576821:metal:4207:24576956,24580399:metal:4207:24581429,24580433:metal:4207:24581020,24581062:metal:4207:24584412,24581145:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01093994575879048, 'nb_photo': 68, 'list_port_cont': '24507929,24508052,24515329,24524506,24570498,24571921,24576617,24581216,24597630,24680575,24720831,24721129,24754957,24803419,24847497,24855221,24863788,24993910,25012172,25012283,25028063,25028204,25063804,25097315,25151285,25201775,25210396,25220532,25240887,25267293,25275020,25294532,25323208,25326343,25329751,25336553,25347338,25351385,25399746,25399951,25400035,25406018,25498778,25502709,25509020,25516442,25529404,25537624,25546492,25555982,25559496', 'assoc_port': '24507558:24507929,24507585:24508052,24513873:24515329,24516716:24524506,24569192:24576617,24569409:24570498,24571188:24571921,24580431:24581216,24581031:24597630,24680066:24680575,24719439:24721129,24719452:24720831,24753642:24754957,24796384:24803419,24846972:24847497,24854814:24855221,24862977:24863788,24993436:24993910,25011664:25012283,25011673:25012172,25026809:25028204,25026957:25028063,25062871:25063804,25097124:25097315,25150532:25151285,25197416:25201775,25209869:25210396,25220206:25220532,25240385:25240887,25266839:25267293,25274167:25275020,25293992:25294532,25312462:25323208,25325771:25326343,25328527:25329751,25333448:25336553,25346893:25347338,25350809:25351385,25398979:25400035,25399027:25399951,25399047:25399746,25405684:25406018,25498470:25498778,25502472:25502709,25508495:25509020,25516162:25516442,25529101:25529404,25537107:25537624,25545872:25546492,25555412:25555982,25559078:25559496', 'assoc_mat': '24507558:metal:4461:24507929,24507585:metal:4461:24508052,24513873:metal:4461:24515329,24516716:metal:4461:24524506,24569192:metal:4461:24576617,24569409:metal:4461:24570498,24571188:metal:4461:24571921,24580431:metal:4461:24581216,24581031:metal:4461:24597630,24680066:metal:4461:24680575,24719439:metal:4461:24721129,24719452:metal:4461:24720831,24753642:metal:4461:24754957,24796384:metal:4461:24803419,24846972:metal:4461:24847497,24854814:metal:4461:24855221,24862977:metal:4461:24863788,24993436:metal:4461:24993910,25011664:metal:4461:25012283,25011673:metal:4461:25012172,25026809:metal:4461:25028204,25026957:metal:4461:25028063,25062871:metal:4461:25063804,25097124:metal:4461:25097315,25150532:metal:4461:25151285,25197416:metal:4461:25201775,25209869:metal:4461:25210396,25220206:metal:4461:25220532,25240385:metal:4461:25240887,25266839:metal:4461:25267293,25274167:metal:4461:25275020,25293992:metal:4461:25294532,25312462:metal:4461:25323208,25325771:metal:4461:25326343,25328527:metal:4461:25329751,25333448:'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.005817834172083549, 'nb_photo': 86, 'list_port_cont': '24495838,24499194,24507954,24523694,24576059,24581724,24582000,24640513,24640548,24640570,24680390,24720271,24720487,24721236,24722117,24754199,24761390,24774606,24774670,24846241,24850607,24858707,24863237,24863708,25007232,25007440,25010706,25018081,25027253,25027654,25068486,25071742,25141726,25143690,25146714,25201617,25224070,25233330,25264011,25274828,25280453,25283716,25287042,25289565,25294203,25302601,25326438,25329282,25333768,25339797,25351213,25391941,25392683,25394231,25399348,25400167,25402114,25402351,25500390,25505652,25510450,25537503,25546181,25560468,25560621', 'assoc_port': '24495610:24495838,24498674:24499194,24507555:24507954,24523339:24523694,24575348:24576059,24581028:24581724,24581360:24582000,24640180:24640548,24640193:24640570,24640240:24640513,24680064:24680390,24719312:24720271,24719427:24722117,24719456:24721236,24719460:24720487,24753731:24754199,24760968:24761390,24774224:24774606,24774238:24774670,24845810:24846241,24850324:24850607,24858082:24858707,24862976:24863708,24862981:24863237,25006836:25007232,25006838:25007440,25010408:25010706,25017800:25018081,25026588:25027253,25026605:25027654,25068069:25068486,25071594:25071742,25141390:25141726,25143412:25143690,25146413:25146714,25197415:25201617,25223421:25224070,25233133:25233330,25263347:25264011,25274158:25274828,25280264:25280453,25283505:25283716,25286608:25287042,25289273:25289565,25293976:25294203,25302443:25302601,25325788:25326438,25328525:25329282,25333451:25333768,25339504:25339797,25350822:25351213,25391519:25391941,25391749:25394231,25391906:25392683,25398874:25402114,25399028:25400167,25399079:2539934', 'assoc_mat': '24495610:metal:4200:24495838,24498674:metal:4200:24499194,24507555:metal:4200:24507954,24523339:metal:4200:24523694,24575348:metal:4200:24576059,24581028:metal:4200:24581724,24581360:metal:4200:24582000,24640180:metal:4200:24640548,24640193:metal:4200:24640570,24640240:metal:4200:24640513,24680064:metal:4200:24680390,24719312:metal:4200:24720271,24719427:metal:4200:24722117,24719456:metal:4200:24721236,24719460:metal:4200:24720487,24753731:metal:4200:24754199,24760968:metal:4200:24761390,24774224:metal:4200:24774606,24774238:metal:4200:24774670,24845810:metal:4200:24846241,24850324:metal:4200:24850607,24858082:metal:4200:24858707,24862976:metal:4200:24863708,24862981:metal:4200:24863237,25006836:metal:4200:25007232,25006838:metal:4200:25007440,25010408:metal:4200:25010706,25017800:metal:4200:25018081,25026588:metal:4200:25027253,25026605:metal:4200:25027654,25068069:metal:4200:25068486,25071594:metal:4200:25071742,25141390:metal:4200:25141726,25143412:metal:4200:25143690,25146413:metal:4200:25146714,25197415:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.028018618123399213, 'nb_photo': 318, 'list_port_cont': '24495820,24495859,24495906,24502738,24505508,24512637,24524295,24526878,24570259,24572160,24582299,24582377,24586587,24587495,24597121,24607997,24640625,24640660,24679422,24682720,24720307,24720355,24720865,24754591,24754697,24754842,24776830,24851992,24852044,24858851,24866299,24992728,25007393,25015688,25027392,25027544,25029256,25031749,25036696,25042940,25063450,25070912,25097287,25146809,25153272,25202927,25206710,25208795,25221636,25223914,25259512,25260695,25274589,25302686,25336255,25337252,25340975,25394576,25399229,25399529,25399663,25399793,25400201,25400318,25403534,25495783,25495871,25503178,25512222,25522136,25528692,25534102,25543061,25546245,25549750,25560538', 'assoc_port': '24495590:24495820,24495594:24495906,24495596:24495859,24502280:24502738,24504955:24505508,24508849:24512637,24516747:24524295,24526771:24526878,24569179:24570259,24571189:24572160,24581037:24586587,24581310:24582377,24581418:24582299,24586608:24587495,24595778:24597121,24607325:24607997,24640184:24640660,24640201:24640625,24679058:24679422,24682275:24682720,24719331:24720865,24719393:24720307,24719451:24720355,24753646:24754842,24753703:24754697,24753733:24754591,24776490:24776830,24851564:24852044,24851597:24851992,24858049:24858851,24865585:24866299,24992143:24992728,25006842:25007393,25015389:25015688,25026600:25027392,25026881:25027544,25026901:25031749,25028534:25029256,25036315:25036696,25042363:25042940,25063054:25063450,25070444:25070912,25097129:25097287,25146406:25146809,25152660:25153272,25197412:25208795,25197413:25202927,25206380:25206710,25221180:25221636,25223393:25223914,25259007:25259512,25260480:25260695,25274165:25274589,25302444:25302686,25328521:25337252,25335921:25336255,25340657:2534097', 'assoc_mat': '24495590:metal:4209:24495820,24495594:metal:4209:24495906,24495596:metal:4209:24495859,24502280:metal:4209:24502738,24504955:metal:4209:24505508,24508849:metal:4209:24512637,24516747:metal:4209:24524295,24526771:metal:4209:24526878,24569179:metal:4209:24570259,24571189:metal:4209:24572160,24581037:metal:4209:24586587,24581310:metal:4209:24582377,24581418:metal:4209:24582299,24586608:metal:4209:24587495,24595778:metal:4209:24597121,24607325:metal:4209:24607997,24640184:metal:4209:24640660,24640201:metal:4209:24640625,24679058:metal:4209:24679422,24682275:metal:4209:24682720,24719331:metal:4209:24720865,24719393:metal:4209:24720307,24719451:metal:4209:24720355,24753646:metal:4209:24754842,24753703:metal:4209:24754697,24753733:metal:4209:24754591,24776490:metal:4209:24776830,24851564:metal:4209:24852044,24851597:metal:4209:24851992,24858049:metal:4209:24858851,24865585:metal:4209:24866299,24992143:metal:4209:24992728,25006842:metal:4209:25007393,25015389:metal:4209:25015688,25026600:metal:4209:25027392,25026881:'}, {'unwanted_material': 'metal', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 8.712779824744457e-05, 'nb_photo': 1, 'list_port_cont': '25312940', 'assoc_port': '25312459:25312940', 'assoc_mat': '25312459:metal:3726:25312940'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00830982723604373, 'nb_photo': 854, 'list_port_cont': '24478241,24484532,24495978,24499406,24499561,24502833,24507118,24508402,24508429,24509416,24509592,24521955,24527498,24546417,24546871,24552316,24564784,24568275,24568489,24568801,24570627,24570937,24576200,24581554,24583283,24583522,24583737,24585793,24590468,24595669,24597193,24607974,24611057,24612792,24640672,24640714,24640762,24673181,24676454,24680634,24680715,24683838,24721343,24721503,24722078,24722321,24722540,24724140,24724408,24754576,24754805,24755236,24757590,24761638,24774972,24777006,24846342,24852211,24854077,24855305,24863825,24866515,24872103,24992866,24997428,24998551,25003254,25003455,25009710,25012235,25012504,25027583,25027683,25028554,25028780,25029278,25029794,25030068,25036571,25042885,25047283,25063750,25067416,25068601,25071803,25097367,25141868,25143848,25147835,25151404,25156187,25210490,25216498,25217223,25218527,25220772,25227394,25232660,25235467,25236777,25245966,25246356,25247833,25260240,25261266,25264651,25271178,25273627,25278119,25280769,25289832,25291004,25293308,2531498', 'assoc_port': '24477484:24478241,24484132:24484532,24495625:24495978,24498679:24499561,24498707:24499406,24502312:24502833,24506203:24507118,24507557:24508429,24507588:24508402,24508877:24509592,24508890:24509416,24513858:24546871,24513869:24546417,24521600:24521955,24526772:24527498,24539740:24552316,24563558:24568801,24563561:24564784,24567016:24568489,24567058:24568275,24569411:24570937,24569447:24570627,24575366:24576200,24580402:24581554,24581034:24583737,24581162:24583522,24581286:24583283,24581372:24595669,24584845:24585793,24589660:24590468,24595818:24597193,24607323:24607974,24610239:24611057,24612038:24612792,24640188:24640762,24640197:24640714,24640200:24640672,24672756:24673181,24675764:24676454,24680065:24680715,24680117:24680634,24683459:24683838,24719304:24724408,24719310:24724140,24719374:24722540,24719432:24722321,24719442:24722078,24719446:24721503,24719455:24721343,24753638:24755236,24753661:24754805,24753728:24754576,24757195:24757590,24760971:24761638,24774225:24774972,24776491:24777006,24845807:2484634', 'assoc_mat': '24477484:metal:4211:24478241,24484132:metal:4211:24484532,24495625:metal:4211:24495978,24498679:metal:4211:24499561,24498707:metal:4211:24499406,24502312:metal:4211:24502833,24506203:metal:4211:24507118,24507557:metal:4211:24508429,24507588:metal:4211:24508402,24508877:metal:4211:24509592,24508890:metal:4211:24509416,24513858:metal:4211:24546871,24513869:metal:4211:24546417,24521600:metal:4211:24521955,24526772:metal:4211:24527498,24539740:metal:4211:24552316,24563558:metal:4211:24568801,24563561:metal:4211:24564784,24567016:metal:4211:24568489,24567058:metal:4211:24568275,24569411:metal:4211:24570937,24569447:metal:4211:24570627,24575366:metal:4211:24576200,24580402:metal:4211:24581554,24581034:metal:4211:24583737,24581162:metal:4211:24583522,24581286:metal:4211:24583283,24581372:metal:4211:24595669,24584845:metal:4211:24585793,24589660:metal:4211:24590468,24595818:metal:4211:24597193,24607323:metal:4211:24607974,24610239:metal:4211:24611057,24612038:metal:4211:24612792,24640188:metal:4211:24640762,24640197:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0014492668569881157, 'nb_photo': 1, 'list_port_cont': '25144039', 'assoc_port': '25143397:25144039', 'assoc_mat': '25143397:metal:3327:25144039'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0006353597655891003, 'nb_photo': 61, 'list_port_cont': '24511265,24581965,24583640,24583724,24747085,24754177,24855465,24866336,25042928,25228464,25238610,25267418,25267800,25274820,25281030,25283958,25290108,25290790,25294416,25326306,25341164,25355761,25402374,25402524,25402996,25403022,25406576,25496000,25512638,25534358', 'assoc_port': '24510238:24511265,24581228:24583640,24581312:24583724,24581421:24581965,24719395:24747085,24753734:24754177,24854816:24855465,24865582:24866336,25042396:25042928,25227894:25228464,25235115:25238610,25266815:25267800,25266836:25267418,25274163:25274820,25280290:25281030,25283502:25283958,25286606:25290108,25290433:25290790,25294006:25294416,25325810:25326306,25340659:25341164,25355341:25355761,25391813:25402524,25391875:25403022,25399044:25402996,25401991:25402374,25403226:25406576,25495530:25496000,25511985:25512638,25533900:25534358', 'assoc_mat': '24510238:metal:3594:24511265,24581228:metal:3594:24583640,24581312:metal:3594:24583724,24581421:metal:3594:24581965,24719395:metal:3594:24747085,24753734:metal:3594:24754177,24854816:metal:3594:24855465,24865582:metal:3594:24866336,25042396:metal:3594:25042928,25227894:metal:3594:25228464,25235115:metal:3594:25238610,25266815:metal:3594:25267800,25266836:metal:3594:25267418,25274163:metal:3594:25274820,25280290:metal:3594:25281030,25283502:metal:3594:25283958,25286606:metal:3594:25290108,25290433:metal:3594:25290790,25294006:metal:3594:25294416,25325810:metal:3594:25326306,25340659:metal:3594:25341164,25355341:metal:3594:25355761,25391813:metal:3594:25402524,25391875:metal:3594:25403022,25399044:metal:3594:25402996,25401991:metal:3594:25402374,25403226:metal:3594:25406576,25495530:metal:3594:25496000,25511985:metal:3594:25512638,25533900:metal:3594:25534358'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.016979474246237063, 'nb_photo': 1414, 'list_port_cont': '24538357,24551176,24555049,24577501,24577528,24577794,24590427,24602092,24621899,24640442,24730447,24756188,24758019,24852313,25039838,25059917,25060680,25061008,25095092,25231574,25250592,25251270,25279470,25291666,25334273,25339181,25404932,25407326,25410418,25411551,25422145,25495686,25506644,25532358,25551781,25556702', 'assoc_port': '24498662:24538357,24507590:24551176,24526739:24555049,24563529:24577794,24569288:24577528,24569408:24577501,24581101:24590427,24601740:24602092,24610181:24621899,24640202:24640442,24719356:24730447,24753717:24756188,24757197:24758019,24851598:24852313,25015391:25039838,25026613:25059917,25026850:25060680,25026898:25061008,25071609:25095092,25221179:25231574,25236161:25251270,25240407:25250592,25276726:25279470,25290447:25291666,25333458:25334273,25337094:25339181,25390338:25422145,25391730:25411551,25391903:25410418,25398892:25404932,25399077:25407326,25495534:25495686,25506508:25506644,25516146:25532358,25541812:25551781,25548262:25556702', 'assoc_mat': '24498662:papier:4205:24538357,24507590:papier:4205:24551176,24526739:papier:4205:24555049,24563529:papier:4205:24577794,24569288:papier:4205:24577528,24569408:papier:4205:24577501,24581101:papier:4205:24590427,24601740:papier:4205:24602092,24610181:papier:4205:24621899,24640202:papier:4205:24640442,24719356:papier:4205:24730447,24753717:papier:4205:24756188,24757197:papier:4205:24758019,24851598:papier:4205:24852313,25015391:papier:4205:25039838,25026613:papier:4205:25059917,25026850:papier:4205:25060680,25026898:papier:4205:25061008,25071609:papier:4205:25095092,25221179:papier:4205:25231574,25236161:papier:4205:25251270,25240407:papier:4205:25250592,25276726:papier:4205:25279470,25290447:papier:4205:25291666,25333458:papier:4205:25334273,25337094:papier:4205:25339181,25390338:papier:4205:25422145,25391730:papier:4205:25411551,25391903:papier:4205:25410418,25398892:papier:4205:25404932,25399077:papier:4205:25407326,25495534:papier:4205:25495686,25506508:papier:4205:25506644,25516146:papier:4205:25532358,2554'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01884835034921627, 'nb_photo': 4398, 'list_port_cont': '24524059,24552377,24553625,24568011,24577608,24591586,24608269,24640809,24730580,24730620,24730641,24754747,24800818,24853236,24866506,25005488,25018250,25036624,25097310,25097748,25155349,25222342,25239145,25251244,25270815,25282597,25336248,25339927,25350095,25403773,25404824,25406525,25412796,25503490,25541022,25544786,25552660,25561296', 'assoc_port': '24507633:24552377,24508886:24553625,24523326:24524059,24567049:24568011,24569474:24577608,24581192:24591586,24592993:24608269,24640173:24640809,24719277:24730641,24719352:24730620,24719447:24730580,24753726:24754747,24796382:24800818,24851596:24853236,24862985:24866506,25004431:25005488,25017809:25018250,25036331:25036624,25070428:25097748,25097140:25097310,25150503:25155349,25209855:25222342,25235129:25251244,25236151:25239145,25263317:25270815,25281391:25282597,25325773:25336248,25337096:25339927,25348045:25350095,25391822:25403773,25398888:25404824,25399001:25406525,25401986:25412796,25501032:25503490,25519628:25544786,25540570:25541022,25541834:25552660,25555410:25561296', 'assoc_mat': '24507633:papier:4203:24552377,24508886:papier:4203:24553625,24523326:papier:4203:24524059,24567049:papier:4203:24568011,24569474:papier:4203:24577608,24581192:papier:4203:24591586,24592993:papier:4203:24608269,24640173:papier:4203:24640809,24719277:papier:4203:24730641,24719352:papier:4203:24730620,24719447:papier:4203:24730580,24753726:papier:4203:24754747,24796382:papier:4203:24800818,24851596:papier:4203:24853236,24862985:papier:4203:24866506,25004431:papier:4203:25005488,25017809:papier:4203:25018250,25036331:papier:4203:25036624,25070428:papier:4203:25097748,25097140:papier:4203:25097310,25150503:papier:4203:25155349,25209855:papier:4203:25222342,25235129:papier:4203:25251244,25236151:papier:4203:25239145,25263317:papier:4203:25270815,25281391:papier:4203:25282597,25325773:papier:4203:25336248,25337096:papier:4203:25339927,25348045:papier:4203:25350095,25391822:papier:4203:25403773,25398888:papier:4203:25404824,25399001:papier:4203:25406525,25401986:papier:4203:25412796,25501032:papier:4203:25503490,2551'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.032477386843866245, 'nb_photo': 17512, 'list_port_cont': '24476266,24495873,24499088,24499301,24499804,24502600,24502754,24503901,24504096,24505418,24505627,24507839,24508029,24509046,24509197,24509720,24509856,24510444,24510593,24517532,24523620,24526977,24560413,24564021,24564164,24567467,24567868,24570126,24570147,24575819,24576970,24577069,24581018,24581430,24581913,24582954,24583294,24583869,24584091,24584414,24585414,24587074,24590043,24593939,24595519,24602013,24607658,24610544,24612320,24640381,24640416,24640481,24640493,24640583,24640647,24676171,24679238,24682507,24682548,24691082,24719870,24719902,24720199,24720375,24720559,24720952,24721734,24721824,24721956,24722252,24722269,24753980,24754030,24754306,24754559,24754853,24761215,24761346,24774590,24776666,24846034,24846209,24848395,24850530,24851798,24853764,24858620,24863243,24863379,24863527,24863604,24992504,24996839,24996863,24998249,25002702,25005064,25007146,25010641,25015545,25015638,25015778,25018000,25026968,25026993,25027215,25027225,25027445,25027627,25027699,25027905,25027973,25028052,2502903', 'assoc_port': '24476124:24476266,24495586:24495873,24495588:24504096,24495628:24503901,24498664:24499804,24498676:24499301,24498710:24499088,24502284:24502754,24502314:24502600,24504914:24505627,24504969:24505418,24507559:24508029,24507618:24507839,24508844:24510593,24508863:24509856,24508881:24509720,24508888:24509197,24508891:24509046,24510240:24510444,24513881:24560413,24516742:24517532,24523311:24523620,24526761:24526977,24563559:24564164,24563562:24564021,24567018:24567868,24567047:24567467,24569413:24570126,24569471:24570147,24575350:24575819,24576820:24577069,24576821:24576970,24580399:24581430,24580433:24581018,24581062:24584414,24581145:24584091,24581172:24583869,24581248:24583294,24581325:24582954,24581369:24595519,24581398:24581913,24584827:24585414,24586624:24587074,24589661:24590043,24593032:24593939,24601730:24602013,24607324:24607658,24610219:24610544,24612028:24612320,24640171:24640416,24640182:24640481,24640186:24640647,24640195:24640583,24640199:24640493,24640221:24640381,24675777:24676171,24679060:2467923', 'assoc_mat': '24476124:papier:4207:24476266,24495586:papier:4207:24495873,24495588:papier:4207:24504096,24495628:papier:4207:24503901,24498664:papier:4207:24499804,24498676:papier:4207:24499301,24498710:papier:4207:24499088,24502284:papier:4207:24502754,24502314:papier:4207:24502600,24504914:papier:4207:24505627,24504969:papier:4207:24505418,24507559:papier:4207:24508029,24507618:papier:4207:24507839,24508844:papier:4207:24510593,24508863:papier:4207:24509856,24508881:papier:4207:24509720,24508888:papier:4207:24509197,24508891:papier:4207:24509046,24510240:papier:4207:24510444,24513881:papier:4207:24560413,24516742:papier:4207:24517532,24523311:papier:4207:24523620,24526761:papier:4207:24526977,24563559:papier:4207:24564164,24563562:papier:4207:24564021,24567018:papier:4207:24567868,24567047:papier:4207:24567467,24569413:papier:4207:24570126,24569471:papier:4207:24570147,24575350:papier:4207:24575819,24576820:papier:4207:24577069,24576821:papier:4207:24576970,24580399:papier:4207:24581430,24580433:papier:4207:24581018,2458'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.23006690184337789, 'nb_photo': 33025, 'list_port_cont': '24484482,24499240,24507941,24508044,24508082,24509275,24515338,24524499,24527516,24570501,24571926,24576613,24577140,24581224,24582270,24590292,24595695,24597631,24607890,24610947,24612587,24640451,24641428,24643296,24676362,24680570,24691332,24720520,24720835,24721145,24721641,24723134,24754499,24754757,24754954,24774801,24803469,24846286,24847482,24850688,24853988,24855211,24863794,24866310,24993922,25000653,25003181,25012177,25012288,25017973,25027471,25027755,25028016,25028079,25028200,25029330,25036761,25042823,25063793,25068533,25097330,25141778,25146834,25151281,25201770,25210409,25214707,25220527,25220598,25223972,25232472,25235515,25237592,25240897,25260946,25267287,25275021,25277293,25283883,25287098,25289845,25294521,25323210,25326203,25326350,25329757,25336564,25341094,25341242,25347350,25351377,25355569,25392222,25392422,25392541,25392670,25393389,25394662,25399423,25399622,25399738,25399960,25400039,25400802,25400989,25401158,25406030,25495910,25498776,25502713,25509024,25512672,25516437,2552939', 'assoc_port': '24484117:24484482,24498668:24499240,24507558:24507941,24507585:24508044,24507649:24508082,24508879:24509275,24513873:24515338,24516716:24524499,24523312:24527516,24569192:24576613,24569409:24570501,24571188:24571926,24576822:24577140,24580431:24581224,24581031:24597631,24581250:24595695,24581365:24582270,24589665:24590292,24607321:24607890,24610218:24610947,24612040:24612587,24640189:24640451,24640191:24641428,24640242:24643296,24675790:24676362,24680066:24680570,24683461:24691332,24719346:24723134,24719388:24721641,24719439:24721145,24719452:24720835,24719462:24720520,24753642:24754954,24753679:24754757,24753730:24754499,24774217:24774801,24796384:24803469,24845812:24846286,24846972:24847482,24850327:24850688,24853633:24853988,24854814:24855211,24862977:24863794,24865577:24866310,24993436:24993922,25000154:25000653,25002373:25003181,25011664:25012288,25011673:25012177,25017802:25017973,25026599:25027755,25026650:25027471,25026809:25028200,25026834:25028016,25026957:25028079,25028526:25029330,25036306:2503676', 'assoc_mat': '24484117:papier:4461:24484482,24498668:papier:4461:24499240,24507558:papier:4461:24507941,24507585:papier:4461:24508044,24507649:papier:4461:24508082,24508879:papier:4461:24509275,24513873:papier:4461:24515338,24516716:papier:4461:24524499,24523312:papier:4461:24527516,24569192:papier:4461:24576613,24569409:papier:4461:24570501,24571188:papier:4461:24571926,24576822:papier:4461:24577140,24580431:papier:4461:24581224,24581031:papier:4461:24597631,24581250:papier:4461:24595695,24581365:papier:4461:24582270,24589665:papier:4461:24590292,24607321:papier:4461:24607890,24610218:papier:4461:24610947,24612040:papier:4461:24612587,24640189:papier:4461:24640451,24640191:papier:4461:24641428,24640242:papier:4461:24643296,24675790:papier:4461:24676362,24680066:papier:4461:24680570,24683461:papier:4461:24691332,24719346:papier:4461:24723134,24719388:papier:4461:24721641,24719439:papier:4461:24721145,24719452:papier:4461:24720835,24719462:papier:4461:24720520,24753642:papier:4461:24754954,24753679:papier:4461:24754757,2475'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01635850773883218, 'nb_photo': 4735, 'list_port_cont': '24477770,24495843,24499198,24502620,24506724,24507950,24509185,24510480,24521999,24523693,24533525,24560900,24564427,24567696,24570343,24576044,24578527,24580924,24581726,24582009,24582144,24582774,24582831,24583054,24585327,24594138,24595181,24602217,24610572,24610776,24612437,24640399,24640519,24640541,24640569,24680405,24682691,24720281,24720490,24720702,24721123,24721244,24721422,24722109,24722520,24722635,24754206,24754234,24754628,24754673,24754983,24761219,24761389,24774603,24774672,24846125,24846244,24850593,24853953,24856128,24858710,24863156,24863230,24863638,24863712,24992481,24998366,24998437,25002685,25007240,25007445,25010679,25010703,25014424,25015505,25018086,25018107,25027247,25027254,25027464,25027664,25027791,25027805,25027897,25028150,25028415,25029046,25042707,25068492,25071745,25097228,25141718,25143680,25146707,25151064,25201634,25207710,25214586,25220519,25223717,25224058,25227138,25232321,25233321,25236422,25242132,25259582,25264016,25274717,25274827,25280449,25281813,25283713,2528673', 'assoc_port': '24477456:24477770,24495610:24495843,24498674:24499198,24502320:24502620,24506207:24506724,24507555:24507950,24508846:24509185,24510221:24510480,24513877:24560900,24516735:24533525,24521602:24521999,24523339:24523693,24563545:24564427,24566994:24567696,24569444:24578527,24569450:24570343,24575348:24576044,24580369:24580924,24581028:24581726,24581042:24582144,24581122:24582774,24581167:24582831,24581246:24583054,24581315:24595181,24581360:24582009,24584865:24585327,24592992:24594138,24601722:24602217,24610182:24610776,24610238:24610572,24612039:24612437,24640178:24640399,24640180:24640541,24640193:24640569,24640240:24640519,24680064:24680405,24682273:24682691,24719312:24720281,24719357:24720702,24719359:24721123,24719411:24721422,24719427:24722109,24719443:24722520,24719449:24722635,24719456:24721244,24719460:24720490,24753641:24754234,24753643:24754628,24753675:24754983,24753686:24754673,24753731:24754206,24760968:24761389,24761001:24761219,24774224:24774603,24774238:24774672,24845781:24846125,24845810:2484624', 'assoc_mat': '24477456:papier:4200:24477770,24495610:papier:4200:24495843,24498674:papier:4200:24499198,24502320:papier:4200:24502620,24506207:papier:4200:24506724,24507555:papier:4200:24507950,24508846:papier:4200:24509185,24510221:papier:4200:24510480,24513877:papier:4200:24560900,24516735:papier:4200:24533525,24521602:papier:4200:24521999,24523339:papier:4200:24523693,24563545:papier:4200:24564427,24566994:papier:4200:24567696,24569444:papier:4200:24578527,24569450:papier:4200:24570343,24575348:papier:4200:24576044,24580369:papier:4200:24580924,24581028:papier:4200:24581726,24581042:papier:4200:24582144,24581122:papier:4200:24582774,24581167:papier:4200:24582831,24581246:papier:4200:24583054,24581315:papier:4200:24595181,24581360:papier:4200:24582009,24584865:papier:4200:24585327,24592992:papier:4200:24594138,24601722:papier:4200:24602217,24610182:papier:4200:24610776,24610238:papier:4200:24610572,24612039:papier:4200:24612437,24640178:papier:4200:24640399,24640180:papier:4200:24640541,24640193:papier:4200:24640569,2464'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9313039202475947, 'nb_photo': 27688, 'list_port_cont': '24495821,24495858,24495912,24502736,24505511,24512633,24524302,24526883,24570258,24572163,24581815,24582287,24582383,24586595,24587491,24597129,24607999,24640614,24640652,24679430,24682726,24720317,24720365,24720448,24720866,24754592,24754693,24754849,24776832,24852001,24852042,24858556,24858863,24866297,24992721,25007389,25015693,25027387,25027546,25027562,25029263,25031752,25036699,25042938,25063448,25070894,25097282,25146814,25153261,25202917,25206713,25208781,25221622,25223910,25259217,25259515,25260692,25274597,25302692,25312754,25326192,25336254,25337244,25340976,25394574,25399230,25399537,25399673,25399792,25400194,25400313,25402412,25403539,25495773,25495872,25503177,25512229,25522128,25528694,25534103,25543051,25546254,25549754,25560534', 'assoc_port': '24495590:24495821,24495594:24495912,24495596:24495858,24502280:24502736,24504955:24505511,24508849:24512633,24516747:24524302,24526771:24526883,24569179:24570258,24571189:24572163,24581037:24586595,24581310:24582383,24581418:24582287,24581423:24581815,24586608:24587491,24595778:24597129,24607325:24607999,24640184:24640652,24640201:24640614,24679058:24679430,24682275:24682726,24719331:24720866,24719391:24720448,24719393:24720317,24719451:24720365,24753646:24754849,24753703:24754693,24753733:24754592,24776490:24776832,24851564:24852042,24851597:24852001,24858049:24858863,24858069:24858556,24865585:24866297,24992143:24992721,25006842:25007389,25015389:25015693,25026600:25027387,25026813:25027562,25026881:25027546,25026901:25031752,25028534:25029263,25036315:25036699,25042363:25042938,25063054:25063448,25070444:25070894,25097129:25097282,25146406:25146814,25152660:25153261,25197412:25208781,25197413:25202917,25206380:25206713,25221180:25221622,25223393:25223910,25259007:25259515,25259022:25259217,25260480:2526069', 'assoc_mat': '24495590:papier:4209:24495821,24495594:papier:4209:24495912,24495596:papier:4209:24495858,24502280:papier:4209:24502736,24504955:papier:4209:24505511,24508849:papier:4209:24512633,24516747:papier:4209:24524302,24526771:papier:4209:24526883,24569179:papier:4209:24570258,24571189:papier:4209:24572163,24581037:papier:4209:24586595,24581310:papier:4209:24582383,24581418:papier:4209:24582287,24581423:papier:4209:24581815,24586608:papier:4209:24587491,24595778:papier:4209:24597129,24607325:papier:4209:24607999,24640184:papier:4209:24640652,24640201:papier:4209:24640614,24679058:papier:4209:24679430,24682275:papier:4209:24682726,24719331:papier:4209:24720866,24719391:papier:4209:24720448,24719393:papier:4209:24720317,24719451:papier:4209:24720365,24753646:papier:4209:24754849,24753703:papier:4209:24754693,24753733:papier:4209:24754592,24776490:papier:4209:24776832,24851564:papier:4209:24852042,24851597:papier:4209:24852001,24858049:papier:4209:24858863,24858069:papier:4209:24858556,24865585:papier:4209:24866297,2499'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011528447133541923, 'nb_photo': 18675, 'list_port_cont': '24469644,24470073,24478242,24484545,24495981,24499404,24499573,24502839,24507119,24508391,24508444,24509437,24509590,24521944,24527500,24546412,24546868,24552311,24564785,24568288,24568483,24568791,24570633,24570922,24576193,24581556,24582533,24583286,24583525,24583748,24585788,24590472,24595667,24597179,24607962,24611069,24612797,24640671,24640711,24640755,24673179,24676461,24680633,24680713,24683825,24721357,24721488,24722083,24722322,24722557,24724139,24724420,24754563,24754816,24755228,24757588,24761640,24774973,24777000,24846339,24852025,24852218,24854085,24855292,24863832,24866521,24872112,24992869,24997422,24998554,25003246,25003456,25009711,25012243,25012512,25018015,25027340,25027565,25027682,25028561,25028728,25028793,25029275,25029795,25030072,25036570,25042892,25047281,25063753,25067423,25068595,25071808,25097375,25141880,25143847,25147836,25151415,25156180,25210485,25216501,25217227,25218526,25220768,25227382,25232649,25235465,25236773,25245961,25246358,25247844,25260244,25261270,25264658,2527116', 'assoc_port': '24469358:24470073,24469360:24469644,24477484:24478242,24484132:24484545,24495625:24495981,24498679:24499573,24498707:24499404,24502312:24502839,24506203:24507119,24507557:24508444,24507588:24508391,24508877:24509590,24508890:24509437,24513858:24546868,24513869:24546412,24521600:24521944,24526772:24527500,24539740:24552311,24563558:24568791,24563561:24564785,24567016:24568483,24567058:24568288,24569411:24570922,24569447:24570633,24575366:24576193,24580402:24581556,24581034:24583748,24581162:24583525,24581286:24583286,24581372:24595667,24581374:24582533,24584845:24585788,24589660:24590472,24595818:24597179,24607323:24607962,24610239:24611069,24612038:24612797,24640188:24640755,24640197:24640711,24640200:24640671,24672756:24673179,24675764:24676461,24680065:24680713,24680117:24680633,24683459:24683825,24719304:24724420,24719310:24724139,24719374:24722557,24719432:24722322,24719442:24722083,24719446:24721488,24719455:24721357,24753638:24755228,24753661:24754816,24753728:24754563,24757195:24757588,24760971:2476164', 'assoc_mat': '24469358:papier:4211:24470073,24469360:papier:4211:24469644,24477484:papier:4211:24478242,24484132:papier:4211:24484545,24495625:papier:4211:24495981,24498679:papier:4211:24499573,24498707:papier:4211:24499404,24502312:papier:4211:24502839,24506203:papier:4211:24507119,24507557:papier:4211:24508444,24507588:papier:4211:24508391,24508877:papier:4211:24509590,24508890:papier:4211:24509437,24513858:papier:4211:24546868,24513869:papier:4211:24546412,24521600:papier:4211:24521944,24526772:papier:4211:24527500,24539740:papier:4211:24552311,24563558:papier:4211:24568791,24563561:papier:4211:24564785,24567016:papier:4211:24568483,24567058:papier:4211:24568288,24569411:papier:4211:24570922,24569447:papier:4211:24570633,24575366:papier:4211:24576193,24580402:papier:4211:24581556,24581034:papier:4211:24583748,24581162:papier:4211:24583525,24581286:papier:4211:24583286,24581372:papier:4211:24595667,24581374:papier:4211:24582533,24584845:papier:4211:24585788,24589660:papier:4211:24590472,24595818:papier:4211:24597179,2460'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.01065910713686724, 'nb_photo': 790, 'list_port_cont': '24484997,24503064,24503113,24505799,24508526,24509631,24511352,24522561,24522768,24523268,24524105,24565650,24565712,24568881,24570416,24570864,24571087,24571185,24571530,24572599,24576559,24576568,24577345,24582405,24582692,24582935,24583988,24584006,24584483,24584519,24584618,24596080,24596142,24597871,24601278,24606863,24608418,24610756,24611542,24612878,24641040,24641052,24641075,24680955,24721570,24721648,24721910,24722066,24722607,24723118,24723264,24724124,24724827,24725271,24727088,24730016,24755364,24757954,24761778,24775098,24846564,24847736,24848845,24848916,24851008,24852333,24859386,24863774,24864077,24866882,24866895,24994510,24997485,24998847,25000947,25006214,25007836,25012692,25028456,25028705,25029078,25029101,25029293,25029575,25029708,25030010,25037054,25037104,25043113,25047964,25067676,25071261,25097394,25142086,25144033,25147242,25149987,25159073,25200656,25212344,25215101,25218702,25224291,25232700,25233713,25237037,25237131,25241197,25241424,25260070,25264864,25271586,25275182,2527740', 'assoc_port': '24484130:24484997,24502310:24503113,24502316:24503064,24504928:24505799,24507592:24508526,24508842:24509631,24510235:24511352,24516729:24523268,24521573:24522561,24521601:24522768,24523313:24524105,24563516:24565712,24563560:24565650,24567020:24568881,24569406:24571530,24569410:24571185,24569415:24571087,24569429:24570416,24569477:24570864,24571193:24572599,24575359:24576568,24575380:24576559,24576823:24577345,24580366:24582935,24580385:24582692,24580404:24582405,24581128:24584618,24581170:24584519,24581320:24584483,24581330:24584006,24581378:24583988,24592991:24596142,24593006:24596080,24595725:24597871,24595828:24601278,24605492:24606863,24607322:24608418,24610183:24611542,24610237:24610756,24612037:24612878,24640175:24641075,24640196:24641052,24640241:24641040,24680095:24680955,24719278:24725271,24719308:24724827,24719348:24730016,24719358:24724124,24719361:24723118,24719397:24723264,24719425:24721648,24719440:24722607,24719445:24727088,24719450:24722066,24719457:24721910,24719459:24721570,24753682:2475536', 'assoc_mat': '24484130:papier:3327:24484997,24502310:papier:3327:24503113,24502316:papier:3327:24503064,24504928:papier:3327:24505799,24507592:papier:3327:24508526,24508842:papier:3327:24509631,24510235:papier:3327:24511352,24516729:papier:3327:24523268,24521573:papier:3327:24522561,24521601:papier:3327:24522768,24523313:papier:3327:24524105,24563516:papier:3327:24565712,24563560:papier:3327:24565650,24567020:papier:3327:24568881,24569406:papier:3327:24571530,24569410:papier:3327:24571185,24569415:papier:3327:24571087,24569429:papier:3327:24570416,24569477:papier:3327:24570864,24571193:papier:3327:24572599,24575359:papier:3327:24576568,24575380:papier:3327:24576559,24576823:papier:3327:24577345,24580366:papier:3327:24582935,24580385:papier:3327:24582692,24580404:papier:3327:24582405,24581128:papier:3327:24584618,24581170:papier:3327:24584519,24581320:papier:3327:24584483,24581330:papier:3327:24584006,24581378:papier:3327:24583988,24592991:papier:3327:24596142,24593006:papier:3327:24596080,24595725:papier:3327:24597871,2459'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.10437658237476158, 'nb_photo': 6095, 'list_port_cont': '24497055,24511253,24581967,24583642,24583722,24747086,24754183,24855466,24858781,24866333,25042930,25228471,25238609,25259630,25267417,25267791,25274824,25281023,25283955,25290109,25290791,25294415,25326302,25336402,25341160,25355766,25402382,25402521,25402995,25403025,25403333,25406574,25496001,25512641,25534355,25538924', 'assoc_port': '24495592:24497055,24510238:24511253,24581228:24583642,24581312:24583722,24581421:24581967,24719395:24747086,24753734:24754183,24854816:24855466,24858050:24858781,24865582:24866333,25042396:25042930,25227894:25228471,25235115:25238609,25259010:25259630,25266815:25267791,25266836:25267417,25274163:25274824,25280290:25281023,25283502:25283955,25286606:25290109,25290433:25290791,25294006:25294415,25325810:25326302,25335919:25336402,25340659:25341160,25355341:25355766,25391813:25402521,25391875:25403025,25398994:25403333,25399044:25402995,25401991:25402382,25403226:25406574,25495530:25496001,25511985:25512641,25533900:25534355,25538280:25538924', 'assoc_mat': '24495592:papier:3594:24497055,24510238:papier:3594:24511253,24581228:papier:3594:24583642,24581312:papier:3594:24583722,24581421:papier:3594:24581967,24719395:papier:3594:24747086,24753734:papier:3594:24754183,24854816:papier:3594:24855466,24858050:papier:3594:24858781,24865582:papier:3594:24866333,25042396:papier:3594:25042930,25227894:papier:3594:25228471,25235115:papier:3594:25238609,25259010:papier:3594:25259630,25266815:papier:3594:25267791,25266836:papier:3594:25267417,25274163:papier:3594:25274824,25280290:papier:3594:25281023,25283502:papier:3594:25283955,25286606:papier:3594:25290109,25290433:papier:3594:25290791,25294006:papier:3594:25294415,25325810:papier:3594:25326302,25335919:papier:3594:25336402,25340659:papier:3594:25341160,25355341:papier:3594:25355766,25391813:papier:3594:25402521,25391875:papier:3594:25403025,25398994:papier:3594:25403333,25399044:papier:3594:25402995,25401991:papier:3594:25402382,25403226:papier:3594:25406574,25495530:papier:3594:25496001,25511985:papier:3594:25512641,2553'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0057592291806354695, 'nb_photo': 46, 'list_port_cont': '24538349,24551182,24577795,24590419,24602101,24640435,24730444,24852315,25039841,25095088,25231577,25250599,25251260,25279473,25334278,25404941,25410420,25411552,25422136,25495673,25506650,25532355', 'assoc_port': '24498662:24538349,24507590:24551182,24563529:24577795,24581101:24590419,24601740:24602101,24640202:24640435,24719356:24730444,24851598:24852315,25015391:25039841,25071609:25095088,25221179:25231577,25236161:25251260,25240407:25250599,25276726:25279473,25333458:25334278,25390338:25422136,25391730:25411552,25391903:25410420,25398892:25404941,25495534:25495673,25506508:25506650,25516146:25532355', 'assoc_mat': '24498662:pehd:4205:24538349,24507590:pehd:4205:24551182,24563529:pehd:4205:24577795,24581101:pehd:4205:24590419,24601740:pehd:4205:24602101,24640202:pehd:4205:24640435,24719356:pehd:4205:24730444,24851598:pehd:4205:24852315,25015391:pehd:4205:25039841,25071609:pehd:4205:25095088,25221179:pehd:4205:25231577,25236161:pehd:4205:25251260,25240407:pehd:4205:25250599,25276726:pehd:4205:25279473,25333458:pehd:4205:25334278,25390338:pehd:4205:25422136,25391730:pehd:4205:25411552,25391903:pehd:4205:25410420,25398892:pehd:4205:25404941,25495534:pehd:4205:25495673,25506508:pehd:4205:25506650,25516146:pehd:4205:25532355'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.003411585798455277, 'nb_photo': 160, 'list_port_cont': '24524056,24552370,24553617,24568020,24577607,24608274,24640815,24730590,24730619,24730642,24754743,24800809,24853244,24866497,25005492,25018243,25036617,25097324,25097740,25155342,25222334,25239142,25270812,25336236,25339930,25350105,25403767,25404833,25406518,25412807,25503500,25541020,25544785,25552659,25561299', 'assoc_port': '24507633:24552370,24508886:24553617,24523326:24524056,24567049:24568020,24569474:24577607,24592993:24608274,24640173:24640815,24719277:24730642,24719352:24730619,24719447:24730590,24753726:24754743,24796382:24800809,24851596:24853244,24862985:24866497,25004431:25005492,25017809:25018243,25036331:25036617,25070428:25097740,25097140:25097324,25150503:25155342,25209855:25222334,25236151:25239142,25263317:25270812,25325773:25336236,25337096:25339930,25348045:25350105,25391822:25403767,25398888:25404833,25399001:25406518,25401986:25412807,25501032:25503500,25519628:25544785,25540570:25541020,25541834:25552659,25555410:25561299', 'assoc_mat': '24507633:pehd:4203:24552370,24508886:pehd:4203:24553617,24523326:pehd:4203:24524056,24567049:pehd:4203:24568020,24569474:pehd:4203:24577607,24592993:pehd:4203:24608274,24640173:pehd:4203:24640815,24719277:pehd:4203:24730642,24719352:pehd:4203:24730619,24719447:pehd:4203:24730590,24753726:pehd:4203:24754743,24796382:pehd:4203:24800809,24851596:pehd:4203:24853244,24862985:pehd:4203:24866497,25004431:pehd:4203:25005492,25017809:pehd:4203:25018243,25036331:pehd:4203:25036617,25070428:pehd:4203:25097740,25097140:pehd:4203:25097324,25150503:pehd:4203:25155342,25209855:pehd:4203:25222334,25236151:pehd:4203:25239142,25263317:pehd:4203:25270812,25325773:pehd:4203:25336236,25337096:pehd:4203:25339930,25348045:pehd:4203:25350105,25391822:pehd:4203:25403767,25398888:pehd:4203:25404833,25399001:pehd:4203:25406518,25401986:pehd:4203:25412807,25501032:pehd:4203:25503500,25519628:pehd:4203:25544785,25540570:pehd:4203:25541020,25541834:pehd:4203:25552659,25555410:pehd:4203:25561299'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002964679844899847, 'nb_photo': 202, 'list_port_cont': '24499094,24499809,24502589,24503925,24508024,24509707,24509863,24510592,24526978,24564013,24564158,24567465,24567865,24570127,24575814,24577056,24581016,24581435,24581915,24583297,24584092,24584422,24585420,24587068,24593940,24602011,24610551,24640503,24640590,24682549,24720184,24720380,24720947,24721745,24721837,24721961,24722248,24753978,24754036,24754312,24754864,24761205,24761361,24774598,24776674,24846029,24846203,24848391,24850520,24858635,24863601,24992508,25002710,25015553,25015779,25026982,25026988,25027233,25027701,25027968,25028068,25067061,25068255,25097176,25097204,25097239,25099500,25141668,25223023,25226753,25227098,25227171,25231341,25232547,25250011,25250702,25252510,25259778,25267751,25271009,25279322,25280391,25284044,25286800,25291467,25294026,25294829,25307031,25312772,25319937,25336602,25337426,25339093,25341893,25346693,25348503,25348931,25348954,25360913,25360971,25391643,25403400,25403892,25405256,25405409,25405498,25405999,25406431,25408065,25410034,25410987,25411356,25411932,2541215', 'assoc_port': '24495628:24503925,24498664:24499809,24498710:24499094,24502314:24502589,24507559:24508024,24508844:24510592,24508863:24509863,24508881:24509707,24526761:24526978,24563559:24564158,24563562:24564013,24567018:24567865,24567047:24567465,24569413:24570127,24575350:24575814,24576820:24577056,24580399:24581435,24580433:24581016,24581062:24584422,24581145:24584092,24581248:24583297,24581398:24581915,24584827:24585420,24586624:24587068,24593032:24593940,24601730:24602011,24610219:24610551,24640182:24640503,24640195:24640590,24682259:24682549,24719315:24720184,24719360:24720947,24719430:24721745,24719437:24721961,24719448:24722248,24719454:24721837,24719458:24720380,24753612:24754036,24753644:24754864,24753689:24754312,24753719:24753978,24760969:24761361,24760987:24761205,24774219:24774598,24776489:24776674,24845808:24846029,24845811:24846203,24848230:24848391,24850321:24850520,24858048:24858635,24862979:24863601,24992156:24992508,25002376:25002710,25015368:25015553,25015384:25015779,25026591:25026982,25026603:2502723', 'assoc_mat': '24495628:pehd:4207:24503925,24498664:pehd:4207:24499809,24498710:pehd:4207:24499094,24502314:pehd:4207:24502589,24507559:pehd:4207:24508024,24508844:pehd:4207:24510592,24508863:pehd:4207:24509863,24508881:pehd:4207:24509707,24526761:pehd:4207:24526978,24563559:pehd:4207:24564158,24563562:pehd:4207:24564013,24567018:pehd:4207:24567865,24567047:pehd:4207:24567465,24569413:pehd:4207:24570127,24575350:pehd:4207:24575814,24576820:pehd:4207:24577056,24580399:pehd:4207:24581435,24580433:pehd:4207:24581016,24581062:pehd:4207:24584422,24581145:pehd:4207:24584092,24581248:pehd:4207:24583297,24581398:pehd:4207:24581915,24584827:pehd:4207:24585420,24586624:pehd:4207:24587068,24593032:pehd:4207:24593940,24601730:pehd:4207:24602011,24610219:pehd:4207:24610551,24640182:pehd:4207:24640503,24640195:pehd:4207:24640590,24682259:pehd:4207:24682549,24719315:pehd:4207:24720184,24719360:pehd:4207:24720947,24719430:pehd:4207:24721745,24719437:pehd:4207:24721961,24719448:pehd:4207:24722248,24719454:pehd:4207:24721837,24719458:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00840344605520651, 'nb_photo': 11, 'list_port_cont': '24499246,24597634,25000662,25028022,25028206,25237581,25326345,25400988,25498779,25516430,25553729', 'assoc_port': '24498668:24499246,24581031:24597634,25000154:25000662,25026809:25028206,25026834:25028022,25237305:25237581,25325771:25326345,25398896:25400988,25498470:25498779,25516162:25516430,25553232:25553729', 'assoc_mat': '24498668:pehd:4461:24499246,24581031:pehd:4461:24597634,25000154:pehd:4461:25000662,25026809:pehd:4461:25028206,25026834:pehd:4461:25028022,25237305:pehd:4461:25237581,25325771:pehd:4461:25326345,25398896:pehd:4461:25400988,25498470:pehd:4461:25498779,25516162:pehd:4461:25516430,25553232:pehd:4461:25553729'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.006334631639436643, 'nb_photo': 479, 'list_port_cont': '24477772,24495836,24499196,24502619,24507938,24509177,24510488,24521995,24523698,24533534,24560912,24564429,24567695,24570341,24576054,24580937,24581728,24581996,24582145,24582838,24583066,24585322,24594148,24595186,24602220,24610570,24610769,24612439,24640403,24640521,24640549,24640566,24680402,24682695,24720272,24720493,24720693,24721116,24721245,24721414,24722106,24722514,24722641,24754228,24754616,24754668,24754982,24761395,24774607,24846121,24846242,24850598,24853951,24856130,24858716,24863228,24863705,24992492,24998367,24998448,25002687,25007239,25007441,25010684,25010698,25014428,25015503,25027236,25027260,25027468,25027652,25027788,25027900,25028153,25028419,25029313,25068489,25071743,25097225,25141724,25143689,25146702,25151077,25201609,25207700,25214589,25220512,25223722,25227143,25232319,25236434,25242123,25259583,25264017,25274724,25274829,25281817,25289574,25294199,25294757,25302602,25302673,25321730,25326449,25329283,25333767,25339812,25347174,25347409,25351221,25391933,25392117,25392448,2539315', 'assoc_port': '24477456:24477772,24495610:24495836,24498674:24499196,24502320:24502619,24507555:24507938,24508846:24509177,24510221:24510488,24513877:24560912,24516735:24533534,24521602:24521995,24523339:24523698,24563545:24564429,24566994:24567695,24569450:24570341,24575348:24576054,24580369:24580937,24581028:24581728,24581042:24582145,24581167:24582838,24581246:24583066,24581315:24595186,24581360:24581996,24584865:24585322,24592992:24594148,24601722:24602220,24610182:24610769,24610238:24610570,24612039:24612439,24640178:24640403,24640180:24640549,24640193:24640566,24640240:24640521,24680064:24680402,24682273:24682695,24719312:24720272,24719357:24720693,24719359:24721116,24719411:24721414,24719427:24722106,24719443:24722514,24719449:24722641,24719456:24721245,24719460:24720493,24753641:24754228,24753643:24754616,24753675:24754982,24753686:24754668,24760968:24761395,24774224:24774607,24845781:24846121,24845810:24846242,24848229:24856130,24850324:24850598,24853632:24853951,24858082:24858716,24862976:24863705,24862981:2486322', 'assoc_mat': '24477456:pehd:4200:24477772,24495610:pehd:4200:24495836,24498674:pehd:4200:24499196,24502320:pehd:4200:24502619,24507555:pehd:4200:24507938,24508846:pehd:4200:24509177,24510221:pehd:4200:24510488,24513877:pehd:4200:24560912,24516735:pehd:4200:24533534,24521602:pehd:4200:24521995,24523339:pehd:4200:24523698,24563545:pehd:4200:24564429,24566994:pehd:4200:24567695,24569450:pehd:4200:24570341,24575348:pehd:4200:24576054,24580369:pehd:4200:24580937,24581028:pehd:4200:24581728,24581042:pehd:4200:24582145,24581167:pehd:4200:24582838,24581246:pehd:4200:24583066,24581315:pehd:4200:24595186,24581360:pehd:4200:24581996,24584865:pehd:4200:24585322,24592992:pehd:4200:24594148,24601722:pehd:4200:24602220,24610182:pehd:4200:24610769,24610238:pehd:4200:24610570,24612039:pehd:4200:24612439,24640178:pehd:4200:24640403,24640180:pehd:4200:24640549,24640193:pehd:4200:24640566,24640240:pehd:4200:24640521,24680064:pehd:4200:24680402,24682273:pehd:4200:24682695,24719312:pehd:4200:24720272,24719357:pehd:4200:24720693,24719359:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.005076315085674862, 'nb_photo': 116, 'list_port_cont': '24495920,24502744,24505502,24512638,24524290,24570253,24572153,24582288,24582374,24586593,24587502,24597123,24640626,24640661,24679435,24682728,24720366,24754701,24754838,24776839,24851996,24858864,24866294,24992720,25007382,25027533,25027572,25031760,25036693,25063441,25070904,25146819,25153264,25202926,25206720,25223911,25259218,25259522,25260696,25274596,25302687,25326184,25337256,25340972,25394566,25399533,25400202,25400309,25403544,25495765,25495880,25512220,25522129,25546249,25549743', 'assoc_port': '24495594:24495920,24502280:24502744,24504955:24505502,24508849:24512638,24516747:24524290,24569179:24570253,24571189:24572153,24581037:24586593,24581310:24582374,24581418:24582288,24586608:24587502,24595778:24597123,24640184:24640661,24640201:24640626,24679058:24679435,24682275:24682728,24719451:24720366,24753646:24754838,24753703:24754701,24776490:24776839,24851597:24851996,24858049:24858864,24865585:24866294,24992143:24992720,25006842:25007382,25026813:25027572,25026881:25027533,25026901:25031760,25036315:25036693,25063054:25063441,25070444:25070904,25146406:25146819,25152660:25153264,25197413:25202926,25206380:25206720,25223393:25223911,25259007:25259522,25259022:25259218,25260480:25260696,25274165:25274596,25302444:25302687,25325811:25326184,25328521:25337256,25340657:25340972,25394243:25394566,25398885:25400309,25398930:25400202,25398996:25399533,25403210:25403544,25495528:25495880,25495532:25495765,25511987:25512220,25521823:25522129,25545870:25546249,25549511:25549743', 'assoc_mat': '24495594:pehd:4209:24495920,24502280:pehd:4209:24502744,24504955:pehd:4209:24505502,24508849:pehd:4209:24512638,24516747:pehd:4209:24524290,24569179:pehd:4209:24570253,24571189:pehd:4209:24572153,24581037:pehd:4209:24586593,24581310:pehd:4209:24582374,24581418:pehd:4209:24582288,24586608:pehd:4209:24587502,24595778:pehd:4209:24597123,24640184:pehd:4209:24640661,24640201:pehd:4209:24640626,24679058:pehd:4209:24679435,24682275:pehd:4209:24682728,24719451:pehd:4209:24720366,24753646:pehd:4209:24754838,24753703:pehd:4209:24754701,24776490:pehd:4209:24776839,24851597:pehd:4209:24851996,24858049:pehd:4209:24858864,24865585:pehd:4209:24866294,24992143:pehd:4209:24992720,25006842:pehd:4209:25007382,25026813:pehd:4209:25027572,25026881:pehd:4209:25027533,25026901:pehd:4209:25031760,25036315:pehd:4209:25036693,25063054:pehd:4209:25063441,25070444:pehd:4209:25070904,25146406:pehd:4209:25146819,25152660:pehd:4209:25153264,25197413:pehd:4209:25202926,25206380:pehd:4209:25206720,25223393:pehd:4209:25223911,25259007:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9583953046367029, 'nb_photo': 5191, 'list_port_cont': '24469652,24470061,24478255,24484530,24495968,24499407,24499574,24502834,24507113,24508392,24508433,24509415,24509589,24521952,24527494,24546414,24546863,24552305,24564780,24568286,24568485,24568803,24570621,24570935,24576198,24581555,24582521,24583270,24583535,24583752,24585791,24590465,24595675,24597190,24607964,24611058,24612798,24640667,24640705,24640761,24673199,24676460,24680630,24680718,24683835,24721346,24721494,24722080,24722314,24722551,24724149,24724419,24754567,24754808,24755233,24757597,24761633,24774975,24777014,24846346,24852023,24852212,24854081,24855295,24863830,24866511,24872104,24992873,24997437,24998556,25003240,25003457,25009705,25012241,25012503,25018022,25027341,25027555,25027667,25028567,25028751,25028788,25029274,25029783,25030074,25036566,25042888,25047278,25063754,25067424,25068604,25071804,25097376,25141875,25143843,25147841,25151416,25156185,25210483,25216504,25217229,25218522,25220771,25227383,25232650,25235472,25236779,25245964,25246360,25247843,25260252,25261275,25264653,2527116', 'assoc_port': '24469358:24470061,24469360:24469652,24477484:24478255,24484132:24484530,24495625:24495968,24498679:24499574,24498707:24499407,24502312:24502834,24506203:24507113,24507557:24508433,24507588:24508392,24508877:24509589,24508890:24509415,24513858:24546863,24513869:24546414,24521600:24521952,24526772:24527494,24539740:24552305,24563558:24568803,24563561:24564780,24567016:24568485,24567058:24568286,24569411:24570935,24569447:24570621,24575366:24576198,24580402:24581555,24581034:24583752,24581162:24583535,24581286:24583270,24581372:24595675,24581374:24582521,24584845:24585791,24589660:24590465,24595818:24597190,24607323:24607964,24610239:24611058,24612038:24612798,24640188:24640761,24640197:24640705,24640200:24640667,24672756:24673199,24675764:24676460,24680065:24680718,24680117:24680630,24683459:24683835,24719304:24724419,24719310:24724149,24719374:24722551,24719432:24722314,24719442:24722080,24719446:24721494,24719455:24721346,24753638:24755233,24753661:24754808,24753728:24754567,24757195:24757597,24760971:2476163', 'assoc_mat': '24469358:pehd:4211:24470061,24469360:pehd:4211:24469652,24477484:pehd:4211:24478255,24484132:pehd:4211:24484530,24495625:pehd:4211:24495968,24498679:pehd:4211:24499574,24498707:pehd:4211:24499407,24502312:pehd:4211:24502834,24506203:pehd:4211:24507113,24507557:pehd:4211:24508433,24507588:pehd:4211:24508392,24508877:pehd:4211:24509589,24508890:pehd:4211:24509415,24513858:pehd:4211:24546863,24513869:pehd:4211:24546414,24521600:pehd:4211:24521952,24526772:pehd:4211:24527494,24539740:pehd:4211:24552305,24563558:pehd:4211:24568803,24563561:pehd:4211:24564780,24567016:pehd:4211:24568485,24567058:pehd:4211:24568286,24569411:pehd:4211:24570935,24569447:pehd:4211:24570621,24575366:pehd:4211:24576198,24580402:pehd:4211:24581555,24581034:pehd:4211:24583752,24581162:pehd:4211:24583535,24581286:pehd:4211:24583270,24581372:pehd:4211:24595675,24581374:pehd:4211:24582521,24584845:pehd:4211:24585791,24589660:pehd:4211:24590465,24595818:pehd:4211:24597190,24607323:pehd:4211:24607964,24610239:pehd:4211:24611058,24612038:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002525955787353019, 'nb_photo': 4, 'list_port_cont': '24606866,24725269,25281048,25284139', 'assoc_port': '24605492:24606866,24719278:24725269,25280263:25281048,25283498:25284139', 'assoc_mat': '24605492:pehd:3327:24606866,24719278:pehd:3327:24725269,25280263:pehd:3327:25281048,25283498:pehd:3327:25284139'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0012833719135802468, 'nb_photo': 1, 'list_port_cont': '24754173', 'assoc_port': '24753734:24754173', 'assoc_mat': '24753734:pehd:3594:24754173'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0036074245599928127, 'nb_photo': 6, 'list_port_cont': '24577799,24730437,25251271,25291677,25556706', 'assoc_port': '24563529:24577799,24719356:24730437,25236161:25251271,25290447:25291677,25548262:25556706', 'assoc_mat': '24563529:pet_clair:4205:24577799,24719356:pet_clair:4205:24730437,25236161:pet_clair:4205:25251271,25290447:pet_clair:4205:25291677,25548262:pet_clair:4205:25556706'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0001609495659003451, 'nb_photo': 1, 'list_port_cont': '24568018', 'assoc_port': '24567049:24568018', 'assoc_mat': '24567049:pet_clair:4203:24568018'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0019894420131339424, 'nb_photo': 12, 'list_port_cont': '24510440,24610552,24612322,24761217,24858622,24863254,24996855,25002711,25028053,25250388,25336599,25406001', 'assoc_port': '24510240:24510440,24610219:24610552,24612028:24612322,24760987:24761217,24858048:24858622,24862954:24863254,24996662:24996855,25002376:25002711,25026882:25028053,25240382:25250388,25325806:25336599,25398989:25406001', 'assoc_mat': '24510240:pet_clair:4207:24510440,24610219:pet_clair:4207:24610552,24612028:pet_clair:4207:24612322,24760987:pet_clair:4207:24761217,24858048:pet_clair:4207:24858622,24862954:pet_clair:4207:24863254,24996662:pet_clair:4207:24996855,25002376:pet_clair:4207:25002711,25026882:pet_clair:4207:25028053,25240382:pet_clair:4207:25250388,25325806:pet_clair:4207:25336599,25398989:pet_clair:4207:25406001'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.004852482900876865, 'nb_photo': 96, 'list_port_cont': '24495834,24502616,24509186,24510481,24522002,24533528,24567702,24576055,24578539,24582004,24582832,24583055,24594154,24610561,24640404,24640515,24680397,24720279,24720692,24721124,24721398,24722120,24722512,24754225,24850596,24863150,24863710,25007448,25014427,25018116,25027222,25027235,25027784,25068491,25071739,25097229,25143687,25201623,25227152,25236430,25264013,25274731,25280445,25281822,25283721,25286741,25289566,25302600,25321734,25326447,25329271,25391935,25392102,25393162,25394005,25394235,25399399,25401369,25401869,25402349,25495959,25505656,25510458,25534310,25537512,25540961,25552338', 'assoc_port': '24495610:24495834,24502320:24502616,24508846:24509186,24510221:24510481,24516735:24533528,24521602:24522002,24566994:24567702,24569444:24578539,24575348:24576055,24581167:24582832,24581246:24583055,24581360:24582004,24592992:24594154,24610238:24610561,24640178:24640404,24640240:24640515,24680064:24680397,24719312:24720279,24719357:24720692,24719359:24721124,24719411:24721398,24719427:24722120,24719443:24722512,24753641:24754225,24850324:24850596,24862976:24863710,24862980:24863150,24993437:25014427,25006838:25007448,25017811:25018116,25026588:25027222,25026606:25027235,25026944:25027784,25068069:25068491,25071594:25071739,25097135:25097229,25143412:25143687,25197415:25201623,25226916:25227152,25236157:25236430,25263347:25264013,25274161:25274731,25280264:25280445,25281387:25281822,25283505:25283721,25286607:25286741,25289273:25289566,25302443:25302600,25321132:25321734,25325788:25326447,25328525:25329271,25391519:25391935,25391749:25394235,25391788:25394005,25391815:25392102,25391863:25393162,25398894:2540186', 'assoc_mat': '24495610:pet_clair:4200:24495834,24502320:pet_clair:4200:24502616,24508846:pet_clair:4200:24509186,24510221:pet_clair:4200:24510481,24516735:pet_clair:4200:24533528,24521602:pet_clair:4200:24522002,24566994:pet_clair:4200:24567702,24569444:pet_clair:4200:24578539,24575348:pet_clair:4200:24576055,24581167:pet_clair:4200:24582832,24581246:pet_clair:4200:24583055,24581360:pet_clair:4200:24582004,24592992:pet_clair:4200:24594154,24610238:pet_clair:4200:24610561,24640178:pet_clair:4200:24640404,24640240:pet_clair:4200:24640515,24680064:pet_clair:4200:24680397,24719312:pet_clair:4200:24720279,24719357:pet_clair:4200:24720692,24719359:pet_clair:4200:24721124,24719411:pet_clair:4200:24721398,24719427:pet_clair:4200:24722120,24719443:pet_clair:4200:24722512,24753641:pet_clair:4200:24754225,24850324:pet_clair:4200:24850596,24862976:pet_clair:4200:24863710,24862980:pet_clair:4200:24863150,24993437:pet_clair:4200:25014427,25006838:pet_clair:4200:25007448,25017811:pet_clair:4200:25018116,25026588:pet_clair:4200:25027222,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.008955071211755306, 'nb_photo': 1, 'list_port_cont': '25402426', 'assoc_port': '25401957:25402426', 'assoc_mat': '25401957:pet_clair:4209:25402426'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0007069369732051355, 'nb_photo': 53, 'list_port_cont': '24499403,24509417,24509577,24527486,24552309,24568493,24583524,24640673,24640763,24680637,24683826,24721352,24721496,24722315,24722548,24724148,24754815,24774985,24852029,24992864,24998557,25012231,25012499,25028776,25141876,25151407,25210486,25218523,25220777,25227388,25232658,25236775,25245968,25278126,25280763,25289820,25316742,25326426,25333929,25337562,25339234,25407923,25495249,25502784,25505947,25537678,25542331,25552530,25556103', 'assoc_port': '24498707:24499403,24508877:24509577,24508890:24509417,24526772:24527486,24539740:24552309,24567016:24568493,24581162:24583524,24640188:24640763,24640200:24640673,24680117:24680637,24683459:24683826,24719310:24724148,24719374:24722548,24719432:24722315,24719446:24721496,24719455:24721352,24753661:24754815,24774225:24774985,24851566:24852029,24992142:24992864,24997923:24998557,25011667:25012499,25011724:25012231,25026923:25028776,25141396:25141876,25150533:25151407,25209883:25210486,25217994:25218523,25220204:25220777,25226912:25227388,25232021:25232658,25236149:25245968,25236159:25236775,25276727:25278126,25280262:25280763,25289265:25289820,25314927:25316742,25325804:25326426,25328524:25337562,25333445:25333929,25337089:25339234,25391889:25407923,25494853:25495249,25502473:25502784,25505308:25505947,25537122:25537678,25541837:25542331,25552166:25552530,25555404:25556103', 'assoc_mat': '24498707:pet_clair:4211:24499403,24508877:pet_clair:4211:24509577,24508890:pet_clair:4211:24509417,24526772:pet_clair:4211:24527486,24539740:pet_clair:4211:24552309,24567016:pet_clair:4211:24568493,24581162:pet_clair:4211:24583524,24640188:pet_clair:4211:24640763,24640200:pet_clair:4211:24640673,24680117:pet_clair:4211:24680637,24683459:pet_clair:4211:24683826,24719310:pet_clair:4211:24724148,24719374:pet_clair:4211:24722548,24719432:pet_clair:4211:24722315,24719446:pet_clair:4211:24721496,24719455:pet_clair:4211:24721352,24753661:pet_clair:4211:24754815,24774225:pet_clair:4211:24774985,24851566:pet_clair:4211:24852029,24992142:pet_clair:4211:24992864,24997923:pet_clair:4211:24998557,25011667:pet_clair:4211:25012499,25011724:pet_clair:4211:25012231,25026923:pet_clair:4211:25028776,25141396:pet_clair:4211:25141876,25150533:pet_clair:4211:25151407,25209883:pet_clair:4211:25210486,25217994:pet_clair:4211:25218523,25220204:pet_clair:4211:25220777,25226912:pet_clair:4211:25227388,25232021:pet_clair:4211:25232658,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9856318061461682, 'nb_photo': 98039, 'list_port_cont': '24484992,24485255,24499735,24499749,24503062,24503108,24505809,24508528,24509640,24509669,24511356,24522559,24522761,24523264,24524106,24565637,24565703,24568891,24570409,24570872,24571084,24571183,24571531,24572608,24576552,24576575,24577341,24582395,24582689,24582931,24583981,24584007,24584493,24584525,24584610,24596077,24596141,24597881,24601280,24606860,24608428,24610763,24611544,24612876,24641033,24641057,24641077,24676639,24680952,24721572,24721642,24721908,24722073,24722599,24723112,24723257,24724117,24724821,24725193,24725268,24727094,24730004,24755365,24757959,24761774,24775097,24846563,24846699,24847743,24848841,24848927,24851004,24852330,24859390,24863773,24864074,24866876,24866898,24994513,24997478,24998844,25000949,25000960,25006226,25007838,25012682,25016166,25028444,25028573,25028702,25029097,25029113,25029287,25029381,25029578,25029710,25030017,25037057,25037106,25043123,25047958,25067679,25071263,25071759,25097393,25142088,25144028,25147235,25149986,25159068,25200653,25210863,25212339,2521509', 'assoc_port': '24481643:24485255,24484130:24484992,24498671:24499735,24498690:24499749,24502310:24503108,24502316:24503062,24504928:24505809,24507592:24508528,24508842:24509640,24508884:24509669,24510235:24511356,24516729:24523264,24521573:24522559,24521601:24522761,24523313:24524106,24563516:24565703,24563560:24565637,24567020:24568891,24569406:24571531,24569410:24571183,24569415:24571084,24569429:24570409,24569477:24570872,24571193:24572608,24575359:24576575,24575380:24576552,24576823:24577341,24580366:24582931,24580385:24582689,24580404:24582395,24581128:24584610,24581170:24584525,24581320:24584493,24581330:24584007,24581378:24583981,24592991:24596141,24593006:24596077,24595725:24597881,24595828:24601280,24605492:24606860,24607322:24608428,24610183:24611544,24610237:24610763,24612037:24612876,24640175:24641077,24640196:24641057,24640241:24641033,24675763:24676639,24680095:24680952,24719276:24725193,24719278:24725268,24719308:24724821,24719348:24730004,24719358:24724117,24719361:24723112,24719397:24723257,24719425:2472164', 'assoc_mat': '24481643:pet_clair:3327:24485255,24484130:pet_clair:3327:24484992,24498671:pet_clair:3327:24499735,24498690:pet_clair:3327:24499749,24502310:pet_clair:3327:24503108,24502316:pet_clair:3327:24503062,24504928:pet_clair:3327:24505809,24507592:pet_clair:3327:24508528,24508842:pet_clair:3327:24509640,24508884:pet_clair:3327:24509669,24510235:pet_clair:3327:24511356,24516729:pet_clair:3327:24523264,24521573:pet_clair:3327:24522559,24521601:pet_clair:3327:24522761,24523313:pet_clair:3327:24524106,24563516:pet_clair:3327:24565703,24563560:pet_clair:3327:24565637,24567020:pet_clair:3327:24568891,24569406:pet_clair:3327:24571531,24569410:pet_clair:3327:24571183,24569415:pet_clair:3327:24571084,24569429:pet_clair:3327:24570409,24569477:pet_clair:3327:24570872,24571193:pet_clair:3327:24572608,24575359:pet_clair:3327:24576575,24575380:pet_clair:3327:24576552,24576823:pet_clair:3327:24577341,24580366:pet_clair:3327:24582931,24580385:pet_clair:3327:24582689,24580404:pet_clair:3327:24582395,24581128:pet_clair:3327:24584610,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.01620691600155196, 'nb_photo': 448, 'list_port_cont': '24497052,24511256,24581969,24583644,24583720,24747082,24754181,24855467,24858779,24866338,25042935,25228473,25238607,25259636,25267420,25267793,25274814,25281024,25283952,25290114,25290798,25294417,25326308,25336398,25341163,25355763,25402378,25402527,25402987,25403026,25403337,25406580,25495993,25512640,25534356,25538929', 'assoc_port': '24495592:24497052,24510238:24511256,24581228:24583644,24581312:24583720,24581421:24581969,24719395:24747082,24753734:24754181,24854816:24855467,24858050:24858779,24865582:24866338,25042396:25042935,25227894:25228473,25235115:25238607,25259010:25259636,25266815:25267793,25266836:25267420,25274163:25274814,25280290:25281024,25283502:25283952,25286606:25290114,25290433:25290798,25294006:25294417,25325810:25326308,25335919:25336398,25340659:25341163,25355341:25355763,25391813:25402527,25391875:25403026,25398994:25403337,25399044:25402987,25401991:25402378,25403226:25406580,25495530:25495993,25511985:25512640,25533900:25534356,25538280:25538929', 'assoc_mat': '24495592:pet_clair:3594:24497052,24510238:pet_clair:3594:24511256,24581228:pet_clair:3594:24583644,24581312:pet_clair:3594:24583720,24581421:pet_clair:3594:24581969,24719395:pet_clair:3594:24747082,24753734:pet_clair:3594:24754181,24854816:pet_clair:3594:24855467,24858050:pet_clair:3594:24858779,24865582:pet_clair:3594:24866338,25042396:pet_clair:3594:25042935,25227894:pet_clair:3594:25228473,25235115:pet_clair:3594:25238607,25259010:pet_clair:3594:25259636,25266815:pet_clair:3594:25267793,25266836:pet_clair:3594:25267420,25274163:pet_clair:3594:25274814,25280290:pet_clair:3594:25281024,25283502:pet_clair:3594:25283952,25286606:pet_clair:3594:25290114,25290433:pet_clair:3594:25290798,25294006:pet_clair:3594:25294417,25325810:pet_clair:3594:25326308,25335919:pet_clair:3594:25336398,25340659:pet_clair:3594:25341163,25355341:pet_clair:3594:25355763,25391813:pet_clair:3594:25402527,25391875:pet_clair:3594:25403026,25398994:pet_clair:3594:25403337,25399044:pet_clair:3594:25402987,25401991:pet_clair:3594:25402378,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.007256742394680593, 'nb_photo': 1, 'list_port_cont': '24727092', 'assoc_port': '24719445:24727092', 'assoc_mat': '24719445:pet_fonce:3327:24727092'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0009513891568072707, 'nb_photo': 35, 'list_port_cont': '24511257,24581968,24583646,24583727,24855470,24866337,25228469,25238604,25274822,25281029,25290106,25290794,25294408,25341161,25355770,25402525,25403024,25495992,25512632,25534363', 'assoc_port': '24510238:24511257,24581228:24583646,24581312:24583727,24581421:24581968,24854816:24855470,24865582:24866337,25227894:25228469,25235115:25238604,25274163:25274822,25280290:25281029,25286606:25290106,25290433:25290794,25294006:25294408,25340659:25341161,25355341:25355770,25391813:25402525,25391875:25403024,25495530:25495992,25511985:25512632,25533900:25534363', 'assoc_mat': '24510238:pet_fonce:3594:24511257,24581228:pet_fonce:3594:24583646,24581312:pet_fonce:3594:24583727,24581421:pet_fonce:3594:24581968,24854816:pet_fonce:3594:24855470,24865582:pet_fonce:3594:24866337,25227894:pet_fonce:3594:25228469,25235115:pet_fonce:3594:25238604,25274163:pet_fonce:3594:25274822,25280290:pet_fonce:3594:25281029,25286606:pet_fonce:3594:25290106,25290433:pet_fonce:3594:25290794,25294006:pet_fonce:3594:25294408,25340659:pet_fonce:3594:25341161,25355341:pet_fonce:3594:25355770,25391813:pet_fonce:3594:25402525,25391875:pet_fonce:3594:25403024,25495530:pet_fonce:3594:25495992,25511985:pet_fonce:3594:25512632,25533900:pet_fonce:3594:25534363'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0037768875284332876, 'nb_photo': 5, 'list_port_cont': '24575825,24581023,25010637,25149594,25494629', 'assoc_port': '24575350:24575825,24580433:24581023,25010392:25010637,25149402:25149594,25492745:25494629', 'assoc_mat': '24575350:pet_opaque:4207:24575825,24580433:pet_opaque:4207:24581023,25010392:pet_opaque:4207:25010637,25149402:pet_opaque:4207:25149594,25492745:pet_opaque:4207:25494629'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004142869624474573, 'nb_photo': 9, 'list_port_cont': '24597627,24691334,24754759,25068526,25232478,25235513,25240886,25341248,25546495', 'assoc_port': '24581031:24597627,24683461:24691334,24753679:24754759,25068097:25068526,25232019:25232478,25235113:25235513,25240385:25240886,25340650:25341248,25545872:25546495', 'assoc_mat': '24581031:pet_opaque:4461:24597627,24683461:pet_opaque:4461:24691334,24753679:pet_opaque:4461:24754759,25068097:pet_opaque:4461:25068526,25232019:pet_opaque:4461:25232478,25235113:pet_opaque:4461:25235513,25240385:pet_opaque:4461:25240886,25340650:pet_opaque:4461:25341248,25545872:pet_opaque:4461:25546495'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0013459553260275175, 'nb_photo': 183, 'list_port_cont': '24477760,24495837,24499193,24506723,24507959,24509190,24510486,24523703,24533527,24564428,24567703,24570348,24580923,24582005,24582157,24583059,24585335,24594155,24595187,24602218,24612431,24640410,24640528,24640573,24680396,24682704,24720276,24720482,24720708,24721114,24721251,24722116,24722639,24754230,24761393,24774610,24774676,24846122,24850604,24853946,24856122,24863701,24992488,24998365,24998442,25007437,25010689,25010702,25014436,25018083,25018118,25027476,25027662,25071744,25097233,25143692,25146709,25151076,25201625,25207703,25214595,25220517,25223724,25224062,25233325,25236421,25242126,25259576,25264018,25274840,25289569,25294759,25302674,25321722,25326453,25329275,25339807,25347181,25391944,25392443,25393159,25393441,25399397,25400435,25401120,25401363,25401873,25402115,25402339,25495951,25500392,25508808,25510454,25518012,25520030,25529428,25534319,25537504,25546197,25549776,25552345,25553556,25559366,25560626', 'assoc_port': '24477456:24477760,24495610:24495837,24498674:24499193,24506207:24506723,24507555:24507959,24508846:24509190,24510221:24510486,24516735:24533527,24523339:24523703,24563545:24564428,24566994:24567703,24569450:24570348,24580369:24580923,24581042:24582157,24581246:24583059,24581315:24595187,24581360:24582005,24584865:24585335,24592992:24594155,24601722:24602218,24612039:24612431,24640178:24640410,24640193:24640573,24640240:24640528,24680064:24680396,24682273:24682704,24719312:24720276,24719357:24720708,24719359:24721114,24719427:24722116,24719449:24722639,24719456:24721251,24719460:24720482,24753641:24754230,24760968:24761393,24774224:24774610,24774238:24774676,24845781:24846122,24848229:24856122,24850324:24850604,24853632:24853946,24862976:24863701,24992169:24992488,24993437:25014436,24997910:24998365,24997936:24998442,25006838:25007437,25010386:25010689,25010408:25010702,25017800:25018083,25017811:25018118,25026605:25027662,25026961:25027476,25071594:25071744,25097135:25097233,25143412:25143692,25146413:2514670', 'assoc_mat': '24477456:pet_opaque:4200:24477760,24495610:pet_opaque:4200:24495837,24498674:pet_opaque:4200:24499193,24506207:pet_opaque:4200:24506723,24507555:pet_opaque:4200:24507959,24508846:pet_opaque:4200:24509190,24510221:pet_opaque:4200:24510486,24516735:pet_opaque:4200:24533527,24523339:pet_opaque:4200:24523703,24563545:pet_opaque:4200:24564428,24566994:pet_opaque:4200:24567703,24569450:pet_opaque:4200:24570348,24580369:pet_opaque:4200:24580923,24581042:pet_opaque:4200:24582157,24581246:pet_opaque:4200:24583059,24581315:pet_opaque:4200:24595187,24581360:pet_opaque:4200:24582005,24584865:pet_opaque:4200:24585335,24592992:pet_opaque:4200:24594155,24601722:pet_opaque:4200:24602218,24612039:pet_opaque:4200:24612431,24640178:pet_opaque:4200:24640410,24640193:pet_opaque:4200:24640573,24640240:pet_opaque:4200:24640528,24680064:pet_opaque:4200:24680396,24682273:pet_opaque:4200:24682704,24719312:pet_opaque:4200:24720276,24719357:pet_opaque:4200:24720708,24719359:pet_opaque:4200:24721114,24719427:pet_opaque:4200:24722116,2471'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0007930689082028912, 'nb_photo': 5, 'list_port_cont': '24866285,25146821,25260700,25312745,25400312', 'assoc_port': '24865585:24866285,25146406:25146821,25260480:25260700,25312455:25312745,25398885:25400312', 'assoc_mat': '24865585:pet_opaque:4209:24866285,25146406:pet_opaque:4209:25146821,25260480:pet_opaque:4209:25260700,25312455:pet_opaque:4209:25312745,25398885:pet_opaque:4209:25400312'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0002199684680238655, 'nb_photo': 131, 'list_port_cont': '24499397,24499565,24502845,24508400,24508436,24527496,24546876,24552315,24564775,24568491,24576194,24581540,24582530,24590477,24612799,24673195,24680639,24721492,24722094,24722318,24724416,24754809,24757583,24761626,24774984,24846347,24852027,24863834,24872101,24992868,24997439,24998558,25003249,25003466,25009712,25012245,25012496,25027330,25027676,25029281,25030073,25036568,25063762,25067427,25097380,25141881,25147847,25217232,25218530,25220770,25227395,25232659,25236769,25245965,25247835,25260241,25271170,25273631,25280773,25289815,25314976,25316749,25322211,25326416,25333932,25336730,25337559,25345520,25391078,25393340,25393758,25394892,25396245,25401824,25402546,25404451,25405176,25405355,25406382,25493192,25495263,25501614,25502785,25509491,25510361,25512610,25516632,25518271,25531254,25542700,25548864,25549969,25554123', 'assoc_port': '24498679:24499565,24498707:24499397,24502312:24502845,24507557:24508436,24507588:24508400,24513858:24546876,24526772:24527496,24539740:24552315,24563561:24564775,24567016:24568491,24575366:24576194,24580402:24581540,24581374:24582530,24589660:24590477,24612038:24612799,24672756:24673195,24680117:24680639,24719304:24724416,24719432:24722318,24719442:24722094,24719446:24721492,24753661:24754809,24757195:24757583,24760971:24761626,24774225:24774984,24845807:24846347,24851566:24852027,24862973:24863834,24862982:24872101,24992142:24992868,24996663:24997439,24997923:24998558,25002368:25003466,25002379:25003249,25004425:25009712,25011667:25012496,25011724:25012245,25026595:25027676,25026627:25030073,25026823:25027330,25028517:25029281,25036347:25036568,25062856:25063762,25066725:25067427,25097127:25097380,25141396:25141881,25147477:25147847,25207433:25217232,25217994:25218530,25220204:25220770,25226912:25227395,25232021:25232659,25236149:25245965,25236159:25236769,25247516:25247835,25257558:25260241,25270676:2527117', 'assoc_mat': '24498679:pet_opaque:4211:24499565,24498707:pet_opaque:4211:24499397,24502312:pet_opaque:4211:24502845,24507557:pet_opaque:4211:24508436,24507588:pet_opaque:4211:24508400,24513858:pet_opaque:4211:24546876,24526772:pet_opaque:4211:24527496,24539740:pet_opaque:4211:24552315,24563561:pet_opaque:4211:24564775,24567016:pet_opaque:4211:24568491,24575366:pet_opaque:4211:24576194,24580402:pet_opaque:4211:24581540,24581374:pet_opaque:4211:24582530,24589660:pet_opaque:4211:24590477,24612038:pet_opaque:4211:24612799,24672756:pet_opaque:4211:24673195,24680117:pet_opaque:4211:24680639,24719304:pet_opaque:4211:24724416,24719432:pet_opaque:4211:24722318,24719442:pet_opaque:4211:24722094,24719446:pet_opaque:4211:24721492,24753661:pet_opaque:4211:24754809,24757195:pet_opaque:4211:24757583,24760971:pet_opaque:4211:24761626,24774225:pet_opaque:4211:24774984,24845807:pet_opaque:4211:24846347,24851566:pet_opaque:4211:24852027,24862973:pet_opaque:4211:24863834,24862982:pet_opaque:4211:24872101,24992142:pet_opaque:4211:24992868,2499'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004593422268811528, 'nb_photo': 469, 'list_port_cont': '24476496,24506514,24507744,24521814,24550045,24550816,24569542,24569683,24572256,24581761,24581927,24582678,24585164,24605689,24605868,24640330,24679334,24719701,24720601,24729351,24753825,24754292,24796924,24797195,24847363,24851776,24851788,24854934,24996961,25010624,25015625,25027273,25028929,25036457,25042622,25068274,25098133,25149713,25150620,25152969,25206640,25214382,25220376,25230101,25257856,25273291,25276780,25281596,25283679,25293031,25312703,25312935,25313667,25313897,25319810,25329211,25336115,25348166,25392195,25392961,25394455,25395857,25399173,25399296,25400149,25400593,25400845,25401561,25495016,25500273,25506669,25528635,25528677,25534940,25538532,25549589,25564072', 'assoc_port': '24476125:24476496,24502282:24550045,24506205:24506514,24507556:24550816,24507645:24507744,24521587:24521814,24569263:24569683,24569302:24569542,24571191:24572256,24581025:24582678,24581039:24581927,24581424:24581761,24584847:24585164,24605459:24605868,24605478:24605689,24640198:24640330,24679059:24679334,24719291:24720601,24719350:24729351,24719435:24719701,24753640:24754292,24753723:24753825,24796381:24796924,24796386:24797195,24846971:24847363,24851563:24851788,24851595:24851776,24854815:24854934,24996664:24996961,25010388:25010624,25015387:25015625,25026952:25027273,25028508:25028929,25036317:25036457,25042449:25042622,25068101:25068274,25097138:25098133,25149410:25149713,25150501:25150620,25152662:25152969,25206373:25206640,25214067:25214382,25220203:25220376,25229988:25230101,25257554:25257856,25273144:25273291,25276721:25276780,25281395:25281596,25283504:25283679,25292610:25293031,25312451:25313667,25312453:25313897,25312457:25312703,25312459:25312935,25319576:25319810,25328522:25329211,25335923:2533611', 'assoc_mat': '24476125:plastique:3726:24476496,24502282:plastique:3726:24550045,24506205:plastique:3726:24506514,24507556:plastique:3726:24550816,24507645:plastique:3726:24507744,24521587:plastique:3726:24521814,24569263:plastique:3726:24569683,24569302:plastique:3726:24569542,24571191:plastique:3726:24572256,24581025:plastique:3726:24582678,24581039:plastique:3726:24581927,24581424:plastique:3726:24581761,24584847:plastique:3726:24585164,24605459:plastique:3726:24605868,24605478:plastique:3726:24605689,24640198:plastique:3726:24640330,24679059:plastique:3726:24679334,24719291:plastique:3726:24720601,24719350:plastique:3726:24729351,24719435:plastique:3726:24719701,24753640:plastique:3726:24754292,24753723:plastique:3726:24753825,24796381:plastique:3726:24796924,24796386:plastique:3726:24797195,24846971:plastique:3726:24847363,24851563:plastique:3726:24851788,24851595:plastique:3726:24851776,24854815:plastique:3726:24854934,24996664:plastique:3726:24996961,25010388:plastique:3726:25010624,25015387:plastique:3726:25015625,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011329994921139142, 'nb_photo': 1379, 'list_port_cont': '24473360,24476498,24489724,24506518,24507737,24521812,24550038,24550820,24569551,24569693,24572266,24581764,24581938,24582681,24585171,24605697,24605878,24640337,24640363,24679338,24719699,24720606,24729347,24753815,24754298,24758231,24796922,24797183,24847361,24851782,24851790,24854938,24996958,25010620,25015624,25027276,25028925,25036460,25042629,25068273,25098135,25149703,25150621,25152960,25206646,25214374,25220383,25230105,25257859,25273290,25276777,25281594,25283682,25293017,25312707,25312933,25313659,25313893,25319814,25329215,25336120,25348165,25392194,25392969,25394459,25395861,25399168,25399305,25400148,25400589,25400848,25401565,25495027,25500272,25506660,25528637,25528678,25534931,25538534,25549587,25564073', 'assoc_port': '24472936:24473360,24476125:24476498,24477470:24489724,24502282:24550038,24506205:24506518,24507556:24550820,24507645:24507737,24521587:24521812,24569263:24569693,24569302:24569551,24571191:24572266,24581025:24582681,24581039:24581938,24581424:24581764,24584847:24585171,24605459:24605878,24605478:24605697,24640167:24640363,24640198:24640337,24679059:24679338,24719291:24720606,24719350:24729347,24719435:24719699,24753640:24754298,24753723:24753815,24753732:24758231,24796381:24796922,24796386:24797183,24846971:24847361,24851563:24851790,24851595:24851782,24854815:24854938,24996664:24996958,25010388:25010620,25015387:25015624,25026952:25027276,25028508:25028925,25036317:25036460,25042449:25042629,25068101:25068273,25097138:25098135,25149410:25149703,25150501:25150621,25152662:25152960,25206373:25206646,25214067:25214374,25220203:25220383,25229988:25230105,25257554:25257859,25273144:25273290,25276721:25276777,25281395:25281594,25283504:25283682,25292610:25293017,25312451:25313659,25312453:25313893,25312457:2531270', 'assoc_mat': '24472936:Teint_Dans_La_Masse:3726:24473360,24476125:Teint_Dans_La_Masse:3726:24476498,24477470:Teint_Dans_La_Masse:3726:24489724,24502282:Teint_Dans_La_Masse:3726:24550038,24506205:Teint_Dans_La_Masse:3726:24506518,24507556:Teint_Dans_La_Masse:3726:24550820,24507645:Teint_Dans_La_Masse:3726:24507737,24521587:Teint_Dans_La_Masse:3726:24521812,24569263:Teint_Dans_La_Masse:3726:24569693,24569302:Teint_Dans_La_Masse:3726:24569551,24571191:Teint_Dans_La_Masse:3726:24572266,24581025:Teint_Dans_La_Masse:3726:24582681,24581039:Teint_Dans_La_Masse:3726:24581938,24581424:Teint_Dans_La_Masse:3726:24581764,24584847:Teint_Dans_La_Masse:3726:24585171,24605459:Teint_Dans_La_Masse:3726:24605878,24605478:Teint_Dans_La_Masse:3726:24605697,24640167:Teint_Dans_La_Masse:3726:24640363,24640198:Teint_Dans_La_Masse:3726:24640337,24679059:Teint_Dans_La_Masse:3726:24679338,24719291:Teint_Dans_La_Masse:3726:24720606,24719350:Teint_Dans_La_Masse:3726:24729347,24719435:Teint_Dans_La_Masse:3726:24719699,24753640:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 32006}}, 'hostname': (('jetson-6',),), 'impurety_average_per_hashtag': [(('pehd_pp', '2025-07', 0.041619132403128464),), (('emr', '2025-07', 0.04981298202479743),), (('jrm', '2025-07', 0.03334532294251456),), (('flux_dev', '2025-07', 0.08051063076904769),), (('pet_clair', '2025-07', 0.015207522485864575),), (('film_pedb', '2025-07', 0.24814868247084942),), (('gm', '2025-07', 0.07569969143295188),), (('refus', '2025-07', 0.12497520213911695),), (('aluminium', '2025-07', 0.0521427873391319),), (('ela', '2025-07', 0.054790813007669),)]} VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier TODO : Insert select and so on SELECT id, name, misc_info, datou_id_for_right FROM MTRPhoto.dashboard_places WHERE name="angers_montee_convoyeur"; SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier {'number_of_analysed_photos': ((32006,),), 'unwanted_material_monthly_percentage': ((0.06637775382402064,),), 'material_repartition': (('pet_clair', 6302), ('emr', 4887), ('flux_dev', 3722), ('pehd_pp', 3540), ('film_pedb', 3365), ('jrm', 2998), ('gm', 1428), ('ela', 869), ('aluminium', 474), ('refus', 340)), 'material_dict': {'pet_clair': 6302, 'emr': 4887, 'flux_dev': 3722, 'pehd_pp': 3540, 'film_pedb': 3365, 'jrm': 2998, 'autres': 3111}, 'coverage_data': (('2025/07/01/', 0.945487),), 'impurety_average_data': ((datetime.date(2025, 7, 1), 0.057458126127422, 779), (datetime.date(2025, 7, 2), 0.06842783680741725, 2302), (datetime.date(2025, 7, 3), 0.06342779439285486, 1890), (datetime.date(2025, 7, 4), 0.05882914610086712, 2086), (datetime.date(2025, 7, 7), 0.07312002300835158, 2093), (datetime.date(2025, 7, 8), 0.02825844105885559, 17), (datetime.date(2025, 7, 9), 0.06673230381101582, 1490), (datetime.date(2025, 7, 10), 0.06707681592868577, 480), (datetime.date(2025, 7, 11), 0.0670983658080702, 1999), (datetime.date(2025, 7, 16), 0.06801911406426002, 825), (datetime.date(2025, 7, 17), 0.0681760909032374, 1208), (datetime.date(2025, 7, 18), 0.055545561366220235, 954), (datetime.date(2025, 7, 19), 0.059604819660058365, 1564), (datetime.date(2025, 7, 21), 0.06440834773294488, 1060), (datetime.date(2025, 7, 22), 0.06524162160130545, 1193), (datetime.date(2025, 7, 23), 0.05800421903012639, 2188), (datetime.date(2025, 7, 24), 0.06028863497630586, 2330), (datetime.date(2025, 7, 25), 0.06201392878759617, 2416), (datetime.date(2025, 7, 28), 0.04022324402968603, 1051), (datetime.date(2025, 7, 30), 0.06290221107406527, 1789), (datetime.date(2025, 7, 31), 0.05742761097749843, 2292)), 'impurety_average_data_per_hashtag': {'pehd_pp': ((datetime.date(2025, 7, 1), 0.04176773852395541, 125), (datetime.date(2025, 7, 2), 0.03124827463596081, 310), (datetime.date(2025, 7, 3), 0.040958781791066906, 229), (datetime.date(2025, 7, 4), 0.04373029027436835, 222), (datetime.date(2025, 7, 7), 0.04227761573308341, 275), (datetime.date(2025, 7, 8), 0.02825844105885559, 17), (datetime.date(2025, 7, 9), 0.043571568838767664, 177), (datetime.date(2025, 7, 10), 0.04052325695826152, 73), (datetime.date(2025, 7, 11), 0.04305378797882085, 230), (datetime.date(2025, 7, 16), 0.04246007770626785, 97), (datetime.date(2025, 7, 17), 0.040006032214912716, 158), (datetime.date(2025, 7, 18), 0.04100070534824704, 105), (datetime.date(2025, 7, 19), 0.0405056734594121, 191), (datetime.date(2025, 7, 21), 0.037703325674669205, 132), (datetime.date(2025, 7, 22), 0.044045103329402514, 143), (datetime.date(2025, 7, 23), 0.04573569605074968, 283), (datetime.date(2025, 7, 24), 0.043004725237682596, 302), (datetime.date(2025, 7, 25), 0.03997306166128934, 341), (datetime.date(2025, 7, 28), 0.043716063511689274, 130), (datetime.date(2025, 7, 30), 0.043806628050683735, 270), (datetime.date(2025, 7, 31), 0.04248878249614154, 316)), 'emr': ((datetime.date(2025, 7, 1), 0.03780726895281587, 147), (datetime.date(2025, 7, 2), 0.05495422234384009, 433), (datetime.date(2025, 7, 3), 0.05009349729610323, 347), (datetime.date(2025, 7, 4), 0.050435142299074025, 409), (datetime.date(2025, 7, 7), 0.047865681908591466, 404), (datetime.date(2025, 7, 9), 0.053944910687616955, 274), (datetime.date(2025, 7, 10), 0.0460889427715377, 76), (datetime.date(2025, 7, 11), 0.05112268988405871, 311), (datetime.date(2025, 7, 16), 0.04558483289266086, 148), (datetime.date(2025, 7, 17), 0.04574790361301388, 206), (datetime.date(2025, 7, 18), 0.044316534170341974, 205), (datetime.date(2025, 7, 19), 0.04864621180778264, 252), (datetime.date(2025, 7, 21), 0.05390860294411254, 214), (datetime.date(2025, 7, 22), 0.047695728645442484, 198), (datetime.date(2025, 7, 23), 0.050140188345416635, 390), (datetime.date(2025, 7, 24), 0.045554179915826824, 348), (datetime.date(2025, 7, 25), 0.04945241808547221, 385), (datetime.date(2025, 7, 28), 0.0528756296547654, 140), (datetime.date(2025, 7, 30), 0.05048690653774148, 315), (datetime.date(2025, 7, 31), 0.05022595392679118, 355)), 'jrm': ((datetime.date(2025, 7, 1), 0.0423481501450264, 62), (datetime.date(2025, 7, 2), 0.032681517950242885, 200), (datetime.date(2025, 7, 3), 0.029053187345261397, 184), (datetime.date(2025, 7, 4), 0.02738554823105843, 182), (datetime.date(2025, 7, 7), 0.024765357905122888, 128), (datetime.date(2025, 7, 9), 0.015018750794470537, 107), (datetime.date(2025, 7, 10), 0.03918215755527896, 42), (datetime.date(2025, 7, 11), 0.031208880335286078, 218), (datetime.date(2025, 7, 16), 0.07149615315803991, 23), (datetime.date(2025, 7, 17), 0.043651410814063644, 105), (datetime.date(2025, 7, 18), 0.03384431594914487, 122), (datetime.date(2025, 7, 19), 0.024161594848505368, 174), (datetime.date(2025, 7, 21), 0.040441829169595815, 149), (datetime.date(2025, 7, 22), 0.044072844642359554, 88), (datetime.date(2025, 7, 23), 0.034006058739084646, 246), (datetime.date(2025, 7, 24), 0.043416320123183076, 350), (datetime.date(2025, 7, 25), 0.02817489030903192, 363), (datetime.date(2025, 7, 28), 0.015298896804482815, 255), (datetime.date(2025, 7, 30), 0.03462867703386915, 179), (datetime.date(2025, 7, 31), 0.02970830548987726, 321)), 'flux_dev': ((datetime.date(2025, 7, 1), 0.07776490121851212, 97), (datetime.date(2025, 7, 2), 0.07757673142353154, 299), (datetime.date(2025, 7, 3), 0.08882976635872532, 235), (datetime.date(2025, 7, 4), 0.08419716472264141, 295), (datetime.date(2025, 7, 7), 0.08496762857740385, 282), (datetime.date(2025, 7, 9), 0.09612788992825481, 232), (datetime.date(2025, 7, 10), 0.08063010302180657, 74), (datetime.date(2025, 7, 11), 0.08193456569650151, 277), (datetime.date(2025, 7, 16), 0.07021372580249843, 132), (datetime.date(2025, 7, 17), 0.08099635401929858, 170), (datetime.date(2025, 7, 18), 0.07937077466371494, 113), (datetime.date(2025, 7, 19), 0.0780882436540341, 231), (datetime.date(2025, 7, 21), 0.08009054527406674, 129), (datetime.date(2025, 7, 22), 0.0741070607287728, 173), (datetime.date(2025, 7, 23), 0.07960042757040373, 269), (datetime.date(2025, 7, 24), 0.07945287683359245, 337), (datetime.date(2025, 7, 25), 0.07577011883572607, 269), (datetime.date(2025, 7, 28), 0.07847712954962188, 108), (datetime.date(2025, 7, 30), 0.0786042357263495, 215), (datetime.date(2025, 7, 31), 0.07147511141740574, 310)), 'pet_clair': ((datetime.date(2025, 7, 1), 0.01905128933763793, 193), (datetime.date(2025, 7, 2), 0.02681675077750572, 486), (datetime.date(2025, 7, 3), 0.013021969366098281, 450), (datetime.date(2025, 7, 4), 0.017252314324429325, 522), (datetime.date(2025, 7, 7), 0.012877364117262459, 490), (datetime.date(2025, 7, 9), 0.03028712126617978, 342), (datetime.date(2025, 7, 10), 0.002072274239532462, 56), (datetime.date(2025, 7, 11), 0.013500534167497042, 474), (datetime.date(2025, 7, 16), 0.010265136643730181, 242), (datetime.date(2025, 7, 17), 0.01087003606634902, 273), (datetime.date(2025, 7, 18), 0.012267810194470685, 176), (datetime.date(2025, 7, 19), 0.014659032523083603, 307), (datetime.date(2025, 7, 21), 0.017515418501652495, 213), (datetime.date(2025, 7, 22), 0.004918476524206154, 309), (datetime.date(2025, 7, 23), 0.007045088587163052, 489), (datetime.date(2025, 7, 24), 0.010291902429080964, 536), (datetime.date(2025, 7, 25), 0.020256979347806243, 529), (datetime.date(2025, 7, 28), 0.013049653719889424, 215), (datetime.date(2025, 7, 30), 0.013695589088293297, 427), (datetime.date(2025, 7, 31), 0.01532085921196064, 530)), 'film_pedb': ((datetime.date(2025, 7, 1), 0.19975094972403193, 73), (datetime.date(2025, 7, 2), 0.2388245471640392, 280), (datetime.date(2025, 7, 3), 0.2545112275441455, 204), (datetime.date(2025, 7, 4), 0.2637430310701204, 198), (datetime.date(2025, 7, 7), 0.24970787989931972, 286), (datetime.date(2025, 7, 9), 0.2653758614402839, 184), (datetime.date(2025, 7, 10), 0.2719433935830734, 61), (datetime.date(2025, 7, 11), 0.25890487292509556, 272), (datetime.date(2025, 7, 16), 0.21447820559735245, 118), (datetime.date(2025, 7, 17), 0.24704871745714801, 152), (datetime.date(2025, 7, 18), 0.2306152640487347, 99), (datetime.date(2025, 7, 19), 0.22859476962411812, 199), (datetime.date(2025, 7, 21), 0.21362389989283892, 144), (datetime.date(2025, 7, 22), 0.2298419769610304, 157), (datetime.date(2025, 7, 23), 0.2503613202648464, 262), (datetime.date(2025, 7, 24), 0.23652893015124074, 268), (datetime.date(2025, 7, 25), 0.25125140174370475, 312), (datetime.date(2025, 7, 28), 0.24539541939709544, 96), (datetime.date(2025, 7, 30), 0.24596671026360523, 205), (datetime.date(2025, 7, 31), 0.26515218568633403, 257)), 'gm': ((datetime.date(2025, 7, 1), 0.09270833795845472, 37), (datetime.date(2025, 7, 2), 0.04653210838716222, 154), (datetime.date(2025, 7, 3), 0.06378838186662925, 112), (datetime.date(2025, 7, 4), 0.05719425830539191, 138), (datetime.date(2025, 7, 7), 0.11329132204795263, 114), (datetime.date(2025, 7, 9), 0.06216245639194135, 116), (datetime.date(2025, 7, 10), 0.03486540635880289, 51), (datetime.date(2025, 7, 11), 0.06756401664235341, 101), (datetime.date(2025, 7, 16), 0.07743217803324166, 56), (datetime.date(2025, 7, 17), 0.09559077473561957, 98), (datetime.date(2025, 7, 18), 0.07119249280555325, 56), (datetime.date(2025, 7, 19), 0.10084451974506714, 90), (datetime.date(2025, 7, 21), 0.06892853024326752, 52), (datetime.date(2025, 7, 22), 0.1031749908708066, 26), (datetime.date(2025, 7, 23), 0.1137196610688109, 66), (datetime.date(2025, 7, 24), 0.16104343855776798, 40), (datetime.date(2025, 7, 25), 0.07712336744521324, 75), (datetime.date(2025, 7, 28), 0.07380029691415325, 46), (datetime.date(2025, 7, 30), 0.06686162323659228, 78), (datetime.date(2025, 7, 31), 0.10747375092090873, 67)), 'refus': ((datetime.date(2025, 7, 1), 0.12342863859953705, 6), (datetime.date(2025, 7, 2), 0.13600651577503425, 18), (datetime.date(2025, 7, 3), 0.15601664398529824, 28), (datetime.date(2025, 7, 7), 0.1398809236754115, 9), (datetime.date(2025, 7, 9), 0.09784907889660494, 5), (datetime.date(2025, 7, 11), 0.1504998227581329, 22), (datetime.date(2025, 7, 17), 0.10896566358024692, 5), (datetime.date(2025, 7, 19), 0.10811065489969135, 22), (datetime.date(2025, 7, 22), 0.11504590851196514, 38), (datetime.date(2025, 7, 23), 0.11328382000707317, 36), (datetime.date(2025, 7, 24), 0.124639733902614, 95), (datetime.date(2025, 7, 25), 0.11355046035949515, 44), (datetime.date(2025, 7, 28), 0.11494306480960129, 12), (datetime.date(2025, 7, 30), 0.09657410844278952, 19), (datetime.date(2025, 7, 31), 0.13646330968630266, 20)), 'aluminium': ((datetime.date(2025, 7, 1), 0.046631624110459555, 15), (datetime.date(2025, 7, 2), 0.04705169580337119, 41), (datetime.date(2025, 7, 3), 0.051652411481369384, 43), (datetime.date(2025, 7, 4), 0.06320795095404272, 45), (datetime.date(2025, 7, 7), 0.05775334299974835, 16), (datetime.date(2025, 7, 9), 0.05128542389556882, 28), (datetime.date(2025, 7, 10), 0.05533437048926754, 15), (datetime.date(2025, 7, 11), 0.04875495292002152, 32), (datetime.date(2025, 7, 16), 0.056149269126355296, 9), (datetime.date(2025, 7, 17), 0.09688445630448105, 5), (datetime.date(2025, 7, 18), 0.08298839112462507, 18), (datetime.date(2025, 7, 19), 0.06919596443878469, 33), (datetime.date(2025, 7, 22), 0.03607128146924344, 40), (datetime.date(2025, 7, 23), 0.0439851407676389, 54), (datetime.date(2025, 7, 24), 0.04716580521150064, 29), (datetime.date(2025, 7, 25), 0.053370087082768365, 32), (datetime.date(2025, 7, 28), 0.06111128922893496, 19), (datetime.date(2025, 7, 30), 0.0390744637163732, 38), (datetime.date(2025, 7, 31), 0.056486901791787204, 32)), 'ela': ((datetime.date(2025, 7, 1), 0.058877820523964765, 24), (datetime.date(2025, 7, 2), 0.05000179575782543, 81), (datetime.date(2025, 7, 3), 0.051947903737570515, 58), (datetime.date(2025, 7, 4), 0.046929132968698294, 75), (datetime.date(2025, 7, 7), 0.07122701445223412, 89), (datetime.date(2025, 7, 9), 0.05361568417907083, 25), (datetime.date(2025, 7, 10), 0.09400917640131633, 32), (datetime.date(2025, 7, 11), 0.04561714350331638, 62), (datetime.date(2025, 7, 17), 0.0758681733060617, 36), (datetime.date(2025, 7, 18), 0.07119715952842894, 60), (datetime.date(2025, 7, 19), 0.04816207747370111, 65), (datetime.date(2025, 7, 21), 0.06341131854239536, 27), (datetime.date(2025, 7, 22), 0.07553984639740231, 21), (datetime.date(2025, 7, 23), 0.04504953740004966, 93), (datetime.date(2025, 7, 24), 0.03311935386509104, 25), (datetime.date(2025, 7, 25), 0.05196110957588835, 66), (datetime.date(2025, 7, 28), 0.035256767871636785, 30), (datetime.date(2025, 7, 30), 0.04925973460559245, 43), (datetime.date(2025, 7, 31), 0.039802829985633545, 84))}, 'quality_array': [['-6.852853747227608', '01072025'], ['-6.948538050126705', '02072025'], ['-7.024168664342596', '03072025'], ['-7.009188589230802', '04072025'], ['-6.957661945623203', '07072025'], ['-7.035474698926519', '08072025'], ['-6.942105570145943', '09072025'], ['-7.034168799109601', '10072025'], ['-6.995082687013891', '11072025'], ['-6.811691162434464', '16072025'], ['-6.871073026996899', '17072025'], ['-6.942488270117069', '18072025'], ['-6.984240798960856', '19072025'], ['-6.9794042809267065', '21072025'], ['-6.942670910888661', '22072025'], ['-6.979624658521539', '23072025'], ['-7.010081311013986', '24072025'], ['-7.005152088470407', '25072025'], ['-6.9560361287415615', '28072025'], ['-6.94611591648995', '30072025'], ['-7.023873634521069', '31072025']], 'number_of_batch': ((1480,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.006834667625065331, 'nb_photo': 863, 'list_port_cont': '24484991,24485259,24503072,24503110,24505797,24508529,24509637,24509670,24511353,24522562,24522766,24523270,24524103,24565646,24565704,24568874,24570411,24570859,24571077,24571177,24571528,24572602,24576556,24576577,24577333,24582403,24582691,24582934,24583985,24584005,24584487,24584524,24596073,24596140,24597877,24601271,24606864,24608425,24610755,24611533,24612888,24641035,24641051,24641081,24676641,24680949,24721565,24721659,24721903,24722068,24722606,24723126,24723251,24724121,24724828,24725192,24725260,24727097,24730005,24755359,24757951,24761773,24775104,24846562,24847739,24848846,24848920,24851012,24852337,24859388,24863785,24864078,24866884,24866902,24994520,24997472,24998848,25000958,25000973,25007842,25012688,25016162,25028457,25028602,25028708,25029086,25029109,25029291,25029382,25029584,25029724,25030015,25037101,25043117,25067668,25071268,25097400,25142092,25144032,25147238,25149990,25159071,25200655,25210857,25212341,25215098,25218703,25224294,25232696,25233735,25237031,25237128,25241203,2526007', 'assoc_port': '24481643:24485259,24484130:24484991,24502310:24503110,24502316:24503072,24504928:24505797,24507592:24508529,24508842:24509637,24508884:24509670,24510235:24511353,24516729:24523270,24521573:24522562,24521601:24522766,24523313:24524103,24563516:24565704,24563560:24565646,24567020:24568874,24569406:24571528,24569410:24571177,24569415:24571077,24569429:24570411,24569477:24570859,24571193:24572602,24575359:24576577,24575380:24576556,24576823:24577333,24580366:24582934,24580385:24582691,24580404:24582403,24581170:24584524,24581320:24584487,24581330:24584005,24581378:24583985,24592991:24596140,24593006:24596073,24595725:24597877,24595828:24601271,24605492:24606864,24607322:24608425,24610183:24611533,24610237:24610755,24612037:24612888,24640175:24641081,24640196:24641051,24640241:24641035,24675763:24676641,24680095:24680949,24719276:24725192,24719278:24725260,24719308:24724828,24719348:24730005,24719358:24724121,24719361:24723126,24719397:24723251,24719425:24721659,24719440:24722606,24719445:24727097,24719450:2472206', 'assoc_mat': '24481643:autre:3327:24485259,24484130:autre:3327:24484991,24502310:autre:3327:24503110,24502316:autre:3327:24503072,24504928:autre:3327:24505797,24507592:autre:3327:24508529,24508842:autre:3327:24509637,24508884:autre:3327:24509670,24510235:autre:3327:24511353,24516729:autre:3327:24523270,24521573:autre:3327:24522562,24521601:autre:3327:24522766,24523313:autre:3327:24524103,24563516:autre:3327:24565704,24563560:autre:3327:24565646,24567020:autre:3327:24568874,24569406:autre:3327:24571528,24569410:autre:3327:24571177,24569415:autre:3327:24571077,24569429:autre:3327:24570411,24569477:autre:3327:24570859,24571193:autre:3327:24572602,24575359:autre:3327:24576577,24575380:autre:3327:24576556,24576823:autre:3327:24577333,24580366:autre:3327:24582934,24580385:autre:3327:24582691,24580404:autre:3327:24582403,24581170:autre:3327:24584524,24581320:autre:3327:24584487,24581330:autre:3327:24584005,24581378:autre:3327:24583985,24592991:autre:3327:24596140,24593006:autre:3327:24596073,24595725:autre:3327:24597877,24595828:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0012879223777356207, 'nb_photo': 68, 'list_port_cont': '24497051,24511266,24583723,24754172,24855468,24866335,25228474,25238603,25259635,25267425,25267797,25274817,25281021,25283960,25290107,25294410,25326307,25341158,25355767,25402526,25403021,25403334,25406575,25495995,25512633,25534361', 'assoc_port': '24495592:24497051,24510238:24511266,24581312:24583723,24753734:24754172,24854816:24855468,24865582:24866335,25227894:25228474,25235115:25238603,25259010:25259635,25266815:25267797,25266836:25267425,25274163:25274817,25280290:25281021,25283502:25283960,25286606:25290107,25294006:25294410,25325810:25326307,25340659:25341158,25355341:25355767,25391813:25402526,25391875:25403021,25398994:25403334,25403226:25406575,25495530:25495995,25511985:25512633,25533900:25534361', 'assoc_mat': '24495592:autre:3594:24497051,24510238:autre:3594:24511266,24581312:autre:3594:24583723,24753734:autre:3594:24754172,24854816:autre:3594:24855468,24865582:autre:3594:24866335,25227894:autre:3594:25228474,25235115:autre:3594:25238603,25259010:autre:3594:25259635,25266815:autre:3594:25267797,25266836:autre:3594:25267425,25274163:autre:3594:25274817,25280290:autre:3594:25281021,25283502:autre:3594:25283960,25286606:autre:3594:25290107,25294006:autre:3594:25294410,25325810:autre:3594:25326307,25340659:autre:3594:25341158,25355341:autre:3594:25355767,25391813:autre:3594:25402526,25391875:autre:3594:25403021,25398994:autre:3594:25403334,25403226:autre:3594:25406575,25495530:autre:3594:25495995,25511985:autre:3594:25512633,25533900:autre:3594:25534361'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010374237418816025, 'nb_photo': 527, 'list_port_cont': '24476500,24489729,24506511,24507738,24521816,24550041,24550817,24569541,24569687,24572265,24581755,24581929,24582671,24585166,24605696,24605874,24640339,24640361,24679337,24719702,24720600,24729350,24753823,24754290,24796926,24797188,24847362,24851781,24851786,24854941,24996950,25010630,25015626,25027280,25028938,25042623,25068271,25098130,25149711,25150626,25152968,25206650,25214375,25220382,25230107,25257855,25273293,25276772,25281593,25283678,25293026,25312704,25312930,25313656,25313890,25319805,25329219,25336118,25348172,25392204,25392968,25394452,25395854,25399300,25400147,25400592,25400843,25401566,25495018,25500275,25506663,25528630,25528688,25534937,25538529,25549591,25564078', 'assoc_port': '24476125:24476500,24477470:24489729,24502282:24550041,24506205:24506511,24507556:24550817,24507645:24507738,24521587:24521816,24569263:24569687,24569302:24569541,24571191:24572265,24581025:24582671,24581039:24581929,24581424:24581755,24584847:24585166,24605459:24605874,24605478:24605696,24640167:24640361,24640198:24640339,24679059:24679337,24719291:24720600,24719350:24729350,24719435:24719702,24753640:24754290,24753723:24753823,24796381:24796926,24796386:24797188,24846971:24847362,24851563:24851786,24851595:24851781,24854815:24854941,24996664:24996950,25010388:25010630,25015387:25015626,25026952:25027280,25028508:25028938,25042449:25042623,25068101:25068271,25097138:25098130,25149410:25149711,25150501:25150626,25152662:25152968,25206373:25206650,25214067:25214375,25220203:25220382,25229988:25230107,25257554:25257855,25273144:25273293,25276721:25276772,25281395:25281593,25283504:25283678,25292610:25293026,25312451:25313656,25312453:25313890,25312457:25312704,25312459:25312930,25319576:25319805,25328522:2532921', 'assoc_mat': '24476125:autre_refus:3726:24476500,24477470:autre_refus:3726:24489729,24502282:autre_refus:3726:24550041,24506205:autre_refus:3726:24506511,24507556:autre_refus:3726:24550817,24507645:autre_refus:3726:24507738,24521587:autre_refus:3726:24521816,24569263:autre_refus:3726:24569687,24569302:autre_refus:3726:24569541,24571191:autre_refus:3726:24572265,24581025:autre_refus:3726:24582671,24581039:autre_refus:3726:24581929,24581424:autre_refus:3726:24581755,24584847:autre_refus:3726:24585166,24605459:autre_refus:3726:24605874,24605478:autre_refus:3726:24605696,24640167:autre_refus:3726:24640361,24640198:autre_refus:3726:24640339,24679059:autre_refus:3726:24679337,24719291:autre_refus:3726:24720600,24719350:autre_refus:3726:24729350,24719435:autre_refus:3726:24719702,24753640:autre_refus:3726:24754290,24753723:autre_refus:3726:24753823,24796381:autre_refus:3726:24796926,24796386:autre_refus:3726:24797188,24846971:autre_refus:3726:24847362,24851563:autre_refus:3726:24851786,24851595:autre_refus:3726:24851781,24854815:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002260940103714727, 'nb_photo': 13, 'list_port_cont': '24570862,24583986,24997479,25006212,25067674,25218705,25284135,25326714,25345779,25392996,25393732,25501692', 'assoc_port': '24569477:24570862,24581378:24583986,24996636:24997479,25004429:25006212,25066727:25067674,25217999:25218705,25283498:25284135,25325808:25326714,25344194:25345779,25391819:25393732,25391923:25392996,25501073:25501692', 'assoc_mat': '24569477:barquette_avec_film:3327:24570862,24581378:barquette_avec_film:3327:24583986,24996636:barquette_avec_film:3327:24997479,25004429:barquette_avec_film:3327:25006212,25066727:barquette_avec_film:3327:25067674,25217999:barquette_avec_film:3327:25218705,25283498:barquette_avec_film:3327:25284135,25325808:barquette_avec_film:3327:25326714,25344194:barquette_avec_film:3327:25345779,25391819:barquette_avec_film:3327:25393732,25391923:barquette_avec_film:3327:25392996,25501073:barquette_avec_film:3327:25501692'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0008614300190452244, 'nb_photo': 7, 'list_port_cont': '24621902,24640439,25231572,25291672,25407331,25551775', 'assoc_port': '24610181:24621902,24640202:24640439,25221179:25231572,25290447:25291672,25399077:25407331,25541812:25551775', 'assoc_mat': '24610181:barquette_opaque:4205:24621902,24640202:barquette_opaque:4205:24640439,25221179:barquette_opaque:4205:25231572,25290447:barquette_opaque:4205:25291672,25399077:barquette_opaque:4205:25407331,25541812:barquette_opaque:4205:25551775'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0017832185104607627, 'nb_photo': 209, 'list_port_cont': '24524063,24552369,24553628,24568023,24577599,24591595,24608265,24640814,24730595,24730610,24730639,24754749,24800826,24853235,24866509,25005486,25018240,25036630,25097312,25097739,25155350,25222337,25239135,25251239,25270804,25336233,25339929,25350098,25403760,25404832,25406530,25412797,25503491,25541011,25544788,25552654', 'assoc_port': '24507633:24552369,24508886:24553628,24523326:24524063,24567049:24568023,24569474:24577599,24581192:24591595,24592993:24608265,24640173:24640814,24719277:24730639,24719352:24730610,24719447:24730595,24753726:24754749,24796382:24800826,24851596:24853235,24862985:24866509,25004431:25005486,25017809:25018240,25036331:25036630,25070428:25097739,25097140:25097312,25150503:25155350,25209855:25222337,25235129:25251239,25236151:25239135,25263317:25270804,25325773:25336233,25337096:25339929,25348045:25350098,25391822:25403760,25398888:25404832,25399001:25406530,25401986:25412797,25501032:25503491,25519628:25544788,25540570:25541011,25541834:25552654', 'assoc_mat': '24507633:barquette_opaque:4203:24552369,24508886:barquette_opaque:4203:24553628,24523326:barquette_opaque:4203:24524063,24567049:barquette_opaque:4203:24568023,24569474:barquette_opaque:4203:24577599,24581192:barquette_opaque:4203:24591595,24592993:barquette_opaque:4203:24608265,24640173:barquette_opaque:4203:24640814,24719277:barquette_opaque:4203:24730639,24719352:barquette_opaque:4203:24730610,24719447:barquette_opaque:4203:24730595,24753726:barquette_opaque:4203:24754749,24796382:barquette_opaque:4203:24800826,24851596:barquette_opaque:4203:24853235,24862985:barquette_opaque:4203:24866509,25004431:barquette_opaque:4203:25005486,25017809:barquette_opaque:4203:25018240,25036331:barquette_opaque:4203:25036630,25070428:barquette_opaque:4203:25097739,25097140:barquette_opaque:4203:25097312,25150503:barquette_opaque:4203:25155350,25209855:barquette_opaque:4203:25222337,25235129:barquette_opaque:4203:25251239,25236151:barquette_opaque:4203:25239135,25263317:barquette_opaque:4203:25270804,25325773:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0010872465393959268, 'nb_photo': 37, 'list_port_cont': '24476268,24564011,24567474,24567864,24640388,24719891,24720561,24721737,25002705,25027255,25027459,25027707,25038773,25070691,25143583,25223034,25226972,25228163,25250379,25274977,25279312,25291464,25307032,25334100,25337430,25338677,25348504,25360916,25407544,25407748,25408066,25427494,25502621,25506143,25512433,25558434', 'assoc_port': '24476124:24476268,24563562:24564011,24567018:24567864,24567047:24567474,24640221:24640388,24719305:24719891,24719354:24720561,24719430:24721737,25002376:25002705,25026603:25027255,25026604:25027459,25026954:25027707,25028604:25038773,25070447:25070691,25143398:25143583,25206378:25223034,25211235:25226972,25217996:25228163,25240382:25250379,25270679:25274977,25276723:25279312,25290440:25291464,25302445:25307032,25328531:25337430,25333454:25334100,25337083:25338677,25346890:25348504,25355340:25360916,25391859:25407748,25399081:25407544,25399177:25408066,25403194:25427494,25501034:25512433,25502471:25502621,25502927:25506143,25552181:25558434', 'assoc_mat': '24476124:barquette_opaque:4207:24476268,24563562:barquette_opaque:4207:24564011,24567018:barquette_opaque:4207:24567864,24567047:barquette_opaque:4207:24567474,24640221:barquette_opaque:4207:24640388,24719305:barquette_opaque:4207:24719891,24719354:barquette_opaque:4207:24720561,24719430:barquette_opaque:4207:24721737,25002376:barquette_opaque:4207:25002705,25026603:barquette_opaque:4207:25027255,25026604:barquette_opaque:4207:25027459,25026954:barquette_opaque:4207:25027707,25028604:barquette_opaque:4207:25038773,25070447:barquette_opaque:4207:25070691,25143398:barquette_opaque:4207:25143583,25206378:barquette_opaque:4207:25223034,25211235:barquette_opaque:4207:25226972,25217996:barquette_opaque:4207:25228163,25240382:barquette_opaque:4207:25250379,25270679:barquette_opaque:4207:25274977,25276723:barquette_opaque:4207:25279312,25290440:barquette_opaque:4207:25291464,25302445:barquette_opaque:4207:25307032,25328531:barquette_opaque:4207:25337430,25333454:barquette_opaque:4207:25334100,25337083:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010956854354607875, 'nb_photo': 9, 'list_port_cont': '24499245,24571929,24597621,24676357,25267291,25275018,25289851,25392420,25399618', 'assoc_port': '24498668:24499245,24571188:24571929,24581031:24597621,24675790:24676357,25266839:25267291,25274167:25275018,25289267:25289851,25391929:25392420,25399175:25399618', 'assoc_mat': '24498668:barquette_opaque:4461:24499245,24571188:barquette_opaque:4461:24571929,24581031:barquette_opaque:4461:24597621,24675790:barquette_opaque:4461:24676357,25266839:barquette_opaque:4461:25267291,25274167:barquette_opaque:4461:25275018,25289267:barquette_opaque:4461:25289851,25391929:barquette_opaque:4461:25392420,25399175:barquette_opaque:4461:25399618'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0034566880990659936, 'nb_photo': 73, 'list_port_cont': '24507956,24560905,24564425,24570351,24576046,24578540,24580938,24581995,24582155,24582771,24585325,24595178,24612428,24640518,24720278,24721122,24721404,24754202,24754247,24754666,24761399,24850602,24998364,25018082,25027250,25027659,25027790,25028144,25029315,25071740,25097235,25141729,25214581,25224060,25227149,25264023,25280458,25302663,25321721,25329274,25333761,25351210,25391934,25392104,25392444,25392664,25394015,25394226,25400425,25401874,25402341,25403633,25495960,25500395,25546176,25560620', 'assoc_port': '24507555:24507956,24513877:24560905,24563545:24564425,24569444:24578540,24569450:24570351,24575348:24576046,24580369:24580938,24581042:24582155,24581122:24582771,24581315:24595178,24581360:24581995,24584865:24585325,24612039:24612428,24640240:24640518,24719312:24720278,24719359:24721122,24719411:24721404,24753641:24754247,24753686:24754666,24753731:24754202,24760968:24761399,24850324:24850602,24997910:24998364,25017800:25018082,25026588:25027250,25026605:25027659,25026803:25028144,25026944:25027790,25028532:25029315,25071594:25071740,25097135:25097235,25141390:25141729,25214071:25214581,25223421:25224060,25226916:25227149,25263347:25264023,25280264:25280458,25302446:25302663,25321132:25321721,25328525:25329274,25333451:25333761,25350822:25351210,25391519:25391934,25391749:25394226,25391788:25394015,25391815:25392104,25391906:25392664,25391920:25392444,25398894:25401874,25399000:25400425,25401953:25402341,25403251:25403633,25495523:25495960,25500141:25500395,25545873:25546176,25560239:25560620', 'assoc_mat': '24507555:barquette_opaque:4200:24507956,24513877:barquette_opaque:4200:24560905,24563545:barquette_opaque:4200:24564425,24569444:barquette_opaque:4200:24578540,24569450:barquette_opaque:4200:24570351,24575348:barquette_opaque:4200:24576046,24580369:barquette_opaque:4200:24580938,24581042:barquette_opaque:4200:24582155,24581122:barquette_opaque:4200:24582771,24581315:barquette_opaque:4200:24595178,24581360:barquette_opaque:4200:24581995,24584865:barquette_opaque:4200:24585325,24612039:barquette_opaque:4200:24612428,24640240:barquette_opaque:4200:24640518,24719312:barquette_opaque:4200:24720278,24719359:barquette_opaque:4200:24721122,24719411:barquette_opaque:4200:24721404,24753641:barquette_opaque:4200:24754247,24753686:barquette_opaque:4200:24754666,24753731:barquette_opaque:4200:24754202,24760968:barquette_opaque:4200:24761399,24850324:barquette_opaque:4200:24850602,24997910:barquette_opaque:4200:24998364,25017800:barquette_opaque:4200:25018082,25026588:barquette_opaque:4200:25027250,25026605:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.001727514374459582, 'nb_photo': 24, 'list_port_cont': '24495825,24495848,24505503,24526873,24570261,24586604,24754694,24754839,25015685,25027402,25027545,25027559,25029259,25070906,25097285,25146808,25206718,25337258,25399784,25400315,25549753', 'assoc_port': '24495590:24495825,24495596:24495848,24504955:24505503,24526771:24526873,24569179:24570261,24581037:24586604,24753646:24754839,24753703:24754694,25015389:25015685,25026600:25027402,25026813:25027559,25026881:25027545,25028534:25029259,25070444:25070906,25097129:25097285,25146406:25146808,25206380:25206718,25328521:25337258,25398885:25400315,25398940:25399784,25549511:25549753', 'assoc_mat': '24495590:barquette_opaque:4209:24495825,24495596:barquette_opaque:4209:24495848,24504955:barquette_opaque:4209:24505503,24526771:barquette_opaque:4209:24526873,24569179:barquette_opaque:4209:24570261,24581037:barquette_opaque:4209:24586604,24753646:barquette_opaque:4209:24754839,24753703:barquette_opaque:4209:24754694,25015389:barquette_opaque:4209:25015685,25026600:barquette_opaque:4209:25027402,25026813:barquette_opaque:4209:25027559,25026881:barquette_opaque:4209:25027545,25028534:barquette_opaque:4209:25029259,25070444:barquette_opaque:4209:25070906,25097129:barquette_opaque:4209:25097285,25146406:barquette_opaque:4209:25146808,25206380:barquette_opaque:4209:25206718,25328521:barquette_opaque:4209:25337258,25398885:barquette_opaque:4209:25400315,25398940:barquette_opaque:4209:25399784,25549511:barquette_opaque:4209:25549753'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.008267976111756713, 'nb_photo': 2167, 'list_port_cont': '24469637,24470067,24478248,24484543,24495970,24499402,24499575,24502844,24507112,24508394,24508440,24509410,24509576,24521953,24527489,24546416,24546875,24552303,24564786,24568274,24568494,24568807,24570629,24570928,24576209,24581546,24582532,24583266,24583523,24583739,24585798,24590467,24595677,24597186,24607976,24611067,24612804,24640680,24640709,24640754,24673201,24676465,24680628,24680704,24683839,24721348,24721505,24722089,24722319,24722550,24724146,24724421,24754572,24754801,24755238,24757586,24761627,24774971,24777012,24803211,24846350,24852034,24852217,24854088,24855299,24863818,24866518,24872098,24992862,24997427,24998546,25003242,25003468,25009708,25012251,25012498,25018011,25027337,25027557,25027674,25028545,25028733,25028792,25029283,25029782,25030080,25036557,25042896,25047276,25063764,25067431,25068607,25071813,25097368,25141882,25143845,25147850,25151406,25156177,25210481,25216495,25217234,25218524,25220774,25227386,25232647,25235458,25236772,25245967,25246364,25247841,25260246,25261272,2526464', 'assoc_port': '24469358:24470067,24469360:24469637,24477484:24478248,24484132:24484543,24495625:24495970,24498679:24499575,24498707:24499402,24502312:24502844,24506203:24507112,24507557:24508440,24507588:24508394,24508877:24509576,24508890:24509410,24513858:24546875,24513869:24546416,24521600:24521953,24526772:24527489,24539740:24552303,24563558:24568807,24563561:24564786,24567016:24568494,24567058:24568274,24569411:24570928,24569447:24570629,24575366:24576209,24580402:24581546,24581034:24583739,24581162:24583523,24581286:24583266,24581372:24595677,24581374:24582532,24584845:24585798,24589660:24590467,24595818:24597186,24607323:24607976,24610239:24611067,24612038:24612804,24640188:24640754,24640197:24640709,24640200:24640680,24672756:24673201,24675764:24676465,24680065:24680704,24680117:24680628,24683459:24683839,24719304:24724421,24719310:24724146,24719374:24722550,24719432:24722319,24719442:24722089,24719446:24721505,24719455:24721348,24753638:24755238,24753661:24754801,24753728:24754572,24757195:24757586,24760971:2476162', 'assoc_mat': '24469358:barquette_opaque:4211:24470067,24469360:barquette_opaque:4211:24469637,24477484:barquette_opaque:4211:24478248,24484132:barquette_opaque:4211:24484543,24495625:barquette_opaque:4211:24495970,24498679:barquette_opaque:4211:24499575,24498707:barquette_opaque:4211:24499402,24502312:barquette_opaque:4211:24502844,24506203:barquette_opaque:4211:24507112,24507557:barquette_opaque:4211:24508440,24507588:barquette_opaque:4211:24508394,24508877:barquette_opaque:4211:24509576,24508890:barquette_opaque:4211:24509410,24513858:barquette_opaque:4211:24546875,24513869:barquette_opaque:4211:24546416,24521600:barquette_opaque:4211:24521953,24526772:barquette_opaque:4211:24527489,24539740:barquette_opaque:4211:24552303,24563558:barquette_opaque:4211:24568807,24563561:barquette_opaque:4211:24564786,24567016:barquette_opaque:4211:24568494,24567058:barquette_opaque:4211:24568274,24569411:barquette_opaque:4211:24570928,24569447:barquette_opaque:4211:24570629,24575366:barquette_opaque:4211:24576209,24580402:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0003347306045676244, 'nb_photo': 43, 'list_port_cont': '24511361,24523266,24570865,24571525,24576558,24577338,24584615,24596074,24606870,24641073,24722065,24722605,24755360,24761782,24863778,24864076,25012680,25071258,25149994,25233732,25237127,25241209,25277519,25281045,25337987,25394030,25400087,25401862,25500736,25513014,25542726,25546664,25561028', 'assoc_port': '24510235:24511361,24516729:24523266,24569406:24571525,24569477:24570865,24575380:24576558,24576823:24577338,24581128:24584615,24593006:24596074,24605492:24606870,24640175:24641073,24719440:24722605,24719450:24722065,24753682:24755360,24760973:24761782,24862978:24864076,24862987:24863778,25011697:25012680,25070474:25071258,25149406:25149994,25233139:25233732,25236153:25237127,25240403:25241209,25276724:25277519,25280263:25281045,25337086:25337987,25391773:25394030,25398883:25401862,25399084:25400087,25500142:25500736,25511995:25513014,25541827:25542726,25545875:25546664,25560241:25561028', 'assoc_mat': '24510235:bouchon:3327:24511361,24516729:bouchon:3327:24523266,24569406:bouchon:3327:24571525,24569477:bouchon:3327:24570865,24575380:bouchon:3327:24576558,24576823:bouchon:3327:24577338,24581128:bouchon:3327:24584615,24593006:bouchon:3327:24596074,24605492:bouchon:3327:24606870,24640175:bouchon:3327:24641073,24719440:bouchon:3327:24722605,24719450:bouchon:3327:24722065,24753682:bouchon:3327:24755360,24760973:bouchon:3327:24761782,24862978:bouchon:3327:24864076,24862987:bouchon:3327:24863778,25011697:bouchon:3327:25012680,25070474:bouchon:3327:25071258,25149406:bouchon:3327:25149994,25233139:bouchon:3327:25233732,25236153:bouchon:3327:25237127,25240403:bouchon:3327:25241209,25276724:bouchon:3327:25277519,25280263:bouchon:3327:25281045,25337086:bouchon:3327:25337987,25391773:bouchon:3327:25394030,25398883:bouchon:3327:25401862,25399084:bouchon:3327:25400087,25500142:bouchon:3327:25500736,25511995:bouchon:3327:25513014,25541827:bouchon:3327:25542726,25545875:bouchon:3327:25546664,25560241:bouchon:3327:25561028'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01673897253228452, 'nb_photo': 307, 'list_port_cont': '24538356,24551186,24577493,24577538,24577798,24590417,24602100,24621906,24640433,24730451,24756198,24758023,24852317,25039839,25059916,25060677,25061011,25095094,25231571,25250587,25251275,25279480,25291673,25334276,25339169,25404939,25407328,25410416,25411537,25422139,25495672,25506651,25532362,25551783,25556695', 'assoc_port': '24498662:24538356,24507590:24551186,24563529:24577798,24569288:24577538,24569408:24577493,24581101:24590417,24601740:24602100,24610181:24621906,24640202:24640433,24719356:24730451,24753717:24756198,24757197:24758023,24851598:24852317,25015391:25039839,25026613:25059916,25026850:25060677,25026898:25061011,25071609:25095094,25221179:25231571,25236161:25251275,25240407:25250587,25276726:25279480,25290447:25291673,25333458:25334276,25337094:25339169,25390338:25422139,25391730:25411537,25391903:25410416,25398892:25404939,25399077:25407328,25495534:25495672,25506508:25506651,25516146:25532362,25541812:25551783,25548262:25556695', 'assoc_mat': '24498662:carton:4205:24538356,24507590:carton:4205:24551186,24563529:carton:4205:24577798,24569288:carton:4205:24577538,24569408:carton:4205:24577493,24581101:carton:4205:24590417,24601740:carton:4205:24602100,24610181:carton:4205:24621906,24640202:carton:4205:24640433,24719356:carton:4205:24730451,24753717:carton:4205:24756198,24757197:carton:4205:24758023,24851598:carton:4205:24852317,25015391:carton:4205:25039839,25026613:carton:4205:25059916,25026850:carton:4205:25060677,25026898:carton:4205:25061011,25071609:carton:4205:25095094,25221179:carton:4205:25231571,25236161:carton:4205:25251275,25240407:carton:4205:25250587,25276726:carton:4205:25279480,25290447:carton:4205:25291673,25333458:carton:4205:25334276,25337094:carton:4205:25339169,25390338:carton:4205:25422139,25391730:carton:4205:25411537,25391903:carton:4205:25410416,25398892:carton:4205:25404939,25399077:carton:4205:25407328,25495534:carton:4205:25495672,25506508:carton:4205:25506651,25516146:carton:4205:25532362,25541812:carton:4205:25551783,2554'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01194304989681315, 'nb_photo': 611, 'list_port_cont': '24524054,24552379,24553626,24568007,24577597,24591588,24608261,24640819,24730587,24730615,24730631,24754734,24800814,24853245,24866495,25005489,25018253,25097308,25097751,25155345,25222343,25239133,25251248,25270806,25282605,25336247,25339933,25350100,25403759,25404836,25406520,25412805,25503497,25541016,25544790,25552653,25561297', 'assoc_port': '24507633:24552379,24508886:24553626,24523326:24524054,24567049:24568007,24569474:24577597,24581192:24591588,24592993:24608261,24640173:24640819,24719277:24730631,24719352:24730615,24719447:24730587,24753726:24754734,24796382:24800814,24851596:24853245,24862985:24866495,25004431:25005489,25017809:25018253,25070428:25097751,25097140:25097308,25150503:25155345,25209855:25222343,25235129:25251248,25236151:25239133,25263317:25270806,25281391:25282605,25325773:25336247,25337096:25339933,25348045:25350100,25391822:25403759,25398888:25404836,25399001:25406520,25401986:25412805,25501032:25503497,25519628:25544790,25540570:25541016,25541834:25552653,25555410:25561297', 'assoc_mat': '24507633:carton:4203:24552379,24508886:carton:4203:24553626,24523326:carton:4203:24524054,24567049:carton:4203:24568007,24569474:carton:4203:24577597,24581192:carton:4203:24591588,24592993:carton:4203:24608261,24640173:carton:4203:24640819,24719277:carton:4203:24730631,24719352:carton:4203:24730615,24719447:carton:4203:24730587,24753726:carton:4203:24754734,24796382:carton:4203:24800814,24851596:carton:4203:24853245,24862985:carton:4203:24866495,25004431:carton:4203:25005489,25017809:carton:4203:25018253,25070428:carton:4203:25097751,25097140:carton:4203:25097308,25150503:carton:4203:25155345,25209855:carton:4203:25222343,25235129:carton:4203:25251248,25236151:carton:4203:25239133,25263317:carton:4203:25270806,25281391:carton:4203:25282605,25325773:carton:4203:25336247,25337096:carton:4203:25339933,25348045:carton:4203:25350100,25391822:carton:4203:25403759,25398888:carton:4203:25404836,25399001:carton:4203:25406520,25401986:carton:4203:25412805,25501032:carton:4203:25503497,25519628:carton:4203:25544790,2554'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9500587739002615, 'nb_photo': 8875, 'list_port_cont': '24476262,24495881,24499103,24499292,24499798,24502599,24502765,24503899,24504103,24505415,24505623,24507854,24508035,24509039,24509205,24509717,24509868,24510441,24510580,24517522,24523616,24526966,24560422,24564008,24564166,24567463,24567863,24570130,24570145,24575827,24576958,24577061,24581010,24581444,24581909,24582962,24583303,24583867,24584103,24584420,24585417,24587063,24590032,24593936,24595527,24602020,24607657,24610549,24612312,24640373,24640414,24640494,24640504,24640579,24640636,24676162,24679246,24682511,24682545,24691088,24719868,24719889,24720182,24720374,24720566,24720948,24721733,24721823,24721967,24722250,24722262,24753968,24754027,24754304,24754554,24754859,24761202,24761359,24774597,24776667,24846026,24846196,24848388,24850519,24851805,24853761,24858633,24863248,24863383,24863517,24863610,24992503,24996844,24996859,24998250,25002701,25005058,25007153,25010643,25015560,25015636,25015782,25017998,25026973,25026991,25027220,25027249,25027444,25027620,25027708,25027917,25027976,25028062,2502902', 'assoc_port': '24476124:24476262,24495586:24495881,24495588:24504103,24495628:24503899,24498664:24499798,24498676:24499292,24498710:24499103,24502284:24502765,24502314:24502599,24504914:24505623,24504969:24505415,24507559:24508035,24507618:24507854,24508844:24510580,24508863:24509868,24508881:24509717,24508888:24509205,24508891:24509039,24510240:24510441,24513881:24560422,24516742:24517522,24523311:24523616,24526761:24526966,24563559:24564166,24563562:24564008,24567018:24567863,24567047:24567463,24569413:24570130,24569471:24570145,24575350:24575827,24576820:24577061,24576821:24576958,24580399:24581444,24580433:24581010,24581062:24584420,24581145:24584103,24581172:24583867,24581248:24583303,24581325:24582962,24581369:24595527,24581398:24581909,24584827:24585417,24586624:24587063,24589661:24590032,24593032:24593936,24601730:24602020,24607324:24607657,24610219:24610549,24612028:24612312,24640171:24640414,24640182:24640494,24640186:24640636,24640195:24640579,24640199:24640504,24640221:24640373,24675777:24676162,24679060:2467924', 'assoc_mat': '24476124:carton:4207:24476262,24495586:carton:4207:24495881,24495588:carton:4207:24504103,24495628:carton:4207:24503899,24498664:carton:4207:24499798,24498676:carton:4207:24499292,24498710:carton:4207:24499103,24502284:carton:4207:24502765,24502314:carton:4207:24502599,24504914:carton:4207:24505623,24504969:carton:4207:24505415,24507559:carton:4207:24508035,24507618:carton:4207:24507854,24508844:carton:4207:24510580,24508863:carton:4207:24509868,24508881:carton:4207:24509717,24508888:carton:4207:24509205,24508891:carton:4207:24509039,24510240:carton:4207:24510441,24513881:carton:4207:24560422,24516742:carton:4207:24517522,24523311:carton:4207:24523616,24526761:carton:4207:24526966,24563559:carton:4207:24564166,24563562:carton:4207:24564008,24567018:carton:4207:24567863,24567047:carton:4207:24567463,24569413:carton:4207:24570130,24569471:carton:4207:24570145,24575350:carton:4207:24575827,24576820:carton:4207:24577061,24576821:carton:4207:24576958,24580399:carton:4207:24581444,24580433:carton:4207:24581010,2458'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.017799517193672985, 'nb_photo': 2981, 'list_port_cont': '24484473,24499238,24507933,24508048,24508083,24509268,24515334,24524502,24527529,24570503,24571932,24576614,24577128,24581217,24582284,24590303,24595687,24597629,24607898,24610944,24612579,24640449,24641426,24643297,24676359,24680574,24691327,24720511,24720819,24721138,24721655,24723123,24754500,24754753,24754961,24774797,24803478,24846284,24847489,24850700,24853989,24855212,24863798,24866302,24993925,25000657,25003183,25012166,25012290,25017970,25027490,25027756,25028008,25028067,25028195,25029319,25036764,25042830,25063799,25068527,25097319,25141775,25146836,25151284,25201776,25210394,25214714,25220525,25220599,25223982,25232485,25235502,25237579,25240891,25260943,25267292,25275029,25277279,25283885,25287099,25289857,25294523,25323213,25326212,25326341,25329741,25336565,25341099,25341240,25347349,25351391,25355583,25392233,25392419,25392550,25392675,25393396,25394669,25399425,25399631,25399744,25399955,25400050,25400798,25400985,25401152,25406028,25495903,25498788,25502708,25509021,25512685,25516443,2552939', 'assoc_port': '24484117:24484473,24498668:24499238,24507558:24507933,24507585:24508048,24507649:24508083,24508879:24509268,24513873:24515334,24516716:24524502,24523312:24527529,24569192:24576614,24569409:24570503,24571188:24571932,24576822:24577128,24580431:24581217,24581031:24597629,24581250:24595687,24581365:24582284,24589665:24590303,24607321:24607898,24610218:24610944,24612040:24612579,24640189:24640449,24640191:24641426,24640242:24643297,24675790:24676359,24680066:24680574,24683461:24691327,24719346:24723123,24719388:24721655,24719439:24721138,24719452:24720819,24719462:24720511,24753642:24754961,24753679:24754753,24753730:24754500,24774217:24774797,24796384:24803478,24845812:24846284,24846972:24847489,24850327:24850700,24853633:24853989,24854814:24855212,24862977:24863798,24865577:24866302,24993436:24993925,25000154:25000657,25002373:25003183,25011664:25012290,25011673:25012166,25017802:25017970,25026599:25027756,25026650:25027490,25026809:25028195,25026834:25028008,25026957:25028067,25028526:25029319,25036306:2503676', 'assoc_mat': '24484117:carton:4461:24484473,24498668:carton:4461:24499238,24507558:carton:4461:24507933,24507585:carton:4461:24508048,24507649:carton:4461:24508083,24508879:carton:4461:24509268,24513873:carton:4461:24515334,24516716:carton:4461:24524502,24523312:carton:4461:24527529,24569192:carton:4461:24576614,24569409:carton:4461:24570503,24571188:carton:4461:24571932,24576822:carton:4461:24577128,24580431:carton:4461:24581217,24581031:carton:4461:24597629,24581250:carton:4461:24595687,24581365:carton:4461:24582284,24589665:carton:4461:24590303,24607321:carton:4461:24607898,24610218:carton:4461:24610944,24612040:carton:4461:24612579,24640189:carton:4461:24640449,24640191:carton:4461:24641426,24640242:carton:4461:24643297,24675790:carton:4461:24676359,24680066:carton:4461:24680574,24683461:carton:4461:24691327,24719346:carton:4461:24723123,24719388:carton:4461:24721655,24719439:carton:4461:24721138,24719452:carton:4461:24720819,24719462:carton:4461:24720511,24753642:carton:4461:24754961,24753679:carton:4461:24754753,2475'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.027164649306509907, 'nb_photo': 1846, 'list_port_cont': '24477765,24495832,24499192,24502617,24506716,24507942,24509183,24510479,24521992,24523706,24533533,24560914,24564432,24567689,24570340,24576058,24578537,24580935,24581997,24582151,24582763,24582830,24583060,24585320,24594150,24595183,24602213,24610562,24610779,24612429,24640405,24640517,24640546,24640571,24680403,24682692,24720268,24720480,24720699,24721109,24721250,24721420,24722108,24722511,24722644,24754196,24754221,24754624,24754674,24754995,24761226,24761398,24774601,24774671,24846128,24846248,24850592,24853942,24856131,24858708,24863155,24863239,24863643,24863700,24992490,24998373,24998447,25002683,25007230,25007438,25010691,25010710,25014429,25015501,25018079,25018112,25027239,25027241,25027470,25027656,25027789,25027893,25028145,25028412,25029054,25029314,25042702,25068487,25071735,25097226,25141723,25143694,25146700,25151067,25201603,25207698,25214583,25220510,25223728,25224067,25227140,25232328,25233318,25236425,25242135,25259585,25264024,25274723,25274834,25280446,25281824,25286733,25287034,2528957', 'assoc_port': '24477456:24477765,24495610:24495832,24498674:24499192,24502320:24502617,24506207:24506716,24507555:24507942,24508846:24509183,24510221:24510479,24513877:24560914,24516735:24533533,24521602:24521992,24523339:24523706,24563545:24564432,24566994:24567689,24569444:24578537,24569450:24570340,24575348:24576058,24580369:24580935,24581042:24582151,24581122:24582763,24581167:24582830,24581246:24583060,24581315:24595183,24581360:24581997,24584865:24585320,24592992:24594150,24601722:24602213,24610182:24610779,24610238:24610562,24612039:24612429,24640178:24640405,24640180:24640546,24640193:24640571,24640240:24640517,24680064:24680403,24682273:24682692,24719312:24720268,24719357:24720699,24719359:24721109,24719411:24721420,24719427:24722108,24719443:24722511,24719449:24722644,24719456:24721250,24719460:24720480,24753641:24754221,24753643:24754624,24753675:24754995,24753686:24754674,24753731:24754196,24760968:24761398,24761001:24761226,24774224:24774601,24774238:24774671,24845781:24846128,24845810:24846248,24848229:2485613', 'assoc_mat': '24477456:carton:4200:24477765,24495610:carton:4200:24495832,24498674:carton:4200:24499192,24502320:carton:4200:24502617,24506207:carton:4200:24506716,24507555:carton:4200:24507942,24508846:carton:4200:24509183,24510221:carton:4200:24510479,24513877:carton:4200:24560914,24516735:carton:4200:24533533,24521602:carton:4200:24521992,24523339:carton:4200:24523706,24563545:carton:4200:24564432,24566994:carton:4200:24567689,24569444:carton:4200:24578537,24569450:carton:4200:24570340,24575348:carton:4200:24576058,24580369:carton:4200:24580935,24581042:carton:4200:24582151,24581122:carton:4200:24582763,24581167:carton:4200:24582830,24581246:carton:4200:24583060,24581315:carton:4200:24595183,24581360:carton:4200:24581997,24584865:carton:4200:24585320,24592992:carton:4200:24594150,24601722:carton:4200:24602213,24610182:carton:4200:24610779,24610238:carton:4200:24610562,24612039:carton:4200:24612429,24640178:carton:4200:24640405,24640180:carton:4200:24640546,24640193:carton:4200:24640571,24640240:carton:4200:24640517,2468'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.03350219812932951, 'nb_photo': 934, 'list_port_cont': '24495814,24495847,24495921,24502748,24505510,24512634,24524293,24526877,24570257,24572159,24581826,24582297,24582382,24586606,24587487,24597122,24608005,24640619,24640664,24679423,24682730,24720311,24720362,24720459,24720851,24754581,24754703,24754835,24776843,24851991,24852043,24858552,24858853,24866295,24992722,25007385,25015680,25027385,25027530,25027564,25029254,25031757,25036694,25042944,25063458,25070893,25097281,25146822,25153269,25202930,25206714,25208784,25221635,25223919,25259211,25259526,25260698,25274600,25302693,25312747,25326191,25336265,25337251,25340977,25394564,25399235,25399536,25399662,25399786,25400196,25400322,25402413,25403536,25495786,25495878,25503199,25512230,25522134,25528704,25534111,25543064,25546243,25549755,25560524', 'assoc_port': '24495590:24495814,24495594:24495921,24495596:24495847,24502280:24502748,24504955:24505510,24508849:24512634,24516747:24524293,24526771:24526877,24569179:24570257,24571189:24572159,24581037:24586606,24581310:24582382,24581418:24582297,24581423:24581826,24586608:24587487,24595778:24597122,24607325:24608005,24640184:24640664,24640201:24640619,24679058:24679423,24682275:24682730,24719331:24720851,24719391:24720459,24719393:24720311,24719451:24720362,24753646:24754835,24753703:24754703,24753733:24754581,24776490:24776843,24851564:24852043,24851597:24851991,24858049:24858853,24858069:24858552,24865585:24866295,24992143:24992722,25006842:25007385,25015389:25015680,25026600:25027385,25026813:25027564,25026881:25027530,25026901:25031757,25028534:25029254,25036315:25036694,25042363:25042944,25063054:25063458,25070444:25070893,25097129:25097281,25146406:25146822,25152660:25153269,25197412:25208784,25197413:25202930,25206380:25206714,25221180:25221635,25223393:25223919,25259007:25259526,25259022:25259211,25260480:2526069', 'assoc_mat': '24495590:carton:4209:24495814,24495594:carton:4209:24495921,24495596:carton:4209:24495847,24502280:carton:4209:24502748,24504955:carton:4209:24505510,24508849:carton:4209:24512634,24516747:carton:4209:24524293,24526771:carton:4209:24526877,24569179:carton:4209:24570257,24571189:carton:4209:24572159,24581037:carton:4209:24586606,24581310:carton:4209:24582382,24581418:carton:4209:24582297,24581423:carton:4209:24581826,24586608:carton:4209:24587487,24595778:carton:4209:24597122,24607325:carton:4209:24608005,24640184:carton:4209:24640664,24640201:carton:4209:24640619,24679058:carton:4209:24679423,24682275:carton:4209:24682730,24719331:carton:4209:24720851,24719391:carton:4209:24720459,24719393:carton:4209:24720311,24719451:carton:4209:24720362,24753646:carton:4209:24754835,24753703:carton:4209:24754703,24753733:carton:4209:24754581,24776490:carton:4209:24776843,24851564:carton:4209:24852043,24851597:carton:4209:24851991,24858049:carton:4209:24858853,24858069:carton:4209:24858552,24865585:carton:4209:24866295,2499'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.009845849442585201, 'nb_photo': 6317, 'list_port_cont': '24469642,24470060,24478239,24484540,24495969,24499405,24499570,24502840,24507117,24508395,24508439,24509412,24509578,24521942,24527495,24546410,24546869,24552308,24564783,24568278,24568479,24568792,24570619,24570923,24576196,24581545,24582528,24583282,24583534,24583740,24585797,24590470,24595681,24597178,24607975,24611060,24612794,24640669,24640700,24640751,24673183,24676451,24680638,24680712,24683836,24721360,24721499,24722096,24722309,24722544,24724136,24724424,24754571,24754803,24755227,24757579,24761636,24774980,24777009,24803217,24846348,24852021,24852214,24854090,24855301,24863829,24866519,24872099,24992870,24997436,24998561,25003252,25003460,25009713,25012225,25012509,25018027,25027339,25027579,25027680,25028548,25028731,25028777,25029277,25029785,25030077,25036564,25042891,25047277,25063757,25067417,25068597,25071802,25097381,25141870,25143835,25147842,25151405,25156183,25210489,25216493,25217219,25218528,25220769,25227393,25232654,25235459,25236776,25245972,25246349,25247846,25260249,25261267,2526464', 'assoc_port': '24469358:24470060,24469360:24469642,24477484:24478239,24484132:24484540,24495625:24495969,24498679:24499570,24498707:24499405,24502312:24502840,24506203:24507117,24507557:24508439,24507588:24508395,24508877:24509578,24508890:24509412,24513858:24546869,24513869:24546410,24521600:24521942,24526772:24527495,24539740:24552308,24563558:24568792,24563561:24564783,24567016:24568479,24567058:24568278,24569411:24570923,24569447:24570619,24575366:24576196,24580402:24581545,24581034:24583740,24581162:24583534,24581286:24583282,24581372:24595681,24581374:24582528,24584845:24585797,24589660:24590470,24595818:24597178,24607323:24607975,24610239:24611060,24612038:24612794,24640188:24640751,24640197:24640700,24640200:24640669,24672756:24673183,24675764:24676451,24680065:24680712,24680117:24680638,24683459:24683836,24719304:24724424,24719310:24724136,24719374:24722544,24719432:24722309,24719442:24722096,24719446:24721499,24719455:24721360,24753638:24755227,24753661:24754803,24753728:24754571,24757195:24757579,24760971:2476163', 'assoc_mat': '24469358:carton:4211:24470060,24469360:carton:4211:24469642,24477484:carton:4211:24478239,24484132:carton:4211:24484540,24495625:carton:4211:24495969,24498679:carton:4211:24499570,24498707:carton:4211:24499405,24502312:carton:4211:24502840,24506203:carton:4211:24507117,24507557:carton:4211:24508439,24507588:carton:4211:24508395,24508877:carton:4211:24509578,24508890:carton:4211:24509412,24513858:carton:4211:24546869,24513869:carton:4211:24546410,24521600:carton:4211:24521942,24526772:carton:4211:24527495,24539740:carton:4211:24552308,24563558:carton:4211:24568792,24563561:carton:4211:24564783,24567016:carton:4211:24568479,24567058:carton:4211:24568278,24569411:carton:4211:24570923,24569447:carton:4211:24570619,24575366:carton:4211:24576196,24580402:carton:4211:24581545,24581034:carton:4211:24583740,24581162:carton:4211:24583534,24581286:carton:4211:24583282,24581372:carton:4211:24595681,24581374:carton:4211:24582528,24584845:carton:4211:24585797,24589660:carton:4211:24590470,24595818:carton:4211:24597178,2460'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0029344752664950255, 'nb_photo': 278, 'list_port_cont': '24485002,24485266,24499722,24499740,24503069,24503114,24505796,24508533,24509673,24511358,24522757,24523277,24524107,24568895,24570408,24570868,24571082,24571172,24571519,24572609,24576562,24582933,24584009,24584488,24584522,24584609,24596071,24596131,24601268,24606858,24608426,24611536,24612884,24641036,24641071,24680958,24721569,24721663,24721912,24722069,24722598,24723255,24724127,24724824,24725263,24755363,24757957,24761769,24775092,24846566,24848835,24852327,24859389,24863784,24864069,24866885,24866901,24997480,24998853,25000971,25007843,25012686,25016164,25028446,25028582,25029076,25029297,25029717,25037062,25037099,25067683,25071260,25097398,25149983,25159064,25200654,25212343,25215102,25218698,25232706,25233731,25237032,25237138,25241200,25241413,25264854,25271587,25275190,25277405,25281049,25284130,25287544,25290056,25293680,25316056,25320590,25322290,25326708,25329337,25337989,25340198,25345566,25347661,25355819,25393550,25393729,25395383,25396384,25399208,25400079,25400358,25400513,25400711,2540113', 'assoc_port': '24481643:24485266,24484130:24485002,24498671:24499722,24498690:24499740,24502310:24503114,24502316:24503069,24504928:24505796,24507592:24508533,24508884:24509673,24510235:24511358,24516729:24523277,24521601:24522757,24523313:24524107,24567020:24568895,24569406:24571519,24569410:24571172,24569415:24571082,24569429:24570408,24569477:24570868,24571193:24572609,24575380:24576562,24580366:24582933,24581128:24584609,24581170:24584522,24581320:24584488,24581330:24584009,24592991:24596131,24593006:24596071,24595828:24601268,24605492:24606858,24607322:24608426,24610183:24611536,24612037:24612884,24640175:24641071,24640241:24641036,24680095:24680958,24719278:24725263,24719308:24724824,24719358:24724127,24719397:24723255,24719425:24721663,24719440:24722598,24719450:24722069,24719457:24721912,24719459:24721569,24753682:24755363,24757196:24757957,24760973:24761769,24774222:24775092,24845809:24846566,24848231:24848835,24851567:24852327,24858047:24859389,24862978:24864069,24862987:24863784,24865561:24866901,24865580:2486688', 'assoc_mat': '24481643:carton:3327:24485266,24484130:carton:3327:24485002,24498671:carton:3327:24499722,24498690:carton:3327:24499740,24502310:carton:3327:24503114,24502316:carton:3327:24503069,24504928:carton:3327:24505796,24507592:carton:3327:24508533,24508884:carton:3327:24509673,24510235:carton:3327:24511358,24516729:carton:3327:24523277,24521601:carton:3327:24522757,24523313:carton:3327:24524107,24567020:carton:3327:24568895,24569406:carton:3327:24571519,24569410:carton:3327:24571172,24569415:carton:3327:24571082,24569429:carton:3327:24570408,24569477:carton:3327:24570868,24571193:carton:3327:24572609,24575380:carton:3327:24576562,24580366:carton:3327:24582933,24581128:carton:3327:24584609,24581170:carton:3327:24584522,24581320:carton:3327:24584488,24581330:carton:3327:24584009,24592991:carton:3327:24596131,24593006:carton:3327:24596071,24595828:carton:3327:24601268,24605492:carton:3327:24606858,24607322:carton:3327:24608426,24610183:carton:3327:24611536,24612037:carton:3327:24612884,24640175:carton:3327:24641071,2464'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.007587359093598979, 'nb_photo': 603, 'list_port_cont': '24497058,24511260,24581964,24583639,24583728,24747089,24754174,24855472,24858774,24866340,25042931,25228463,25238608,25259628,25267424,25267790,25274818,25281031,25283959,25290112,25290795,25294412,25326309,25336403,25341162,25355764,25402379,25402523,25402992,25403023,25403341,25406573,25495999,25512634,25534354,25538926', 'assoc_port': '24495592:24497058,24510238:24511260,24581228:24583639,24581312:24583728,24581421:24581964,24719395:24747089,24753734:24754174,24854816:24855472,24858050:24858774,24865582:24866340,25042396:25042931,25227894:25228463,25235115:25238608,25259010:25259628,25266815:25267790,25266836:25267424,25274163:25274818,25280290:25281031,25283502:25283959,25286606:25290112,25290433:25290795,25294006:25294412,25325810:25326309,25335919:25336403,25340659:25341162,25355341:25355764,25391813:25402523,25391875:25403023,25398994:25403341,25399044:25402992,25401991:25402379,25403226:25406573,25495530:25495999,25511985:25512634,25533900:25534354,25538280:25538926', 'assoc_mat': '24495592:carton:3594:24497058,24510238:carton:3594:24511260,24581228:carton:3594:24583639,24581312:carton:3594:24583728,24581421:carton:3594:24581964,24719395:carton:3594:24747089,24753734:carton:3594:24754174,24854816:carton:3594:24855472,24858050:carton:3594:24858774,24865582:carton:3594:24866340,25042396:carton:3594:25042931,25227894:carton:3594:25228463,25235115:carton:3594:25238608,25259010:carton:3594:25259628,25266815:carton:3594:25267790,25266836:carton:3594:25267424,25274163:carton:3594:25274818,25280290:carton:3594:25281031,25283502:carton:3594:25283959,25286606:carton:3594:25290112,25290433:carton:3594:25290795,25294006:carton:3594:25294412,25325810:carton:3594:25326309,25335919:carton:3594:25336403,25340659:carton:3594:25341162,25355341:carton:3594:25355764,25391813:carton:3594:25402523,25391875:carton:3594:25403023,25398994:carton:3594:25403341,25399044:carton:3594:25402992,25401991:carton:3594:25402379,25403226:carton:3594:25406573,25495530:carton:3594:25495999,25511985:carton:3594:25512634,2553'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.001982547782459651, 'nb_photo': 88, 'list_port_cont': '24476506,24489725,24507745,24521811,24550034,24572267,24581763,24581930,24585175,24605690,24679333,24719709,24720611,24729353,24753818,24754295,24796923,24797194,24851779,25015627,25027282,25028932,25068275,25098129,25149712,25150618,25220379,25257857,25273301,25276776,25293015,25312932,25319811,25329221,25336121,25348162,25392197,25394458,25399170,25399299,25400844,25401562,25495022,25500277,25506664,25528684,25534933,25538536,25564074', 'assoc_port': '24476125:24476506,24477470:24489725,24502282:24550034,24507645:24507745,24521587:24521811,24571191:24572267,24581039:24581930,24581424:24581763,24584847:24585175,24605478:24605690,24679059:24679333,24719291:24720611,24719350:24729353,24719435:24719709,24753640:24754295,24753723:24753818,24796381:24796923,24796386:24797194,24851595:24851779,25015387:25015627,25026952:25027282,25028508:25028932,25068101:25068275,25097138:25098129,25149410:25149712,25150501:25150618,25220203:25220379,25257554:25257857,25273144:25273301,25276721:25276776,25292610:25293015,25312459:25312932,25319576:25319811,25328522:25329221,25335923:25336121,25348040:25348162,25391914:25392197,25394246:25394458,25398904:25401562,25398937:25400844,25399030:25399170,25399179:25399299,25494851:25495022,25500089:25500277,25506493:25506664,25528555:25528684,25534849:25534933,25538274:25538536,25563919:25564074', 'assoc_mat': '24476125:cartonnette:3726:24476506,24477470:cartonnette:3726:24489725,24502282:cartonnette:3726:24550034,24507645:cartonnette:3726:24507745,24521587:cartonnette:3726:24521811,24571191:cartonnette:3726:24572267,24581039:cartonnette:3726:24581930,24581424:cartonnette:3726:24581763,24584847:cartonnette:3726:24585175,24605478:cartonnette:3726:24605690,24679059:cartonnette:3726:24679333,24719291:cartonnette:3726:24720611,24719350:cartonnette:3726:24729353,24719435:cartonnette:3726:24719709,24753640:cartonnette:3726:24754295,24753723:cartonnette:3726:24753818,24796381:cartonnette:3726:24796923,24796386:cartonnette:3726:24797194,24851595:cartonnette:3726:24851779,25015387:cartonnette:3726:25015627,25026952:cartonnette:3726:25027282,25028508:cartonnette:3726:25028932,25068101:cartonnette:3726:25068275,25097138:cartonnette:3726:25098129,25149410:cartonnette:3726:25149712,25150501:cartonnette:3726:25150618,25220203:cartonnette:3726:25220379,25257554:cartonnette:3726:25257857,25273144:cartonnette:3726:25273301,25276721:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006958641739457938, 'nb_photo': 269, 'list_port_cont': '24476501,24489731,24506513,24521810,24550039,24550818,24569543,24569684,24572259,24581754,24581935,24582682,24585168,24605869,24640366,24679328,24719703,24720602,24729354,24753817,24754297,24796932,24797190,24851783,24854937,24996959,25010619,25015628,25027271,25028940,25068266,25098138,25149705,25150627,25152966,25206643,25214370,25220378,25230099,25257858,25273299,25276775,25281591,25283680,25293030,25312702,25312938,25313665,25313895,25319806,25329205,25336114,25348164,25392201,25392962,25394450,25395855,25399167,25399301,25400143,25400846,25401570,25495020,25500271,25506668,25528640,25528682,25534941,25538539,25549588,25564071', 'assoc_port': '24476125:24476501,24477470:24489731,24502282:24550039,24506205:24506513,24507556:24550818,24521587:24521810,24569263:24569684,24569302:24569543,24571191:24572259,24581025:24582682,24581039:24581935,24581424:24581754,24584847:24585168,24605459:24605869,24640167:24640366,24679059:24679328,24719291:24720602,24719350:24729354,24719435:24719703,24753640:24754297,24753723:24753817,24796381:24796932,24796386:24797190,24851595:24851783,24854815:24854937,24996664:24996959,25010388:25010619,25015387:25015628,25026952:25027271,25028508:25028940,25068101:25068266,25097138:25098138,25149410:25149705,25150501:25150627,25152662:25152966,25206373:25206643,25214067:25214370,25220203:25220378,25229988:25230099,25257554:25257858,25273144:25273299,25276721:25276775,25281395:25281591,25283504:25283680,25292610:25293030,25312451:25313665,25312453:25313895,25312457:25312702,25312459:25312938,25319576:25319806,25328522:25329205,25335923:25336114,25348040:25348164,25391803:25392962,25391914:25392201,25394246:25394450,25395602:2539585', 'assoc_mat': '24476125:Carton_brun:3726:24476501,24477470:Carton_brun:3726:24489731,24502282:Carton_brun:3726:24550039,24506205:Carton_brun:3726:24506513,24507556:Carton_brun:3726:24550818,24521587:Carton_brun:3726:24521810,24569263:Carton_brun:3726:24569684,24569302:Carton_brun:3726:24569543,24571191:Carton_brun:3726:24572259,24581025:Carton_brun:3726:24582682,24581039:Carton_brun:3726:24581935,24581424:Carton_brun:3726:24581754,24584847:Carton_brun:3726:24585168,24605459:Carton_brun:3726:24605869,24640167:Carton_brun:3726:24640366,24679059:Carton_brun:3726:24679328,24719291:Carton_brun:3726:24720602,24719350:Carton_brun:3726:24729354,24719435:Carton_brun:3726:24719703,24753640:Carton_brun:3726:24754297,24753723:Carton_brun:3726:24753817,24796381:Carton_brun:3726:24796932,24796386:Carton_brun:3726:24797190,24851595:Carton_brun:3726:24851783,24854815:Carton_brun:3726:24854937,24996664:Carton_brun:3726:24996959,25010388:Carton_brun:3726:25010619,25015387:Carton_brun:3726:25015628,25026952:Carton_brun:3726:25027271,25028508:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005590980725824581, 'nb_photo': 152, 'list_port_cont': '24473356,24476499,24506517,24507740,24521808,24550043,24550813,24569546,24569685,24572258,24581756,24581936,24605693,24605871,24640329,24679332,24719708,24720605,24729344,24753814,24797189,24851785,24851793,24854936,25010627,25015630,25027278,25068269,25098132,25149704,25150625,25152971,25214380,25220385,25230102,25257860,25273297,25276779,25281603,25283688,25293023,25312939,25313661,25319813,25329217,25336125,25348170,25394454,25395858,25399304,25400146,25400839,25401563,25495019,25500276,25506667,25528631,25528683,25534936,25538528,25549585,25564076', 'assoc_port': '24472936:24473356,24476125:24476499,24502282:24550043,24506205:24506517,24507556:24550813,24507645:24507740,24521587:24521808,24569263:24569685,24569302:24569546,24571191:24572258,24581039:24581936,24581424:24581756,24605459:24605871,24605478:24605693,24640198:24640329,24679059:24679332,24719291:24720605,24719350:24729344,24719435:24719708,24753723:24753814,24796386:24797189,24851563:24851793,24851595:24851785,24854815:24854936,25010388:25010627,25015387:25015630,25026952:25027278,25068101:25068269,25097138:25098132,25149410:25149704,25150501:25150625,25152662:25152971,25214067:25214380,25220203:25220385,25229988:25230102,25257554:25257860,25273144:25273297,25276721:25276779,25281395:25281603,25283504:25283688,25292610:25293023,25312451:25313661,25312459:25312939,25319576:25319813,25328522:25329217,25335923:25336125,25348040:25348170,25394246:25394454,25395602:25395858,25398904:25401563,25398937:25400839,25398999:25400146,25399179:25399304,25494851:25495019,25500089:25500276,25506493:25506667,25528555:2552868', 'assoc_mat': '24472936:Carton_gris:3726:24473356,24476125:Carton_gris:3726:24476499,24502282:Carton_gris:3726:24550043,24506205:Carton_gris:3726:24506517,24507556:Carton_gris:3726:24550813,24507645:Carton_gris:3726:24507740,24521587:Carton_gris:3726:24521808,24569263:Carton_gris:3726:24569685,24569302:Carton_gris:3726:24569546,24571191:Carton_gris:3726:24572258,24581039:Carton_gris:3726:24581936,24581424:Carton_gris:3726:24581756,24605459:Carton_gris:3726:24605871,24605478:Carton_gris:3726:24605693,24640198:Carton_gris:3726:24640329,24679059:Carton_gris:3726:24679332,24719291:Carton_gris:3726:24720605,24719350:Carton_gris:3726:24729344,24719435:Carton_gris:3726:24719708,24753723:Carton_gris:3726:24753814,24796386:Carton_gris:3726:24797189,24851563:Carton_gris:3726:24851793,24851595:Carton_gris:3726:24851785,24854815:Carton_gris:3726:24854936,25010388:Carton_gris:3726:25010627,25015387:Carton_gris:3726:25015630,25026952:Carton_gris:3726:25027278,25068101:Carton_gris:3726:25068269,25097138:Carton_gris:3726:25098132,25149410:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.000929837982961553, 'nb_photo': 16, 'list_port_cont': '24551187,24577500,24577533,24590421,24602090,24756183,25095093,25250584,25251263,25339174,25407329,25411542,25532354,25556709', 'assoc_port': '24507590:24551187,24569288:24577533,24569408:24577500,24581101:24590421,24601740:24602090,24753717:24756183,25071609:25095093,25236161:25251263,25240407:25250584,25337094:25339174,25391730:25411542,25399077:25407329,25516146:25532354,25548262:25556709', 'assoc_mat': '24507590:ela:4205:24551187,24569288:ela:4205:24577533,24569408:ela:4205:24577500,24581101:ela:4205:24590421,24601740:ela:4205:24602090,24753717:ela:4205:24756183,25071609:ela:4205:25095093,25236161:ela:4205:25251263,25240407:ela:4205:25250584,25337094:ela:4205:25339174,25391730:ela:4205:25411542,25399077:ela:4205:25407329,25516146:ela:4205:25532354,25548262:ela:4205:25556709'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9451663993828142, 'nb_photo': 238, 'list_port_cont': '24524052,24552376,24553623,24568027,24577610,24591583,24608276,24640812,24730581,24730613,24730638,24754738,24800820,24853238,24866502,25005493,25018239,25097306,25097738,25155346,25222336,25239144,25251237,25336242,25339921,25350104,25403766,25404830,25406523,25412811,25503501,25541024,25544780,25552668,25561293', 'assoc_port': '24507633:24552376,24508886:24553623,24523326:24524052,24567049:24568027,24569474:24577610,24581192:24591583,24592993:24608276,24640173:24640812,24719277:24730638,24719352:24730613,24719447:24730581,24753726:24754738,24796382:24800820,24851596:24853238,24862985:24866502,25004431:25005493,25017809:25018239,25070428:25097738,25097140:25097306,25150503:25155346,25209855:25222336,25235129:25251237,25236151:25239144,25325773:25336242,25337096:25339921,25348045:25350104,25391822:25403766,25398888:25404830,25399001:25406523,25401986:25412811,25501032:25503501,25519628:25544780,25540570:25541024,25541834:25552668,25555410:25561293', 'assoc_mat': '24507633:ela:4203:24552376,24508886:ela:4203:24553623,24523326:ela:4203:24524052,24567049:ela:4203:24568027,24569474:ela:4203:24577610,24581192:ela:4203:24591583,24592993:ela:4203:24608276,24640173:ela:4203:24640812,24719277:ela:4203:24730638,24719352:ela:4203:24730613,24719447:ela:4203:24730581,24753726:ela:4203:24754738,24796382:ela:4203:24800820,24851596:ela:4203:24853238,24862985:ela:4203:24866502,25004431:ela:4203:25005493,25017809:ela:4203:25018239,25070428:ela:4203:25097738,25097140:ela:4203:25097306,25150503:ela:4203:25155346,25209855:ela:4203:25222336,25235129:ela:4203:25251237,25236151:ela:4203:25239144,25325773:ela:4203:25336242,25337096:ela:4203:25339921,25348045:ela:4203:25350104,25391822:ela:4203:25403766,25398888:ela:4203:25404830,25399001:ela:4203:25406523,25401986:ela:4203:25412811,25501032:ela:4203:25503501,25519628:ela:4203:25544780,25540570:ela:4203:25541024,25541834:ela:4203:25552668,25555410:ela:4203:25561293'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0008016078917057536, 'nb_photo': 90, 'list_port_cont': '24505629,24509052,24517528,24523612,24526976,24570154,24575824,24581443,24582967,24583296,24583865,24595526,24640484,24679233,24719897,24720376,24720941,24721735,24722261,24753981,24754033,24846208,24848389,24851802,24858626,24863615,24992498,25002716,25010645,25027705,25028055,25038777,25097213,25141652,25147653,25227174,25228159,25233224,25235261,25237550,25270999,25274992,25282702,25289813,25291199,25307040,25324809,25337433,25341462,25346699,25348518,25348685,25348928,25403391,25405268,25405743,25410340,25410986,25502625,25507822,25509678,25525485,25545310,25549314,25552491,25556884,25559688', 'assoc_port': '24504914:24505629,24508891:24509052,24516742:24517528,24523311:24523612,24526761:24526976,24569471:24570154,24575350:24575824,24580399:24581443,24581172:24583865,24581248:24583296,24581325:24582967,24581369:24595526,24640182:24640484,24679060:24679233,24719305:24719897,24719360:24720941,24719430:24721735,24719444:24722261,24719458:24720376,24753612:24754033,24753719:24753981,24845811:24846208,24848230:24848389,24851570:24851802,24858048:24858626,24862979:24863615,24992156:24992498,25002376:25002716,25010392:25010645,25026882:25028055,25026954:25027705,25028604:25038777,25097133:25097213,25141388:25141652,25147479:25147653,25217996:25228159,25226914:25227174,25233137:25237550,25233153:25233224,25235116:25235261,25263349:25270999,25270726:25274992,25281394:25282702,25289271:25289813,25290435:25291199,25302445:25307040,25319553:25324809,25328531:25337433,25339499:25341462,25344197:25346699,25346890:25348518,25346897:25348685,25348037:25348928,25391873:25410340,25391918:25410986,25398877:25403391,25398911:2540526', 'assoc_mat': '24504914:ela:4207:24505629,24508891:ela:4207:24509052,24516742:ela:4207:24517528,24523311:ela:4207:24523612,24526761:ela:4207:24526976,24569471:ela:4207:24570154,24575350:ela:4207:24575824,24580399:ela:4207:24581443,24581172:ela:4207:24583865,24581248:ela:4207:24583296,24581325:ela:4207:24582967,24581369:ela:4207:24595526,24640182:ela:4207:24640484,24679060:ela:4207:24679233,24719305:ela:4207:24719897,24719360:ela:4207:24720941,24719430:ela:4207:24721735,24719444:ela:4207:24722261,24719458:ela:4207:24720376,24753612:ela:4207:24754033,24753719:ela:4207:24753981,24845811:ela:4207:24846208,24848230:ela:4207:24848389,24851570:ela:4207:24851802,24858048:ela:4207:24858626,24862979:ela:4207:24863615,24992156:ela:4207:24992498,25002376:ela:4207:25002716,25010392:ela:4207:25010645,25026882:ela:4207:25028055,25026954:ela:4207:25027705,25028604:ela:4207:25038777,25097133:ela:4207:25097213,25141388:ela:4207:25141652,25147479:ela:4207:25147653,25217996:ela:4207:25228159,25226914:ela:4207:25227174,25233137:ela:4207:2523755'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005570303918585413, 'nb_photo': 7, 'list_port_cont': '24607910,24754493,25027757,25283888', 'assoc_port': '24607321:24607910,24753730:24754493,25026599:25027757,25283500:25283888', 'assoc_mat': '24607321:ela:4461:24607910,24753730:ela:4461:24754493,25026599:ela:4461:25027757,25283500:ela:4461:25283888'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0015037778543357206, 'nb_photo': 160, 'list_port_cont': '24495831,24499205,24506717,24507955,24509184,24510487,24523695,24567692,24570339,24576051,24578530,24581994,24582772,24583053,24585319,24594134,24595189,24602214,24610565,24610767,24612430,24640396,24640524,24682703,24720280,24721243,24721412,24722110,24722513,24754193,24754245,24754659,24754991,24761220,24761400,24846131,24846245,24850603,24863226,24863633,24863711,24998376,25002694,25007238,25007446,25010681,25010701,25027228,25027480,25068481,25071750,25097232,25141719,25146713,25201605,25207707,25220509,25223730,25224064,25232322,25236427,25259573,25274718,25274825,25281826,25283712,25286743,25289573,25294193,25294768,25329273,25333756,25347179,25347403,25392109,25392676,25393427,25394012,25394223,25399340,25399401,25400439,25401368,25402345,25403644,25500396,25518017,25520031,25529436,25534314,25540962,25546178,25549786,25559373,25560466,25560627', 'assoc_port': '24495610:24495831,24498674:24499205,24506207:24506717,24507555:24507955,24508846:24509184,24510221:24510487,24523339:24523695,24566994:24567692,24569444:24578530,24569450:24570339,24575348:24576051,24581122:24582772,24581246:24583053,24581315:24595189,24581360:24581994,24584865:24585319,24592992:24594134,24601722:24602214,24610182:24610767,24610238:24610565,24612039:24612430,24640178:24640396,24640240:24640524,24682273:24682703,24719312:24720280,24719411:24721412,24719427:24722110,24719443:24722513,24719456:24721243,24753641:24754245,24753675:24754991,24753686:24754659,24753731:24754193,24760968:24761400,24761001:24761220,24845781:24846131,24845810:24846245,24850324:24850603,24862972:24863633,24862976:24863711,24862981:24863226,24997910:24998376,25002371:25002694,25006836:25007238,25006838:25007446,25010386:25010681,25010408:25010701,25026588:25027228,25026961:25027480,25068069:25068481,25071594:25071750,25097135:25097232,25141390:25141719,25146413:25146713,25197415:25201605,25207437:25207707,25220201:2522050', 'assoc_mat': '24495610:ela:4200:24495831,24498674:ela:4200:24499205,24506207:ela:4200:24506717,24507555:ela:4200:24507955,24508846:ela:4200:24509184,24510221:ela:4200:24510487,24523339:ela:4200:24523695,24566994:ela:4200:24567692,24569444:ela:4200:24578530,24569450:ela:4200:24570339,24575348:ela:4200:24576051,24581122:ela:4200:24582772,24581246:ela:4200:24583053,24581315:ela:4200:24595189,24581360:ela:4200:24581994,24584865:ela:4200:24585319,24592992:ela:4200:24594134,24601722:ela:4200:24602214,24610182:ela:4200:24610767,24610238:ela:4200:24610565,24612039:ela:4200:24612430,24640178:ela:4200:24640396,24640240:ela:4200:24640524,24682273:ela:4200:24682703,24719312:ela:4200:24720280,24719411:ela:4200:24721412,24719427:ela:4200:24722110,24719443:ela:4200:24722513,24719456:ela:4200:24721243,24753641:ela:4200:24754245,24753675:ela:4200:24754991,24753686:ela:4200:24754659,24753731:ela:4200:24754193,24760968:ela:4200:24761400,24761001:ela:4200:24761220,24845781:ela:4200:24846131,24845810:ela:4200:24846245,24850324:ela:4200:2485060'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0048118940059725885, 'nb_photo': 168, 'list_port_cont': '24495818,24495922,24502734,24512636,24526884,24570251,24572165,24581817,24582378,24586591,24597130,24608002,24640621,24640651,24679421,24682714,24720318,24720363,24720854,24754583,24754690,24754846,24776829,24852004,24852052,24858865,24866296,25007396,25027404,25027539,25027574,25031748,25036702,25042941,25070895,25097280,25146817,25153270,25202919,25206711,25221629,25223922,25259216,25274598,25302683,25326179,25336262,25337257,25340968,25394575,25399226,25399671,25400193,25400319,25403532,25495777,25522127,25528693,25534112,25546239,25560532', 'assoc_port': '24495590:24495818,24495594:24495922,24502280:24502734,24508849:24512636,24526771:24526884,24569179:24570251,24571189:24572165,24581037:24586591,24581310:24582378,24581423:24581817,24595778:24597130,24607325:24608002,24640184:24640651,24640201:24640621,24679058:24679421,24682275:24682714,24719331:24720854,24719393:24720318,24719451:24720363,24753646:24754846,24753703:24754690,24753733:24754583,24776490:24776829,24851564:24852052,24851597:24852004,24858049:24858865,24865585:24866296,25006842:25007396,25026600:25027404,25026813:25027574,25026881:25027539,25026901:25031748,25036315:25036702,25042363:25042941,25070444:25070895,25097129:25097280,25146406:25146817,25152660:25153270,25197413:25202919,25206380:25206711,25221180:25221629,25223393:25223922,25259022:25259216,25274165:25274598,25302444:25302683,25325811:25326179,25328521:25337257,25335921:25336262,25340657:25340968,25394243:25394575,25398885:25400319,25398930:25400193,25398992:25399671,25399042:25399226,25403210:25403532,25495532:25495777,25521823:2552212', 'assoc_mat': '24495590:ela:4209:24495818,24495594:ela:4209:24495922,24502280:ela:4209:24502734,24508849:ela:4209:24512636,24526771:ela:4209:24526884,24569179:ela:4209:24570251,24571189:ela:4209:24572165,24581037:ela:4209:24586591,24581310:ela:4209:24582378,24581423:ela:4209:24581817,24595778:ela:4209:24597130,24607325:ela:4209:24608002,24640184:ela:4209:24640651,24640201:ela:4209:24640621,24679058:ela:4209:24679421,24682275:ela:4209:24682714,24719331:ela:4209:24720854,24719393:ela:4209:24720318,24719451:ela:4209:24720363,24753646:ela:4209:24754846,24753703:ela:4209:24754690,24753733:ela:4209:24754583,24776490:ela:4209:24776829,24851564:ela:4209:24852052,24851597:ela:4209:24852004,24858049:ela:4209:24858865,24865585:ela:4209:24866296,25006842:ela:4209:25007396,25026600:ela:4209:25027404,25026813:ela:4209:25027574,25026881:ela:4209:25027539,25026901:ela:4209:25031748,25036315:ela:4209:25036702,25042363:ela:4209:25042941,25070444:ela:4209:25070895,25097129:ela:4209:25097280,25146406:ela:4209:25146817,25152660:ela:4209:2515327'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0011601604689151551, 'nb_photo': 1084, 'list_port_cont': '24470072,24478253,24484533,24495972,24499412,24499564,24502831,24507116,24508387,24508430,24509411,24509591,24521950,24527493,24546408,24546879,24552313,24564790,24568276,24568495,24568800,24570628,24570939,24576206,24581547,24582529,24583276,24583527,24583750,24585796,24590475,24595674,24597189,24607978,24611065,24612805,24640679,24640701,24640752,24673197,24676464,24680629,24680707,24683831,24721351,24721501,24722085,24722308,24722545,24724135,24724414,24754573,24754812,24755240,24757595,24761632,24774986,24777004,24803214,24846353,24852022,24852220,24854089,24855293,24863820,24872100,24992878,24997425,24998550,25003241,25003463,25009714,25012228,25012501,25018020,25027343,25027577,25027669,25028568,25028737,25028791,25029284,25029790,25030065,25036567,25042897,25063749,25067425,25068596,25071810,25097371,25141867,25143833,25147837,25151414,25156167,25210473,25216494,25217222,25218525,25220767,25227387,25232648,25235457,25236767,25246362,25247831,25260238,25261276,25264646,25271173,25273634,25278121,2528077', 'assoc_port': '24469358:24470072,24477484:24478253,24484132:24484533,24495625:24495972,24498679:24499564,24498707:24499412,24502312:24502831,24506203:24507116,24507557:24508430,24507588:24508387,24508877:24509591,24508890:24509411,24513858:24546879,24513869:24546408,24521600:24521950,24526772:24527493,24539740:24552313,24563558:24568800,24563561:24564790,24567016:24568495,24567058:24568276,24569411:24570939,24569447:24570628,24575366:24576206,24580402:24581547,24581034:24583750,24581162:24583527,24581286:24583276,24581372:24595674,24581374:24582529,24584845:24585796,24589660:24590475,24595818:24597189,24607323:24607978,24610239:24611065,24612038:24612805,24640188:24640752,24640197:24640701,24640200:24640679,24672756:24673197,24675764:24676464,24680065:24680707,24680117:24680629,24683459:24683831,24719304:24724414,24719310:24724135,24719374:24722545,24719432:24722308,24719442:24722085,24719446:24721501,24719455:24721351,24753638:24755240,24753661:24754812,24753728:24754573,24757195:24757595,24760971:24761632,24774225:2477498', 'assoc_mat': '24469358:ela:4211:24470072,24477484:ela:4211:24478253,24484132:ela:4211:24484533,24495625:ela:4211:24495972,24498679:ela:4211:24499564,24498707:ela:4211:24499412,24502312:ela:4211:24502831,24506203:ela:4211:24507116,24507557:ela:4211:24508430,24507588:ela:4211:24508387,24508877:ela:4211:24509591,24508890:ela:4211:24509411,24513858:ela:4211:24546879,24513869:ela:4211:24546408,24521600:ela:4211:24521950,24526772:ela:4211:24527493,24539740:ela:4211:24552313,24563558:ela:4211:24568800,24563561:ela:4211:24564790,24567016:ela:4211:24568495,24567058:ela:4211:24568276,24569411:ela:4211:24570939,24569447:ela:4211:24570628,24575366:ela:4211:24576206,24580402:ela:4211:24581547,24581034:ela:4211:24583750,24581162:ela:4211:24583527,24581286:ela:4211:24583276,24581372:ela:4211:24595674,24581374:ela:4211:24582529,24584845:ela:4211:24585796,24589660:ela:4211:24590475,24595818:ela:4211:24597189,24607323:ela:4211:24607978,24610239:ela:4211:24611065,24612038:ela:4211:24612805,24640188:ela:4211:24640752,24640197:ela:4211:2464070'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 5.104372590229595e-05, 'nb_photo': 27, 'list_port_cont': '24553629,24568015,24577598,24640821,24730588,24730611,24730632,24754740,24800810,24853231,25097744,25155337,25222345,25239141,25336234,25339925,25403769,25503488,25541010,25544776,25552661', 'assoc_port': '24508886:24553629,24567049:24568015,24569474:24577598,24640173:24640821,24719277:24730632,24719352:24730611,24719447:24730588,24753726:24754740,24796382:24800810,24851596:24853231,25070428:25097744,25150503:25155337,25209855:25222345,25236151:25239141,25325773:25336234,25337096:25339925,25391822:25403769,25501032:25503488,25519628:25544776,25540570:25541010,25541834:25552661', 'assoc_mat': '24508886:etiquette:4203:24553629,24567049:etiquette:4203:24568015,24569474:etiquette:4203:24577598,24640173:etiquette:4203:24640821,24719277:etiquette:4203:24730632,24719352:etiquette:4203:24730611,24719447:etiquette:4203:24730588,24753726:etiquette:4203:24754740,24796382:etiquette:4203:24800810,24851596:etiquette:4203:24853231,25070428:etiquette:4203:25097744,25150503:etiquette:4203:25155337,25209855:etiquette:4203:25222345,25236151:etiquette:4203:25239141,25325773:etiquette:4203:25336234,25337096:etiquette:4203:25339925,25391822:etiquette:4203:25403769,25501032:etiquette:4203:25503488,25519628:etiquette:4203:25544776,25540570:etiquette:4203:25541010,25541834:etiquette:4203:25552661'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 9.01679376940816e-05, 'nb_photo': 5, 'list_port_cont': '24510449,24593929,24850527,25307036', 'assoc_port': '24510240:24510449,24593032:24593929,24850321:24850527,25302445:25307036', 'assoc_mat': '24510240:etiquette:4207:24510449,24593032:etiquette:4207:24593929,24850321:etiquette:4207:24850527,25302445:etiquette:4207:25307036'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0003246825411910928, 'nb_photo': 4, 'list_port_cont': '24608007,25036705,25337250,25400203', 'assoc_port': '24607325:24608007,25036315:25036705,25328521:25337250,25398930:25400203', 'assoc_mat': '24607325:etiquette:4209:24608007,25036315:etiquette:4209:25036705,25328521:etiquette:4209:25337250,25398930:etiquette:4209:25400203'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 2.0059054248431714e-05, 'nb_photo': 3, 'list_port_cont': '24508398,25012497,25018026', 'assoc_port': '24507588:24508398,25011667:25012497,25017804:25018026', 'assoc_mat': '24507588:etiquette:4211:24508398,25011667:etiquette:4211:25012497,25017804:etiquette:4211:25018026'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0010248519620534504, 'nb_photo': 2, 'list_port_cont': '24761776,25518431', 'assoc_port': '24760973:24761776,25517651:25518431', 'assoc_mat': '24760973:etiquette:3327:24761776,25517651:etiquette:3327:25518431'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.019936630992834367, 'nb_photo': 533, 'list_port_cont': '24538351,24551175,24555045,24577498,24577534,24577785,24590418,24602099,24621904,24640440,24730442,24756189,24758018,24852316,25039844,25059910,25060678,25061022,25095086,25231578,25250589,25251261,25279472,25291665,25334264,25339173,25404933,25407338,25410412,25411550,25422150,25495683,25506649,25532364,25551779,25556697', 'assoc_port': '24498662:24538351,24507590:24551175,24526739:24555045,24563529:24577785,24569288:24577534,24569408:24577498,24581101:24590418,24601740:24602099,24610181:24621904,24640202:24640440,24719356:24730442,24753717:24756189,24757197:24758018,24851598:24852316,25015391:25039844,25026613:25059910,25026850:25060678,25026898:25061022,25071609:25095086,25221179:25231578,25236161:25251261,25240407:25250589,25276726:25279472,25290447:25291665,25333458:25334264,25337094:25339173,25390338:25422150,25391730:25411550,25391903:25410412,25398892:25404933,25399077:25407338,25495534:25495683,25506508:25506649,25516146:25532364,25541812:25551779,25548262:25556697', 'assoc_mat': '24498662:film_plastique:4205:24538351,24507590:film_plastique:4205:24551175,24526739:film_plastique:4205:24555045,24563529:film_plastique:4205:24577785,24569288:film_plastique:4205:24577534,24569408:film_plastique:4205:24577498,24581101:film_plastique:4205:24590418,24601740:film_plastique:4205:24602099,24610181:film_plastique:4205:24621904,24640202:film_plastique:4205:24640440,24719356:film_plastique:4205:24730442,24753717:film_plastique:4205:24756189,24757197:film_plastique:4205:24758018,24851598:film_plastique:4205:24852316,25015391:film_plastique:4205:25039844,25026613:film_plastique:4205:25059910,25026850:film_plastique:4205:25060678,25026898:film_plastique:4205:25061022,25071609:film_plastique:4205:25095086,25221179:film_plastique:4205:25231578,25236161:film_plastique:4205:25251261,25240407:film_plastique:4205:25250589,25276726:film_plastique:4205:25279472,25290447:film_plastique:4205:25291665,25333458:film_plastique:4205:25334264,25337094:film_plastique:4205:25339173,25390338:film_plastique:4205:2542215'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.006880547829301196, 'nb_photo': 644, 'list_port_cont': '24524050,24552381,24553624,24568026,24577600,24591587,24608273,24640810,24730592,24730622,24730640,24754739,24800815,24853242,24866503,25005495,25018242,25036626,25097305,25097747,25155338,25222331,25239148,25251243,25270816,25282595,25336240,25339926,25350096,25403774,25404823,25406519,25412806,25503493,25541017,25544782,25552665,25561304', 'assoc_port': '24507633:24552381,24508886:24553624,24523326:24524050,24567049:24568026,24569474:24577600,24581192:24591587,24592993:24608273,24640173:24640810,24719277:24730640,24719352:24730622,24719447:24730592,24753726:24754739,24796382:24800815,24851596:24853242,24862985:24866503,25004431:25005495,25017809:25018242,25036331:25036626,25070428:25097747,25097140:25097305,25150503:25155338,25209855:25222331,25235129:25251243,25236151:25239148,25263317:25270816,25281391:25282595,25325773:25336240,25337096:25339926,25348045:25350096,25391822:25403774,25398888:25404823,25399001:25406519,25401986:25412806,25501032:25503493,25519628:25544782,25540570:25541017,25541834:25552665,25555410:25561304', 'assoc_mat': '24507633:film_plastique:4203:24552381,24508886:film_plastique:4203:24553624,24523326:film_plastique:4203:24524050,24567049:film_plastique:4203:24568026,24569474:film_plastique:4203:24577600,24581192:film_plastique:4203:24591587,24592993:film_plastique:4203:24608273,24640173:film_plastique:4203:24640810,24719277:film_plastique:4203:24730640,24719352:film_plastique:4203:24730622,24719447:film_plastique:4203:24730592,24753726:film_plastique:4203:24754739,24796382:film_plastique:4203:24800815,24851596:film_plastique:4203:24853242,24862985:film_plastique:4203:24866503,25004431:film_plastique:4203:25005495,25017809:film_plastique:4203:25018242,25036331:film_plastique:4203:25036626,25070428:film_plastique:4203:25097747,25097140:film_plastique:4203:25097305,25150503:film_plastique:4203:25155338,25209855:film_plastique:4203:25222331,25235129:film_plastique:4203:25251243,25236151:film_plastique:4203:25239148,25263317:film_plastique:4203:25270816,25281391:film_plastique:4203:25282595,25325773:film_plastique:4203:2533624'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0033140069001898398, 'nb_photo': 1853, 'list_port_cont': '24476264,24495867,24499093,24499291,24499808,24502591,24502755,24503923,24504108,24505413,24505631,24507843,24508031,24509037,24509208,24509713,24509866,24510439,24510588,24517523,24523617,24526969,24560421,24564019,24564162,24567461,24567861,24570133,24570149,24575823,24576960,24577060,24581012,24581436,24581908,24582956,24583292,24583855,24584100,24584421,24585427,24587075,24590042,24593931,24595520,24602021,24607665,24610542,24612310,24640382,24640419,24640496,24640497,24640584,24640642,24676163,24679247,24682522,24682539,24691087,24719875,24719901,24720193,24720379,24720560,24720955,24721739,24721826,24721962,24722242,24722273,24753969,24754029,24754310,24754542,24754862,24761204,24761355,24774587,24776665,24846038,24846202,24848387,24850526,24851809,24853772,24858627,24863246,24863382,24863523,24863605,24992499,24996837,24996860,24998245,25002717,25005071,25007138,25010644,25015546,25015647,25015774,25017996,25026970,25026994,25027219,25027227,25027454,25027621,25027709,25027916,25027978,25028057,2502903', 'assoc_port': '24476124:24476264,24495586:24495867,24495588:24504108,24495628:24503923,24498664:24499808,24498676:24499291,24498710:24499093,24502284:24502755,24502314:24502591,24504914:24505631,24504969:24505413,24507559:24508031,24507618:24507843,24508844:24510588,24508863:24509866,24508881:24509713,24508888:24509208,24508891:24509037,24510240:24510439,24513881:24560421,24516742:24517523,24523311:24523617,24526761:24526969,24563559:24564162,24563562:24564019,24567018:24567861,24567047:24567461,24569413:24570133,24569471:24570149,24575350:24575823,24576820:24577060,24576821:24576960,24580399:24581436,24580433:24581012,24581062:24584421,24581145:24584100,24581172:24583855,24581248:24583292,24581325:24582956,24581369:24595520,24581398:24581908,24584827:24585427,24586624:24587075,24589661:24590042,24593032:24593931,24601730:24602021,24607324:24607665,24610219:24610542,24612028:24612310,24640171:24640419,24640182:24640496,24640186:24640642,24640195:24640584,24640199:24640497,24640221:24640382,24675777:24676163,24679060:2467924', 'assoc_mat': '24476124:film_plastique:4207:24476264,24495586:film_plastique:4207:24495867,24495588:film_plastique:4207:24504108,24495628:film_plastique:4207:24503923,24498664:film_plastique:4207:24499808,24498676:film_plastique:4207:24499291,24498710:film_plastique:4207:24499093,24502284:film_plastique:4207:24502755,24502314:film_plastique:4207:24502591,24504914:film_plastique:4207:24505631,24504969:film_plastique:4207:24505413,24507559:film_plastique:4207:24508031,24507618:film_plastique:4207:24507843,24508844:film_plastique:4207:24510588,24508863:film_plastique:4207:24509866,24508881:film_plastique:4207:24509713,24508888:film_plastique:4207:24509208,24508891:film_plastique:4207:24509037,24510240:film_plastique:4207:24510439,24513881:film_plastique:4207:24560421,24516742:film_plastique:4207:24517523,24523311:film_plastique:4207:24523617,24526761:film_plastique:4207:24526969,24563559:film_plastique:4207:24564162,24563562:film_plastique:4207:24564019,24567018:film_plastique:4207:24567861,24567047:film_plastique:4207:2456746'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.744122782277731, 'nb_photo': 3988, 'list_port_cont': '24484474,24499242,24507951,24508049,24508086,24509274,24515327,24524508,24527528,24570505,24571923,24576619,24577129,24581227,24582281,24590288,24595693,24597636,24607900,24610949,24612583,24640455,24641435,24643304,24676358,24680566,24691328,24720508,24720827,24721139,24721639,24723115,24754501,24754754,24754956,24774793,24803435,24846285,24847496,24850696,24853992,24855218,24863792,24866314,24993918,25000659,25003190,25012165,25012282,25017971,25027498,25027754,25028013,25028059,25028194,25029328,25036759,25042828,25063796,25068535,25097317,25141776,25146842,25151290,25201773,25210400,25214710,25220537,25220596,25223983,25232483,25235511,25237588,25240888,25260942,25267299,25275016,25277291,25283890,25287100,25289858,25294525,25323204,25326211,25326338,25329740,25336562,25341106,25341233,25347347,25351381,25355565,25392234,25392410,25392549,25392658,25393393,25394659,25399426,25399623,25399747,25399958,25400040,25400797,25400991,25401156,25406029,25495902,25498781,25502706,25509028,25512686,25516433,2552938', 'assoc_port': '24484117:24484474,24498668:24499242,24507558:24507951,24507585:24508049,24507649:24508086,24508879:24509274,24513873:24515327,24516716:24524508,24523312:24527528,24569192:24576619,24569409:24570505,24571188:24571923,24576822:24577129,24580431:24581227,24581031:24597636,24581250:24595693,24581365:24582281,24589665:24590288,24607321:24607900,24610218:24610949,24612040:24612583,24640189:24640455,24640191:24641435,24640242:24643304,24675790:24676358,24680066:24680566,24683461:24691328,24719346:24723115,24719388:24721639,24719439:24721139,24719452:24720827,24719462:24720508,24753642:24754956,24753679:24754754,24753730:24754501,24774217:24774793,24796384:24803435,24845812:24846285,24846972:24847496,24850327:24850696,24853633:24853992,24854814:24855218,24862977:24863792,24865577:24866314,24993436:24993918,25000154:25000659,25002373:25003190,25011664:25012282,25011673:25012165,25017802:25017971,25026599:25027754,25026650:25027498,25026809:25028194,25026834:25028013,25026957:25028059,25028526:25029328,25036306:2503675', 'assoc_mat': '24484117:film_plastique:4461:24484474,24498668:film_plastique:4461:24499242,24507558:film_plastique:4461:24507951,24507585:film_plastique:4461:24508049,24507649:film_plastique:4461:24508086,24508879:film_plastique:4461:24509274,24513873:film_plastique:4461:24515327,24516716:film_plastique:4461:24524508,24523312:film_plastique:4461:24527528,24569192:film_plastique:4461:24576619,24569409:film_plastique:4461:24570505,24571188:film_plastique:4461:24571923,24576822:film_plastique:4461:24577129,24580431:film_plastique:4461:24581227,24581031:film_plastique:4461:24597636,24581250:film_plastique:4461:24595693,24581365:film_plastique:4461:24582281,24589665:film_plastique:4461:24590288,24607321:film_plastique:4461:24607900,24610218:film_plastique:4461:24610949,24612040:film_plastique:4461:24612583,24640189:film_plastique:4461:24640455,24640191:film_plastique:4461:24641435,24640242:film_plastique:4461:24643304,24675790:film_plastique:4461:24676358,24680066:film_plastique:4461:24680566,24683461:film_plastique:4461:2469132'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.023565653724700188, 'nb_photo': 3961, 'list_port_cont': '24477761,24495829,24499200,24502608,24506722,24507948,24509182,24510478,24522003,24523696,24533522,24560913,24564435,24567701,24570347,24576053,24578531,24580929,24581725,24581999,24582149,24582767,24582842,24583062,24585326,24594156,24595176,24602225,24610575,24610766,24612432,24640411,24640522,24640554,24640572,24680399,24682697,24720269,24720489,24720705,24721119,24721248,24721395,24722112,24722508,24722637,24754203,24754223,24754614,24754667,24754989,24761222,24761391,24774615,24774667,24846133,24846252,24850605,24853938,24856119,24858713,24863154,24863235,24863630,24863699,24992486,24998375,24998440,25002682,25007231,25007447,25010680,25010708,25014426,25015496,25018080,25018117,25027245,25027269,25027466,25027648,25027783,25027802,25027901,25028146,25028417,25029048,25029305,25042714,25068482,25071749,25097221,25141716,25143686,25146701,25151071,25201621,25207702,25214584,25220511,25223721,25224068,25227139,25232326,25233322,25236420,25242131,25259586,25264022,25274728,25274830,25280452,25281819,2528372', 'assoc_port': '24477456:24477761,24495610:24495829,24498674:24499200,24502320:24502608,24506207:24506722,24507555:24507948,24508846:24509182,24510221:24510478,24513877:24560913,24516735:24533522,24521602:24522003,24523339:24523696,24563545:24564435,24566994:24567701,24569444:24578531,24569450:24570347,24575348:24576053,24580369:24580929,24581028:24581725,24581042:24582149,24581122:24582767,24581167:24582842,24581246:24583062,24581315:24595176,24581360:24581999,24584865:24585326,24592992:24594156,24601722:24602225,24610182:24610766,24610238:24610575,24612039:24612432,24640178:24640411,24640180:24640554,24640193:24640572,24640240:24640522,24680064:24680399,24682273:24682697,24719312:24720269,24719357:24720705,24719359:24721119,24719411:24721395,24719427:24722112,24719443:24722508,24719449:24722637,24719456:24721248,24719460:24720489,24753641:24754223,24753643:24754614,24753675:24754989,24753686:24754667,24753731:24754203,24760968:24761391,24761001:24761222,24774224:24774615,24774238:24774667,24845781:24846133,24845810:2484625', 'assoc_mat': '24477456:film_plastique:4200:24477761,24495610:film_plastique:4200:24495829,24498674:film_plastique:4200:24499200,24502320:film_plastique:4200:24502608,24506207:film_plastique:4200:24506722,24507555:film_plastique:4200:24507948,24508846:film_plastique:4200:24509182,24510221:film_plastique:4200:24510478,24513877:film_plastique:4200:24560913,24516735:film_plastique:4200:24533522,24521602:film_plastique:4200:24522003,24523339:film_plastique:4200:24523696,24563545:film_plastique:4200:24564435,24566994:film_plastique:4200:24567701,24569444:film_plastique:4200:24578531,24569450:film_plastique:4200:24570347,24575348:film_plastique:4200:24576053,24580369:film_plastique:4200:24580929,24581028:film_plastique:4200:24581725,24581042:film_plastique:4200:24582149,24581122:film_plastique:4200:24582767,24581167:film_plastique:4200:24582842,24581246:film_plastique:4200:24583062,24581315:film_plastique:4200:24595176,24581360:film_plastique:4200:24581999,24584865:film_plastique:4200:24585326,24592992:film_plastique:4200:2459415'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.010071864166498848, 'nb_photo': 274, 'list_port_cont': '24495823,24495850,24495924,24502741,24505504,24512642,24524301,24526880,24570256,24572156,24581812,24582289,24582385,24586601,24587493,24597116,24607994,24640616,24640655,24679426,24682727,24720312,24720359,24720453,24720863,24754582,24754689,24754841,24776834,24851993,24852041,24858866,24866287,24992723,25007387,25015687,25027403,25027542,25027585,25029251,25031759,25036706,25042939,25063444,25070897,25097288,25146820,25153260,25202918,25206717,25223920,25259513,25260694,25274595,25302694,25312742,25326187,25336256,25337254,25340982,25394570,25399227,25399669,25399783,25400198,25400321,25402415,25495788,25503189,25522133,25534101,25543060,25546248,25560526', 'assoc_port': '24495590:24495823,24495594:24495924,24495596:24495850,24502280:24502741,24504955:24505504,24508849:24512642,24516747:24524301,24526771:24526880,24569179:24570256,24571189:24572156,24581037:24586601,24581310:24582385,24581418:24582289,24581423:24581812,24586608:24587493,24595778:24597116,24607325:24607994,24640184:24640655,24640201:24640616,24679058:24679426,24682275:24682727,24719331:24720863,24719391:24720453,24719393:24720312,24719451:24720359,24753646:24754841,24753703:24754689,24753733:24754582,24776490:24776834,24851564:24852041,24851597:24851993,24858049:24858866,24865585:24866287,24992143:24992723,25006842:25007387,25015389:25015687,25026600:25027403,25026813:25027585,25026881:25027542,25026901:25031759,25028534:25029251,25036315:25036706,25042363:25042939,25063054:25063444,25070444:25070897,25097129:25097288,25146406:25146820,25152660:25153260,25197413:25202918,25206380:25206717,25223393:25223920,25259007:25259513,25260480:25260694,25274165:25274595,25302444:25302694,25312455:25312742,25325811:2532618', 'assoc_mat': '24495590:film_plastique:4209:24495823,24495594:film_plastique:4209:24495924,24495596:film_plastique:4209:24495850,24502280:film_plastique:4209:24502741,24504955:film_plastique:4209:24505504,24508849:film_plastique:4209:24512642,24516747:film_plastique:4209:24524301,24526771:film_plastique:4209:24526880,24569179:film_plastique:4209:24570256,24571189:film_plastique:4209:24572156,24581037:film_plastique:4209:24586601,24581310:film_plastique:4209:24582385,24581418:film_plastique:4209:24582289,24581423:film_plastique:4209:24581812,24586608:film_plastique:4209:24587493,24595778:film_plastique:4209:24597116,24607325:film_plastique:4209:24607994,24640184:film_plastique:4209:24640655,24640201:film_plastique:4209:24640616,24679058:film_plastique:4209:24679426,24682275:film_plastique:4209:24682727,24719331:film_plastique:4209:24720863,24719391:film_plastique:4209:24720453,24719393:film_plastique:4209:24720312,24719451:film_plastique:4209:24720359,24753646:film_plastique:4209:24754841,24753703:film_plastique:4209:2475468'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.004230467863605611, 'nb_photo': 7637, 'list_port_cont': '24469645,24470068,24478254,24484539,24495971,24499400,24499576,24502829,24507110,24508388,24508435,24509413,24509582,24521943,24527491,24546423,24546873,24552307,24564778,24568272,24568488,24568797,24570620,24570930,24576202,24581553,24582525,24583272,24583528,24583744,24585795,24590479,24595680,24597181,24607973,24611064,24612795,24640677,24640716,24640753,24673185,24676457,24680636,24680708,24683834,24721355,24721489,24722090,24722313,24722549,24724143,24724410,24754561,24754817,24755226,24757593,24761639,24774979,24777011,24846340,24852024,24852219,24854078,24855291,24863819,24866524,24872110,24992871,24997438,24998548,25003238,25003469,25009700,25012247,25012511,25018018,25027346,25027571,25027673,25028562,25028729,25028787,25029268,25029791,25030075,25036560,25042898,25047280,25063752,25067432,25068605,25071806,25097373,25141873,25143849,25147846,25151413,25156188,25210484,25216496,25217217,25218519,25220782,25227381,25232663,25235471,25236774,25245970,25246363,25247834,25260251,25261265,25264654,2527117', 'assoc_port': '24469358:24470068,24469360:24469645,24477484:24478254,24484132:24484539,24495625:24495971,24498679:24499576,24498707:24499400,24502312:24502829,24506203:24507110,24507557:24508435,24507588:24508388,24508877:24509582,24508890:24509413,24513858:24546873,24513869:24546423,24521600:24521943,24526772:24527491,24539740:24552307,24563558:24568797,24563561:24564778,24567016:24568488,24567058:24568272,24569411:24570930,24569447:24570620,24575366:24576202,24580402:24581553,24581034:24583744,24581162:24583528,24581286:24583272,24581372:24595680,24581374:24582525,24584845:24585795,24589660:24590479,24595818:24597181,24607323:24607973,24610239:24611064,24612038:24612795,24640188:24640753,24640197:24640716,24640200:24640677,24672756:24673185,24675764:24676457,24680065:24680708,24680117:24680636,24683459:24683834,24719304:24724410,24719310:24724143,24719374:24722549,24719432:24722313,24719442:24722090,24719446:24721489,24719455:24721355,24753638:24755226,24753661:24754817,24753728:24754561,24757195:24757593,24760971:2476163', 'assoc_mat': '24469358:film_plastique:4211:24470068,24469360:film_plastique:4211:24469645,24477484:film_plastique:4211:24478254,24484132:film_plastique:4211:24484539,24495625:film_plastique:4211:24495971,24498679:film_plastique:4211:24499576,24498707:film_plastique:4211:24499400,24502312:film_plastique:4211:24502829,24506203:film_plastique:4211:24507110,24507557:film_plastique:4211:24508435,24507588:film_plastique:4211:24508388,24508877:film_plastique:4211:24509582,24508890:film_plastique:4211:24509413,24513858:film_plastique:4211:24546873,24513869:film_plastique:4211:24546423,24521600:film_plastique:4211:24521943,24526772:film_plastique:4211:24527491,24539740:film_plastique:4211:24552307,24563558:film_plastique:4211:24568797,24563561:film_plastique:4211:24564778,24567016:film_plastique:4211:24568488,24567058:film_plastique:4211:24568272,24569411:film_plastique:4211:24570930,24569447:film_plastique:4211:24570620,24575366:film_plastique:4211:24576202,24580402:film_plastique:4211:24581553,24581034:film_plastique:4211:2458374'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.000962124292801033, 'nb_photo': 8, 'list_port_cont': '24753816,25027279,25313664,25313894,25348161,25394451,25534939,25564068', 'assoc_port': '24753723:24753816,25026952:25027279,25312451:25313664,25312453:25313894,25348040:25348161,25394246:25394451,25534849:25534939,25563919:25564068', 'assoc_mat': '24753723:kraft:3726:24753816,25026952:kraft:3726:25027279,25312451:kraft:3726:25313664,25312453:kraft:3726:25313894,25348040:kraft:3726:25348161,25394246:kraft:3726:25394451,25534849:kraft:3726:25534939,25563919:kraft:3726:25564068'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9462931595899945, 'nb_photo': 67, 'list_port_cont': '24538355,24551180,24555041,24577506,24577791,24602098,24621907,24640434,24730440,24758013,24852320,25039835,25059919,25060685,25061013,25095087,25231579,25250590,25251274,25279478,25334269,25404946,25407330,25411547,25422141,25495680,25506654,25532357,25551787,25556707', 'assoc_port': '24498662:24538355,24507590:24551180,24526739:24555041,24563529:24577791,24569408:24577506,24601740:24602098,24610181:24621907,24640202:24640434,24719356:24730440,24757197:24758013,24851598:24852320,25015391:25039835,25026613:25059919,25026850:25060685,25026898:25061013,25071609:25095087,25221179:25231579,25236161:25251274,25240407:25250590,25276726:25279478,25333458:25334269,25390338:25422141,25391730:25411547,25398892:25404946,25399077:25407330,25495534:25495680,25506508:25506654,25516146:25532357,25541812:25551787,25548262:25556707', 'assoc_mat': '24498662:metal:4205:24538355,24507590:metal:4205:24551180,24526739:metal:4205:24555041,24563529:metal:4205:24577791,24569408:metal:4205:24577506,24601740:metal:4205:24602098,24610181:metal:4205:24621907,24640202:metal:4205:24640434,24719356:metal:4205:24730440,24757197:metal:4205:24758013,24851598:metal:4205:24852320,25015391:metal:4205:25039835,25026613:metal:4205:25059919,25026850:metal:4205:25060685,25026898:metal:4205:25061013,25071609:metal:4205:25095087,25221179:metal:4205:25231579,25236161:metal:4205:25251274,25240407:metal:4205:25250590,25276726:metal:4205:25279478,25333458:metal:4205:25334269,25390338:metal:4205:25422141,25391730:metal:4205:25411547,25398892:metal:4205:25404946,25399077:metal:4205:25407330,25495534:metal:4205:25495680,25506508:metal:4205:25506654,25516146:metal:4205:25532357,25541812:metal:4205:25551787,25548262:metal:4205:25556707'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.017062838660427546, 'nb_photo': 1344, 'list_port_cont': '24524060,24552375,24553614,24568024,24577602,24591580,24608262,24640813,24730584,24730607,24730636,24754748,24800816,24853239,24866505,25005498,25018247,25036623,25097316,25097745,25155347,25222333,25239143,25251241,25270814,25282609,25336241,25339924,25350094,25403771,25404837,25406516,25412795,25503486,25541018,25544777,25552656,25561295', 'assoc_port': '24507633:24552375,24508886:24553614,24523326:24524060,24567049:24568024,24569474:24577602,24581192:24591580,24592993:24608262,24640173:24640813,24719277:24730636,24719352:24730607,24719447:24730584,24753726:24754748,24796382:24800816,24851596:24853239,24862985:24866505,25004431:25005498,25017809:25018247,25036331:25036623,25070428:25097745,25097140:25097316,25150503:25155347,25209855:25222333,25235129:25251241,25236151:25239143,25263317:25270814,25281391:25282609,25325773:25336241,25337096:25339924,25348045:25350094,25391822:25403771,25398888:25404837,25399001:25406516,25401986:25412795,25501032:25503486,25519628:25544777,25540570:25541018,25541834:25552656,25555410:25561295', 'assoc_mat': '24507633:metal:4203:24552375,24508886:metal:4203:24553614,24523326:metal:4203:24524060,24567049:metal:4203:24568024,24569474:metal:4203:24577602,24581192:metal:4203:24591580,24592993:metal:4203:24608262,24640173:metal:4203:24640813,24719277:metal:4203:24730636,24719352:metal:4203:24730607,24719447:metal:4203:24730584,24753726:metal:4203:24754748,24796382:metal:4203:24800816,24851596:metal:4203:24853239,24862985:metal:4203:24866505,25004431:metal:4203:25005498,25017809:metal:4203:25018247,25036331:metal:4203:25036623,25070428:metal:4203:25097745,25097140:metal:4203:25097316,25150503:metal:4203:25155347,25209855:metal:4203:25222333,25235129:metal:4203:25251241,25236151:metal:4203:25239143,25263317:metal:4203:25270814,25281391:metal:4203:25282609,25325773:metal:4203:25336241,25337096:metal:4203:25339924,25348045:metal:4203:25350094,25391822:metal:4203:25403771,25398888:metal:4203:25404837,25399001:metal:4203:25406516,25401986:metal:4203:25412795,25501032:metal:4203:25503486,25519628:metal:4203:25544777,25540570:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.014136782460684897, 'nb_photo': 1660, 'list_port_cont': '24476272,24495868,24499095,24499300,24499810,24502588,24502756,24503905,24504106,24505416,24505628,24507849,24508032,24509044,24509194,24509718,24509857,24510455,24510582,24517527,24523610,24526967,24560409,24564010,24564163,24567471,24567871,24570132,24570150,24575821,24576956,24577055,24581020,24581429,24581917,24582964,24583291,24583873,24584090,24584412,24585428,24587067,24590033,24593925,24595529,24602012,24607662,24610547,24612300,24640379,24640415,24640501,24640507,24640589,24640643,24676160,24679244,24682521,24682544,24691085,24719869,24719896,24720194,24720381,24720570,24720945,24721740,24721835,24721952,24722249,24722274,24753970,24754034,24754308,24754552,24754860,24761211,24761357,24774596,24776659,24846032,24846205,24848394,24850516,24851811,24853767,24858631,24863252,24863389,24863531,24863608,24992497,24996845,24996866,24998256,25002708,25005052,25007139,25010638,25015551,25015648,25015768,25026983,25026992,25027221,25027252,25027458,25027628,25027700,25027914,25027977,25028076,25029028,2503647', 'assoc_port': '24476124:24476272,24495586:24495868,24495588:24504106,24495628:24503905,24498664:24499810,24498676:24499300,24498710:24499095,24502284:24502756,24502314:24502588,24504914:24505628,24504969:24505416,24507559:24508032,24507618:24507849,24508844:24510582,24508863:24509857,24508881:24509718,24508888:24509194,24508891:24509044,24510240:24510455,24513881:24560409,24516742:24517527,24523311:24523610,24526761:24526967,24563559:24564163,24563562:24564010,24567018:24567871,24567047:24567471,24569413:24570132,24569471:24570150,24575350:24575821,24576820:24577055,24576821:24576956,24580399:24581429,24580433:24581020,24581062:24584412,24581145:24584090,24581172:24583873,24581248:24583291,24581325:24582964,24581369:24595529,24581398:24581917,24584827:24585428,24586624:24587067,24589661:24590033,24593032:24593925,24601730:24602012,24607324:24607662,24610219:24610547,24612028:24612300,24640171:24640415,24640182:24640501,24640186:24640643,24640195:24640589,24640199:24640507,24640221:24640379,24675777:24676160,24679060:2467924', 'assoc_mat': '24476124:metal:4207:24476272,24495586:metal:4207:24495868,24495588:metal:4207:24504106,24495628:metal:4207:24503905,24498664:metal:4207:24499810,24498676:metal:4207:24499300,24498710:metal:4207:24499095,24502284:metal:4207:24502756,24502314:metal:4207:24502588,24504914:metal:4207:24505628,24504969:metal:4207:24505416,24507559:metal:4207:24508032,24507618:metal:4207:24507849,24508844:metal:4207:24510582,24508863:metal:4207:24509857,24508881:metal:4207:24509718,24508888:metal:4207:24509194,24508891:metal:4207:24509044,24510240:metal:4207:24510455,24513881:metal:4207:24560409,24516742:metal:4207:24517527,24523311:metal:4207:24523610,24526761:metal:4207:24526967,24563559:metal:4207:24564163,24563562:metal:4207:24564010,24567018:metal:4207:24567871,24567047:metal:4207:24567471,24569413:metal:4207:24570132,24569471:metal:4207:24570150,24575350:metal:4207:24575821,24576820:metal:4207:24577055,24576821:metal:4207:24576956,24580399:metal:4207:24581429,24580433:metal:4207:24581020,24581062:metal:4207:24584412,24581145:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01093994575879048, 'nb_photo': 68, 'list_port_cont': '24507929,24508052,24515329,24524506,24570498,24571921,24576617,24581216,24597630,24680575,24720831,24721129,24754957,24803419,24847497,24855221,24863788,24993910,25012172,25012283,25028063,25028204,25063804,25097315,25151285,25201775,25210396,25220532,25240887,25267293,25275020,25294532,25323208,25326343,25329751,25336553,25347338,25351385,25399746,25399951,25400035,25406018,25498778,25502709,25509020,25516442,25529404,25537624,25546492,25555982,25559496', 'assoc_port': '24507558:24507929,24507585:24508052,24513873:24515329,24516716:24524506,24569192:24576617,24569409:24570498,24571188:24571921,24580431:24581216,24581031:24597630,24680066:24680575,24719439:24721129,24719452:24720831,24753642:24754957,24796384:24803419,24846972:24847497,24854814:24855221,24862977:24863788,24993436:24993910,25011664:25012283,25011673:25012172,25026809:25028204,25026957:25028063,25062871:25063804,25097124:25097315,25150532:25151285,25197416:25201775,25209869:25210396,25220206:25220532,25240385:25240887,25266839:25267293,25274167:25275020,25293992:25294532,25312462:25323208,25325771:25326343,25328527:25329751,25333448:25336553,25346893:25347338,25350809:25351385,25398979:25400035,25399027:25399951,25399047:25399746,25405684:25406018,25498470:25498778,25502472:25502709,25508495:25509020,25516162:25516442,25529101:25529404,25537107:25537624,25545872:25546492,25555412:25555982,25559078:25559496', 'assoc_mat': '24507558:metal:4461:24507929,24507585:metal:4461:24508052,24513873:metal:4461:24515329,24516716:metal:4461:24524506,24569192:metal:4461:24576617,24569409:metal:4461:24570498,24571188:metal:4461:24571921,24580431:metal:4461:24581216,24581031:metal:4461:24597630,24680066:metal:4461:24680575,24719439:metal:4461:24721129,24719452:metal:4461:24720831,24753642:metal:4461:24754957,24796384:metal:4461:24803419,24846972:metal:4461:24847497,24854814:metal:4461:24855221,24862977:metal:4461:24863788,24993436:metal:4461:24993910,25011664:metal:4461:25012283,25011673:metal:4461:25012172,25026809:metal:4461:25028204,25026957:metal:4461:25028063,25062871:metal:4461:25063804,25097124:metal:4461:25097315,25150532:metal:4461:25151285,25197416:metal:4461:25201775,25209869:metal:4461:25210396,25220206:metal:4461:25220532,25240385:metal:4461:25240887,25266839:metal:4461:25267293,25274167:metal:4461:25275020,25293992:metal:4461:25294532,25312462:metal:4461:25323208,25325771:metal:4461:25326343,25328527:metal:4461:25329751,25333448:'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.005817834172083549, 'nb_photo': 86, 'list_port_cont': '24495838,24499194,24507954,24523694,24576059,24581724,24582000,24640513,24640548,24640570,24680390,24720271,24720487,24721236,24722117,24754199,24761390,24774606,24774670,24846241,24850607,24858707,24863237,24863708,25007232,25007440,25010706,25018081,25027253,25027654,25068486,25071742,25141726,25143690,25146714,25201617,25224070,25233330,25264011,25274828,25280453,25283716,25287042,25289565,25294203,25302601,25326438,25329282,25333768,25339797,25351213,25391941,25392683,25394231,25399348,25400167,25402114,25402351,25500390,25505652,25510450,25537503,25546181,25560468,25560621', 'assoc_port': '24495610:24495838,24498674:24499194,24507555:24507954,24523339:24523694,24575348:24576059,24581028:24581724,24581360:24582000,24640180:24640548,24640193:24640570,24640240:24640513,24680064:24680390,24719312:24720271,24719427:24722117,24719456:24721236,24719460:24720487,24753731:24754199,24760968:24761390,24774224:24774606,24774238:24774670,24845810:24846241,24850324:24850607,24858082:24858707,24862976:24863708,24862981:24863237,25006836:25007232,25006838:25007440,25010408:25010706,25017800:25018081,25026588:25027253,25026605:25027654,25068069:25068486,25071594:25071742,25141390:25141726,25143412:25143690,25146413:25146714,25197415:25201617,25223421:25224070,25233133:25233330,25263347:25264011,25274158:25274828,25280264:25280453,25283505:25283716,25286608:25287042,25289273:25289565,25293976:25294203,25302443:25302601,25325788:25326438,25328525:25329282,25333451:25333768,25339504:25339797,25350822:25351213,25391519:25391941,25391749:25394231,25391906:25392683,25398874:25402114,25399028:25400167,25399079:2539934', 'assoc_mat': '24495610:metal:4200:24495838,24498674:metal:4200:24499194,24507555:metal:4200:24507954,24523339:metal:4200:24523694,24575348:metal:4200:24576059,24581028:metal:4200:24581724,24581360:metal:4200:24582000,24640180:metal:4200:24640548,24640193:metal:4200:24640570,24640240:metal:4200:24640513,24680064:metal:4200:24680390,24719312:metal:4200:24720271,24719427:metal:4200:24722117,24719456:metal:4200:24721236,24719460:metal:4200:24720487,24753731:metal:4200:24754199,24760968:metal:4200:24761390,24774224:metal:4200:24774606,24774238:metal:4200:24774670,24845810:metal:4200:24846241,24850324:metal:4200:24850607,24858082:metal:4200:24858707,24862976:metal:4200:24863708,24862981:metal:4200:24863237,25006836:metal:4200:25007232,25006838:metal:4200:25007440,25010408:metal:4200:25010706,25017800:metal:4200:25018081,25026588:metal:4200:25027253,25026605:metal:4200:25027654,25068069:metal:4200:25068486,25071594:metal:4200:25071742,25141390:metal:4200:25141726,25143412:metal:4200:25143690,25146413:metal:4200:25146714,25197415:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.028018618123399213, 'nb_photo': 318, 'list_port_cont': '24495820,24495859,24495906,24502738,24505508,24512637,24524295,24526878,24570259,24572160,24582299,24582377,24586587,24587495,24597121,24607997,24640625,24640660,24679422,24682720,24720307,24720355,24720865,24754591,24754697,24754842,24776830,24851992,24852044,24858851,24866299,24992728,25007393,25015688,25027392,25027544,25029256,25031749,25036696,25042940,25063450,25070912,25097287,25146809,25153272,25202927,25206710,25208795,25221636,25223914,25259512,25260695,25274589,25302686,25336255,25337252,25340975,25394576,25399229,25399529,25399663,25399793,25400201,25400318,25403534,25495783,25495871,25503178,25512222,25522136,25528692,25534102,25543061,25546245,25549750,25560538', 'assoc_port': '24495590:24495820,24495594:24495906,24495596:24495859,24502280:24502738,24504955:24505508,24508849:24512637,24516747:24524295,24526771:24526878,24569179:24570259,24571189:24572160,24581037:24586587,24581310:24582377,24581418:24582299,24586608:24587495,24595778:24597121,24607325:24607997,24640184:24640660,24640201:24640625,24679058:24679422,24682275:24682720,24719331:24720865,24719393:24720307,24719451:24720355,24753646:24754842,24753703:24754697,24753733:24754591,24776490:24776830,24851564:24852044,24851597:24851992,24858049:24858851,24865585:24866299,24992143:24992728,25006842:25007393,25015389:25015688,25026600:25027392,25026881:25027544,25026901:25031749,25028534:25029256,25036315:25036696,25042363:25042940,25063054:25063450,25070444:25070912,25097129:25097287,25146406:25146809,25152660:25153272,25197412:25208795,25197413:25202927,25206380:25206710,25221180:25221636,25223393:25223914,25259007:25259512,25260480:25260695,25274165:25274589,25302444:25302686,25328521:25337252,25335921:25336255,25340657:2534097', 'assoc_mat': '24495590:metal:4209:24495820,24495594:metal:4209:24495906,24495596:metal:4209:24495859,24502280:metal:4209:24502738,24504955:metal:4209:24505508,24508849:metal:4209:24512637,24516747:metal:4209:24524295,24526771:metal:4209:24526878,24569179:metal:4209:24570259,24571189:metal:4209:24572160,24581037:metal:4209:24586587,24581310:metal:4209:24582377,24581418:metal:4209:24582299,24586608:metal:4209:24587495,24595778:metal:4209:24597121,24607325:metal:4209:24607997,24640184:metal:4209:24640660,24640201:metal:4209:24640625,24679058:metal:4209:24679422,24682275:metal:4209:24682720,24719331:metal:4209:24720865,24719393:metal:4209:24720307,24719451:metal:4209:24720355,24753646:metal:4209:24754842,24753703:metal:4209:24754697,24753733:metal:4209:24754591,24776490:metal:4209:24776830,24851564:metal:4209:24852044,24851597:metal:4209:24851992,24858049:metal:4209:24858851,24865585:metal:4209:24866299,24992143:metal:4209:24992728,25006842:metal:4209:25007393,25015389:metal:4209:25015688,25026600:metal:4209:25027392,25026881:'}, {'unwanted_material': 'metal', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 8.712779824744457e-05, 'nb_photo': 1, 'list_port_cont': '25312940', 'assoc_port': '25312459:25312940', 'assoc_mat': '25312459:metal:3726:25312940'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00830982723604373, 'nb_photo': 854, 'list_port_cont': '24478241,24484532,24495978,24499406,24499561,24502833,24507118,24508402,24508429,24509416,24509592,24521955,24527498,24546417,24546871,24552316,24564784,24568275,24568489,24568801,24570627,24570937,24576200,24581554,24583283,24583522,24583737,24585793,24590468,24595669,24597193,24607974,24611057,24612792,24640672,24640714,24640762,24673181,24676454,24680634,24680715,24683838,24721343,24721503,24722078,24722321,24722540,24724140,24724408,24754576,24754805,24755236,24757590,24761638,24774972,24777006,24846342,24852211,24854077,24855305,24863825,24866515,24872103,24992866,24997428,24998551,25003254,25003455,25009710,25012235,25012504,25027583,25027683,25028554,25028780,25029278,25029794,25030068,25036571,25042885,25047283,25063750,25067416,25068601,25071803,25097367,25141868,25143848,25147835,25151404,25156187,25210490,25216498,25217223,25218527,25220772,25227394,25232660,25235467,25236777,25245966,25246356,25247833,25260240,25261266,25264651,25271178,25273627,25278119,25280769,25289832,25291004,25293308,2531498', 'assoc_port': '24477484:24478241,24484132:24484532,24495625:24495978,24498679:24499561,24498707:24499406,24502312:24502833,24506203:24507118,24507557:24508429,24507588:24508402,24508877:24509592,24508890:24509416,24513858:24546871,24513869:24546417,24521600:24521955,24526772:24527498,24539740:24552316,24563558:24568801,24563561:24564784,24567016:24568489,24567058:24568275,24569411:24570937,24569447:24570627,24575366:24576200,24580402:24581554,24581034:24583737,24581162:24583522,24581286:24583283,24581372:24595669,24584845:24585793,24589660:24590468,24595818:24597193,24607323:24607974,24610239:24611057,24612038:24612792,24640188:24640762,24640197:24640714,24640200:24640672,24672756:24673181,24675764:24676454,24680065:24680715,24680117:24680634,24683459:24683838,24719304:24724408,24719310:24724140,24719374:24722540,24719432:24722321,24719442:24722078,24719446:24721503,24719455:24721343,24753638:24755236,24753661:24754805,24753728:24754576,24757195:24757590,24760971:24761638,24774225:24774972,24776491:24777006,24845807:2484634', 'assoc_mat': '24477484:metal:4211:24478241,24484132:metal:4211:24484532,24495625:metal:4211:24495978,24498679:metal:4211:24499561,24498707:metal:4211:24499406,24502312:metal:4211:24502833,24506203:metal:4211:24507118,24507557:metal:4211:24508429,24507588:metal:4211:24508402,24508877:metal:4211:24509592,24508890:metal:4211:24509416,24513858:metal:4211:24546871,24513869:metal:4211:24546417,24521600:metal:4211:24521955,24526772:metal:4211:24527498,24539740:metal:4211:24552316,24563558:metal:4211:24568801,24563561:metal:4211:24564784,24567016:metal:4211:24568489,24567058:metal:4211:24568275,24569411:metal:4211:24570937,24569447:metal:4211:24570627,24575366:metal:4211:24576200,24580402:metal:4211:24581554,24581034:metal:4211:24583737,24581162:metal:4211:24583522,24581286:metal:4211:24583283,24581372:metal:4211:24595669,24584845:metal:4211:24585793,24589660:metal:4211:24590468,24595818:metal:4211:24597193,24607323:metal:4211:24607974,24610239:metal:4211:24611057,24612038:metal:4211:24612792,24640188:metal:4211:24640762,24640197:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0014492668569881157, 'nb_photo': 1, 'list_port_cont': '25144039', 'assoc_port': '25143397:25144039', 'assoc_mat': '25143397:metal:3327:25144039'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0006353597655891003, 'nb_photo': 61, 'list_port_cont': '24511265,24581965,24583640,24583724,24747085,24754177,24855465,24866336,25042928,25228464,25238610,25267418,25267800,25274820,25281030,25283958,25290108,25290790,25294416,25326306,25341164,25355761,25402374,25402524,25402996,25403022,25406576,25496000,25512638,25534358', 'assoc_port': '24510238:24511265,24581228:24583640,24581312:24583724,24581421:24581965,24719395:24747085,24753734:24754177,24854816:24855465,24865582:24866336,25042396:25042928,25227894:25228464,25235115:25238610,25266815:25267800,25266836:25267418,25274163:25274820,25280290:25281030,25283502:25283958,25286606:25290108,25290433:25290790,25294006:25294416,25325810:25326306,25340659:25341164,25355341:25355761,25391813:25402524,25391875:25403022,25399044:25402996,25401991:25402374,25403226:25406576,25495530:25496000,25511985:25512638,25533900:25534358', 'assoc_mat': '24510238:metal:3594:24511265,24581228:metal:3594:24583640,24581312:metal:3594:24583724,24581421:metal:3594:24581965,24719395:metal:3594:24747085,24753734:metal:3594:24754177,24854816:metal:3594:24855465,24865582:metal:3594:24866336,25042396:metal:3594:25042928,25227894:metal:3594:25228464,25235115:metal:3594:25238610,25266815:metal:3594:25267800,25266836:metal:3594:25267418,25274163:metal:3594:25274820,25280290:metal:3594:25281030,25283502:metal:3594:25283958,25286606:metal:3594:25290108,25290433:metal:3594:25290790,25294006:metal:3594:25294416,25325810:metal:3594:25326306,25340659:metal:3594:25341164,25355341:metal:3594:25355761,25391813:metal:3594:25402524,25391875:metal:3594:25403022,25399044:metal:3594:25402996,25401991:metal:3594:25402374,25403226:metal:3594:25406576,25495530:metal:3594:25496000,25511985:metal:3594:25512638,25533900:metal:3594:25534358'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.016979474246237063, 'nb_photo': 1414, 'list_port_cont': '24538357,24551176,24555049,24577501,24577528,24577794,24590427,24602092,24621899,24640442,24730447,24756188,24758019,24852313,25039838,25059917,25060680,25061008,25095092,25231574,25250592,25251270,25279470,25291666,25334273,25339181,25404932,25407326,25410418,25411551,25422145,25495686,25506644,25532358,25551781,25556702', 'assoc_port': '24498662:24538357,24507590:24551176,24526739:24555049,24563529:24577794,24569288:24577528,24569408:24577501,24581101:24590427,24601740:24602092,24610181:24621899,24640202:24640442,24719356:24730447,24753717:24756188,24757197:24758019,24851598:24852313,25015391:25039838,25026613:25059917,25026850:25060680,25026898:25061008,25071609:25095092,25221179:25231574,25236161:25251270,25240407:25250592,25276726:25279470,25290447:25291666,25333458:25334273,25337094:25339181,25390338:25422145,25391730:25411551,25391903:25410418,25398892:25404932,25399077:25407326,25495534:25495686,25506508:25506644,25516146:25532358,25541812:25551781,25548262:25556702', 'assoc_mat': '24498662:papier:4205:24538357,24507590:papier:4205:24551176,24526739:papier:4205:24555049,24563529:papier:4205:24577794,24569288:papier:4205:24577528,24569408:papier:4205:24577501,24581101:papier:4205:24590427,24601740:papier:4205:24602092,24610181:papier:4205:24621899,24640202:papier:4205:24640442,24719356:papier:4205:24730447,24753717:papier:4205:24756188,24757197:papier:4205:24758019,24851598:papier:4205:24852313,25015391:papier:4205:25039838,25026613:papier:4205:25059917,25026850:papier:4205:25060680,25026898:papier:4205:25061008,25071609:papier:4205:25095092,25221179:papier:4205:25231574,25236161:papier:4205:25251270,25240407:papier:4205:25250592,25276726:papier:4205:25279470,25290447:papier:4205:25291666,25333458:papier:4205:25334273,25337094:papier:4205:25339181,25390338:papier:4205:25422145,25391730:papier:4205:25411551,25391903:papier:4205:25410418,25398892:papier:4205:25404932,25399077:papier:4205:25407326,25495534:papier:4205:25495686,25506508:papier:4205:25506644,25516146:papier:4205:25532358,2554'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01884835034921627, 'nb_photo': 4398, 'list_port_cont': '24524059,24552377,24553625,24568011,24577608,24591586,24608269,24640809,24730580,24730620,24730641,24754747,24800818,24853236,24866506,25005488,25018250,25036624,25097310,25097748,25155349,25222342,25239145,25251244,25270815,25282597,25336248,25339927,25350095,25403773,25404824,25406525,25412796,25503490,25541022,25544786,25552660,25561296', 'assoc_port': '24507633:24552377,24508886:24553625,24523326:24524059,24567049:24568011,24569474:24577608,24581192:24591586,24592993:24608269,24640173:24640809,24719277:24730641,24719352:24730620,24719447:24730580,24753726:24754747,24796382:24800818,24851596:24853236,24862985:24866506,25004431:25005488,25017809:25018250,25036331:25036624,25070428:25097748,25097140:25097310,25150503:25155349,25209855:25222342,25235129:25251244,25236151:25239145,25263317:25270815,25281391:25282597,25325773:25336248,25337096:25339927,25348045:25350095,25391822:25403773,25398888:25404824,25399001:25406525,25401986:25412796,25501032:25503490,25519628:25544786,25540570:25541022,25541834:25552660,25555410:25561296', 'assoc_mat': '24507633:papier:4203:24552377,24508886:papier:4203:24553625,24523326:papier:4203:24524059,24567049:papier:4203:24568011,24569474:papier:4203:24577608,24581192:papier:4203:24591586,24592993:papier:4203:24608269,24640173:papier:4203:24640809,24719277:papier:4203:24730641,24719352:papier:4203:24730620,24719447:papier:4203:24730580,24753726:papier:4203:24754747,24796382:papier:4203:24800818,24851596:papier:4203:24853236,24862985:papier:4203:24866506,25004431:papier:4203:25005488,25017809:papier:4203:25018250,25036331:papier:4203:25036624,25070428:papier:4203:25097748,25097140:papier:4203:25097310,25150503:papier:4203:25155349,25209855:papier:4203:25222342,25235129:papier:4203:25251244,25236151:papier:4203:25239145,25263317:papier:4203:25270815,25281391:papier:4203:25282597,25325773:papier:4203:25336248,25337096:papier:4203:25339927,25348045:papier:4203:25350095,25391822:papier:4203:25403773,25398888:papier:4203:25404824,25399001:papier:4203:25406525,25401986:papier:4203:25412796,25501032:papier:4203:25503490,2551'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.032477386843866245, 'nb_photo': 17512, 'list_port_cont': '24476266,24495873,24499088,24499301,24499804,24502600,24502754,24503901,24504096,24505418,24505627,24507839,24508029,24509046,24509197,24509720,24509856,24510444,24510593,24517532,24523620,24526977,24560413,24564021,24564164,24567467,24567868,24570126,24570147,24575819,24576970,24577069,24581018,24581430,24581913,24582954,24583294,24583869,24584091,24584414,24585414,24587074,24590043,24593939,24595519,24602013,24607658,24610544,24612320,24640381,24640416,24640481,24640493,24640583,24640647,24676171,24679238,24682507,24682548,24691082,24719870,24719902,24720199,24720375,24720559,24720952,24721734,24721824,24721956,24722252,24722269,24753980,24754030,24754306,24754559,24754853,24761215,24761346,24774590,24776666,24846034,24846209,24848395,24850530,24851798,24853764,24858620,24863243,24863379,24863527,24863604,24992504,24996839,24996863,24998249,25002702,25005064,25007146,25010641,25015545,25015638,25015778,25018000,25026968,25026993,25027215,25027225,25027445,25027627,25027699,25027905,25027973,25028052,2502903', 'assoc_port': '24476124:24476266,24495586:24495873,24495588:24504096,24495628:24503901,24498664:24499804,24498676:24499301,24498710:24499088,24502284:24502754,24502314:24502600,24504914:24505627,24504969:24505418,24507559:24508029,24507618:24507839,24508844:24510593,24508863:24509856,24508881:24509720,24508888:24509197,24508891:24509046,24510240:24510444,24513881:24560413,24516742:24517532,24523311:24523620,24526761:24526977,24563559:24564164,24563562:24564021,24567018:24567868,24567047:24567467,24569413:24570126,24569471:24570147,24575350:24575819,24576820:24577069,24576821:24576970,24580399:24581430,24580433:24581018,24581062:24584414,24581145:24584091,24581172:24583869,24581248:24583294,24581325:24582954,24581369:24595519,24581398:24581913,24584827:24585414,24586624:24587074,24589661:24590043,24593032:24593939,24601730:24602013,24607324:24607658,24610219:24610544,24612028:24612320,24640171:24640416,24640182:24640481,24640186:24640647,24640195:24640583,24640199:24640493,24640221:24640381,24675777:24676171,24679060:2467923', 'assoc_mat': '24476124:papier:4207:24476266,24495586:papier:4207:24495873,24495588:papier:4207:24504096,24495628:papier:4207:24503901,24498664:papier:4207:24499804,24498676:papier:4207:24499301,24498710:papier:4207:24499088,24502284:papier:4207:24502754,24502314:papier:4207:24502600,24504914:papier:4207:24505627,24504969:papier:4207:24505418,24507559:papier:4207:24508029,24507618:papier:4207:24507839,24508844:papier:4207:24510593,24508863:papier:4207:24509856,24508881:papier:4207:24509720,24508888:papier:4207:24509197,24508891:papier:4207:24509046,24510240:papier:4207:24510444,24513881:papier:4207:24560413,24516742:papier:4207:24517532,24523311:papier:4207:24523620,24526761:papier:4207:24526977,24563559:papier:4207:24564164,24563562:papier:4207:24564021,24567018:papier:4207:24567868,24567047:papier:4207:24567467,24569413:papier:4207:24570126,24569471:papier:4207:24570147,24575350:papier:4207:24575819,24576820:papier:4207:24577069,24576821:papier:4207:24576970,24580399:papier:4207:24581430,24580433:papier:4207:24581018,2458'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.23006690184337789, 'nb_photo': 33025, 'list_port_cont': '24484482,24499240,24507941,24508044,24508082,24509275,24515338,24524499,24527516,24570501,24571926,24576613,24577140,24581224,24582270,24590292,24595695,24597631,24607890,24610947,24612587,24640451,24641428,24643296,24676362,24680570,24691332,24720520,24720835,24721145,24721641,24723134,24754499,24754757,24754954,24774801,24803469,24846286,24847482,24850688,24853988,24855211,24863794,24866310,24993922,25000653,25003181,25012177,25012288,25017973,25027471,25027755,25028016,25028079,25028200,25029330,25036761,25042823,25063793,25068533,25097330,25141778,25146834,25151281,25201770,25210409,25214707,25220527,25220598,25223972,25232472,25235515,25237592,25240897,25260946,25267287,25275021,25277293,25283883,25287098,25289845,25294521,25323210,25326203,25326350,25329757,25336564,25341094,25341242,25347350,25351377,25355569,25392222,25392422,25392541,25392670,25393389,25394662,25399423,25399622,25399738,25399960,25400039,25400802,25400989,25401158,25406030,25495910,25498776,25502713,25509024,25512672,25516437,2552939', 'assoc_port': '24484117:24484482,24498668:24499240,24507558:24507941,24507585:24508044,24507649:24508082,24508879:24509275,24513873:24515338,24516716:24524499,24523312:24527516,24569192:24576613,24569409:24570501,24571188:24571926,24576822:24577140,24580431:24581224,24581031:24597631,24581250:24595695,24581365:24582270,24589665:24590292,24607321:24607890,24610218:24610947,24612040:24612587,24640189:24640451,24640191:24641428,24640242:24643296,24675790:24676362,24680066:24680570,24683461:24691332,24719346:24723134,24719388:24721641,24719439:24721145,24719452:24720835,24719462:24720520,24753642:24754954,24753679:24754757,24753730:24754499,24774217:24774801,24796384:24803469,24845812:24846286,24846972:24847482,24850327:24850688,24853633:24853988,24854814:24855211,24862977:24863794,24865577:24866310,24993436:24993922,25000154:25000653,25002373:25003181,25011664:25012288,25011673:25012177,25017802:25017973,25026599:25027755,25026650:25027471,25026809:25028200,25026834:25028016,25026957:25028079,25028526:25029330,25036306:2503676', 'assoc_mat': '24484117:papier:4461:24484482,24498668:papier:4461:24499240,24507558:papier:4461:24507941,24507585:papier:4461:24508044,24507649:papier:4461:24508082,24508879:papier:4461:24509275,24513873:papier:4461:24515338,24516716:papier:4461:24524499,24523312:papier:4461:24527516,24569192:papier:4461:24576613,24569409:papier:4461:24570501,24571188:papier:4461:24571926,24576822:papier:4461:24577140,24580431:papier:4461:24581224,24581031:papier:4461:24597631,24581250:papier:4461:24595695,24581365:papier:4461:24582270,24589665:papier:4461:24590292,24607321:papier:4461:24607890,24610218:papier:4461:24610947,24612040:papier:4461:24612587,24640189:papier:4461:24640451,24640191:papier:4461:24641428,24640242:papier:4461:24643296,24675790:papier:4461:24676362,24680066:papier:4461:24680570,24683461:papier:4461:24691332,24719346:papier:4461:24723134,24719388:papier:4461:24721641,24719439:papier:4461:24721145,24719452:papier:4461:24720835,24719462:papier:4461:24720520,24753642:papier:4461:24754954,24753679:papier:4461:24754757,2475'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01635850773883218, 'nb_photo': 4735, 'list_port_cont': '24477770,24495843,24499198,24502620,24506724,24507950,24509185,24510480,24521999,24523693,24533525,24560900,24564427,24567696,24570343,24576044,24578527,24580924,24581726,24582009,24582144,24582774,24582831,24583054,24585327,24594138,24595181,24602217,24610572,24610776,24612437,24640399,24640519,24640541,24640569,24680405,24682691,24720281,24720490,24720702,24721123,24721244,24721422,24722109,24722520,24722635,24754206,24754234,24754628,24754673,24754983,24761219,24761389,24774603,24774672,24846125,24846244,24850593,24853953,24856128,24858710,24863156,24863230,24863638,24863712,24992481,24998366,24998437,25002685,25007240,25007445,25010679,25010703,25014424,25015505,25018086,25018107,25027247,25027254,25027464,25027664,25027791,25027805,25027897,25028150,25028415,25029046,25042707,25068492,25071745,25097228,25141718,25143680,25146707,25151064,25201634,25207710,25214586,25220519,25223717,25224058,25227138,25232321,25233321,25236422,25242132,25259582,25264016,25274717,25274827,25280449,25281813,25283713,2528673', 'assoc_port': '24477456:24477770,24495610:24495843,24498674:24499198,24502320:24502620,24506207:24506724,24507555:24507950,24508846:24509185,24510221:24510480,24513877:24560900,24516735:24533525,24521602:24521999,24523339:24523693,24563545:24564427,24566994:24567696,24569444:24578527,24569450:24570343,24575348:24576044,24580369:24580924,24581028:24581726,24581042:24582144,24581122:24582774,24581167:24582831,24581246:24583054,24581315:24595181,24581360:24582009,24584865:24585327,24592992:24594138,24601722:24602217,24610182:24610776,24610238:24610572,24612039:24612437,24640178:24640399,24640180:24640541,24640193:24640569,24640240:24640519,24680064:24680405,24682273:24682691,24719312:24720281,24719357:24720702,24719359:24721123,24719411:24721422,24719427:24722109,24719443:24722520,24719449:24722635,24719456:24721244,24719460:24720490,24753641:24754234,24753643:24754628,24753675:24754983,24753686:24754673,24753731:24754206,24760968:24761389,24761001:24761219,24774224:24774603,24774238:24774672,24845781:24846125,24845810:2484624', 'assoc_mat': '24477456:papier:4200:24477770,24495610:papier:4200:24495843,24498674:papier:4200:24499198,24502320:papier:4200:24502620,24506207:papier:4200:24506724,24507555:papier:4200:24507950,24508846:papier:4200:24509185,24510221:papier:4200:24510480,24513877:papier:4200:24560900,24516735:papier:4200:24533525,24521602:papier:4200:24521999,24523339:papier:4200:24523693,24563545:papier:4200:24564427,24566994:papier:4200:24567696,24569444:papier:4200:24578527,24569450:papier:4200:24570343,24575348:papier:4200:24576044,24580369:papier:4200:24580924,24581028:papier:4200:24581726,24581042:papier:4200:24582144,24581122:papier:4200:24582774,24581167:papier:4200:24582831,24581246:papier:4200:24583054,24581315:papier:4200:24595181,24581360:papier:4200:24582009,24584865:papier:4200:24585327,24592992:papier:4200:24594138,24601722:papier:4200:24602217,24610182:papier:4200:24610776,24610238:papier:4200:24610572,24612039:papier:4200:24612437,24640178:papier:4200:24640399,24640180:papier:4200:24640541,24640193:papier:4200:24640569,2464'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9313039202475947, 'nb_photo': 27688, 'list_port_cont': '24495821,24495858,24495912,24502736,24505511,24512633,24524302,24526883,24570258,24572163,24581815,24582287,24582383,24586595,24587491,24597129,24607999,24640614,24640652,24679430,24682726,24720317,24720365,24720448,24720866,24754592,24754693,24754849,24776832,24852001,24852042,24858556,24858863,24866297,24992721,25007389,25015693,25027387,25027546,25027562,25029263,25031752,25036699,25042938,25063448,25070894,25097282,25146814,25153261,25202917,25206713,25208781,25221622,25223910,25259217,25259515,25260692,25274597,25302692,25312754,25326192,25336254,25337244,25340976,25394574,25399230,25399537,25399673,25399792,25400194,25400313,25402412,25403539,25495773,25495872,25503177,25512229,25522128,25528694,25534103,25543051,25546254,25549754,25560534', 'assoc_port': '24495590:24495821,24495594:24495912,24495596:24495858,24502280:24502736,24504955:24505511,24508849:24512633,24516747:24524302,24526771:24526883,24569179:24570258,24571189:24572163,24581037:24586595,24581310:24582383,24581418:24582287,24581423:24581815,24586608:24587491,24595778:24597129,24607325:24607999,24640184:24640652,24640201:24640614,24679058:24679430,24682275:24682726,24719331:24720866,24719391:24720448,24719393:24720317,24719451:24720365,24753646:24754849,24753703:24754693,24753733:24754592,24776490:24776832,24851564:24852042,24851597:24852001,24858049:24858863,24858069:24858556,24865585:24866297,24992143:24992721,25006842:25007389,25015389:25015693,25026600:25027387,25026813:25027562,25026881:25027546,25026901:25031752,25028534:25029263,25036315:25036699,25042363:25042938,25063054:25063448,25070444:25070894,25097129:25097282,25146406:25146814,25152660:25153261,25197412:25208781,25197413:25202917,25206380:25206713,25221180:25221622,25223393:25223910,25259007:25259515,25259022:25259217,25260480:2526069', 'assoc_mat': '24495590:papier:4209:24495821,24495594:papier:4209:24495912,24495596:papier:4209:24495858,24502280:papier:4209:24502736,24504955:papier:4209:24505511,24508849:papier:4209:24512633,24516747:papier:4209:24524302,24526771:papier:4209:24526883,24569179:papier:4209:24570258,24571189:papier:4209:24572163,24581037:papier:4209:24586595,24581310:papier:4209:24582383,24581418:papier:4209:24582287,24581423:papier:4209:24581815,24586608:papier:4209:24587491,24595778:papier:4209:24597129,24607325:papier:4209:24607999,24640184:papier:4209:24640652,24640201:papier:4209:24640614,24679058:papier:4209:24679430,24682275:papier:4209:24682726,24719331:papier:4209:24720866,24719391:papier:4209:24720448,24719393:papier:4209:24720317,24719451:papier:4209:24720365,24753646:papier:4209:24754849,24753703:papier:4209:24754693,24753733:papier:4209:24754592,24776490:papier:4209:24776832,24851564:papier:4209:24852042,24851597:papier:4209:24852001,24858049:papier:4209:24858863,24858069:papier:4209:24858556,24865585:papier:4209:24866297,2499'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011528447133541923, 'nb_photo': 18675, 'list_port_cont': '24469644,24470073,24478242,24484545,24495981,24499404,24499573,24502839,24507119,24508391,24508444,24509437,24509590,24521944,24527500,24546412,24546868,24552311,24564785,24568288,24568483,24568791,24570633,24570922,24576193,24581556,24582533,24583286,24583525,24583748,24585788,24590472,24595667,24597179,24607962,24611069,24612797,24640671,24640711,24640755,24673179,24676461,24680633,24680713,24683825,24721357,24721488,24722083,24722322,24722557,24724139,24724420,24754563,24754816,24755228,24757588,24761640,24774973,24777000,24846339,24852025,24852218,24854085,24855292,24863832,24866521,24872112,24992869,24997422,24998554,25003246,25003456,25009711,25012243,25012512,25018015,25027340,25027565,25027682,25028561,25028728,25028793,25029275,25029795,25030072,25036570,25042892,25047281,25063753,25067423,25068595,25071808,25097375,25141880,25143847,25147836,25151415,25156180,25210485,25216501,25217227,25218526,25220768,25227382,25232649,25235465,25236773,25245961,25246358,25247844,25260244,25261270,25264658,2527116', 'assoc_port': '24469358:24470073,24469360:24469644,24477484:24478242,24484132:24484545,24495625:24495981,24498679:24499573,24498707:24499404,24502312:24502839,24506203:24507119,24507557:24508444,24507588:24508391,24508877:24509590,24508890:24509437,24513858:24546868,24513869:24546412,24521600:24521944,24526772:24527500,24539740:24552311,24563558:24568791,24563561:24564785,24567016:24568483,24567058:24568288,24569411:24570922,24569447:24570633,24575366:24576193,24580402:24581556,24581034:24583748,24581162:24583525,24581286:24583286,24581372:24595667,24581374:24582533,24584845:24585788,24589660:24590472,24595818:24597179,24607323:24607962,24610239:24611069,24612038:24612797,24640188:24640755,24640197:24640711,24640200:24640671,24672756:24673179,24675764:24676461,24680065:24680713,24680117:24680633,24683459:24683825,24719304:24724420,24719310:24724139,24719374:24722557,24719432:24722322,24719442:24722083,24719446:24721488,24719455:24721357,24753638:24755228,24753661:24754816,24753728:24754563,24757195:24757588,24760971:2476164', 'assoc_mat': '24469358:papier:4211:24470073,24469360:papier:4211:24469644,24477484:papier:4211:24478242,24484132:papier:4211:24484545,24495625:papier:4211:24495981,24498679:papier:4211:24499573,24498707:papier:4211:24499404,24502312:papier:4211:24502839,24506203:papier:4211:24507119,24507557:papier:4211:24508444,24507588:papier:4211:24508391,24508877:papier:4211:24509590,24508890:papier:4211:24509437,24513858:papier:4211:24546868,24513869:papier:4211:24546412,24521600:papier:4211:24521944,24526772:papier:4211:24527500,24539740:papier:4211:24552311,24563558:papier:4211:24568791,24563561:papier:4211:24564785,24567016:papier:4211:24568483,24567058:papier:4211:24568288,24569411:papier:4211:24570922,24569447:papier:4211:24570633,24575366:papier:4211:24576193,24580402:papier:4211:24581556,24581034:papier:4211:24583748,24581162:papier:4211:24583525,24581286:papier:4211:24583286,24581372:papier:4211:24595667,24581374:papier:4211:24582533,24584845:papier:4211:24585788,24589660:papier:4211:24590472,24595818:papier:4211:24597179,2460'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.01065910713686724, 'nb_photo': 790, 'list_port_cont': '24484997,24503064,24503113,24505799,24508526,24509631,24511352,24522561,24522768,24523268,24524105,24565650,24565712,24568881,24570416,24570864,24571087,24571185,24571530,24572599,24576559,24576568,24577345,24582405,24582692,24582935,24583988,24584006,24584483,24584519,24584618,24596080,24596142,24597871,24601278,24606863,24608418,24610756,24611542,24612878,24641040,24641052,24641075,24680955,24721570,24721648,24721910,24722066,24722607,24723118,24723264,24724124,24724827,24725271,24727088,24730016,24755364,24757954,24761778,24775098,24846564,24847736,24848845,24848916,24851008,24852333,24859386,24863774,24864077,24866882,24866895,24994510,24997485,24998847,25000947,25006214,25007836,25012692,25028456,25028705,25029078,25029101,25029293,25029575,25029708,25030010,25037054,25037104,25043113,25047964,25067676,25071261,25097394,25142086,25144033,25147242,25149987,25159073,25200656,25212344,25215101,25218702,25224291,25232700,25233713,25237037,25237131,25241197,25241424,25260070,25264864,25271586,25275182,2527740', 'assoc_port': '24484130:24484997,24502310:24503113,24502316:24503064,24504928:24505799,24507592:24508526,24508842:24509631,24510235:24511352,24516729:24523268,24521573:24522561,24521601:24522768,24523313:24524105,24563516:24565712,24563560:24565650,24567020:24568881,24569406:24571530,24569410:24571185,24569415:24571087,24569429:24570416,24569477:24570864,24571193:24572599,24575359:24576568,24575380:24576559,24576823:24577345,24580366:24582935,24580385:24582692,24580404:24582405,24581128:24584618,24581170:24584519,24581320:24584483,24581330:24584006,24581378:24583988,24592991:24596142,24593006:24596080,24595725:24597871,24595828:24601278,24605492:24606863,24607322:24608418,24610183:24611542,24610237:24610756,24612037:24612878,24640175:24641075,24640196:24641052,24640241:24641040,24680095:24680955,24719278:24725271,24719308:24724827,24719348:24730016,24719358:24724124,24719361:24723118,24719397:24723264,24719425:24721648,24719440:24722607,24719445:24727088,24719450:24722066,24719457:24721910,24719459:24721570,24753682:2475536', 'assoc_mat': '24484130:papier:3327:24484997,24502310:papier:3327:24503113,24502316:papier:3327:24503064,24504928:papier:3327:24505799,24507592:papier:3327:24508526,24508842:papier:3327:24509631,24510235:papier:3327:24511352,24516729:papier:3327:24523268,24521573:papier:3327:24522561,24521601:papier:3327:24522768,24523313:papier:3327:24524105,24563516:papier:3327:24565712,24563560:papier:3327:24565650,24567020:papier:3327:24568881,24569406:papier:3327:24571530,24569410:papier:3327:24571185,24569415:papier:3327:24571087,24569429:papier:3327:24570416,24569477:papier:3327:24570864,24571193:papier:3327:24572599,24575359:papier:3327:24576568,24575380:papier:3327:24576559,24576823:papier:3327:24577345,24580366:papier:3327:24582935,24580385:papier:3327:24582692,24580404:papier:3327:24582405,24581128:papier:3327:24584618,24581170:papier:3327:24584519,24581320:papier:3327:24584483,24581330:papier:3327:24584006,24581378:papier:3327:24583988,24592991:papier:3327:24596142,24593006:papier:3327:24596080,24595725:papier:3327:24597871,2459'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.10437658237476158, 'nb_photo': 6095, 'list_port_cont': '24497055,24511253,24581967,24583642,24583722,24747086,24754183,24855466,24858781,24866333,25042930,25228471,25238609,25259630,25267417,25267791,25274824,25281023,25283955,25290109,25290791,25294415,25326302,25336402,25341160,25355766,25402382,25402521,25402995,25403025,25403333,25406574,25496001,25512641,25534355,25538924', 'assoc_port': '24495592:24497055,24510238:24511253,24581228:24583642,24581312:24583722,24581421:24581967,24719395:24747086,24753734:24754183,24854816:24855466,24858050:24858781,24865582:24866333,25042396:25042930,25227894:25228471,25235115:25238609,25259010:25259630,25266815:25267791,25266836:25267417,25274163:25274824,25280290:25281023,25283502:25283955,25286606:25290109,25290433:25290791,25294006:25294415,25325810:25326302,25335919:25336402,25340659:25341160,25355341:25355766,25391813:25402521,25391875:25403025,25398994:25403333,25399044:25402995,25401991:25402382,25403226:25406574,25495530:25496001,25511985:25512641,25533900:25534355,25538280:25538924', 'assoc_mat': '24495592:papier:3594:24497055,24510238:papier:3594:24511253,24581228:papier:3594:24583642,24581312:papier:3594:24583722,24581421:papier:3594:24581967,24719395:papier:3594:24747086,24753734:papier:3594:24754183,24854816:papier:3594:24855466,24858050:papier:3594:24858781,24865582:papier:3594:24866333,25042396:papier:3594:25042930,25227894:papier:3594:25228471,25235115:papier:3594:25238609,25259010:papier:3594:25259630,25266815:papier:3594:25267791,25266836:papier:3594:25267417,25274163:papier:3594:25274824,25280290:papier:3594:25281023,25283502:papier:3594:25283955,25286606:papier:3594:25290109,25290433:papier:3594:25290791,25294006:papier:3594:25294415,25325810:papier:3594:25326302,25335919:papier:3594:25336402,25340659:papier:3594:25341160,25355341:papier:3594:25355766,25391813:papier:3594:25402521,25391875:papier:3594:25403025,25398994:papier:3594:25403333,25399044:papier:3594:25402995,25401991:papier:3594:25402382,25403226:papier:3594:25406574,25495530:papier:3594:25496001,25511985:papier:3594:25512641,2553'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0057592291806354695, 'nb_photo': 46, 'list_port_cont': '24538349,24551182,24577795,24590419,24602101,24640435,24730444,24852315,25039841,25095088,25231577,25250599,25251260,25279473,25334278,25404941,25410420,25411552,25422136,25495673,25506650,25532355', 'assoc_port': '24498662:24538349,24507590:24551182,24563529:24577795,24581101:24590419,24601740:24602101,24640202:24640435,24719356:24730444,24851598:24852315,25015391:25039841,25071609:25095088,25221179:25231577,25236161:25251260,25240407:25250599,25276726:25279473,25333458:25334278,25390338:25422136,25391730:25411552,25391903:25410420,25398892:25404941,25495534:25495673,25506508:25506650,25516146:25532355', 'assoc_mat': '24498662:pehd:4205:24538349,24507590:pehd:4205:24551182,24563529:pehd:4205:24577795,24581101:pehd:4205:24590419,24601740:pehd:4205:24602101,24640202:pehd:4205:24640435,24719356:pehd:4205:24730444,24851598:pehd:4205:24852315,25015391:pehd:4205:25039841,25071609:pehd:4205:25095088,25221179:pehd:4205:25231577,25236161:pehd:4205:25251260,25240407:pehd:4205:25250599,25276726:pehd:4205:25279473,25333458:pehd:4205:25334278,25390338:pehd:4205:25422136,25391730:pehd:4205:25411552,25391903:pehd:4205:25410420,25398892:pehd:4205:25404941,25495534:pehd:4205:25495673,25506508:pehd:4205:25506650,25516146:pehd:4205:25532355'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.003411585798455277, 'nb_photo': 160, 'list_port_cont': '24524056,24552370,24553617,24568020,24577607,24608274,24640815,24730590,24730619,24730642,24754743,24800809,24853244,24866497,25005492,25018243,25036617,25097324,25097740,25155342,25222334,25239142,25270812,25336236,25339930,25350105,25403767,25404833,25406518,25412807,25503500,25541020,25544785,25552659,25561299', 'assoc_port': '24507633:24552370,24508886:24553617,24523326:24524056,24567049:24568020,24569474:24577607,24592993:24608274,24640173:24640815,24719277:24730642,24719352:24730619,24719447:24730590,24753726:24754743,24796382:24800809,24851596:24853244,24862985:24866497,25004431:25005492,25017809:25018243,25036331:25036617,25070428:25097740,25097140:25097324,25150503:25155342,25209855:25222334,25236151:25239142,25263317:25270812,25325773:25336236,25337096:25339930,25348045:25350105,25391822:25403767,25398888:25404833,25399001:25406518,25401986:25412807,25501032:25503500,25519628:25544785,25540570:25541020,25541834:25552659,25555410:25561299', 'assoc_mat': '24507633:pehd:4203:24552370,24508886:pehd:4203:24553617,24523326:pehd:4203:24524056,24567049:pehd:4203:24568020,24569474:pehd:4203:24577607,24592993:pehd:4203:24608274,24640173:pehd:4203:24640815,24719277:pehd:4203:24730642,24719352:pehd:4203:24730619,24719447:pehd:4203:24730590,24753726:pehd:4203:24754743,24796382:pehd:4203:24800809,24851596:pehd:4203:24853244,24862985:pehd:4203:24866497,25004431:pehd:4203:25005492,25017809:pehd:4203:25018243,25036331:pehd:4203:25036617,25070428:pehd:4203:25097740,25097140:pehd:4203:25097324,25150503:pehd:4203:25155342,25209855:pehd:4203:25222334,25236151:pehd:4203:25239142,25263317:pehd:4203:25270812,25325773:pehd:4203:25336236,25337096:pehd:4203:25339930,25348045:pehd:4203:25350105,25391822:pehd:4203:25403767,25398888:pehd:4203:25404833,25399001:pehd:4203:25406518,25401986:pehd:4203:25412807,25501032:pehd:4203:25503500,25519628:pehd:4203:25544785,25540570:pehd:4203:25541020,25541834:pehd:4203:25552659,25555410:pehd:4203:25561299'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002964679844899847, 'nb_photo': 202, 'list_port_cont': '24499094,24499809,24502589,24503925,24508024,24509707,24509863,24510592,24526978,24564013,24564158,24567465,24567865,24570127,24575814,24577056,24581016,24581435,24581915,24583297,24584092,24584422,24585420,24587068,24593940,24602011,24610551,24640503,24640590,24682549,24720184,24720380,24720947,24721745,24721837,24721961,24722248,24753978,24754036,24754312,24754864,24761205,24761361,24774598,24776674,24846029,24846203,24848391,24850520,24858635,24863601,24992508,25002710,25015553,25015779,25026982,25026988,25027233,25027701,25027968,25028068,25067061,25068255,25097176,25097204,25097239,25099500,25141668,25223023,25226753,25227098,25227171,25231341,25232547,25250011,25250702,25252510,25259778,25267751,25271009,25279322,25280391,25284044,25286800,25291467,25294026,25294829,25307031,25312772,25319937,25336602,25337426,25339093,25341893,25346693,25348503,25348931,25348954,25360913,25360971,25391643,25403400,25403892,25405256,25405409,25405498,25405999,25406431,25408065,25410034,25410987,25411356,25411932,2541215', 'assoc_port': '24495628:24503925,24498664:24499809,24498710:24499094,24502314:24502589,24507559:24508024,24508844:24510592,24508863:24509863,24508881:24509707,24526761:24526978,24563559:24564158,24563562:24564013,24567018:24567865,24567047:24567465,24569413:24570127,24575350:24575814,24576820:24577056,24580399:24581435,24580433:24581016,24581062:24584422,24581145:24584092,24581248:24583297,24581398:24581915,24584827:24585420,24586624:24587068,24593032:24593940,24601730:24602011,24610219:24610551,24640182:24640503,24640195:24640590,24682259:24682549,24719315:24720184,24719360:24720947,24719430:24721745,24719437:24721961,24719448:24722248,24719454:24721837,24719458:24720380,24753612:24754036,24753644:24754864,24753689:24754312,24753719:24753978,24760969:24761361,24760987:24761205,24774219:24774598,24776489:24776674,24845808:24846029,24845811:24846203,24848230:24848391,24850321:24850520,24858048:24858635,24862979:24863601,24992156:24992508,25002376:25002710,25015368:25015553,25015384:25015779,25026591:25026982,25026603:2502723', 'assoc_mat': '24495628:pehd:4207:24503925,24498664:pehd:4207:24499809,24498710:pehd:4207:24499094,24502314:pehd:4207:24502589,24507559:pehd:4207:24508024,24508844:pehd:4207:24510592,24508863:pehd:4207:24509863,24508881:pehd:4207:24509707,24526761:pehd:4207:24526978,24563559:pehd:4207:24564158,24563562:pehd:4207:24564013,24567018:pehd:4207:24567865,24567047:pehd:4207:24567465,24569413:pehd:4207:24570127,24575350:pehd:4207:24575814,24576820:pehd:4207:24577056,24580399:pehd:4207:24581435,24580433:pehd:4207:24581016,24581062:pehd:4207:24584422,24581145:pehd:4207:24584092,24581248:pehd:4207:24583297,24581398:pehd:4207:24581915,24584827:pehd:4207:24585420,24586624:pehd:4207:24587068,24593032:pehd:4207:24593940,24601730:pehd:4207:24602011,24610219:pehd:4207:24610551,24640182:pehd:4207:24640503,24640195:pehd:4207:24640590,24682259:pehd:4207:24682549,24719315:pehd:4207:24720184,24719360:pehd:4207:24720947,24719430:pehd:4207:24721745,24719437:pehd:4207:24721961,24719448:pehd:4207:24722248,24719454:pehd:4207:24721837,24719458:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00840344605520651, 'nb_photo': 11, 'list_port_cont': '24499246,24597634,25000662,25028022,25028206,25237581,25326345,25400988,25498779,25516430,25553729', 'assoc_port': '24498668:24499246,24581031:24597634,25000154:25000662,25026809:25028206,25026834:25028022,25237305:25237581,25325771:25326345,25398896:25400988,25498470:25498779,25516162:25516430,25553232:25553729', 'assoc_mat': '24498668:pehd:4461:24499246,24581031:pehd:4461:24597634,25000154:pehd:4461:25000662,25026809:pehd:4461:25028206,25026834:pehd:4461:25028022,25237305:pehd:4461:25237581,25325771:pehd:4461:25326345,25398896:pehd:4461:25400988,25498470:pehd:4461:25498779,25516162:pehd:4461:25516430,25553232:pehd:4461:25553729'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.006334631639436643, 'nb_photo': 479, 'list_port_cont': '24477772,24495836,24499196,24502619,24507938,24509177,24510488,24521995,24523698,24533534,24560912,24564429,24567695,24570341,24576054,24580937,24581728,24581996,24582145,24582838,24583066,24585322,24594148,24595186,24602220,24610570,24610769,24612439,24640403,24640521,24640549,24640566,24680402,24682695,24720272,24720493,24720693,24721116,24721245,24721414,24722106,24722514,24722641,24754228,24754616,24754668,24754982,24761395,24774607,24846121,24846242,24850598,24853951,24856130,24858716,24863228,24863705,24992492,24998367,24998448,25002687,25007239,25007441,25010684,25010698,25014428,25015503,25027236,25027260,25027468,25027652,25027788,25027900,25028153,25028419,25029313,25068489,25071743,25097225,25141724,25143689,25146702,25151077,25201609,25207700,25214589,25220512,25223722,25227143,25232319,25236434,25242123,25259583,25264017,25274724,25274829,25281817,25289574,25294199,25294757,25302602,25302673,25321730,25326449,25329283,25333767,25339812,25347174,25347409,25351221,25391933,25392117,25392448,2539315', 'assoc_port': '24477456:24477772,24495610:24495836,24498674:24499196,24502320:24502619,24507555:24507938,24508846:24509177,24510221:24510488,24513877:24560912,24516735:24533534,24521602:24521995,24523339:24523698,24563545:24564429,24566994:24567695,24569450:24570341,24575348:24576054,24580369:24580937,24581028:24581728,24581042:24582145,24581167:24582838,24581246:24583066,24581315:24595186,24581360:24581996,24584865:24585322,24592992:24594148,24601722:24602220,24610182:24610769,24610238:24610570,24612039:24612439,24640178:24640403,24640180:24640549,24640193:24640566,24640240:24640521,24680064:24680402,24682273:24682695,24719312:24720272,24719357:24720693,24719359:24721116,24719411:24721414,24719427:24722106,24719443:24722514,24719449:24722641,24719456:24721245,24719460:24720493,24753641:24754228,24753643:24754616,24753675:24754982,24753686:24754668,24760968:24761395,24774224:24774607,24845781:24846121,24845810:24846242,24848229:24856130,24850324:24850598,24853632:24853951,24858082:24858716,24862976:24863705,24862981:2486322', 'assoc_mat': '24477456:pehd:4200:24477772,24495610:pehd:4200:24495836,24498674:pehd:4200:24499196,24502320:pehd:4200:24502619,24507555:pehd:4200:24507938,24508846:pehd:4200:24509177,24510221:pehd:4200:24510488,24513877:pehd:4200:24560912,24516735:pehd:4200:24533534,24521602:pehd:4200:24521995,24523339:pehd:4200:24523698,24563545:pehd:4200:24564429,24566994:pehd:4200:24567695,24569450:pehd:4200:24570341,24575348:pehd:4200:24576054,24580369:pehd:4200:24580937,24581028:pehd:4200:24581728,24581042:pehd:4200:24582145,24581167:pehd:4200:24582838,24581246:pehd:4200:24583066,24581315:pehd:4200:24595186,24581360:pehd:4200:24581996,24584865:pehd:4200:24585322,24592992:pehd:4200:24594148,24601722:pehd:4200:24602220,24610182:pehd:4200:24610769,24610238:pehd:4200:24610570,24612039:pehd:4200:24612439,24640178:pehd:4200:24640403,24640180:pehd:4200:24640549,24640193:pehd:4200:24640566,24640240:pehd:4200:24640521,24680064:pehd:4200:24680402,24682273:pehd:4200:24682695,24719312:pehd:4200:24720272,24719357:pehd:4200:24720693,24719359:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.005076315085674862, 'nb_photo': 116, 'list_port_cont': '24495920,24502744,24505502,24512638,24524290,24570253,24572153,24582288,24582374,24586593,24587502,24597123,24640626,24640661,24679435,24682728,24720366,24754701,24754838,24776839,24851996,24858864,24866294,24992720,25007382,25027533,25027572,25031760,25036693,25063441,25070904,25146819,25153264,25202926,25206720,25223911,25259218,25259522,25260696,25274596,25302687,25326184,25337256,25340972,25394566,25399533,25400202,25400309,25403544,25495765,25495880,25512220,25522129,25546249,25549743', 'assoc_port': '24495594:24495920,24502280:24502744,24504955:24505502,24508849:24512638,24516747:24524290,24569179:24570253,24571189:24572153,24581037:24586593,24581310:24582374,24581418:24582288,24586608:24587502,24595778:24597123,24640184:24640661,24640201:24640626,24679058:24679435,24682275:24682728,24719451:24720366,24753646:24754838,24753703:24754701,24776490:24776839,24851597:24851996,24858049:24858864,24865585:24866294,24992143:24992720,25006842:25007382,25026813:25027572,25026881:25027533,25026901:25031760,25036315:25036693,25063054:25063441,25070444:25070904,25146406:25146819,25152660:25153264,25197413:25202926,25206380:25206720,25223393:25223911,25259007:25259522,25259022:25259218,25260480:25260696,25274165:25274596,25302444:25302687,25325811:25326184,25328521:25337256,25340657:25340972,25394243:25394566,25398885:25400309,25398930:25400202,25398996:25399533,25403210:25403544,25495528:25495880,25495532:25495765,25511987:25512220,25521823:25522129,25545870:25546249,25549511:25549743', 'assoc_mat': '24495594:pehd:4209:24495920,24502280:pehd:4209:24502744,24504955:pehd:4209:24505502,24508849:pehd:4209:24512638,24516747:pehd:4209:24524290,24569179:pehd:4209:24570253,24571189:pehd:4209:24572153,24581037:pehd:4209:24586593,24581310:pehd:4209:24582374,24581418:pehd:4209:24582288,24586608:pehd:4209:24587502,24595778:pehd:4209:24597123,24640184:pehd:4209:24640661,24640201:pehd:4209:24640626,24679058:pehd:4209:24679435,24682275:pehd:4209:24682728,24719451:pehd:4209:24720366,24753646:pehd:4209:24754838,24753703:pehd:4209:24754701,24776490:pehd:4209:24776839,24851597:pehd:4209:24851996,24858049:pehd:4209:24858864,24865585:pehd:4209:24866294,24992143:pehd:4209:24992720,25006842:pehd:4209:25007382,25026813:pehd:4209:25027572,25026881:pehd:4209:25027533,25026901:pehd:4209:25031760,25036315:pehd:4209:25036693,25063054:pehd:4209:25063441,25070444:pehd:4209:25070904,25146406:pehd:4209:25146819,25152660:pehd:4209:25153264,25197413:pehd:4209:25202926,25206380:pehd:4209:25206720,25223393:pehd:4209:25223911,25259007:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9583953046367029, 'nb_photo': 5191, 'list_port_cont': '24469652,24470061,24478255,24484530,24495968,24499407,24499574,24502834,24507113,24508392,24508433,24509415,24509589,24521952,24527494,24546414,24546863,24552305,24564780,24568286,24568485,24568803,24570621,24570935,24576198,24581555,24582521,24583270,24583535,24583752,24585791,24590465,24595675,24597190,24607964,24611058,24612798,24640667,24640705,24640761,24673199,24676460,24680630,24680718,24683835,24721346,24721494,24722080,24722314,24722551,24724149,24724419,24754567,24754808,24755233,24757597,24761633,24774975,24777014,24846346,24852023,24852212,24854081,24855295,24863830,24866511,24872104,24992873,24997437,24998556,25003240,25003457,25009705,25012241,25012503,25018022,25027341,25027555,25027667,25028567,25028751,25028788,25029274,25029783,25030074,25036566,25042888,25047278,25063754,25067424,25068604,25071804,25097376,25141875,25143843,25147841,25151416,25156185,25210483,25216504,25217229,25218522,25220771,25227383,25232650,25235472,25236779,25245964,25246360,25247843,25260252,25261275,25264653,2527116', 'assoc_port': '24469358:24470061,24469360:24469652,24477484:24478255,24484132:24484530,24495625:24495968,24498679:24499574,24498707:24499407,24502312:24502834,24506203:24507113,24507557:24508433,24507588:24508392,24508877:24509589,24508890:24509415,24513858:24546863,24513869:24546414,24521600:24521952,24526772:24527494,24539740:24552305,24563558:24568803,24563561:24564780,24567016:24568485,24567058:24568286,24569411:24570935,24569447:24570621,24575366:24576198,24580402:24581555,24581034:24583752,24581162:24583535,24581286:24583270,24581372:24595675,24581374:24582521,24584845:24585791,24589660:24590465,24595818:24597190,24607323:24607964,24610239:24611058,24612038:24612798,24640188:24640761,24640197:24640705,24640200:24640667,24672756:24673199,24675764:24676460,24680065:24680718,24680117:24680630,24683459:24683835,24719304:24724419,24719310:24724149,24719374:24722551,24719432:24722314,24719442:24722080,24719446:24721494,24719455:24721346,24753638:24755233,24753661:24754808,24753728:24754567,24757195:24757597,24760971:2476163', 'assoc_mat': '24469358:pehd:4211:24470061,24469360:pehd:4211:24469652,24477484:pehd:4211:24478255,24484132:pehd:4211:24484530,24495625:pehd:4211:24495968,24498679:pehd:4211:24499574,24498707:pehd:4211:24499407,24502312:pehd:4211:24502834,24506203:pehd:4211:24507113,24507557:pehd:4211:24508433,24507588:pehd:4211:24508392,24508877:pehd:4211:24509589,24508890:pehd:4211:24509415,24513858:pehd:4211:24546863,24513869:pehd:4211:24546414,24521600:pehd:4211:24521952,24526772:pehd:4211:24527494,24539740:pehd:4211:24552305,24563558:pehd:4211:24568803,24563561:pehd:4211:24564780,24567016:pehd:4211:24568485,24567058:pehd:4211:24568286,24569411:pehd:4211:24570935,24569447:pehd:4211:24570621,24575366:pehd:4211:24576198,24580402:pehd:4211:24581555,24581034:pehd:4211:24583752,24581162:pehd:4211:24583535,24581286:pehd:4211:24583270,24581372:pehd:4211:24595675,24581374:pehd:4211:24582521,24584845:pehd:4211:24585791,24589660:pehd:4211:24590465,24595818:pehd:4211:24597190,24607323:pehd:4211:24607964,24610239:pehd:4211:24611058,24612038:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002525955787353019, 'nb_photo': 4, 'list_port_cont': '24606866,24725269,25281048,25284139', 'assoc_port': '24605492:24606866,24719278:24725269,25280263:25281048,25283498:25284139', 'assoc_mat': '24605492:pehd:3327:24606866,24719278:pehd:3327:24725269,25280263:pehd:3327:25281048,25283498:pehd:3327:25284139'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0012833719135802468, 'nb_photo': 1, 'list_port_cont': '24754173', 'assoc_port': '24753734:24754173', 'assoc_mat': '24753734:pehd:3594:24754173'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0036074245599928127, 'nb_photo': 6, 'list_port_cont': '24577799,24730437,25251271,25291677,25556706', 'assoc_port': '24563529:24577799,24719356:24730437,25236161:25251271,25290447:25291677,25548262:25556706', 'assoc_mat': '24563529:pet_clair:4205:24577799,24719356:pet_clair:4205:24730437,25236161:pet_clair:4205:25251271,25290447:pet_clair:4205:25291677,25548262:pet_clair:4205:25556706'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0001609495659003451, 'nb_photo': 1, 'list_port_cont': '24568018', 'assoc_port': '24567049:24568018', 'assoc_mat': '24567049:pet_clair:4203:24568018'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0019894420131339424, 'nb_photo': 12, 'list_port_cont': '24510440,24610552,24612322,24761217,24858622,24863254,24996855,25002711,25028053,25250388,25336599,25406001', 'assoc_port': '24510240:24510440,24610219:24610552,24612028:24612322,24760987:24761217,24858048:24858622,24862954:24863254,24996662:24996855,25002376:25002711,25026882:25028053,25240382:25250388,25325806:25336599,25398989:25406001', 'assoc_mat': '24510240:pet_clair:4207:24510440,24610219:pet_clair:4207:24610552,24612028:pet_clair:4207:24612322,24760987:pet_clair:4207:24761217,24858048:pet_clair:4207:24858622,24862954:pet_clair:4207:24863254,24996662:pet_clair:4207:24996855,25002376:pet_clair:4207:25002711,25026882:pet_clair:4207:25028053,25240382:pet_clair:4207:25250388,25325806:pet_clair:4207:25336599,25398989:pet_clair:4207:25406001'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.004852482900876865, 'nb_photo': 96, 'list_port_cont': '24495834,24502616,24509186,24510481,24522002,24533528,24567702,24576055,24578539,24582004,24582832,24583055,24594154,24610561,24640404,24640515,24680397,24720279,24720692,24721124,24721398,24722120,24722512,24754225,24850596,24863150,24863710,25007448,25014427,25018116,25027222,25027235,25027784,25068491,25071739,25097229,25143687,25201623,25227152,25236430,25264013,25274731,25280445,25281822,25283721,25286741,25289566,25302600,25321734,25326447,25329271,25391935,25392102,25393162,25394005,25394235,25399399,25401369,25401869,25402349,25495959,25505656,25510458,25534310,25537512,25540961,25552338', 'assoc_port': '24495610:24495834,24502320:24502616,24508846:24509186,24510221:24510481,24516735:24533528,24521602:24522002,24566994:24567702,24569444:24578539,24575348:24576055,24581167:24582832,24581246:24583055,24581360:24582004,24592992:24594154,24610238:24610561,24640178:24640404,24640240:24640515,24680064:24680397,24719312:24720279,24719357:24720692,24719359:24721124,24719411:24721398,24719427:24722120,24719443:24722512,24753641:24754225,24850324:24850596,24862976:24863710,24862980:24863150,24993437:25014427,25006838:25007448,25017811:25018116,25026588:25027222,25026606:25027235,25026944:25027784,25068069:25068491,25071594:25071739,25097135:25097229,25143412:25143687,25197415:25201623,25226916:25227152,25236157:25236430,25263347:25264013,25274161:25274731,25280264:25280445,25281387:25281822,25283505:25283721,25286607:25286741,25289273:25289566,25302443:25302600,25321132:25321734,25325788:25326447,25328525:25329271,25391519:25391935,25391749:25394235,25391788:25394005,25391815:25392102,25391863:25393162,25398894:2540186', 'assoc_mat': '24495610:pet_clair:4200:24495834,24502320:pet_clair:4200:24502616,24508846:pet_clair:4200:24509186,24510221:pet_clair:4200:24510481,24516735:pet_clair:4200:24533528,24521602:pet_clair:4200:24522002,24566994:pet_clair:4200:24567702,24569444:pet_clair:4200:24578539,24575348:pet_clair:4200:24576055,24581167:pet_clair:4200:24582832,24581246:pet_clair:4200:24583055,24581360:pet_clair:4200:24582004,24592992:pet_clair:4200:24594154,24610238:pet_clair:4200:24610561,24640178:pet_clair:4200:24640404,24640240:pet_clair:4200:24640515,24680064:pet_clair:4200:24680397,24719312:pet_clair:4200:24720279,24719357:pet_clair:4200:24720692,24719359:pet_clair:4200:24721124,24719411:pet_clair:4200:24721398,24719427:pet_clair:4200:24722120,24719443:pet_clair:4200:24722512,24753641:pet_clair:4200:24754225,24850324:pet_clair:4200:24850596,24862976:pet_clair:4200:24863710,24862980:pet_clair:4200:24863150,24993437:pet_clair:4200:25014427,25006838:pet_clair:4200:25007448,25017811:pet_clair:4200:25018116,25026588:pet_clair:4200:25027222,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.008955071211755306, 'nb_photo': 1, 'list_port_cont': '25402426', 'assoc_port': '25401957:25402426', 'assoc_mat': '25401957:pet_clair:4209:25402426'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0007069369732051355, 'nb_photo': 53, 'list_port_cont': '24499403,24509417,24509577,24527486,24552309,24568493,24583524,24640673,24640763,24680637,24683826,24721352,24721496,24722315,24722548,24724148,24754815,24774985,24852029,24992864,24998557,25012231,25012499,25028776,25141876,25151407,25210486,25218523,25220777,25227388,25232658,25236775,25245968,25278126,25280763,25289820,25316742,25326426,25333929,25337562,25339234,25407923,25495249,25502784,25505947,25537678,25542331,25552530,25556103', 'assoc_port': '24498707:24499403,24508877:24509577,24508890:24509417,24526772:24527486,24539740:24552309,24567016:24568493,24581162:24583524,24640188:24640763,24640200:24640673,24680117:24680637,24683459:24683826,24719310:24724148,24719374:24722548,24719432:24722315,24719446:24721496,24719455:24721352,24753661:24754815,24774225:24774985,24851566:24852029,24992142:24992864,24997923:24998557,25011667:25012499,25011724:25012231,25026923:25028776,25141396:25141876,25150533:25151407,25209883:25210486,25217994:25218523,25220204:25220777,25226912:25227388,25232021:25232658,25236149:25245968,25236159:25236775,25276727:25278126,25280262:25280763,25289265:25289820,25314927:25316742,25325804:25326426,25328524:25337562,25333445:25333929,25337089:25339234,25391889:25407923,25494853:25495249,25502473:25502784,25505308:25505947,25537122:25537678,25541837:25542331,25552166:25552530,25555404:25556103', 'assoc_mat': '24498707:pet_clair:4211:24499403,24508877:pet_clair:4211:24509577,24508890:pet_clair:4211:24509417,24526772:pet_clair:4211:24527486,24539740:pet_clair:4211:24552309,24567016:pet_clair:4211:24568493,24581162:pet_clair:4211:24583524,24640188:pet_clair:4211:24640763,24640200:pet_clair:4211:24640673,24680117:pet_clair:4211:24680637,24683459:pet_clair:4211:24683826,24719310:pet_clair:4211:24724148,24719374:pet_clair:4211:24722548,24719432:pet_clair:4211:24722315,24719446:pet_clair:4211:24721496,24719455:pet_clair:4211:24721352,24753661:pet_clair:4211:24754815,24774225:pet_clair:4211:24774985,24851566:pet_clair:4211:24852029,24992142:pet_clair:4211:24992864,24997923:pet_clair:4211:24998557,25011667:pet_clair:4211:25012499,25011724:pet_clair:4211:25012231,25026923:pet_clair:4211:25028776,25141396:pet_clair:4211:25141876,25150533:pet_clair:4211:25151407,25209883:pet_clair:4211:25210486,25217994:pet_clair:4211:25218523,25220204:pet_clair:4211:25220777,25226912:pet_clair:4211:25227388,25232021:pet_clair:4211:25232658,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9856318061461682, 'nb_photo': 98039, 'list_port_cont': '24484992,24485255,24499735,24499749,24503062,24503108,24505809,24508528,24509640,24509669,24511356,24522559,24522761,24523264,24524106,24565637,24565703,24568891,24570409,24570872,24571084,24571183,24571531,24572608,24576552,24576575,24577341,24582395,24582689,24582931,24583981,24584007,24584493,24584525,24584610,24596077,24596141,24597881,24601280,24606860,24608428,24610763,24611544,24612876,24641033,24641057,24641077,24676639,24680952,24721572,24721642,24721908,24722073,24722599,24723112,24723257,24724117,24724821,24725193,24725268,24727094,24730004,24755365,24757959,24761774,24775097,24846563,24846699,24847743,24848841,24848927,24851004,24852330,24859390,24863773,24864074,24866876,24866898,24994513,24997478,24998844,25000949,25000960,25006226,25007838,25012682,25016166,25028444,25028573,25028702,25029097,25029113,25029287,25029381,25029578,25029710,25030017,25037057,25037106,25043123,25047958,25067679,25071263,25071759,25097393,25142088,25144028,25147235,25149986,25159068,25200653,25210863,25212339,2521509', 'assoc_port': '24481643:24485255,24484130:24484992,24498671:24499735,24498690:24499749,24502310:24503108,24502316:24503062,24504928:24505809,24507592:24508528,24508842:24509640,24508884:24509669,24510235:24511356,24516729:24523264,24521573:24522559,24521601:24522761,24523313:24524106,24563516:24565703,24563560:24565637,24567020:24568891,24569406:24571531,24569410:24571183,24569415:24571084,24569429:24570409,24569477:24570872,24571193:24572608,24575359:24576575,24575380:24576552,24576823:24577341,24580366:24582931,24580385:24582689,24580404:24582395,24581128:24584610,24581170:24584525,24581320:24584493,24581330:24584007,24581378:24583981,24592991:24596141,24593006:24596077,24595725:24597881,24595828:24601280,24605492:24606860,24607322:24608428,24610183:24611544,24610237:24610763,24612037:24612876,24640175:24641077,24640196:24641057,24640241:24641033,24675763:24676639,24680095:24680952,24719276:24725193,24719278:24725268,24719308:24724821,24719348:24730004,24719358:24724117,24719361:24723112,24719397:24723257,24719425:2472164', 'assoc_mat': '24481643:pet_clair:3327:24485255,24484130:pet_clair:3327:24484992,24498671:pet_clair:3327:24499735,24498690:pet_clair:3327:24499749,24502310:pet_clair:3327:24503108,24502316:pet_clair:3327:24503062,24504928:pet_clair:3327:24505809,24507592:pet_clair:3327:24508528,24508842:pet_clair:3327:24509640,24508884:pet_clair:3327:24509669,24510235:pet_clair:3327:24511356,24516729:pet_clair:3327:24523264,24521573:pet_clair:3327:24522559,24521601:pet_clair:3327:24522761,24523313:pet_clair:3327:24524106,24563516:pet_clair:3327:24565703,24563560:pet_clair:3327:24565637,24567020:pet_clair:3327:24568891,24569406:pet_clair:3327:24571531,24569410:pet_clair:3327:24571183,24569415:pet_clair:3327:24571084,24569429:pet_clair:3327:24570409,24569477:pet_clair:3327:24570872,24571193:pet_clair:3327:24572608,24575359:pet_clair:3327:24576575,24575380:pet_clair:3327:24576552,24576823:pet_clair:3327:24577341,24580366:pet_clair:3327:24582931,24580385:pet_clair:3327:24582689,24580404:pet_clair:3327:24582395,24581128:pet_clair:3327:24584610,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.01620691600155196, 'nb_photo': 448, 'list_port_cont': '24497052,24511256,24581969,24583644,24583720,24747082,24754181,24855467,24858779,24866338,25042935,25228473,25238607,25259636,25267420,25267793,25274814,25281024,25283952,25290114,25290798,25294417,25326308,25336398,25341163,25355763,25402378,25402527,25402987,25403026,25403337,25406580,25495993,25512640,25534356,25538929', 'assoc_port': '24495592:24497052,24510238:24511256,24581228:24583644,24581312:24583720,24581421:24581969,24719395:24747082,24753734:24754181,24854816:24855467,24858050:24858779,24865582:24866338,25042396:25042935,25227894:25228473,25235115:25238607,25259010:25259636,25266815:25267793,25266836:25267420,25274163:25274814,25280290:25281024,25283502:25283952,25286606:25290114,25290433:25290798,25294006:25294417,25325810:25326308,25335919:25336398,25340659:25341163,25355341:25355763,25391813:25402527,25391875:25403026,25398994:25403337,25399044:25402987,25401991:25402378,25403226:25406580,25495530:25495993,25511985:25512640,25533900:25534356,25538280:25538929', 'assoc_mat': '24495592:pet_clair:3594:24497052,24510238:pet_clair:3594:24511256,24581228:pet_clair:3594:24583644,24581312:pet_clair:3594:24583720,24581421:pet_clair:3594:24581969,24719395:pet_clair:3594:24747082,24753734:pet_clair:3594:24754181,24854816:pet_clair:3594:24855467,24858050:pet_clair:3594:24858779,24865582:pet_clair:3594:24866338,25042396:pet_clair:3594:25042935,25227894:pet_clair:3594:25228473,25235115:pet_clair:3594:25238607,25259010:pet_clair:3594:25259636,25266815:pet_clair:3594:25267793,25266836:pet_clair:3594:25267420,25274163:pet_clair:3594:25274814,25280290:pet_clair:3594:25281024,25283502:pet_clair:3594:25283952,25286606:pet_clair:3594:25290114,25290433:pet_clair:3594:25290798,25294006:pet_clair:3594:25294417,25325810:pet_clair:3594:25326308,25335919:pet_clair:3594:25336398,25340659:pet_clair:3594:25341163,25355341:pet_clair:3594:25355763,25391813:pet_clair:3594:25402527,25391875:pet_clair:3594:25403026,25398994:pet_clair:3594:25403337,25399044:pet_clair:3594:25402987,25401991:pet_clair:3594:25402378,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.007256742394680593, 'nb_photo': 1, 'list_port_cont': '24727092', 'assoc_port': '24719445:24727092', 'assoc_mat': '24719445:pet_fonce:3327:24727092'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0009513891568072707, 'nb_photo': 35, 'list_port_cont': '24511257,24581968,24583646,24583727,24855470,24866337,25228469,25238604,25274822,25281029,25290106,25290794,25294408,25341161,25355770,25402525,25403024,25495992,25512632,25534363', 'assoc_port': '24510238:24511257,24581228:24583646,24581312:24583727,24581421:24581968,24854816:24855470,24865582:24866337,25227894:25228469,25235115:25238604,25274163:25274822,25280290:25281029,25286606:25290106,25290433:25290794,25294006:25294408,25340659:25341161,25355341:25355770,25391813:25402525,25391875:25403024,25495530:25495992,25511985:25512632,25533900:25534363', 'assoc_mat': '24510238:pet_fonce:3594:24511257,24581228:pet_fonce:3594:24583646,24581312:pet_fonce:3594:24583727,24581421:pet_fonce:3594:24581968,24854816:pet_fonce:3594:24855470,24865582:pet_fonce:3594:24866337,25227894:pet_fonce:3594:25228469,25235115:pet_fonce:3594:25238604,25274163:pet_fonce:3594:25274822,25280290:pet_fonce:3594:25281029,25286606:pet_fonce:3594:25290106,25290433:pet_fonce:3594:25290794,25294006:pet_fonce:3594:25294408,25340659:pet_fonce:3594:25341161,25355341:pet_fonce:3594:25355770,25391813:pet_fonce:3594:25402525,25391875:pet_fonce:3594:25403024,25495530:pet_fonce:3594:25495992,25511985:pet_fonce:3594:25512632,25533900:pet_fonce:3594:25534363'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0037768875284332876, 'nb_photo': 5, 'list_port_cont': '24575825,24581023,25010637,25149594,25494629', 'assoc_port': '24575350:24575825,24580433:24581023,25010392:25010637,25149402:25149594,25492745:25494629', 'assoc_mat': '24575350:pet_opaque:4207:24575825,24580433:pet_opaque:4207:24581023,25010392:pet_opaque:4207:25010637,25149402:pet_opaque:4207:25149594,25492745:pet_opaque:4207:25494629'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004142869624474573, 'nb_photo': 9, 'list_port_cont': '24597627,24691334,24754759,25068526,25232478,25235513,25240886,25341248,25546495', 'assoc_port': '24581031:24597627,24683461:24691334,24753679:24754759,25068097:25068526,25232019:25232478,25235113:25235513,25240385:25240886,25340650:25341248,25545872:25546495', 'assoc_mat': '24581031:pet_opaque:4461:24597627,24683461:pet_opaque:4461:24691334,24753679:pet_opaque:4461:24754759,25068097:pet_opaque:4461:25068526,25232019:pet_opaque:4461:25232478,25235113:pet_opaque:4461:25235513,25240385:pet_opaque:4461:25240886,25340650:pet_opaque:4461:25341248,25545872:pet_opaque:4461:25546495'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0013459553260275175, 'nb_photo': 183, 'list_port_cont': '24477760,24495837,24499193,24506723,24507959,24509190,24510486,24523703,24533527,24564428,24567703,24570348,24580923,24582005,24582157,24583059,24585335,24594155,24595187,24602218,24612431,24640410,24640528,24640573,24680396,24682704,24720276,24720482,24720708,24721114,24721251,24722116,24722639,24754230,24761393,24774610,24774676,24846122,24850604,24853946,24856122,24863701,24992488,24998365,24998442,25007437,25010689,25010702,25014436,25018083,25018118,25027476,25027662,25071744,25097233,25143692,25146709,25151076,25201625,25207703,25214595,25220517,25223724,25224062,25233325,25236421,25242126,25259576,25264018,25274840,25289569,25294759,25302674,25321722,25326453,25329275,25339807,25347181,25391944,25392443,25393159,25393441,25399397,25400435,25401120,25401363,25401873,25402115,25402339,25495951,25500392,25508808,25510454,25518012,25520030,25529428,25534319,25537504,25546197,25549776,25552345,25553556,25559366,25560626', 'assoc_port': '24477456:24477760,24495610:24495837,24498674:24499193,24506207:24506723,24507555:24507959,24508846:24509190,24510221:24510486,24516735:24533527,24523339:24523703,24563545:24564428,24566994:24567703,24569450:24570348,24580369:24580923,24581042:24582157,24581246:24583059,24581315:24595187,24581360:24582005,24584865:24585335,24592992:24594155,24601722:24602218,24612039:24612431,24640178:24640410,24640193:24640573,24640240:24640528,24680064:24680396,24682273:24682704,24719312:24720276,24719357:24720708,24719359:24721114,24719427:24722116,24719449:24722639,24719456:24721251,24719460:24720482,24753641:24754230,24760968:24761393,24774224:24774610,24774238:24774676,24845781:24846122,24848229:24856122,24850324:24850604,24853632:24853946,24862976:24863701,24992169:24992488,24993437:25014436,24997910:24998365,24997936:24998442,25006838:25007437,25010386:25010689,25010408:25010702,25017800:25018083,25017811:25018118,25026605:25027662,25026961:25027476,25071594:25071744,25097135:25097233,25143412:25143692,25146413:2514670', 'assoc_mat': '24477456:pet_opaque:4200:24477760,24495610:pet_opaque:4200:24495837,24498674:pet_opaque:4200:24499193,24506207:pet_opaque:4200:24506723,24507555:pet_opaque:4200:24507959,24508846:pet_opaque:4200:24509190,24510221:pet_opaque:4200:24510486,24516735:pet_opaque:4200:24533527,24523339:pet_opaque:4200:24523703,24563545:pet_opaque:4200:24564428,24566994:pet_opaque:4200:24567703,24569450:pet_opaque:4200:24570348,24580369:pet_opaque:4200:24580923,24581042:pet_opaque:4200:24582157,24581246:pet_opaque:4200:24583059,24581315:pet_opaque:4200:24595187,24581360:pet_opaque:4200:24582005,24584865:pet_opaque:4200:24585335,24592992:pet_opaque:4200:24594155,24601722:pet_opaque:4200:24602218,24612039:pet_opaque:4200:24612431,24640178:pet_opaque:4200:24640410,24640193:pet_opaque:4200:24640573,24640240:pet_opaque:4200:24640528,24680064:pet_opaque:4200:24680396,24682273:pet_opaque:4200:24682704,24719312:pet_opaque:4200:24720276,24719357:pet_opaque:4200:24720708,24719359:pet_opaque:4200:24721114,24719427:pet_opaque:4200:24722116,2471'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0007930689082028912, 'nb_photo': 5, 'list_port_cont': '24866285,25146821,25260700,25312745,25400312', 'assoc_port': '24865585:24866285,25146406:25146821,25260480:25260700,25312455:25312745,25398885:25400312', 'assoc_mat': '24865585:pet_opaque:4209:24866285,25146406:pet_opaque:4209:25146821,25260480:pet_opaque:4209:25260700,25312455:pet_opaque:4209:25312745,25398885:pet_opaque:4209:25400312'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0002199684680238655, 'nb_photo': 131, 'list_port_cont': '24499397,24499565,24502845,24508400,24508436,24527496,24546876,24552315,24564775,24568491,24576194,24581540,24582530,24590477,24612799,24673195,24680639,24721492,24722094,24722318,24724416,24754809,24757583,24761626,24774984,24846347,24852027,24863834,24872101,24992868,24997439,24998558,25003249,25003466,25009712,25012245,25012496,25027330,25027676,25029281,25030073,25036568,25063762,25067427,25097380,25141881,25147847,25217232,25218530,25220770,25227395,25232659,25236769,25245965,25247835,25260241,25271170,25273631,25280773,25289815,25314976,25316749,25322211,25326416,25333932,25336730,25337559,25345520,25391078,25393340,25393758,25394892,25396245,25401824,25402546,25404451,25405176,25405355,25406382,25493192,25495263,25501614,25502785,25509491,25510361,25512610,25516632,25518271,25531254,25542700,25548864,25549969,25554123', 'assoc_port': '24498679:24499565,24498707:24499397,24502312:24502845,24507557:24508436,24507588:24508400,24513858:24546876,24526772:24527496,24539740:24552315,24563561:24564775,24567016:24568491,24575366:24576194,24580402:24581540,24581374:24582530,24589660:24590477,24612038:24612799,24672756:24673195,24680117:24680639,24719304:24724416,24719432:24722318,24719442:24722094,24719446:24721492,24753661:24754809,24757195:24757583,24760971:24761626,24774225:24774984,24845807:24846347,24851566:24852027,24862973:24863834,24862982:24872101,24992142:24992868,24996663:24997439,24997923:24998558,25002368:25003466,25002379:25003249,25004425:25009712,25011667:25012496,25011724:25012245,25026595:25027676,25026627:25030073,25026823:25027330,25028517:25029281,25036347:25036568,25062856:25063762,25066725:25067427,25097127:25097380,25141396:25141881,25147477:25147847,25207433:25217232,25217994:25218530,25220204:25220770,25226912:25227395,25232021:25232659,25236149:25245965,25236159:25236769,25247516:25247835,25257558:25260241,25270676:2527117', 'assoc_mat': '24498679:pet_opaque:4211:24499565,24498707:pet_opaque:4211:24499397,24502312:pet_opaque:4211:24502845,24507557:pet_opaque:4211:24508436,24507588:pet_opaque:4211:24508400,24513858:pet_opaque:4211:24546876,24526772:pet_opaque:4211:24527496,24539740:pet_opaque:4211:24552315,24563561:pet_opaque:4211:24564775,24567016:pet_opaque:4211:24568491,24575366:pet_opaque:4211:24576194,24580402:pet_opaque:4211:24581540,24581374:pet_opaque:4211:24582530,24589660:pet_opaque:4211:24590477,24612038:pet_opaque:4211:24612799,24672756:pet_opaque:4211:24673195,24680117:pet_opaque:4211:24680639,24719304:pet_opaque:4211:24724416,24719432:pet_opaque:4211:24722318,24719442:pet_opaque:4211:24722094,24719446:pet_opaque:4211:24721492,24753661:pet_opaque:4211:24754809,24757195:pet_opaque:4211:24757583,24760971:pet_opaque:4211:24761626,24774225:pet_opaque:4211:24774984,24845807:pet_opaque:4211:24846347,24851566:pet_opaque:4211:24852027,24862973:pet_opaque:4211:24863834,24862982:pet_opaque:4211:24872101,24992142:pet_opaque:4211:24992868,2499'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004593422268811528, 'nb_photo': 469, 'list_port_cont': '24476496,24506514,24507744,24521814,24550045,24550816,24569542,24569683,24572256,24581761,24581927,24582678,24585164,24605689,24605868,24640330,24679334,24719701,24720601,24729351,24753825,24754292,24796924,24797195,24847363,24851776,24851788,24854934,24996961,25010624,25015625,25027273,25028929,25036457,25042622,25068274,25098133,25149713,25150620,25152969,25206640,25214382,25220376,25230101,25257856,25273291,25276780,25281596,25283679,25293031,25312703,25312935,25313667,25313897,25319810,25329211,25336115,25348166,25392195,25392961,25394455,25395857,25399173,25399296,25400149,25400593,25400845,25401561,25495016,25500273,25506669,25528635,25528677,25534940,25538532,25549589,25564072', 'assoc_port': '24476125:24476496,24502282:24550045,24506205:24506514,24507556:24550816,24507645:24507744,24521587:24521814,24569263:24569683,24569302:24569542,24571191:24572256,24581025:24582678,24581039:24581927,24581424:24581761,24584847:24585164,24605459:24605868,24605478:24605689,24640198:24640330,24679059:24679334,24719291:24720601,24719350:24729351,24719435:24719701,24753640:24754292,24753723:24753825,24796381:24796924,24796386:24797195,24846971:24847363,24851563:24851788,24851595:24851776,24854815:24854934,24996664:24996961,25010388:25010624,25015387:25015625,25026952:25027273,25028508:25028929,25036317:25036457,25042449:25042622,25068101:25068274,25097138:25098133,25149410:25149713,25150501:25150620,25152662:25152969,25206373:25206640,25214067:25214382,25220203:25220376,25229988:25230101,25257554:25257856,25273144:25273291,25276721:25276780,25281395:25281596,25283504:25283679,25292610:25293031,25312451:25313667,25312453:25313897,25312457:25312703,25312459:25312935,25319576:25319810,25328522:25329211,25335923:2533611', 'assoc_mat': '24476125:plastique:3726:24476496,24502282:plastique:3726:24550045,24506205:plastique:3726:24506514,24507556:plastique:3726:24550816,24507645:plastique:3726:24507744,24521587:plastique:3726:24521814,24569263:plastique:3726:24569683,24569302:plastique:3726:24569542,24571191:plastique:3726:24572256,24581025:plastique:3726:24582678,24581039:plastique:3726:24581927,24581424:plastique:3726:24581761,24584847:plastique:3726:24585164,24605459:plastique:3726:24605868,24605478:plastique:3726:24605689,24640198:plastique:3726:24640330,24679059:plastique:3726:24679334,24719291:plastique:3726:24720601,24719350:plastique:3726:24729351,24719435:plastique:3726:24719701,24753640:plastique:3726:24754292,24753723:plastique:3726:24753825,24796381:plastique:3726:24796924,24796386:plastique:3726:24797195,24846971:plastique:3726:24847363,24851563:plastique:3726:24851788,24851595:plastique:3726:24851776,24854815:plastique:3726:24854934,24996664:plastique:3726:24996961,25010388:plastique:3726:25010624,25015387:plastique:3726:25015625,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011329994921139142, 'nb_photo': 1379, 'list_port_cont': '24473360,24476498,24489724,24506518,24507737,24521812,24550038,24550820,24569551,24569693,24572266,24581764,24581938,24582681,24585171,24605697,24605878,24640337,24640363,24679338,24719699,24720606,24729347,24753815,24754298,24758231,24796922,24797183,24847361,24851782,24851790,24854938,24996958,25010620,25015624,25027276,25028925,25036460,25042629,25068273,25098135,25149703,25150621,25152960,25206646,25214374,25220383,25230105,25257859,25273290,25276777,25281594,25283682,25293017,25312707,25312933,25313659,25313893,25319814,25329215,25336120,25348165,25392194,25392969,25394459,25395861,25399168,25399305,25400148,25400589,25400848,25401565,25495027,25500272,25506660,25528637,25528678,25534931,25538534,25549587,25564073', 'assoc_port': '24472936:24473360,24476125:24476498,24477470:24489724,24502282:24550038,24506205:24506518,24507556:24550820,24507645:24507737,24521587:24521812,24569263:24569693,24569302:24569551,24571191:24572266,24581025:24582681,24581039:24581938,24581424:24581764,24584847:24585171,24605459:24605878,24605478:24605697,24640167:24640363,24640198:24640337,24679059:24679338,24719291:24720606,24719350:24729347,24719435:24719699,24753640:24754298,24753723:24753815,24753732:24758231,24796381:24796922,24796386:24797183,24846971:24847361,24851563:24851790,24851595:24851782,24854815:24854938,24996664:24996958,25010388:25010620,25015387:25015624,25026952:25027276,25028508:25028925,25036317:25036460,25042449:25042629,25068101:25068273,25097138:25098135,25149410:25149703,25150501:25150621,25152662:25152960,25206373:25206646,25214067:25214374,25220203:25220383,25229988:25230105,25257554:25257859,25273144:25273290,25276721:25276777,25281395:25281594,25283504:25283682,25292610:25293017,25312451:25313659,25312453:25313893,25312457:2531270', 'assoc_mat': '24472936:Teint_Dans_La_Masse:3726:24473360,24476125:Teint_Dans_La_Masse:3726:24476498,24477470:Teint_Dans_La_Masse:3726:24489724,24502282:Teint_Dans_La_Masse:3726:24550038,24506205:Teint_Dans_La_Masse:3726:24506518,24507556:Teint_Dans_La_Masse:3726:24550820,24507645:Teint_Dans_La_Masse:3726:24507737,24521587:Teint_Dans_La_Masse:3726:24521812,24569263:Teint_Dans_La_Masse:3726:24569693,24569302:Teint_Dans_La_Masse:3726:24569551,24571191:Teint_Dans_La_Masse:3726:24572266,24581025:Teint_Dans_La_Masse:3726:24582681,24581039:Teint_Dans_La_Masse:3726:24581938,24581424:Teint_Dans_La_Masse:3726:24581764,24584847:Teint_Dans_La_Masse:3726:24585171,24605459:Teint_Dans_La_Masse:3726:24605878,24605478:Teint_Dans_La_Masse:3726:24605697,24640167:Teint_Dans_La_Masse:3726:24640363,24640198:Teint_Dans_La_Masse:3726:24640337,24679059:Teint_Dans_La_Masse:3726:24679338,24719291:Teint_Dans_La_Masse:3726:24720606,24719350:Teint_Dans_La_Masse:3726:24729347,24719435:Teint_Dans_La_Masse:3726:24719699,24753640:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 32006}}, 'hostname': (('jetson-6',),), 'impurety_average_per_hashtag': [(('pehd_pp', '2025-07', 0.041619132403128464),), (('emr', '2025-07', 0.04981298202479743),), (('jrm', '2025-07', 0.03334532294251456),), (('flux_dev', '2025-07', 0.08051063076904769),), (('pet_clair', '2025-07', 0.015207522485864575),), (('film_pedb', '2025-07', 0.24814868247084942),), (('gm', '2025-07', 0.07569969143295188),), (('refus', '2025-07', 0.12497520213911695),), (('aluminium', '2025-07', 0.0521427873391319),), (('ela', '2025-07', 0.054790813007669),)]} filepath : /data_4/data_log/job/memo/angers_montee_convoyeur/sla_mensuel_angers_montee_convoyeur_mois_07_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.68%', 863], 'barquette_avec_film': ['barquette_avec_film', '0.23%', 13], 'bouchon': ['bouchon', '0.03%', 43], 'carton': ['carton', '0.29%', 278], 'etiquette': ['etiquette', '0.1%', 2], 'metal': ['metal', '0.14%', 1], 'papier': ['papier', '1.07%', 790], 'pehd': ['pehd', '0.25%', 4], 'pet_clair': ['pet_clair', '98.56%', 98039], 'pet_fonce': ['pet_fonce', '0.73%', 1]}, 'refus': {'autre': ['autre', '0.13%', 68], 'carton': ['carton', '0.76%', 603], 'metal': ['metal', '0.06%', 61], 'papier': ['papier', '10.44%', 6095], 'pehd': ['pehd', '0.13%', 1], 'pet_clair': ['pet_clair', '1.62%', 448], 'pet_fonce': ['pet_fonce', '0.1%', 35]}, 'jrm': {'autre_refus': ['autre_refus', '1.04%', 527], 'cartonnette': ['cartonnette', '0.2%', 88], 'Carton_brun': ['Carton_brun', '0.7%', 269], 'Carton_gris': ['Carton_gris', '0.56%', 152], 'kraft': ['kraft', '0.1%', 8], 'metal': ['metal', '0.01%', 1], 'plastique': ['plastique', '0.46%', 469], 'Teint_Dans_La_Masse': ['Teint_Dans_La_Masse', '1.13%', 1379]}, 'aluminium': {'barquette_opaque': ['barquette_opaque', '0.09%', 7], 'carton': ['carton', '1.67%', 307], 'ela': ['ela', '0.09%', 16], 'film_plastique': ['film_plastique', '1.99%', 533], 'metal': ['metal', '94.63%', 67], 'papier': ['papier', '1.7%', 1414], 'pehd': ['pehd', '0.58%', 46], 'pet_clair': ['pet_clair', '0.36%', 6]}, 'ela': {'barquette_opaque': ['barquette_opaque', '0.18%', 209], 'carton': ['carton', '1.19%', 611], 'ela': ['ela', '94.52%', 238], 'etiquette': ['etiquette', '0.01%', 27], 'film_plastique': ['film_plastique', '0.69%', 644], 'metal': ['metal', '1.71%', 1344], 'papier': ['papier', '1.88%', 4398], 'pehd': ['pehd', '0.34%', 160], 'pet_clair': ['pet_clair', '0.02%', 1]}, 'emr': {'barquette_opaque': ['barquette_opaque', '0.11%', 37], 'carton': ['carton', '95.01%', 8875], 'ela': ['ela', '0.08%', 90], 'etiquette': ['etiquette', '0.01%', 5], 'film_plastique': ['film_plastique', '0.33%', 1853], 'metal': ['metal', '1.41%', 1660], 'papier': ['papier', '3.25%', 17512], 'pehd': ['pehd', '0.3%', 202], 'pet_clair': ['pet_clair', '0.2%', 12], 'pet_opaque': ['pet_opaque', '0.38%', 5]}, 'film_pedb': {'barquette_opaque': ['barquette_opaque', '1.1%', 9], 'carton': ['carton', '1.78%', 2981], 'ela': ['ela', '0.56%', 7], 'film_plastique': ['film_plastique', '74.41%', 3988], 'metal': ['metal', '1.09%', 68], 'papier': ['papier', '23.01%', 33025], 'pehd': ['pehd', '0.84%', 11], 'pet_opaque': ['pet_opaque', '0.41%', 9]}, 'flux_dev': {'barquette_opaque': ['barquette_opaque', '0.35%', 73], 'carton': ['carton', '2.72%', 1846], 'ela': ['ela', '0.15%', 160], 'film_plastique': ['film_plastique', '2.36%', 3961], 'metal': ['metal', '0.58%', 86], 'papier': ['papier', '1.64%', 4735], 'pehd': ['pehd', '0.63%', 479], 'pet_clair': ['pet_clair', '0.49%', 96], 'pet_opaque': ['pet_opaque', '0.13%', 183]}, 'gm': {'barquette_opaque': ['barquette_opaque', '0.17%', 24], 'carton': ['carton', '3.35%', 934], 'ela': ['ela', '0.48%', 168], 'etiquette': ['etiquette', '0.03%', 4], 'film_plastique': ['film_plastique', '1.01%', 274], 'metal': ['metal', '2.8%', 318], 'papier': ['papier', '93.13%', 27688], 'pehd': ['pehd', '0.51%', 116], 'pet_clair': ['pet_clair', '0.9%', 1], 'pet_opaque': ['pet_opaque', '0.08%', 5]}, 'pehd_pp': {'barquette_opaque': ['barquette_opaque', '0.83%', 2167], 'carton': ['carton', '0.98%', 6317], 'ela': ['ela', '0.12%', 1084], 'etiquette': ['etiquette', '0.0%', 3], 'film_plastique': ['film_plastique', '0.42%', 7637], 'metal': ['metal', '0.83%', 854], 'papier': ['papier', '1.15%', 18675], 'pehd': ['pehd', '95.84%', 5191], 'pet_clair': ['pet_clair', '0.07%', 53], 'pet_opaque': ['pet_opaque', '0.02%', 131]}} before plot_matierial_repartition before organize_and_plot_coverage_data before organize_and_plot_impurety_average_data before organize_and_plot_quality_photo_data finish generating filepath : /data_4/data_log/job/memo/angers_montee_convoyeur/sla_mensuel_angers_montee_convoyeur_mois_07_annee_2025.pdf le fichier se trouve ici : /data_4/data_log/job/memo/angers_montee_convoyeur 4.98user 4.91system 0:12.92elapsed 76%CPU (0avgtext+0avgdata 180736maxresident)k 1552inputs+2184outputs (9major+55117minor)pagefaults 0swaps