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 : 2026-01 _cr_cnf_ : /home/admin/mtr/.credentials/credentials.py _cr_cnf_ : /home/admin/mtr/.credentials/credentials.py warning , we can't find thcl infos in json_data warning , we can't find pdt infos in json_data nb_day : (3, 31) VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier TODO : Insert select and so on SELECT id, name, misc_info, datou_id_for_right FROM MTRPhoto.dashboard_places WHERE name="angers_montee_convoyeur"; SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier Fonction SLA_MENSUEL nb_day : (3, 31) VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier TODO : Insert select and so on SELECT id, name, misc_info, datou_id_for_right FROM MTRPhoto.dashboard_places WHERE name="angers_montee_convoyeur"; SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier place_id : 36 month : 01 mtr_id : 1017 dashboard_places : angers_montee_convoyeur date : 2026-01 year : 2026 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 '%2026-01%') and created_at like '%2026-01%'))); nb_day : (3, 31) after unwanted_material_data nb_day : (3, 31) SQL: SELECT ms.id, ms.name, mst.name as type, ms.test_group, ms.test_name, ms.server, ms.version_code, ms.result_str, ms.result_bool, ms.result_float, ms.lien, ms.created_at FROM MTRAdmin.monitor_sys ms INNER JOIN MTRAdmin.monitor_sys_type mst on mst.id = ms.type WHERE ms.test_name like '%30006%' AND ms.result_str like '%2026/01%'ORDER BY ms.id desc LIMIT 0, 1000000; No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 77 seconds', 'coverage_pause': '0 days 83867 seconds', 'coverage_times_pause': '0 days 86249 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 394, 'end_of_day_photos_duplicated': 601, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7614, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 1850, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 24, 'nb_selected_images': 1874, 'last_update': '2026/02/01', 'portfolio_id': 30270050, 'last_run_id': 2896856, 'total_number_of_photos': 7645}} No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 77 seconds', 'coverage_pause': '0 days 83867 seconds', 'coverage_times_pause': '0 days 86249 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 394, 'end_of_day_photos_duplicated': 601, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7614, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 1850, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 24, 'nb_selected_images': 1874, 'last_update': '2026/02/01', 'portfolio_id': 30270050, 'last_run_id': 2896856, 'total_number_of_photos': 7645}} No error ? {'log_dict': {'total_nb_images': 8628, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 83907 seconds', 'coverage_times_pause': '0 days 86305 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_dark': 307, 'end_of_day_photos_duplicated': 474, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7836, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 1876, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1876, 'last_update': '2026/01/31', 'portfolio_id': 30257442, 'last_run_id': 2895701, 'total_number_of_photos': 7866}} No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 77 seconds', 'coverage_pause': '0 days 83867 seconds', 'coverage_times_pause': '0 days 86249 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 394, 'end_of_day_photos_duplicated': 601, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7614, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 1850, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 24, 'nb_selected_images': 1874, 'last_update': '2026/02/01', 'portfolio_id': 30270050, 'last_run_id': 2896856, 'total_number_of_photos': 7645}} No error ? {'log_dict': {'total_nb_images': 8628, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 83907 seconds', 'coverage_times_pause': '0 days 86305 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_dark': 307, 'end_of_day_photos_duplicated': 474, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7836, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 1876, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1876, 'last_update': '2026/01/31', 'portfolio_id': 30257442, 'last_run_id': 2895701, 'total_number_of_photos': 7866}} No error ? {'log_dict': {'total_nb_images': 8629, 'max_time_between_images': '0 days 55 seconds', 'coverage_pause': '0 days 84444 seconds', 'coverage_times_pause': '0 days 86317 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 381, 'end_of_day_photos_duplicated': 1136, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7105, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 2121, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2121, 'last_update': '2026/01/30', 'portfolio_id': 30243294, 'last_run_id': 2894417, 'total_number_of_photos': 7163}} No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 77 seconds', 'coverage_pause': '0 days 83867 seconds', 'coverage_times_pause': '0 days 86249 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 394, 'end_of_day_photos_duplicated': 601, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7614, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 1850, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 24, 'nb_selected_images': 1874, 'last_update': '2026/02/01', 'portfolio_id': 30270050, 'last_run_id': 2896856, 'total_number_of_photos': 7645}} No error ? {'log_dict': {'total_nb_images': 8628, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 83907 seconds', 'coverage_times_pause': '0 days 86305 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_dark': 307, 'end_of_day_photos_duplicated': 474, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7836, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 1876, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1876, 'last_update': '2026/01/31', 'portfolio_id': 30257442, 'last_run_id': 2895701, 'total_number_of_photos': 7866}} No error ? {'log_dict': {'total_nb_images': 8629, 'max_time_between_images': '0 days 55 seconds', 'coverage_pause': '0 days 84444 seconds', 'coverage_times_pause': '0 days 86317 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 381, 'end_of_day_photos_duplicated': 1136, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7105, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 2121, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2121, 'last_update': '2026/01/30', 'portfolio_id': 30243294, 'last_run_id': 2894417, 'total_number_of_photos': 7163}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84432 seconds', 'coverage_times_pause': '0 days 86174 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 28, 'end_of_day_photos_duplicated': 1085, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 7497, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2268, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2268, 'last_update': '2026/01/29', 'portfolio_id': 30233132, 'last_run_id': 2893063, 'total_number_of_photos': 7561}} No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 77 seconds', 'coverage_pause': '0 days 83867 seconds', 'coverage_times_pause': '0 days 86249 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 394, 'end_of_day_photos_duplicated': 601, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7614, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 1850, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 24, 'nb_selected_images': 1874, 'last_update': '2026/02/01', 'portfolio_id': 30270050, 'last_run_id': 2896856, 'total_number_of_photos': 7645}} No error ? {'log_dict': {'total_nb_images': 8628, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 83907 seconds', 'coverage_times_pause': '0 days 86305 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_dark': 307, 'end_of_day_photos_duplicated': 474, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7836, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 1876, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1876, 'last_update': '2026/01/31', 'portfolio_id': 30257442, 'last_run_id': 2895701, 'total_number_of_photos': 7866}} No error ? {'log_dict': {'total_nb_images': 8629, 'max_time_between_images': '0 days 55 seconds', 'coverage_pause': '0 days 84444 seconds', 'coverage_times_pause': '0 days 86317 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 381, 'end_of_day_photos_duplicated': 1136, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7105, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 2121, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2121, 'last_update': '2026/01/30', 'portfolio_id': 30243294, 'last_run_id': 2894417, 'total_number_of_photos': 7163}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84432 seconds', 'coverage_times_pause': '0 days 86174 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 28, 'end_of_day_photos_duplicated': 1085, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 7497, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2268, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2268, 'last_update': '2026/01/29', 'portfolio_id': 30233132, 'last_run_id': 2893063, 'total_number_of_photos': 7561}} No error ? {'log_dict': {'total_nb_images': 8623, 'max_time_between_images': '0 days 56 seconds', 'coverage_pause': '0 days 84623 seconds', 'coverage_times_pause': '0 days 86255 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 212, 'end_of_day_photos_duplicated': 612, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7793, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 1967, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1967, 'last_update': '2026/01/28', 'portfolio_id': 30222726, 'last_run_id': 2891850, 'total_number_of_photos': 7825}} No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 77 seconds', 'coverage_pause': '0 days 83867 seconds', 'coverage_times_pause': '0 days 86249 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 394, 'end_of_day_photos_duplicated': 601, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7614, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 102, 'nb_images_finished': 1850, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 24, 'nb_selected_images': 1874, 'last_update': '2026/02/01', 'portfolio_id': 30270050, 'last_run_id': 2896856, 'total_number_of_photos': 7645}} No error ? {'log_dict': {'total_nb_images': 8628, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 83907 seconds', 'coverage_times_pause': '0 days 86305 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_dark': 307, 'end_of_day_photos_duplicated': 474, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7836, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 1876, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1876, 'last_update': '2026/01/31', 'portfolio_id': 30257442, 'last_run_id': 2895701, 'total_number_of_photos': 7866}} No error ? {'log_dict': {'total_nb_images': 8629, 'max_time_between_images': '0 days 55 seconds', 'coverage_pause': '0 days 84444 seconds', 'coverage_times_pause': '0 days 86317 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 381, 'end_of_day_photos_duplicated': 1136, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7105, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 2121, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2121, 'last_update': '2026/01/30', 'portfolio_id': 30243294, 'last_run_id': 2894417, 'total_number_of_photos': 7163}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84432 seconds', 'coverage_times_pause': '0 days 86174 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 28, 'end_of_day_photos_duplicated': 1085, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 7497, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2268, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2268, 'last_update': '2026/01/29', 'portfolio_id': 30233132, 'last_run_id': 2893063, 'total_number_of_photos': 7561}} No error ? {'log_dict': {'total_nb_images': 8623, 'max_time_between_images': '0 days 56 seconds', 'coverage_pause': '0 days 84623 seconds', 'coverage_times_pause': '0 days 86255 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 212, 'end_of_day_photos_duplicated': 612, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7793, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 1967, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1967, 'last_update': '2026/01/28', 'portfolio_id': 30222726, 'last_run_id': 2891850, 'total_number_of_photos': 7825}} No error ? {'log_dict': {'total_nb_images': 6472, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 63174 seconds', 'coverage_times_pause': '0 days 64749 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_dark': 1, 'end_of_day_photos_duplicated': 420, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6034, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 118, 'nb_images_finished': 2166, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2166, 'last_update': '2026/01/27', 'portfolio_id': 30211848, 'last_run_id': 2890718, 'total_number_of_photos': 6065}} No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 77 seconds', 'coverage_pause': '0 days 83867 seconds', 'coverage_times_pause': '0 days 86249 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 394, 'end_of_day_photos_duplicated': 601, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7614, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 103, 'nb_images_finished': 1860, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1860, 'last_update': '2026/01/31', 'portfolio_id': 30270050, 'last_run_id': 2896651, 'total_number_of_photos': 7645}} No error ? {'log_dict': {'total_nb_images': 8628, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 83907 seconds', 'coverage_times_pause': '0 days 86305 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_dark': 307, 'end_of_day_photos_duplicated': 474, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7836, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 1876, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1876, 'last_update': '2026/01/31', 'portfolio_id': 30257442, 'last_run_id': 2895701, 'total_number_of_photos': 7866}} No error ? {'log_dict': {'total_nb_images': 8629, 'max_time_between_images': '0 days 55 seconds', 'coverage_pause': '0 days 84444 seconds', 'coverage_times_pause': '0 days 86317 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 381, 'end_of_day_photos_duplicated': 1136, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7105, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 2121, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2121, 'last_update': '2026/01/30', 'portfolio_id': 30243294, 'last_run_id': 2894417, 'total_number_of_photos': 7163}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84432 seconds', 'coverage_times_pause': '0 days 86174 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 28, 'end_of_day_photos_duplicated': 1085, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 7497, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2268, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2268, 'last_update': '2026/01/29', 'portfolio_id': 30233132, 'last_run_id': 2893063, 'total_number_of_photos': 7561}} No error ? {'log_dict': {'total_nb_images': 8623, 'max_time_between_images': '0 days 56 seconds', 'coverage_pause': '0 days 84623 seconds', 'coverage_times_pause': '0 days 86255 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 212, 'end_of_day_photos_duplicated': 612, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7793, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 1967, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1967, 'last_update': '2026/01/28', 'portfolio_id': 30222726, 'last_run_id': 2891850, 'total_number_of_photos': 7825}} No error ? {'log_dict': {'total_nb_images': 6472, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 63174 seconds', 'coverage_times_pause': '0 days 64749 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_dark': 1, 'end_of_day_photos_duplicated': 420, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6034, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 118, 'nb_images_finished': 2166, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2166, 'last_update': '2026/01/27', 'portfolio_id': 30211848, 'last_run_id': 2890718, 'total_number_of_photos': 6065}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8628, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 83907 seconds', 'coverage_times_pause': '0 days 86305 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_dark': 307, 'end_of_day_photos_duplicated': 474, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7836, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 1876, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1876, 'last_update': '2026/01/31', 'portfolio_id': 30257442, 'last_run_id': 2895685, 'total_number_of_photos': 7866}} No error ? {'log_dict': {'total_nb_images': 8629, 'max_time_between_images': '0 days 55 seconds', 'coverage_pause': '0 days 84444 seconds', 'coverage_times_pause': '0 days 86317 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 381, 'end_of_day_photos_duplicated': 1136, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7105, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 2121, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2121, 'last_update': '2026/01/30', 'portfolio_id': 30243294, 'last_run_id': 2894417, 'total_number_of_photos': 7163}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84432 seconds', 'coverage_times_pause': '0 days 86174 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 28, 'end_of_day_photos_duplicated': 1085, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 7497, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2268, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2268, 'last_update': '2026/01/29', 'portfolio_id': 30233132, 'last_run_id': 2893063, 'total_number_of_photos': 7561}} No error ? {'log_dict': {'total_nb_images': 8623, 'max_time_between_images': '0 days 56 seconds', 'coverage_pause': '0 days 84623 seconds', 'coverage_times_pause': '0 days 86255 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 212, 'end_of_day_photos_duplicated': 612, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7793, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 1967, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1967, 'last_update': '2026/01/28', 'portfolio_id': 30222726, 'last_run_id': 2891850, 'total_number_of_photos': 7825}} No error ? {'log_dict': {'total_nb_images': 6472, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 63174 seconds', 'coverage_times_pause': '0 days 64749 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_dark': 1, 'end_of_day_photos_duplicated': 420, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6034, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 118, 'nb_images_finished': 2166, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2166, 'last_update': '2026/01/27', 'portfolio_id': 30211848, 'last_run_id': 2890718, 'total_number_of_photos': 6065}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83659 seconds', 'coverage_times_pause': '0 days 86229 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 267, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8339, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 103, 'nb_images_finished': 2014, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2014, 'last_update': '2026/01/25', 'portfolio_id': 30194404, 'last_run_id': 2888946, 'total_number_of_photos': 8362}} No error ? {'log_dict': {'total_nb_images': 8629, 'max_time_between_images': '0 days 55 seconds', 'coverage_pause': '0 days 84444 seconds', 'coverage_times_pause': '0 days 86317 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 381, 'end_of_day_photos_duplicated': 1136, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7105, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 2121, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2121, 'last_update': '2026/01/30', 'portfolio_id': 30243294, 'last_run_id': 2894391, 'total_number_of_photos': 7163}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84432 seconds', 'coverage_times_pause': '0 days 86174 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 28, 'end_of_day_photos_duplicated': 1085, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 7497, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2268, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2268, 'last_update': '2026/01/29', 'portfolio_id': 30233132, 'last_run_id': 2893063, 'total_number_of_photos': 7561}} No error ? {'log_dict': {'total_nb_images': 8623, 'max_time_between_images': '0 days 56 seconds', 'coverage_pause': '0 days 84623 seconds', 'coverage_times_pause': '0 days 86255 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 212, 'end_of_day_photos_duplicated': 612, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7793, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 1967, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1967, 'last_update': '2026/01/28', 'portfolio_id': 30222726, 'last_run_id': 2891850, 'total_number_of_photos': 7825}} No error ? {'log_dict': {'total_nb_images': 6472, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 63174 seconds', 'coverage_times_pause': '0 days 64749 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_dark': 1, 'end_of_day_photos_duplicated': 420, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6034, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 118, 'nb_images_finished': 2166, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2166, 'last_update': '2026/01/27', 'portfolio_id': 30211848, 'last_run_id': 2890718, 'total_number_of_photos': 6065}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83659 seconds', 'coverage_times_pause': '0 days 86229 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 267, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8339, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 103, 'nb_images_finished': 2014, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2014, 'last_update': '2026/01/25', 'portfolio_id': 30194404, 'last_run_id': 2888946, 'total_number_of_photos': 8362}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 83799 seconds', 'coverage_times_pause': '0 days 86237 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 283, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8319, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 1965, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1965, 'last_update': '2026/01/24', 'portfolio_id': 30184654, 'last_run_id': 2887769, 'total_number_of_photos': 8385}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84432 seconds', 'coverage_times_pause': '0 days 86174 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 28, 'end_of_day_photos_duplicated': 1085, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 2, 'end_of_day_photos_uploaded': 7497, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2268, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2268, 'last_update': '2026/01/29', 'portfolio_id': 30233132, 'last_run_id': 2893037, 'total_number_of_photos': 7561}} No error ? {'log_dict': {'total_nb_images': 8623, 'max_time_between_images': '0 days 56 seconds', 'coverage_pause': '0 days 84623 seconds', 'coverage_times_pause': '0 days 86255 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 212, 'end_of_day_photos_duplicated': 612, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7793, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 1967, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1967, 'last_update': '2026/01/28', 'portfolio_id': 30222726, 'last_run_id': 2891850, 'total_number_of_photos': 7825}} No error ? {'log_dict': {'total_nb_images': 6472, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 63174 seconds', 'coverage_times_pause': '0 days 64749 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_dark': 1, 'end_of_day_photos_duplicated': 420, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6034, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 118, 'nb_images_finished': 2166, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2166, 'last_update': '2026/01/27', 'portfolio_id': 30211848, 'last_run_id': 2890718, 'total_number_of_photos': 6065}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83659 seconds', 'coverage_times_pause': '0 days 86229 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 267, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8339, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 103, 'nb_images_finished': 2014, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2014, 'last_update': '2026/01/25', 'portfolio_id': 30194404, 'last_run_id': 2888946, 'total_number_of_photos': 8362}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 83799 seconds', 'coverage_times_pause': '0 days 86237 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 283, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8319, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 1965, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1965, 'last_update': '2026/01/24', 'portfolio_id': 30184654, 'last_run_id': 2887769, 'total_number_of_photos': 8385}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 82 seconds', 'coverage_pause': '0 days 84376 seconds', 'coverage_times_pause': '0 days 86170 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_duplicated': 610, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 970, 'end_of_day_photos_uploaded': 7026, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 19, 'nb_images_finished': 418, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 418, 'last_update': '2026/01/24', 'portfolio_id': 30176453, 'last_run_id': 2887851, 'total_number_of_photos': 8093}} No error ? {'log_dict': {'total_nb_images': 8623, 'max_time_between_images': '0 days 56 seconds', 'coverage_pause': '0 days 84623 seconds', 'coverage_times_pause': '0 days 86255 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 212, 'end_of_day_photos_duplicated': 612, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7793, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 1967, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1967, 'last_update': '2026/01/28', 'portfolio_id': 30222726, 'last_run_id': 2891834, 'total_number_of_photos': 7825}} No error ? {'log_dict': {'total_nb_images': 6472, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 63174 seconds', 'coverage_times_pause': '0 days 64749 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_dark': 1, 'end_of_day_photos_duplicated': 420, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6034, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 118, 'nb_images_finished': 2166, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2166, 'last_update': '2026/01/27', 'portfolio_id': 30211848, 'last_run_id': 2890718, 'total_number_of_photos': 6065}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83659 seconds', 'coverage_times_pause': '0 days 86229 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 267, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8339, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 103, 'nb_images_finished': 2014, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2014, 'last_update': '2026/01/25', 'portfolio_id': 30194404, 'last_run_id': 2888946, 'total_number_of_photos': 8362}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 83799 seconds', 'coverage_times_pause': '0 days 86237 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 283, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8319, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 1965, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1965, 'last_update': '2026/01/24', 'portfolio_id': 30184654, 'last_run_id': 2887769, 'total_number_of_photos': 8385}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 82 seconds', 'coverage_pause': '0 days 84376 seconds', 'coverage_times_pause': '0 days 86170 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_duplicated': 610, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 970, 'end_of_day_photos_uploaded': 7026, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 19, 'nb_images_finished': 418, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 418, 'last_update': '2026/01/24', 'portfolio_id': 30176453, 'last_run_id': 2887851, 'total_number_of_photos': 8093}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 83 seconds', 'coverage_pause': '0 days 83754 seconds', 'coverage_times_pause': '0 days 86240 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 405, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8208, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 119, 'nb_images_finished': 2435, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 88, 'nb_selected_images': 2523, 'last_update': '2026/01/26', 'portfolio_id': 30170155, 'last_run_id': 2887065, 'total_number_of_photos': 8287}} No error ? {'log_dict': {'total_nb_images': 6472, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 63174 seconds', 'coverage_times_pause': '0 days 64749 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 4, 'end_of_day_photos_dark': 1, 'end_of_day_photos_duplicated': 420, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6034, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 118, 'nb_images_finished': 2166, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2166, 'last_update': '2026/01/27', 'portfolio_id': 30211848, 'last_run_id': 2890692, 'total_number_of_photos': 6065}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83659 seconds', 'coverage_times_pause': '0 days 86229 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 267, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8339, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 103, 'nb_images_finished': 2014, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2014, 'last_update': '2026/01/25', 'portfolio_id': 30194404, 'last_run_id': 2888946, 'total_number_of_photos': 8362}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 83799 seconds', 'coverage_times_pause': '0 days 86237 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 283, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8319, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 1965, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1965, 'last_update': '2026/01/24', 'portfolio_id': 30184654, 'last_run_id': 2887769, 'total_number_of_photos': 8385}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 82 seconds', 'coverage_pause': '0 days 84376 seconds', 'coverage_times_pause': '0 days 86170 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_duplicated': 610, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 970, 'end_of_day_photos_uploaded': 7026, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 19, 'nb_images_finished': 418, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 418, 'last_update': '2026/01/24', 'portfolio_id': 30176453, 'last_run_id': 2887851, 'total_number_of_photos': 8093}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 83 seconds', 'coverage_pause': '0 days 83754 seconds', 'coverage_times_pause': '0 days 86240 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 405, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8208, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 119, 'nb_images_finished': 2435, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 88, 'nb_selected_images': 2523, 'last_update': '2026/01/26', 'portfolio_id': 30170155, 'last_run_id': 2887065, 'total_number_of_photos': 8287}} No error ? {'log_dict': {'total_nb_images': 8628, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 83734 seconds', 'coverage_times_pause': '0 days 86305 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 197, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 8420, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 134, 'nb_images_finished': 2150, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2150, 'last_update': '2026/01/21', 'portfolio_id': 30160833, 'last_run_id': 2885368, 'total_number_of_photos': 8453}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83659 seconds', 'coverage_times_pause': '0 days 86229 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 267, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8339, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 103, 'nb_images_finished': 2014, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2014, 'last_update': '2026/01/25', 'portfolio_id': 30194404, 'last_run_id': 2888946, 'total_number_of_photos': 8362}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 83799 seconds', 'coverage_times_pause': '0 days 86237 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 283, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8319, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 1965, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1965, 'last_update': '2026/01/24', 'portfolio_id': 30184654, 'last_run_id': 2887769, 'total_number_of_photos': 8385}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 82 seconds', 'coverage_pause': '0 days 84376 seconds', 'coverage_times_pause': '0 days 86170 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_duplicated': 610, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 970, 'end_of_day_photos_uploaded': 7026, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 19, 'nb_images_finished': 418, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 418, 'last_update': '2026/01/24', 'portfolio_id': 30176453, 'last_run_id': 2887851, 'total_number_of_photos': 8093}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 83 seconds', 'coverage_pause': '0 days 83754 seconds', 'coverage_times_pause': '0 days 86240 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 405, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8208, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 119, 'nb_images_finished': 2435, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 88, 'nb_selected_images': 2523, 'last_update': '2026/01/23', 'portfolio_id': 30170155, 'last_run_id': 2887065, 'total_number_of_photos': 8287}} No error ? {'log_dict': {'total_nb_images': 8628, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 83734 seconds', 'coverage_times_pause': '0 days 86305 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 197, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 8420, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 134, 'nb_images_finished': 2150, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2150, 'last_update': '2026/01/21', 'portfolio_id': 30160833, 'last_run_id': 2885368, 'total_number_of_photos': 8453}} No error ? {'log_dict': {'total_nb_images': 6461, 'max_time_between_images': '0 days 80 seconds', 'coverage_pause': '0 days 62894 seconds', 'coverage_times_pause': '0 days 64640 seconds', 'nb_photos_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': 228, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 12, 'end_of_day_photos_uploaded': 6220, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 66, 'nb_images_finished': 1157, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1157, 'last_update': '2026/01/20', 'portfolio_id': 30153317, 'last_run_id': 2884328, 'total_number_of_photos': 6273}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83659 seconds', 'coverage_times_pause': '0 days 86229 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 267, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8339, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 103, 'nb_images_finished': 2014, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2014, 'last_update': '2026/01/24', 'portfolio_id': 30194404, 'last_run_id': 2888698, 'total_number_of_photos': 8362}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 83799 seconds', 'coverage_times_pause': '0 days 86237 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 283, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8319, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 1965, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1965, 'last_update': '2026/01/24', 'portfolio_id': 30184654, 'last_run_id': 2887769, 'total_number_of_photos': 8385}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 82 seconds', 'coverage_pause': '0 days 84376 seconds', 'coverage_times_pause': '0 days 86170 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_duplicated': 610, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 970, 'end_of_day_photos_uploaded': 7026, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 19, 'nb_images_finished': 418, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 418, 'last_update': '2026/01/24', 'portfolio_id': 30176453, 'last_run_id': 2887851, 'total_number_of_photos': 8093}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 83 seconds', 'coverage_pause': '0 days 83754 seconds', 'coverage_times_pause': '0 days 86240 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 405, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8208, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 119, 'nb_images_finished': 2435, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 88, 'nb_selected_images': 2523, 'last_update': '2026/01/23', 'portfolio_id': 30170155, 'last_run_id': 2887065, 'total_number_of_photos': 8287}} No error ? {'log_dict': {'total_nb_images': 8628, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 83734 seconds', 'coverage_times_pause': '0 days 86305 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 197, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 8420, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 134, 'nb_images_finished': 2150, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2150, 'last_update': '2026/01/21', 'portfolio_id': 30160833, 'last_run_id': 2885368, 'total_number_of_photos': 8453}} No error ? {'log_dict': {'total_nb_images': 6461, 'max_time_between_images': '0 days 80 seconds', 'coverage_pause': '0 days 62894 seconds', 'coverage_times_pause': '0 days 64640 seconds', 'nb_photos_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': 228, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 12, 'end_of_day_photos_uploaded': 6220, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 66, 'nb_images_finished': 1157, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1157, 'last_update': '2026/01/20', 'portfolio_id': 30153317, 'last_run_id': 2884328, 'total_number_of_photos': 6273}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 83799 seconds', 'coverage_times_pause': '0 days 86237 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 283, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8319, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 1965, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1965, 'last_update': '2026/01/24', 'portfolio_id': 30184654, 'last_run_id': 2887759, 'total_number_of_photos': 8385}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 82 seconds', 'coverage_pause': '0 days 84376 seconds', 'coverage_times_pause': '0 days 86170 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_duplicated': 610, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 970, 'end_of_day_photos_uploaded': 7026, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 13, 'nb_images_finished': 331, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 6, 'nb_images_started': 87, 'nb_selected_images': 418, 'last_update': '2026/01/23', 'portfolio_id': 30176453, 'last_run_id': 2887013, 'total_number_of_photos': 8093}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 83 seconds', 'coverage_pause': '0 days 83754 seconds', 'coverage_times_pause': '0 days 86240 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 405, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8208, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 119, 'nb_images_finished': 2435, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 88, 'nb_selected_images': 2523, 'last_update': '2026/01/23', 'portfolio_id': 30170155, 'last_run_id': 2887065, 'total_number_of_photos': 8287}} No error ? {'log_dict': {'total_nb_images': 8628, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 83734 seconds', 'coverage_times_pause': '0 days 86305 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 197, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 8420, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 134, 'nb_images_finished': 2150, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2150, 'last_update': '2026/01/21', 'portfolio_id': 30160833, 'last_run_id': 2885368, 'total_number_of_photos': 8453}} No error ? {'log_dict': {'total_nb_images': 6461, 'max_time_between_images': '0 days 80 seconds', 'coverage_pause': '0 days 62894 seconds', 'coverage_times_pause': '0 days 64640 seconds', 'nb_photos_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': 228, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 12, 'end_of_day_photos_uploaded': 6220, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 66, 'nb_images_finished': 1157, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1157, 'last_update': '2026/01/20', 'portfolio_id': 30153317, 'last_run_id': 2884328, 'total_number_of_photos': 6273}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 66 seconds', 'coverage_pause': '0 days 84683 seconds', 'coverage_times_pause': '0 days 86245 seconds', 'nb_photos_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': 341, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8274, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 84, 'nb_images_finished': 1605, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 22, 'nb_selected_images': 1627, 'last_update': '2026/01/18', 'portfolio_id': 30137830, 'last_run_id': 2882721, 'total_number_of_photos': 8327}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 82 seconds', 'coverage_pause': '0 days 84376 seconds', 'coverage_times_pause': '0 days 86170 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_duplicated': 610, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 970, 'end_of_day_photos_uploaded': 7026, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 5, 'nb_images_finished': 99, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 10, 'nb_images_started': 280, 'nb_selected_images': 379, 'last_update': '2026/01/23', 'portfolio_id': 30176453, 'last_run_id': 2886696, 'total_number_of_photos': 7668}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 83 seconds', 'coverage_pause': '0 days 83754 seconds', 'coverage_times_pause': '0 days 86240 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 405, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8208, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 1905, 'nb_ptf_finished_for_older': 1, 'nb_images_finished_for_older': 31, 'nb_ptf_started': 16, 'nb_images_started': 587, 'nb_selected_images': 2523, 'last_update': '2026/01/22', 'portfolio_id': 30170155, 'last_run_id': 2886120, 'total_number_of_photos': 8287}} No error ? {'log_dict': {'total_nb_images': 8628, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 83734 seconds', 'coverage_times_pause': '0 days 86305 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 197, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 8420, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 134, 'nb_images_finished': 2150, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2150, 'last_update': '2026/01/21', 'portfolio_id': 30160833, 'last_run_id': 2885368, 'total_number_of_photos': 8453}} No error ? {'log_dict': {'total_nb_images': 6461, 'max_time_between_images': '0 days 80 seconds', 'coverage_pause': '0 days 62894 seconds', 'coverage_times_pause': '0 days 64640 seconds', 'nb_photos_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': 228, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 12, 'end_of_day_photos_uploaded': 6220, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 66, 'nb_images_finished': 1157, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1157, 'last_update': '2026/01/20', 'portfolio_id': 30153317, 'last_run_id': 2884328, 'total_number_of_photos': 6273}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 66 seconds', 'coverage_pause': '0 days 84683 seconds', 'coverage_times_pause': '0 days 86245 seconds', 'nb_photos_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': 341, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8274, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 84, 'nb_images_finished': 1605, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 22, 'nb_selected_images': 1627, 'last_update': '2026/01/18', 'portfolio_id': 30137830, 'last_run_id': 2882721, 'total_number_of_photos': 8327}} No error ? {'log_dict': {'total_nb_images': 8626, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84207 seconds', 'coverage_times_pause': '0 days 86289 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 659, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7959, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 100, 'nb_images_finished': 1998, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1998, 'last_update': '2026/01/17', 'portfolio_id': 30128373, 'last_run_id': 2881644, 'total_number_of_photos': 7984}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 83 seconds', 'coverage_pause': '0 days 83754 seconds', 'coverage_times_pause': '0 days 86240 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 405, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8208, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 1905, 'nb_ptf_finished_for_older': 1, 'nb_images_finished_for_older': 31, 'nb_ptf_started': 16, 'nb_images_started': 587, 'nb_selected_images': 2523, 'last_update': '2026/01/22', 'portfolio_id': 30170155, 'last_run_id': 2886086, 'total_number_of_photos': 8287}} No error ? {'log_dict': {'total_nb_images': 8628, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 83734 seconds', 'coverage_times_pause': '0 days 86305 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 197, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 8420, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 134, 'nb_images_finished': 2150, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2150, 'last_update': '2026/01/21', 'portfolio_id': 30160833, 'last_run_id': 2885368, 'total_number_of_photos': 8453}} No error ? {'log_dict': {'total_nb_images': 6461, 'max_time_between_images': '0 days 80 seconds', 'coverage_pause': '0 days 62894 seconds', 'coverage_times_pause': '0 days 64640 seconds', 'nb_photos_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': 228, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 12, 'end_of_day_photos_uploaded': 6220, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 66, 'nb_images_finished': 1157, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1157, 'last_update': '2026/01/20', 'portfolio_id': 30153317, 'last_run_id': 2884328, 'total_number_of_photos': 6273}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 66 seconds', 'coverage_pause': '0 days 84683 seconds', 'coverage_times_pause': '0 days 86245 seconds', 'nb_photos_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': 341, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8274, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 84, 'nb_images_finished': 1605, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 22, 'nb_selected_images': 1627, 'last_update': '2026/01/18', 'portfolio_id': 30137830, 'last_run_id': 2882721, 'total_number_of_photos': 8327}} No error ? {'log_dict': {'total_nb_images': 8626, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84207 seconds', 'coverage_times_pause': '0 days 86289 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 659, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7959, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 100, 'nb_images_finished': 1998, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1998, 'last_update': '2026/01/17', 'portfolio_id': 30128373, 'last_run_id': 2881644, 'total_number_of_photos': 7984}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 182 seconds', 'coverage_pause': '0 days 84092 seconds', 'coverage_times_pause': '0 days 86070 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 584, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 11, 'end_of_day_photos_uploaded': 8008, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 128, 'nb_images_finished': 2243, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2243, 'last_update': '2026/01/16', 'portfolio_id': 30119224, 'last_run_id': 2880423, 'total_number_of_photos': 8039}} No error ? {'log_dict': {'total_nb_images': 8628, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 83734 seconds', 'coverage_times_pause': '0 days 86305 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 197, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 8420, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 134, 'nb_images_finished': 2150, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2150, 'last_update': '2026/01/21', 'portfolio_id': 30160833, 'last_run_id': 2885348, 'total_number_of_photos': 8453}} No error ? {'log_dict': {'total_nb_images': 6461, 'max_time_between_images': '0 days 80 seconds', 'coverage_pause': '0 days 62894 seconds', 'coverage_times_pause': '0 days 64640 seconds', 'nb_photos_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': 228, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 12, 'end_of_day_photos_uploaded': 6220, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 66, 'nb_images_finished': 1157, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1157, 'last_update': '2026/01/20', 'portfolio_id': 30153317, 'last_run_id': 2884328, 'total_number_of_photos': 6273}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 66 seconds', 'coverage_pause': '0 days 84683 seconds', 'coverage_times_pause': '0 days 86245 seconds', 'nb_photos_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': 341, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8274, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 84, 'nb_images_finished': 1605, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 22, 'nb_selected_images': 1627, 'last_update': '2026/01/18', 'portfolio_id': 30137830, 'last_run_id': 2882721, 'total_number_of_photos': 8327}} No error ? {'log_dict': {'total_nb_images': 8626, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84207 seconds', 'coverage_times_pause': '0 days 86289 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 659, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7959, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 100, 'nb_images_finished': 1998, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1998, 'last_update': '2026/01/17', 'portfolio_id': 30128373, 'last_run_id': 2881644, 'total_number_of_photos': 7984}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 182 seconds', 'coverage_pause': '0 days 84092 seconds', 'coverage_times_pause': '0 days 86070 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 584, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 11, 'end_of_day_photos_uploaded': 8008, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 128, 'nb_images_finished': 2243, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2243, 'last_update': '2026/01/16', 'portfolio_id': 30119224, 'last_run_id': 2880423, 'total_number_of_photos': 8039}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83660 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 329, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8278, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 126, 'nb_images_finished': 2215, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2215, 'last_update': '2026/01/15', 'portfolio_id': 30108828, 'last_run_id': 2879227, 'total_number_of_photos': 8311}} No error ? {'log_dict': {'total_nb_images': 6461, 'max_time_between_images': '0 days 80 seconds', 'coverage_pause': '0 days 62894 seconds', 'coverage_times_pause': '0 days 64640 seconds', 'nb_photos_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': 228, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 12, 'end_of_day_photos_uploaded': 6220, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 66, 'nb_images_finished': 1157, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1157, 'last_update': '2026/01/20', 'portfolio_id': 30153317, 'last_run_id': 2884300, 'total_number_of_photos': 6273}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 66 seconds', 'coverage_pause': '0 days 84683 seconds', 'coverage_times_pause': '0 days 86245 seconds', 'nb_photos_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': 341, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8274, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 84, 'nb_images_finished': 1605, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 22, 'nb_selected_images': 1627, 'last_update': '2026/01/18', 'portfolio_id': 30137830, 'last_run_id': 2882721, 'total_number_of_photos': 8327}} No error ? {'log_dict': {'total_nb_images': 8626, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84207 seconds', 'coverage_times_pause': '0 days 86289 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 659, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7959, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 100, 'nb_images_finished': 1998, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1998, 'last_update': '2026/01/17', 'portfolio_id': 30128373, 'last_run_id': 2881644, 'total_number_of_photos': 7984}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 182 seconds', 'coverage_pause': '0 days 84092 seconds', 'coverage_times_pause': '0 days 86070 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 584, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 11, 'end_of_day_photos_uploaded': 8008, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 128, 'nb_images_finished': 2243, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2243, 'last_update': '2026/01/16', 'portfolio_id': 30119224, 'last_run_id': 2880423, 'total_number_of_photos': 8039}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83660 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 329, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8278, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 126, 'nb_images_finished': 2215, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2215, 'last_update': '2026/01/15', 'portfolio_id': 30108828, 'last_run_id': 2879227, 'total_number_of_photos': 8311}} No error ? {'log_dict': {'total_nb_images': 8611, 'max_time_between_images': '0 days 174 seconds', 'coverage_pause': '0 days 83866 seconds', 'coverage_times_pause': '0 days 86136 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 534, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 65, 'end_of_day_photos_uploaded': 8011, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 133, 'nb_images_finished': 2209, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2209, 'last_update': '2026/01/14', 'portfolio_id': 30097032, 'last_run_id': 2877896, 'total_number_of_photos': 8190}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 66 seconds', 'coverage_pause': '0 days 84683 seconds', 'coverage_times_pause': '0 days 86245 seconds', 'nb_photos_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': 341, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8274, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 84, 'nb_images_finished': 1605, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 22, 'nb_selected_images': 1627, 'last_update': '2026/01/18', 'portfolio_id': 30137830, 'last_run_id': 2882721, 'total_number_of_photos': 8327}} No error ? {'log_dict': {'total_nb_images': 8626, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84207 seconds', 'coverage_times_pause': '0 days 86289 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 659, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7959, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 100, 'nb_images_finished': 1998, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1998, 'last_update': '2026/01/17', 'portfolio_id': 30128373, 'last_run_id': 2881644, 'total_number_of_photos': 7984}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 182 seconds', 'coverage_pause': '0 days 84092 seconds', 'coverage_times_pause': '0 days 86070 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 584, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 11, 'end_of_day_photos_uploaded': 8008, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 128, 'nb_images_finished': 2243, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2243, 'last_update': '2026/01/16', 'portfolio_id': 30119224, 'last_run_id': 2880423, 'total_number_of_photos': 8039}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83660 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 329, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8278, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 126, 'nb_images_finished': 2215, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2215, 'last_update': '2026/01/15', 'portfolio_id': 30108828, 'last_run_id': 2879227, 'total_number_of_photos': 8311}} No error ? {'log_dict': {'total_nb_images': 8611, 'max_time_between_images': '0 days 174 seconds', 'coverage_pause': '0 days 83866 seconds', 'coverage_times_pause': '0 days 86136 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 534, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 65, 'end_of_day_photos_uploaded': 8011, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 133, 'nb_images_finished': 2209, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2209, 'last_update': '2026/01/14', 'portfolio_id': 30097032, 'last_run_id': 2877896, 'total_number_of_photos': 8190}} No error ? {'log_dict': {'total_nb_images': 6461, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 63333 seconds', 'coverage_times_pause': '0 days 64639 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 370, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 302, 'end_of_day_photos_uploaded': 5782, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 111, 'nb_images_finished': 1851, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1851, 'last_update': '2026/01/13', 'portfolio_id': 30089007, 'last_run_id': 2876492, 'total_number_of_photos': 6157}} No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 66 seconds', 'coverage_pause': '0 days 84683 seconds', 'coverage_times_pause': '0 days 86245 seconds', 'nb_photos_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': 341, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8274, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 84, 'nb_images_finished': 1605, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1605, 'last_update': '2026/01/17', 'portfolio_id': 30137830, 'last_run_id': 2882402, 'total_number_of_photos': 8327}} No error ? {'log_dict': {'total_nb_images': 8626, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84207 seconds', 'coverage_times_pause': '0 days 86289 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 659, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7959, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 100, 'nb_images_finished': 1998, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1998, 'last_update': '2026/01/17', 'portfolio_id': 30128373, 'last_run_id': 2881644, 'total_number_of_photos': 7984}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 182 seconds', 'coverage_pause': '0 days 84092 seconds', 'coverage_times_pause': '0 days 86070 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 584, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 11, 'end_of_day_photos_uploaded': 8008, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 128, 'nb_images_finished': 2243, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2243, 'last_update': '2026/01/16', 'portfolio_id': 30119224, 'last_run_id': 2880423, 'total_number_of_photos': 8039}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83660 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 329, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8278, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 126, 'nb_images_finished': 2215, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2215, 'last_update': '2026/01/15', 'portfolio_id': 30108828, 'last_run_id': 2879227, 'total_number_of_photos': 8311}} No error ? {'log_dict': {'total_nb_images': 8611, 'max_time_between_images': '0 days 174 seconds', 'coverage_pause': '0 days 83866 seconds', 'coverage_times_pause': '0 days 86136 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 534, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 65, 'end_of_day_photos_uploaded': 8011, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 133, 'nb_images_finished': 2209, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2209, 'last_update': '2026/01/14', 'portfolio_id': 30097032, 'last_run_id': 2877896, 'total_number_of_photos': 8190}} No error ? {'log_dict': {'total_nb_images': 6461, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 63333 seconds', 'coverage_times_pause': '0 days 64639 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 370, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 302, 'end_of_day_photos_uploaded': 5782, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 111, 'nb_images_finished': 1851, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1851, 'last_update': '2026/01/13', 'portfolio_id': 30089007, 'last_run_id': 2876492, 'total_number_of_photos': 6157}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8626, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84207 seconds', 'coverage_times_pause': '0 days 86289 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 659, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 7959, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 100, 'nb_images_finished': 1998, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1998, 'last_update': '2026/01/17', 'portfolio_id': 30128373, 'last_run_id': 2881612, 'total_number_of_photos': 7984}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 182 seconds', 'coverage_pause': '0 days 84092 seconds', 'coverage_times_pause': '0 days 86070 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 584, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 11, 'end_of_day_photos_uploaded': 8008, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 128, 'nb_images_finished': 2243, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2243, 'last_update': '2026/01/16', 'portfolio_id': 30119224, 'last_run_id': 2880423, 'total_number_of_photos': 8039}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83660 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 329, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8278, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 126, 'nb_images_finished': 2215, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2215, 'last_update': '2026/01/15', 'portfolio_id': 30108828, 'last_run_id': 2879227, 'total_number_of_photos': 8311}} No error ? {'log_dict': {'total_nb_images': 8611, 'max_time_between_images': '0 days 174 seconds', 'coverage_pause': '0 days 83866 seconds', 'coverage_times_pause': '0 days 86136 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 534, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 65, 'end_of_day_photos_uploaded': 8011, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 133, 'nb_images_finished': 2209, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2209, 'last_update': '2026/01/14', 'portfolio_id': 30097032, 'last_run_id': 2877896, 'total_number_of_photos': 8190}} No error ? {'log_dict': {'total_nb_images': 6461, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 63333 seconds', 'coverage_times_pause': '0 days 64639 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 370, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 302, 'end_of_day_photos_uploaded': 5782, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 111, 'nb_images_finished': 1851, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1851, 'last_update': '2026/01/13', 'portfolio_id': 30089007, 'last_run_id': 2876492, 'total_number_of_photos': 6157}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84477 seconds', 'coverage_times_pause': '0 days 86110 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 403, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8191, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 123, 'nb_images_finished': 1965, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 12, 'nb_selected_images': 1977, 'last_update': '2026/01/11', 'portfolio_id': 30074367, 'last_run_id': 2874849, 'total_number_of_photos': 8246}} No error ? {'log_dict': {'total_nb_images': 8604, 'max_time_between_images': '0 days 182 seconds', 'coverage_pause': '0 days 84092 seconds', 'coverage_times_pause': '0 days 86070 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 584, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 11, 'end_of_day_photos_uploaded': 8008, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 128, 'nb_images_finished': 2243, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2243, 'last_update': '2026/01/16', 'portfolio_id': 30119224, 'last_run_id': 2880397, 'total_number_of_photos': 8039}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83660 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 329, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8278, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 126, 'nb_images_finished': 2215, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2215, 'last_update': '2026/01/15', 'portfolio_id': 30108828, 'last_run_id': 2879227, 'total_number_of_photos': 8311}} No error ? {'log_dict': {'total_nb_images': 8611, 'max_time_between_images': '0 days 174 seconds', 'coverage_pause': '0 days 83866 seconds', 'coverage_times_pause': '0 days 86136 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 534, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 65, 'end_of_day_photos_uploaded': 8011, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 133, 'nb_images_finished': 2209, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2209, 'last_update': '2026/01/14', 'portfolio_id': 30097032, 'last_run_id': 2877896, 'total_number_of_photos': 8190}} No error ? {'log_dict': {'total_nb_images': 6461, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 63333 seconds', 'coverage_times_pause': '0 days 64639 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 370, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 302, 'end_of_day_photos_uploaded': 5782, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 111, 'nb_images_finished': 1851, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1851, 'last_update': '2026/01/13', 'portfolio_id': 30089007, 'last_run_id': 2876492, 'total_number_of_photos': 6157}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84477 seconds', 'coverage_times_pause': '0 days 86110 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 403, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8191, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 123, 'nb_images_finished': 1965, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 12, 'nb_selected_images': 1977, 'last_update': '2026/01/11', 'portfolio_id': 30074367, 'last_run_id': 2874849, 'total_number_of_photos': 8246}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 83740 seconds', 'coverage_times_pause': '0 days 86110 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 321, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8279, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 117, 'nb_images_finished': 2220, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2220, 'last_update': '2026/01/10', 'portfolio_id': 30063271, 'last_run_id': 2873817, 'total_number_of_photos': 8392}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83660 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 329, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8278, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 126, 'nb_images_finished': 2215, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2215, 'last_update': '2026/01/15', 'portfolio_id': 30108828, 'last_run_id': 2879202, 'total_number_of_photos': 8311}} No error ? {'log_dict': {'total_nb_images': 8611, 'max_time_between_images': '0 days 174 seconds', 'coverage_pause': '0 days 83866 seconds', 'coverage_times_pause': '0 days 86136 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 534, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 65, 'end_of_day_photos_uploaded': 8011, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 133, 'nb_images_finished': 2209, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2209, 'last_update': '2026/01/14', 'portfolio_id': 30097032, 'last_run_id': 2877896, 'total_number_of_photos': 8190}} No error ? {'log_dict': {'total_nb_images': 6461, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 63333 seconds', 'coverage_times_pause': '0 days 64639 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 370, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 302, 'end_of_day_photos_uploaded': 5782, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 111, 'nb_images_finished': 1851, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1851, 'last_update': '2026/01/13', 'portfolio_id': 30089007, 'last_run_id': 2876492, 'total_number_of_photos': 6157}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84477 seconds', 'coverage_times_pause': '0 days 86110 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 403, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8191, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 123, 'nb_images_finished': 1965, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 12, 'nb_selected_images': 1977, 'last_update': '2026/01/11', 'portfolio_id': 30074367, 'last_run_id': 2874849, 'total_number_of_photos': 8246}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 83740 seconds', 'coverage_times_pause': '0 days 86110 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 321, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8279, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 117, 'nb_images_finished': 2220, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2220, 'last_update': '2026/01/10', 'portfolio_id': 30063271, 'last_run_id': 2873817, 'total_number_of_photos': 8392}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83781 seconds', 'coverage_times_pause': '0 days 86116 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 404, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1142, 'end_of_day_photos_uploaded': 7056, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 119, 'nb_images_finished': 2195, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2195, 'last_update': '2026/01/10', 'portfolio_id': 30036902, 'last_run_id': 2873923, 'total_number_of_photos': 8241}} No error ? {'log_dict': {'total_nb_images': 8611, 'max_time_between_images': '0 days 174 seconds', 'coverage_pause': '0 days 83866 seconds', 'coverage_times_pause': '0 days 86136 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 534, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 65, 'end_of_day_photos_uploaded': 8011, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 133, 'nb_images_finished': 2209, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2209, 'last_update': '2026/01/14', 'portfolio_id': 30097032, 'last_run_id': 2877864, 'total_number_of_photos': 8190}} No error ? {'log_dict': {'total_nb_images': 6461, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 63333 seconds', 'coverage_times_pause': '0 days 64639 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 370, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 302, 'end_of_day_photos_uploaded': 5782, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 111, 'nb_images_finished': 1851, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1851, 'last_update': '2026/01/13', 'portfolio_id': 30089007, 'last_run_id': 2876492, 'total_number_of_photos': 6157}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84477 seconds', 'coverage_times_pause': '0 days 86110 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 403, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8191, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 123, 'nb_images_finished': 1965, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 12, 'nb_selected_images': 1977, 'last_update': '2026/01/11', 'portfolio_id': 30074367, 'last_run_id': 2874849, 'total_number_of_photos': 8246}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 83740 seconds', 'coverage_times_pause': '0 days 86110 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 321, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8279, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 117, 'nb_images_finished': 2220, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2220, 'last_update': '2026/01/10', 'portfolio_id': 30063271, 'last_run_id': 2873817, 'total_number_of_photos': 8392}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83781 seconds', 'coverage_times_pause': '0 days 86116 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 404, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1142, 'end_of_day_photos_uploaded': 7056, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 119, 'nb_images_finished': 2195, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2195, 'last_update': '2026/01/10', 'portfolio_id': 30036902, 'last_run_id': 2873923, 'total_number_of_photos': 8241}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83898 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 293, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8308, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 94, 'nb_images_finished': 2049, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2049, 'last_update': '2026/01/08', 'portfolio_id': 29999099, 'last_run_id': 2869873, 'total_number_of_photos': 8337}} No error ? {'log_dict': {'total_nb_images': 6461, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 63333 seconds', 'coverage_times_pause': '0 days 64639 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 370, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 302, 'end_of_day_photos_uploaded': 5782, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 111, 'nb_images_finished': 1851, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1851, 'last_update': '2026/01/13', 'portfolio_id': 30089007, 'last_run_id': 2876478, 'total_number_of_photos': 6157}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84477 seconds', 'coverage_times_pause': '0 days 86110 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 403, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8191, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 123, 'nb_images_finished': 1965, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 12, 'nb_selected_images': 1977, 'last_update': '2026/01/11', 'portfolio_id': 30074367, 'last_run_id': 2874849, 'total_number_of_photos': 8246}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 83740 seconds', 'coverage_times_pause': '0 days 86110 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 321, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8279, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 117, 'nb_images_finished': 2220, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2220, 'last_update': '2026/01/10', 'portfolio_id': 30063271, 'last_run_id': 2873817, 'total_number_of_photos': 8392}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83781 seconds', 'coverage_times_pause': '0 days 86116 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 404, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1142, 'end_of_day_photos_uploaded': 7056, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 119, 'nb_images_finished': 2195, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2195, 'last_update': '2026/01/10', 'portfolio_id': 30036902, 'last_run_id': 2873923, 'total_number_of_photos': 8241}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83898 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 293, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8308, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 94, 'nb_images_finished': 2049, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2049, 'last_update': '2026/01/08', 'portfolio_id': 29999099, 'last_run_id': 2869873, 'total_number_of_photos': 8337}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83653 seconds', 'coverage_times_pause': '0 days 86185 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 465, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8138, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 77, 'nb_images_finished': 1493, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1493, 'last_update': '2026/01/07', 'portfolio_id': 29979338, 'last_run_id': 2862612, 'total_number_of_photos': 8169}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84477 seconds', 'coverage_times_pause': '0 days 86110 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 403, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8191, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 123, 'nb_images_finished': 1965, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 12, 'nb_selected_images': 1977, 'last_update': '2026/01/11', 'portfolio_id': 30074367, 'last_run_id': 2874849, 'total_number_of_photos': 8246}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 83740 seconds', 'coverage_times_pause': '0 days 86110 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 321, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8279, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 117, 'nb_images_finished': 2220, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2220, 'last_update': '2026/01/10', 'portfolio_id': 30063271, 'last_run_id': 2873817, 'total_number_of_photos': 8392}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83781 seconds', 'coverage_times_pause': '0 days 86116 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 404, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1142, 'end_of_day_photos_uploaded': 7056, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 119, 'nb_images_finished': 2195, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2195, 'last_update': '2026/01/10', 'portfolio_id': 30036902, 'last_run_id': 2873923, 'total_number_of_photos': 8241}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83898 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 293, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8308, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 94, 'nb_images_finished': 2049, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2049, 'last_update': '2026/01/08', 'portfolio_id': 29999099, 'last_run_id': 2869873, 'total_number_of_photos': 8337}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83653 seconds', 'coverage_times_pause': '0 days 86185 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 465, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8138, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 77, 'nb_images_finished': 1493, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1493, 'last_update': '2026/01/07', 'portfolio_id': 29979338, 'last_run_id': 2862612, 'total_number_of_photos': 8169}} No error ? {'log_dict': {'total_nb_images': 6454, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 63205 seconds', 'coverage_times_pause': '0 days 64568 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 277, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6164, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 126, 'nb_images_finished': 2361, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2361, 'last_update': '2026/01/06', 'portfolio_id': 29945243, 'last_run_id': 2855291, 'total_number_of_photos': 6200}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84477 seconds', 'coverage_times_pause': '0 days 86110 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 403, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8191, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 122, 'nb_images_finished': 1958, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 7, 'nb_selected_images': 1965, 'last_update': '2026/01/10', 'portfolio_id': 30074367, 'last_run_id': 2874611, 'total_number_of_photos': 8246}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 83740 seconds', 'coverage_times_pause': '0 days 86110 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 321, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8279, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 117, 'nb_images_finished': 2220, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2220, 'last_update': '2026/01/10', 'portfolio_id': 30063271, 'last_run_id': 2873817, 'total_number_of_photos': 8392}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83781 seconds', 'coverage_times_pause': '0 days 86116 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 404, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1142, 'end_of_day_photos_uploaded': 7056, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 119, 'nb_images_finished': 2195, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2195, 'last_update': '2026/01/10', 'portfolio_id': 30036902, 'last_run_id': 2873923, 'total_number_of_photos': 8241}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83898 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 293, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8308, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 94, 'nb_images_finished': 2049, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2049, 'last_update': '2026/01/08', 'portfolio_id': 29999099, 'last_run_id': 2869873, 'total_number_of_photos': 8337}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83653 seconds', 'coverage_times_pause': '0 days 86185 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 465, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8138, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 77, 'nb_images_finished': 1493, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1493, 'last_update': '2026/01/07', 'portfolio_id': 29979338, 'last_run_id': 2862612, 'total_number_of_photos': 8169}} No error ? {'log_dict': {'total_nb_images': 6454, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 63205 seconds', 'coverage_times_pause': '0 days 64568 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 277, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6164, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 126, 'nb_images_finished': 2361, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2361, 'last_update': '2026/01/06', 'portfolio_id': 29945243, 'last_run_id': 2855291, 'total_number_of_photos': 6200}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 83740 seconds', 'coverage_times_pause': '0 days 86110 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 321, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8279, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 117, 'nb_images_finished': 2220, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2220, 'last_update': '2026/01/10', 'portfolio_id': 30063271, 'last_run_id': 2873803, 'total_number_of_photos': 8392}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83781 seconds', 'coverage_times_pause': '0 days 86116 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 404, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1142, 'end_of_day_photos_uploaded': 7056, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 119, 'nb_images_finished': 2195, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2195, 'last_update': '2026/01/09', 'portfolio_id': 30036902, 'last_run_id': 2872737, 'total_number_of_photos': 8241}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83898 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 293, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8308, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 94, 'nb_images_finished': 2049, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2049, 'last_update': '2026/01/08', 'portfolio_id': 29999099, 'last_run_id': 2869873, 'total_number_of_photos': 8337}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83653 seconds', 'coverage_times_pause': '0 days 86185 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 465, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8138, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 77, 'nb_images_finished': 1493, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1493, 'last_update': '2026/01/07', 'portfolio_id': 29979338, 'last_run_id': 2862612, 'total_number_of_photos': 8169}} No error ? {'log_dict': {'total_nb_images': 6454, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 63205 seconds', 'coverage_times_pause': '0 days 64568 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 277, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6164, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 126, 'nb_images_finished': 2361, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2361, 'last_update': '2026/01/06', 'portfolio_id': 29945243, 'last_run_id': 2855291, 'total_number_of_photos': 6200}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 84391 seconds', 'coverage_times_pause': '0 days 86177 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 386, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 12, 'end_of_day_photos_uploaded': 8210, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 104, 'nb_images_finished': 2103, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 14, 'nb_selected_images': 2117, 'last_update': '2026/01/04', 'portfolio_id': 29913053, 'last_run_id': 2847476, 'total_number_of_photos': 8275}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 83781 seconds', 'coverage_times_pause': '0 days 86116 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 404, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1142, 'end_of_day_photos_uploaded': 7056, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 119, 'nb_images_finished': 2195, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2195, 'last_update': '2026/01/09', 'portfolio_id': 30036902, 'last_run_id': 2872463, 'total_number_of_photos': 7728}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83898 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 293, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8308, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 94, 'nb_images_finished': 2049, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2049, 'last_update': '2026/01/08', 'portfolio_id': 29999099, 'last_run_id': 2869873, 'total_number_of_photos': 8337}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83653 seconds', 'coverage_times_pause': '0 days 86185 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 465, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8138, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 77, 'nb_images_finished': 1493, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1493, 'last_update': '2026/01/07', 'portfolio_id': 29979338, 'last_run_id': 2862612, 'total_number_of_photos': 8169}} No error ? {'log_dict': {'total_nb_images': 6454, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 63205 seconds', 'coverage_times_pause': '0 days 64568 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 277, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6164, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 126, 'nb_images_finished': 2361, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2361, 'last_update': '2026/01/06', 'portfolio_id': 29945243, 'last_run_id': 2855291, 'total_number_of_photos': 6200}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 84391 seconds', 'coverage_times_pause': '0 days 86177 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 386, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 12, 'end_of_day_photos_uploaded': 8210, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 104, 'nb_images_finished': 2103, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 14, 'nb_selected_images': 2117, 'last_update': '2026/01/04', 'portfolio_id': 29913053, 'last_run_id': 2847476, 'total_number_of_photos': 8275}} No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 84065 seconds', 'coverage_times_pause': '0 days 86061 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 339, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8252, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 118, 'nb_images_finished': 2355, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2355, 'last_update': '2026/01/03', 'portfolio_id': 29874592, 'last_run_id': 2844516, 'total_number_of_photos': 8269}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83898 seconds', 'coverage_times_pause': '0 days 86166 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_duplicated': 293, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8308, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 94, 'nb_images_finished': 2049, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2049, 'last_update': '2026/01/08', 'portfolio_id': 29999099, 'last_run_id': 2869559, 'total_number_of_photos': 8337}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83653 seconds', 'coverage_times_pause': '0 days 86185 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 465, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8138, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 77, 'nb_images_finished': 1493, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1493, 'last_update': '2026/01/07', 'portfolio_id': 29979338, 'last_run_id': 2862612, 'total_number_of_photos': 8169}} No error ? {'log_dict': {'total_nb_images': 6454, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 63205 seconds', 'coverage_times_pause': '0 days 64568 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 277, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6164, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 126, 'nb_images_finished': 2361, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2361, 'last_update': '2026/01/06', 'portfolio_id': 29945243, 'last_run_id': 2855291, 'total_number_of_photos': 6200}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 84391 seconds', 'coverage_times_pause': '0 days 86177 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 386, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 12, 'end_of_day_photos_uploaded': 8210, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 104, 'nb_images_finished': 2103, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 14, 'nb_selected_images': 2117, 'last_update': '2026/01/04', 'portfolio_id': 29913053, 'last_run_id': 2847476, 'total_number_of_photos': 8275}} No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 84065 seconds', 'coverage_times_pause': '0 days 86061 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 339, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8252, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 118, 'nb_images_finished': 2355, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2355, 'last_update': '2026/01/03', 'portfolio_id': 29874592, 'last_run_id': 2844516, 'total_number_of_photos': 8269}} No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83901 seconds', 'coverage_times_pause': '0 days 86126 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 473, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8130, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/01/02', 'portfolio_id': 29866073, 'last_run_id': 2837274, 'total_number_of_photos': 8167}} No error ? {'log_dict': {'total_nb_images': 8616, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 83653 seconds', 'coverage_times_pause': '0 days 86185 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 465, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8138, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 77, 'nb_images_finished': 1493, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1493, 'last_update': '2026/01/07', 'portfolio_id': 29979338, 'last_run_id': 2862370, 'total_number_of_photos': 8169}} No error ? {'log_dict': {'total_nb_images': 6454, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 63205 seconds', 'coverage_times_pause': '0 days 64568 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 277, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6164, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 126, 'nb_images_finished': 2361, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2361, 'last_update': '2026/01/06', 'portfolio_id': 29945243, 'last_run_id': 2855291, 'total_number_of_photos': 6200}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 84391 seconds', 'coverage_times_pause': '0 days 86177 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 386, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 12, 'end_of_day_photos_uploaded': 8210, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 104, 'nb_images_finished': 2103, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 14, 'nb_selected_images': 2117, 'last_update': '2026/01/04', 'portfolio_id': 29913053, 'last_run_id': 2847476, 'total_number_of_photos': 8275}} No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 84065 seconds', 'coverage_times_pause': '0 days 86061 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 339, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8252, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 118, 'nb_images_finished': 2355, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2355, 'last_update': '2026/01/03', 'portfolio_id': 29874592, 'last_run_id': 2844516, 'total_number_of_photos': 8269}} No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83901 seconds', 'coverage_times_pause': '0 days 86126 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 473, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8130, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/01/02', 'portfolio_id': 29866073, 'last_run_id': 2837274, 'total_number_of_photos': 8167}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 6454, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 63205 seconds', 'coverage_times_pause': '0 days 64568 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 277, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6164, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 126, 'nb_images_finished': 2361, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2361, 'last_update': '2026/01/06', 'portfolio_id': 29945243, 'last_run_id': 2855094, 'total_number_of_photos': 6200}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 84391 seconds', 'coverage_times_pause': '0 days 86177 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 386, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 12, 'end_of_day_photos_uploaded': 8210, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 104, 'nb_images_finished': 2103, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 14, 'nb_selected_images': 2117, 'last_update': '2026/01/04', 'portfolio_id': 29913053, 'last_run_id': 2847476, 'total_number_of_photos': 8275}} No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 84065 seconds', 'coverage_times_pause': '0 days 86061 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 339, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8252, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 118, 'nb_images_finished': 2355, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2355, 'last_update': '2026/01/03', 'portfolio_id': 29874592, 'last_run_id': 2844516, 'total_number_of_photos': 8269}} No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83901 seconds', 'coverage_times_pause': '0 days 86126 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 473, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8130, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/01/02', 'portfolio_id': 29866073, 'last_run_id': 2837274, 'total_number_of_photos': 8167}} Since we don't have condition on date we need to verify this lately ! Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 84391 seconds', 'coverage_times_pause': '0 days 86177 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 386, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 12, 'end_of_day_photos_uploaded': 8210, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 104, 'nb_images_finished': 2103, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 14, 'nb_selected_images': 2117, 'last_update': '2026/01/04', 'portfolio_id': 29913053, 'last_run_id': 2847476, 'total_number_of_photos': 8275}} No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 84065 seconds', 'coverage_times_pause': '0 days 86061 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 339, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8252, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 118, 'nb_images_finished': 2355, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2355, 'last_update': '2026/01/03', 'portfolio_id': 29874592, 'last_run_id': 2844516, 'total_number_of_photos': 8269}} No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83901 seconds', 'coverage_times_pause': '0 days 86126 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 473, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8130, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/01/02', 'portfolio_id': 29866073, 'last_run_id': 2837274, 'total_number_of_photos': 8167}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 84391 seconds', 'coverage_times_pause': '0 days 86177 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 386, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 12, 'end_of_day_photos_uploaded': 8210, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 2109, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2109, 'last_update': '2026/01/03', 'portfolio_id': 29913053, 'last_run_id': 2847021, 'total_number_of_photos': 8275}} No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 84065 seconds', 'coverage_times_pause': '0 days 86061 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 339, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8252, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 118, 'nb_images_finished': 2355, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2355, 'last_update': '2026/01/03', 'portfolio_id': 29874592, 'last_run_id': 2844516, 'total_number_of_photos': 8269}} No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83901 seconds', 'coverage_times_pause': '0 days 86126 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 473, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8130, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/01/02', 'portfolio_id': 29866073, 'last_run_id': 2837274, 'total_number_of_photos': 8167}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 84065 seconds', 'coverage_times_pause': '0 days 86061 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 6, 'end_of_day_photos_duplicated': 339, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 8252, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 118, 'nb_images_finished': 2355, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2355, 'last_update': '2026/01/03', 'portfolio_id': 29874592, 'last_run_id': 2844308, 'total_number_of_photos': 8269}} No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83901 seconds', 'coverage_times_pause': '0 days 86126 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 473, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8130, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/01/02', 'portfolio_id': 29866073, 'last_run_id': 2837274, 'total_number_of_photos': 8167}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8610, 'max_time_between_images': '0 days 184 seconds', 'coverage_pause': '0 days 83901 seconds', 'coverage_times_pause': '0 days 86126 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_duplicated': 473, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 8130, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/01/02', 'portfolio_id': 29866073, 'last_run_id': 2837020, 'total_number_of_photos': 8167}} 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 : 2026-01-31 00:00:00 Found day : 2026-01-30 00:00:00 Found day : 2026-01-29 00:00:00 Found day : 2026-01-28 00:00:00 Found day : 2026-01-27 00:00:00 Found day : 2026-01-26 00:00:00 Found day : 2026-01-24 00:00:00 Found day : 2026-01-23 00:00:00 Found day : 2026-01-22 00:00:00 Found day : 2026-01-21 00:00:00 Found day : 2026-01-20 00:00:00 Found day : 2026-01-19 00:00:00 Found day : 2026-01-17 00:00:00 Found day : 2026-01-16 00:00:00 Found day : 2026-01-15 00:00:00 Found day : 2026-01-14 00:00:00 Found day : 2026-01-13 00:00:00 Found day : 2026-01-12 00:00:00 Found day : 2026-01-10 00:00:00 Found day : 2026-01-09 00:00:00 Found day : 2026-01-08 00:00:00 Found day : 2026-01-07 00:00:00 Found day : 2026-01-06 00:00:00 Found day : 2026-01-05 00:00:00 Found day : 2026-01-03 00:00:00 Found day : 2026-01-02 00:00:00 Found day : 2026-01-01 00:00:00 after coverage_data SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where ded.dashboard_place_id = 36 and month(ded.date) = 01 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______pet_clair' and ded.dashboard_place_id = 36 and month(ded.date) = 01 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______jrm' and ded.dashboard_place_id = 36 and month(ded.date) = 01 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______pehd_pp' and ded.dashboard_place_id = 36 and month(ded.date) = 01 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______emr' and ded.dashboard_place_id = 36 and month(ded.date) = 01 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______film_pedb' and ded.dashboard_place_id = 36 and month(ded.date) = 01 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______gm' and ded.dashboard_place_id = 36 and month(ded.date) = 01 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______flux_dev' and ded.dashboard_place_id = 36 and month(ded.date) = 01 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______aluminium' and ded.dashboard_place_id = 36 and month(ded.date) = 01 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______refus' and ded.dashboard_place_id = 36 and month(ded.date) = 01 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______ela' and ded.dashboard_place_id = 36 and month(ded.date) = 01 and year(ded.date) = 2026 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 '%012026%' and cps.thcl = 1533 GROUP BY sbstr ; after number_of_batch date_start : 2026-01-01 : dt_date_just_month_year : 2026-01-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 >= "2026-01-01" AND ded.date <= "2026-01-31" 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 (2837274,2844516,2847476,2848433,2855291,2862612,2869873,2873923,2873817,2874849,2875399,2876492,2877896,2879227,2880423,2881644,2882721,2883323,2884328,2885368,2887065,2887851,2887769,2888946,2889450,2890718,2891850,2893063,2894417,2895701,2896856) 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.006294037579523558, 'nb_photo': 702, 'list_port_cont': '29877809,29881018,29887221,29887464,29890162,29893439,29895760,29899135,29901000,29901150,29904402,29904868,29923250,29923909,29926241,29927537,29927581,29928848,29929424,29930022,29931307,29932882,29953340,29954116,29954336,29956313,29957368,29960739,29965437,29967813,29971766,29977004,29981438,29987172,29988182,29992224,30008516,30011935,30013708,30013730,30016364,30020995,30024265,30029691,30032112,30037701,30048876,30050590,30051590,30055186,30056904,30057467,30060342,30063643,30064025,30065045,30065051,30065639,30066359,30067584,30068806,30069272,30070237,30071163,30071675,30071692,30072269,30075958,30076065,30076658,30077806,30078342,30078574,30078993,30079326,30079359,30079499,30079821,30080154,30080170,30089759,30090169,30090453,30091439,30092482,30092883,30093283,30093573,30093882,30095231,30097189,30098853,30099125,30101815,30103004,30103915,30105163,30105728,30105753,30105770,30105789,30109503,30109513,30110477,30110703,30111231,30111636,30112142,30112492,30112513,30113992,30114320,30114384,3011478', 'assoc_port': '29877117:29877809,29880559:29881018,29885438:29887221,29886598:29887464,29889698:29890162,29892688:29893439,29895117:29895760,29898579:29899135,29900343:29901150,29900382:29901000,29901781:29904868,29903605:29904402,29922578:29923250,29923752:29923909,29925914:29926241,29927018:29927581,29927020:29927537,29928590:29928848,29929009:29929424,29929804:29930022,29931017:29931307,29932747:29932882,29952805:29954116,29952808:29953340,29953698:29954336,29955424:29956313,29956851:29957368,29960566:29960739,29964558:29965437,29966737:29967813,29970905:29971766,29976100:29977004,29981309:29981438,29986862:29987172,29987863:29988182,29991797:29992224,30008197:30008516,30011662:30011935,30013139:30013730,30013145:30013708,30015739:30016364,30020411:30020995,30024057:30024265,30029201:30029691,30031484:30032112,30036990:30037701,30048064:30048876,30049633:30050590,30050942:30051590,30054123:30055186,30056440:30056904,30057313:30057467,30058702:30060342,30063331:30063643,30063825:30064025,30064895:30065051,30064901:3006504', 'assoc_mat': '29877117:autre:3327:29877809,29880559:autre:3327:29881018,29885438:autre:3327:29887221,29886598:autre:3327:29887464,29889698:autre:3327:29890162,29892688:autre:3327:29893439,29895117:autre:3327:29895760,29898579:autre:3327:29899135,29900343:autre:3327:29901150,29900382:autre:3327:29901000,29901781:autre:3327:29904868,29903605:autre:3327:29904402,29922578:autre:3327:29923250,29923752:autre:3327:29923909,29925914:autre:3327:29926241,29927018:autre:3327:29927581,29927020:autre:3327:29927537,29928590:autre:3327:29928848,29929009:autre:3327:29929424,29929804:autre:3327:29930022,29931017:autre:3327:29931307,29932747:autre:3327:29932882,29952805:autre:3327:29954116,29952808:autre:3327:29953340,29953698:autre:3327:29954336,29955424:autre:3327:29956313,29956851:autre:3327:29957368,29960566:autre:3327:29960739,29964558:autre:3327:29965437,29966737:autre:3327:29967813,29970905:autre:3327:29971766,29976100:autre:3327:29977004,29981309:autre:3327:29981438,29986862:autre:3327:29987172,29987863:autre:3327:29988182,29991797:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.001494492133039342, 'nb_photo': 244, 'list_port_cont': '29905316,29931160,29932128,29954168,29964239,29967171,29981873,29988640,30024161,30054819,30060781,30066635,30072231,30078976,30080445,30081757,30084143,30090433,30091408,30092401,30096163,30101092,30105697,30109088,30115214,30121148,30124863,30129699,30130472,30134772,30140094,30143050,30155907,30162202,30164948,30164955,30170878,30173527,30175474,30176175,30188933,30190019,30195719,30213571,30216717,30219126,30225430,30227575,30235536,30237427,30237608,30239861,30240516,30245552,30251664,30257682,30263777,30271587,30273985,30275205,30275654,30276099,30277507,30277551,30278351,30278368', 'assoc_port': '29904813:29905316,29931014:29931160,29932010:29932128,29953694:29954168,29961053:29964239,29966741:29967171,29981854:29981873,29988455:29988640,30024056:30024161,30054134:30054819,30060714:30060781,30066438:30066635,30072108:30072231,30078803:30078976,30080405:30080445,30081751:30081757,30084136:30084143,30090237:30090433,30091324:30091408,30092159:30092401,30095678:30096163,30100824:30101092,30105575:30105697,30109078:30109088,30115050:30115214,30120849:30121148,30124663:30124863,30129560:30129699,30130253:30130472,30134694:30134772,30139881:30140094,30142885:30143050,30155605:30155907,30162003:30162202,30164728:30164955,30164735:30164948,30170833:30170878,30173295:30173527,30175442:30175474,30176144:30176175,30188766:30188933,30189940:30190019,30195508:30195719,30213190:30213571,30216459:30216717,30219018:30219126,30225009:30225430,30227517:30227575,30235378:30235536,30237192:30237427,30237494:30237608,30239664:30239861,30240492:30240516,30245096:30245552,30251199:30251664,30257644:30257682,30263395:3026377', 'assoc_mat': '29904813:autre:3594:29905316,29931014:autre:3594:29931160,29932010:autre:3594:29932128,29953694:autre:3594:29954168,29961053:autre:3594:29964239,29966741:autre:3594:29967171,29981854:autre:3594:29981873,29988455:autre:3594:29988640,30024056:autre:3594:30024161,30054134:autre:3594:30054819,30060714:autre:3594:30060781,30066438:autre:3594:30066635,30072108:autre:3594:30072231,30078803:autre:3594:30078976,30080405:autre:3594:30080445,30081751:autre:3594:30081757,30084136:autre:3594:30084143,30090237:autre:3594:30090433,30091324:autre:3594:30091408,30092159:autre:3594:30092401,30095678:autre:3594:30096163,30100824:autre:3594:30101092,30105575:autre:3594:30105697,30109078:autre:3594:30109088,30115050:autre:3594:30115214,30120849:autre:3594:30121148,30124663:autre:3594:30124863,30129560:autre:3594:30129699,30130253:autre:3594:30130472,30134694:autre:3594:30134772,30139881:autre:3594:30140094,30142885:autre:3594:30143050,30155605:autre:3594:30155907,30162003:autre:3594:30162202,30164728:autre:3594:30164955,30164735:'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.012345078104355433, 'nb_photo': 804, 'list_port_cont': '29887068,29889717,29892898,29895252,29900557,29901912,29909379,29909635,29913569,29913889,29914147,29914251,29924148,29924168,29927088,29929916,29930302,29931106,29933946,29959323,29963500,29963706,29971131,29976129,29976172,29976189,29976207,29979557,29979582,29979592,29981857,29982134,29982231,29982711,29983174,29983237,29983349,29983534,29983543,29986426,29988022,29988055,29989191,29992665,30011685,30012269,30014684,30025276,30029400,30030668,30049744,30051535,30058958,30059739,30059750,30060185,30060721,30063436,30063441,30063872,30064979,30066511,30068385,30068977,30071017,30071049,30072324,30074560,30077715,30077924,30078174,30078247,30079422,30079984,30090743,30094381,30094391,30094539,30097118,30098302,30098324,30098351,30099778,30102020,30103971,30104874,30106228,30109380,30112623,30113574,30113604,30113846,30114847,30115676,30122779,30124325,30124698,30124710,30125838,30130072,30130980,30131853,30132859,30134706,30135135,30135146,30135338,30135801,30139181,30139890,30140336,30141548,30142017,3015357', 'assoc_port': '29886568:29887068,29889697:29889717,29892672:29892898,29895099:29895252,29900363:29900557,29901777:29901912,29909331:29909635,29909332:29909379,29913349:29914251,29913350:29914147,29913351:29913889,29913354:29913569,29924113:29924148,29924117:29924168,29927040:29927088,29929802:29929916,29930227:29930302,29931024:29931106,29933927:29933946,29959295:29959323,29963319:29963706,29963321:29963500,29970900:29971131,29976101:29976189,29976102:29976207,29976105:29976172,29976107:29976129,29979448:29979582,29979449:29979592,29979452:29979557,29981855:29981857,29982000:29982231,29982002:29982134,29982697:29982711,29983131:29983174,29983135:29983237,29983294:29983543,29983295:29983534,29983299:29983349,29986379:29986426,29987812:29988055,29987832:29988022,29989098:29989191,29992647:29992665,30011663:30011685,30012115:30012269,30013137:30014684,30025185:30025276,30029196:30029400,30030560:30030668,30048068:30051535,30049626:30049744,30058697:30058958,30058709:30060185,30059605:30059750,30059607:30059739,30060718:3006072', 'assoc_mat': '29886568:autre_refus:3726:29887068,29889697:autre_refus:3726:29889717,29892672:autre_refus:3726:29892898,29895099:autre_refus:3726:29895252,29900363:autre_refus:3726:29900557,29901777:autre_refus:3726:29901912,29909331:autre_refus:3726:29909635,29909332:autre_refus:3726:29909379,29913349:autre_refus:3726:29914251,29913350:autre_refus:3726:29914147,29913351:autre_refus:3726:29913889,29913354:autre_refus:3726:29913569,29924113:autre_refus:3726:29924148,29924117:autre_refus:3726:29924168,29927040:autre_refus:3726:29927088,29929802:autre_refus:3726:29929916,29930227:autre_refus:3726:29930302,29931024:autre_refus:3726:29931106,29933927:autre_refus:3726:29933946,29959295:autre_refus:3726:29959323,29963319:autre_refus:3726:29963706,29963321:autre_refus:3726:29963500,29970900:autre_refus:3726:29971131,29976101:autre_refus:3726:29976189,29976102:autre_refus:3726:29976207,29976105:autre_refus:3726:29976172,29976107:autre_refus:3726:29976129,29979448:autre_refus:3726:29979582,29979449:autre_refus:3726:29979592,29979452:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004009823353120787, 'nb_photo': 2, 'list_port_cont': '30080153,30189679', 'assoc_port': '30079967:30080153,30189480:30189679', 'assoc_mat': '30079967:barquette_avec_film:3327:30080153,30189480:barquette_avec_film:3327:30189679'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00038115143186819744, 'nb_photo': 1, 'list_port_cont': '29895868', 'assoc_port': '29895113:29895868', 'assoc_mat': '29895113:barquette_opaque:4205:29895868'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0017495244356066702, 'nb_photo': 44, 'list_port_cont': '29929344,29965081,29987102,30013605,30016526,30020067,30078320,30079759,30090431,30093440,30164982,30215452', 'assoc_port': '29929006:29929344,29963289:29965081,29986859:29987102,30013136:30013605,30015732:30020067,30015735:30016526,30078170:30078320,30079722:30079759,30090234:30090431,30093384:30093440,30164726:30164982,30215303:30215452', 'assoc_mat': '29929006:barquette_opaque:4203:29929344,29963289:barquette_opaque:4203:29965081,29986859:barquette_opaque:4203:29987102,30013136:barquette_opaque:4203:30013605,30015732:barquette_opaque:4203:30020067,30015735:barquette_opaque:4203:30016526,30078170:barquette_opaque:4203:30078320,30079722:barquette_opaque:4203:30079759,30090234:barquette_opaque:4203:30090431,30093384:barquette_opaque:4203:30093440,30164726:barquette_opaque:4203:30164982,30215303:barquette_opaque:4203:30215452'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007346501838167828, 'nb_photo': 30, 'list_port_cont': '29953915,29959503,29961627,30020595,30049827,30053530,30069904,30079296,30080001,30089723,30102076,30106061,30115681,30121683,30122792,30123105,30124332,30141163,30142483,30155735,30163891,30171950,30189549,30196058,30200521,30214335,30214767,30238929', 'assoc_port': '29953696:29953915,29955403:29961627,29959304:29959503,30020409:30020595,30049627:30049827,30053289:30053530,30069868:30069904,30079102:30079296,30079972:30080001,30089667:30089723,30101939:30102076,30105879:30106061,30115524:30115681,30121644:30121683,30122773:30122792,30122984:30123105,30124274:30124332,30141147:30141163,30142478:30142483,30155647:30155735,30163780:30163891,30171654:30171950,30189478:30189549,30195919:30196058,30200490:30200521,30214210:30214335,30214599:30214767,30238785:30238929', 'assoc_mat': '29953696:barquette_opaque:4207:29953915,29955403:barquette_opaque:4207:29961627,29959304:barquette_opaque:4207:29959503,30020409:barquette_opaque:4207:30020595,30049627:barquette_opaque:4207:30049827,30053289:barquette_opaque:4207:30053530,30069868:barquette_opaque:4207:30069904,30079102:barquette_opaque:4207:30079296,30079972:barquette_opaque:4207:30080001,30089667:barquette_opaque:4207:30089723,30101939:barquette_opaque:4207:30102076,30105879:barquette_opaque:4207:30106061,30115524:barquette_opaque:4207:30115681,30121644:barquette_opaque:4207:30121683,30122773:barquette_opaque:4207:30122792,30122984:barquette_opaque:4207:30123105,30124274:barquette_opaque:4207:30124332,30141147:barquette_opaque:4207:30141163,30142478:barquette_opaque:4207:30142483,30155647:barquette_opaque:4207:30155735,30163780:barquette_opaque:4207:30163891,30171654:barquette_opaque:4207:30171950,30189478:barquette_opaque:4207:30189549,30195919:barquette_opaque:4207:30196058,30200490:barquette_opaque:4207:30200521,30214210:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00951554762880294, 'nb_photo': 6, 'list_port_cont': '29887034,30057446,30072364,30078872,30115293,30271463', 'assoc_port': '29886612:29887034,30057294:30057446,30072311:30072364,30078806:30078872,30115284:30115293,30271307:30271463', 'assoc_mat': '29886612:barquette_opaque:4461:29887034,30057294:barquette_opaque:4461:30057446,30072311:barquette_opaque:4461:30072364,30078806:barquette_opaque:4461:30078872,30115284:barquette_opaque:4461:30115293,30271307:barquette_opaque:4461:30271463'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.003666528750343555, 'nb_photo': 17, 'list_port_cont': '29959430,29961501,30069171,30093074,30093120,30112436,30121041,30154842,30167046,30188589,30188908,30189980,30200170,30217572,30223888,30275991', 'assoc_port': '29959303:29959430,29961068:29961501,30068932:30069171,30092955:30093120,30092957:30093074,30112368:30112436,30120851:30121041,30154583:30154842,30166975:30167046,30188472:30188589,30188764:30188908,30189941:30189980,30200056:30200170,30217330:30217572,30223871:30223888,30275892:30275991', 'assoc_mat': '29959303:barquette_opaque:4200:29959430,29961068:barquette_opaque:4200:29961501,30068932:barquette_opaque:4200:30069171,30092955:barquette_opaque:4200:30093120,30092957:barquette_opaque:4200:30093074,30112368:barquette_opaque:4200:30112436,30120851:barquette_opaque:4200:30121041,30154583:barquette_opaque:4200:30154842,30166975:barquette_opaque:4200:30167046,30188472:barquette_opaque:4200:30188589,30188764:barquette_opaque:4200:30188908,30189941:barquette_opaque:4200:30189980,30200056:barquette_opaque:4200:30200170,30217330:barquette_opaque:4200:30217572,30223871:barquette_opaque:4200:30223888,30275892:barquette_opaque:4200:30275991'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0037145624149614678, 'nb_photo': 85, 'list_port_cont': '29904021,29907331,29926079,29926162,29949715,29951139,29976253,30023039,30049994,30051179,30057808,30059456,30062770,30062849,30064268,30065204,30070031,30071585,30071618,30076401,30104945,30104955,30106232,30111143,30111173,30111268,30111282,30111540,30111889,30113918,30114750,30116451,30123215,30124347,30125062,30126439,30126538,30131515,30132350,30134819,30139192,30139523,30155853,30156146,30162768,30162964,30166210,30167241,30172994,30174615,30176336,30176433,30179522,30180986,30182928,30185066,30185268,30191721,30197474,30200964,30201823,30213498,30215719,30218594,30218861,30218897,30219095,30255435,30263296,30274410,30276428', 'assoc_port': '29903598:29904021,29907065:29907331,29925901:29926162,29925907:29926079,29949462:29949715,29950755:29951139,29976106:29976253,30022773:30023039,30049624:30049994,30050939:30051179,30057511:30057808,30058698:30059456,30062396:30064268,30062400:30062849,30062401:30062770,30065107:30065204,30069866:30070031,30071488:30071585,30071510:30071618,30076272:30076401,30104814:30104955,30104817:30104945,30106200:30106232,30110866:30111143,30110877:30111173,30111262:30111282,30111265:30111268,30111506:30111540,30111696:30111889,30113822:30113918,30114678:30114750,30116264:30116451,30122980:30123215,30124273:30124347,30125010:30125062,30126415:30126538,30126417:30126439,30131248:30131515,30132042:30132350,30134695:30134819,30139175:30139192,30139417:30139523,30155646:30155853,30155963:30156146,30162437:30162768,30162944:30162964,30166032:30166210,30167202:30167241,30172701:30172994,30172942:30174615,30175215:30176336,30175443:30176433,30175807:30215719,30176476:30180986,30176662:30179522,30182914:30182928,30184739:3018526', 'assoc_mat': '29903598:barquette_opaque:4209:29904021,29907065:barquette_opaque:4209:29907331,29925901:barquette_opaque:4209:29926162,29925907:barquette_opaque:4209:29926079,29949462:barquette_opaque:4209:29949715,29950755:barquette_opaque:4209:29951139,29976106:barquette_opaque:4209:29976253,30022773:barquette_opaque:4209:30023039,30049624:barquette_opaque:4209:30049994,30050939:barquette_opaque:4209:30051179,30057511:barquette_opaque:4209:30057808,30058698:barquette_opaque:4209:30059456,30062396:barquette_opaque:4209:30064268,30062400:barquette_opaque:4209:30062849,30062401:barquette_opaque:4209:30062770,30065107:barquette_opaque:4209:30065204,30069866:barquette_opaque:4209:30070031,30071488:barquette_opaque:4209:30071585,30071510:barquette_opaque:4209:30071618,30076272:barquette_opaque:4209:30076401,30104814:barquette_opaque:4209:30104955,30104817:barquette_opaque:4209:30104945,30106200:barquette_opaque:4209:30106232,30110866:barquette_opaque:4209:30111143,30110877:barquette_opaque:4209:30111173,30111262:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0056318965103435035, 'nb_photo': 4887, 'list_port_cont': '29881520,29882655,29883312,29886223,29887150,29892214,29900973,29902205,29904041,29904125,29905490,29905852,29923046,29923299,29923866,29923893,29926035,29926229,29926372,29926486,29926516,29927478,29928736,29929987,29930187,29930414,29931082,29931151,29931693,29932165,29932823,29933272,29938914,29951454,29951855,29952503,29953015,29954347,29957815,29959610,29960926,29962137,29963938,29965039,29965144,29967394,29968619,29971452,29972058,29972264,29973950,29975189,29979294,29981460,29981591,29987014,29987074,29988626,29988664,29989235,29989283,29991006,29992092,29992112,29993022,30010720,30011072,30011795,30011852,30012446,30012461,30013582,30013621,30014827,30014918,30019943,30020859,30022927,30023368,30025439,30028640,30029552,30029600,30037592,30048707,30049065,30050364,30051067,30051378,30051968,30053618,30054878,30055508,30056832,30057968,30059212,30059540,30059948,30060240,30060263,30060301,30060792,30060828,30063551,30063633,30063972,30064966,30065021,30065218,30065430,30065676,30065786,30065812,3006583', 'assoc_port': '29880558:29881520,29882108:29882655,29882109:29883312,29885440:29886223,29886569:29887150,29891422:29892214,29900383:29900973,29901778:29902205,29903596:29904125,29903608:29904041,29904807:29905852,29904815:29905490,29922570:29923299,29922577:29923046,29923749:29923866,29923751:29923893,29925905:29926229,29925909:29926035,29926314:29926516,29926317:29926486,29926319:29926372,29927059:29927478,29928593:29928736,29929782:29930187,29929800:29929987,29930242:29930414,29931019:29931151,29931023:29931082,29931397:29931693,29931987:29932165,29932748:29932823,29933070:29933272,29938885:29938914,29950753:29952503,29950754:29951855,29950756:29951454,29952811:29953015,29953691:29954347,29955401:29962137,29956853:29957815,29959298:29959610,29960561:29960926,29963305:29963938,29964554:29965039,29964565:29965144,29966745:29967394,29968181:29968619,29970897:29972264,29970903:29972058,29970907:29971452,29973410:29979294,29973414:29973950,29974616:29975189,29981308:29981460,29981508:29981591,29986864:29987014,29986866:2998707', 'assoc_mat': '29880558:barquette_opaque:4211:29881520,29882108:barquette_opaque:4211:29882655,29882109:barquette_opaque:4211:29883312,29885440:barquette_opaque:4211:29886223,29886569:barquette_opaque:4211:29887150,29891422:barquette_opaque:4211:29892214,29900383:barquette_opaque:4211:29900973,29901778:barquette_opaque:4211:29902205,29903596:barquette_opaque:4211:29904125,29903608:barquette_opaque:4211:29904041,29904807:barquette_opaque:4211:29905852,29904815:barquette_opaque:4211:29905490,29922570:barquette_opaque:4211:29923299,29922577:barquette_opaque:4211:29923046,29923749:barquette_opaque:4211:29923866,29923751:barquette_opaque:4211:29923893,29925905:barquette_opaque:4211:29926229,29925909:barquette_opaque:4211:29926035,29926314:barquette_opaque:4211:29926516,29926317:barquette_opaque:4211:29926486,29926319:barquette_opaque:4211:29926372,29927059:barquette_opaque:4211:29927478,29928593:barquette_opaque:4211:29928736,29929782:barquette_opaque:4211:29930187,29929800:barquette_opaque:4211:29929987,29930242:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0002905954732356853, 'nb_photo': 39, 'list_port_cont': '29901149,29928854,29960733,29974108,29989908,30029697,30056894,30058382,30066358,30080158,30092492,30093287,30097184,30101814,30103015,30105166,30105797,30140648,30164113,30164614,30164654,30166249,30180476,30188680,30191187,30195807,30197939,30200572,30215796,30216802,30237716,30262400,30274447,30275257', 'assoc_port': '29900343:29901149,29928590:29928854,29960566:29960733,29973433:29974108,29989096:29989908,30029201:30029697,30056440:30056894,30057512:30058382,30066240:30066358,30079967:30080158,30092156:30092492,30092983:30093287,30097077:30097184,30099894:30101814,30101937:30103015,30105067:30105166,30105571:30105797,30140520:30140648,30163734:30164113,30164211:30164654,30164257:30164614,30166031:30166249,30172497:30180476,30188474:30188680,30190961:30191187,30195506:30195807,30196799:30197939,30200489:30200572,30215649:30215796,30216457:30216802,30237493:30237716,30262191:30262400,30274332:30274447,30274952:30275257', 'assoc_mat': '29900343:bouchon:3327:29901149,29928590:bouchon:3327:29928854,29960566:bouchon:3327:29960733,29973433:bouchon:3327:29974108,29989096:bouchon:3327:29989908,30029201:bouchon:3327:30029697,30056440:bouchon:3327:30056894,30057512:bouchon:3327:30058382,30066240:bouchon:3327:30066358,30079967:bouchon:3327:30080158,30092156:bouchon:3327:30092492,30092983:bouchon:3327:30093287,30097077:bouchon:3327:30097184,30099894:bouchon:3327:30101814,30101937:bouchon:3327:30103015,30105067:bouchon:3327:30105166,30105571:bouchon:3327:30105797,30140520:bouchon:3327:30140648,30163734:bouchon:3327:30164113,30164211:bouchon:3327:30164654,30164257:bouchon:3327:30164614,30166031:bouchon:3327:30166249,30172497:bouchon:3327:30180476,30188474:bouchon:3327:30188680,30190961:bouchon:3327:30191187,30195506:bouchon:3327:30195807,30196799:bouchon:3327:30197939,30200489:bouchon:3327:30200572,30215649:bouchon:3327:30215796,30216457:bouchon:3327:30216802,30237493:bouchon:3327:30237716,30262191:bouchon:3327:30262400,30274332:bouchon:3327:30274447,3'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.013063524734463256, 'nb_photo': 39, 'list_port_cont': '29889880,29895873,29954131,29967495,30067539,30077735,30092166,30190346,30190389,30199196,30200506,30216635', 'assoc_port': '29889694:29889880,29895113:29895873,29953693:29954131,29966739:29967495,30067362:30067539,30077663:30077735,30092158:30092166,30190333:30190346,30190334:30190389,30199090:30199196,30200487:30200506,30216460:30216635', 'assoc_mat': '29889694:carton:4205:29889880,29895113:carton:4205:29895873,29953693:carton:4205:29954131,29966739:carton:4205:29967495,30067362:carton:4205:30067539,30077663:carton:4205:30077735,30092158:carton:4205:30092166,30190333:carton:4205:30190346,30190334:carton:4205:30190389,30199090:carton:4205:30199196,30200487:carton:4205:30200506,30216460:carton:4205:30216635'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.018935837914101247, 'nb_photo': 138, 'list_port_cont': '29929345,29965072,29987107,30013601,30016522,30016633,30020075,30078328,30079760,30090417,30093455,30164995,30215450', 'assoc_port': '29929006:29929345,29963289:29965072,29986859:29987107,30013136:30013601,30015732:30020075,30015735:30016522,30015737:30016633,30078170:30078328,30079722:30079760,30090234:30090417,30093384:30093455,30164726:30164995,30215303:30215450', 'assoc_mat': '29929006:carton:4203:29929345,29963289:carton:4203:29965072,29986859:carton:4203:29987107,30013136:carton:4203:30013601,30015732:carton:4203:30020075,30015735:carton:4203:30016522,30015737:carton:4203:30016633,30078170:carton:4203:30078328,30079722:carton:4203:30079760,30090234:carton:4203:30090417,30093384:carton:4203:30093455,30164726:carton:4203:30164995,30215303:carton:4203:30215450'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9637673753462287, 'nb_photo': 3474, 'list_port_cont': '29880651,29882274,29883539,29884115,29886785,29889774,29891833,29892718,29892868,29895262,29895430,29895785,29898678,29898734,29900602,29903878,29903908,29907179,29907259,29907311,29922854,29922936,29923778,29923804,29924196,29924247,29925949,29926064,29926360,29926401,29927205,29928659,29928709,29929078,29929142,29929887,29930317,29931502,29932087,29933169,29933734,29949741,29949924,29950893,29951032,29952999,29953912,29955665,29959502,29959566,29961222,29961319,29961624,29964811,29965253,29967296,29971219,29973685,29974780,29981525,29986502,29986898,29987964,29988504,29989181,29990938,29991842,29991882,29991993,30009917,30010546,30011715,30012226,30013480,30013957,30020597,30020681,30024123,30029308,30030641,30049823,30051132,30051283,30053528,30054488,30056631,30057411,30057766,30057916,30058828,30058837,30059687,30060235,30060554,30060748,30062458,30063350,30065117,30065377,30066279,30066342,30066564,30067435,30068134,30068152,30069466,30069474,30069875,30069895,30070974,30071115,30071528,30072163,3007567', 'assoc_port': '29880560:29880651,29882107:29882274,29883287:29884115,29883294:29883539,29885442:29892718,29886570:29886785,29889695:29889774,29891417:29891833,29892686:29892868,29895112:29895785,29895114:29895430,29895118:29895262,29898574:29898734,29898576:29898678,29900386:29900602,29903592:29903908,29903600:29903878,29907138:29907311,29907139:29907259,29907141:29907179,29922573:29922936,29922579:29922854,29923747:29923804,29923750:29923778,29924116:29924247,29924119:29924196,29925911:29926064,29925912:29925949,29926315:29926401,29926321:29926360,29927021:29927205,29928589:29928709,29928591:29928659,29928987:29929078,29928989:29929142,29929803:29929887,29930228:29930317,29931395:29931502,29932008:29932087,29933073:29933169,29933651:29933734,29949458:29949924,29949460:29949741,29950758:29951032,29950760:29950893,29952809:29952999,29953696:29953912,29955403:29961624,29955444:29955665,29956855:29959566,29959304:29959502,29961025:29961319,29961084:29961222,29964552:29965253,29964561:29964811,29966743:29967296,29970902:2997121', 'assoc_mat': '29880560:carton:4207:29880651,29882107:carton:4207:29882274,29883287:carton:4207:29884115,29883294:carton:4207:29883539,29885442:carton:4207:29892718,29886570:carton:4207:29886785,29889695:carton:4207:29889774,29891417:carton:4207:29891833,29892686:carton:4207:29892868,29895112:carton:4207:29895785,29895114:carton:4207:29895430,29895118:carton:4207:29895262,29898574:carton:4207:29898734,29898576:carton:4207:29898678,29900386:carton:4207:29900602,29903592:carton:4207:29903908,29903600:carton:4207:29903878,29907138:carton:4207:29907311,29907139:carton:4207:29907259,29907141:carton:4207:29907179,29922573:carton:4207:29922936,29922579:carton:4207:29922854,29923747:carton:4207:29923804,29923750:carton:4207:29923778,29924116:carton:4207:29924247,29924119:carton:4207:29924196,29925911:carton:4207:29926064,29925912:carton:4207:29925949,29926315:carton:4207:29926401,29926321:carton:4207:29926360,29927021:carton:4207:29927205,29928589:carton:4207:29928709,29928591:carton:4207:29928659,29928987:carton:4207:29929078,2992'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.011476831666757427, 'nb_photo': 3194, 'list_port_cont': '29882489,29883657,29887038,29891936,29895523,29899021,29905350,29916551,29922954,29924274,29927453,29929308,29931188,29931571,29933760,29934670,29953050,29955819,29959534,29960659,29964990,29967047,29973839,29976221,29981553,29988085,29989254,29992924,30009996,30012395,30014032,30023169,30025296,30030804,30050053,30053435,30056751,30057363,30057443,30059322,30060629,30062702,30063569,30063603,30063931,30065174,30065852,30066660,30069556,30069981,30070202,30071578,30072204,30072361,30076025,30076565,30078299,30078499,30078878,30079010,30079442,30080078,30090976,30093145,30093318,30093518,30093827,30094594,30097319,30098415,30098931,30100063,30102145,30104561,30104966,30105435,30109353,30109466,30111309,30111337,30111905,30112709,30113617,30114351,30114703,30115291,30116565,30116768,30121303,30122041,30122614,30122838,30124422,30125156,30125274,30125650,30126044,30129931,30130441,30131038,30131905,30132741,30133473,30134775,30135673,30138206,30139450,30140023,30140605,30141050,30142338,30142788,30154238,3015472', 'assoc_port': '29882106:29882489,29883291:29883657,29886612:29887038,29891415:29891936,29895116:29895523,29898578:29899021,29904809:29905350,29916266:29916551,29922581:29922954,29924118:29924274,29927019:29927453,29928988:29929308,29931016:29931188,29931393:29931571,29933652:29933760,29934614:29934670,29952806:29953050,29955406:29955819,29959300:29959534,29960565:29960659,29964563:29964990,29966747:29967047,29973413:29973839,29976104:29976221,29981504:29981553,29987854:29988085,29989105:29989254,29992646:29992924,30009734:30009996,30012117:30012395,30013901:30014032,30022772:30023169,30025187:30025296,30030548:30030804,30049629:30050053,30053292:30053435,30056441:30056751,30057294:30057443,30057333:30057363,30058706:30059322,30060388:30060629,30062398:30062702,30063327:30063603,30063328:30063569,30063829:30063931,30065105:30065174,30065687:30065852,30066441:30066660,30069315:30069556,30069864:30069981,30070110:30070202,30071509:30071578,30072107:30072204,30072311:30072361,30075986:30076025,30076448:30076565,30078167:3007829', 'assoc_mat': '29882106:carton:4461:29882489,29883291:carton:4461:29883657,29886612:carton:4461:29887038,29891415:carton:4461:29891936,29895116:carton:4461:29895523,29898578:carton:4461:29899021,29904809:carton:4461:29905350,29916266:carton:4461:29916551,29922581:carton:4461:29922954,29924118:carton:4461:29924274,29927019:carton:4461:29927453,29928988:carton:4461:29929308,29931016:carton:4461:29931188,29931393:carton:4461:29931571,29933652:carton:4461:29933760,29934614:carton:4461:29934670,29952806:carton:4461:29953050,29955406:carton:4461:29955819,29959300:carton:4461:29959534,29960565:carton:4461:29960659,29964563:carton:4461:29964990,29966747:carton:4461:29967047,29973413:carton:4461:29973839,29976104:carton:4461:29976221,29981504:carton:4461:29981553,29987854:carton:4461:29988085,29989105:carton:4461:29989254,29992646:carton:4461:29992924,30009734:carton:4461:30009996,30012117:carton:4461:30012395,30013901:carton:4461:30014032,30022772:carton:4461:30023169,30025187:carton:4461:30025296,30030548:carton:4461:30030804,3004'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.016894700547063126, 'nb_photo': 327, 'list_port_cont': '29885753,29891752,29893036,29893230,29903771,29928671,29929150,29931135,29959444,29960702,29961258,29961511,29971185,30020616,30057386,30058903,30059148,30060513,30060570,30067505,30069179,30069972,30071026,30071538,30076309,30077049,30077753,30077775,30078450,30078471,30079176,30089791,30090382,30091372,30093084,30099784,30102059,30104279,30104518,30105115,30108940,30112441,30112650,30113582,30114273,30114731,30115102,30116339,30122592,30124163,30125095,30125827,30125991,30129913,30130424,30132235,30139589,30139907,30140549,30142107,30142581,30142752,30154677,30154840,30155368,30155892,30156614,30161028,30162707,30162790,30163931,30164444,30164586,30164932,30165797,30166059,30166168,30167055,30167082,30167778,30171902,30174640,30175968,30188907,30189560,30189988,30190421,30190435,30191050,30200179,30200532,30200939,30200973,30214387,30215402,30216022,30217575,30218914,30223886,30238027,30238962,30250115,30261798,30275552,30276416,30282587', 'assoc_port': '29885439:29885753,29891419:29891752,29892658:29893230,29892702:29893036,29903590:29903771,29928594:29928671,29929007:29929150,29931021:29931135,29959303:29959444,29960563:29960702,29961068:29961511,29961082:29961258,29970896:29971185,30020408:30020616,30057323:30057386,30058699:30059148,30058708:30058903,30060385:30060513,30060387:30060570,30067365:30067505,30068932:30069179,30069869:30069972,30070918:30071026,30071511:30071538,30076277:30076309,30076747:30077049,30077660:30077775,30077661:30077753,30078430:30078471,30078432:30078450,30079106:30079176,30089670:30089791,30090238:30090382,30091319:30091372,30092957:30093084,30099741:30099784,30101938:30102059,30104046:30104279,30104065:30104518,30105064:30105115,30108890:30108940,30112368:30112441,30112563:30112650,30113486:30113582,30114052:30114273,30114676:30114731,30115045:30115102,30116263:30116339,30122544:30122592,30124081:30124163,30125014:30125095,30125809:30125827,30125975:30125991,30129796:30129913,30130249:30130424,30132040:30132235,30139551:3013958', 'assoc_mat': '29885439:carton:4200:29885753,29891419:carton:4200:29891752,29892658:carton:4200:29893230,29892702:carton:4200:29893036,29903590:carton:4200:29903771,29928594:carton:4200:29928671,29929007:carton:4200:29929150,29931021:carton:4200:29931135,29959303:carton:4200:29959444,29960563:carton:4200:29960702,29961068:carton:4200:29961511,29961082:carton:4200:29961258,29970896:carton:4200:29971185,30020408:carton:4200:30020616,30057323:carton:4200:30057386,30058699:carton:4200:30059148,30058708:carton:4200:30058903,30060385:carton:4200:30060513,30060387:carton:4200:30060570,30067365:carton:4200:30067505,30068932:carton:4200:30069179,30069869:carton:4200:30069972,30070918:carton:4200:30071026,30071511:carton:4200:30071538,30076277:carton:4200:30076309,30076747:carton:4200:30077049,30077660:carton:4200:30077775,30077661:carton:4200:30077753,30078430:carton:4200:30078471,30078432:carton:4200:30078450,30079106:carton:4200:30079176,30089670:carton:4200:30089791,30090238:carton:4200:30090382,30091319:carton:4200:30091372,3009'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.022198342096975254, 'nb_photo': 2529, 'list_port_cont': '29883635,29886862,29886933,29891922,29895637,29900711,29900731,29903824,29904015,29904057,29905149,29907341,29922834,29926070,29926142,29926174,29928718,29932912,29933151,29949726,29951130,29954015,29957160,29961482,29963602,29964888,29968398,29968455,29968651,29969753,29973801,29975061,29976160,29976245,29976279,29981544,29986609,30001097,30009945,30010512,30014895,30015983,30023029,30024173,30031795,30037533,30037765,30037970,30038028,30038298,30039119,30039147,30050003,30051177,30057803,30059089,30059482,30059973,30060767,30062771,30062854,30063496,30063506,30063531,30063672,30063894,30064261,30065004,30065158,30065196,30065880,30066287,30066333,30068210,30069910,30069929,30070037,30070194,30071057,30071071,30071090,30071591,30071616,30071892,30071899,30072340,30075707,30076321,30076340,30076400,30076511,30077778,30078916,30079786,30080015,30080108,30080118,30080441,30089425,30089550,30089735,30090755,30091400,30092456,30093133,30093204,30093249,30093408,30093468,30093486,30094412,30094509,30094528,3009472', 'assoc_port': '29883289:29883635,29886571:29886933,29886596:29886862,29891413:29891922,29895115:29895637,29900344:29900731,29900384:29900711,29903594:29904057,29903598:29904015,29903603:29903824,29904829:29905149,29907065:29907341,29922574:29922834,29925901:29926174,29925903:29926142,29925907:29926070,29928596:29928718,29932746:29932912,29933071:29933151,29949462:29949726,29950755:29951130,29953689:29954015,29956868:29957160,29961039:29961482,29961054:29969753,29963320:29963602,29964560:29964888,29968194:29968651,29968195:29968455,29968196:29968398,29973408:29973801,29974618:29975061,29976103:29976279,29976106:29976245,29976108:29976160,29981505:29981544,29986386:29986609,30000795:30001097,30009732:30009945,30010373:30010512,30013864:30014895,30015734:30015983,30022773:30023029,30024059:30024173,30031482:30031795,30037011:30038298,30037013:30038028,30037015:30037970,30037017:30037765,30037020:30037533,30038945:30039147,30038946:30039119,30049624:30050003,30050939:30051177,30057511:30057803,30058698:30059482,30058707:3005908', 'assoc_mat': '29883289:carton:4209:29883635,29886571:carton:4209:29886933,29886596:carton:4209:29886862,29891413:carton:4209:29891922,29895115:carton:4209:29895637,29900344:carton:4209:29900731,29900384:carton:4209:29900711,29903594:carton:4209:29904057,29903598:carton:4209:29904015,29903603:carton:4209:29903824,29904829:carton:4209:29905149,29907065:carton:4209:29907341,29922574:carton:4209:29922834,29925901:carton:4209:29926174,29925903:carton:4209:29926142,29925907:carton:4209:29926070,29928596:carton:4209:29928718,29932746:carton:4209:29932912,29933071:carton:4209:29933151,29949462:carton:4209:29949726,29950755:carton:4209:29951130,29953689:carton:4209:29954015,29956868:carton:4209:29957160,29961039:carton:4209:29961482,29961054:carton:4209:29969753,29963320:carton:4209:29963602,29964560:carton:4209:29964888,29968194:carton:4209:29968651,29968195:carton:4209:29968455,29968196:carton:4209:29968398,29973408:carton:4209:29973801,29974618:carton:4209:29975061,29976103:carton:4209:29976279,29976106:carton:4209:29976245,2997'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.004947251746046126, 'nb_photo': 6590, 'list_port_cont': '29881515,29882653,29883302,29886219,29886251,29887141,29892209,29892263,29900967,29902209,29902288,29904030,29904118,29905481,29905845,29907235,29923034,29923298,29923850,29923877,29923897,29926045,29926223,29926383,29926479,29926528,29927484,29928743,29929176,29930003,29930186,29930405,29931092,29931148,29931685,29932167,29932822,29933265,29938907,29951050,29951459,29951867,29952504,29952939,29953025,29954356,29957821,29959612,29960921,29962124,29963934,29965037,29965153,29967083,29967387,29968616,29972056,29972267,29973958,29975186,29979285,29981454,29981580,29987011,29987078,29988633,29988672,29989239,29989288,29991002,29992097,29992114,29993011,30010726,30011060,30011807,30011840,30012440,30012456,30013578,30013618,30014825,30014913,30019940,30020867,30022924,30023362,30025450,30028629,30029545,30029593,30037590,30048710,30049081,30050348,30051062,30051369,30051970,30053628,30054625,30054887,30055506,30056841,30057961,30059202,30059549,30059947,30060252,30060261,30060315,30060807,30060830,30063552,3006362', 'assoc_port': '29880558:29881515,29882108:29882653,29882109:29883302,29885440:29886219,29885441:29886251,29886569:29887141,29891421:29892263,29891422:29892209,29900383:29900967,29901775:29902288,29901778:29902209,29903596:29904118,29903608:29904030,29904807:29905845,29904815:29905481,29907067:29907235,29922570:29923298,29922577:29923034,29923748:29923850,29923749:29923877,29923751:29923897,29925905:29926223,29925909:29926045,29926314:29926528,29926317:29926479,29926319:29926383,29927059:29927484,29928593:29928743,29929008:29929176,29929782:29930186,29929800:29930003,29930242:29930405,29931019:29931148,29931023:29931092,29931397:29931685,29931987:29932167,29932748:29932822,29933070:29933265,29938885:29938907,29950753:29952504,29950754:29951867,29950756:29951459,29950759:29951050,29952810:29952939,29952811:29953025,29953691:29954356,29955401:29962124,29956853:29957821,29959298:29959612,29960561:29960921,29963305:29963934,29964554:29965037,29964565:29965153,29966745:29967387,29966750:29967083,29968181:29968616,29970897:2997226', 'assoc_mat': '29880558:carton:4211:29881515,29882108:carton:4211:29882653,29882109:carton:4211:29883302,29885440:carton:4211:29886219,29885441:carton:4211:29886251,29886569:carton:4211:29887141,29891421:carton:4211:29892263,29891422:carton:4211:29892209,29900383:carton:4211:29900967,29901775:carton:4211:29902288,29901778:carton:4211:29902209,29903596:carton:4211:29904118,29903608:carton:4211:29904030,29904807:carton:4211:29905845,29904815:carton:4211:29905481,29907067:carton:4211:29907235,29922570:carton:4211:29923298,29922577:carton:4211:29923034,29923748:carton:4211:29923850,29923749:carton:4211:29923877,29923751:carton:4211:29923897,29925905:carton:4211:29926223,29925909:carton:4211:29926045,29926314:carton:4211:29926528,29926317:carton:4211:29926479,29926319:carton:4211:29926383,29927059:carton:4211:29927484,29928593:carton:4211:29928743,29929008:carton:4211:29929176,29929782:carton:4211:29930186,29929800:carton:4211:29930003,29930242:carton:4211:29930405,29931019:carton:4211:29931148,29931023:carton:4211:29931092,2993'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0028364383499582713, 'nb_photo': 73, 'list_port_cont': '29887461,29890161,29928847,29957379,29960740,29967819,29974126,30010831,30016371,30056902,30059556,30063646,30065058,30067590,30068801,30070233,30077798,30078338,30079491,30080168,30080476,30092490,30092875,30093871,30097179,30098849,30103003,30103913,30106305,30112129,30112503,30122467,30122883,30123372,30124885,30125237,30130493,30132791,30135508,30139380,30156165,30162379,30164075,30164644,30170947,30176687,30189277,30190161,30199905,30201105,30214897,30215475,30215797,30216799,30229440,30239359,30274448', 'assoc_port': '29886598:29887461,29889698:29890161,29928590:29928847,29956851:29957379,29960566:29960740,29966737:29967819,29973433:29974126,30010369:30010831,30015739:30016371,30056440:30056902,30058710:30059556,30063331:30063646,30064895:30065058,30067364:30067590,30068352:30068801,30070109:30070233,30077662:30077798,30078166:30078338,30079401:30079491,30079963:30080168,30080404:30080476,30092156:30092490,30092635:30092875,30093796:30093871,30097077:30097179,30098577:30098849,30101937:30103003,30103798:30103913,30106198:30106305,30111697:30112129,30112371:30112503,30122357:30122467,30122772:30122883,30122978:30123372,30124660:30124885,30125008:30125237,30130251:30130493,30132572:30132791,30135256:30135508,30139176:30139380,30155967:30156165,30162258:30162379,30163735:30164075,30164233:30164644,30170832:30170947,30175622:30176687,30189127:30189277,30189935:30190161,30199711:30199905,30200938:30201105,30214559:30214897,30215246:30215475,30215649:30215797,30216457:30216799,30229113:30229440,30239131:30239359,30274332:3027444', 'assoc_mat': '29886598:carton:3327:29887461,29889698:carton:3327:29890161,29928590:carton:3327:29928847,29956851:carton:3327:29957379,29960566:carton:3327:29960740,29966737:carton:3327:29967819,29973433:carton:3327:29974126,30010369:carton:3327:30010831,30015739:carton:3327:30016371,30056440:carton:3327:30056902,30058710:carton:3327:30059556,30063331:carton:3327:30063646,30064895:carton:3327:30065058,30067364:carton:3327:30067590,30068352:carton:3327:30068801,30070109:carton:3327:30070233,30077662:carton:3327:30077798,30078166:carton:3327:30078338,30079401:carton:3327:30079491,30079963:carton:3327:30080168,30080404:carton:3327:30080476,30092156:carton:3327:30092490,30092635:carton:3327:30092875,30093796:carton:3327:30093871,30097077:carton:3327:30097179,30098577:carton:3327:30098849,30101937:carton:3327:30103003,30103798:carton:3327:30103913,30106198:carton:3327:30106305,30111697:carton:3327:30112129,30112371:carton:3327:30112503,30122357:carton:3327:30122467,30122772:carton:3327:30122883,30122978:carton:3327:30123372,3012'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.005021634679567398, 'nb_photo': 742, 'list_port_cont': '29905315,29931159,29932132,29954166,29964238,29967172,29981882,29988638,30024156,30054818,30060785,30066637,30068224,30072234,30078486,30078953,30078984,30080453,30081763,30084144,30090440,30091417,30092406,30096170,30101090,30105699,30108309,30109086,30110456,30112676,30114324,30115206,30121140,30124870,30129706,30130470,30134766,30140099,30143057,30155902,30162210,30164943,30164956,30165024,30167099,30170876,30173521,30175479,30176165,30188930,30190013,30195723,30213573,30216715,30219125,30224456,30225427,30227572,30228335,30228399,30228437,30229465,30235530,30237428,30237455,30237610,30239858,30240511,30245550,30251665,30257686,30263781,30271588,30273581,30273988,30275201,30275662,30276105,30277503,30277554,30278348,30278360,30282572', 'assoc_port': '29904813:29905315,29931014:29931159,29932010:29932132,29953694:29954166,29961053:29964238,29966741:29967172,29981854:29981882,29988455:29988638,30024056:30024156,30054134:30054818,30060714:30060785,30066438:30066637,30067991:30068224,30072108:30072234,30078431:30078486,30078803:30078984,30078805:30078953,30080405:30080453,30081751:30081763,30084136:30084144,30090237:30090440,30091324:30091417,30092159:30092406,30095678:30096170,30100824:30101090,30105575:30105699,30107950:30108309,30109078:30109086,30110198:30110456,30112562:30112676,30114051:30114324,30115050:30115206,30120849:30121140,30124663:30124870,30129560:30129706,30130253:30130470,30134694:30134766,30139881:30140099,30142885:30143057,30155605:30155902,30162003:30162210,30164728:30164956,30164731:30165024,30164735:30164943,30166976:30167099,30170833:30170876,30173295:30173521,30175442:30175479,30176144:30176165,30188766:30188930,30189940:30190013,30195508:30195723,30213190:30213573,30216459:30216715,30219018:30219125,30224397:30224456,30225009:3022542', 'assoc_mat': '29904813:carton:3594:29905315,29931014:carton:3594:29931159,29932010:carton:3594:29932132,29953694:carton:3594:29954166,29961053:carton:3594:29964238,29966741:carton:3594:29967172,29981854:carton:3594:29981882,29988455:carton:3594:29988638,30024056:carton:3594:30024156,30054134:carton:3594:30054818,30060714:carton:3594:30060785,30066438:carton:3594:30066637,30067991:carton:3594:30068224,30072108:carton:3594:30072234,30078431:carton:3594:30078486,30078803:carton:3594:30078984,30078805:carton:3594:30078953,30080405:carton:3594:30080453,30081751:carton:3594:30081763,30084136:carton:3594:30084144,30090237:carton:3594:30090440,30091324:carton:3594:30091417,30092159:carton:3594:30092406,30095678:carton:3594:30096170,30100824:carton:3594:30101090,30105575:carton:3594:30105699,30107950:carton:3594:30108309,30109078:carton:3594:30109086,30110198:carton:3594:30110456,30112562:carton:3594:30112676,30114051:carton:3594:30114324,30115050:carton:3594:30115206,30120849:carton:3594:30121140,30124663:carton:3594:30124870,3012'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0012190150120028986, 'nb_photo': 50, 'list_port_cont': '29887066,29895253,29907150,29924164,29963496,29976206,29979578,29982196,29986427,29989200,30025274,30051532,30068380,30072318,30090750,30104864,30104877,30115666,30122785,30135343,30141543,30167041,30195572,30222806,30235451,30237242,30237257,30238394,30238395,30240501,30243492,30250920,30253649,30253665,30254341,30263539,30266229,30270193,30275485,30278871', 'assoc_port': '29886568:29887066,29895099:29895253,29907102:29907150,29924117:29924164,29963321:29963496,29976102:29976206,29979448:29979578,29982001:29982196,29986379:29986427,29989098:29989200,30025185:30025274,30048068:30051532,30068353:30068380,30072309:30072318,30090575:30090750,30104813:30104877,30104815:30104864,30115526:30115666,30122770:30122785,30135254:30135343,30141531:30141543,30166972:30167041,30195509:30195572,30222755:30222806,30235379:30235451,30237194:30237257,30237196:30237242,30238204:30238395,30238208:30238394,30240491:30240501,30243412:30243492,30250850:30250920,30253562:30253649,30253564:30253665,30253567:30254341,30263392:30263539,30266049:30266229,30270071:30270193,30275356:30275485,30278862:30278871', 'assoc_mat': '29886568:cartonnette:3726:29887066,29895099:cartonnette:3726:29895253,29907102:cartonnette:3726:29907150,29924117:cartonnette:3726:29924164,29963321:cartonnette:3726:29963496,29976102:cartonnette:3726:29976206,29979448:cartonnette:3726:29979578,29982001:cartonnette:3726:29982196,29986379:cartonnette:3726:29986427,29989098:cartonnette:3726:29989200,30025185:cartonnette:3726:30025274,30048068:cartonnette:3726:30051532,30068353:cartonnette:3726:30068380,30072309:cartonnette:3726:30072318,30090575:cartonnette:3726:30090750,30104813:cartonnette:3726:30104877,30104815:cartonnette:3726:30104864,30115526:cartonnette:3726:30115666,30122770:cartonnette:3726:30122785,30135254:cartonnette:3726:30135343,30141531:cartonnette:3726:30141543,30166972:cartonnette:3726:30167041,30195509:cartonnette:3726:30195572,30222755:cartonnette:3726:30222806,30235379:cartonnette:3726:30235451,30237194:cartonnette:3726:30237257,30237196:cartonnette:3726:30237242,30238204:cartonnette:3726:30238395,30238208:cartonnette:3726:30238394,30240491:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.059068302592521035, 'nb_photo': 1136, 'list_port_cont': '29895250,29901913,29909381,29909407,29909575,29909634,29913505,29913568,29913677,29913890,29914152,29914261,29924149,29924173,29929913,29930304,29931110,29933950,29959328,29960591,29963503,29963695,29971137,29976134,29976194,29976209,29979537,29979539,29979559,29979572,29979576,29979594,29981860,29982066,29982112,29982145,29982178,29982193,29982208,29982229,29982705,29983144,29983176,29983187,29983200,29983219,29983232,29983256,29983324,29983345,29983553,29986434,29988023,29988056,29989189,29992660,30011691,30014692,30025277,30029396,30030669,30037103,30049742,30051542,30057776,30060177,30060724,30063440,30063866,30064980,30066517,30066605,30068383,30068987,30071022,30071047,30072319,30074561,30077722,30078246,30079423,30090747,30094377,30094387,30094540,30098305,30098329,30098347,30098390,30098402,30099774,30099820,30103968,30104860,30106220,30113842,30114854,30115669,30120655,30120675,30120694,30122784,30124315,30124704,30124719,30125835,30129579,30129638,30130075,30130971,30131854,30132850,30134699,3013514', 'assoc_port': '29895099:29895250,29901777:29901913,29909330:29909575,29909331:29909634,29909332:29909381,29909335:29909407,29913349:29914261,29913350:29914152,29913351:29913890,29913352:29913677,29913353:29913505,29913354:29913568,29924113:29924149,29924117:29924173,29929802:29929913,29930227:29930304,29931024:29931110,29933927:29933950,29959295:29959328,29960562:29960591,29963319:29963695,29963321:29963503,29970900:29971137,29976101:29976194,29976102:29976209,29976107:29976134,29979447:29979539,29979448:29979576,29979449:29979594,29979450:29979572,29979451:29979537,29979452:29979559,29981855:29981860,29981997:29982178,29981998:29982208,29982000:29982229,29982001:29982193,29982002:29982145,29982004:29982112,29982005:29982066,29982697:29982705,29983131:29983176,29983132:29983219,29983133:29983256,29983134:29983187,29983135:29983232,29983136:29983200,29983137:29983144,29983296:29983553,29983299:29983345,29983300:29983324,29986379:29986434,29987812:29988056,29987832:29988023,29989098:29989189,29992647:29992660,30011663:3001169', 'assoc_mat': '29895099:Carton_brun:3726:29895250,29901777:Carton_brun:3726:29901913,29909330:Carton_brun:3726:29909575,29909331:Carton_brun:3726:29909634,29909332:Carton_brun:3726:29909381,29909335:Carton_brun:3726:29909407,29913349:Carton_brun:3726:29914261,29913350:Carton_brun:3726:29914152,29913351:Carton_brun:3726:29913890,29913352:Carton_brun:3726:29913677,29913353:Carton_brun:3726:29913505,29913354:Carton_brun:3726:29913568,29924113:Carton_brun:3726:29924149,29924117:Carton_brun:3726:29924173,29929802:Carton_brun:3726:29929913,29930227:Carton_brun:3726:29930304,29931024:Carton_brun:3726:29931110,29933927:Carton_brun:3726:29933950,29959295:Carton_brun:3726:29959328,29960562:Carton_brun:3726:29960591,29963319:Carton_brun:3726:29963695,29963321:Carton_brun:3726:29963503,29970900:Carton_brun:3726:29971137,29976101:Carton_brun:3726:29976194,29976102:Carton_brun:3726:29976209,29976107:Carton_brun:3726:29976134,29979447:Carton_brun:3726:29979539,29979448:Carton_brun:3726:29979576,29979449:Carton_brun:3726:29979594,29979450:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005154290831917072, 'nb_photo': 106, 'list_port_cont': '29892903,29900563,29901914,29909378,29913564,29913886,29930311,29959319,29960585,29963891,29976195,29976204,29979529,29979581,29983216,29983347,29983528,29986433,29988064,30011692,30029294,30057780,30058969,30060183,30063877,30066613,30068387,30074565,30077724,30078237,30078441,30098346,30098388,30104866,30106222,30113573,30113841,30123080,30125836,30129585,30164845,30167042,30174196,30191019,30194733,30195569,30212079,30217455,30222807,30224083,30224116,30225409,30225664,30228635,30229384,30229454,30237254,30237908,30239173,30240915,30240928,30243496,30249198,30249434,30250856,30252387,30252761,30253654,30255074,30259376,30260226,30263545,30266226,30270201,30272222,30273896,30275557,30278869', 'assoc_port': '29892672:29892903,29900363:29900563,29901777:29901914,29909332:29909378,29913351:29913886,29913354:29913564,29930227:29930311,29959295:29959319,29960562:29960585,29963291:29963891,29976101:29976195,29976102:29976204,29979448:29979581,29979451:29979529,29983132:29983216,29983295:29983528,29983299:29983347,29986379:29986433,29987812:29988064,30011663:30011692,30029199:30029294,30057509:30057780,30058697:30058969,30058709:30060183,30063827:30063877,30066437:30066613,30068353:30068387,30074551:30074565,30077665:30077724,30078169:30078237,30078428:30078441,30098289:30098388,30098293:30098346,30104815:30104866,30106199:30106222,30113482:30113573,30113820:30113841,30122983:30123080,30125806:30125836,30129558:30129585,30164725:30164845,30166972:30167042,30172892:30174196,30190955:30191019,30194645:30194733,30195509:30195569,30211971:30212079,30217326:30217455,30222755:30222807,30224071:30224116,30224073:30224083,30225010:30225409,30225603:30225664,30228487:30228635,30229368:30229454,30229372:30229384,30237190:3023790', 'assoc_mat': '29892672:Carton_gris:3726:29892903,29900363:Carton_gris:3726:29900563,29901777:Carton_gris:3726:29901914,29909332:Carton_gris:3726:29909378,29913351:Carton_gris:3726:29913886,29913354:Carton_gris:3726:29913564,29930227:Carton_gris:3726:29930311,29959295:Carton_gris:3726:29959319,29960562:Carton_gris:3726:29960585,29963291:Carton_gris:3726:29963891,29976101:Carton_gris:3726:29976195,29976102:Carton_gris:3726:29976204,29979448:Carton_gris:3726:29979581,29979451:Carton_gris:3726:29979529,29983132:Carton_gris:3726:29983216,29983295:Carton_gris:3726:29983528,29983299:Carton_gris:3726:29983347,29986379:Carton_gris:3726:29986433,29987812:Carton_gris:3726:29988064,30011663:Carton_gris:3726:30011692,30029199:Carton_gris:3726:30029294,30057509:Carton_gris:3726:30057780,30058697:Carton_gris:3726:30058969,30058709:Carton_gris:3726:30060183,30063827:Carton_gris:3726:30063877,30066437:Carton_gris:3726:30066613,30068353:Carton_gris:3726:30068387,30074551:Carton_gris:3726:30074565,30077665:Carton_gris:3726:30077724,30078169:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.001258392370651535, 'nb_photo': 6, 'list_port_cont': '29889890,29895865,30077742', 'assoc_port': '29889694:29889890,29895113:29895865,30077663:30077742', 'assoc_mat': '29889694:ela:4205:29889890,29895113:ela:4205:29895865,30077663:ela:4205:30077742'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.893158544211091, 'nb_photo': 56, 'list_port_cont': '29929356,29965063,29987109,30013611,30016523,30016631,30020070,30078325,30079762,30090425,30093445,30164992,30215451', 'assoc_port': '29929006:29929356,29963289:29965063,29986859:29987109,30013136:30013611,30015732:30020070,30015735:30016523,30015737:30016631,30078170:30078325,30079722:30079762,30090234:30090425,30093384:30093445,30164726:30164992,30215303:30215451', 'assoc_mat': '29929006:ela:4203:29929356,29963289:ela:4203:29965063,29986859:ela:4203:29987109,30013136:ela:4203:30013611,30015732:ela:4203:30020070,30015735:ela:4203:30016523,30015737:ela:4203:30016631,30078170:ela:4203:30078325,30079722:ela:4203:30079762,30090234:ela:4203:30090425,30093384:ela:4203:30093445,30164726:ela:4203:30164992,30215303:ela:4203:30215451'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0006695336160773211, 'nb_photo': 11, 'list_port_cont': '29928700,29973682,30013959,30066336,30104216,30116280,30164452,30166051,30173025,30189554,30219060', 'assoc_port': '29928589:29928700,29973412:29973682,30013862:30013959,30066239:30066336,30104069:30104216,30116269:30116280,30164254:30166051,30164256:30164452,30172705:30173025,30189478:30189554,30219015:30219060', 'assoc_mat': '29928589:ela:4207:29928700,29973412:ela:4207:29973682,30013862:ela:4207:30013959,30066239:ela:4207:30066336,30104069:ela:4207:30104216,30116269:ela:4207:30116280,30164254:ela:4207:30166051,30164256:ela:4207:30164452,30172705:ela:4207:30173025,30189478:ela:4207:30189554,30219015:ela:4207:30219060'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0031493496224056683, 'nb_photo': 5, 'list_port_cont': '30012405,30080065,30172778,30189638,30215759', 'assoc_port': '30012117:30012405,30079974:30080065,30172496:30172778,30189481:30189638,30215669:30215759', 'assoc_mat': '30012117:ela:4461:30012405,30079974:ela:4461:30080065,30172496:ela:4461:30172778,30189481:ela:4461:30189638,30215669:ela:4461:30215759'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0008106806811194669, 'nb_photo': 17, 'list_port_cont': '29959433,29960690,30077750,30078481,30093072,30104272,30108931,30164440,30164577,30164939,30188894,30200178,30200943,30214383,30238021,30261785', 'assoc_port': '29959303:29959433,29960563:29960690,30077661:30077750,30078430:30078481,30092957:30093072,30104046:30104272,30108890:30108931,30164212:30164577,30164255:30164440,30164729:30164939,30188764:30188894,30199709:30200943,30200056:30200178,30214212:30214383,30237971:30238021,30261538:30261785', 'assoc_mat': '29959303:ela:4200:29959433,29960563:ela:4200:29960690,30077661:ela:4200:30077750,30078430:ela:4200:30078481,30092957:ela:4200:30093072,30104046:ela:4200:30104272,30108890:ela:4200:30108931,30164212:ela:4200:30164577,30164255:ela:4200:30164440,30164729:ela:4200:30164939,30188764:ela:4200:30188894,30199709:ela:4200:30200943,30200056:ela:4200:30200178,30214212:ela:4200:30214383,30237971:ela:4200:30238021,30261538:ela:4200:30261785'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004433757335189916, 'nb_photo': 241, 'list_port_cont': '29886856,29886946,29895627,29900716,29900742,29903825,29905153,29907329,29926076,29926136,29949720,29968388,29968657,29973808,29986604,30009951,30015971,30057813,30059961,30063502,30063534,30063884,30066327,30069907,30069934,30070032,30071068,30071087,30071622,30076320,30076407,30079781,30089738,30090766,30093246,30094521,30097107,30098911,30104951,30105121,30109436,30111149,30111275,30111296,30114122,30114751,30115173,30115724,30116327,30116449,30121260,30121666,30121707,30123655,30124733,30126438,30126478,30126532,30131514,30131887,30132874,30133396,30134820,30135445,30135827,30139517,30140395,30140762,30141549,30155872,30156047,30157231,30163429,30166680,30166707,30167252,30172997,30174611,30174993,30176432,30179476,30179495,30179518,30183024,30188023,30188922,30189527,30190030,30190457,30191077,30191140,30191337,30195584,30197077,30197476,30199213,30199792,30200963,30201777,30201818,30202074,30213092,30215713,30217516,30218578,30218891,30239579,30263299,30270176,30274415,30276429', 'assoc_port': '29886571:29886946,29886596:29886856,29895115:29895627,29900344:29900742,29900384:29900716,29903603:29903825,29904829:29905153,29907065:29907329,29925903:29926136,29925907:29926076,29949462:29949720,29968194:29968657,29968196:29968388,29973408:29973808,29986386:29986604,30009732:30009951,30015734:30015971,30057511:30057813,30059608:30059961,30063333:30063534,30063336:30063502,30063828:30063884,30066241:30066327,30069866:30070032,30069867:30069907,30069872:30069934,30070917:30071087,30070922:30071068,30071510:30071622,30076272:30076407,30076273:30076320,30079723:30079781,30089671:30089738,30090577:30090766,30092953:30093246,30094228:30094521,30097076:30097107,30098886:30098911,30104814:30104951,30105065:30105121,30109304:30109436,30110866:30111149,30111262:30111296,30111265:30111275,30114050:30114122,30114678:30114751,30115049:30115173,30115523:30115724,30116264:30116449,30116268:30116327,30121173:30121260,30121646:30121707,30121647:30121666,30123595:30123655,30124661:30124733,30126415:30126532,30126418:3012643', 'assoc_mat': '29886571:ela:4209:29886946,29886596:ela:4209:29886856,29895115:ela:4209:29895627,29900344:ela:4209:29900742,29900384:ela:4209:29900716,29903603:ela:4209:29903825,29904829:ela:4209:29905153,29907065:ela:4209:29907329,29925903:ela:4209:29926136,29925907:ela:4209:29926076,29949462:ela:4209:29949720,29968194:ela:4209:29968657,29968196:ela:4209:29968388,29973408:ela:4209:29973808,29986386:ela:4209:29986604,30009732:ela:4209:30009951,30015734:ela:4209:30015971,30057511:ela:4209:30057813,30059608:ela:4209:30059961,30063333:ela:4209:30063534,30063336:ela:4209:30063502,30063828:ela:4209:30063884,30066241:ela:4209:30066327,30069866:ela:4209:30070032,30069867:ela:4209:30069907,30069872:ela:4209:30069934,30070917:ela:4209:30071087,30070922:ela:4209:30071068,30071510:ela:4209:30071622,30076272:ela:4209:30076407,30076273:ela:4209:30076320,30079723:ela:4209:30079781,30089671:ela:4209:30089738,30090577:ela:4209:30090766,30092953:ela:4209:30093246,30094228:ela:4209:30094521,30097076:ela:4209:30097107,30098886:ela:4209:3009891'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0007244875920625074, 'nb_photo': 1127, 'list_port_cont': '29882657,29883310,29886233,29887142,29892213,29892258,29900968,29904120,29905493,29905853,29907236,29923304,29923849,29923876,29923881,29926036,29926219,29926518,29927472,29928740,29929183,29930002,29930188,29930406,29931686,29932181,29932821,29938913,29951456,29951856,29952499,29953018,29954343,29957823,29959613,29960915,29962132,29963947,29965030,29965155,29967076,29967386,29968605,29971451,29972052,29972268,29975202,29981465,29987009,29987071,29988624,29988662,29989232,29992095,29992123,29993012,30010734,30011071,30011808,30011845,30013577,30013630,30014916,30019939,30022919,30023370,30025434,30028637,30029553,30048701,30049077,30051064,30051375,30053616,30054627,30054875,30056846,30057960,30059547,30059949,30060245,30060274,30060304,30060793,30060824,30063550,30065440,30065675,30065793,30065825,30065900,30065921,30066696,30067513,30068274,30068288,30069546,30069951,30070011,30071947,30072254,30072411,30074575,30075887,30075906,30076382,30076387,30077119,30078061,30078535,30079313,30079339,30079470,3007986', 'assoc_port': '29882108:29882657,29882109:29883310,29885440:29886233,29886569:29887142,29891421:29892258,29891422:29892213,29900383:29900968,29903596:29904120,29904807:29905853,29904815:29905493,29907067:29907236,29922570:29923304,29923748:29923849,29923749:29923876,29923751:29923881,29925905:29926219,29925909:29926036,29926314:29926518,29927059:29927472,29928593:29928740,29929008:29929183,29929782:29930188,29929800:29930002,29930242:29930406,29931397:29931686,29931987:29932181,29932748:29932821,29938885:29938913,29950753:29952499,29950754:29951856,29950756:29951456,29952811:29953018,29953691:29954343,29955401:29962132,29956853:29957823,29959298:29959613,29960561:29960915,29963305:29963947,29964554:29965030,29964565:29965155,29966745:29967386,29966750:29967076,29968181:29968605,29970897:29972268,29970903:29972052,29970907:29971451,29974616:29975202,29981308:29981465,29986864:29987009,29986866:29987071,29988450:29988662,29988453:29988624,29989103:29989232,29991790:29992123,29991795:29992095,29992645:29993012,30010371:3001107', 'assoc_mat': '29882108:ela:4211:29882657,29882109:ela:4211:29883310,29885440:ela:4211:29886233,29886569:ela:4211:29887142,29891421:ela:4211:29892258,29891422:ela:4211:29892213,29900383:ela:4211:29900968,29903596:ela:4211:29904120,29904807:ela:4211:29905853,29904815:ela:4211:29905493,29907067:ela:4211:29907236,29922570:ela:4211:29923304,29923748:ela:4211:29923849,29923749:ela:4211:29923876,29923751:ela:4211:29923881,29925905:ela:4211:29926219,29925909:ela:4211:29926036,29926314:ela:4211:29926518,29927059:ela:4211:29927472,29928593:ela:4211:29928740,29929008:ela:4211:29929183,29929782:ela:4211:29930188,29929800:ela:4211:29930002,29930242:ela:4211:29930406,29931397:ela:4211:29931686,29931987:ela:4211:29932181,29932748:ela:4211:29932821,29938885:ela:4211:29938913,29950753:ela:4211:29952499,29950754:ela:4211:29951856,29950756:ela:4211:29951456,29952811:ela:4211:29953018,29953691:ela:4211:29954343,29955401:ela:4211:29962132,29956853:ela:4211:29957823,29959298:ela:4211:29959613,29960561:ela:4211:29960915,29963305:ela:4211:2996394'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 3.091603251470434e-05, 'nb_photo': 3, 'list_port_cont': '29965075,30013600,30078332', 'assoc_port': '29963289:29965075,30013136:30013600,30078170:30078332', 'assoc_mat': '29963289:etiquette:4203:29965075,30013136:etiquette:4203:30013600,30078170:etiquette:4203:30078332'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 7.271702943733458e-05, 'nb_photo': 1, 'list_port_cont': '30029318', 'assoc_port': '30029197:30029318', 'assoc_mat': '30029197:etiquette:4207:30029318'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 9.667562707324166e-06, 'nb_photo': 1, 'list_port_cont': '30065028', 'assoc_port': '30064900:30065028', 'assoc_mat': '30064900:etiquette:4211:30065028'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004184155909026579, 'nb_photo': 2, 'list_port_cont': '29890166,30239035', 'assoc_port': '29889698:29890166,30238842:30239035', 'assoc_mat': '29889698:etiquette:3327:29890166,30238842:etiquette:3327:30239035'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.017809739301641574, 'nb_photo': 107, 'list_port_cont': '29889893,29895860,29954135,29967497,30067531,30077736,30092168,30165104,30190356,30190391,30199206,30200493,30216631', 'assoc_port': '29889694:29889893,29895113:29895860,29953693:29954135,29966739:29967497,30067362:30067531,30077663:30077736,30092158:30092168,30165088:30165104,30190333:30190356,30190334:30190391,30199090:30199206,30200487:30200493,30216460:30216631', 'assoc_mat': '29889694:film_plastique:4205:29889893,29895113:film_plastique:4205:29895860,29953693:film_plastique:4205:29954135,29966739:film_plastique:4205:29967497,30067362:film_plastique:4205:30067531,30077663:film_plastique:4205:30077736,30092158:film_plastique:4205:30092168,30165088:film_plastique:4205:30165104,30190333:film_plastique:4205:30190356,30190334:film_plastique:4205:30190391,30199090:film_plastique:4205:30199206,30200487:film_plastique:4205:30200493,30216460:film_plastique:4205:30216631'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.013055280952175017, 'nb_photo': 223, 'list_port_cont': '29929347,29965065,29987108,30013608,30016535,30016630,30020068,30078322,30079765,30090426,30093441,30164984,30215458', 'assoc_port': '29929006:29929347,29963289:29965065,29986859:29987108,30013136:30013608,30015732:30020068,30015735:30016535,30015737:30016630,30078170:30078322,30079722:30079765,30090234:30090426,30093384:30093441,30164726:30164984,30215303:30215458', 'assoc_mat': '29929006:film_plastique:4203:29929347,29963289:film_plastique:4203:29965065,29986859:film_plastique:4203:29987108,30013136:film_plastique:4203:30013608,30015732:film_plastique:4203:30020068,30015735:film_plastique:4203:30016535,30015737:film_plastique:4203:30016630,30078170:film_plastique:4203:30078322,30079722:film_plastique:4203:30079765,30090234:film_plastique:4203:30090426,30093384:film_plastique:4203:30093441,30164726:film_plastique:4203:30164984,30215303:film_plastique:4203:30215458'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003974001722640535, 'nb_photo': 1388, 'list_port_cont': '29880648,29882272,29883538,29884110,29886782,29889776,29891828,29892723,29892862,29895269,29895432,29895783,29898682,29898725,29900597,29903870,29903901,29907181,29907258,29907303,29922851,29922947,29923777,29923801,29924188,29924248,29925946,29926055,29926358,29926406,29927204,29928649,29928710,29929070,29929134,29929889,29930314,29931500,29932091,29933159,29933740,29949749,29949921,29950905,29952986,29953923,29955657,29959498,29959565,29961211,29961315,29961622,29965264,29967298,29971223,29973695,29974778,29981511,29986514,29987959,29988496,29989180,29990930,29991848,29991886,29992006,30009911,30011718,30012239,30013484,30013953,30020585,30020671,30024116,30029310,30030642,30049826,30051134,30051288,30053529,30054490,30056629,30057402,30057770,30057915,30058829,30058847,30059683,30060231,30060553,30060759,30062460,30063354,30065119,30066272,30066345,30066572,30067443,30068139,30068150,30069458,30069479,30069885,30069893,30070965,30071103,30071513,30072173,30075683,30075786,30075999,30076019,30076494,3007696', 'assoc_port': '29880560:29880648,29882107:29882272,29883287:29884110,29883294:29883538,29885442:29892723,29886570:29886782,29889695:29889776,29891417:29891828,29892686:29892862,29895112:29895783,29895114:29895432,29895118:29895269,29898574:29898725,29898576:29898682,29900386:29900597,29903592:29903901,29903600:29903870,29907138:29907303,29907139:29907258,29907141:29907181,29922573:29922947,29922579:29922851,29923747:29923801,29923750:29923777,29924116:29924248,29924119:29924188,29925911:29926055,29925912:29925946,29926315:29926406,29926321:29926358,29927021:29927204,29928589:29928710,29928591:29928649,29928987:29929070,29928989:29929134,29929803:29929889,29930228:29930314,29931395:29931500,29932008:29932091,29933073:29933159,29933651:29933740,29949458:29949921,29949460:29949749,29950760:29950905,29952809:29952986,29953696:29953923,29955403:29961622,29955444:29955657,29956855:29959565,29959304:29959498,29961025:29961315,29961084:29961211,29964552:29965264,29966743:29967298,29970902:29971223,29973412:29973695,29974617:2997477', 'assoc_mat': '29880560:film_plastique:4207:29880648,29882107:film_plastique:4207:29882272,29883287:film_plastique:4207:29884110,29883294:film_plastique:4207:29883538,29885442:film_plastique:4207:29892723,29886570:film_plastique:4207:29886782,29889695:film_plastique:4207:29889776,29891417:film_plastique:4207:29891828,29892686:film_plastique:4207:29892862,29895112:film_plastique:4207:29895783,29895114:film_plastique:4207:29895432,29895118:film_plastique:4207:29895269,29898574:film_plastique:4207:29898725,29898576:film_plastique:4207:29898682,29900386:film_plastique:4207:29900597,29903592:film_plastique:4207:29903901,29903600:film_plastique:4207:29903870,29907138:film_plastique:4207:29907303,29907139:film_plastique:4207:29907258,29907141:film_plastique:4207:29907181,29922573:film_plastique:4207:29922947,29922579:film_plastique:4207:29922851,29923747:film_plastique:4207:29923801,29923750:film_plastique:4207:29923777,29924116:film_plastique:4207:29924248,29924119:film_plastique:4207:29924188,29925911:film_plastique:4207:2992605'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.8473310148525808, 'nb_photo': 7033, 'list_port_cont': '29882503,29883666,29887036,29891942,29895533,29899020,29905353,29916550,29922957,29924279,29927440,29929313,29931189,29931566,29933761,29934668,29953052,29955818,29959528,29960650,29964984,29967055,29973841,29976219,29981550,29988079,29989249,29992914,30009999,30012391,30014039,30023174,30025304,30030812,30050064,30053433,30056752,30057355,30057441,30059303,30060511,30060622,30062699,30063559,30063590,30063938,30065175,30065853,30066652,30069560,30069988,30070196,30071568,30072202,30072360,30076027,30076569,30078290,30078494,30078868,30079009,30079444,30080076,30090983,30093139,30093317,30093510,30093820,30094587,30095925,30097312,30098409,30098928,30100056,30102131,30104555,30104979,30105425,30109355,30109460,30111308,30111332,30111915,30112703,30113622,30114336,30114695,30115292,30116574,30116770,30121293,30122042,30122626,30122843,30124425,30125160,30125277,30125637,30126033,30129917,30130439,30131037,30131908,30132743,30133472,30134780,30135675,30138208,30139443,30140035,30140597,30141052,30142328,3014279', 'assoc_port': '29882106:29882503,29883291:29883666,29886612:29887036,29891415:29891942,29895116:29895533,29898578:29899020,29904809:29905353,29916266:29916550,29922581:29922957,29924118:29924279,29927019:29927440,29928988:29929313,29931016:29931189,29931393:29931566,29933652:29933761,29934614:29934668,29952806:29953052,29955406:29955818,29959300:29959528,29960565:29960650,29964563:29964984,29966747:29967055,29973413:29973841,29976104:29976219,29981504:29981550,29987854:29988079,29989105:29989249,29992646:29992914,30009734:30009999,30012117:30012391,30013901:30014039,30022772:30023174,30025187:30025304,30030548:30030812,30049629:30050064,30053292:30053433,30056441:30056752,30057294:30057441,30057333:30057355,30058706:30059303,30060386:30060511,30060388:30060622,30062398:30062699,30063327:30063590,30063328:30063559,30063829:30063938,30065105:30065175,30065687:30065853,30066441:30066652,30069315:30069560,30069864:30069988,30070110:30070196,30071509:30071568,30072107:30072202,30072311:30072360,30075986:30076027,30076448:3007656', 'assoc_mat': '29882106:film_plastique:4461:29882503,29883291:film_plastique:4461:29883666,29886612:film_plastique:4461:29887036,29891415:film_plastique:4461:29891942,29895116:film_plastique:4461:29895533,29898578:film_plastique:4461:29899020,29904809:film_plastique:4461:29905353,29916266:film_plastique:4461:29916550,29922581:film_plastique:4461:29922957,29924118:film_plastique:4461:29924279,29927019:film_plastique:4461:29927440,29928988:film_plastique:4461:29929313,29931016:film_plastique:4461:29931189,29931393:film_plastique:4461:29931566,29933652:film_plastique:4461:29933761,29934614:film_plastique:4461:29934668,29952806:film_plastique:4461:29953052,29955406:film_plastique:4461:29955818,29959300:film_plastique:4461:29959528,29960565:film_plastique:4461:29960650,29964563:film_plastique:4461:29964984,29966747:film_plastique:4461:29967055,29973413:film_plastique:4461:29973841,29976104:film_plastique:4461:29976219,29981504:film_plastique:4461:29981550,29987854:film_plastique:4461:29988079,29989105:film_plastique:4461:2998924'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.02267148861989304, 'nb_photo': 988, 'list_port_cont': '29885758,29891734,29893027,29893231,29903774,29928678,29929157,29931131,29959441,29960698,29961271,29961513,29964784,29971189,30012289,30014842,30020617,30057390,30058904,30058955,30059161,30060525,30060576,30067507,30069170,30069969,30071035,30071542,30075763,30075799,30076301,30077757,30077771,30078462,30078469,30079166,30089783,30090386,30091343,30091373,30091384,30093076,30093116,30094415,30099786,30102064,30104284,30104520,30105101,30105623,30108939,30112447,30112655,30113593,30114268,30114740,30115105,30116345,30116513,30121050,30122579,30124177,30125033,30125089,30125819,30125984,30129912,30130425,30132237,30135179,30139603,30139903,30140551,30142096,30142591,30142742,30154682,30154831,30155369,30155891,30156620,30161030,30161114,30162710,30162783,30163384,30163930,30164442,30164572,30164928,30165790,30165843,30166061,30166136,30166162,30167047,30167088,30167774,30171891,30174637,30175013,30175972,30188599,30188896,30189570,30189986,30190422,30190447,30191063,30200176,30200540,30200944,30200971,3021206', 'assoc_port': '29885439:29885758,29891419:29891734,29892658:29893231,29892702:29893027,29903590:29903774,29928594:29928678,29929007:29929157,29931021:29931131,29959303:29959441,29960563:29960698,29961068:29961513,29961082:29961271,29964556:29964784,29970896:29971189,30012118:30012289,30014709:30014842,30020408:30020617,30057323:30057390,30058699:30059161,30058700:30058955,30058708:30058904,30060385:30060525,30060387:30060576,30067365:30067507,30068932:30069170,30069869:30069969,30070918:30071035,30071511:30071542,30075585:30075799,30075589:30075763,30076277:30076301,30077660:30077771,30077661:30077757,30078430:30078469,30078432:30078462,30079106:30079166,30089670:30089783,30090238:30090386,30091319:30091373,30091320:30091343,30091321:30091384,30092955:30093116,30092957:30093076,30094216:30094415,30099741:30099786,30101938:30102064,30104046:30104284,30104065:30104520,30105064:30105101,30105581:30105623,30108890:30108939,30112368:30112447,30112563:30112655,30113486:30113593,30114052:30114268,30114676:30114740,30115045:3011510', 'assoc_mat': '29885439:film_plastique:4200:29885758,29891419:film_plastique:4200:29891734,29892658:film_plastique:4200:29893231,29892702:film_plastique:4200:29893027,29903590:film_plastique:4200:29903774,29928594:film_plastique:4200:29928678,29929007:film_plastique:4200:29929157,29931021:film_plastique:4200:29931131,29959303:film_plastique:4200:29959441,29960563:film_plastique:4200:29960698,29961068:film_plastique:4200:29961513,29961082:film_plastique:4200:29961271,29964556:film_plastique:4200:29964784,29970896:film_plastique:4200:29971189,30012118:film_plastique:4200:30012289,30014709:film_plastique:4200:30014842,30020408:film_plastique:4200:30020617,30057323:film_plastique:4200:30057390,30058699:film_plastique:4200:30059161,30058700:film_plastique:4200:30058955,30058708:film_plastique:4200:30058904,30060385:film_plastique:4200:30060525,30060387:film_plastique:4200:30060576,30067365:film_plastique:4200:30067507,30068932:film_plastique:4200:30069170,30069869:film_plastique:4200:30069969,30070918:film_plastique:4200:3007103'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01138659636448791, 'nb_photo': 1020, 'list_port_cont': '29886852,29886935,29891914,29895634,29900704,29900736,29903834,29904059,29905157,29907337,29922826,29926069,29926145,29928729,29933139,29951131,29954016,29963594,29964891,29968384,29968453,29968648,29973798,29975069,29976247,29976278,29981530,29986602,30001095,30009943,30010511,30014893,30015972,30023041,30024164,30031793,30037754,30037976,30038295,30039118,30039141,30051185,30057809,30059082,30059467,30059959,30060779,30062762,30062859,30063494,30063512,30063529,30063677,30063893,30064266,30065014,30065147,30065203,30065881,30066300,30068198,30069920,30069936,30070028,30070186,30071054,30071078,30071097,30071592,30071627,30071880,30071907,30072338,30072345,30075725,30076323,30076409,30076503,30077787,30078926,30079779,30080107,30080438,30089427,30089549,30089737,30090763,30091399,30092450,30092788,30093129,30093206,30093244,30093471,30093473,30094523,30094736,30096007,30097103,30097573,30098644,30098910,30100092,30101083,30101906,30103895,30104362,30104429,30104938,30104958,30105095,30105127,30105642,3010568', 'assoc_port': '29886571:29886935,29886596:29886852,29891413:29891914,29895115:29895634,29900344:29900736,29900384:29900704,29903594:29904059,29903603:29903834,29904829:29905157,29907065:29907337,29922574:29922826,29925903:29926145,29925907:29926069,29928596:29928729,29933071:29933139,29950755:29951131,29953689:29954016,29963320:29963594,29964560:29964891,29968194:29968648,29968195:29968453,29968196:29968384,29973408:29973798,29974618:29975069,29976103:29976278,29976106:29976247,29981505:29981530,29986386:29986602,30000795:30001095,30009732:30009943,30010373:30010511,30013864:30014893,30015734:30015972,30022773:30023041,30024059:30024164,30031482:30031793,30037011:30038295,30037015:30037976,30037017:30037754,30038945:30039141,30038946:30039118,30050939:30051185,30057511:30057809,30058698:30059467,30058707:30059082,30059608:30059959,30060715:30060779,30062396:30064266,30062400:30062859,30062401:30062762,30063326:30063677,30063333:30063529,30063336:30063494,30063338:30063512,30063828:30063893,30064899:30065014,30065103:3006514', 'assoc_mat': '29886571:film_plastique:4209:29886935,29886596:film_plastique:4209:29886852,29891413:film_plastique:4209:29891914,29895115:film_plastique:4209:29895634,29900344:film_plastique:4209:29900736,29900384:film_plastique:4209:29900704,29903594:film_plastique:4209:29904059,29903603:film_plastique:4209:29903834,29904829:film_plastique:4209:29905157,29907065:film_plastique:4209:29907337,29922574:film_plastique:4209:29922826,29925903:film_plastique:4209:29926145,29925907:film_plastique:4209:29926069,29928596:film_plastique:4209:29928729,29933071:film_plastique:4209:29933139,29950755:film_plastique:4209:29951131,29953689:film_plastique:4209:29954016,29963320:film_plastique:4209:29963594,29964560:film_plastique:4209:29964891,29968194:film_plastique:4209:29968648,29968195:film_plastique:4209:29968453,29968196:film_plastique:4209:29968384,29973408:film_plastique:4209:29973798,29974618:film_plastique:4209:29975069,29976103:film_plastique:4209:29976278,29976106:film_plastique:4209:29976247,29981505:film_plastique:4209:2998153'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.007111450266882641, 'nb_photo': 30711, 'list_port_cont': '29881506,29882666,29883313,29886231,29886248,29887149,29892215,29892257,29900966,29902194,29902300,29904038,29904116,29905487,29905841,29907241,29923036,29923305,29923842,29923865,29923883,29926048,29926221,29926382,29926478,29926522,29927482,29928739,29929171,29929992,29930192,29930411,29931093,29931153,29931690,29932180,29932808,29933271,29938899,29951054,29951464,29951860,29952505,29952941,29953019,29954354,29957829,29959597,29960925,29962133,29963946,29965035,29965147,29967090,29967384,29968604,29971459,29972048,29972260,29973953,29975200,29979283,29981470,29981586,29987021,29987075,29988628,29988665,29989237,29989276,29990998,29992093,29992124,29993017,30010732,30011063,30011806,30011841,30012434,30012462,30013583,30013623,30014822,30014908,30019951,30020871,30022925,30023366,30025449,30028627,30029540,30029597,30037600,30048699,30049079,30050360,30051056,30051374,30051981,30053614,30054621,30054872,30055513,30056843,30057970,30059210,30059554,30059943,30060253,30060264,30060314,30060806,30060832,3006354', 'assoc_port': '29880558:29881506,29882108:29882666,29882109:29883313,29885440:29886231,29885441:29886248,29886569:29887149,29891421:29892257,29891422:29892215,29900383:29900966,29901775:29902300,29901778:29902194,29903596:29904116,29903608:29904038,29904807:29905841,29904815:29905487,29907067:29907241,29922570:29923305,29922577:29923036,29923748:29923842,29923749:29923865,29923751:29923883,29925905:29926221,29925909:29926048,29926314:29926522,29926317:29926478,29926319:29926382,29927059:29927482,29928593:29928739,29929008:29929171,29929782:29930192,29929800:29929992,29930242:29930411,29931019:29931153,29931023:29931093,29931397:29931690,29931987:29932180,29932748:29932808,29933070:29933271,29938885:29938899,29950753:29952505,29950754:29951860,29950756:29951464,29950759:29951054,29952810:29952941,29952811:29953019,29953691:29954354,29955401:29962133,29956853:29957829,29959298:29959597,29960561:29960925,29963305:29963946,29964554:29965035,29964565:29965147,29966745:29967384,29966750:29967090,29968181:29968604,29970897:2997226', 'assoc_mat': '29880558:film_plastique:4211:29881506,29882108:film_plastique:4211:29882666,29882109:film_plastique:4211:29883313,29885440:film_plastique:4211:29886231,29885441:film_plastique:4211:29886248,29886569:film_plastique:4211:29887149,29891421:film_plastique:4211:29892257,29891422:film_plastique:4211:29892215,29900383:film_plastique:4211:29900966,29901775:film_plastique:4211:29902300,29901778:film_plastique:4211:29902194,29903596:film_plastique:4211:29904116,29903608:film_plastique:4211:29904038,29904807:film_plastique:4211:29905841,29904815:film_plastique:4211:29905487,29907067:film_plastique:4211:29907241,29922570:film_plastique:4211:29923305,29922577:film_plastique:4211:29923036,29923748:film_plastique:4211:29923842,29923749:film_plastique:4211:29923865,29923751:film_plastique:4211:29923883,29925905:film_plastique:4211:29926221,29925909:film_plastique:4211:29926048,29926314:film_plastique:4211:29926522,29926317:film_plastique:4211:29926478,29926319:film_plastique:4211:29926382,29927059:film_plastique:4211:2992748'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.007292830328234171, 'nb_photo': 103, 'list_port_cont': '29914158,29924151,29960589,29979552,29983146,29983545,30030670,30049741,30064976,30066509,30094392,30098364,30098370,30113843,30121203,30122780,30131855,30135142,30153939,30176443,30189520,30190415,30219693,30220445,30222815,30225652,30225662,30226696,30227532,30228290,30230507,30237078,30239802,30240910,30240971,30240989,30241008,30241785,30243495,30249185,30249437,30250078,30250126,30250923,30251040,30252762,30253320,30253367,30254656,30255070,30255246,30259379,30260178,30260224,30260271,30261055,30263133,30265230,30265889,30266225,30266592,30266750,30271445,30272479,30273449,30273480,30273897,30274341,30275561,30277887,30278327', 'assoc_port': '29913350:29914158,29924113:29924151,29960562:29960589,29979452:29979552,29983137:29983146,29983294:29983545,30030560:30030670,30049626:30049741,30064897:30064976,30066439:30066509,30094225:30094392,30098290:30098364,30098291:30098370,30113820:30113843,30121196:30121203,30122770:30122780,30131829:30131855,30135046:30135142,30153933:30153939,30175445:30176443,30189482:30189520,30190335:30190415,30219464:30219693,30220295:30220445,30222755:30222815,30224755:30225652,30225603:30225662,30226693:30226696,30227515:30227532,30228243:30228290,30230359:30230507,30236094:30237078,30239683:30239802,30240735:30240989,30240772:30240971,30240792:30241008,30240798:30240910,30241637:30241785,30243412:30243495,30249127:30249185,30249419:30250078,30249422:30249437,30250069:30250126,30250848:30251040,30250850:30250923,30252606:30252762,30253118:30253367,30253139:30253320,30254631:30254656,30255062:30255070,30255204:30255246,30259262:30259379,30260107:30260271,30260110:30260224,30260114:30260178,30261003:30261055,30262817:3026313', 'assoc_mat': '29913350:kraft:3726:29914158,29924113:kraft:3726:29924151,29960562:kraft:3726:29960589,29979452:kraft:3726:29979552,29983137:kraft:3726:29983146,29983294:kraft:3726:29983545,30030560:kraft:3726:30030670,30049626:kraft:3726:30049741,30064897:kraft:3726:30064976,30066439:kraft:3726:30066509,30094225:kraft:3726:30094392,30098290:kraft:3726:30098364,30098291:kraft:3726:30098370,30113820:kraft:3726:30113843,30121196:kraft:3726:30121203,30122770:kraft:3726:30122780,30131829:kraft:3726:30131855,30135046:kraft:3726:30135142,30153933:kraft:3726:30153939,30175445:kraft:3726:30176443,30189482:kraft:3726:30189520,30190335:kraft:3726:30190415,30219464:kraft:3726:30219693,30220295:kraft:3726:30220445,30222755:kraft:3726:30222815,30224755:kraft:3726:30225652,30225603:kraft:3726:30225662,30226693:kraft:3726:30226696,30227515:kraft:3726:30227532,30228243:kraft:3726:30228290,30230359:kraft:3726:30230507,30236094:kraft:3726:30237078,30239683:kraft:3726:30239802,30240735:kraft:3726:30240989,30240772:kraft:3726:30240971,30240792:'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9571964831393533, 'nb_photo': 14, 'list_port_cont': '29889891,29967498,30067532,30077727,30165103,30190353', 'assoc_port': '29889694:29889891,29966739:29967498,30067362:30067532,30077663:30077727,30165088:30165103,30190333:30190353', 'assoc_mat': '29889694:metal:4205:29889891,29966739:metal:4205:29967498,30067362:metal:4205:30067532,30077663:metal:4205:30077727,30165088:metal:4205:30165103,30190333:metal:4205:30190353'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.024503311438874204, 'nb_photo': 188, 'list_port_cont': '29929351,29965077,29987103,30013607,30016532,30016627,30020071,30078321,30079768,30090430,30093442,30164988,30215456', 'assoc_port': '29929006:29929351,29963289:29965077,29986859:29987103,30013136:30013607,30015732:30020071,30015735:30016532,30015737:30016627,30078170:30078321,30079722:30079768,30090234:30090430,30093384:30093442,30164726:30164988,30215303:30215456', 'assoc_mat': '29929006:metal:4203:29929351,29963289:metal:4203:29965077,29986859:metal:4203:29987103,30013136:metal:4203:30013607,30015732:metal:4203:30020071,30015735:metal:4203:30016532,30015737:metal:4203:30016627,30078170:metal:4203:30078321,30079722:metal:4203:30079768,30090234:metal:4203:30090430,30093384:metal:4203:30093442,30164726:metal:4203:30164988,30215303:metal:4203:30215456'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.015378285536046653, 'nb_photo': 945, 'list_port_cont': '29880649,29882270,29883527,29884112,29886784,29889784,29891836,29892726,29892864,29895271,29895441,29895781,29898684,29898732,29900603,29903876,29903918,29907186,29907245,29907304,29922852,29922946,29923780,29923810,29924191,29924254,29926063,29926349,29926408,29927203,29928661,29928705,29929068,29929147,29929896,29930326,29931499,29932090,29933164,29933728,29949737,29950902,29951029,29952997,29953913,29955667,29959505,29959572,29961219,29961316,29961626,29964805,29965260,29967301,29971237,29973694,29974783,29981513,29986513,29986908,29987962,29988502,29989182,29990934,29991857,29991890,29991995,30009912,30010534,30011719,30012227,30013468,30013965,30020591,30020687,30029312,30030655,30049821,30051131,30051287,30053537,30054498,30056632,30057408,30057764,30057908,30058822,30059697,30060238,30060555,30060761,30062462,30063340,30065126,30065373,30066283,30066335,30066559,30067428,30068158,30069459,30069472,30069883,30069891,30070966,30071109,30071514,30072172,30075989,30076007,30076497,30077936,30077987,3007804', 'assoc_port': '29880560:29880649,29882107:29882270,29883287:29884112,29883294:29883527,29885442:29892726,29886570:29886784,29889695:29889784,29891417:29891836,29892686:29892864,29895112:29895781,29895114:29895441,29895118:29895271,29898574:29898732,29898576:29898684,29900386:29900603,29903592:29903918,29903600:29903876,29907138:29907304,29907139:29907245,29907141:29907186,29922573:29922946,29922579:29922852,29923747:29923810,29923750:29923780,29924116:29924254,29924119:29924191,29925911:29926063,29926315:29926408,29926321:29926349,29927021:29927203,29928589:29928705,29928591:29928661,29928987:29929068,29928989:29929147,29929803:29929896,29930228:29930326,29931395:29931499,29932008:29932090,29933073:29933164,29933651:29933728,29949460:29949737,29950758:29951029,29950760:29950902,29952809:29952997,29953696:29953913,29955403:29961626,29955444:29955667,29956855:29959572,29959304:29959505,29961025:29961316,29961084:29961219,29964552:29965260,29964561:29964805,29966743:29967301,29970902:29971237,29973412:29973694,29974617:2997478', 'assoc_mat': '29880560:metal:4207:29880649,29882107:metal:4207:29882270,29883287:metal:4207:29884112,29883294:metal:4207:29883527,29885442:metal:4207:29892726,29886570:metal:4207:29886784,29889695:metal:4207:29889784,29891417:metal:4207:29891836,29892686:metal:4207:29892864,29895112:metal:4207:29895781,29895114:metal:4207:29895441,29895118:metal:4207:29895271,29898574:metal:4207:29898732,29898576:metal:4207:29898684,29900386:metal:4207:29900603,29903592:metal:4207:29903918,29903600:metal:4207:29903876,29907138:metal:4207:29907304,29907139:metal:4207:29907245,29907141:metal:4207:29907186,29922573:metal:4207:29922946,29922579:metal:4207:29922852,29923747:metal:4207:29923810,29923750:metal:4207:29923780,29924116:metal:4207:29924254,29924119:metal:4207:29924191,29925911:metal:4207:29926063,29926315:metal:4207:29926408,29926321:metal:4207:29926349,29927021:metal:4207:29927203,29928589:metal:4207:29928705,29928591:metal:4207:29928661,29928987:metal:4207:29929068,29928989:metal:4207:29929147,29929803:metal:4207:29929896,29930228:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008626280716349457, 'nb_photo': 69, 'list_port_cont': '29899010,29922966,29931193,29933770,29955827,29960651,29981558,29988086,30023168,30057358,30063558,30065168,30066647,30069563,30072367,30076030,30076559,30078506,30078866,30079438,30080074,30090970,30098412,30105431,30109468,30111311,30111333,30114339,30131043,30131899,30140032,30154716,30162293,30176553,30191325,30191732,30199850,30199921,30201381,30219172,30222857,30224918,30225708,30228742,30239312,30239830,30248461,30254566,30261204,30267296,30271467,30272557', 'assoc_port': '29898578:29899010,29922581:29922966,29931016:29931193,29933652:29933770,29955406:29955827,29960565:29960651,29981504:29981558,29987854:29988086,30022772:30023168,30057333:30057358,30063328:30063558,30065105:30065168,30066441:30066647,30069315:30069563,30072311:30072367,30075986:30076030,30076448:30076559,30078427:30078506,30078806:30078866,30079402:30079438,30079974:30080074,30090578:30090970,30098292:30098412,30105367:30105431,30109264:30109468,30111261:30111333,30111263:30111311,30114054:30114339,30130966:30131043,30131828:30131899,30139880:30140032,30154563:30154716,30162259:30162293,30175616:30176553,30191295:30191325,30191607:30191732,30199702:30199921,30199704:30199850,30201235:30201381,30219023:30219172,30222751:30222857,30224757:30224918,30225605:30225708,30228488:30228742,30239126:30239312,30239684:30239830,30248357:30248461,30254402:30254566,30260964:30261204,30267221:30267296,30271307:30271467,30272320:30272557', 'assoc_mat': '29898578:metal:4461:29899010,29922581:metal:4461:29922966,29931016:metal:4461:29931193,29933652:metal:4461:29933770,29955406:metal:4461:29955827,29960565:metal:4461:29960651,29981504:metal:4461:29981558,29987854:metal:4461:29988086,30022772:metal:4461:30023168,30057333:metal:4461:30057358,30063328:metal:4461:30063558,30065105:metal:4461:30065168,30066441:metal:4461:30066647,30069315:metal:4461:30069563,30072311:metal:4461:30072367,30075986:metal:4461:30076030,30076448:metal:4461:30076559,30078427:metal:4461:30078506,30078806:metal:4461:30078866,30079402:metal:4461:30079438,30079974:metal:4461:30080074,30090578:metal:4461:30090970,30098292:metal:4461:30098412,30105367:metal:4461:30105431,30109264:metal:4461:30109468,30111261:metal:4461:30111333,30111263:metal:4461:30111311,30114054:metal:4461:30114339,30130966:metal:4461:30131043,30131828:metal:4461:30131899,30139880:metal:4461:30140032,30154563:metal:4461:30154716,30162259:metal:4461:30162293,30175616:metal:4461:30176553,30191295:metal:4461:30191325,30191607:'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.013346408578173628, 'nb_photo': 36, 'list_port_cont': '29891740,29893227,29959445,30020609,30069971,30075754,30089790,30091346,30091382,30093082,30104278,30104517,30105105,30112446,30112645,30114734,30121049,30122578,30125098,30132242,30142104,30164582,30166127,30167780,30188901,30190437,30200527,30238028,30239190,30272535,30275554,30275984', 'assoc_port': '29891419:29891740,29892658:29893227,29959303:29959445,30020408:30020609,30069869:30069971,30075589:30075754,30089670:30089790,30091320:30091346,30091321:30091382,30092957:30093082,30104046:30104278,30104065:30104517,30105064:30105105,30112368:30112446,30112563:30112645,30114676:30114734,30120851:30121049,30122544:30122578,30125014:30125098,30132040:30132242,30141967:30142104,30164212:30164582,30166037:30166127,30167682:30167780,30188764:30188901,30190336:30190437,30200488:30200527,30237971:30238028,30239129:30239190,30272323:30272535,30275353:30275554,30275892:30275984', 'assoc_mat': '29891419:metal:4200:29891740,29892658:metal:4200:29893227,29959303:metal:4200:29959445,30020408:metal:4200:30020609,30069869:metal:4200:30069971,30075589:metal:4200:30075754,30089670:metal:4200:30089790,30091320:metal:4200:30091346,30091321:metal:4200:30091382,30092957:metal:4200:30093082,30104046:metal:4200:30104278,30104065:metal:4200:30104517,30105064:metal:4200:30105105,30112368:metal:4200:30112446,30112563:metal:4200:30112645,30114676:metal:4200:30114734,30120851:metal:4200:30121049,30122544:metal:4200:30122578,30125014:metal:4200:30125098,30132040:metal:4200:30132242,30141967:metal:4200:30142104,30164212:metal:4200:30164582,30166037:metal:4200:30166127,30167682:metal:4200:30167780,30188764:metal:4200:30188901,30190336:metal:4200:30190437,30200488:metal:4200:30200527,30237971:metal:4200:30238028,30239129:metal:4200:30239190,30272323:metal:4200:30272535,30275353:metal:4200:30275554,30275892:metal:4200:30275984'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.022102558152634743, 'nb_photo': 794, 'list_port_cont': '29883641,29886863,29895629,29900718,29900730,29903828,29904016,29905154,29907327,29922833,29926075,29926146,29926168,29928725,29933144,29949723,29951142,29954011,29957168,29961474,29968393,29968461,29968645,29973812,29975070,29976257,29976267,29981542,30001087,30009952,30010514,30014897,30015979,30023030,30024168,30037155,30037757,30038305,30039133,30039142,30050002,30051187,30057806,30059092,30059476,30059967,30060772,30062768,30062851,30063498,30063507,30063538,30063674,30063885,30064263,30065015,30065157,30065197,30065879,30066286,30066332,30069913,30069926,30070034,30070189,30071060,30071083,30071094,30071590,30071614,30071886,30071897,30075702,30076332,30076404,30076516,30077784,30078934,30079777,30080014,30080099,30080117,30080437,30089431,30089556,30089731,30090756,30091390,30092447,30092780,30093218,30093256,30093479,30094404,30094533,30094731,30096010,30097100,30097575,30098636,30098916,30100099,30101073,30103894,30104369,30104438,30104934,30104959,30105090,30105133,30105676,30106241,30109438,3011038', 'assoc_port': '29883289:29883641,29886596:29886863,29895115:29895629,29900344:29900730,29900384:29900718,29903598:29904016,29903603:29903828,29904829:29905154,29907065:29907327,29922574:29922833,29925901:29926168,29925903:29926146,29925907:29926075,29928596:29928725,29933071:29933144,29949462:29949723,29950755:29951142,29953689:29954011,29956868:29957168,29961039:29961474,29968194:29968645,29968195:29968461,29968196:29968393,29973408:29973812,29974618:29975070,29976103:29976267,29976106:29976257,29981505:29981542,30000795:30001087,30009732:30009952,30010373:30010514,30013864:30014897,30015734:30015979,30022773:30023030,30024059:30024168,30037011:30038305,30037017:30037757,30037021:30037155,30038945:30039142,30038946:30039133,30049624:30050002,30050939:30051187,30057511:30057806,30058698:30059476,30058707:30059092,30059608:30059967,30060715:30060772,30062396:30064263,30062400:30062851,30062401:30062768,30063326:30063674,30063333:30063538,30063336:30063498,30063338:30063507,30063828:30063885,30064899:30065015,30065103:3006515', 'assoc_mat': '29883289:metal:4209:29883641,29886596:metal:4209:29886863,29895115:metal:4209:29895629,29900344:metal:4209:29900730,29900384:metal:4209:29900718,29903598:metal:4209:29904016,29903603:metal:4209:29903828,29904829:metal:4209:29905154,29907065:metal:4209:29907327,29922574:metal:4209:29922833,29925901:metal:4209:29926168,29925903:metal:4209:29926146,29925907:metal:4209:29926075,29928596:metal:4209:29928725,29933071:metal:4209:29933144,29949462:metal:4209:29949723,29950755:metal:4209:29951142,29953689:metal:4209:29954011,29956868:metal:4209:29957168,29961039:metal:4209:29961474,29968194:metal:4209:29968645,29968195:metal:4209:29968461,29968196:metal:4209:29968393,29973408:metal:4209:29973812,29974618:metal:4209:29975070,29976103:metal:4209:29976267,29976106:metal:4209:29976257,29981505:metal:4209:29981542,30000795:metal:4209:30001087,30009732:metal:4209:30009952,30010373:metal:4209:30010514,30013864:metal:4209:30014897,30015734:metal:4209:30015979,30022773:metal:4209:30023030,30024059:metal:4209:30024168,30037011:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010223521130214859, 'nb_photo': 1252, 'list_port_cont': '29881519,29882667,29887151,29892221,29900969,29902202,29902292,29904044,29905482,29905843,29923048,29923312,29923844,29926049,29926224,29927480,29928745,29929988,29930196,29930399,29932171,29933273,29938906,29951851,29952507,29953021,29954345,29957831,29959599,29960922,29962128,29967089,29972253,29973945,29979289,29987019,29987066,29988621,29988675,29989227,29989278,29991001,29992089,29992120,29993018,30011062,30011809,30011842,30012435,30013587,30014914,30019957,30020869,30023357,30025437,30028628,30029589,30048709,30049066,30050361,30053620,30054881,30055509,30056833,30057963,30059539,30059941,30060256,30060269,30060306,30060794,30060839,30063638,30063971,30065032,30065216,30065438,30065671,30065789,30065829,30065901,30065922,30066314,30066632,30066695,30067525,30068271,30068296,30069553,30069943,30070010,30071945,30072258,30072422,30074579,30076376,30076391,30077062,30077130,30078056,30078539,30080881,30089631,30089695,30090146,30091175,30091227,30092474,30093257,30093378,30093851,30094922,30094952,3009496', 'assoc_port': '29880558:29881519,29882108:29882667,29886569:29887151,29891422:29892221,29900383:29900969,29901775:29902292,29901778:29902202,29903608:29904044,29904807:29905843,29904815:29905482,29922570:29923312,29922577:29923048,29923748:29923844,29925905:29926224,29925909:29926049,29927059:29927480,29928593:29928745,29929782:29930196,29929800:29929988,29930242:29930399,29931987:29932171,29933070:29933273,29938885:29938906,29950753:29952507,29950754:29951851,29952811:29953021,29953691:29954345,29955401:29962128,29956853:29957831,29959298:29959599,29960561:29960922,29966750:29967089,29970897:29972253,29973410:29979289,29973414:29973945,29986864:29987019,29986866:29987066,29988450:29988675,29988453:29988621,29989101:29989278,29989103:29989227,29990831:29991001,29991790:29992120,29991795:29992089,29992645:29993018,30010371:30011062,30011660:30011842,30011664:30011809,30012120:30012435,30013143:30013587,30014711:30014914,30019504:30019957,30020407:30020869,30022774:30023357,30025186:30025437,30028101:30028628,30029198:3002958', 'assoc_mat': '29880558:metal:4211:29881519,29882108:metal:4211:29882667,29886569:metal:4211:29887151,29891422:metal:4211:29892221,29900383:metal:4211:29900969,29901775:metal:4211:29902292,29901778:metal:4211:29902202,29903608:metal:4211:29904044,29904807:metal:4211:29905843,29904815:metal:4211:29905482,29922570:metal:4211:29923312,29922577:metal:4211:29923048,29923748:metal:4211:29923844,29925905:metal:4211:29926224,29925909:metal:4211:29926049,29927059:metal:4211:29927480,29928593:metal:4211:29928745,29929782:metal:4211:29930196,29929800:metal:4211:29929988,29930242:metal:4211:29930399,29931987:metal:4211:29932171,29933070:metal:4211:29933273,29938885:metal:4211:29938906,29950753:metal:4211:29952507,29950754:metal:4211:29951851,29952811:metal:4211:29953021,29953691:metal:4211:29954345,29955401:metal:4211:29962128,29956853:metal:4211:29957831,29959298:metal:4211:29959599,29960561:metal:4211:29960922,29966750:metal:4211:29967089,29970897:metal:4211:29972253,29973410:metal:4211:29979289,29973414:metal:4211:29973945,29986864:'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0016470156228219322, 'nb_photo': 307, 'list_port_cont': '29905321,29931163,29932130,29954174,29964245,29967179,29981883,29988641,30024153,30054810,30060790,30066643,30068221,30072239,30078980,30080444,30081756,30084149,30090435,30091410,30092402,30096165,30101093,30105700,30109081,30110455,30115209,30121142,30124865,30129705,30130476,30134764,30140102,30143055,30155901,30162200,30164947,30164959,30165021,30167090,30170883,30173528,30175471,30176171,30190015,30195720,30213567,30216721,30227578,30228337,30229463,30237452,30239863,30245549,30251661,30257684,30263782,30271580,30275199,30275658,30276101,30277555,30278356,30278359', 'assoc_port': '29904813:29905321,29931014:29931163,29932010:29932130,29953694:29954174,29961053:29964245,29966741:29967179,29981854:29981883,29988455:29988641,30024056:30024153,30054134:30054810,30060714:30060790,30066438:30066643,30067991:30068221,30072108:30072239,30078803:30078980,30080405:30080444,30081751:30081756,30084136:30084149,30090237:30090435,30091324:30091410,30092159:30092402,30095678:30096165,30100824:30101093,30105575:30105700,30109078:30109081,30110198:30110455,30115050:30115209,30120849:30121142,30124663:30124865,30129560:30129705,30130253:30130476,30134694:30134764,30139881:30140102,30142885:30143055,30155605:30155901,30162003:30162200,30164728:30164959,30164731:30165021,30164735:30164947,30166976:30167090,30170833:30170883,30173295:30173528,30175442:30175471,30176144:30176171,30189940:30190015,30195508:30195720,30213190:30213567,30216459:30216721,30227517:30227578,30228241:30228337,30229370:30229463,30237193:30237452,30239664:30239863,30245096:30245549,30251199:30251661,30257644:30257684,30263395:3026378', 'assoc_mat': '29904813:metal:3594:29905321,29931014:metal:3594:29931163,29932010:metal:3594:29932130,29953694:metal:3594:29954174,29961053:metal:3594:29964245,29966741:metal:3594:29967179,29981854:metal:3594:29981883,29988455:metal:3594:29988641,30024056:metal:3594:30024153,30054134:metal:3594:30054810,30060714:metal:3594:30060790,30066438:metal:3594:30066643,30067991:metal:3594:30068221,30072108:metal:3594:30072239,30078803:metal:3594:30078980,30080405:metal:3594:30080444,30081751:metal:3594:30081756,30084136:metal:3594:30084149,30090237:metal:3594:30090435,30091324:metal:3594:30091410,30092159:metal:3594:30092402,30095678:metal:3594:30096165,30100824:metal:3594:30101093,30105575:metal:3594:30105700,30109078:metal:3594:30109081,30110198:metal:3594:30110455,30115050:metal:3594:30115209,30120849:metal:3594:30121142,30124663:metal:3594:30124865,30129560:metal:3594:30129705,30130253:metal:3594:30130476,30134694:metal:3594:30134764,30139881:metal:3594:30140102,30142885:metal:3594:30143055,30155605:metal:3594:30155901,30162003:'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01125122528056797, 'nb_photo': 210, 'list_port_cont': '29889887,29895871,29954134,29967499,30067528,30077734,30092171,30165093,30190342,30190395,30199207,30200496,30216638', 'assoc_port': '29889694:29889887,29895113:29895871,29953693:29954134,29966739:29967499,30067362:30067528,30077663:30077734,30092158:30092171,30165088:30165093,30190333:30190342,30190334:30190395,30199090:30199207,30200487:30200496,30216460:30216638', 'assoc_mat': '29889694:papier:4205:29889887,29895113:papier:4205:29895871,29953693:papier:4205:29954134,29966739:papier:4205:29967499,30067362:papier:4205:30067528,30077663:papier:4205:30077734,30092158:papier:4205:30092171,30165088:papier:4205:30165093,30190333:papier:4205:30190342,30190334:papier:4205:30190395,30199090:papier:4205:30199207,30200487:papier:4205:30200496,30216460:papier:4205:30216638'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.04731046194983558, 'nb_photo': 1524, 'list_port_cont': '29929348,29965064,29987104,30013599,30016524,30016635,30020073,30078324,30079767,30090422,30093447,30164981,30215448', 'assoc_port': '29929006:29929348,29963289:29965064,29986859:29987104,30013136:30013599,30015732:30020073,30015735:30016524,30015737:30016635,30078170:30078324,30079722:30079767,30090234:30090422,30093384:30093447,30164726:30164981,30215303:30215448', 'assoc_mat': '29929006:papier:4203:29929348,29963289:papier:4203:29965064,29986859:papier:4203:29987104,30013136:papier:4203:30013599,30015732:papier:4203:30020073,30015735:papier:4203:30016524,30015737:papier:4203:30016635,30078170:papier:4203:30078324,30079722:papier:4203:30079767,30090234:papier:4203:30090422,30093384:papier:4203:30093447,30164726:papier:4203:30164981,30215303:papier:4203:30215448'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.017316876717569877, 'nb_photo': 6293, 'list_port_cont': '29880656,29882268,29883537,29884114,29886792,29889783,29891837,29892714,29892874,29895263,29895440,29895779,29898669,29898737,29900605,29903869,29903914,29907188,29907247,29907300,29922846,29922941,29923782,29923811,29924190,29924250,29925936,29926066,29926348,29926410,29927199,29928653,29928712,29929063,29929135,29929898,29930313,29931493,29932089,29933172,29933737,29949746,29949916,29950895,29951031,29952989,29953921,29955669,29959501,29959579,29961213,29961317,29961631,29964798,29965255,29967305,29971244,29973689,29974784,29981516,29986499,29986905,29987960,29988501,29989173,29990939,29991853,29991881,29992002,30009905,30010547,30011717,30012225,30013476,30013955,30020593,30020688,30024117,30029313,30030643,30049825,30051135,30051289,30053525,30054500,30056627,30057409,30057771,30057910,30058827,30058844,30059688,30060225,30060549,30060760,30062459,30063348,30065124,30065379,30066270,30066350,30066561,30067436,30068131,30068146,30069465,30069469,30069888,30069898,30070973,30071117,30071527,30072178,3007568', 'assoc_port': '29880560:29880656,29882107:29882268,29883287:29884114,29883294:29883537,29885442:29892714,29886570:29886792,29889695:29889783,29891417:29891837,29892686:29892874,29895112:29895779,29895114:29895440,29895118:29895263,29898574:29898737,29898576:29898669,29900386:29900605,29903592:29903914,29903600:29903869,29907138:29907300,29907139:29907247,29907141:29907188,29922573:29922941,29922579:29922846,29923747:29923811,29923750:29923782,29924116:29924250,29924119:29924190,29925911:29926066,29925912:29925936,29926315:29926410,29926321:29926348,29927021:29927199,29928589:29928712,29928591:29928653,29928987:29929063,29928989:29929135,29929803:29929898,29930228:29930313,29931395:29931493,29932008:29932089,29933073:29933172,29933651:29933737,29949458:29949916,29949460:29949746,29950758:29951031,29950760:29950895,29952809:29952989,29953696:29953921,29955403:29961631,29955444:29955669,29956855:29959579,29959304:29959501,29961025:29961317,29961084:29961213,29964552:29965255,29964561:29964798,29966743:29967305,29970902:2997124', 'assoc_mat': '29880560:papier:4207:29880656,29882107:papier:4207:29882268,29883287:papier:4207:29884114,29883294:papier:4207:29883537,29885442:papier:4207:29892714,29886570:papier:4207:29886792,29889695:papier:4207:29889783,29891417:papier:4207:29891837,29892686:papier:4207:29892874,29895112:papier:4207:29895779,29895114:papier:4207:29895440,29895118:papier:4207:29895263,29898574:papier:4207:29898737,29898576:papier:4207:29898669,29900386:papier:4207:29900605,29903592:papier:4207:29903914,29903600:papier:4207:29903869,29907138:papier:4207:29907300,29907139:papier:4207:29907247,29907141:papier:4207:29907188,29922573:papier:4207:29922941,29922579:papier:4207:29922846,29923747:papier:4207:29923811,29923750:papier:4207:29923782,29924116:papier:4207:29924250,29924119:papier:4207:29924190,29925911:papier:4207:29926066,29925912:papier:4207:29925936,29926315:papier:4207:29926410,29926321:papier:4207:29926348,29927021:papier:4207:29927199,29928589:papier:4207:29928712,29928591:papier:4207:29928653,29928987:papier:4207:29929063,2992'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.14134281481299385, 'nb_photo': 41207, 'list_port_cont': '29882488,29883665,29887032,29891937,29895535,29899024,29905364,29916557,29922965,29924277,29927442,29929307,29931197,29931579,29933757,29934658,29953051,29955828,29959524,29960653,29964988,29967056,29973843,29976220,29981549,29988077,29989244,29992919,30010006,30012404,30014033,30023177,30025300,30030797,30050067,30053434,30056754,30057362,30057444,30059307,30060501,30060624,30062693,30063572,30063599,30063942,30065165,30065847,30066648,30069562,30069982,30070199,30071572,30072197,30072368,30076038,30076560,30078284,30078501,30078869,30079008,30079437,30080066,30090981,30093138,30093306,30093519,30093825,30094598,30095917,30097324,30098405,30098937,30100064,30102135,30104562,30104975,30105437,30109351,30109465,30111306,30111336,30111903,30112713,30113616,30114349,30114702,30115299,30116568,30116775,30121302,30122031,30122616,30122846,30124414,30125165,30125272,30125638,30126040,30129925,30130437,30131045,30131906,30132736,30133470,30134784,30135678,30138219,30139439,30140033,30140602,30141040,30142342,3014279', 'assoc_port': '29882106:29882488,29883291:29883665,29886612:29887032,29891415:29891937,29895116:29895535,29898578:29899024,29904809:29905364,29916266:29916557,29922581:29922965,29924118:29924277,29927019:29927442,29928988:29929307,29931016:29931197,29931393:29931579,29933652:29933757,29934614:29934658,29952806:29953051,29955406:29955828,29959300:29959524,29960565:29960653,29964563:29964988,29966747:29967056,29973413:29973843,29976104:29976220,29981504:29981549,29987854:29988077,29989105:29989244,29992646:29992919,30009734:30010006,30012117:30012404,30013901:30014033,30022772:30023177,30025187:30025300,30030548:30030797,30049629:30050067,30053292:30053434,30056441:30056754,30057294:30057444,30057333:30057362,30058706:30059307,30060386:30060501,30060388:30060624,30062398:30062693,30063327:30063599,30063328:30063572,30063829:30063942,30065105:30065165,30065687:30065847,30066441:30066648,30069315:30069562,30069864:30069982,30070110:30070199,30071509:30071572,30072107:30072197,30072311:30072368,30075986:30076038,30076448:3007656', 'assoc_mat': '29882106:papier:4461:29882488,29883291:papier:4461:29883665,29886612:papier:4461:29887032,29891415:papier:4461:29891937,29895116:papier:4461:29895535,29898578:papier:4461:29899024,29904809:papier:4461:29905364,29916266:papier:4461:29916557,29922581:papier:4461:29922965,29924118:papier:4461:29924277,29927019:papier:4461:29927442,29928988:papier:4461:29929307,29931016:papier:4461:29931197,29931393:papier:4461:29931579,29933652:papier:4461:29933757,29934614:papier:4461:29934658,29952806:papier:4461:29953051,29955406:papier:4461:29955828,29959300:papier:4461:29959524,29960565:papier:4461:29960653,29964563:papier:4461:29964988,29966747:papier:4461:29967056,29973413:papier:4461:29973843,29976104:papier:4461:29976220,29981504:papier:4461:29981549,29987854:papier:4461:29988077,29989105:papier:4461:29989244,29992646:papier:4461:29992919,30009734:papier:4461:30010006,30012117:papier:4461:30012404,30013901:papier:4461:30014033,30022772:papier:4461:30023177,30025187:papier:4461:30025300,30030548:papier:4461:30030797,3004'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.10552080193405662, 'nb_photo': 1537, 'list_port_cont': '29885761,29891744,29893038,29893224,29903775,29928676,29929153,29931122,29959434,29960701,29961261,29961507,29964776,29971187,30012277,30014839,30020623,30057388,30058905,30058946,30059149,30060521,30060569,30067493,30069185,30069959,30071040,30071544,30075759,30075795,30076299,30077055,30077748,30077772,30078463,30078467,30079178,30089794,30090383,30091357,30091370,30091378,30093073,30093111,30094430,30099782,30102062,30104276,30104526,30105102,30105622,30108944,30112442,30112657,30113590,30114271,30114736,30115094,30116343,30116511,30121047,30122584,30124171,30125028,30125103,30125816,30125990,30129906,30130427,30132238,30135170,30139591,30139913,30140545,30142110,30142590,30142738,30154678,30154838,30155366,30155886,30156612,30161024,30161117,30162701,30162794,30163932,30164437,30164585,30164931,30165794,30165842,30166068,30166133,30166170,30167045,30167081,30167785,30171887,30175012,30175971,30188590,30188905,30189568,30189985,30190431,30190443,30191052,30200168,30200541,30200946,30200985,30212063,3021438', 'assoc_port': '29885439:29885761,29891419:29891744,29892658:29893224,29892702:29893038,29903590:29903775,29928594:29928676,29929007:29929153,29931021:29931122,29959303:29959434,29960563:29960701,29961068:29961507,29961082:29961261,29964556:29964776,29970896:29971187,30012118:30012277,30014709:30014839,30020408:30020623,30057323:30057388,30058699:30059149,30058700:30058946,30058708:30058905,30060385:30060521,30060387:30060569,30067365:30067493,30068932:30069185,30069869:30069959,30070918:30071040,30071511:30071544,30075585:30075795,30075589:30075759,30076277:30076299,30076747:30077055,30077660:30077772,30077661:30077748,30078430:30078467,30078432:30078463,30079106:30079178,30089670:30089794,30090238:30090383,30091319:30091370,30091320:30091357,30091321:30091378,30092955:30093111,30092957:30093073,30094216:30094430,30099741:30099782,30101938:30102062,30104046:30104276,30104065:30104526,30105064:30105102,30105581:30105622,30108890:30108944,30112368:30112442,30112563:30112657,30113486:30113590,30114052:30114271,30114676:3011473', 'assoc_mat': '29885439:papier:4200:29885761,29891419:papier:4200:29891744,29892658:papier:4200:29893224,29892702:papier:4200:29893038,29903590:papier:4200:29903775,29928594:papier:4200:29928676,29929007:papier:4200:29929153,29931021:papier:4200:29931122,29959303:papier:4200:29959434,29960563:papier:4200:29960701,29961068:papier:4200:29961507,29961082:papier:4200:29961261,29964556:papier:4200:29964776,29970896:papier:4200:29971187,30012118:papier:4200:30012277,30014709:papier:4200:30014839,30020408:papier:4200:30020623,30057323:papier:4200:30057388,30058699:papier:4200:30059149,30058700:papier:4200:30058946,30058708:papier:4200:30058905,30060385:papier:4200:30060521,30060387:papier:4200:30060569,30067365:papier:4200:30067493,30068932:papier:4200:30069185,30069869:papier:4200:30069959,30070918:papier:4200:30071040,30071511:papier:4200:30071544,30075585:papier:4200:30075795,30075589:papier:4200:30075759,30076277:papier:4200:30076299,30076747:papier:4200:30077055,30077660:papier:4200:30077772,30077661:papier:4200:30077748,3007'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9558733422211252, 'nb_photo': 60308, 'list_port_cont': '29883631,29886858,29886937,29891912,29895633,29900709,29900734,29903822,29904025,29904055,29905144,29907342,29922836,29926081,29926138,29926175,29928727,29932904,29933147,29949711,29951141,29954012,29957165,29961478,29963590,29964885,29968394,29968458,29968649,29969756,29973804,29975075,29976161,29976249,29976275,29981531,29986601,30001093,30009957,30010507,30014900,30015984,30023042,30024175,30031787,30037154,30037535,30037751,30037809,30037962,30038029,30038297,30039132,30039140,30049996,30051178,30057812,30059090,30059452,30059970,30060774,30062766,30062860,30063495,30063510,30063535,30063673,30063879,30064272,30065011,30065153,30065206,30065875,30066294,30066321,30068197,30069918,30069923,30070040,30070185,30071058,30071084,30071096,30071583,30071625,30071893,30071898,30072332,30072356,30075705,30076319,30076335,30076405,30076508,30077782,30078943,30079782,30080010,30080101,30080119,30080428,30089432,30089554,30089729,30090770,30091393,30092458,30092790,30093121,30093216,30093248,30093409,30093467,3009348', 'assoc_port': '29883289:29883631,29886571:29886937,29886596:29886858,29891413:29891912,29895115:29895633,29900344:29900734,29900384:29900709,29903594:29904055,29903598:29904025,29903603:29903822,29904829:29905144,29907065:29907342,29922574:29922836,29925901:29926175,29925903:29926138,29925907:29926081,29928596:29928727,29932746:29932904,29933071:29933147,29949462:29949711,29950755:29951141,29953689:29954012,29956868:29957165,29961039:29961478,29961054:29969756,29963320:29963590,29964560:29964885,29968194:29968649,29968195:29968458,29968196:29968394,29973408:29973804,29974618:29975075,29976103:29976275,29976106:29976249,29976108:29976161,29981505:29981531,29986386:29986601,30000795:30001093,30009732:30009957,30010373:30010507,30013864:30014900,30015734:30015984,30022773:30023042,30024059:30024175,30031482:30031787,30037011:30038297,30037013:30038029,30037015:30037962,30037017:30037751,30037019:30037809,30037020:30037535,30037021:30037154,30038945:30039140,30038946:30039132,30049624:30049996,30050939:30051178,30057511:3005781', 'assoc_mat': '29883289:papier:4209:29883631,29886571:papier:4209:29886937,29886596:papier:4209:29886858,29891413:papier:4209:29891912,29895115:papier:4209:29895633,29900344:papier:4209:29900734,29900384:papier:4209:29900709,29903594:papier:4209:29904055,29903598:papier:4209:29904025,29903603:papier:4209:29903822,29904829:papier:4209:29905144,29907065:papier:4209:29907342,29922574:papier:4209:29922836,29925901:papier:4209:29926175,29925903:papier:4209:29926138,29925907:papier:4209:29926081,29928596:papier:4209:29928727,29932746:papier:4209:29932904,29933071:papier:4209:29933147,29949462:papier:4209:29949711,29950755:papier:4209:29951141,29953689:papier:4209:29954012,29956868:papier:4209:29957165,29961039:papier:4209:29961478,29961054:papier:4209:29969756,29963320:papier:4209:29963590,29964560:papier:4209:29964885,29968194:papier:4209:29968649,29968195:papier:4209:29968458,29968196:papier:4209:29968394,29973408:papier:4209:29973804,29974618:papier:4209:29975075,29976103:papier:4209:29976275,29976106:papier:4209:29976249,2997'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.008100802912102962, 'nb_photo': 28978, 'list_port_cont': '29881516,29882662,29883311,29886225,29886264,29887154,29892211,29892265,29900974,29902203,29902287,29904045,29904124,29905486,29905840,29907229,29923043,29923306,29923843,29923874,29923894,29926041,29926216,29926380,29926487,29926525,29927475,29928738,29929169,29929995,29930191,29930400,29931084,29931145,29931679,29932169,29932815,29933264,29938898,29951049,29951457,29951863,29952500,29952935,29953022,29954350,29957819,29959605,29960916,29962138,29963945,29965040,29965145,29967079,29967389,29968618,29971449,29972053,29972266,29973946,29975191,29979282,29981466,29981584,29987023,29987080,29988625,29988666,29989240,29989291,29990994,29992100,29992127,29993020,30010719,30011059,30011801,30011851,30012441,30012464,30013581,30013627,30014830,30014910,30019955,30020861,30022918,30023359,30025447,30028638,30029542,30029585,30037606,30048706,30049076,30050350,30051057,30051376,30051972,30053626,30054612,30054876,30055502,30056836,30057958,30059211,30059550,30059951,30060246,30060276,30060312,30060801,30060831,3006354', 'assoc_port': '29880558:29881516,29882108:29882662,29882109:29883311,29885440:29886225,29885441:29886264,29886569:29887154,29891421:29892265,29891422:29892211,29900383:29900974,29901775:29902287,29901778:29902203,29903596:29904124,29903608:29904045,29904807:29905840,29904815:29905486,29907067:29907229,29922570:29923306,29922577:29923043,29923748:29923843,29923749:29923874,29923751:29923894,29925905:29926216,29925909:29926041,29926314:29926525,29926317:29926487,29926319:29926380,29927059:29927475,29928593:29928738,29929008:29929169,29929782:29930191,29929800:29929995,29930242:29930400,29931019:29931145,29931023:29931084,29931397:29931679,29931987:29932169,29932748:29932815,29933070:29933264,29938885:29938898,29950753:29952500,29950754:29951863,29950756:29951457,29950759:29951049,29952810:29952935,29952811:29953022,29953691:29954350,29955401:29962138,29956853:29957819,29959298:29959605,29960561:29960916,29963305:29963945,29964554:29965040,29964565:29965145,29966745:29967389,29966750:29967079,29968181:29968618,29970897:2997226', 'assoc_mat': '29880558:papier:4211:29881516,29882108:papier:4211:29882662,29882109:papier:4211:29883311,29885440:papier:4211:29886225,29885441:papier:4211:29886264,29886569:papier:4211:29887154,29891421:papier:4211:29892265,29891422:papier:4211:29892211,29900383:papier:4211:29900974,29901775:papier:4211:29902287,29901778:papier:4211:29902203,29903596:papier:4211:29904124,29903608:papier:4211:29904045,29904807:papier:4211:29905840,29904815:papier:4211:29905486,29907067:papier:4211:29907229,29922570:papier:4211:29923306,29922577:papier:4211:29923043,29923748:papier:4211:29923843,29923749:papier:4211:29923874,29923751:papier:4211:29923894,29925905:papier:4211:29926216,29925909:papier:4211:29926041,29926314:papier:4211:29926525,29926317:papier:4211:29926487,29926319:papier:4211:29926380,29927059:papier:4211:29927475,29928593:papier:4211:29928738,29929008:papier:4211:29929169,29929782:papier:4211:29930191,29929800:papier:4211:29929995,29930242:papier:4211:29930400,29931019:papier:4211:29931145,29931023:papier:4211:29931084,2993'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.008905444607032251, 'nb_photo': 258, 'list_port_cont': '29877820,29882859,29887226,29887462,29890168,29893442,29904401,29904871,29927540,29928849,29929425,29930014,29931297,29956311,29957369,29960741,29967613,29967818,29974128,29977002,29988180,30010830,30011934,30014108,30016363,30020991,30051586,30056896,30058383,30060340,30065050,30067582,30068810,30072270,30077807,30078340,30078565,30078998,30079494,30080160,30080167,30089805,30090159,30090449,30093872,30097183,30099128,30101808,30103006,30103916,30105165,30105767,30105788,30106247,30112494,30112511,30113998,30114313,30116469,30116626,30119556,30121395,30122878,30123377,30125932,30130020,30131521,30131961,30132424,30132949,30135480,30135741,30135859,30140110,30154494,30154875,30155412,30162376,30162914,30163528,30164619,30164647,30164655,30167309,30170938,30171026,30171665,30172431,30175389,30175651,30176665,30179543,30180481,30187213,30188384,30188393,30189024,30189276,30189682,30189837,30190124,30190168,30190272,30190820,30190840,30196233,30198985,30199880,30199901,30199950,30200565,30201111,30201842,3021488', 'assoc_port': '29877117:29877820,29882110:29882859,29885438:29887226,29886598:29887462,29889698:29890168,29892688:29893442,29901781:29904871,29903605:29904401,29927020:29927540,29928590:29928849,29929009:29929425,29929804:29930014,29931017:29931297,29955424:29956311,29956851:29957369,29960566:29960741,29966737:29967818,29966748:29967613,29973433:29974128,29976100:29977002,29987863:29988180,30010369:30010830,30011662:30011934,30013883:30014108,30015739:30016363,30020411:30020991,30050942:30051586,30056440:30056896,30057512:30058383,30058702:30060340,30064895:30065050,30067364:30067582,30068352:30068810,30072105:30072270,30077662:30077807,30078166:30078340,30078429:30078565,30078807:30078998,30079401:30079494,30079963:30080167,30079967:30080160,30089668:30089805,30090113:30090159,30090239:30090449,30093796:30093872,30097077:30097183,30098887:30099128,30099894:30101808,30101937:30103006,30103798:30103916,30105067:30105165,30105571:30105788,30105572:30105767,30105878:30106247,30112371:30112511,30112374:30112494,30113819:3011431', 'assoc_mat': '29877117:papier:3327:29877820,29882110:papier:3327:29882859,29885438:papier:3327:29887226,29886598:papier:3327:29887462,29889698:papier:3327:29890168,29892688:papier:3327:29893442,29901781:papier:3327:29904871,29903605:papier:3327:29904401,29927020:papier:3327:29927540,29928590:papier:3327:29928849,29929009:papier:3327:29929425,29929804:papier:3327:29930014,29931017:papier:3327:29931297,29955424:papier:3327:29956311,29956851:papier:3327:29957369,29960566:papier:3327:29960741,29966737:papier:3327:29967818,29966748:papier:3327:29967613,29973433:papier:3327:29974128,29976100:papier:3327:29977002,29987863:papier:3327:29988180,30010369:papier:3327:30010830,30011662:papier:3327:30011934,30013883:papier:3327:30014108,30015739:papier:3327:30016363,30020411:papier:3327:30020991,30050942:papier:3327:30051586,30056440:papier:3327:30056896,30057512:papier:3327:30058383,30058702:papier:3327:30060340,30064895:papier:3327:30065050,30067364:papier:3327:30067582,30068352:papier:3327:30068810,30072105:papier:3327:30072270,3007'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.023262480462488164, 'nb_photo': 2837, 'list_port_cont': '29905313,29931164,29932124,29954172,29964247,29967176,29981877,29988646,30024154,30054816,30060782,30066639,30068216,30072230,30078483,30078957,30078978,30080449,30081762,30084141,30090443,30091412,30092399,30096173,30101088,30105696,30108308,30109082,30110458,30112679,30114328,30115212,30121144,30124862,30129700,30130474,30134768,30140096,30143058,30155903,30162203,30164944,30164952,30165015,30167093,30170877,30173518,30175480,30176170,30188935,30190022,30195725,30213566,30216720,30219124,30224465,30225423,30227577,30228334,30228397,30228430,30229467,30235535,30237426,30237450,30237607,30239859,30240515,30245548,30251670,30257676,30263783,30271586,30273572,30273991,30275203,30275664,30276103,30277498,30277552,30278347,30278361,30282570', 'assoc_port': '29904813:29905313,29931014:29931164,29932010:29932124,29953694:29954172,29961053:29964247,29966741:29967176,29981854:29981877,29988455:29988646,30024056:30024154,30054134:30054816,30060714:30060782,30066438:30066639,30067991:30068216,30072108:30072230,30078431:30078483,30078803:30078978,30078805:30078957,30080405:30080449,30081751:30081762,30084136:30084141,30090237:30090443,30091324:30091412,30092159:30092399,30095678:30096173,30100824:30101088,30105575:30105696,30107950:30108308,30109078:30109082,30110198:30110458,30112562:30112679,30114051:30114328,30115050:30115212,30120849:30121144,30124663:30124862,30129560:30129700,30130253:30130474,30134694:30134768,30139881:30140096,30142885:30143058,30155605:30155903,30162003:30162203,30164728:30164952,30164731:30165015,30164735:30164944,30166976:30167093,30170833:30170877,30173295:30173518,30175442:30175480,30176144:30176170,30188766:30188935,30189940:30190022,30195508:30195725,30213190:30213566,30216459:30216720,30219018:30219124,30224397:30224465,30225009:3022542', 'assoc_mat': '29904813:papier:3594:29905313,29931014:papier:3594:29931164,29932010:papier:3594:29932124,29953694:papier:3594:29954172,29961053:papier:3594:29964247,29966741:papier:3594:29967176,29981854:papier:3594:29981877,29988455:papier:3594:29988646,30024056:papier:3594:30024154,30054134:papier:3594:30054816,30060714:papier:3594:30060782,30066438:papier:3594:30066639,30067991:papier:3594:30068216,30072108:papier:3594:30072230,30078431:papier:3594:30078483,30078803:papier:3594:30078978,30078805:papier:3594:30078957,30080405:papier:3594:30080449,30081751:papier:3594:30081762,30084136:papier:3594:30084141,30090237:papier:3594:30090443,30091324:papier:3594:30091412,30092159:papier:3594:30092399,30095678:papier:3594:30096173,30100824:papier:3594:30101088,30105575:papier:3594:30105696,30107950:papier:3594:30108308,30109078:papier:3594:30109082,30110198:papier:3594:30110458,30112562:papier:3594:30112679,30114051:papier:3594:30114328,30115050:papier:3594:30115212,30120849:papier:3594:30121144,30124663:papier:3594:30124862,3012'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.004725097882316493, 'nb_photo': 9, 'list_port_cont': '29889888,29967488,30067533,30077740,30165090', 'assoc_port': '29889694:29889888,29966739:29967488,30067362:30067533,30077663:30077740,30165088:30165090', 'assoc_mat': '29889694:pehd:4205:29889888,29966739:pehd:4205:29967488,30067362:pehd:4205:30067533,30077663:pehd:4205:30077740,30165088:pehd:4205:30165090'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0035218506887004218, 'nb_photo': 21, 'list_port_cont': '29965067,29987096,30013597,30016533,30016624,30020080,30078323,30215459', 'assoc_port': '29963289:29965067,29986859:29987096,30013136:30013597,30015732:30020080,30015735:30016533,30015737:30016624,30078170:30078323,30215303:30215459', 'assoc_mat': '29963289:pehd:4203:29965067,29986859:pehd:4203:29987096,30013136:pehd:4203:30013597,30015732:pehd:4203:30020080,30015735:pehd:4203:30016533,30015737:pehd:4203:30016624,30078170:pehd:4203:30078323,30215303:pehd:4203:30215459'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003894027779339992, 'nb_photo': 125, 'list_port_cont': '29880645,29884108,29891839,29892725,29903906,29923779,29923800,29924242,29926350,29926403,29929075,29930328,29931487,29933739,29949919,29950908,29952988,29953920,29955658,29959509,29959577,29961223,29961323,29961630,29964807,29967302,29971243,29974788,29986506,29987974,29988497,30009907,30013474,30020596,30020683,30030650,30053522,30056620,30057911,30059690,30060226,30066281,30067437,30069460,30069890,30071111,30071525,30077982,30078417,30078819,30079989,30080411,30081241,30090257,30090407,30090733,30098899,30099963,30103837,30105514,30106212,30110340,30111802,30112406,30114225,30121216,30121994,30122415,30122797,30123113,30124099,30124122,30124334,30125869,30132281,30133321,30134072,30139965,30141178,30142761,30156406,30156598,30162617,30163892,30163977,30173026,30175718,30176586,30179696,30186928,30187977,30197064,30199182,30199729,30200518,30212128,30213806,30219025', 'assoc_port': '29880560:29880645,29883287:29884108,29885442:29892725,29891417:29891839,29903592:29903906,29923747:29923800,29923750:29923779,29924116:29924242,29926315:29926403,29926321:29926350,29928987:29929075,29930228:29930328,29931395:29931487,29933651:29933739,29949458:29949919,29950760:29950908,29952809:29952988,29953696:29953920,29955403:29961630,29955444:29955658,29956855:29959577,29959304:29959509,29961025:29961323,29961084:29961223,29964561:29964807,29966743:29967302,29970902:29971243,29974617:29974788,29986387:29986506,29987834:29987974,29988452:29988497,30009730:30009907,30013141:30013474,30020406:30020683,30020409:30020596,30030561:30030650,30053289:30053522,30056438:30057911,30056442:30056620,30059606:30059690,30060219:30060226,30066242:30066281,30067363:30067437,30069316:30069460,30069868:30069890,30070916:30071111,30071508:30071525,30076768:30078417,30077878:30077982,30078808:30078819,30079972:30079989,30080408:30080411,30081193:30081241,30090233:30090407,30090240:30090257,30090616:30090733,30098885:3009889', 'assoc_mat': '29880560:pehd:4207:29880645,29883287:pehd:4207:29884108,29885442:pehd:4207:29892725,29891417:pehd:4207:29891839,29903592:pehd:4207:29903906,29923747:pehd:4207:29923800,29923750:pehd:4207:29923779,29924116:pehd:4207:29924242,29926315:pehd:4207:29926403,29926321:pehd:4207:29926350,29928987:pehd:4207:29929075,29930228:pehd:4207:29930328,29931395:pehd:4207:29931487,29933651:pehd:4207:29933739,29949458:pehd:4207:29949919,29950760:pehd:4207:29950908,29952809:pehd:4207:29952988,29953696:pehd:4207:29953920,29955403:pehd:4207:29961630,29955444:pehd:4207:29955658,29956855:pehd:4207:29959577,29959304:pehd:4207:29959509,29961025:pehd:4207:29961323,29961084:pehd:4207:29961223,29964561:pehd:4207:29964807,29966743:pehd:4207:29967302,29970902:pehd:4207:29971243,29974617:pehd:4207:29974788,29986387:pehd:4207:29986506,29987834:pehd:4207:29987974,29988452:pehd:4207:29988497,30009730:pehd:4207:30009907,30013141:pehd:4207:30013474,30020406:pehd:4207:30020683,30020409:pehd:4207:30020596,30030561:pehd:4207:30030650,30053289:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.013962243553256603, 'nb_photo': 19, 'list_port_cont': '29959531,29964992,30012402,30056757,30090985,30098933,30109474,30112715,30116563,30121291,30130445,30163479,30164008,30188938,30201390', 'assoc_port': '29959300:29959531,29964563:29964992,30012117:30012402,30056441:30056757,30090578:30090985,30098888:30098933,30109264:30109474,30112559:30112715,30116504:30116563,30121174:30121291,30130252:30130445,30163172:30163479,30163775:30164008,30188761:30188938,30201235:30201390', 'assoc_mat': '29959300:pehd:4461:29959531,29964563:pehd:4461:29964992,30012117:pehd:4461:30012402,30056441:pehd:4461:30056757,30090578:pehd:4461:30090985,30098888:pehd:4461:30098933,30109264:pehd:4461:30109474,30112559:pehd:4461:30112715,30116504:pehd:4461:30116563,30121174:pehd:4461:30121291,30130252:pehd:4461:30130445,30163172:pehd:4461:30163479,30163775:pehd:4461:30164008,30188761:pehd:4461:30188938,30201235:pehd:4461:30201390'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0058051435893055475, 'nb_photo': 104, 'list_port_cont': '29891742,29893033,29893221,29903770,29928677,29929154,29931134,29959438,29960693,29961272,29961503,29964778,29971195,30020614,30057392,30058895,30059157,30060516,30069184,30069960,30071031,30075761,30077060,30077763,30079167,30089781,30102066,30104274,30104514,30112437,30112648,30113591,30114735,30115095,30116350,30124169,30125101,30140555,30142095,30154834,30155373,30155885,30156609,30163377,30164579,30164930,30165796,30167076,30174631,30175020,30175973,30188585,30188900,30190446,30191054,30200165,30200953,30214382,30217586,30218910,30238031,30275983,30276423,30282583', 'assoc_port': '29891419:29891742,29892658:29893221,29892702:29893033,29903590:29903770,29928594:29928677,29929007:29929154,29931021:29931134,29959303:29959438,29960563:29960693,29961068:29961503,29961082:29961272,29964556:29964778,29970896:29971195,30020408:30020614,30057323:30057392,30058699:30059157,30058708:30058895,30060385:30060516,30068932:30069184,30069869:30069960,30070918:30071031,30075589:30075761,30076747:30077060,30077660:30077763,30079106:30079167,30089670:30089781,30101938:30102066,30104046:30104274,30104065:30104514,30112368:30112437,30112563:30112648,30113486:30113591,30114676:30114735,30115045:30115095,30116263:30116350,30124081:30124169,30125014:30125101,30140524:30140555,30141967:30142095,30154583:30154834,30155112:30155373,30155648:30155885,30156543:30156609,30163174:30163377,30164212:30164579,30164729:30164930,30165771:30165796,30166953:30167076,30172229:30175020,30172703:30175973,30172945:30174631,30188472:30188585,30188764:30188900,30190336:30190446,30190963:30191054,30199709:30200953,30200056:3020016', 'assoc_mat': '29891419:pehd:4200:29891742,29892658:pehd:4200:29893221,29892702:pehd:4200:29893033,29903590:pehd:4200:29903770,29928594:pehd:4200:29928677,29929007:pehd:4200:29929154,29931021:pehd:4200:29931134,29959303:pehd:4200:29959438,29960563:pehd:4200:29960693,29961068:pehd:4200:29961503,29961082:pehd:4200:29961272,29964556:pehd:4200:29964778,29970896:pehd:4200:29971195,30020408:pehd:4200:30020614,30057323:pehd:4200:30057392,30058699:pehd:4200:30059157,30058708:pehd:4200:30058895,30060385:pehd:4200:30060516,30068932:pehd:4200:30069184,30069869:pehd:4200:30069960,30070918:pehd:4200:30071031,30075589:pehd:4200:30075761,30076747:pehd:4200:30077060,30077660:pehd:4200:30077763,30079106:pehd:4200:30079167,30089670:pehd:4200:30089781,30101938:pehd:4200:30102066,30104046:pehd:4200:30104274,30104065:pehd:4200:30104514,30112368:pehd:4200:30112437,30112563:pehd:4200:30112648,30113486:pehd:4200:30113591,30114676:pehd:4200:30114735,30115045:pehd:4200:30115095,30116263:pehd:4200:30116350,30124081:pehd:4200:30124169,30125014:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006384544089550136, 'nb_photo': 355, 'list_port_cont': '29886866,29895628,29900717,29900733,29905145,29907328,29926074,29926165,29928724,29933152,29951143,29957159,29964886,29968456,29968650,29969752,29975073,29976248,29976269,30001099,30009958,30015980,30023044,30024177,30031790,30051189,30059091,30059965,30063503,30063515,30063528,30063682,30063882,30064270,30065012,30065199,30069916,30069924,30070026,30070191,30071067,30071100,30071613,30071894,30071904,30076336,30076408,30077792,30079789,30080427,30089424,30089728,30092452,30093130,30093212,30093250,30094525,30094739,30096013,30097584,30098637,30101084,30103897,30104937,30104948,30105085,30106244,30109427,30110635,30111145,30111172,30111276,30111297,30112701,30114130,30114756,30114878,30115113,30115323,30116444,30121097,30121701,30123222,30123269,30123642,30125926,30126447,30126473,30126539,30131034,30131513,30131892,30132352,30132876,30132917,30134555,30134807,30135367,30135381,30135821,30139191,30139297,30139512,30139692,30140376,30140397,30140758,30140990,30142961,30142988,30155880,30157176,30157234,3016227', 'assoc_port': '29886596:29886866,29895115:29895628,29900344:29900733,29900384:29900717,29904829:29905145,29907065:29907328,29925901:29926165,29925907:29926074,29928596:29928724,29933071:29933152,29950755:29951143,29956868:29957159,29961054:29969752,29964560:29964886,29968194:29968650,29968195:29968456,29974618:29975073,29976103:29976269,29976106:29976248,30000795:30001099,30009732:30009958,30015734:30015980,30022773:30023044,30024059:30024177,30031482:30031790,30050939:30051189,30058707:30059091,30059608:30059965,30062396:30064270,30063326:30063682,30063333:30063528,30063336:30063503,30063338:30063515,30063828:30063882,30064899:30065012,30065107:30065199,30069866:30070026,30069867:30069916,30069872:30069924,30070111:30070191,30070917:30071100,30070922:30071067,30071510:30071613,30071855:30071904,30071878:30071894,30076272:30076408,30076275:30076336,30077664:30077792,30079723:30079789,30080407:30080427,30089376:30089424,30089671:30089728,30092157:30092452,30092953:30093250,30092977:30093212,30092999:30093130,30094221:3009473', 'assoc_mat': '29886596:pehd:4209:29886866,29895115:pehd:4209:29895628,29900344:pehd:4209:29900733,29900384:pehd:4209:29900717,29904829:pehd:4209:29905145,29907065:pehd:4209:29907328,29925901:pehd:4209:29926165,29925907:pehd:4209:29926074,29928596:pehd:4209:29928724,29933071:pehd:4209:29933152,29950755:pehd:4209:29951143,29956868:pehd:4209:29957159,29961054:pehd:4209:29969752,29964560:pehd:4209:29964886,29968194:pehd:4209:29968650,29968195:pehd:4209:29968456,29974618:pehd:4209:29975073,29976103:pehd:4209:29976269,29976106:pehd:4209:29976248,30000795:pehd:4209:30001099,30009732:pehd:4209:30009958,30015734:pehd:4209:30015980,30022773:pehd:4209:30023044,30024059:pehd:4209:30024177,30031482:pehd:4209:30031790,30050939:pehd:4209:30051189,30058707:pehd:4209:30059091,30059608:pehd:4209:30059965,30062396:pehd:4209:30064270,30063326:pehd:4209:30063682,30063333:pehd:4209:30063528,30063336:pehd:4209:30063503,30063338:pehd:4209:30063515,30063828:pehd:4209:30063882,30064899:pehd:4209:30065012,30065107:pehd:4209:30065199,30069866:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9719057896863088, 'nb_photo': 8377, 'list_port_cont': '29881517,29882656,29883301,29886229,29886254,29887146,29892217,29892273,29900970,29902197,29902301,29904039,29904114,29905494,29905842,29907232,29923041,29923309,29923840,29923868,29923886,29926043,29926225,29926378,29926482,29926527,29927473,29928737,29929172,29929993,29930194,29930398,29931089,29931695,29932179,29932819,29933269,29938912,29951451,29951852,29952510,29952931,29953026,29954355,29957820,29959607,29960927,29962126,29963942,29965028,29965139,29967081,29967391,29968612,29971456,29972050,29972257,29973954,29975193,29979278,29981456,29981582,29987016,29987073,29988631,29988673,29989226,29989284,29991003,29992085,29992128,29993019,30010725,30011064,30011793,30011847,30012448,30012452,30013585,30013620,30014819,30014905,30019963,30020862,30022916,30023360,30025446,30028630,30029538,30029598,30037604,30048702,30049073,30050356,30051066,30051372,30051969,30053621,30054618,30054886,30055505,30056842,30057965,30059205,30059553,30059953,30060242,30060260,30060307,30060804,30060835,30063553,30063629,3006397', 'assoc_port': '29880558:29881517,29882108:29882656,29882109:29883301,29885440:29886229,29885441:29886254,29886569:29887146,29891421:29892273,29891422:29892217,29900383:29900970,29901775:29902301,29901778:29902197,29903596:29904114,29903608:29904039,29904807:29905842,29904815:29905494,29907067:29907232,29922570:29923309,29922577:29923041,29923748:29923840,29923749:29923868,29923751:29923886,29925905:29926225,29925909:29926043,29926314:29926527,29926317:29926482,29926319:29926378,29927059:29927473,29928593:29928737,29929008:29929172,29929782:29930194,29929800:29929993,29930242:29930398,29931023:29931089,29931397:29931695,29931987:29932179,29932748:29932819,29933070:29933269,29938885:29938912,29950753:29952510,29950754:29951852,29950756:29951451,29952810:29952931,29952811:29953026,29953691:29954355,29955401:29962126,29956853:29957820,29959298:29959607,29960561:29960927,29963305:29963942,29964554:29965028,29964565:29965139,29966745:29967391,29966750:29967081,29968181:29968612,29970897:29972257,29970903:29972050,29970907:2997145', 'assoc_mat': '29880558:pehd:4211:29881517,29882108:pehd:4211:29882656,29882109:pehd:4211:29883301,29885440:pehd:4211:29886229,29885441:pehd:4211:29886254,29886569:pehd:4211:29887146,29891421:pehd:4211:29892273,29891422:pehd:4211:29892217,29900383:pehd:4211:29900970,29901775:pehd:4211:29902301,29901778:pehd:4211:29902197,29903596:pehd:4211:29904114,29903608:pehd:4211:29904039,29904807:pehd:4211:29905842,29904815:pehd:4211:29905494,29907067:pehd:4211:29907232,29922570:pehd:4211:29923309,29922577:pehd:4211:29923041,29923748:pehd:4211:29923840,29923749:pehd:4211:29923868,29923751:pehd:4211:29923886,29925905:pehd:4211:29926225,29925909:pehd:4211:29926043,29926314:pehd:4211:29926527,29926317:pehd:4211:29926482,29926319:pehd:4211:29926378,29927059:pehd:4211:29927473,29928593:pehd:4211:29928737,29929008:pehd:4211:29929172,29929782:pehd:4211:29930194,29929800:pehd:4211:29929993,29930242:pehd:4211:29930398,29931023:pehd:4211:29931089,29931397:pehd:4211:29931695,29931987:pehd:4211:29932179,29932748:pehd:4211:29932819,29933070:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0002021817359273957, 'nb_photo': 3, 'list_port_cont': '30124866,30170884,30245551', 'assoc_port': '30124663:30124866,30170833:30170884,30245096:30245551', 'assoc_mat': '30124663:pehd:3594:30124866,30170833:pehd:3594:30170884,30245096:pehd:3594:30245551'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005178391582558792, 'nb_photo': 1, 'list_port_cont': '29954127', 'assoc_port': '29953693:29954127', 'assoc_mat': '29953693:pet_clair:4205:29954127'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005823894617494178, 'nb_photo': 6, 'list_port_cont': '29883536,29949923,30104219,30124126,30216643,30237520', 'assoc_port': '29883294:29883536,29949458:29949923,30104069:30104219,30124079:30124126,30216458:30216643,30237496:30237520', 'assoc_mat': '29883294:pet_clair:4207:29883536,29949458:pet_clair:4207:29949923,30104069:pet_clair:4207:30104219,30124079:pet_clair:4207:30124126,30216458:pet_clair:4207:30216643,30237496:pet_clair:4207:30237520'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.005611227130169608, 'nb_photo': 30, 'list_port_cont': '29885767,29960694,29961506,29971182,30058893,30059150,30069961,30090385,30099789,30112646,30113583,30114733,30122587,30124166,30125026,30142109,30142741,30155894,30166055,30167080,30175981,30188586,30188909,30191048,30200167,30200539,30216016', 'assoc_port': '29885439:29885767,29960563:29960694,29961068:29961506,29970896:29971182,30058699:30059150,30058708:30058893,30069869:30069961,30090238:30090385,30099741:30099789,30112563:30112646,30113486:30113583,30114676:30114733,30122544:30122587,30124081:30124166,30125015:30125026,30141967:30142109,30142734:30142741,30155648:30155894,30164207:30166055,30166953:30167080,30172703:30175981,30188472:30188586,30188764:30188909,30190963:30191048,30200056:30200167,30200488:30200539,30215896:30216016', 'assoc_mat': '29885439:pet_clair:4200:29885767,29960563:pet_clair:4200:29960694,29961068:pet_clair:4200:29961506,29970896:pet_clair:4200:29971182,30058699:pet_clair:4200:30059150,30058708:pet_clair:4200:30058893,30069869:pet_clair:4200:30069961,30090238:pet_clair:4200:30090385,30099741:pet_clair:4200:30099789,30112563:pet_clair:4200:30112646,30113486:pet_clair:4200:30113583,30114676:pet_clair:4200:30114733,30122544:pet_clair:4200:30122587,30124081:pet_clair:4200:30124166,30125015:pet_clair:4200:30125026,30141967:pet_clair:4200:30142109,30142734:pet_clair:4200:30142741,30155648:pet_clair:4200:30155894,30164207:pet_clair:4200:30166055,30166953:pet_clair:4200:30167080,30172703:pet_clair:4200:30175981,30188472:pet_clair:4200:30188586,30188764:pet_clair:4200:30188909,30190963:pet_clair:4200:30191048,30200056:pet_clair:4200:30200167,30200488:pet_clair:4200:30200539,30215896:pet_clair:4200:30216016'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.001785210822345314, 'nb_photo': 5, 'list_port_cont': '29933145,30131473,30179440,30185149', 'assoc_port': '29933071:29933145,30131227:30131473,30176477:30179440,30184740:30185149', 'assoc_mat': '29933071:pet_clair:4209:29933145,30131227:pet_clair:4209:30131473,30176477:pet_clair:4209:30179440,30184740:pet_clair:4209:30185149'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009566183026151947, 'nb_photo': 123, 'list_port_cont': '29881513,29882668,29883298,29905850,29923300,29923834,29926485,29927479,29931154,29933266,29938902,29952497,29967396,29971458,29975199,29987081,29992126,30012442,30023356,30028639,30037598,30048704,30051373,30059214,30059952,30063544,30063967,30065215,30066312,30066683,30069550,30074580,30076633,30078066,30079803,30089563,30091233,30091422,30098436,30098818,30102179,30108455,30108526,30108806,30108967,30111157,30111207,30111373,30112038,30114296,30115229,30115347,30116427,30121333,30124188,30124403,30125908,30129965,30130100,30131542,30131563,30132941,30135706,30135724,30140686,30141198,30141613,30147377,30155396,30156965,30162324,30164638,30166111,30166819,30172951,30175697,30176195,30176354,30176502,30180278,30188662,30191181,30194543,30195641,30197432,30198895,30202111,30202442,30202701,30212262,30218940,30219113', 'assoc_port': '29880558:29881513,29882108:29882668,29882109:29883298,29904807:29905850,29922570:29923300,29923748:29923834,29926317:29926485,29927059:29927479,29931019:29931154,29933070:29933266,29938885:29938902,29950753:29952497,29966745:29967396,29970907:29971458,29974616:29975199,29986866:29987081,29991790:29992126,30012120:30012442,30022774:30023356,30028101:30028639,30037010:30037598,30048066:30048704,30050944:30051373,30058701:30059214,30059609:30059952,30063335:30063544,30063826:30063967,30065106:30065215,30066243:30066312,30066442:30066683,30069314:30069550,30074552:30074580,30076444:30076633,30077877:30078066,30079719:30079803,30089374:30089563,30090576:30091233,30091318:30091422,30098296:30098436,30098576:30098818,30101958:30102179,30105582:30108806,30107937:30108526,30108045:30108455,30108889:30108967,30110864:30111207,30110869:30111157,30111264:30111373,30111693:30112038,30114053:30114296,30115048:30115229,30115287:30115347,30116267:30116427,30121195:30121333,30124082:30124188,30124275:30124403,30125808:3012590', 'assoc_mat': '29880558:pet_clair:4211:29881513,29882108:pet_clair:4211:29882668,29882109:pet_clair:4211:29883298,29904807:pet_clair:4211:29905850,29922570:pet_clair:4211:29923300,29923748:pet_clair:4211:29923834,29926317:pet_clair:4211:29926485,29927059:pet_clair:4211:29927479,29931019:pet_clair:4211:29931154,29933070:pet_clair:4211:29933266,29938885:pet_clair:4211:29938902,29950753:pet_clair:4211:29952497,29966745:pet_clair:4211:29967396,29970907:pet_clair:4211:29971458,29974616:pet_clair:4211:29975199,29986866:pet_clair:4211:29987081,29991790:pet_clair:4211:29992126,30012120:pet_clair:4211:30012442,30022774:pet_clair:4211:30023356,30028101:pet_clair:4211:30028639,30037010:pet_clair:4211:30037598,30048066:pet_clair:4211:30048704,30050944:pet_clair:4211:30051373,30058701:pet_clair:4211:30059214,30059609:pet_clair:4211:30059952,30063335:pet_clair:4211:30063544,30063826:pet_clair:4211:30063967,30065106:pet_clair:4211:30065215,30066243:pet_clair:4211:30066312,30066442:pet_clair:4211:30066683,30069314:pet_clair:4211:30069550,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9934936985621127, 'nb_photo': 118195, 'list_port_cont': '29877816,29881022,29882863,29887233,29887469,29890167,29893441,29895752,29899131,29900995,29901139,29904394,29904877,29905296,29907447,29907518,29923247,29923910,29926243,29927544,29927583,29928842,29929435,29930012,29931295,29932876,29933297,29953333,29954114,29954327,29956310,29957378,29960732,29965444,29967612,29967820,29971768,29971999,29974120,29977008,29981444,29987166,29988178,29989900,29992215,29993146,30008512,30010818,30011930,30013349,30013707,30013733,30014110,30016367,30020996,30024254,30029699,30032113,30037693,30048875,30050591,30051599,30055192,30056893,30057478,30058381,30059564,30060292,30060352,30060818,30063081,30063651,30063653,30064031,30065048,30065061,30065636,30066363,30067583,30068807,30069269,30069535,30070243,30071165,30071670,30071695,30072275,30075956,30076061,30076646,30076666,30077802,30078344,30078568,30079001,30079334,30079366,30079497,30079818,30079838,30080151,30080169,30080185,30080477,30089756,30089810,30090161,30090457,30091442,30092488,30092882,30093278,30093561,3009387', 'assoc_port': '29877117:29877816,29880559:29881022,29882110:29882863,29885438:29887233,29886598:29887469,29889698:29890167,29892688:29893441,29895117:29895752,29898579:29899131,29900343:29901139,29900382:29900995,29901781:29904877,29903605:29904394,29904810:29905296,29907140:29907518,29907143:29907447,29922578:29923247,29923752:29923910,29925914:29926243,29927018:29927583,29927020:29927544,29928590:29928842,29929009:29929435,29929804:29930012,29931017:29931295,29932747:29932876,29933068:29933297,29952805:29954114,29952808:29953333,29953698:29954327,29955424:29956310,29956851:29957378,29960566:29960732,29964558:29965444,29966737:29967820,29966748:29967612,29970898:29971999,29970905:29971768,29973433:29974120,29976100:29977008,29981309:29981444,29986862:29987166,29987863:29988178,29989096:29989900,29991797:29992215,29992644:29993146,30008197:30008512,30010369:30010818,30011662:30011930,30013139:30013733,30013145:30013707,30013164:30013349,30013883:30014110,30015739:30016367,30020411:30020996,30024057:30024254,30029201:3002969', 'assoc_mat': '29877117:pet_clair:3327:29877816,29880559:pet_clair:3327:29881022,29882110:pet_clair:3327:29882863,29885438:pet_clair:3327:29887233,29886598:pet_clair:3327:29887469,29889698:pet_clair:3327:29890167,29892688:pet_clair:3327:29893441,29895117:pet_clair:3327:29895752,29898579:pet_clair:3327:29899131,29900343:pet_clair:3327:29901139,29900382:pet_clair:3327:29900995,29901781:pet_clair:3327:29904877,29903605:pet_clair:3327:29904394,29904810:pet_clair:3327:29905296,29907140:pet_clair:3327:29907518,29907143:pet_clair:3327:29907447,29922578:pet_clair:3327:29923247,29923752:pet_clair:3327:29923910,29925914:pet_clair:3327:29926243,29927018:pet_clair:3327:29927583,29927020:pet_clair:3327:29927544,29928590:pet_clair:3327:29928842,29929009:pet_clair:3327:29929435,29929804:pet_clair:3327:29930012,29931017:pet_clair:3327:29931295,29932747:pet_clair:3327:29932876,29933068:pet_clair:3327:29933297,29952805:pet_clair:3327:29954114,29952808:pet_clair:3327:29953333,29953698:pet_clair:3327:29954327,29955424:pet_clair:3327:29956310,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.028576497454064743, 'nb_photo': 1646, 'list_port_cont': '29905314,29931161,29932123,29954164,29964242,29967173,29981881,29988644,30024157,30054814,30060786,30066644,30068222,30072229,30078492,30078949,30078974,30080448,30081760,30084139,30090436,30091411,30092396,30096172,30101098,30105691,30108299,30109089,30110454,30112680,30114333,30115216,30121147,30124864,30129702,30130475,30134769,30140095,30143056,30155900,30162204,30164950,30164957,30165016,30167100,30170879,30173526,30175478,30176166,30188934,30190017,30195718,30213570,30216716,30219134,30225435,30227579,30228400,30228436,30229462,30235526,30237421,30237448,30237612,30239860,30240514,30245555,30251667,30257679,30263786,30271582,30273582,30273990,30275208,30275659,30276096,30277500,30277553,30278357,30278364,30282577', 'assoc_port': '29904813:29905314,29931014:29931161,29932010:29932123,29953694:29954164,29961053:29964242,29966741:29967173,29981854:29981881,29988455:29988644,30024056:30024157,30054134:30054814,30060714:30060786,30066438:30066644,30067991:30068222,30072108:30072229,30078431:30078492,30078803:30078974,30078805:30078949,30080405:30080448,30081751:30081760,30084136:30084139,30090237:30090436,30091324:30091411,30092159:30092396,30095678:30096172,30100824:30101098,30105575:30105691,30107950:30108299,30109078:30109089,30110198:30110454,30112562:30112680,30114051:30114333,30115050:30115216,30120849:30121147,30124663:30124864,30129560:30129702,30130253:30130475,30134694:30134769,30139881:30140095,30142885:30143056,30155605:30155900,30162003:30162204,30164728:30164957,30164731:30165016,30164735:30164950,30166976:30167100,30170833:30170879,30173295:30173526,30175442:30175478,30176144:30176166,30188766:30188934,30189940:30190017,30195508:30195718,30213190:30213570,30216459:30216716,30219018:30219134,30225009:30225435,30227517:3022757', 'assoc_mat': '29904813:pet_clair:3594:29905314,29931014:pet_clair:3594:29931161,29932010:pet_clair:3594:29932123,29953694:pet_clair:3594:29954164,29961053:pet_clair:3594:29964242,29966741:pet_clair:3594:29967173,29981854:pet_clair:3594:29981881,29988455:pet_clair:3594:29988644,30024056:pet_clair:3594:30024157,30054134:pet_clair:3594:30054814,30060714:pet_clair:3594:30060786,30066438:pet_clair:3594:30066644,30067991:pet_clair:3594:30068222,30072108:pet_clair:3594:30072229,30078431:pet_clair:3594:30078492,30078803:pet_clair:3594:30078974,30078805:pet_clair:3594:30078949,30080405:pet_clair:3594:30080448,30081751:pet_clair:3594:30081760,30084136:pet_clair:3594:30084139,30090237:pet_clair:3594:30090436,30091324:pet_clair:3594:30091411,30092159:pet_clair:3594:30092396,30095678:pet_clair:3594:30096172,30100824:pet_clair:3594:30101098,30105575:pet_clair:3594:30105691,30107950:pet_clair:3594:30108299,30109078:pet_clair:3594:30109089,30110198:pet_clair:3594:30110454,30112562:pet_clair:3594:30112680,30114051:pet_clair:3594:30114333,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.012469606048162414, 'nb_photo': 1, 'list_port_cont': '30135510', 'assoc_port': '30135256:30135510', 'assoc_mat': '30135256:pet_fonce:3327:30135510'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0017567703429064658, 'nb_photo': 77, 'list_port_cont': '29905311,29932125,29954170,29967174,29988647,30024155,30054820,30060780,30066641,30072233,30080454,30084140,30090438,30092405,30096166,30108303,30121141,30124867,30130467,30134767,30140100,30143049,30155905,30162207,30164949,30164960,30167096,30173525,30175473,30176167,30190020,30213569,30225431,30239855,30240508,30251668,30263776,30271589,30273993,30275200,30275655,30276095,30277499', 'assoc_port': '29904813:29905311,29932010:29932125,29953694:29954170,29966741:29967174,29988455:29988647,30024056:30024155,30054134:30054820,30060714:30060780,30066438:30066641,30072108:30072233,30080405:30080454,30084136:30084140,30090237:30090438,30092159:30092405,30095678:30096166,30107950:30108303,30120849:30121141,30124663:30124867,30130253:30130467,30134694:30134767,30139881:30140100,30142885:30143049,30155605:30155905,30162003:30162207,30164728:30164960,30164735:30164949,30166976:30167096,30173295:30173525,30175442:30175473,30176144:30176167,30189940:30190020,30213190:30213569,30225009:30225431,30239664:30239855,30240492:30240508,30251199:30251668,30263395:30263776,30271297:30271589,30273876:30273993,30274950:30275200,30275345:30275655,30275891:30276095,30277269:30277499', 'assoc_mat': '29904813:pet_fonce:3594:29905311,29932010:pet_fonce:3594:29932125,29953694:pet_fonce:3594:29954170,29966741:pet_fonce:3594:29967174,29988455:pet_fonce:3594:29988647,30024056:pet_fonce:3594:30024155,30054134:pet_fonce:3594:30054820,30060714:pet_fonce:3594:30060780,30066438:pet_fonce:3594:30066641,30072108:pet_fonce:3594:30072233,30080405:pet_fonce:3594:30080454,30084136:pet_fonce:3594:30084140,30090237:pet_fonce:3594:30090438,30092159:pet_fonce:3594:30092405,30095678:pet_fonce:3594:30096166,30107950:pet_fonce:3594:30108303,30120849:pet_fonce:3594:30121141,30124663:pet_fonce:3594:30124867,30130253:pet_fonce:3594:30130467,30134694:pet_fonce:3594:30134767,30139881:pet_fonce:3594:30140100,30142885:pet_fonce:3594:30143049,30155605:pet_fonce:3594:30155905,30162003:pet_fonce:3594:30162207,30164728:pet_fonce:3594:30164960,30164735:pet_fonce:3594:30164949,30166976:pet_fonce:3594:30167096,30173295:pet_fonce:3594:30173525,30175442:pet_fonce:3594:30175473,30176144:pet_fonce:3594:30176167,30189940:pet_fonce:3594:30190020,3'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0067139205730357135, 'nb_photo': 10, 'list_port_cont': '29899019,29931573,29973849,30010011,30059305,30102143,30112714,30163486,30191728,30217632', 'assoc_port': '29898578:29899019,29931393:29931573,29973413:29973849,30009734:30010011,30058706:30059305,30101957:30102143,30112559:30112714,30163172:30163486,30191607:30191728,30217329:30217632', 'assoc_mat': '29898578:pet_opaque:4461:29899019,29931393:pet_opaque:4461:29931573,29973413:pet_opaque:4461:29973849,30009734:pet_opaque:4461:30010011,30058706:pet_opaque:4461:30059305,30101957:pet_opaque:4461:30102143,30112559:pet_opaque:4461:30112714,30163172:pet_opaque:4461:30163486,30191607:pet_opaque:4461:30191728,30217329:pet_opaque:4461:30217632'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.003633727234795478, 'nb_photo': 34, 'list_port_cont': '29885765,29903766,29929156,29960688,29961514,30058898,30059163,30076302,30077751,30091354,30105107,30112644,30116349,30122591,30125993,30135181,30139598,30139911,30140548,30142576,30155897,30156619,30161021,30167057,30188898,30191061,30214376,30217582,30218903', 'assoc_port': '29885439:29885765,29903590:29903766,29929007:29929156,29960563:29960688,29961068:29961514,30058699:30059163,30058708:30058898,30076277:30076302,30077661:30077751,30091320:30091354,30105064:30105107,30112563:30112644,30116263:30116349,30122544:30122591,30125975:30125993,30135049:30135181,30139551:30139598,30139883:30139911,30140524:30140548,30141533:30142576,30155648:30155897,30156543:30156619,30161016:30161021,30166975:30167057,30188764:30188898,30190963:30191061,30214212:30214376,30217330:30217582,30218810:30218903', 'assoc_mat': '29885439:pet_opaque:4200:29885765,29903590:pet_opaque:4200:29903766,29929007:pet_opaque:4200:29929156,29960563:pet_opaque:4200:29960688,29961068:pet_opaque:4200:29961514,30058699:pet_opaque:4200:30059163,30058708:pet_opaque:4200:30058898,30076277:pet_opaque:4200:30076302,30077661:pet_opaque:4200:30077751,30091320:pet_opaque:4200:30091354,30105064:pet_opaque:4200:30105107,30112563:pet_opaque:4200:30112644,30116263:pet_opaque:4200:30116349,30122544:pet_opaque:4200:30122591,30125975:pet_opaque:4200:30125993,30135049:pet_opaque:4200:30135181,30139551:pet_opaque:4200:30139598,30139883:pet_opaque:4200:30139911,30140524:pet_opaque:4200:30140548,30141533:pet_opaque:4200:30142576,30155648:pet_opaque:4200:30155897,30156543:pet_opaque:4200:30156619,30161016:pet_opaque:4200:30161021,30166975:pet_opaque:4200:30167057,30188764:pet_opaque:4200:30188898,30190963:pet_opaque:4200:30191061,30214212:pet_opaque:4200:30214376,30217330:pet_opaque:4200:30217582,30218810:pet_opaque:4200:30218903'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.00931260481386233, 'nb_photo': 2, 'list_port_cont': '29922832,30131023', 'assoc_port': '29922574:29922832,30130969:30131023', 'assoc_mat': '29922574:pet_opaque:4209:29922832,30130969:pet_opaque:4209:30131023'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00038767366204027866, 'nb_photo': 91, 'list_port_cont': '29881514,29882663,29883309,29886263,29900976,29902295,29926218,29929174,29932820,29933270,29938909,29972261,29981468,29987067,29989286,29993006,30010724,30011804,30011856,30037591,30048711,30051971,30057969,30063546,30065669,30065819,30066311,30066686,30068272,30070021,30072407,30074570,30075695,30076381,30077072,30079474,30089589,30091234,30102120,30108810,30108983,30111370,30111619,30113988,30114298,30120748,30121181,30124804,30124946,30130040,30135206,30141091,30142557,30167140,30172526,30174712,30175417,30175461,30176753,30180290,30191168,30191476,30195695,30196154,30197436,30198891,30213909,30218241,30218947,30219079,30226754,30229551,30235545,30248571,30255358,30264473,30275572', 'assoc_port': '29880558:29881514,29882108:29882663,29882109:29883309,29885441:29886263,29900383:29900976,29901775:29902295,29925905:29926218,29929008:29929174,29932748:29932820,29933070:29933270,29938885:29938909,29970897:29972261,29981308:29981468,29986866:29987067,29989101:29989286,29992645:29993006,30010372:30010724,30011660:30011856,30011664:30011804,30037010:30037591,30048066:30048711,30050941:30051971,30057510:30057969,30063335:30063546,30065332:30065669,30065725:30065819,30066243:30066311,30066442:30066686,30067994:30068272,30069870:30070021,30072306:30072407,30074552:30074570,30075590:30075695,30076276:30076381,30076748:30077072,30079403:30079474,30089373:30089589,30090576:30091234,30101961:30102120,30105582:30108810,30108892:30108983,30111264:30111370,30111505:30111619,30113821:30113988,30114053:30114298,30120619:30120748,30120848:30121181,30124659:30124946,30124674:30124804,30129792:30130040,30135047:30135206,30140819:30141091,30142475:30142557,30166934:30167140,30171511:30175461,30172230:30172526,30172946:3017471', 'assoc_mat': '29880558:pet_opaque:4211:29881514,29882108:pet_opaque:4211:29882663,29882109:pet_opaque:4211:29883309,29885441:pet_opaque:4211:29886263,29900383:pet_opaque:4211:29900976,29901775:pet_opaque:4211:29902295,29925905:pet_opaque:4211:29926218,29929008:pet_opaque:4211:29929174,29932748:pet_opaque:4211:29932820,29933070:pet_opaque:4211:29933270,29938885:pet_opaque:4211:29938909,29970897:pet_opaque:4211:29972261,29981308:pet_opaque:4211:29981468,29986866:pet_opaque:4211:29987067,29989101:pet_opaque:4211:29989286,29992645:pet_opaque:4211:29993006,30010372:pet_opaque:4211:30010724,30011660:pet_opaque:4211:30011856,30011664:pet_opaque:4211:30011804,30037010:pet_opaque:4211:30037591,30048066:pet_opaque:4211:30048711,30050941:pet_opaque:4211:30051971,30057510:pet_opaque:4211:30057969,30063335:pet_opaque:4211:30063546,30065332:pet_opaque:4211:30065669,30065725:pet_opaque:4211:30065819,30066243:pet_opaque:4211:30066311,30066442:pet_opaque:4211:30066686,30067994:pet_opaque:4211:30068272,30069870:pet_opaque:4211:30070021,3007'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005083581812468689, 'nb_photo': 1264, 'list_port_cont': '29887060,29889714,29892900,29895246,29900560,29901904,29907155,29909415,29909643,29913561,29913679,29913887,29914157,29914257,29924146,29924165,29927078,29929917,29930305,29931105,29933941,29959318,29960590,29963502,29963701,29971139,29976176,29976199,29976202,29979526,29979554,29979563,29979584,29979591,29981861,29982065,29982109,29982130,29982136,29982181,29982228,29982708,29983150,29983238,29983250,29983322,29983352,29983516,29983526,29983544,29983557,29986431,29988025,29988059,29989194,30011690,30012267,30017050,30020431,30025271,30029395,30030667,30049752,30051540,30057779,30058960,30059735,30059757,30060180,30060719,30063439,30063445,30063875,30064973,30066510,30066607,30068389,30068980,30071014,30071048,30072315,30074557,30077723,30077919,30078173,30078240,30078445,30079427,30079981,30080054,30090246,30090346,30090745,30093765,30094378,30094543,30097120,30098304,30098322,30098363,30098379,30098400,30099777,30100913,30102017,30103972,30104858,30104872,30106219,30109377,30112614,30113569,30113602,3011384', 'assoc_port': '29886568:29887060,29889697:29889714,29892672:29892900,29895099:29895246,29900363:29900560,29901777:29901904,29907102:29907155,29909331:29909643,29909335:29909415,29913349:29914257,29913350:29914157,29913351:29913887,29913352:29913679,29913354:29913561,29924113:29924146,29924117:29924165,29927040:29927078,29929802:29929917,29930227:29930305,29931024:29931105,29933927:29933941,29959295:29959318,29960562:29960590,29963319:29963701,29963321:29963502,29970900:29971139,29976101:29976199,29976102:29976202,29976105:29976176,29979448:29979584,29979449:29979591,29979450:29979563,29979451:29979526,29979452:29979554,29981855:29981861,29981997:29982181,29982000:29982228,29982002:29982136,29982003:29982130,29982004:29982109,29982005:29982065,29982697:29982708,29983133:29983250,29983135:29983238,29983137:29983150,29983294:29983544,29983295:29983526,29983296:29983557,29983297:29983516,29983299:29983352,29983300:29983322,29986379:29986431,29987812:29988059,29987832:29988025,29989098:29989194,30011663:30011690,30012115:3001226', 'assoc_mat': '29886568:plastique:3726:29887060,29889697:plastique:3726:29889714,29892672:plastique:3726:29892900,29895099:plastique:3726:29895246,29900363:plastique:3726:29900560,29901777:plastique:3726:29901904,29907102:plastique:3726:29907155,29909331:plastique:3726:29909643,29909335:plastique:3726:29909415,29913349:plastique:3726:29914257,29913350:plastique:3726:29914157,29913351:plastique:3726:29913887,29913352:plastique:3726:29913679,29913354:plastique:3726:29913561,29924113:plastique:3726:29924146,29924117:plastique:3726:29924165,29927040:plastique:3726:29927078,29929802:plastique:3726:29929917,29930227:plastique:3726:29930305,29931024:plastique:3726:29931105,29933927:plastique:3726:29933941,29959295:plastique:3726:29959318,29960562:plastique:3726:29960590,29963319:plastique:3726:29963701,29963321:plastique:3726:29963502,29970900:plastique:3726:29971139,29976101:plastique:3726:29976199,29976102:plastique:3726:29976202,29976105:plastique:3726:29976176,29979448:plastique:3726:29979584,29979449:plastique:3726:29979591,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011481181647229926, 'nb_photo': 1907, 'list_port_cont': '29887065,29892899,29895244,29900558,29901908,29907152,29909383,29909417,29909502,29909578,29909642,29913498,29913565,29913668,29913891,29914155,29914253,29924154,29924175,29927080,29929923,29930312,29931101,29933943,29959324,29960593,29963699,29971133,29974757,29976183,29976188,29976203,29979544,29979551,29979565,29979579,29979596,29981867,29982114,29982123,29982135,29982188,29982234,29982704,29983183,29983204,29983224,29983249,29983330,29983346,29983509,29983547,29986428,29988026,29988058,29989192,29992663,30011693,30012262,30017049,30020435,30025273,30029291,30029397,30030660,30049748,30051534,30057785,30058966,30059744,30059747,30060187,30060726,30063868,30064970,30066516,30066609,30068382,30068985,30071024,30071052,30072321,30074558,30077725,30077923,30078178,30078236,30078438,30079433,30079987,30080064,30090742,30094382,30094542,30097082,30097115,30098328,30098344,30098359,30098373,30098394,30099772,30099818,30100920,30102018,30103967,30104856,30104871,30106218,30112622,30113567,30113605,30113844,3011484', 'assoc_port': '29886568:29887065,29892672:29892899,29895099:29895244,29900363:29900558,29901777:29901908,29907102:29907152,29909330:29909578,29909331:29909642,29909332:29909383,29909333:29909502,29909335:29909417,29913349:29914253,29913350:29914155,29913351:29913891,29913352:29913668,29913353:29913498,29913354:29913565,29924113:29924154,29924117:29924175,29927040:29927080,29929802:29929923,29930227:29930312,29931024:29931101,29933927:29933943,29959295:29959324,29960562:29960593,29963319:29963699,29970900:29971133,29974619:29974757,29976101:29976188,29976102:29976203,29976105:29976183,29979447:29979544,29979448:29979579,29979449:29979596,29979450:29979565,29979452:29979551,29981855:29981867,29982000:29982234,29982001:29982188,29982002:29982135,29982003:29982123,29982004:29982114,29982697:29982704,29983131:29983183,29983132:29983224,29983133:29983249,29983136:29983204,29983294:29983547,29983297:29983509,29983299:29983346,29983300:29983330,29986379:29986428,29987812:29988058,29987832:29988026,29989098:29989192,29992647:2999266', 'assoc_mat': '29886568:Teint_Dans_La_Masse:3726:29887065,29892672:Teint_Dans_La_Masse:3726:29892899,29895099:Teint_Dans_La_Masse:3726:29895244,29900363:Teint_Dans_La_Masse:3726:29900558,29901777:Teint_Dans_La_Masse:3726:29901908,29907102:Teint_Dans_La_Masse:3726:29907152,29909330:Teint_Dans_La_Masse:3726:29909578,29909331:Teint_Dans_La_Masse:3726:29909642,29909332:Teint_Dans_La_Masse:3726:29909383,29909333:Teint_Dans_La_Masse:3726:29909502,29909335:Teint_Dans_La_Masse:3726:29909417,29913349:Teint_Dans_La_Masse:3726:29914253,29913350:Teint_Dans_La_Masse:3726:29914155,29913351:Teint_Dans_La_Masse:3726:29913891,29913352:Teint_Dans_La_Masse:3726:29913668,29913353:Teint_Dans_La_Masse:3726:29913498,29913354:Teint_Dans_La_Masse:3726:29913565,29924113:Teint_Dans_La_Masse:3726:29924154,29924117:Teint_Dans_La_Masse:3726:29924175,29927040:Teint_Dans_La_Masse:3726:29927080,29929802:Teint_Dans_La_Masse:3726:29929923,29930227:Teint_Dans_La_Masse:3726:29930312,29931024:Teint_Dans_La_Masse:3726:29931101,29933927: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(2837274,2844516,2847476,2848433,2855291,2862612,2869873,2873923,2873817,2874849,2875399,2876492,2877896,2879227,2880423,2881644,2882721,2883323,2884328,2885368,2887065,2887851,2887769,2888946,2889450,2890718,2891850,2893063,2894417,2895701,2896856)); INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147812, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29877809,29881018,29887221,29887464,29890162,29893439,29895760,29899135,29901000,29901150,29904402,29904868,29923250,29923909,29926241,29927537,29927581,29928848,29929424,29930022,29931307,29932882,29953340,29954116,29954336,29956313,29957368,29960739,29965437,29967813,29971766,29977004,29981438,29987172,29988182,29992224,30008516,30011935,30013708,30013730,30016364,30020995,30024265,30029691,30032112,30037701,30048876,30050590,30051590,30055186,30056904,30057467,30060342,30063643,30064025,30065045,30065051,30065639,30066359,30067584,30068806,30069272,30070237,30071163,30071675,30071692,30072269,30075958,30076065,30076658,30077806,30078342,30078574,30078993,30079326,30079359,30079499,30079821,30080154,30080170,30089759,30090169,30090453,30091439,30092482,30092883,30093283,30093573,30093882,30095231,30097189,30098853,30099125,30101815,30103004,30103915,30105163,30105728,30105753,30105770,30105789,30109503,30109513,30110477,30110703,30111231,30111636,30112142,30112492,30112513,30113992,30114320,30114384,3011478 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147813, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29905316,29931160,29932128,29954168,29964239,29967171,29981873,29988640,30024161,30054819,30060781,30066635,30072231,30078976,30080445,30081757,30084143,30090433,30091408,30092401,30096163,30101092,30105697,30109088,30115214,30121148,30124863,30129699,30130472,30134772,30140094,30143050,30155907,30162202,30164948,30164955,30170878,30173527,30175474,30176175,30188933,30190019,30195719,30213571,30216717,30219126,30225430,30227575,30235536,30237427,30237608,30239861,30240516,30245552,30251664,30257682,30263777,30271587,30273985,30275205,30275654,30276099,30277507,30277551,30278351,30278368 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147814, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29887068,29889717,29892898,29895252,29900557,29901912,29909379,29909635,29913569,29913889,29914147,29914251,29924148,29924168,29927088,29929916,29930302,29931106,29933946,29959323,29963500,29963706,29971131,29976129,29976172,29976189,29976207,29979557,29979582,29979592,29981857,29982134,29982231,29982711,29983174,29983237,29983349,29983534,29983543,29986426,29988022,29988055,29989191,29992665,30011685,30012269,30014684,30025276,30029400,30030668,30049744,30051535,30058958,30059739,30059750,30060185,30060721,30063436,30063441,30063872,30064979,30066511,30068385,30068977,30071017,30071049,30072324,30074560,30077715,30077924,30078174,30078247,30079422,30079984,30090743,30094381,30094391,30094539,30097118,30098302,30098324,30098351,30099778,30102020,30103971,30104874,30106228,30109380,30112623,30113574,30113604,30113846,30114847,30115676,30122779,30124325,30124698,30124710,30125838,30130072,30130980,30131853,30132859,30134706,30135135,30135146,30135338,30135801,30139181,30139890,30140336,30141548,30142017,3015357 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147815, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30080153,30189679 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147816, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29895868 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147817, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29929344,29965081,29987102,30013605,30016526,30020067,30078320,30079759,30090431,30093440,30164982,30215452 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147818, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29953915,29959503,29961627,30020595,30049827,30053530,30069904,30079296,30080001,30089723,30102076,30106061,30115681,30121683,30122792,30123105,30124332,30141163,30142483,30155735,30163891,30171950,30189549,30196058,30200521,30214335,30214767,30238929 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147819, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29887034,30057446,30072364,30078872,30115293,30271463 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147820, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29959430,29961501,30069171,30093074,30093120,30112436,30121041,30154842,30167046,30188589,30188908,30189980,30200170,30217572,30223888,30275991 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147821, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29904021,29907331,29926079,29926162,29949715,29951139,29976253,30023039,30049994,30051179,30057808,30059456,30062770,30062849,30064268,30065204,30070031,30071585,30071618,30076401,30104945,30104955,30106232,30111143,30111173,30111268,30111282,30111540,30111889,30113918,30114750,30116451,30123215,30124347,30125062,30126439,30126538,30131515,30132350,30134819,30139192,30139523,30155853,30156146,30162768,30162964,30166210,30167241,30172994,30174615,30176336,30176433,30179522,30180986,30182928,30185066,30185268,30191721,30197474,30200964,30201823,30213498,30215719,30218594,30218861,30218897,30219095,30255435,30263296,30274410,30276428 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147822, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29881520,29882655,29883312,29886223,29887150,29892214,29900973,29902205,29904041,29904125,29905490,29905852,29923046,29923299,29923866,29923893,29926035,29926229,29926372,29926486,29926516,29927478,29928736,29929987,29930187,29930414,29931082,29931151,29931693,29932165,29932823,29933272,29938914,29951454,29951855,29952503,29953015,29954347,29957815,29959610,29960926,29962137,29963938,29965039,29965144,29967394,29968619,29971452,29972058,29972264,29973950,29975189,29979294,29981460,29981591,29987014,29987074,29988626,29988664,29989235,29989283,29991006,29992092,29992112,29993022,30010720,30011072,30011795,30011852,30012446,30012461,30013582,30013621,30014827,30014918,30019943,30020859,30022927,30023368,30025439,30028640,30029552,30029600,30037592,30048707,30049065,30050364,30051067,30051378,30051968,30053618,30054878,30055508,30056832,30057968,30059212,30059540,30059948,30060240,30060263,30060301,30060792,30060828,30063551,30063633,30063972,30064966,30065021,30065218,30065430,30065676,30065786,30065812,3006583 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147823, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29901149,29928854,29960733,29974108,29989908,30029697,30056894,30058382,30066358,30080158,30092492,30093287,30097184,30101814,30103015,30105166,30105797,30140648,30164113,30164614,30164654,30166249,30180476,30188680,30191187,30195807,30197939,30200572,30215796,30216802,30237716,30262400,30274447,30275257 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147824, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29889880,29895873,29954131,29967495,30067539,30077735,30092166,30190346,30190389,30199196,30200506,30216635 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147825, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29929345,29965072,29987107,30013601,30016522,30016633,30020075,30078328,30079760,30090417,30093455,30164995,30215450 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147826, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29880651,29882274,29883539,29884115,29886785,29889774,29891833,29892718,29892868,29895262,29895430,29895785,29898678,29898734,29900602,29903878,29903908,29907179,29907259,29907311,29922854,29922936,29923778,29923804,29924196,29924247,29925949,29926064,29926360,29926401,29927205,29928659,29928709,29929078,29929142,29929887,29930317,29931502,29932087,29933169,29933734,29949741,29949924,29950893,29951032,29952999,29953912,29955665,29959502,29959566,29961222,29961319,29961624,29964811,29965253,29967296,29971219,29973685,29974780,29981525,29986502,29986898,29987964,29988504,29989181,29990938,29991842,29991882,29991993,30009917,30010546,30011715,30012226,30013480,30013957,30020597,30020681,30024123,30029308,30030641,30049823,30051132,30051283,30053528,30054488,30056631,30057411,30057766,30057916,30058828,30058837,30059687,30060235,30060554,30060748,30062458,30063350,30065117,30065377,30066279,30066342,30066564,30067435,30068134,30068152,30069466,30069474,30069875,30069895,30070974,30071115,30071528,30072163,3007567 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147827, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29882489,29883657,29887038,29891936,29895523,29899021,29905350,29916551,29922954,29924274,29927453,29929308,29931188,29931571,29933760,29934670,29953050,29955819,29959534,29960659,29964990,29967047,29973839,29976221,29981553,29988085,29989254,29992924,30009996,30012395,30014032,30023169,30025296,30030804,30050053,30053435,30056751,30057363,30057443,30059322,30060629,30062702,30063569,30063603,30063931,30065174,30065852,30066660,30069556,30069981,30070202,30071578,30072204,30072361,30076025,30076565,30078299,30078499,30078878,30079010,30079442,30080078,30090976,30093145,30093318,30093518,30093827,30094594,30097319,30098415,30098931,30100063,30102145,30104561,30104966,30105435,30109353,30109466,30111309,30111337,30111905,30112709,30113617,30114351,30114703,30115291,30116565,30116768,30121303,30122041,30122614,30122838,30124422,30125156,30125274,30125650,30126044,30129931,30130441,30131038,30131905,30132741,30133473,30134775,30135673,30138206,30139450,30140023,30140605,30141050,30142338,30142788,30154238,3015472 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147828, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29885753,29891752,29893036,29893230,29903771,29928671,29929150,29931135,29959444,29960702,29961258,29961511,29971185,30020616,30057386,30058903,30059148,30060513,30060570,30067505,30069179,30069972,30071026,30071538,30076309,30077049,30077753,30077775,30078450,30078471,30079176,30089791,30090382,30091372,30093084,30099784,30102059,30104279,30104518,30105115,30108940,30112441,30112650,30113582,30114273,30114731,30115102,30116339,30122592,30124163,30125095,30125827,30125991,30129913,30130424,30132235,30139589,30139907,30140549,30142107,30142581,30142752,30154677,30154840,30155368,30155892,30156614,30161028,30162707,30162790,30163931,30164444,30164586,30164932,30165797,30166059,30166168,30167055,30167082,30167778,30171902,30174640,30175968,30188907,30189560,30189988,30190421,30190435,30191050,30200179,30200532,30200939,30200973,30214387,30215402,30216022,30217575,30218914,30223886,30238027,30238962,30250115,30261798,30275552,30276416,30282587 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147829, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29883635,29886862,29886933,29891922,29895637,29900711,29900731,29903824,29904015,29904057,29905149,29907341,29922834,29926070,29926142,29926174,29928718,29932912,29933151,29949726,29951130,29954015,29957160,29961482,29963602,29964888,29968398,29968455,29968651,29969753,29973801,29975061,29976160,29976245,29976279,29981544,29986609,30001097,30009945,30010512,30014895,30015983,30023029,30024173,30031795,30037533,30037765,30037970,30038028,30038298,30039119,30039147,30050003,30051177,30057803,30059089,30059482,30059973,30060767,30062771,30062854,30063496,30063506,30063531,30063672,30063894,30064261,30065004,30065158,30065196,30065880,30066287,30066333,30068210,30069910,30069929,30070037,30070194,30071057,30071071,30071090,30071591,30071616,30071892,30071899,30072340,30075707,30076321,30076340,30076400,30076511,30077778,30078916,30079786,30080015,30080108,30080118,30080441,30089425,30089550,30089735,30090755,30091400,30092456,30093133,30093204,30093249,30093408,30093468,30093486,30094412,30094509,30094528,3009472 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147830, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29881515,29882653,29883302,29886219,29886251,29887141,29892209,29892263,29900967,29902209,29902288,29904030,29904118,29905481,29905845,29907235,29923034,29923298,29923850,29923877,29923897,29926045,29926223,29926383,29926479,29926528,29927484,29928743,29929176,29930003,29930186,29930405,29931092,29931148,29931685,29932167,29932822,29933265,29938907,29951050,29951459,29951867,29952504,29952939,29953025,29954356,29957821,29959612,29960921,29962124,29963934,29965037,29965153,29967083,29967387,29968616,29972056,29972267,29973958,29975186,29979285,29981454,29981580,29987011,29987078,29988633,29988672,29989239,29989288,29991002,29992097,29992114,29993011,30010726,30011060,30011807,30011840,30012440,30012456,30013578,30013618,30014825,30014913,30019940,30020867,30022924,30023362,30025450,30028629,30029545,30029593,30037590,30048710,30049081,30050348,30051062,30051369,30051970,30053628,30054625,30054887,30055506,30056841,30057961,30059202,30059549,30059947,30060252,30060261,30060315,30060807,30060830,30063552,3006362 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147831, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29887461,29890161,29928847,29957379,29960740,29967819,29974126,30010831,30016371,30056902,30059556,30063646,30065058,30067590,30068801,30070233,30077798,30078338,30079491,30080168,30080476,30092490,30092875,30093871,30097179,30098849,30103003,30103913,30106305,30112129,30112503,30122467,30122883,30123372,30124885,30125237,30130493,30132791,30135508,30139380,30156165,30162379,30164075,30164644,30170947,30176687,30189277,30190161,30199905,30201105,30214897,30215475,30215797,30216799,30229440,30239359,30274448 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147832, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29905315,29931159,29932132,29954166,29964238,29967172,29981882,29988638,30024156,30054818,30060785,30066637,30068224,30072234,30078486,30078953,30078984,30080453,30081763,30084144,30090440,30091417,30092406,30096170,30101090,30105699,30108309,30109086,30110456,30112676,30114324,30115206,30121140,30124870,30129706,30130470,30134766,30140099,30143057,30155902,30162210,30164943,30164956,30165024,30167099,30170876,30173521,30175479,30176165,30188930,30190013,30195723,30213573,30216715,30219125,30224456,30225427,30227572,30228335,30228399,30228437,30229465,30235530,30237428,30237455,30237610,30239858,30240511,30245550,30251665,30257686,30263781,30271588,30273581,30273988,30275201,30275662,30276105,30277503,30277554,30278348,30278360,30282572 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147833, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29887066,29895253,29907150,29924164,29963496,29976206,29979578,29982196,29986427,29989200,30025274,30051532,30068380,30072318,30090750,30104864,30104877,30115666,30122785,30135343,30141543,30167041,30195572,30222806,30235451,30237242,30237257,30238394,30238395,30240501,30243492,30250920,30253649,30253665,30254341,30263539,30266229,30270193,30275485,30278871 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147834, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29895250,29901913,29909381,29909407,29909575,29909634,29913505,29913568,29913677,29913890,29914152,29914261,29924149,29924173,29929913,29930304,29931110,29933950,29959328,29960591,29963503,29963695,29971137,29976134,29976194,29976209,29979537,29979539,29979559,29979572,29979576,29979594,29981860,29982066,29982112,29982145,29982178,29982193,29982208,29982229,29982705,29983144,29983176,29983187,29983200,29983219,29983232,29983256,29983324,29983345,29983553,29986434,29988023,29988056,29989189,29992660,30011691,30014692,30025277,30029396,30030669,30037103,30049742,30051542,30057776,30060177,30060724,30063440,30063866,30064980,30066517,30066605,30068383,30068987,30071022,30071047,30072319,30074561,30077722,30078246,30079423,30090747,30094377,30094387,30094540,30098305,30098329,30098347,30098390,30098402,30099774,30099820,30103968,30104860,30106220,30113842,30114854,30115669,30120655,30120675,30120694,30122784,30124315,30124704,30124719,30125835,30129579,30129638,30130075,30130971,30131854,30132850,30134699,3013514 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147835, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29892903,29900563,29901914,29909378,29913564,29913886,29930311,29959319,29960585,29963891,29976195,29976204,29979529,29979581,29983216,29983347,29983528,29986433,29988064,30011692,30029294,30057780,30058969,30060183,30063877,30066613,30068387,30074565,30077724,30078237,30078441,30098346,30098388,30104866,30106222,30113573,30113841,30123080,30125836,30129585,30164845,30167042,30174196,30191019,30194733,30195569,30212079,30217455,30222807,30224083,30224116,30225409,30225664,30228635,30229384,30229454,30237254,30237908,30239173,30240915,30240928,30243496,30249198,30249434,30250856,30252387,30252761,30253654,30255074,30259376,30260226,30263545,30266226,30270201,30272222,30273896,30275557,30278869 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147836, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29889890,29895865,30077742 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147837, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29929356,29965063,29987109,30013611,30016523,30016631,30020070,30078325,30079762,30090425,30093445,30164992,30215451 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147838, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29928700,29973682,30013959,30066336,30104216,30116280,30164452,30166051,30173025,30189554,30219060 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147839, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30012405,30080065,30172778,30189638,30215759 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147840, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29959433,29960690,30077750,30078481,30093072,30104272,30108931,30164440,30164577,30164939,30188894,30200178,30200943,30214383,30238021,30261785 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147841, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29886856,29886946,29895627,29900716,29900742,29903825,29905153,29907329,29926076,29926136,29949720,29968388,29968657,29973808,29986604,30009951,30015971,30057813,30059961,30063502,30063534,30063884,30066327,30069907,30069934,30070032,30071068,30071087,30071622,30076320,30076407,30079781,30089738,30090766,30093246,30094521,30097107,30098911,30104951,30105121,30109436,30111149,30111275,30111296,30114122,30114751,30115173,30115724,30116327,30116449,30121260,30121666,30121707,30123655,30124733,30126438,30126478,30126532,30131514,30131887,30132874,30133396,30134820,30135445,30135827,30139517,30140395,30140762,30141549,30155872,30156047,30157231,30163429,30166680,30166707,30167252,30172997,30174611,30174993,30176432,30179476,30179495,30179518,30183024,30188023,30188922,30189527,30190030,30190457,30191077,30191140,30191337,30195584,30197077,30197476,30199213,30199792,30200963,30201777,30201818,30202074,30213092,30215713,30217516,30218578,30218891,30239579,30263299,30270176,30274415,30276429 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147842, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29882657,29883310,29886233,29887142,29892213,29892258,29900968,29904120,29905493,29905853,29907236,29923304,29923849,29923876,29923881,29926036,29926219,29926518,29927472,29928740,29929183,29930002,29930188,29930406,29931686,29932181,29932821,29938913,29951456,29951856,29952499,29953018,29954343,29957823,29959613,29960915,29962132,29963947,29965030,29965155,29967076,29967386,29968605,29971451,29972052,29972268,29975202,29981465,29987009,29987071,29988624,29988662,29989232,29992095,29992123,29993012,30010734,30011071,30011808,30011845,30013577,30013630,30014916,30019939,30022919,30023370,30025434,30028637,30029553,30048701,30049077,30051064,30051375,30053616,30054627,30054875,30056846,30057960,30059547,30059949,30060245,30060274,30060304,30060793,30060824,30063550,30065440,30065675,30065793,30065825,30065900,30065921,30066696,30067513,30068274,30068288,30069546,30069951,30070011,30071947,30072254,30072411,30074575,30075887,30075906,30076382,30076387,30077119,30078061,30078535,30079313,30079339,30079470,3007986 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147843, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29965075,30013600,30078332 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147844, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30029318 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147845, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30065028 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147846, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29890166,30239035 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147847, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29889893,29895860,29954135,29967497,30067531,30077736,30092168,30165104,30190356,30190391,30199206,30200493,30216631 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147848, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29929347,29965065,29987108,30013608,30016535,30016630,30020068,30078322,30079765,30090426,30093441,30164984,30215458 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147849, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29880648,29882272,29883538,29884110,29886782,29889776,29891828,29892723,29892862,29895269,29895432,29895783,29898682,29898725,29900597,29903870,29903901,29907181,29907258,29907303,29922851,29922947,29923777,29923801,29924188,29924248,29925946,29926055,29926358,29926406,29927204,29928649,29928710,29929070,29929134,29929889,29930314,29931500,29932091,29933159,29933740,29949749,29949921,29950905,29952986,29953923,29955657,29959498,29959565,29961211,29961315,29961622,29965264,29967298,29971223,29973695,29974778,29981511,29986514,29987959,29988496,29989180,29990930,29991848,29991886,29992006,30009911,30011718,30012239,30013484,30013953,30020585,30020671,30024116,30029310,30030642,30049826,30051134,30051288,30053529,30054490,30056629,30057402,30057770,30057915,30058829,30058847,30059683,30060231,30060553,30060759,30062460,30063354,30065119,30066272,30066345,30066572,30067443,30068139,30068150,30069458,30069479,30069885,30069893,30070965,30071103,30071513,30072173,30075683,30075786,30075999,30076019,30076494,3007696 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147850, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29882503,29883666,29887036,29891942,29895533,29899020,29905353,29916550,29922957,29924279,29927440,29929313,29931189,29931566,29933761,29934668,29953052,29955818,29959528,29960650,29964984,29967055,29973841,29976219,29981550,29988079,29989249,29992914,30009999,30012391,30014039,30023174,30025304,30030812,30050064,30053433,30056752,30057355,30057441,30059303,30060511,30060622,30062699,30063559,30063590,30063938,30065175,30065853,30066652,30069560,30069988,30070196,30071568,30072202,30072360,30076027,30076569,30078290,30078494,30078868,30079009,30079444,30080076,30090983,30093139,30093317,30093510,30093820,30094587,30095925,30097312,30098409,30098928,30100056,30102131,30104555,30104979,30105425,30109355,30109460,30111308,30111332,30111915,30112703,30113622,30114336,30114695,30115292,30116574,30116770,30121293,30122042,30122626,30122843,30124425,30125160,30125277,30125637,30126033,30129917,30130439,30131037,30131908,30132743,30133472,30134780,30135675,30138208,30139443,30140035,30140597,30141052,30142328,3014279 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147851, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29885758,29891734,29893027,29893231,29903774,29928678,29929157,29931131,29959441,29960698,29961271,29961513,29964784,29971189,30012289,30014842,30020617,30057390,30058904,30058955,30059161,30060525,30060576,30067507,30069170,30069969,30071035,30071542,30075763,30075799,30076301,30077757,30077771,30078462,30078469,30079166,30089783,30090386,30091343,30091373,30091384,30093076,30093116,30094415,30099786,30102064,30104284,30104520,30105101,30105623,30108939,30112447,30112655,30113593,30114268,30114740,30115105,30116345,30116513,30121050,30122579,30124177,30125033,30125089,30125819,30125984,30129912,30130425,30132237,30135179,30139603,30139903,30140551,30142096,30142591,30142742,30154682,30154831,30155369,30155891,30156620,30161030,30161114,30162710,30162783,30163384,30163930,30164442,30164572,30164928,30165790,30165843,30166061,30166136,30166162,30167047,30167088,30167774,30171891,30174637,30175013,30175972,30188599,30188896,30189570,30189986,30190422,30190447,30191063,30200176,30200540,30200944,30200971,3021206 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147852, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29886852,29886935,29891914,29895634,29900704,29900736,29903834,29904059,29905157,29907337,29922826,29926069,29926145,29928729,29933139,29951131,29954016,29963594,29964891,29968384,29968453,29968648,29973798,29975069,29976247,29976278,29981530,29986602,30001095,30009943,30010511,30014893,30015972,30023041,30024164,30031793,30037754,30037976,30038295,30039118,30039141,30051185,30057809,30059082,30059467,30059959,30060779,30062762,30062859,30063494,30063512,30063529,30063677,30063893,30064266,30065014,30065147,30065203,30065881,30066300,30068198,30069920,30069936,30070028,30070186,30071054,30071078,30071097,30071592,30071627,30071880,30071907,30072338,30072345,30075725,30076323,30076409,30076503,30077787,30078926,30079779,30080107,30080438,30089427,30089549,30089737,30090763,30091399,30092450,30092788,30093129,30093206,30093244,30093471,30093473,30094523,30094736,30096007,30097103,30097573,30098644,30098910,30100092,30101083,30101906,30103895,30104362,30104429,30104938,30104958,30105095,30105127,30105642,3010568 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147853, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29881506,29882666,29883313,29886231,29886248,29887149,29892215,29892257,29900966,29902194,29902300,29904038,29904116,29905487,29905841,29907241,29923036,29923305,29923842,29923865,29923883,29926048,29926221,29926382,29926478,29926522,29927482,29928739,29929171,29929992,29930192,29930411,29931093,29931153,29931690,29932180,29932808,29933271,29938899,29951054,29951464,29951860,29952505,29952941,29953019,29954354,29957829,29959597,29960925,29962133,29963946,29965035,29965147,29967090,29967384,29968604,29971459,29972048,29972260,29973953,29975200,29979283,29981470,29981586,29987021,29987075,29988628,29988665,29989237,29989276,29990998,29992093,29992124,29993017,30010732,30011063,30011806,30011841,30012434,30012462,30013583,30013623,30014822,30014908,30019951,30020871,30022925,30023366,30025449,30028627,30029540,30029597,30037600,30048699,30049079,30050360,30051056,30051374,30051981,30053614,30054621,30054872,30055513,30056843,30057970,30059210,30059554,30059943,30060253,30060264,30060314,30060806,30060832,3006354 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147854, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29914158,29924151,29960589,29979552,29983146,29983545,30030670,30049741,30064976,30066509,30094392,30098364,30098370,30113843,30121203,30122780,30131855,30135142,30153939,30176443,30189520,30190415,30219693,30220445,30222815,30225652,30225662,30226696,30227532,30228290,30230507,30237078,30239802,30240910,30240971,30240989,30241008,30241785,30243495,30249185,30249437,30250078,30250126,30250923,30251040,30252762,30253320,30253367,30254656,30255070,30255246,30259379,30260178,30260224,30260271,30261055,30263133,30265230,30265889,30266225,30266592,30266750,30271445,30272479,30273449,30273480,30273897,30274341,30275561,30277887,30278327 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147855, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29889891,29967498,30067532,30077727,30165103,30190353 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147856, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29929351,29965077,29987103,30013607,30016532,30016627,30020071,30078321,30079768,30090430,30093442,30164988,30215456 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147857, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29880649,29882270,29883527,29884112,29886784,29889784,29891836,29892726,29892864,29895271,29895441,29895781,29898684,29898732,29900603,29903876,29903918,29907186,29907245,29907304,29922852,29922946,29923780,29923810,29924191,29924254,29926063,29926349,29926408,29927203,29928661,29928705,29929068,29929147,29929896,29930326,29931499,29932090,29933164,29933728,29949737,29950902,29951029,29952997,29953913,29955667,29959505,29959572,29961219,29961316,29961626,29964805,29965260,29967301,29971237,29973694,29974783,29981513,29986513,29986908,29987962,29988502,29989182,29990934,29991857,29991890,29991995,30009912,30010534,30011719,30012227,30013468,30013965,30020591,30020687,30029312,30030655,30049821,30051131,30051287,30053537,30054498,30056632,30057408,30057764,30057908,30058822,30059697,30060238,30060555,30060761,30062462,30063340,30065126,30065373,30066283,30066335,30066559,30067428,30068158,30069459,30069472,30069883,30069891,30070966,30071109,30071514,30072172,30075989,30076007,30076497,30077936,30077987,3007804 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147858, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29899010,29922966,29931193,29933770,29955827,29960651,29981558,29988086,30023168,30057358,30063558,30065168,30066647,30069563,30072367,30076030,30076559,30078506,30078866,30079438,30080074,30090970,30098412,30105431,30109468,30111311,30111333,30114339,30131043,30131899,30140032,30154716,30162293,30176553,30191325,30191732,30199850,30199921,30201381,30219172,30222857,30224918,30225708,30228742,30239312,30239830,30248461,30254566,30261204,30267296,30271467,30272557 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147859, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29891740,29893227,29959445,30020609,30069971,30075754,30089790,30091346,30091382,30093082,30104278,30104517,30105105,30112446,30112645,30114734,30121049,30122578,30125098,30132242,30142104,30164582,30166127,30167780,30188901,30190437,30200527,30238028,30239190,30272535,30275554,30275984 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147860, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29883641,29886863,29895629,29900718,29900730,29903828,29904016,29905154,29907327,29922833,29926075,29926146,29926168,29928725,29933144,29949723,29951142,29954011,29957168,29961474,29968393,29968461,29968645,29973812,29975070,29976257,29976267,29981542,30001087,30009952,30010514,30014897,30015979,30023030,30024168,30037155,30037757,30038305,30039133,30039142,30050002,30051187,30057806,30059092,30059476,30059967,30060772,30062768,30062851,30063498,30063507,30063538,30063674,30063885,30064263,30065015,30065157,30065197,30065879,30066286,30066332,30069913,30069926,30070034,30070189,30071060,30071083,30071094,30071590,30071614,30071886,30071897,30075702,30076332,30076404,30076516,30077784,30078934,30079777,30080014,30080099,30080117,30080437,30089431,30089556,30089731,30090756,30091390,30092447,30092780,30093218,30093256,30093479,30094404,30094533,30094731,30096010,30097100,30097575,30098636,30098916,30100099,30101073,30103894,30104369,30104438,30104934,30104959,30105090,30105133,30105676,30106241,30109438,3011038 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147861, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29881519,29882667,29887151,29892221,29900969,29902202,29902292,29904044,29905482,29905843,29923048,29923312,29923844,29926049,29926224,29927480,29928745,29929988,29930196,29930399,29932171,29933273,29938906,29951851,29952507,29953021,29954345,29957831,29959599,29960922,29962128,29967089,29972253,29973945,29979289,29987019,29987066,29988621,29988675,29989227,29989278,29991001,29992089,29992120,29993018,30011062,30011809,30011842,30012435,30013587,30014914,30019957,30020869,30023357,30025437,30028628,30029589,30048709,30049066,30050361,30053620,30054881,30055509,30056833,30057963,30059539,30059941,30060256,30060269,30060306,30060794,30060839,30063638,30063971,30065032,30065216,30065438,30065671,30065789,30065829,30065901,30065922,30066314,30066632,30066695,30067525,30068271,30068296,30069553,30069943,30070010,30071945,30072258,30072422,30074579,30076376,30076391,30077062,30077130,30078056,30078539,30080881,30089631,30089695,30090146,30091175,30091227,30092474,30093257,30093378,30093851,30094922,30094952,3009496 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147862, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29905321,29931163,29932130,29954174,29964245,29967179,29981883,29988641,30024153,30054810,30060790,30066643,30068221,30072239,30078980,30080444,30081756,30084149,30090435,30091410,30092402,30096165,30101093,30105700,30109081,30110455,30115209,30121142,30124865,30129705,30130476,30134764,30140102,30143055,30155901,30162200,30164947,30164959,30165021,30167090,30170883,30173528,30175471,30176171,30190015,30195720,30213567,30216721,30227578,30228337,30229463,30237452,30239863,30245549,30251661,30257684,30263782,30271580,30275199,30275658,30276101,30277555,30278356,30278359 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147863, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29889887,29895871,29954134,29967499,30067528,30077734,30092171,30165093,30190342,30190395,30199207,30200496,30216638 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147864, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29929348,29965064,29987104,30013599,30016524,30016635,30020073,30078324,30079767,30090422,30093447,30164981,30215448 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147865, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29880656,29882268,29883537,29884114,29886792,29889783,29891837,29892714,29892874,29895263,29895440,29895779,29898669,29898737,29900605,29903869,29903914,29907188,29907247,29907300,29922846,29922941,29923782,29923811,29924190,29924250,29925936,29926066,29926348,29926410,29927199,29928653,29928712,29929063,29929135,29929898,29930313,29931493,29932089,29933172,29933737,29949746,29949916,29950895,29951031,29952989,29953921,29955669,29959501,29959579,29961213,29961317,29961631,29964798,29965255,29967305,29971244,29973689,29974784,29981516,29986499,29986905,29987960,29988501,29989173,29990939,29991853,29991881,29992002,30009905,30010547,30011717,30012225,30013476,30013955,30020593,30020688,30024117,30029313,30030643,30049825,30051135,30051289,30053525,30054500,30056627,30057409,30057771,30057910,30058827,30058844,30059688,30060225,30060549,30060760,30062459,30063348,30065124,30065379,30066270,30066350,30066561,30067436,30068131,30068146,30069465,30069469,30069888,30069898,30070973,30071117,30071527,30072178,3007568 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147866, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29882488,29883665,29887032,29891937,29895535,29899024,29905364,29916557,29922965,29924277,29927442,29929307,29931197,29931579,29933757,29934658,29953051,29955828,29959524,29960653,29964988,29967056,29973843,29976220,29981549,29988077,29989244,29992919,30010006,30012404,30014033,30023177,30025300,30030797,30050067,30053434,30056754,30057362,30057444,30059307,30060501,30060624,30062693,30063572,30063599,30063942,30065165,30065847,30066648,30069562,30069982,30070199,30071572,30072197,30072368,30076038,30076560,30078284,30078501,30078869,30079008,30079437,30080066,30090981,30093138,30093306,30093519,30093825,30094598,30095917,30097324,30098405,30098937,30100064,30102135,30104562,30104975,30105437,30109351,30109465,30111306,30111336,30111903,30112713,30113616,30114349,30114702,30115299,30116568,30116775,30121302,30122031,30122616,30122846,30124414,30125165,30125272,30125638,30126040,30129925,30130437,30131045,30131906,30132736,30133470,30134784,30135678,30138219,30139439,30140033,30140602,30141040,30142342,3014279 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147867, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29885761,29891744,29893038,29893224,29903775,29928676,29929153,29931122,29959434,29960701,29961261,29961507,29964776,29971187,30012277,30014839,30020623,30057388,30058905,30058946,30059149,30060521,30060569,30067493,30069185,30069959,30071040,30071544,30075759,30075795,30076299,30077055,30077748,30077772,30078463,30078467,30079178,30089794,30090383,30091357,30091370,30091378,30093073,30093111,30094430,30099782,30102062,30104276,30104526,30105102,30105622,30108944,30112442,30112657,30113590,30114271,30114736,30115094,30116343,30116511,30121047,30122584,30124171,30125028,30125103,30125816,30125990,30129906,30130427,30132238,30135170,30139591,30139913,30140545,30142110,30142590,30142738,30154678,30154838,30155366,30155886,30156612,30161024,30161117,30162701,30162794,30163932,30164437,30164585,30164931,30165794,30165842,30166068,30166133,30166170,30167045,30167081,30167785,30171887,30175012,30175971,30188590,30188905,30189568,30189985,30190431,30190443,30191052,30200168,30200541,30200946,30200985,30212063,3021438 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147868, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29883631,29886858,29886937,29891912,29895633,29900709,29900734,29903822,29904025,29904055,29905144,29907342,29922836,29926081,29926138,29926175,29928727,29932904,29933147,29949711,29951141,29954012,29957165,29961478,29963590,29964885,29968394,29968458,29968649,29969756,29973804,29975075,29976161,29976249,29976275,29981531,29986601,30001093,30009957,30010507,30014900,30015984,30023042,30024175,30031787,30037154,30037535,30037751,30037809,30037962,30038029,30038297,30039132,30039140,30049996,30051178,30057812,30059090,30059452,30059970,30060774,30062766,30062860,30063495,30063510,30063535,30063673,30063879,30064272,30065011,30065153,30065206,30065875,30066294,30066321,30068197,30069918,30069923,30070040,30070185,30071058,30071084,30071096,30071583,30071625,30071893,30071898,30072332,30072356,30075705,30076319,30076335,30076405,30076508,30077782,30078943,30079782,30080010,30080101,30080119,30080428,30089432,30089554,30089729,30090770,30091393,30092458,30092790,30093121,30093216,30093248,30093409,30093467,3009348 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147869, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29881516,29882662,29883311,29886225,29886264,29887154,29892211,29892265,29900974,29902203,29902287,29904045,29904124,29905486,29905840,29907229,29923043,29923306,29923843,29923874,29923894,29926041,29926216,29926380,29926487,29926525,29927475,29928738,29929169,29929995,29930191,29930400,29931084,29931145,29931679,29932169,29932815,29933264,29938898,29951049,29951457,29951863,29952500,29952935,29953022,29954350,29957819,29959605,29960916,29962138,29963945,29965040,29965145,29967079,29967389,29968618,29971449,29972053,29972266,29973946,29975191,29979282,29981466,29981584,29987023,29987080,29988625,29988666,29989240,29989291,29990994,29992100,29992127,29993020,30010719,30011059,30011801,30011851,30012441,30012464,30013581,30013627,30014830,30014910,30019955,30020861,30022918,30023359,30025447,30028638,30029542,30029585,30037606,30048706,30049076,30050350,30051057,30051376,30051972,30053626,30054612,30054876,30055502,30056836,30057958,30059211,30059550,30059951,30060246,30060276,30060312,30060801,30060831,3006354 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147870, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29877820,29882859,29887226,29887462,29890168,29893442,29904401,29904871,29927540,29928849,29929425,29930014,29931297,29956311,29957369,29960741,29967613,29967818,29974128,29977002,29988180,30010830,30011934,30014108,30016363,30020991,30051586,30056896,30058383,30060340,30065050,30067582,30068810,30072270,30077807,30078340,30078565,30078998,30079494,30080160,30080167,30089805,30090159,30090449,30093872,30097183,30099128,30101808,30103006,30103916,30105165,30105767,30105788,30106247,30112494,30112511,30113998,30114313,30116469,30116626,30119556,30121395,30122878,30123377,30125932,30130020,30131521,30131961,30132424,30132949,30135480,30135741,30135859,30140110,30154494,30154875,30155412,30162376,30162914,30163528,30164619,30164647,30164655,30167309,30170938,30171026,30171665,30172431,30175389,30175651,30176665,30179543,30180481,30187213,30188384,30188393,30189024,30189276,30189682,30189837,30190124,30190168,30190272,30190820,30190840,30196233,30198985,30199880,30199901,30199950,30200565,30201111,30201842,3021488 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147871, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29905313,29931164,29932124,29954172,29964247,29967176,29981877,29988646,30024154,30054816,30060782,30066639,30068216,30072230,30078483,30078957,30078978,30080449,30081762,30084141,30090443,30091412,30092399,30096173,30101088,30105696,30108308,30109082,30110458,30112679,30114328,30115212,30121144,30124862,30129700,30130474,30134768,30140096,30143058,30155903,30162203,30164944,30164952,30165015,30167093,30170877,30173518,30175480,30176170,30188935,30190022,30195725,30213566,30216720,30219124,30224465,30225423,30227577,30228334,30228397,30228430,30229467,30235535,30237426,30237450,30237607,30239859,30240515,30245548,30251670,30257676,30263783,30271586,30273572,30273991,30275203,30275664,30276103,30277498,30277552,30278347,30278361,30282570 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147872, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29889888,29967488,30067533,30077740,30165090 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147873, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29965067,29987096,30013597,30016533,30016624,30020080,30078323,30215459 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147874, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29880645,29884108,29891839,29892725,29903906,29923779,29923800,29924242,29926350,29926403,29929075,29930328,29931487,29933739,29949919,29950908,29952988,29953920,29955658,29959509,29959577,29961223,29961323,29961630,29964807,29967302,29971243,29974788,29986506,29987974,29988497,30009907,30013474,30020596,30020683,30030650,30053522,30056620,30057911,30059690,30060226,30066281,30067437,30069460,30069890,30071111,30071525,30077982,30078417,30078819,30079989,30080411,30081241,30090257,30090407,30090733,30098899,30099963,30103837,30105514,30106212,30110340,30111802,30112406,30114225,30121216,30121994,30122415,30122797,30123113,30124099,30124122,30124334,30125869,30132281,30133321,30134072,30139965,30141178,30142761,30156406,30156598,30162617,30163892,30163977,30173026,30175718,30176586,30179696,30186928,30187977,30197064,30199182,30199729,30200518,30212128,30213806,30219025 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147875, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29959531,29964992,30012402,30056757,30090985,30098933,30109474,30112715,30116563,30121291,30130445,30163479,30164008,30188938,30201390 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147876, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29891742,29893033,29893221,29903770,29928677,29929154,29931134,29959438,29960693,29961272,29961503,29964778,29971195,30020614,30057392,30058895,30059157,30060516,30069184,30069960,30071031,30075761,30077060,30077763,30079167,30089781,30102066,30104274,30104514,30112437,30112648,30113591,30114735,30115095,30116350,30124169,30125101,30140555,30142095,30154834,30155373,30155885,30156609,30163377,30164579,30164930,30165796,30167076,30174631,30175020,30175973,30188585,30188900,30190446,30191054,30200165,30200953,30214382,30217586,30218910,30238031,30275983,30276423,30282583 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147877, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29886866,29895628,29900717,29900733,29905145,29907328,29926074,29926165,29928724,29933152,29951143,29957159,29964886,29968456,29968650,29969752,29975073,29976248,29976269,30001099,30009958,30015980,30023044,30024177,30031790,30051189,30059091,30059965,30063503,30063515,30063528,30063682,30063882,30064270,30065012,30065199,30069916,30069924,30070026,30070191,30071067,30071100,30071613,30071894,30071904,30076336,30076408,30077792,30079789,30080427,30089424,30089728,30092452,30093130,30093212,30093250,30094525,30094739,30096013,30097584,30098637,30101084,30103897,30104937,30104948,30105085,30106244,30109427,30110635,30111145,30111172,30111276,30111297,30112701,30114130,30114756,30114878,30115113,30115323,30116444,30121097,30121701,30123222,30123269,30123642,30125926,30126447,30126473,30126539,30131034,30131513,30131892,30132352,30132876,30132917,30134555,30134807,30135367,30135381,30135821,30139191,30139297,30139512,30139692,30140376,30140397,30140758,30140990,30142961,30142988,30155880,30157176,30157234,3016227 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147878, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29881517,29882656,29883301,29886229,29886254,29887146,29892217,29892273,29900970,29902197,29902301,29904039,29904114,29905494,29905842,29907232,29923041,29923309,29923840,29923868,29923886,29926043,29926225,29926378,29926482,29926527,29927473,29928737,29929172,29929993,29930194,29930398,29931089,29931695,29932179,29932819,29933269,29938912,29951451,29951852,29952510,29952931,29953026,29954355,29957820,29959607,29960927,29962126,29963942,29965028,29965139,29967081,29967391,29968612,29971456,29972050,29972257,29973954,29975193,29979278,29981456,29981582,29987016,29987073,29988631,29988673,29989226,29989284,29991003,29992085,29992128,29993019,30010725,30011064,30011793,30011847,30012448,30012452,30013585,30013620,30014819,30014905,30019963,30020862,30022916,30023360,30025446,30028630,30029538,30029598,30037604,30048702,30049073,30050356,30051066,30051372,30051969,30053621,30054618,30054886,30055505,30056842,30057965,30059205,30059553,30059953,30060242,30060260,30060307,30060804,30060835,30063553,30063629,3006397 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147879, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30124866,30170884,30245551 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147880, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29954127 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147881, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29883536,29949923,30104219,30124126,30216643,30237520 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147882, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29885767,29960694,29961506,29971182,30058893,30059150,30069961,30090385,30099789,30112646,30113583,30114733,30122587,30124166,30125026,30142109,30142741,30155894,30166055,30167080,30175981,30188586,30188909,30191048,30200167,30200539,30216016 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147883, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29933145,30131473,30179440,30185149 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147884, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29881513,29882668,29883298,29905850,29923300,29923834,29926485,29927479,29931154,29933266,29938902,29952497,29967396,29971458,29975199,29987081,29992126,30012442,30023356,30028639,30037598,30048704,30051373,30059214,30059952,30063544,30063967,30065215,30066312,30066683,30069550,30074580,30076633,30078066,30079803,30089563,30091233,30091422,30098436,30098818,30102179,30108455,30108526,30108806,30108967,30111157,30111207,30111373,30112038,30114296,30115229,30115347,30116427,30121333,30124188,30124403,30125908,30129965,30130100,30131542,30131563,30132941,30135706,30135724,30140686,30141198,30141613,30147377,30155396,30156965,30162324,30164638,30166111,30166819,30172951,30175697,30176195,30176354,30176502,30180278,30188662,30191181,30194543,30195641,30197432,30198895,30202111,30202442,30202701,30212262,30218940,30219113 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147885, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29877816,29881022,29882863,29887233,29887469,29890167,29893441,29895752,29899131,29900995,29901139,29904394,29904877,29905296,29907447,29907518,29923247,29923910,29926243,29927544,29927583,29928842,29929435,29930012,29931295,29932876,29933297,29953333,29954114,29954327,29956310,29957378,29960732,29965444,29967612,29967820,29971768,29971999,29974120,29977008,29981444,29987166,29988178,29989900,29992215,29993146,30008512,30010818,30011930,30013349,30013707,30013733,30014110,30016367,30020996,30024254,30029699,30032113,30037693,30048875,30050591,30051599,30055192,30056893,30057478,30058381,30059564,30060292,30060352,30060818,30063081,30063651,30063653,30064031,30065048,30065061,30065636,30066363,30067583,30068807,30069269,30069535,30070243,30071165,30071670,30071695,30072275,30075956,30076061,30076646,30076666,30077802,30078344,30078568,30079001,30079334,30079366,30079497,30079818,30079838,30080151,30080169,30080185,30080477,30089756,30089810,30090161,30090457,30091442,30092488,30092882,30093278,30093561,3009387 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147886, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29905314,29931161,29932123,29954164,29964242,29967173,29981881,29988644,30024157,30054814,30060786,30066644,30068222,30072229,30078492,30078949,30078974,30080448,30081760,30084139,30090436,30091411,30092396,30096172,30101098,30105691,30108299,30109089,30110454,30112680,30114333,30115216,30121147,30124864,30129702,30130475,30134769,30140095,30143056,30155900,30162204,30164950,30164957,30165016,30167100,30170879,30173526,30175478,30176166,30188934,30190017,30195718,30213570,30216716,30219134,30225435,30227579,30228400,30228436,30229462,30235526,30237421,30237448,30237612,30239860,30240514,30245555,30251667,30257679,30263786,30271582,30273582,30273990,30275208,30275659,30276096,30277500,30277553,30278357,30278364,30282577 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147887, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30135510 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147888, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29905311,29932125,29954170,29967174,29988647,30024155,30054820,30060780,30066641,30072233,30080454,30084140,30090438,30092405,30096166,30108303,30121141,30124867,30130467,30134767,30140100,30143049,30155905,30162207,30164949,30164960,30167096,30173525,30175473,30176167,30190020,30213569,30225431,30239855,30240508,30251668,30263776,30271589,30273993,30275200,30275655,30276095,30277499 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147889, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29899019,29931573,29973849,30010011,30059305,30102143,30112714,30163486,30191728,30217632 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147890, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29885765,29903766,29929156,29960688,29961514,30058898,30059163,30076302,30077751,30091354,30105107,30112644,30116349,30122591,30125993,30135181,30139598,30139911,30140548,30142576,30155897,30156619,30161021,30167057,30188898,30191061,30214376,30217582,30218903 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147891, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29922832,30131023 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147892, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29881514,29882663,29883309,29886263,29900976,29902295,29926218,29929174,29932820,29933270,29938909,29972261,29981468,29987067,29989286,29993006,30010724,30011804,30011856,30037591,30048711,30051971,30057969,30063546,30065669,30065819,30066311,30066686,30068272,30070021,30072407,30074570,30075695,30076381,30077072,30079474,30089589,30091234,30102120,30108810,30108983,30111370,30111619,30113988,30114298,30120748,30121181,30124804,30124946,30130040,30135206,30141091,30142557,30167140,30172526,30174712,30175417,30175461,30176753,30180290,30191168,30191476,30195695,30196154,30197436,30198891,30213909,30218241,30218947,30219079,30226754,30229551,30235545,30248571,30255358,30264473,30275572 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147893, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29887060,29889714,29892900,29895246,29900560,29901904,29907155,29909415,29909643,29913561,29913679,29913887,29914157,29914257,29924146,29924165,29927078,29929917,29930305,29931105,29933941,29959318,29960590,29963502,29963701,29971139,29976176,29976199,29976202,29979526,29979554,29979563,29979584,29979591,29981861,29982065,29982109,29982130,29982136,29982181,29982228,29982708,29983150,29983238,29983250,29983322,29983352,29983516,29983526,29983544,29983557,29986431,29988025,29988059,29989194,30011690,30012267,30017050,30020431,30025271,30029395,30030667,30049752,30051540,30057779,30058960,30059735,30059757,30060180,30060719,30063439,30063445,30063875,30064973,30066510,30066607,30068389,30068980,30071014,30071048,30072315,30074557,30077723,30077919,30078173,30078240,30078445,30079427,30079981,30080054,30090246,30090346,30090745,30093765,30094378,30094543,30097120,30098304,30098322,30098363,30098379,30098400,30099777,30100913,30102017,30103972,30104858,30104872,30106219,30109377,30112614,30113569,30113602,3011384 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30147894, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (29887065,29892899,29895244,29900558,29901908,29907152,29909383,29909417,29909502,29909578,29909642,29913498,29913565,29913668,29913891,29914155,29914253,29924154,29924175,29927080,29929923,29930312,29931101,29933943,29959324,29960593,29963699,29971133,29974757,29976183,29976188,29976203,29979544,29979551,29979565,29979579,29979596,29981867,29982114,29982123,29982135,29982188,29982234,29982704,29983183,29983204,29983224,29983249,29983330,29983346,29983509,29983547,29986428,29988026,29988058,29989192,29992663,30011693,30012262,30017049,30020435,30025273,30029291,30029397,30030660,30049748,30051534,30057785,30058966,30059744,30059747,30060187,30060726,30063868,30064970,30066516,30066609,30068382,30068985,30071024,30071052,30072321,30074558,30077725,30077923,30078178,30078236,30078438,30079433,30079987,30080064,30090742,30094382,30094542,30097082,30097115,30098328,30098344,30098359,30098373,30098394,30099772,30099818,30100920,30102018,30103967,30104856,30104871,30106218,30112622,30113567,30113605,30113844,3011484 ) and hide_status = 0 ORDER BY mtr_photo_id Voici le lien velours for pet_clair : https://www.fotonower.com/velours/30147812,30147815,30147823,30147831,30147846,30147870,30147885,30147887?tags=autre,barquette_avec_film,bouchon,carton,etiquette,papier,pet_clair,pet_fonce Voici le lien velours for refus : https://www.fotonower.com/velours/30147813,30147832,30147862,30147871,30147879,30147886,30147888?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for jrm : https://www.fotonower.com/velours/30147814,30147833,30147834,30147835,30147854,30147893,30147894?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,plastique,Teint_Dans_La_Masse Voici le lien velours for aluminium : https://www.fotonower.com/velours/30147816,30147824,30147836,30147847,30147855,30147863,30147872,30147880?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_clair Voici le lien velours for ela : https://www.fotonower.com/velours/30147817,30147825,30147837,30147843,30147848,30147856,30147864,30147873?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd Voici le lien velours for emr : https://www.fotonower.com/velours/30147818,30147826,30147838,30147844,30147849,30147857,30147865,30147874,30147881?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair Voici le lien velours for film_pedb : https://www.fotonower.com/velours/30147819,30147827,30147839,30147850,30147858,30147866,30147875,30147889?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_opaque Voici le lien velours for flux_dev : https://www.fotonower.com/velours/30147820,30147828,30147840,30147851,30147859,30147867,30147876,30147882,30147890?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for gm : https://www.fotonower.com/velours/30147821,30147829,30147841,30147852,30147860,30147868,30147877,30147883,30147891?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for pehd_pp : https://www.fotonower.com/velours/30147822,30147830,30147842,30147845,30147853,30147861,30147869,30147878,30147884,30147892?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque after get_hostname_from_raspi 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 >='2026-01-01' and date <= '2026-01-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 >='2026-01-01' and date <= '2026-01-31') GROUP BY month order by month; hasthag : pehd_pp hasthag that could be used but not yet : _______pehd,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______pehd_pp' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2026-01-01' and date <= '2026-01-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 >='2026-01-01' and date <= '2026-01-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 >='2026-01-01' and date <= '2026-01-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 >='2026-01-01' and date <= '2026-01-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 >='2026-01-01' and date <= '2026-01-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 >='2026-01-01' and date <= '2026-01-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 >='2026-01-01' and date <= '2026-01-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 >='2026-01-01' and date <= '2026-01-31') GROUP BY month order by month; after impurety_average_per_hashtag {'number_of_analysed_photos': ((47900,),), 'unwanted_material_monthly_percentage': ((0.05035014451712324,),), 'material_repartition': (('pehd_pp', 10618), ('pet_clair', 9460), ('jrm', 7682), ('film_pedb', 6474), ('gm', 5772), ('emr', 3509), ('flux_dev', 1480), ('refus', 752), ('ela', 159), ('aluminium', 120)), 'material_dict': {'pehd_pp': 10618, 'pet_clair': 9460, 'jrm': 7682, 'film_pedb': 6474, 'gm': 5772, 'emr': 3509, 'autres': 2511}, 'coverage_data': (('2026/01/31/', 1.0), ('2026/01/30/', 1.0), ('2026/01/29/', 1.0), ('2026/01/28/', 1.0), ('2026/01/27/', 1.0), ('2026/01/26/', 1.0), ('2026/01/24/', 1.0), ('2026/01/23/', 1.0), ('2026/01/22/', 1.0), ('2026/01/21/', 1.0), ('2026/01/20/', 1.0), ('2026/01/19/', 1.0), ('2026/01/17/', 1.0), ('2026/01/16/', 1.0), ('2026/01/15/', 1.0), ('2026/01/14/', 1.0), ('2026/01/13/', 1.0), ('2026/01/12/', 1.0), ('2026/01/10/', 1.0), ('2026/01/09/', 1.0), ('2026/01/08/', 1.0), ('2026/01/07/', 1.0), ('2026/01/06/', 1.0), ('2026/01/05/', 1.0), ('2026/01/03/', 1.0), ('2026/01/02/', 1.0), ('2026/01/01/', 1.0)), 'impurety_average_data': ((datetime.date(2026, 1, 2), 0.0527687856806061, 22), (datetime.date(2026, 1, 3), 0.04869720412111394, 27), (datetime.date(2026, 1, 5), 0.05224259838220921, 33), (datetime.date(2026, 1, 6), 0.048516103120449995, 18), (datetime.date(2026, 1, 7), 0.04243633274596219, 23), (datetime.date(2026, 1, 8), 0.052187254250754954, 22), (datetime.date(2026, 1, 9), 0.04985256797057664, 27), (datetime.date(2026, 1, 10), 0.049323521103428386, 39), (datetime.date(2026, 1, 12), 0.04873323184228186, 39), (datetime.date(2026, 1, 13), 0.050994774340791575, 14), (datetime.date(2026, 1, 14), 0.056180921284713685, 5), (datetime.date(2026, 1, 15), 0.051911136922252486, 18), (datetime.date(2026, 1, 16), 0.05183363724441485, 8), (datetime.date(2026, 1, 17), 0.04436649335799455, 29), (datetime.date(2026, 1, 19), 0.052122042336718966, 44), (datetime.date(2026, 1, 20), 0.05521368701912307, 10), (datetime.date(2026, 1, 21), 0.04837959896533636, 10), (datetime.date(2026, 1, 22), 0.012465121144166208, 5), (datetime.date(2026, 1, 23), 0.05647641397349328, 12), (datetime.date(2026, 1, 24), 0.05115455185792234, 13), (datetime.date(2026, 1, 26), 0.05422205643082336, 42), (datetime.date(2026, 1, 27), 0.043352266125440964, 36), (datetime.date(2026, 1, 28), 0.057101183949070586, 26), (datetime.date(2026, 1, 29), 0.04805873994449227, 17), (datetime.date(2026, 1, 30), 0.046876377119259016, 33), (datetime.date(2026, 1, 31), 0.05003052370475066, 22)), 'impurety_average_data_per_hashtag': {'pet_clair': ((datetime.date(2026, 1, 2), 0.007869552691832342, 22), (datetime.date(2026, 1, 3), 0.006720588724427766, 22), (datetime.date(2026, 1, 5), 0.010155940230134684, 33), (datetime.date(2026, 1, 6), 0.0037249933287158135, 28), (datetime.date(2026, 1, 7), 0.006299163848032178, 23), (datetime.date(2026, 1, 8), 0.0057952672061419505, 28), (datetime.date(2026, 1, 9), 0.0046550395046599646, 27), (datetime.date(2026, 1, 10), 0.005762946927684745, 39), (datetime.date(2026, 1, 12), 0.0054331048463001795, 23), (datetime.date(2026, 1, 13), 0.008307389578549434, 22), (datetime.date(2026, 1, 14), 0.012062926255917095, 20), (datetime.date(2026, 1, 15), 0.005345893660626406, 30), (datetime.date(2026, 1, 16), 0.008285707783764317, 50), (datetime.date(2026, 1, 17), 0.004364849982975622, 29), (datetime.date(2026, 1, 19), 0.007466719553176113, 27), (datetime.date(2026, 1, 20), 0.010852694283557543, 25), (datetime.date(2026, 1, 21), 0.005662542614351592, 26), (datetime.date(2026, 1, 23), 0.014422540782475577, 34), (datetime.date(2026, 1, 24), 0.008620713600029044, 21), (datetime.date(2026, 1, 26), 0.006272223948295706, 24), (datetime.date(2026, 1, 27), 0.0012181302021561367, 20), (datetime.date(2026, 1, 28), 0.0014780780352420429, 23), (datetime.date(2026, 1, 29), 0.0006073913085853183, 6), (datetime.date(2026, 1, 30), 0.0005049733631831332, 19), (datetime.date(2026, 1, 31), 0.0015426821324015286, 18)), 'jrm': ((datetime.date(2026, 1, 2), 0.04655173536546525, 68), (datetime.date(2026, 1, 3), 0.02880346078603633, 6), (datetime.date(2026, 1, 5), 0.055119165522124224, 40), (datetime.date(2026, 1, 6), 0.059851677502893434, 6), (datetime.date(2026, 1, 7), 0.03191651620923763, 11), (datetime.date(2026, 1, 8), 0.02866612066725184, 34), (datetime.date(2026, 1, 9), 0.03861434273466129, 12), (datetime.date(2026, 1, 10), 0.03119845704999006, 19), (datetime.date(2026, 1, 12), 0.037429281866578866, 39), (datetime.date(2026, 1, 13), 0.041042868344609046, 7), (datetime.date(2026, 1, 14), 0.03258451533150634, 35), (datetime.date(2026, 1, 15), 0.03614270626534277, 14), (datetime.date(2026, 1, 16), 0.04097971572781214, 8), (datetime.date(2026, 1, 17), 0.022760276878535605, 34), (datetime.date(2026, 1, 19), 0.041058888851492274, 44), (datetime.date(2026, 1, 20), 0.022055066192167672, 16), (datetime.date(2026, 1, 21), 0.024553114668467848, 10), (datetime.date(2026, 1, 22), 0.017671149275281108, 5), (datetime.date(2026, 1, 23), 0.02416895404206245, 14), (datetime.date(2026, 1, 24), 0.03218330809860798, 38), (datetime.date(2026, 1, 26), 0.05294081863039071, 5), (datetime.date(2026, 1, 27), 0.07211937046421359, 27), (datetime.date(2026, 1, 28), 0.09121992993339482, 49), (datetime.date(2026, 1, 29), 0.07208874702175096, 35), (datetime.date(2026, 1, 30), 0.07171747489436223, 8), (datetime.date(2026, 1, 31), 0.08386488180168579, 22)), 'pehd_pp': ((datetime.date(2026, 1, 2), 0.03143026809405422, 31), (datetime.date(2026, 1, 3), 0.028054018831459814, 27), (datetime.date(2026, 1, 5), 0.028423642560025428, 43), (datetime.date(2026, 1, 6), 0.02931659084389635, 18), (datetime.date(2026, 1, 7), 0.02579937077054514, 6), (datetime.date(2026, 1, 8), 0.028247809228202775, 22), (datetime.date(2026, 1, 9), 0.026931181901030606, 23), (datetime.date(2026, 1, 10), 0.028559161587932664, 11), (datetime.date(2026, 1, 12), 0.027123458958679198, 7), (datetime.date(2026, 1, 13), 0.0297682299122363, 14), (datetime.date(2026, 1, 14), 0.028047404718988703, 6), (datetime.date(2026, 1, 15), 0.027269349141033013, 18), (datetime.date(2026, 1, 16), 0.029175904167673235, 41), (datetime.date(2026, 1, 17), 0.027038444795384066, 21), (datetime.date(2026, 1, 19), 0.025595430175849407, 20), (datetime.date(2026, 1, 20), 0.02714550685551262, 12), (datetime.date(2026, 1, 21), 0.02794025641877841, 19), (datetime.date(2026, 1, 23), 0.02677135868357374, 19), (datetime.date(2026, 1, 24), 0.028485411461444916, 10), (datetime.date(2026, 1, 26), 0.028276530103361026, 12), (datetime.date(2026, 1, 27), 0.03280936548835989, 36), (datetime.date(2026, 1, 28), 0.03138296354708587, 14), (datetime.date(2026, 1, 29), 0.032029090814183904, 17), (datetime.date(2026, 1, 30), 0.032569819745640646, 14), (datetime.date(2026, 1, 31), 0.028170158073970917, 6)), 'emr': ((datetime.date(2026, 1, 2), 0.03836691050002191, 25), (datetime.date(2026, 1, 3), 0.035376034681319134, 7), (datetime.date(2026, 1, 5), 0.034790112159925744, 5), (datetime.date(2026, 1, 6), 0.03058635147869887, 11), (datetime.date(2026, 1, 7), 0.033717854488346306, 22), (datetime.date(2026, 1, 8), 0.04028981865936332, 13), (datetime.date(2026, 1, 9), 0.03801299027243853, 6), (datetime.date(2026, 1, 10), 0.03476504011546098, 6), (datetime.date(2026, 1, 12), 0.02925041349838598, 8), (datetime.date(2026, 1, 13), 0.03475555443556114, 10), (datetime.date(2026, 1, 14), 0.037596014396603206, 5), (datetime.date(2026, 1, 15), 0.04117988407305106, 15), (datetime.date(2026, 1, 16), 0.03568739948888718, 6), (datetime.date(2026, 1, 17), 0.03851777285663852, 9), (datetime.date(2026, 1, 19), 0.036113038624315794, 16), (datetime.date(2026, 1, 20), 0.035418837710026414, 16), (datetime.date(2026, 1, 21), 0.03595510297403884, 11), (datetime.date(2026, 1, 23), 0.03411682762287238, 16), (datetime.date(2026, 1, 24), 0.03022766153992428, 10), (datetime.date(2026, 1, 26), 0.035372473750830184, 9), (datetime.date(2026, 1, 28), 0.03420115890618264, 7)), 'film_pedb': ((datetime.date(2026, 1, 2), 0.16374935005035032, 32), (datetime.date(2026, 1, 3), 0.17544726532248697, 32), (datetime.date(2026, 1, 5), 0.17159563394621913, 40), (datetime.date(2026, 1, 6), 0.15892478921695694, 43), (datetime.date(2026, 1, 7), 0.1594135333935129, 41), (datetime.date(2026, 1, 8), 0.1480224894185173, 48), (datetime.date(2026, 1, 9), 0.14980910672333453, 40), (datetime.date(2026, 1, 10), 0.15996506758063594, 28), (datetime.date(2026, 1, 12), 0.16254972387961303, 32), (datetime.date(2026, 1, 13), 0.15546777355737434, 38), (datetime.date(2026, 1, 14), 0.1511839553365265, 42), (datetime.date(2026, 1, 15), 0.18083866154904482, 28), (datetime.date(2026, 1, 16), 0.15608903289038362, 30), (datetime.date(2026, 1, 17), 0.13176385198151871, 34), (datetime.date(2026, 1, 19), 0.1310151895665891, 40), (datetime.date(2026, 1, 20), 0.15499837237404862, 37), (datetime.date(2026, 1, 21), 0.1566123603772833, 29), (datetime.date(2026, 1, 23), 0.1790431193496623, 12), (datetime.date(2026, 1, 24), 0.15206850959077517, 38), (datetime.date(2026, 1, 26), 0.15219416440115013, 42), (datetime.date(2026, 1, 27), 0.07668502299974587, 37), (datetime.date(2026, 1, 28), 0.08286723002140241, 26), (datetime.date(2026, 1, 29), 0.07748383653556322, 26), (datetime.date(2026, 1, 30), 0.08393796617786077, 33), (datetime.date(2026, 1, 31), 0.07905861683107944, 36)), 'gm': ((datetime.date(2026, 1, 2), 0.052117352501069227, 32), (datetime.date(2026, 1, 3), 0.03578589149893818, 7), (datetime.date(2026, 1, 5), 0.033305209559793256, 5), (datetime.date(2026, 1, 6), 0.018877158394521754, 10), (datetime.date(2026, 1, 7), 0.026192256651367003, 25), (datetime.date(2026, 1, 8), 0.0777532235341718, 27), (datetime.date(2026, 1, 9), 0.05847497285775236, 17), (datetime.date(2026, 1, 10), 0.04500147279821184, 9), (datetime.date(2026, 1, 12), 0.062412970173362364, 5), (datetime.date(2026, 1, 13), 0.054482407184210074, 20), (datetime.date(2026, 1, 14), 0.0730478313961078, 10), (datetime.date(2026, 1, 15), 0.05921238955154868, 14), (datetime.date(2026, 1, 16), 0.06008829219364102, 7), (datetime.date(2026, 1, 17), 0.056602986354045766, 9), (datetime.date(2026, 1, 19), 0.06209331605834619, 6), (datetime.date(2026, 1, 20), 0.05651158402351165, 10), (datetime.date(2026, 1, 21), 0.06394450057873492, 20), (datetime.date(2026, 1, 22), 0.008860947822625129, 67), (datetime.date(2026, 1, 23), 0.06064822299910011, 9), (datetime.date(2026, 1, 24), 0.051189729555875044, 13), (datetime.date(2026, 1, 26), 0.05393365309550992, 8), (datetime.date(2026, 1, 27), 0.039299420880458576, 9), (datetime.date(2026, 1, 28), 0.05826957469743753, 13), (datetime.date(2026, 1, 29), 0.05514735833121033, 14), (datetime.date(2026, 1, 30), 0.03305819860010622, 12), (datetime.date(2026, 1, 31), 0.02363660283447077, 7)), 'flux_dev': ((datetime.date(2026, 1, 2), 0.14853195578746892, 6), (datetime.date(2026, 1, 3), 0.098792182523688, 11), (datetime.date(2026, 1, 5), 0.15174824347536264, 24), (datetime.date(2026, 1, 7), 0.1026440711377073, 5), (datetime.date(2026, 1, 8), 0.12183216755197858, 9), (datetime.date(2026, 1, 9), 0.12460864443427248, 5), (datetime.date(2026, 1, 10), 0.14900659330746135, 10), (datetime.date(2026, 1, 12), 0.11214901207088797, 24), (datetime.date(2026, 1, 13), 0.12507977759949326, 8), (datetime.date(2026, 1, 14), 0.1099454262057118, 6), (datetime.date(2026, 1, 15), 0.08575864051500487, 11), (datetime.date(2026, 1, 16), 0.08452682997405442, 11), (datetime.date(2026, 1, 17), 0.1320365664147482, 6), (datetime.date(2026, 1, 19), 0.08634031231632795, 18), (datetime.date(2026, 1, 20), 0.12150775721830971, 10), (datetime.date(2026, 1, 21), 0.09806686661037357, 5), (datetime.date(2026, 1, 23), 0.12757729514651509, 17), (datetime.date(2026, 1, 24), 0.1817926427484571, 21), (datetime.date(2026, 1, 26), 0.11621896075347138, 6), (datetime.date(2026, 1, 27), 0.14265541325838113, 5), (datetime.date(2026, 1, 28), 0.1630832370700808, 17), (datetime.date(2026, 1, 29), 0.15580374196698454, 10), (datetime.date(2026, 1, 30), 0.2215650958655142, 8), (datetime.date(2026, 1, 31), 0.16865066155015843, 5)), 'aluminium': ((datetime.date(2026, 1, 2), 0.04961845126478241, 18), (datetime.date(2026, 1, 5), 0.03402292328881482, 6), (datetime.date(2026, 1, 9), 0.036787365346362545, 17), (datetime.date(2026, 1, 10), 0.0494579275475328, 14), (datetime.date(2026, 1, 12), 0.02898925087132478, 7), (datetime.date(2026, 1, 20), 0.03884099867541181, 9), (datetime.date(2026, 1, 23), 0.03721565761999454, 9), (datetime.date(2026, 1, 24), 0.03599533152257483, 8), (datetime.date(2026, 1, 26), 0.03393552349217743, 5)), 'refus': ((datetime.date(2026, 1, 2), 0.03900583526234568, 13), (datetime.date(2026, 1, 3), 0.0948428909866898, 6), (datetime.date(2026, 1, 5), 0.06910207345862729, 9), (datetime.date(2026, 1, 6), 0.04727909794560184, 10), (datetime.date(2026, 1, 7), 0.04603966346153849, 13), (datetime.date(2026, 1, 8), 0.04309277584876543, 13), (datetime.date(2026, 1, 9), 0.04888659429759061, 9), (datetime.date(2026, 1, 10), 0.06118103518770128, 6), (datetime.date(2026, 1, 12), 0.05143444877168835, 10), (datetime.date(2026, 1, 13), 0.06119929699310281, 7), (datetime.date(2026, 1, 14), 0.05781271390257865, 8), (datetime.date(2026, 1, 15), 0.05899053712277093, 17), (datetime.date(2026, 1, 16), 0.04230088555124891, 11), (datetime.date(2026, 1, 17), 0.08401177068494779, 9), (datetime.date(2026, 1, 19), 0.02710841049382716, 9), (datetime.date(2026, 1, 20), 0.06588109853316326, 15), (datetime.date(2026, 1, 21), 0.034722482385071474, 13), (datetime.date(2026, 1, 23), 0.07704992726015947, 7), (datetime.date(2026, 1, 24), 0.0274209939607075, 13), (datetime.date(2026, 1, 26), 0.04699084344278691, 12), (datetime.date(2026, 1, 27), 0.01789285213243547, 11), (datetime.date(2026, 1, 28), 0.0345718475287974, 14), (datetime.date(2026, 1, 29), 0.027568233788258744, 15), (datetime.date(2026, 1, 30), 0.037756703317901236, 15), (datetime.date(2026, 1, 31), 0.03524096715447792, 12)), 'ela': ((datetime.date(2026, 1, 3), 0.15351658043990338, 8), (datetime.date(2026, 1, 5), 0.11231913125015393, 25), (datetime.date(2026, 1, 6), 0.0720838087734732, 23), (datetime.date(2026, 1, 7), 0.10068008094058443, 7), (datetime.date(2026, 1, 10), 0.10933278063044355, 20), (datetime.date(2026, 1, 12), 0.09906081719775876, 9), (datetime.date(2026, 1, 20), 0.12402381646848595, 8), (datetime.date(2026, 1, 26), 0.1259151871736518, 27))}, 'quality_array': [['-6.330437636339252', '02012026'], ['-6.315973878903372', '03012026'], ['-6.3146740694115895', '05012026'], ['-6.248980638010576', '06012026'], ['-6.103046132956517', '07012026'], ['-6.153540886671297', '08012026'], ['-6.238222701323333', '09012026'], ['-6.219854521271483', '10012026'], ['-6.199482071987572', '12012026'], ['-6.194784187578306', '13012026'], ['-6.201632329599537', '14012026'], ['-6.274633510380431', '15012026'], ['-6.210568754222111', '16012026'], ['-6.093212932652469', '17012026'], ['-6.131971304538918', '19012026'], ['-6.24439399448781', '20012026'], ['-6.152321313973759', '21012026'], ['-6.237644081970075', '22012026'], ['-6.234870834568407', '23012026'], ['-6.243074254318054', '24012026'], ['-6.2553460337178795', '26012026'], ['-5.912696920197706', '27012026'], ['-6.071013425800597', '28012026'], ['-5.970626171331157', '29012026'], ['-5.993030708550259', '30012026'], ['-6.114313774750645', '31012026']], 'number_of_batch': ((2780,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.006294037579523558, 'nb_photo': 702, 'list_port_cont': '29877809,29881018,29887221,29887464,29890162,29893439,29895760,29899135,29901000,29901150,29904402,29904868,29923250,29923909,29926241,29927537,29927581,29928848,29929424,29930022,29931307,29932882,29953340,29954116,29954336,29956313,29957368,29960739,29965437,29967813,29971766,29977004,29981438,29987172,29988182,29992224,30008516,30011935,30013708,30013730,30016364,30020995,30024265,30029691,30032112,30037701,30048876,30050590,30051590,30055186,30056904,30057467,30060342,30063643,30064025,30065045,30065051,30065639,30066359,30067584,30068806,30069272,30070237,30071163,30071675,30071692,30072269,30075958,30076065,30076658,30077806,30078342,30078574,30078993,30079326,30079359,30079499,30079821,30080154,30080170,30089759,30090169,30090453,30091439,30092482,30092883,30093283,30093573,30093882,30095231,30097189,30098853,30099125,30101815,30103004,30103915,30105163,30105728,30105753,30105770,30105789,30109503,30109513,30110477,30110703,30111231,30111636,30112142,30112492,30112513,30113992,30114320,30114384,3011478', 'assoc_port': '29877117:29877809,29880559:29881018,29885438:29887221,29886598:29887464,29889698:29890162,29892688:29893439,29895117:29895760,29898579:29899135,29900343:29901150,29900382:29901000,29901781:29904868,29903605:29904402,29922578:29923250,29923752:29923909,29925914:29926241,29927018:29927581,29927020:29927537,29928590:29928848,29929009:29929424,29929804:29930022,29931017:29931307,29932747:29932882,29952805:29954116,29952808:29953340,29953698:29954336,29955424:29956313,29956851:29957368,29960566:29960739,29964558:29965437,29966737:29967813,29970905:29971766,29976100:29977004,29981309:29981438,29986862:29987172,29987863:29988182,29991797:29992224,30008197:30008516,30011662:30011935,30013139:30013730,30013145:30013708,30015739:30016364,30020411:30020995,30024057:30024265,30029201:30029691,30031484:30032112,30036990:30037701,30048064:30048876,30049633:30050590,30050942:30051590,30054123:30055186,30056440:30056904,30057313:30057467,30058702:30060342,30063331:30063643,30063825:30064025,30064895:30065051,30064901:3006504', 'assoc_mat': '29877117:autre:3327:29877809,29880559:autre:3327:29881018,29885438:autre:3327:29887221,29886598:autre:3327:29887464,29889698:autre:3327:29890162,29892688:autre:3327:29893439,29895117:autre:3327:29895760,29898579:autre:3327:29899135,29900343:autre:3327:29901150,29900382:autre:3327:29901000,29901781:autre:3327:29904868,29903605:autre:3327:29904402,29922578:autre:3327:29923250,29923752:autre:3327:29923909,29925914:autre:3327:29926241,29927018:autre:3327:29927581,29927020:autre:3327:29927537,29928590:autre:3327:29928848,29929009:autre:3327:29929424,29929804:autre:3327:29930022,29931017:autre:3327:29931307,29932747:autre:3327:29932882,29952805:autre:3327:29954116,29952808:autre:3327:29953340,29953698:autre:3327:29954336,29955424:autre:3327:29956313,29956851:autre:3327:29957368,29960566:autre:3327:29960739,29964558:autre:3327:29965437,29966737:autre:3327:29967813,29970905:autre:3327:29971766,29976100:autre:3327:29977004,29981309:autre:3327:29981438,29986862:autre:3327:29987172,29987863:autre:3327:29988182,29991797:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.001494492133039342, 'nb_photo': 244, 'list_port_cont': '29905316,29931160,29932128,29954168,29964239,29967171,29981873,29988640,30024161,30054819,30060781,30066635,30072231,30078976,30080445,30081757,30084143,30090433,30091408,30092401,30096163,30101092,30105697,30109088,30115214,30121148,30124863,30129699,30130472,30134772,30140094,30143050,30155907,30162202,30164948,30164955,30170878,30173527,30175474,30176175,30188933,30190019,30195719,30213571,30216717,30219126,30225430,30227575,30235536,30237427,30237608,30239861,30240516,30245552,30251664,30257682,30263777,30271587,30273985,30275205,30275654,30276099,30277507,30277551,30278351,30278368', 'assoc_port': '29904813:29905316,29931014:29931160,29932010:29932128,29953694:29954168,29961053:29964239,29966741:29967171,29981854:29981873,29988455:29988640,30024056:30024161,30054134:30054819,30060714:30060781,30066438:30066635,30072108:30072231,30078803:30078976,30080405:30080445,30081751:30081757,30084136:30084143,30090237:30090433,30091324:30091408,30092159:30092401,30095678:30096163,30100824:30101092,30105575:30105697,30109078:30109088,30115050:30115214,30120849:30121148,30124663:30124863,30129560:30129699,30130253:30130472,30134694:30134772,30139881:30140094,30142885:30143050,30155605:30155907,30162003:30162202,30164728:30164955,30164735:30164948,30170833:30170878,30173295:30173527,30175442:30175474,30176144:30176175,30188766:30188933,30189940:30190019,30195508:30195719,30213190:30213571,30216459:30216717,30219018:30219126,30225009:30225430,30227517:30227575,30235378:30235536,30237192:30237427,30237494:30237608,30239664:30239861,30240492:30240516,30245096:30245552,30251199:30251664,30257644:30257682,30263395:3026377', 'assoc_mat': '29904813:autre:3594:29905316,29931014:autre:3594:29931160,29932010:autre:3594:29932128,29953694:autre:3594:29954168,29961053:autre:3594:29964239,29966741:autre:3594:29967171,29981854:autre:3594:29981873,29988455:autre:3594:29988640,30024056:autre:3594:30024161,30054134:autre:3594:30054819,30060714:autre:3594:30060781,30066438:autre:3594:30066635,30072108:autre:3594:30072231,30078803:autre:3594:30078976,30080405:autre:3594:30080445,30081751:autre:3594:30081757,30084136:autre:3594:30084143,30090237:autre:3594:30090433,30091324:autre:3594:30091408,30092159:autre:3594:30092401,30095678:autre:3594:30096163,30100824:autre:3594:30101092,30105575:autre:3594:30105697,30109078:autre:3594:30109088,30115050:autre:3594:30115214,30120849:autre:3594:30121148,30124663:autre:3594:30124863,30129560:autre:3594:30129699,30130253:autre:3594:30130472,30134694:autre:3594:30134772,30139881:autre:3594:30140094,30142885:autre:3594:30143050,30155605:autre:3594:30155907,30162003:autre:3594:30162202,30164728:autre:3594:30164955,30164735:'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.012345078104355433, 'nb_photo': 804, 'list_port_cont': '29887068,29889717,29892898,29895252,29900557,29901912,29909379,29909635,29913569,29913889,29914147,29914251,29924148,29924168,29927088,29929916,29930302,29931106,29933946,29959323,29963500,29963706,29971131,29976129,29976172,29976189,29976207,29979557,29979582,29979592,29981857,29982134,29982231,29982711,29983174,29983237,29983349,29983534,29983543,29986426,29988022,29988055,29989191,29992665,30011685,30012269,30014684,30025276,30029400,30030668,30049744,30051535,30058958,30059739,30059750,30060185,30060721,30063436,30063441,30063872,30064979,30066511,30068385,30068977,30071017,30071049,30072324,30074560,30077715,30077924,30078174,30078247,30079422,30079984,30090743,30094381,30094391,30094539,30097118,30098302,30098324,30098351,30099778,30102020,30103971,30104874,30106228,30109380,30112623,30113574,30113604,30113846,30114847,30115676,30122779,30124325,30124698,30124710,30125838,30130072,30130980,30131853,30132859,30134706,30135135,30135146,30135338,30135801,30139181,30139890,30140336,30141548,30142017,3015357', 'assoc_port': '29886568:29887068,29889697:29889717,29892672:29892898,29895099:29895252,29900363:29900557,29901777:29901912,29909331:29909635,29909332:29909379,29913349:29914251,29913350:29914147,29913351:29913889,29913354:29913569,29924113:29924148,29924117:29924168,29927040:29927088,29929802:29929916,29930227:29930302,29931024:29931106,29933927:29933946,29959295:29959323,29963319:29963706,29963321:29963500,29970900:29971131,29976101:29976189,29976102:29976207,29976105:29976172,29976107:29976129,29979448:29979582,29979449:29979592,29979452:29979557,29981855:29981857,29982000:29982231,29982002:29982134,29982697:29982711,29983131:29983174,29983135:29983237,29983294:29983543,29983295:29983534,29983299:29983349,29986379:29986426,29987812:29988055,29987832:29988022,29989098:29989191,29992647:29992665,30011663:30011685,30012115:30012269,30013137:30014684,30025185:30025276,30029196:30029400,30030560:30030668,30048068:30051535,30049626:30049744,30058697:30058958,30058709:30060185,30059605:30059750,30059607:30059739,30060718:3006072', 'assoc_mat': '29886568:autre_refus:3726:29887068,29889697:autre_refus:3726:29889717,29892672:autre_refus:3726:29892898,29895099:autre_refus:3726:29895252,29900363:autre_refus:3726:29900557,29901777:autre_refus:3726:29901912,29909331:autre_refus:3726:29909635,29909332:autre_refus:3726:29909379,29913349:autre_refus:3726:29914251,29913350:autre_refus:3726:29914147,29913351:autre_refus:3726:29913889,29913354:autre_refus:3726:29913569,29924113:autre_refus:3726:29924148,29924117:autre_refus:3726:29924168,29927040:autre_refus:3726:29927088,29929802:autre_refus:3726:29929916,29930227:autre_refus:3726:29930302,29931024:autre_refus:3726:29931106,29933927:autre_refus:3726:29933946,29959295:autre_refus:3726:29959323,29963319:autre_refus:3726:29963706,29963321:autre_refus:3726:29963500,29970900:autre_refus:3726:29971131,29976101:autre_refus:3726:29976189,29976102:autre_refus:3726:29976207,29976105:autre_refus:3726:29976172,29976107:autre_refus:3726:29976129,29979448:autre_refus:3726:29979582,29979449:autre_refus:3726:29979592,29979452:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004009823353120787, 'nb_photo': 2, 'list_port_cont': '30080153,30189679', 'assoc_port': '30079967:30080153,30189480:30189679', 'assoc_mat': '30079967:barquette_avec_film:3327:30080153,30189480:barquette_avec_film:3327:30189679'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00038115143186819744, 'nb_photo': 1, 'list_port_cont': '29895868', 'assoc_port': '29895113:29895868', 'assoc_mat': '29895113:barquette_opaque:4205:29895868'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0017495244356066702, 'nb_photo': 44, 'list_port_cont': '29929344,29965081,29987102,30013605,30016526,30020067,30078320,30079759,30090431,30093440,30164982,30215452', 'assoc_port': '29929006:29929344,29963289:29965081,29986859:29987102,30013136:30013605,30015732:30020067,30015735:30016526,30078170:30078320,30079722:30079759,30090234:30090431,30093384:30093440,30164726:30164982,30215303:30215452', 'assoc_mat': '29929006:barquette_opaque:4203:29929344,29963289:barquette_opaque:4203:29965081,29986859:barquette_opaque:4203:29987102,30013136:barquette_opaque:4203:30013605,30015732:barquette_opaque:4203:30020067,30015735:barquette_opaque:4203:30016526,30078170:barquette_opaque:4203:30078320,30079722:barquette_opaque:4203:30079759,30090234:barquette_opaque:4203:30090431,30093384:barquette_opaque:4203:30093440,30164726:barquette_opaque:4203:30164982,30215303:barquette_opaque:4203:30215452'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007346501838167828, 'nb_photo': 30, 'list_port_cont': '29953915,29959503,29961627,30020595,30049827,30053530,30069904,30079296,30080001,30089723,30102076,30106061,30115681,30121683,30122792,30123105,30124332,30141163,30142483,30155735,30163891,30171950,30189549,30196058,30200521,30214335,30214767,30238929', 'assoc_port': '29953696:29953915,29955403:29961627,29959304:29959503,30020409:30020595,30049627:30049827,30053289:30053530,30069868:30069904,30079102:30079296,30079972:30080001,30089667:30089723,30101939:30102076,30105879:30106061,30115524:30115681,30121644:30121683,30122773:30122792,30122984:30123105,30124274:30124332,30141147:30141163,30142478:30142483,30155647:30155735,30163780:30163891,30171654:30171950,30189478:30189549,30195919:30196058,30200490:30200521,30214210:30214335,30214599:30214767,30238785:30238929', 'assoc_mat': '29953696:barquette_opaque:4207:29953915,29955403:barquette_opaque:4207:29961627,29959304:barquette_opaque:4207:29959503,30020409:barquette_opaque:4207:30020595,30049627:barquette_opaque:4207:30049827,30053289:barquette_opaque:4207:30053530,30069868:barquette_opaque:4207:30069904,30079102:barquette_opaque:4207:30079296,30079972:barquette_opaque:4207:30080001,30089667:barquette_opaque:4207:30089723,30101939:barquette_opaque:4207:30102076,30105879:barquette_opaque:4207:30106061,30115524:barquette_opaque:4207:30115681,30121644:barquette_opaque:4207:30121683,30122773:barquette_opaque:4207:30122792,30122984:barquette_opaque:4207:30123105,30124274:barquette_opaque:4207:30124332,30141147:barquette_opaque:4207:30141163,30142478:barquette_opaque:4207:30142483,30155647:barquette_opaque:4207:30155735,30163780:barquette_opaque:4207:30163891,30171654:barquette_opaque:4207:30171950,30189478:barquette_opaque:4207:30189549,30195919:barquette_opaque:4207:30196058,30200490:barquette_opaque:4207:30200521,30214210:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00951554762880294, 'nb_photo': 6, 'list_port_cont': '29887034,30057446,30072364,30078872,30115293,30271463', 'assoc_port': '29886612:29887034,30057294:30057446,30072311:30072364,30078806:30078872,30115284:30115293,30271307:30271463', 'assoc_mat': '29886612:barquette_opaque:4461:29887034,30057294:barquette_opaque:4461:30057446,30072311:barquette_opaque:4461:30072364,30078806:barquette_opaque:4461:30078872,30115284:barquette_opaque:4461:30115293,30271307:barquette_opaque:4461:30271463'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.003666528750343555, 'nb_photo': 17, 'list_port_cont': '29959430,29961501,30069171,30093074,30093120,30112436,30121041,30154842,30167046,30188589,30188908,30189980,30200170,30217572,30223888,30275991', 'assoc_port': '29959303:29959430,29961068:29961501,30068932:30069171,30092955:30093120,30092957:30093074,30112368:30112436,30120851:30121041,30154583:30154842,30166975:30167046,30188472:30188589,30188764:30188908,30189941:30189980,30200056:30200170,30217330:30217572,30223871:30223888,30275892:30275991', 'assoc_mat': '29959303:barquette_opaque:4200:29959430,29961068:barquette_opaque:4200:29961501,30068932:barquette_opaque:4200:30069171,30092955:barquette_opaque:4200:30093120,30092957:barquette_opaque:4200:30093074,30112368:barquette_opaque:4200:30112436,30120851:barquette_opaque:4200:30121041,30154583:barquette_opaque:4200:30154842,30166975:barquette_opaque:4200:30167046,30188472:barquette_opaque:4200:30188589,30188764:barquette_opaque:4200:30188908,30189941:barquette_opaque:4200:30189980,30200056:barquette_opaque:4200:30200170,30217330:barquette_opaque:4200:30217572,30223871:barquette_opaque:4200:30223888,30275892:barquette_opaque:4200:30275991'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0037145624149614678, 'nb_photo': 85, 'list_port_cont': '29904021,29907331,29926079,29926162,29949715,29951139,29976253,30023039,30049994,30051179,30057808,30059456,30062770,30062849,30064268,30065204,30070031,30071585,30071618,30076401,30104945,30104955,30106232,30111143,30111173,30111268,30111282,30111540,30111889,30113918,30114750,30116451,30123215,30124347,30125062,30126439,30126538,30131515,30132350,30134819,30139192,30139523,30155853,30156146,30162768,30162964,30166210,30167241,30172994,30174615,30176336,30176433,30179522,30180986,30182928,30185066,30185268,30191721,30197474,30200964,30201823,30213498,30215719,30218594,30218861,30218897,30219095,30255435,30263296,30274410,30276428', 'assoc_port': '29903598:29904021,29907065:29907331,29925901:29926162,29925907:29926079,29949462:29949715,29950755:29951139,29976106:29976253,30022773:30023039,30049624:30049994,30050939:30051179,30057511:30057808,30058698:30059456,30062396:30064268,30062400:30062849,30062401:30062770,30065107:30065204,30069866:30070031,30071488:30071585,30071510:30071618,30076272:30076401,30104814:30104955,30104817:30104945,30106200:30106232,30110866:30111143,30110877:30111173,30111262:30111282,30111265:30111268,30111506:30111540,30111696:30111889,30113822:30113918,30114678:30114750,30116264:30116451,30122980:30123215,30124273:30124347,30125010:30125062,30126415:30126538,30126417:30126439,30131248:30131515,30132042:30132350,30134695:30134819,30139175:30139192,30139417:30139523,30155646:30155853,30155963:30156146,30162437:30162768,30162944:30162964,30166032:30166210,30167202:30167241,30172701:30172994,30172942:30174615,30175215:30176336,30175443:30176433,30175807:30215719,30176476:30180986,30176662:30179522,30182914:30182928,30184739:3018526', 'assoc_mat': '29903598:barquette_opaque:4209:29904021,29907065:barquette_opaque:4209:29907331,29925901:barquette_opaque:4209:29926162,29925907:barquette_opaque:4209:29926079,29949462:barquette_opaque:4209:29949715,29950755:barquette_opaque:4209:29951139,29976106:barquette_opaque:4209:29976253,30022773:barquette_opaque:4209:30023039,30049624:barquette_opaque:4209:30049994,30050939:barquette_opaque:4209:30051179,30057511:barquette_opaque:4209:30057808,30058698:barquette_opaque:4209:30059456,30062396:barquette_opaque:4209:30064268,30062400:barquette_opaque:4209:30062849,30062401:barquette_opaque:4209:30062770,30065107:barquette_opaque:4209:30065204,30069866:barquette_opaque:4209:30070031,30071488:barquette_opaque:4209:30071585,30071510:barquette_opaque:4209:30071618,30076272:barquette_opaque:4209:30076401,30104814:barquette_opaque:4209:30104955,30104817:barquette_opaque:4209:30104945,30106200:barquette_opaque:4209:30106232,30110866:barquette_opaque:4209:30111143,30110877:barquette_opaque:4209:30111173,30111262:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0056318965103435035, 'nb_photo': 4887, 'list_port_cont': '29881520,29882655,29883312,29886223,29887150,29892214,29900973,29902205,29904041,29904125,29905490,29905852,29923046,29923299,29923866,29923893,29926035,29926229,29926372,29926486,29926516,29927478,29928736,29929987,29930187,29930414,29931082,29931151,29931693,29932165,29932823,29933272,29938914,29951454,29951855,29952503,29953015,29954347,29957815,29959610,29960926,29962137,29963938,29965039,29965144,29967394,29968619,29971452,29972058,29972264,29973950,29975189,29979294,29981460,29981591,29987014,29987074,29988626,29988664,29989235,29989283,29991006,29992092,29992112,29993022,30010720,30011072,30011795,30011852,30012446,30012461,30013582,30013621,30014827,30014918,30019943,30020859,30022927,30023368,30025439,30028640,30029552,30029600,30037592,30048707,30049065,30050364,30051067,30051378,30051968,30053618,30054878,30055508,30056832,30057968,30059212,30059540,30059948,30060240,30060263,30060301,30060792,30060828,30063551,30063633,30063972,30064966,30065021,30065218,30065430,30065676,30065786,30065812,3006583', 'assoc_port': '29880558:29881520,29882108:29882655,29882109:29883312,29885440:29886223,29886569:29887150,29891422:29892214,29900383:29900973,29901778:29902205,29903596:29904125,29903608:29904041,29904807:29905852,29904815:29905490,29922570:29923299,29922577:29923046,29923749:29923866,29923751:29923893,29925905:29926229,29925909:29926035,29926314:29926516,29926317:29926486,29926319:29926372,29927059:29927478,29928593:29928736,29929782:29930187,29929800:29929987,29930242:29930414,29931019:29931151,29931023:29931082,29931397:29931693,29931987:29932165,29932748:29932823,29933070:29933272,29938885:29938914,29950753:29952503,29950754:29951855,29950756:29951454,29952811:29953015,29953691:29954347,29955401:29962137,29956853:29957815,29959298:29959610,29960561:29960926,29963305:29963938,29964554:29965039,29964565:29965144,29966745:29967394,29968181:29968619,29970897:29972264,29970903:29972058,29970907:29971452,29973410:29979294,29973414:29973950,29974616:29975189,29981308:29981460,29981508:29981591,29986864:29987014,29986866:2998707', 'assoc_mat': '29880558:barquette_opaque:4211:29881520,29882108:barquette_opaque:4211:29882655,29882109:barquette_opaque:4211:29883312,29885440:barquette_opaque:4211:29886223,29886569:barquette_opaque:4211:29887150,29891422:barquette_opaque:4211:29892214,29900383:barquette_opaque:4211:29900973,29901778:barquette_opaque:4211:29902205,29903596:barquette_opaque:4211:29904125,29903608:barquette_opaque:4211:29904041,29904807:barquette_opaque:4211:29905852,29904815:barquette_opaque:4211:29905490,29922570:barquette_opaque:4211:29923299,29922577:barquette_opaque:4211:29923046,29923749:barquette_opaque:4211:29923866,29923751:barquette_opaque:4211:29923893,29925905:barquette_opaque:4211:29926229,29925909:barquette_opaque:4211:29926035,29926314:barquette_opaque:4211:29926516,29926317:barquette_opaque:4211:29926486,29926319:barquette_opaque:4211:29926372,29927059:barquette_opaque:4211:29927478,29928593:barquette_opaque:4211:29928736,29929782:barquette_opaque:4211:29930187,29929800:barquette_opaque:4211:29929987,29930242:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0002905954732356853, 'nb_photo': 39, 'list_port_cont': '29901149,29928854,29960733,29974108,29989908,30029697,30056894,30058382,30066358,30080158,30092492,30093287,30097184,30101814,30103015,30105166,30105797,30140648,30164113,30164614,30164654,30166249,30180476,30188680,30191187,30195807,30197939,30200572,30215796,30216802,30237716,30262400,30274447,30275257', 'assoc_port': '29900343:29901149,29928590:29928854,29960566:29960733,29973433:29974108,29989096:29989908,30029201:30029697,30056440:30056894,30057512:30058382,30066240:30066358,30079967:30080158,30092156:30092492,30092983:30093287,30097077:30097184,30099894:30101814,30101937:30103015,30105067:30105166,30105571:30105797,30140520:30140648,30163734:30164113,30164211:30164654,30164257:30164614,30166031:30166249,30172497:30180476,30188474:30188680,30190961:30191187,30195506:30195807,30196799:30197939,30200489:30200572,30215649:30215796,30216457:30216802,30237493:30237716,30262191:30262400,30274332:30274447,30274952:30275257', 'assoc_mat': '29900343:bouchon:3327:29901149,29928590:bouchon:3327:29928854,29960566:bouchon:3327:29960733,29973433:bouchon:3327:29974108,29989096:bouchon:3327:29989908,30029201:bouchon:3327:30029697,30056440:bouchon:3327:30056894,30057512:bouchon:3327:30058382,30066240:bouchon:3327:30066358,30079967:bouchon:3327:30080158,30092156:bouchon:3327:30092492,30092983:bouchon:3327:30093287,30097077:bouchon:3327:30097184,30099894:bouchon:3327:30101814,30101937:bouchon:3327:30103015,30105067:bouchon:3327:30105166,30105571:bouchon:3327:30105797,30140520:bouchon:3327:30140648,30163734:bouchon:3327:30164113,30164211:bouchon:3327:30164654,30164257:bouchon:3327:30164614,30166031:bouchon:3327:30166249,30172497:bouchon:3327:30180476,30188474:bouchon:3327:30188680,30190961:bouchon:3327:30191187,30195506:bouchon:3327:30195807,30196799:bouchon:3327:30197939,30200489:bouchon:3327:30200572,30215649:bouchon:3327:30215796,30216457:bouchon:3327:30216802,30237493:bouchon:3327:30237716,30262191:bouchon:3327:30262400,30274332:bouchon:3327:30274447,3'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.013063524734463256, 'nb_photo': 39, 'list_port_cont': '29889880,29895873,29954131,29967495,30067539,30077735,30092166,30190346,30190389,30199196,30200506,30216635', 'assoc_port': '29889694:29889880,29895113:29895873,29953693:29954131,29966739:29967495,30067362:30067539,30077663:30077735,30092158:30092166,30190333:30190346,30190334:30190389,30199090:30199196,30200487:30200506,30216460:30216635', 'assoc_mat': '29889694:carton:4205:29889880,29895113:carton:4205:29895873,29953693:carton:4205:29954131,29966739:carton:4205:29967495,30067362:carton:4205:30067539,30077663:carton:4205:30077735,30092158:carton:4205:30092166,30190333:carton:4205:30190346,30190334:carton:4205:30190389,30199090:carton:4205:30199196,30200487:carton:4205:30200506,30216460:carton:4205:30216635'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.018935837914101247, 'nb_photo': 138, 'list_port_cont': '29929345,29965072,29987107,30013601,30016522,30016633,30020075,30078328,30079760,30090417,30093455,30164995,30215450', 'assoc_port': '29929006:29929345,29963289:29965072,29986859:29987107,30013136:30013601,30015732:30020075,30015735:30016522,30015737:30016633,30078170:30078328,30079722:30079760,30090234:30090417,30093384:30093455,30164726:30164995,30215303:30215450', 'assoc_mat': '29929006:carton:4203:29929345,29963289:carton:4203:29965072,29986859:carton:4203:29987107,30013136:carton:4203:30013601,30015732:carton:4203:30020075,30015735:carton:4203:30016522,30015737:carton:4203:30016633,30078170:carton:4203:30078328,30079722:carton:4203:30079760,30090234:carton:4203:30090417,30093384:carton:4203:30093455,30164726:carton:4203:30164995,30215303:carton:4203:30215450'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9637673753462287, 'nb_photo': 3474, 'list_port_cont': '29880651,29882274,29883539,29884115,29886785,29889774,29891833,29892718,29892868,29895262,29895430,29895785,29898678,29898734,29900602,29903878,29903908,29907179,29907259,29907311,29922854,29922936,29923778,29923804,29924196,29924247,29925949,29926064,29926360,29926401,29927205,29928659,29928709,29929078,29929142,29929887,29930317,29931502,29932087,29933169,29933734,29949741,29949924,29950893,29951032,29952999,29953912,29955665,29959502,29959566,29961222,29961319,29961624,29964811,29965253,29967296,29971219,29973685,29974780,29981525,29986502,29986898,29987964,29988504,29989181,29990938,29991842,29991882,29991993,30009917,30010546,30011715,30012226,30013480,30013957,30020597,30020681,30024123,30029308,30030641,30049823,30051132,30051283,30053528,30054488,30056631,30057411,30057766,30057916,30058828,30058837,30059687,30060235,30060554,30060748,30062458,30063350,30065117,30065377,30066279,30066342,30066564,30067435,30068134,30068152,30069466,30069474,30069875,30069895,30070974,30071115,30071528,30072163,3007567', 'assoc_port': '29880560:29880651,29882107:29882274,29883287:29884115,29883294:29883539,29885442:29892718,29886570:29886785,29889695:29889774,29891417:29891833,29892686:29892868,29895112:29895785,29895114:29895430,29895118:29895262,29898574:29898734,29898576:29898678,29900386:29900602,29903592:29903908,29903600:29903878,29907138:29907311,29907139:29907259,29907141:29907179,29922573:29922936,29922579:29922854,29923747:29923804,29923750:29923778,29924116:29924247,29924119:29924196,29925911:29926064,29925912:29925949,29926315:29926401,29926321:29926360,29927021:29927205,29928589:29928709,29928591:29928659,29928987:29929078,29928989:29929142,29929803:29929887,29930228:29930317,29931395:29931502,29932008:29932087,29933073:29933169,29933651:29933734,29949458:29949924,29949460:29949741,29950758:29951032,29950760:29950893,29952809:29952999,29953696:29953912,29955403:29961624,29955444:29955665,29956855:29959566,29959304:29959502,29961025:29961319,29961084:29961222,29964552:29965253,29964561:29964811,29966743:29967296,29970902:2997121', 'assoc_mat': '29880560:carton:4207:29880651,29882107:carton:4207:29882274,29883287:carton:4207:29884115,29883294:carton:4207:29883539,29885442:carton:4207:29892718,29886570:carton:4207:29886785,29889695:carton:4207:29889774,29891417:carton:4207:29891833,29892686:carton:4207:29892868,29895112:carton:4207:29895785,29895114:carton:4207:29895430,29895118:carton:4207:29895262,29898574:carton:4207:29898734,29898576:carton:4207:29898678,29900386:carton:4207:29900602,29903592:carton:4207:29903908,29903600:carton:4207:29903878,29907138:carton:4207:29907311,29907139:carton:4207:29907259,29907141:carton:4207:29907179,29922573:carton:4207:29922936,29922579:carton:4207:29922854,29923747:carton:4207:29923804,29923750:carton:4207:29923778,29924116:carton:4207:29924247,29924119:carton:4207:29924196,29925911:carton:4207:29926064,29925912:carton:4207:29925949,29926315:carton:4207:29926401,29926321:carton:4207:29926360,29927021:carton:4207:29927205,29928589:carton:4207:29928709,29928591:carton:4207:29928659,29928987:carton:4207:29929078,2992'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.011476831666757427, 'nb_photo': 3194, 'list_port_cont': '29882489,29883657,29887038,29891936,29895523,29899021,29905350,29916551,29922954,29924274,29927453,29929308,29931188,29931571,29933760,29934670,29953050,29955819,29959534,29960659,29964990,29967047,29973839,29976221,29981553,29988085,29989254,29992924,30009996,30012395,30014032,30023169,30025296,30030804,30050053,30053435,30056751,30057363,30057443,30059322,30060629,30062702,30063569,30063603,30063931,30065174,30065852,30066660,30069556,30069981,30070202,30071578,30072204,30072361,30076025,30076565,30078299,30078499,30078878,30079010,30079442,30080078,30090976,30093145,30093318,30093518,30093827,30094594,30097319,30098415,30098931,30100063,30102145,30104561,30104966,30105435,30109353,30109466,30111309,30111337,30111905,30112709,30113617,30114351,30114703,30115291,30116565,30116768,30121303,30122041,30122614,30122838,30124422,30125156,30125274,30125650,30126044,30129931,30130441,30131038,30131905,30132741,30133473,30134775,30135673,30138206,30139450,30140023,30140605,30141050,30142338,30142788,30154238,3015472', 'assoc_port': '29882106:29882489,29883291:29883657,29886612:29887038,29891415:29891936,29895116:29895523,29898578:29899021,29904809:29905350,29916266:29916551,29922581:29922954,29924118:29924274,29927019:29927453,29928988:29929308,29931016:29931188,29931393:29931571,29933652:29933760,29934614:29934670,29952806:29953050,29955406:29955819,29959300:29959534,29960565:29960659,29964563:29964990,29966747:29967047,29973413:29973839,29976104:29976221,29981504:29981553,29987854:29988085,29989105:29989254,29992646:29992924,30009734:30009996,30012117:30012395,30013901:30014032,30022772:30023169,30025187:30025296,30030548:30030804,30049629:30050053,30053292:30053435,30056441:30056751,30057294:30057443,30057333:30057363,30058706:30059322,30060388:30060629,30062398:30062702,30063327:30063603,30063328:30063569,30063829:30063931,30065105:30065174,30065687:30065852,30066441:30066660,30069315:30069556,30069864:30069981,30070110:30070202,30071509:30071578,30072107:30072204,30072311:30072361,30075986:30076025,30076448:30076565,30078167:3007829', 'assoc_mat': '29882106:carton:4461:29882489,29883291:carton:4461:29883657,29886612:carton:4461:29887038,29891415:carton:4461:29891936,29895116:carton:4461:29895523,29898578:carton:4461:29899021,29904809:carton:4461:29905350,29916266:carton:4461:29916551,29922581:carton:4461:29922954,29924118:carton:4461:29924274,29927019:carton:4461:29927453,29928988:carton:4461:29929308,29931016:carton:4461:29931188,29931393:carton:4461:29931571,29933652:carton:4461:29933760,29934614:carton:4461:29934670,29952806:carton:4461:29953050,29955406:carton:4461:29955819,29959300:carton:4461:29959534,29960565:carton:4461:29960659,29964563:carton:4461:29964990,29966747:carton:4461:29967047,29973413:carton:4461:29973839,29976104:carton:4461:29976221,29981504:carton:4461:29981553,29987854:carton:4461:29988085,29989105:carton:4461:29989254,29992646:carton:4461:29992924,30009734:carton:4461:30009996,30012117:carton:4461:30012395,30013901:carton:4461:30014032,30022772:carton:4461:30023169,30025187:carton:4461:30025296,30030548:carton:4461:30030804,3004'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.016894700547063126, 'nb_photo': 327, 'list_port_cont': '29885753,29891752,29893036,29893230,29903771,29928671,29929150,29931135,29959444,29960702,29961258,29961511,29971185,30020616,30057386,30058903,30059148,30060513,30060570,30067505,30069179,30069972,30071026,30071538,30076309,30077049,30077753,30077775,30078450,30078471,30079176,30089791,30090382,30091372,30093084,30099784,30102059,30104279,30104518,30105115,30108940,30112441,30112650,30113582,30114273,30114731,30115102,30116339,30122592,30124163,30125095,30125827,30125991,30129913,30130424,30132235,30139589,30139907,30140549,30142107,30142581,30142752,30154677,30154840,30155368,30155892,30156614,30161028,30162707,30162790,30163931,30164444,30164586,30164932,30165797,30166059,30166168,30167055,30167082,30167778,30171902,30174640,30175968,30188907,30189560,30189988,30190421,30190435,30191050,30200179,30200532,30200939,30200973,30214387,30215402,30216022,30217575,30218914,30223886,30238027,30238962,30250115,30261798,30275552,30276416,30282587', 'assoc_port': '29885439:29885753,29891419:29891752,29892658:29893230,29892702:29893036,29903590:29903771,29928594:29928671,29929007:29929150,29931021:29931135,29959303:29959444,29960563:29960702,29961068:29961511,29961082:29961258,29970896:29971185,30020408:30020616,30057323:30057386,30058699:30059148,30058708:30058903,30060385:30060513,30060387:30060570,30067365:30067505,30068932:30069179,30069869:30069972,30070918:30071026,30071511:30071538,30076277:30076309,30076747:30077049,30077660:30077775,30077661:30077753,30078430:30078471,30078432:30078450,30079106:30079176,30089670:30089791,30090238:30090382,30091319:30091372,30092957:30093084,30099741:30099784,30101938:30102059,30104046:30104279,30104065:30104518,30105064:30105115,30108890:30108940,30112368:30112441,30112563:30112650,30113486:30113582,30114052:30114273,30114676:30114731,30115045:30115102,30116263:30116339,30122544:30122592,30124081:30124163,30125014:30125095,30125809:30125827,30125975:30125991,30129796:30129913,30130249:30130424,30132040:30132235,30139551:3013958', 'assoc_mat': '29885439:carton:4200:29885753,29891419:carton:4200:29891752,29892658:carton:4200:29893230,29892702:carton:4200:29893036,29903590:carton:4200:29903771,29928594:carton:4200:29928671,29929007:carton:4200:29929150,29931021:carton:4200:29931135,29959303:carton:4200:29959444,29960563:carton:4200:29960702,29961068:carton:4200:29961511,29961082:carton:4200:29961258,29970896:carton:4200:29971185,30020408:carton:4200:30020616,30057323:carton:4200:30057386,30058699:carton:4200:30059148,30058708:carton:4200:30058903,30060385:carton:4200:30060513,30060387:carton:4200:30060570,30067365:carton:4200:30067505,30068932:carton:4200:30069179,30069869:carton:4200:30069972,30070918:carton:4200:30071026,30071511:carton:4200:30071538,30076277:carton:4200:30076309,30076747:carton:4200:30077049,30077660:carton:4200:30077775,30077661:carton:4200:30077753,30078430:carton:4200:30078471,30078432:carton:4200:30078450,30079106:carton:4200:30079176,30089670:carton:4200:30089791,30090238:carton:4200:30090382,30091319:carton:4200:30091372,3009'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.022198342096975254, 'nb_photo': 2529, 'list_port_cont': '29883635,29886862,29886933,29891922,29895637,29900711,29900731,29903824,29904015,29904057,29905149,29907341,29922834,29926070,29926142,29926174,29928718,29932912,29933151,29949726,29951130,29954015,29957160,29961482,29963602,29964888,29968398,29968455,29968651,29969753,29973801,29975061,29976160,29976245,29976279,29981544,29986609,30001097,30009945,30010512,30014895,30015983,30023029,30024173,30031795,30037533,30037765,30037970,30038028,30038298,30039119,30039147,30050003,30051177,30057803,30059089,30059482,30059973,30060767,30062771,30062854,30063496,30063506,30063531,30063672,30063894,30064261,30065004,30065158,30065196,30065880,30066287,30066333,30068210,30069910,30069929,30070037,30070194,30071057,30071071,30071090,30071591,30071616,30071892,30071899,30072340,30075707,30076321,30076340,30076400,30076511,30077778,30078916,30079786,30080015,30080108,30080118,30080441,30089425,30089550,30089735,30090755,30091400,30092456,30093133,30093204,30093249,30093408,30093468,30093486,30094412,30094509,30094528,3009472', 'assoc_port': '29883289:29883635,29886571:29886933,29886596:29886862,29891413:29891922,29895115:29895637,29900344:29900731,29900384:29900711,29903594:29904057,29903598:29904015,29903603:29903824,29904829:29905149,29907065:29907341,29922574:29922834,29925901:29926174,29925903:29926142,29925907:29926070,29928596:29928718,29932746:29932912,29933071:29933151,29949462:29949726,29950755:29951130,29953689:29954015,29956868:29957160,29961039:29961482,29961054:29969753,29963320:29963602,29964560:29964888,29968194:29968651,29968195:29968455,29968196:29968398,29973408:29973801,29974618:29975061,29976103:29976279,29976106:29976245,29976108:29976160,29981505:29981544,29986386:29986609,30000795:30001097,30009732:30009945,30010373:30010512,30013864:30014895,30015734:30015983,30022773:30023029,30024059:30024173,30031482:30031795,30037011:30038298,30037013:30038028,30037015:30037970,30037017:30037765,30037020:30037533,30038945:30039147,30038946:30039119,30049624:30050003,30050939:30051177,30057511:30057803,30058698:30059482,30058707:3005908', 'assoc_mat': '29883289:carton:4209:29883635,29886571:carton:4209:29886933,29886596:carton:4209:29886862,29891413:carton:4209:29891922,29895115:carton:4209:29895637,29900344:carton:4209:29900731,29900384:carton:4209:29900711,29903594:carton:4209:29904057,29903598:carton:4209:29904015,29903603:carton:4209:29903824,29904829:carton:4209:29905149,29907065:carton:4209:29907341,29922574:carton:4209:29922834,29925901:carton:4209:29926174,29925903:carton:4209:29926142,29925907:carton:4209:29926070,29928596:carton:4209:29928718,29932746:carton:4209:29932912,29933071:carton:4209:29933151,29949462:carton:4209:29949726,29950755:carton:4209:29951130,29953689:carton:4209:29954015,29956868:carton:4209:29957160,29961039:carton:4209:29961482,29961054:carton:4209:29969753,29963320:carton:4209:29963602,29964560:carton:4209:29964888,29968194:carton:4209:29968651,29968195:carton:4209:29968455,29968196:carton:4209:29968398,29973408:carton:4209:29973801,29974618:carton:4209:29975061,29976103:carton:4209:29976279,29976106:carton:4209:29976245,2997'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.004947251746046126, 'nb_photo': 6590, 'list_port_cont': '29881515,29882653,29883302,29886219,29886251,29887141,29892209,29892263,29900967,29902209,29902288,29904030,29904118,29905481,29905845,29907235,29923034,29923298,29923850,29923877,29923897,29926045,29926223,29926383,29926479,29926528,29927484,29928743,29929176,29930003,29930186,29930405,29931092,29931148,29931685,29932167,29932822,29933265,29938907,29951050,29951459,29951867,29952504,29952939,29953025,29954356,29957821,29959612,29960921,29962124,29963934,29965037,29965153,29967083,29967387,29968616,29972056,29972267,29973958,29975186,29979285,29981454,29981580,29987011,29987078,29988633,29988672,29989239,29989288,29991002,29992097,29992114,29993011,30010726,30011060,30011807,30011840,30012440,30012456,30013578,30013618,30014825,30014913,30019940,30020867,30022924,30023362,30025450,30028629,30029545,30029593,30037590,30048710,30049081,30050348,30051062,30051369,30051970,30053628,30054625,30054887,30055506,30056841,30057961,30059202,30059549,30059947,30060252,30060261,30060315,30060807,30060830,30063552,3006362', 'assoc_port': '29880558:29881515,29882108:29882653,29882109:29883302,29885440:29886219,29885441:29886251,29886569:29887141,29891421:29892263,29891422:29892209,29900383:29900967,29901775:29902288,29901778:29902209,29903596:29904118,29903608:29904030,29904807:29905845,29904815:29905481,29907067:29907235,29922570:29923298,29922577:29923034,29923748:29923850,29923749:29923877,29923751:29923897,29925905:29926223,29925909:29926045,29926314:29926528,29926317:29926479,29926319:29926383,29927059:29927484,29928593:29928743,29929008:29929176,29929782:29930186,29929800:29930003,29930242:29930405,29931019:29931148,29931023:29931092,29931397:29931685,29931987:29932167,29932748:29932822,29933070:29933265,29938885:29938907,29950753:29952504,29950754:29951867,29950756:29951459,29950759:29951050,29952810:29952939,29952811:29953025,29953691:29954356,29955401:29962124,29956853:29957821,29959298:29959612,29960561:29960921,29963305:29963934,29964554:29965037,29964565:29965153,29966745:29967387,29966750:29967083,29968181:29968616,29970897:2997226', 'assoc_mat': '29880558:carton:4211:29881515,29882108:carton:4211:29882653,29882109:carton:4211:29883302,29885440:carton:4211:29886219,29885441:carton:4211:29886251,29886569:carton:4211:29887141,29891421:carton:4211:29892263,29891422:carton:4211:29892209,29900383:carton:4211:29900967,29901775:carton:4211:29902288,29901778:carton:4211:29902209,29903596:carton:4211:29904118,29903608:carton:4211:29904030,29904807:carton:4211:29905845,29904815:carton:4211:29905481,29907067:carton:4211:29907235,29922570:carton:4211:29923298,29922577:carton:4211:29923034,29923748:carton:4211:29923850,29923749:carton:4211:29923877,29923751:carton:4211:29923897,29925905:carton:4211:29926223,29925909:carton:4211:29926045,29926314:carton:4211:29926528,29926317:carton:4211:29926479,29926319:carton:4211:29926383,29927059:carton:4211:29927484,29928593:carton:4211:29928743,29929008:carton:4211:29929176,29929782:carton:4211:29930186,29929800:carton:4211:29930003,29930242:carton:4211:29930405,29931019:carton:4211:29931148,29931023:carton:4211:29931092,2993'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0028364383499582713, 'nb_photo': 73, 'list_port_cont': '29887461,29890161,29928847,29957379,29960740,29967819,29974126,30010831,30016371,30056902,30059556,30063646,30065058,30067590,30068801,30070233,30077798,30078338,30079491,30080168,30080476,30092490,30092875,30093871,30097179,30098849,30103003,30103913,30106305,30112129,30112503,30122467,30122883,30123372,30124885,30125237,30130493,30132791,30135508,30139380,30156165,30162379,30164075,30164644,30170947,30176687,30189277,30190161,30199905,30201105,30214897,30215475,30215797,30216799,30229440,30239359,30274448', 'assoc_port': '29886598:29887461,29889698:29890161,29928590:29928847,29956851:29957379,29960566:29960740,29966737:29967819,29973433:29974126,30010369:30010831,30015739:30016371,30056440:30056902,30058710:30059556,30063331:30063646,30064895:30065058,30067364:30067590,30068352:30068801,30070109:30070233,30077662:30077798,30078166:30078338,30079401:30079491,30079963:30080168,30080404:30080476,30092156:30092490,30092635:30092875,30093796:30093871,30097077:30097179,30098577:30098849,30101937:30103003,30103798:30103913,30106198:30106305,30111697:30112129,30112371:30112503,30122357:30122467,30122772:30122883,30122978:30123372,30124660:30124885,30125008:30125237,30130251:30130493,30132572:30132791,30135256:30135508,30139176:30139380,30155967:30156165,30162258:30162379,30163735:30164075,30164233:30164644,30170832:30170947,30175622:30176687,30189127:30189277,30189935:30190161,30199711:30199905,30200938:30201105,30214559:30214897,30215246:30215475,30215649:30215797,30216457:30216799,30229113:30229440,30239131:30239359,30274332:3027444', 'assoc_mat': '29886598:carton:3327:29887461,29889698:carton:3327:29890161,29928590:carton:3327:29928847,29956851:carton:3327:29957379,29960566:carton:3327:29960740,29966737:carton:3327:29967819,29973433:carton:3327:29974126,30010369:carton:3327:30010831,30015739:carton:3327:30016371,30056440:carton:3327:30056902,30058710:carton:3327:30059556,30063331:carton:3327:30063646,30064895:carton:3327:30065058,30067364:carton:3327:30067590,30068352:carton:3327:30068801,30070109:carton:3327:30070233,30077662:carton:3327:30077798,30078166:carton:3327:30078338,30079401:carton:3327:30079491,30079963:carton:3327:30080168,30080404:carton:3327:30080476,30092156:carton:3327:30092490,30092635:carton:3327:30092875,30093796:carton:3327:30093871,30097077:carton:3327:30097179,30098577:carton:3327:30098849,30101937:carton:3327:30103003,30103798:carton:3327:30103913,30106198:carton:3327:30106305,30111697:carton:3327:30112129,30112371:carton:3327:30112503,30122357:carton:3327:30122467,30122772:carton:3327:30122883,30122978:carton:3327:30123372,3012'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.005021634679567398, 'nb_photo': 742, 'list_port_cont': '29905315,29931159,29932132,29954166,29964238,29967172,29981882,29988638,30024156,30054818,30060785,30066637,30068224,30072234,30078486,30078953,30078984,30080453,30081763,30084144,30090440,30091417,30092406,30096170,30101090,30105699,30108309,30109086,30110456,30112676,30114324,30115206,30121140,30124870,30129706,30130470,30134766,30140099,30143057,30155902,30162210,30164943,30164956,30165024,30167099,30170876,30173521,30175479,30176165,30188930,30190013,30195723,30213573,30216715,30219125,30224456,30225427,30227572,30228335,30228399,30228437,30229465,30235530,30237428,30237455,30237610,30239858,30240511,30245550,30251665,30257686,30263781,30271588,30273581,30273988,30275201,30275662,30276105,30277503,30277554,30278348,30278360,30282572', 'assoc_port': '29904813:29905315,29931014:29931159,29932010:29932132,29953694:29954166,29961053:29964238,29966741:29967172,29981854:29981882,29988455:29988638,30024056:30024156,30054134:30054818,30060714:30060785,30066438:30066637,30067991:30068224,30072108:30072234,30078431:30078486,30078803:30078984,30078805:30078953,30080405:30080453,30081751:30081763,30084136:30084144,30090237:30090440,30091324:30091417,30092159:30092406,30095678:30096170,30100824:30101090,30105575:30105699,30107950:30108309,30109078:30109086,30110198:30110456,30112562:30112676,30114051:30114324,30115050:30115206,30120849:30121140,30124663:30124870,30129560:30129706,30130253:30130470,30134694:30134766,30139881:30140099,30142885:30143057,30155605:30155902,30162003:30162210,30164728:30164956,30164731:30165024,30164735:30164943,30166976:30167099,30170833:30170876,30173295:30173521,30175442:30175479,30176144:30176165,30188766:30188930,30189940:30190013,30195508:30195723,30213190:30213573,30216459:30216715,30219018:30219125,30224397:30224456,30225009:3022542', 'assoc_mat': '29904813:carton:3594:29905315,29931014:carton:3594:29931159,29932010:carton:3594:29932132,29953694:carton:3594:29954166,29961053:carton:3594:29964238,29966741:carton:3594:29967172,29981854:carton:3594:29981882,29988455:carton:3594:29988638,30024056:carton:3594:30024156,30054134:carton:3594:30054818,30060714:carton:3594:30060785,30066438:carton:3594:30066637,30067991:carton:3594:30068224,30072108:carton:3594:30072234,30078431:carton:3594:30078486,30078803:carton:3594:30078984,30078805:carton:3594:30078953,30080405:carton:3594:30080453,30081751:carton:3594:30081763,30084136:carton:3594:30084144,30090237:carton:3594:30090440,30091324:carton:3594:30091417,30092159:carton:3594:30092406,30095678:carton:3594:30096170,30100824:carton:3594:30101090,30105575:carton:3594:30105699,30107950:carton:3594:30108309,30109078:carton:3594:30109086,30110198:carton:3594:30110456,30112562:carton:3594:30112676,30114051:carton:3594:30114324,30115050:carton:3594:30115206,30120849:carton:3594:30121140,30124663:carton:3594:30124870,3012'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0012190150120028986, 'nb_photo': 50, 'list_port_cont': '29887066,29895253,29907150,29924164,29963496,29976206,29979578,29982196,29986427,29989200,30025274,30051532,30068380,30072318,30090750,30104864,30104877,30115666,30122785,30135343,30141543,30167041,30195572,30222806,30235451,30237242,30237257,30238394,30238395,30240501,30243492,30250920,30253649,30253665,30254341,30263539,30266229,30270193,30275485,30278871', 'assoc_port': '29886568:29887066,29895099:29895253,29907102:29907150,29924117:29924164,29963321:29963496,29976102:29976206,29979448:29979578,29982001:29982196,29986379:29986427,29989098:29989200,30025185:30025274,30048068:30051532,30068353:30068380,30072309:30072318,30090575:30090750,30104813:30104877,30104815:30104864,30115526:30115666,30122770:30122785,30135254:30135343,30141531:30141543,30166972:30167041,30195509:30195572,30222755:30222806,30235379:30235451,30237194:30237257,30237196:30237242,30238204:30238395,30238208:30238394,30240491:30240501,30243412:30243492,30250850:30250920,30253562:30253649,30253564:30253665,30253567:30254341,30263392:30263539,30266049:30266229,30270071:30270193,30275356:30275485,30278862:30278871', 'assoc_mat': '29886568:cartonnette:3726:29887066,29895099:cartonnette:3726:29895253,29907102:cartonnette:3726:29907150,29924117:cartonnette:3726:29924164,29963321:cartonnette:3726:29963496,29976102:cartonnette:3726:29976206,29979448:cartonnette:3726:29979578,29982001:cartonnette:3726:29982196,29986379:cartonnette:3726:29986427,29989098:cartonnette:3726:29989200,30025185:cartonnette:3726:30025274,30048068:cartonnette:3726:30051532,30068353:cartonnette:3726:30068380,30072309:cartonnette:3726:30072318,30090575:cartonnette:3726:30090750,30104813:cartonnette:3726:30104877,30104815:cartonnette:3726:30104864,30115526:cartonnette:3726:30115666,30122770:cartonnette:3726:30122785,30135254:cartonnette:3726:30135343,30141531:cartonnette:3726:30141543,30166972:cartonnette:3726:30167041,30195509:cartonnette:3726:30195572,30222755:cartonnette:3726:30222806,30235379:cartonnette:3726:30235451,30237194:cartonnette:3726:30237257,30237196:cartonnette:3726:30237242,30238204:cartonnette:3726:30238395,30238208:cartonnette:3726:30238394,30240491:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.059068302592521035, 'nb_photo': 1136, 'list_port_cont': '29895250,29901913,29909381,29909407,29909575,29909634,29913505,29913568,29913677,29913890,29914152,29914261,29924149,29924173,29929913,29930304,29931110,29933950,29959328,29960591,29963503,29963695,29971137,29976134,29976194,29976209,29979537,29979539,29979559,29979572,29979576,29979594,29981860,29982066,29982112,29982145,29982178,29982193,29982208,29982229,29982705,29983144,29983176,29983187,29983200,29983219,29983232,29983256,29983324,29983345,29983553,29986434,29988023,29988056,29989189,29992660,30011691,30014692,30025277,30029396,30030669,30037103,30049742,30051542,30057776,30060177,30060724,30063440,30063866,30064980,30066517,30066605,30068383,30068987,30071022,30071047,30072319,30074561,30077722,30078246,30079423,30090747,30094377,30094387,30094540,30098305,30098329,30098347,30098390,30098402,30099774,30099820,30103968,30104860,30106220,30113842,30114854,30115669,30120655,30120675,30120694,30122784,30124315,30124704,30124719,30125835,30129579,30129638,30130075,30130971,30131854,30132850,30134699,3013514', 'assoc_port': '29895099:29895250,29901777:29901913,29909330:29909575,29909331:29909634,29909332:29909381,29909335:29909407,29913349:29914261,29913350:29914152,29913351:29913890,29913352:29913677,29913353:29913505,29913354:29913568,29924113:29924149,29924117:29924173,29929802:29929913,29930227:29930304,29931024:29931110,29933927:29933950,29959295:29959328,29960562:29960591,29963319:29963695,29963321:29963503,29970900:29971137,29976101:29976194,29976102:29976209,29976107:29976134,29979447:29979539,29979448:29979576,29979449:29979594,29979450:29979572,29979451:29979537,29979452:29979559,29981855:29981860,29981997:29982178,29981998:29982208,29982000:29982229,29982001:29982193,29982002:29982145,29982004:29982112,29982005:29982066,29982697:29982705,29983131:29983176,29983132:29983219,29983133:29983256,29983134:29983187,29983135:29983232,29983136:29983200,29983137:29983144,29983296:29983553,29983299:29983345,29983300:29983324,29986379:29986434,29987812:29988056,29987832:29988023,29989098:29989189,29992647:29992660,30011663:3001169', 'assoc_mat': '29895099:Carton_brun:3726:29895250,29901777:Carton_brun:3726:29901913,29909330:Carton_brun:3726:29909575,29909331:Carton_brun:3726:29909634,29909332:Carton_brun:3726:29909381,29909335:Carton_brun:3726:29909407,29913349:Carton_brun:3726:29914261,29913350:Carton_brun:3726:29914152,29913351:Carton_brun:3726:29913890,29913352:Carton_brun:3726:29913677,29913353:Carton_brun:3726:29913505,29913354:Carton_brun:3726:29913568,29924113:Carton_brun:3726:29924149,29924117:Carton_brun:3726:29924173,29929802:Carton_brun:3726:29929913,29930227:Carton_brun:3726:29930304,29931024:Carton_brun:3726:29931110,29933927:Carton_brun:3726:29933950,29959295:Carton_brun:3726:29959328,29960562:Carton_brun:3726:29960591,29963319:Carton_brun:3726:29963695,29963321:Carton_brun:3726:29963503,29970900:Carton_brun:3726:29971137,29976101:Carton_brun:3726:29976194,29976102:Carton_brun:3726:29976209,29976107:Carton_brun:3726:29976134,29979447:Carton_brun:3726:29979539,29979448:Carton_brun:3726:29979576,29979449:Carton_brun:3726:29979594,29979450:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005154290831917072, 'nb_photo': 106, 'list_port_cont': '29892903,29900563,29901914,29909378,29913564,29913886,29930311,29959319,29960585,29963891,29976195,29976204,29979529,29979581,29983216,29983347,29983528,29986433,29988064,30011692,30029294,30057780,30058969,30060183,30063877,30066613,30068387,30074565,30077724,30078237,30078441,30098346,30098388,30104866,30106222,30113573,30113841,30123080,30125836,30129585,30164845,30167042,30174196,30191019,30194733,30195569,30212079,30217455,30222807,30224083,30224116,30225409,30225664,30228635,30229384,30229454,30237254,30237908,30239173,30240915,30240928,30243496,30249198,30249434,30250856,30252387,30252761,30253654,30255074,30259376,30260226,30263545,30266226,30270201,30272222,30273896,30275557,30278869', 'assoc_port': '29892672:29892903,29900363:29900563,29901777:29901914,29909332:29909378,29913351:29913886,29913354:29913564,29930227:29930311,29959295:29959319,29960562:29960585,29963291:29963891,29976101:29976195,29976102:29976204,29979448:29979581,29979451:29979529,29983132:29983216,29983295:29983528,29983299:29983347,29986379:29986433,29987812:29988064,30011663:30011692,30029199:30029294,30057509:30057780,30058697:30058969,30058709:30060183,30063827:30063877,30066437:30066613,30068353:30068387,30074551:30074565,30077665:30077724,30078169:30078237,30078428:30078441,30098289:30098388,30098293:30098346,30104815:30104866,30106199:30106222,30113482:30113573,30113820:30113841,30122983:30123080,30125806:30125836,30129558:30129585,30164725:30164845,30166972:30167042,30172892:30174196,30190955:30191019,30194645:30194733,30195509:30195569,30211971:30212079,30217326:30217455,30222755:30222807,30224071:30224116,30224073:30224083,30225010:30225409,30225603:30225664,30228487:30228635,30229368:30229454,30229372:30229384,30237190:3023790', 'assoc_mat': '29892672:Carton_gris:3726:29892903,29900363:Carton_gris:3726:29900563,29901777:Carton_gris:3726:29901914,29909332:Carton_gris:3726:29909378,29913351:Carton_gris:3726:29913886,29913354:Carton_gris:3726:29913564,29930227:Carton_gris:3726:29930311,29959295:Carton_gris:3726:29959319,29960562:Carton_gris:3726:29960585,29963291:Carton_gris:3726:29963891,29976101:Carton_gris:3726:29976195,29976102:Carton_gris:3726:29976204,29979448:Carton_gris:3726:29979581,29979451:Carton_gris:3726:29979529,29983132:Carton_gris:3726:29983216,29983295:Carton_gris:3726:29983528,29983299:Carton_gris:3726:29983347,29986379:Carton_gris:3726:29986433,29987812:Carton_gris:3726:29988064,30011663:Carton_gris:3726:30011692,30029199:Carton_gris:3726:30029294,30057509:Carton_gris:3726:30057780,30058697:Carton_gris:3726:30058969,30058709:Carton_gris:3726:30060183,30063827:Carton_gris:3726:30063877,30066437:Carton_gris:3726:30066613,30068353:Carton_gris:3726:30068387,30074551:Carton_gris:3726:30074565,30077665:Carton_gris:3726:30077724,30078169:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.001258392370651535, 'nb_photo': 6, 'list_port_cont': '29889890,29895865,30077742', 'assoc_port': '29889694:29889890,29895113:29895865,30077663:30077742', 'assoc_mat': '29889694:ela:4205:29889890,29895113:ela:4205:29895865,30077663:ela:4205:30077742'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.893158544211091, 'nb_photo': 56, 'list_port_cont': '29929356,29965063,29987109,30013611,30016523,30016631,30020070,30078325,30079762,30090425,30093445,30164992,30215451', 'assoc_port': '29929006:29929356,29963289:29965063,29986859:29987109,30013136:30013611,30015732:30020070,30015735:30016523,30015737:30016631,30078170:30078325,30079722:30079762,30090234:30090425,30093384:30093445,30164726:30164992,30215303:30215451', 'assoc_mat': '29929006:ela:4203:29929356,29963289:ela:4203:29965063,29986859:ela:4203:29987109,30013136:ela:4203:30013611,30015732:ela:4203:30020070,30015735:ela:4203:30016523,30015737:ela:4203:30016631,30078170:ela:4203:30078325,30079722:ela:4203:30079762,30090234:ela:4203:30090425,30093384:ela:4203:30093445,30164726:ela:4203:30164992,30215303:ela:4203:30215451'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0006695336160773211, 'nb_photo': 11, 'list_port_cont': '29928700,29973682,30013959,30066336,30104216,30116280,30164452,30166051,30173025,30189554,30219060', 'assoc_port': '29928589:29928700,29973412:29973682,30013862:30013959,30066239:30066336,30104069:30104216,30116269:30116280,30164254:30166051,30164256:30164452,30172705:30173025,30189478:30189554,30219015:30219060', 'assoc_mat': '29928589:ela:4207:29928700,29973412:ela:4207:29973682,30013862:ela:4207:30013959,30066239:ela:4207:30066336,30104069:ela:4207:30104216,30116269:ela:4207:30116280,30164254:ela:4207:30166051,30164256:ela:4207:30164452,30172705:ela:4207:30173025,30189478:ela:4207:30189554,30219015:ela:4207:30219060'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0031493496224056683, 'nb_photo': 5, 'list_port_cont': '30012405,30080065,30172778,30189638,30215759', 'assoc_port': '30012117:30012405,30079974:30080065,30172496:30172778,30189481:30189638,30215669:30215759', 'assoc_mat': '30012117:ela:4461:30012405,30079974:ela:4461:30080065,30172496:ela:4461:30172778,30189481:ela:4461:30189638,30215669:ela:4461:30215759'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0008106806811194669, 'nb_photo': 17, 'list_port_cont': '29959433,29960690,30077750,30078481,30093072,30104272,30108931,30164440,30164577,30164939,30188894,30200178,30200943,30214383,30238021,30261785', 'assoc_port': '29959303:29959433,29960563:29960690,30077661:30077750,30078430:30078481,30092957:30093072,30104046:30104272,30108890:30108931,30164212:30164577,30164255:30164440,30164729:30164939,30188764:30188894,30199709:30200943,30200056:30200178,30214212:30214383,30237971:30238021,30261538:30261785', 'assoc_mat': '29959303:ela:4200:29959433,29960563:ela:4200:29960690,30077661:ela:4200:30077750,30078430:ela:4200:30078481,30092957:ela:4200:30093072,30104046:ela:4200:30104272,30108890:ela:4200:30108931,30164212:ela:4200:30164577,30164255:ela:4200:30164440,30164729:ela:4200:30164939,30188764:ela:4200:30188894,30199709:ela:4200:30200943,30200056:ela:4200:30200178,30214212:ela:4200:30214383,30237971:ela:4200:30238021,30261538:ela:4200:30261785'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004433757335189916, 'nb_photo': 241, 'list_port_cont': '29886856,29886946,29895627,29900716,29900742,29903825,29905153,29907329,29926076,29926136,29949720,29968388,29968657,29973808,29986604,30009951,30015971,30057813,30059961,30063502,30063534,30063884,30066327,30069907,30069934,30070032,30071068,30071087,30071622,30076320,30076407,30079781,30089738,30090766,30093246,30094521,30097107,30098911,30104951,30105121,30109436,30111149,30111275,30111296,30114122,30114751,30115173,30115724,30116327,30116449,30121260,30121666,30121707,30123655,30124733,30126438,30126478,30126532,30131514,30131887,30132874,30133396,30134820,30135445,30135827,30139517,30140395,30140762,30141549,30155872,30156047,30157231,30163429,30166680,30166707,30167252,30172997,30174611,30174993,30176432,30179476,30179495,30179518,30183024,30188023,30188922,30189527,30190030,30190457,30191077,30191140,30191337,30195584,30197077,30197476,30199213,30199792,30200963,30201777,30201818,30202074,30213092,30215713,30217516,30218578,30218891,30239579,30263299,30270176,30274415,30276429', 'assoc_port': '29886571:29886946,29886596:29886856,29895115:29895627,29900344:29900742,29900384:29900716,29903603:29903825,29904829:29905153,29907065:29907329,29925903:29926136,29925907:29926076,29949462:29949720,29968194:29968657,29968196:29968388,29973408:29973808,29986386:29986604,30009732:30009951,30015734:30015971,30057511:30057813,30059608:30059961,30063333:30063534,30063336:30063502,30063828:30063884,30066241:30066327,30069866:30070032,30069867:30069907,30069872:30069934,30070917:30071087,30070922:30071068,30071510:30071622,30076272:30076407,30076273:30076320,30079723:30079781,30089671:30089738,30090577:30090766,30092953:30093246,30094228:30094521,30097076:30097107,30098886:30098911,30104814:30104951,30105065:30105121,30109304:30109436,30110866:30111149,30111262:30111296,30111265:30111275,30114050:30114122,30114678:30114751,30115049:30115173,30115523:30115724,30116264:30116449,30116268:30116327,30121173:30121260,30121646:30121707,30121647:30121666,30123595:30123655,30124661:30124733,30126415:30126532,30126418:3012643', 'assoc_mat': '29886571:ela:4209:29886946,29886596:ela:4209:29886856,29895115:ela:4209:29895627,29900344:ela:4209:29900742,29900384:ela:4209:29900716,29903603:ela:4209:29903825,29904829:ela:4209:29905153,29907065:ela:4209:29907329,29925903:ela:4209:29926136,29925907:ela:4209:29926076,29949462:ela:4209:29949720,29968194:ela:4209:29968657,29968196:ela:4209:29968388,29973408:ela:4209:29973808,29986386:ela:4209:29986604,30009732:ela:4209:30009951,30015734:ela:4209:30015971,30057511:ela:4209:30057813,30059608:ela:4209:30059961,30063333:ela:4209:30063534,30063336:ela:4209:30063502,30063828:ela:4209:30063884,30066241:ela:4209:30066327,30069866:ela:4209:30070032,30069867:ela:4209:30069907,30069872:ela:4209:30069934,30070917:ela:4209:30071087,30070922:ela:4209:30071068,30071510:ela:4209:30071622,30076272:ela:4209:30076407,30076273:ela:4209:30076320,30079723:ela:4209:30079781,30089671:ela:4209:30089738,30090577:ela:4209:30090766,30092953:ela:4209:30093246,30094228:ela:4209:30094521,30097076:ela:4209:30097107,30098886:ela:4209:3009891'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0007244875920625074, 'nb_photo': 1127, 'list_port_cont': '29882657,29883310,29886233,29887142,29892213,29892258,29900968,29904120,29905493,29905853,29907236,29923304,29923849,29923876,29923881,29926036,29926219,29926518,29927472,29928740,29929183,29930002,29930188,29930406,29931686,29932181,29932821,29938913,29951456,29951856,29952499,29953018,29954343,29957823,29959613,29960915,29962132,29963947,29965030,29965155,29967076,29967386,29968605,29971451,29972052,29972268,29975202,29981465,29987009,29987071,29988624,29988662,29989232,29992095,29992123,29993012,30010734,30011071,30011808,30011845,30013577,30013630,30014916,30019939,30022919,30023370,30025434,30028637,30029553,30048701,30049077,30051064,30051375,30053616,30054627,30054875,30056846,30057960,30059547,30059949,30060245,30060274,30060304,30060793,30060824,30063550,30065440,30065675,30065793,30065825,30065900,30065921,30066696,30067513,30068274,30068288,30069546,30069951,30070011,30071947,30072254,30072411,30074575,30075887,30075906,30076382,30076387,30077119,30078061,30078535,30079313,30079339,30079470,3007986', 'assoc_port': '29882108:29882657,29882109:29883310,29885440:29886233,29886569:29887142,29891421:29892258,29891422:29892213,29900383:29900968,29903596:29904120,29904807:29905853,29904815:29905493,29907067:29907236,29922570:29923304,29923748:29923849,29923749:29923876,29923751:29923881,29925905:29926219,29925909:29926036,29926314:29926518,29927059:29927472,29928593:29928740,29929008:29929183,29929782:29930188,29929800:29930002,29930242:29930406,29931397:29931686,29931987:29932181,29932748:29932821,29938885:29938913,29950753:29952499,29950754:29951856,29950756:29951456,29952811:29953018,29953691:29954343,29955401:29962132,29956853:29957823,29959298:29959613,29960561:29960915,29963305:29963947,29964554:29965030,29964565:29965155,29966745:29967386,29966750:29967076,29968181:29968605,29970897:29972268,29970903:29972052,29970907:29971451,29974616:29975202,29981308:29981465,29986864:29987009,29986866:29987071,29988450:29988662,29988453:29988624,29989103:29989232,29991790:29992123,29991795:29992095,29992645:29993012,30010371:3001107', 'assoc_mat': '29882108:ela:4211:29882657,29882109:ela:4211:29883310,29885440:ela:4211:29886233,29886569:ela:4211:29887142,29891421:ela:4211:29892258,29891422:ela:4211:29892213,29900383:ela:4211:29900968,29903596:ela:4211:29904120,29904807:ela:4211:29905853,29904815:ela:4211:29905493,29907067:ela:4211:29907236,29922570:ela:4211:29923304,29923748:ela:4211:29923849,29923749:ela:4211:29923876,29923751:ela:4211:29923881,29925905:ela:4211:29926219,29925909:ela:4211:29926036,29926314:ela:4211:29926518,29927059:ela:4211:29927472,29928593:ela:4211:29928740,29929008:ela:4211:29929183,29929782:ela:4211:29930188,29929800:ela:4211:29930002,29930242:ela:4211:29930406,29931397:ela:4211:29931686,29931987:ela:4211:29932181,29932748:ela:4211:29932821,29938885:ela:4211:29938913,29950753:ela:4211:29952499,29950754:ela:4211:29951856,29950756:ela:4211:29951456,29952811:ela:4211:29953018,29953691:ela:4211:29954343,29955401:ela:4211:29962132,29956853:ela:4211:29957823,29959298:ela:4211:29959613,29960561:ela:4211:29960915,29963305:ela:4211:2996394'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 3.091603251470434e-05, 'nb_photo': 3, 'list_port_cont': '29965075,30013600,30078332', 'assoc_port': '29963289:29965075,30013136:30013600,30078170:30078332', 'assoc_mat': '29963289:etiquette:4203:29965075,30013136:etiquette:4203:30013600,30078170:etiquette:4203:30078332'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 7.271702943733458e-05, 'nb_photo': 1, 'list_port_cont': '30029318', 'assoc_port': '30029197:30029318', 'assoc_mat': '30029197:etiquette:4207:30029318'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 9.667562707324166e-06, 'nb_photo': 1, 'list_port_cont': '30065028', 'assoc_port': '30064900:30065028', 'assoc_mat': '30064900:etiquette:4211:30065028'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004184155909026579, 'nb_photo': 2, 'list_port_cont': '29890166,30239035', 'assoc_port': '29889698:29890166,30238842:30239035', 'assoc_mat': '29889698:etiquette:3327:29890166,30238842:etiquette:3327:30239035'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.017809739301641574, 'nb_photo': 107, 'list_port_cont': '29889893,29895860,29954135,29967497,30067531,30077736,30092168,30165104,30190356,30190391,30199206,30200493,30216631', 'assoc_port': '29889694:29889893,29895113:29895860,29953693:29954135,29966739:29967497,30067362:30067531,30077663:30077736,30092158:30092168,30165088:30165104,30190333:30190356,30190334:30190391,30199090:30199206,30200487:30200493,30216460:30216631', 'assoc_mat': '29889694:film_plastique:4205:29889893,29895113:film_plastique:4205:29895860,29953693:film_plastique:4205:29954135,29966739:film_plastique:4205:29967497,30067362:film_plastique:4205:30067531,30077663:film_plastique:4205:30077736,30092158:film_plastique:4205:30092168,30165088:film_plastique:4205:30165104,30190333:film_plastique:4205:30190356,30190334:film_plastique:4205:30190391,30199090:film_plastique:4205:30199206,30200487:film_plastique:4205:30200493,30216460:film_plastique:4205:30216631'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.013055280952175017, 'nb_photo': 223, 'list_port_cont': '29929347,29965065,29987108,30013608,30016535,30016630,30020068,30078322,30079765,30090426,30093441,30164984,30215458', 'assoc_port': '29929006:29929347,29963289:29965065,29986859:29987108,30013136:30013608,30015732:30020068,30015735:30016535,30015737:30016630,30078170:30078322,30079722:30079765,30090234:30090426,30093384:30093441,30164726:30164984,30215303:30215458', 'assoc_mat': '29929006:film_plastique:4203:29929347,29963289:film_plastique:4203:29965065,29986859:film_plastique:4203:29987108,30013136:film_plastique:4203:30013608,30015732:film_plastique:4203:30020068,30015735:film_plastique:4203:30016535,30015737:film_plastique:4203:30016630,30078170:film_plastique:4203:30078322,30079722:film_plastique:4203:30079765,30090234:film_plastique:4203:30090426,30093384:film_plastique:4203:30093441,30164726:film_plastique:4203:30164984,30215303:film_plastique:4203:30215458'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003974001722640535, 'nb_photo': 1388, 'list_port_cont': '29880648,29882272,29883538,29884110,29886782,29889776,29891828,29892723,29892862,29895269,29895432,29895783,29898682,29898725,29900597,29903870,29903901,29907181,29907258,29907303,29922851,29922947,29923777,29923801,29924188,29924248,29925946,29926055,29926358,29926406,29927204,29928649,29928710,29929070,29929134,29929889,29930314,29931500,29932091,29933159,29933740,29949749,29949921,29950905,29952986,29953923,29955657,29959498,29959565,29961211,29961315,29961622,29965264,29967298,29971223,29973695,29974778,29981511,29986514,29987959,29988496,29989180,29990930,29991848,29991886,29992006,30009911,30011718,30012239,30013484,30013953,30020585,30020671,30024116,30029310,30030642,30049826,30051134,30051288,30053529,30054490,30056629,30057402,30057770,30057915,30058829,30058847,30059683,30060231,30060553,30060759,30062460,30063354,30065119,30066272,30066345,30066572,30067443,30068139,30068150,30069458,30069479,30069885,30069893,30070965,30071103,30071513,30072173,30075683,30075786,30075999,30076019,30076494,3007696', 'assoc_port': '29880560:29880648,29882107:29882272,29883287:29884110,29883294:29883538,29885442:29892723,29886570:29886782,29889695:29889776,29891417:29891828,29892686:29892862,29895112:29895783,29895114:29895432,29895118:29895269,29898574:29898725,29898576:29898682,29900386:29900597,29903592:29903901,29903600:29903870,29907138:29907303,29907139:29907258,29907141:29907181,29922573:29922947,29922579:29922851,29923747:29923801,29923750:29923777,29924116:29924248,29924119:29924188,29925911:29926055,29925912:29925946,29926315:29926406,29926321:29926358,29927021:29927204,29928589:29928710,29928591:29928649,29928987:29929070,29928989:29929134,29929803:29929889,29930228:29930314,29931395:29931500,29932008:29932091,29933073:29933159,29933651:29933740,29949458:29949921,29949460:29949749,29950760:29950905,29952809:29952986,29953696:29953923,29955403:29961622,29955444:29955657,29956855:29959565,29959304:29959498,29961025:29961315,29961084:29961211,29964552:29965264,29966743:29967298,29970902:29971223,29973412:29973695,29974617:2997477', 'assoc_mat': '29880560:film_plastique:4207:29880648,29882107:film_plastique:4207:29882272,29883287:film_plastique:4207:29884110,29883294:film_plastique:4207:29883538,29885442:film_plastique:4207:29892723,29886570:film_plastique:4207:29886782,29889695:film_plastique:4207:29889776,29891417:film_plastique:4207:29891828,29892686:film_plastique:4207:29892862,29895112:film_plastique:4207:29895783,29895114:film_plastique:4207:29895432,29895118:film_plastique:4207:29895269,29898574:film_plastique:4207:29898725,29898576:film_plastique:4207:29898682,29900386:film_plastique:4207:29900597,29903592:film_plastique:4207:29903901,29903600:film_plastique:4207:29903870,29907138:film_plastique:4207:29907303,29907139:film_plastique:4207:29907258,29907141:film_plastique:4207:29907181,29922573:film_plastique:4207:29922947,29922579:film_plastique:4207:29922851,29923747:film_plastique:4207:29923801,29923750:film_plastique:4207:29923777,29924116:film_plastique:4207:29924248,29924119:film_plastique:4207:29924188,29925911:film_plastique:4207:2992605'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.8473310148525808, 'nb_photo': 7033, 'list_port_cont': '29882503,29883666,29887036,29891942,29895533,29899020,29905353,29916550,29922957,29924279,29927440,29929313,29931189,29931566,29933761,29934668,29953052,29955818,29959528,29960650,29964984,29967055,29973841,29976219,29981550,29988079,29989249,29992914,30009999,30012391,30014039,30023174,30025304,30030812,30050064,30053433,30056752,30057355,30057441,30059303,30060511,30060622,30062699,30063559,30063590,30063938,30065175,30065853,30066652,30069560,30069988,30070196,30071568,30072202,30072360,30076027,30076569,30078290,30078494,30078868,30079009,30079444,30080076,30090983,30093139,30093317,30093510,30093820,30094587,30095925,30097312,30098409,30098928,30100056,30102131,30104555,30104979,30105425,30109355,30109460,30111308,30111332,30111915,30112703,30113622,30114336,30114695,30115292,30116574,30116770,30121293,30122042,30122626,30122843,30124425,30125160,30125277,30125637,30126033,30129917,30130439,30131037,30131908,30132743,30133472,30134780,30135675,30138208,30139443,30140035,30140597,30141052,30142328,3014279', 'assoc_port': '29882106:29882503,29883291:29883666,29886612:29887036,29891415:29891942,29895116:29895533,29898578:29899020,29904809:29905353,29916266:29916550,29922581:29922957,29924118:29924279,29927019:29927440,29928988:29929313,29931016:29931189,29931393:29931566,29933652:29933761,29934614:29934668,29952806:29953052,29955406:29955818,29959300:29959528,29960565:29960650,29964563:29964984,29966747:29967055,29973413:29973841,29976104:29976219,29981504:29981550,29987854:29988079,29989105:29989249,29992646:29992914,30009734:30009999,30012117:30012391,30013901:30014039,30022772:30023174,30025187:30025304,30030548:30030812,30049629:30050064,30053292:30053433,30056441:30056752,30057294:30057441,30057333:30057355,30058706:30059303,30060386:30060511,30060388:30060622,30062398:30062699,30063327:30063590,30063328:30063559,30063829:30063938,30065105:30065175,30065687:30065853,30066441:30066652,30069315:30069560,30069864:30069988,30070110:30070196,30071509:30071568,30072107:30072202,30072311:30072360,30075986:30076027,30076448:3007656', 'assoc_mat': '29882106:film_plastique:4461:29882503,29883291:film_plastique:4461:29883666,29886612:film_plastique:4461:29887036,29891415:film_plastique:4461:29891942,29895116:film_plastique:4461:29895533,29898578:film_plastique:4461:29899020,29904809:film_plastique:4461:29905353,29916266:film_plastique:4461:29916550,29922581:film_plastique:4461:29922957,29924118:film_plastique:4461:29924279,29927019:film_plastique:4461:29927440,29928988:film_plastique:4461:29929313,29931016:film_plastique:4461:29931189,29931393:film_plastique:4461:29931566,29933652:film_plastique:4461:29933761,29934614:film_plastique:4461:29934668,29952806:film_plastique:4461:29953052,29955406:film_plastique:4461:29955818,29959300:film_plastique:4461:29959528,29960565:film_plastique:4461:29960650,29964563:film_plastique:4461:29964984,29966747:film_plastique:4461:29967055,29973413:film_plastique:4461:29973841,29976104:film_plastique:4461:29976219,29981504:film_plastique:4461:29981550,29987854:film_plastique:4461:29988079,29989105:film_plastique:4461:2998924'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.02267148861989304, 'nb_photo': 988, 'list_port_cont': '29885758,29891734,29893027,29893231,29903774,29928678,29929157,29931131,29959441,29960698,29961271,29961513,29964784,29971189,30012289,30014842,30020617,30057390,30058904,30058955,30059161,30060525,30060576,30067507,30069170,30069969,30071035,30071542,30075763,30075799,30076301,30077757,30077771,30078462,30078469,30079166,30089783,30090386,30091343,30091373,30091384,30093076,30093116,30094415,30099786,30102064,30104284,30104520,30105101,30105623,30108939,30112447,30112655,30113593,30114268,30114740,30115105,30116345,30116513,30121050,30122579,30124177,30125033,30125089,30125819,30125984,30129912,30130425,30132237,30135179,30139603,30139903,30140551,30142096,30142591,30142742,30154682,30154831,30155369,30155891,30156620,30161030,30161114,30162710,30162783,30163384,30163930,30164442,30164572,30164928,30165790,30165843,30166061,30166136,30166162,30167047,30167088,30167774,30171891,30174637,30175013,30175972,30188599,30188896,30189570,30189986,30190422,30190447,30191063,30200176,30200540,30200944,30200971,3021206', 'assoc_port': '29885439:29885758,29891419:29891734,29892658:29893231,29892702:29893027,29903590:29903774,29928594:29928678,29929007:29929157,29931021:29931131,29959303:29959441,29960563:29960698,29961068:29961513,29961082:29961271,29964556:29964784,29970896:29971189,30012118:30012289,30014709:30014842,30020408:30020617,30057323:30057390,30058699:30059161,30058700:30058955,30058708:30058904,30060385:30060525,30060387:30060576,30067365:30067507,30068932:30069170,30069869:30069969,30070918:30071035,30071511:30071542,30075585:30075799,30075589:30075763,30076277:30076301,30077660:30077771,30077661:30077757,30078430:30078469,30078432:30078462,30079106:30079166,30089670:30089783,30090238:30090386,30091319:30091373,30091320:30091343,30091321:30091384,30092955:30093116,30092957:30093076,30094216:30094415,30099741:30099786,30101938:30102064,30104046:30104284,30104065:30104520,30105064:30105101,30105581:30105623,30108890:30108939,30112368:30112447,30112563:30112655,30113486:30113593,30114052:30114268,30114676:30114740,30115045:3011510', 'assoc_mat': '29885439:film_plastique:4200:29885758,29891419:film_plastique:4200:29891734,29892658:film_plastique:4200:29893231,29892702:film_plastique:4200:29893027,29903590:film_plastique:4200:29903774,29928594:film_plastique:4200:29928678,29929007:film_plastique:4200:29929157,29931021:film_plastique:4200:29931131,29959303:film_plastique:4200:29959441,29960563:film_plastique:4200:29960698,29961068:film_plastique:4200:29961513,29961082:film_plastique:4200:29961271,29964556:film_plastique:4200:29964784,29970896:film_plastique:4200:29971189,30012118:film_plastique:4200:30012289,30014709:film_plastique:4200:30014842,30020408:film_plastique:4200:30020617,30057323:film_plastique:4200:30057390,30058699:film_plastique:4200:30059161,30058700:film_plastique:4200:30058955,30058708:film_plastique:4200:30058904,30060385:film_plastique:4200:30060525,30060387:film_plastique:4200:30060576,30067365:film_plastique:4200:30067507,30068932:film_plastique:4200:30069170,30069869:film_plastique:4200:30069969,30070918:film_plastique:4200:3007103'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01138659636448791, 'nb_photo': 1020, 'list_port_cont': '29886852,29886935,29891914,29895634,29900704,29900736,29903834,29904059,29905157,29907337,29922826,29926069,29926145,29928729,29933139,29951131,29954016,29963594,29964891,29968384,29968453,29968648,29973798,29975069,29976247,29976278,29981530,29986602,30001095,30009943,30010511,30014893,30015972,30023041,30024164,30031793,30037754,30037976,30038295,30039118,30039141,30051185,30057809,30059082,30059467,30059959,30060779,30062762,30062859,30063494,30063512,30063529,30063677,30063893,30064266,30065014,30065147,30065203,30065881,30066300,30068198,30069920,30069936,30070028,30070186,30071054,30071078,30071097,30071592,30071627,30071880,30071907,30072338,30072345,30075725,30076323,30076409,30076503,30077787,30078926,30079779,30080107,30080438,30089427,30089549,30089737,30090763,30091399,30092450,30092788,30093129,30093206,30093244,30093471,30093473,30094523,30094736,30096007,30097103,30097573,30098644,30098910,30100092,30101083,30101906,30103895,30104362,30104429,30104938,30104958,30105095,30105127,30105642,3010568', 'assoc_port': '29886571:29886935,29886596:29886852,29891413:29891914,29895115:29895634,29900344:29900736,29900384:29900704,29903594:29904059,29903603:29903834,29904829:29905157,29907065:29907337,29922574:29922826,29925903:29926145,29925907:29926069,29928596:29928729,29933071:29933139,29950755:29951131,29953689:29954016,29963320:29963594,29964560:29964891,29968194:29968648,29968195:29968453,29968196:29968384,29973408:29973798,29974618:29975069,29976103:29976278,29976106:29976247,29981505:29981530,29986386:29986602,30000795:30001095,30009732:30009943,30010373:30010511,30013864:30014893,30015734:30015972,30022773:30023041,30024059:30024164,30031482:30031793,30037011:30038295,30037015:30037976,30037017:30037754,30038945:30039141,30038946:30039118,30050939:30051185,30057511:30057809,30058698:30059467,30058707:30059082,30059608:30059959,30060715:30060779,30062396:30064266,30062400:30062859,30062401:30062762,30063326:30063677,30063333:30063529,30063336:30063494,30063338:30063512,30063828:30063893,30064899:30065014,30065103:3006514', 'assoc_mat': '29886571:film_plastique:4209:29886935,29886596:film_plastique:4209:29886852,29891413:film_plastique:4209:29891914,29895115:film_plastique:4209:29895634,29900344:film_plastique:4209:29900736,29900384:film_plastique:4209:29900704,29903594:film_plastique:4209:29904059,29903603:film_plastique:4209:29903834,29904829:film_plastique:4209:29905157,29907065:film_plastique:4209:29907337,29922574:film_plastique:4209:29922826,29925903:film_plastique:4209:29926145,29925907:film_plastique:4209:29926069,29928596:film_plastique:4209:29928729,29933071:film_plastique:4209:29933139,29950755:film_plastique:4209:29951131,29953689:film_plastique:4209:29954016,29963320:film_plastique:4209:29963594,29964560:film_plastique:4209:29964891,29968194:film_plastique:4209:29968648,29968195:film_plastique:4209:29968453,29968196:film_plastique:4209:29968384,29973408:film_plastique:4209:29973798,29974618:film_plastique:4209:29975069,29976103:film_plastique:4209:29976278,29976106:film_plastique:4209:29976247,29981505:film_plastique:4209:2998153'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.007111450266882641, 'nb_photo': 30711, 'list_port_cont': '29881506,29882666,29883313,29886231,29886248,29887149,29892215,29892257,29900966,29902194,29902300,29904038,29904116,29905487,29905841,29907241,29923036,29923305,29923842,29923865,29923883,29926048,29926221,29926382,29926478,29926522,29927482,29928739,29929171,29929992,29930192,29930411,29931093,29931153,29931690,29932180,29932808,29933271,29938899,29951054,29951464,29951860,29952505,29952941,29953019,29954354,29957829,29959597,29960925,29962133,29963946,29965035,29965147,29967090,29967384,29968604,29971459,29972048,29972260,29973953,29975200,29979283,29981470,29981586,29987021,29987075,29988628,29988665,29989237,29989276,29990998,29992093,29992124,29993017,30010732,30011063,30011806,30011841,30012434,30012462,30013583,30013623,30014822,30014908,30019951,30020871,30022925,30023366,30025449,30028627,30029540,30029597,30037600,30048699,30049079,30050360,30051056,30051374,30051981,30053614,30054621,30054872,30055513,30056843,30057970,30059210,30059554,30059943,30060253,30060264,30060314,30060806,30060832,3006354', 'assoc_port': '29880558:29881506,29882108:29882666,29882109:29883313,29885440:29886231,29885441:29886248,29886569:29887149,29891421:29892257,29891422:29892215,29900383:29900966,29901775:29902300,29901778:29902194,29903596:29904116,29903608:29904038,29904807:29905841,29904815:29905487,29907067:29907241,29922570:29923305,29922577:29923036,29923748:29923842,29923749:29923865,29923751:29923883,29925905:29926221,29925909:29926048,29926314:29926522,29926317:29926478,29926319:29926382,29927059:29927482,29928593:29928739,29929008:29929171,29929782:29930192,29929800:29929992,29930242:29930411,29931019:29931153,29931023:29931093,29931397:29931690,29931987:29932180,29932748:29932808,29933070:29933271,29938885:29938899,29950753:29952505,29950754:29951860,29950756:29951464,29950759:29951054,29952810:29952941,29952811:29953019,29953691:29954354,29955401:29962133,29956853:29957829,29959298:29959597,29960561:29960925,29963305:29963946,29964554:29965035,29964565:29965147,29966745:29967384,29966750:29967090,29968181:29968604,29970897:2997226', 'assoc_mat': '29880558:film_plastique:4211:29881506,29882108:film_plastique:4211:29882666,29882109:film_plastique:4211:29883313,29885440:film_plastique:4211:29886231,29885441:film_plastique:4211:29886248,29886569:film_plastique:4211:29887149,29891421:film_plastique:4211:29892257,29891422:film_plastique:4211:29892215,29900383:film_plastique:4211:29900966,29901775:film_plastique:4211:29902300,29901778:film_plastique:4211:29902194,29903596:film_plastique:4211:29904116,29903608:film_plastique:4211:29904038,29904807:film_plastique:4211:29905841,29904815:film_plastique:4211:29905487,29907067:film_plastique:4211:29907241,29922570:film_plastique:4211:29923305,29922577:film_plastique:4211:29923036,29923748:film_plastique:4211:29923842,29923749:film_plastique:4211:29923865,29923751:film_plastique:4211:29923883,29925905:film_plastique:4211:29926221,29925909:film_plastique:4211:29926048,29926314:film_plastique:4211:29926522,29926317:film_plastique:4211:29926478,29926319:film_plastique:4211:29926382,29927059:film_plastique:4211:2992748'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.007292830328234171, 'nb_photo': 103, 'list_port_cont': '29914158,29924151,29960589,29979552,29983146,29983545,30030670,30049741,30064976,30066509,30094392,30098364,30098370,30113843,30121203,30122780,30131855,30135142,30153939,30176443,30189520,30190415,30219693,30220445,30222815,30225652,30225662,30226696,30227532,30228290,30230507,30237078,30239802,30240910,30240971,30240989,30241008,30241785,30243495,30249185,30249437,30250078,30250126,30250923,30251040,30252762,30253320,30253367,30254656,30255070,30255246,30259379,30260178,30260224,30260271,30261055,30263133,30265230,30265889,30266225,30266592,30266750,30271445,30272479,30273449,30273480,30273897,30274341,30275561,30277887,30278327', 'assoc_port': '29913350:29914158,29924113:29924151,29960562:29960589,29979452:29979552,29983137:29983146,29983294:29983545,30030560:30030670,30049626:30049741,30064897:30064976,30066439:30066509,30094225:30094392,30098290:30098364,30098291:30098370,30113820:30113843,30121196:30121203,30122770:30122780,30131829:30131855,30135046:30135142,30153933:30153939,30175445:30176443,30189482:30189520,30190335:30190415,30219464:30219693,30220295:30220445,30222755:30222815,30224755:30225652,30225603:30225662,30226693:30226696,30227515:30227532,30228243:30228290,30230359:30230507,30236094:30237078,30239683:30239802,30240735:30240989,30240772:30240971,30240792:30241008,30240798:30240910,30241637:30241785,30243412:30243495,30249127:30249185,30249419:30250078,30249422:30249437,30250069:30250126,30250848:30251040,30250850:30250923,30252606:30252762,30253118:30253367,30253139:30253320,30254631:30254656,30255062:30255070,30255204:30255246,30259262:30259379,30260107:30260271,30260110:30260224,30260114:30260178,30261003:30261055,30262817:3026313', 'assoc_mat': '29913350:kraft:3726:29914158,29924113:kraft:3726:29924151,29960562:kraft:3726:29960589,29979452:kraft:3726:29979552,29983137:kraft:3726:29983146,29983294:kraft:3726:29983545,30030560:kraft:3726:30030670,30049626:kraft:3726:30049741,30064897:kraft:3726:30064976,30066439:kraft:3726:30066509,30094225:kraft:3726:30094392,30098290:kraft:3726:30098364,30098291:kraft:3726:30098370,30113820:kraft:3726:30113843,30121196:kraft:3726:30121203,30122770:kraft:3726:30122780,30131829:kraft:3726:30131855,30135046:kraft:3726:30135142,30153933:kraft:3726:30153939,30175445:kraft:3726:30176443,30189482:kraft:3726:30189520,30190335:kraft:3726:30190415,30219464:kraft:3726:30219693,30220295:kraft:3726:30220445,30222755:kraft:3726:30222815,30224755:kraft:3726:30225652,30225603:kraft:3726:30225662,30226693:kraft:3726:30226696,30227515:kraft:3726:30227532,30228243:kraft:3726:30228290,30230359:kraft:3726:30230507,30236094:kraft:3726:30237078,30239683:kraft:3726:30239802,30240735:kraft:3726:30240989,30240772:kraft:3726:30240971,30240792:'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9571964831393533, 'nb_photo': 14, 'list_port_cont': '29889891,29967498,30067532,30077727,30165103,30190353', 'assoc_port': '29889694:29889891,29966739:29967498,30067362:30067532,30077663:30077727,30165088:30165103,30190333:30190353', 'assoc_mat': '29889694:metal:4205:29889891,29966739:metal:4205:29967498,30067362:metal:4205:30067532,30077663:metal:4205:30077727,30165088:metal:4205:30165103,30190333:metal:4205:30190353'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.024503311438874204, 'nb_photo': 188, 'list_port_cont': '29929351,29965077,29987103,30013607,30016532,30016627,30020071,30078321,30079768,30090430,30093442,30164988,30215456', 'assoc_port': '29929006:29929351,29963289:29965077,29986859:29987103,30013136:30013607,30015732:30020071,30015735:30016532,30015737:30016627,30078170:30078321,30079722:30079768,30090234:30090430,30093384:30093442,30164726:30164988,30215303:30215456', 'assoc_mat': '29929006:metal:4203:29929351,29963289:metal:4203:29965077,29986859:metal:4203:29987103,30013136:metal:4203:30013607,30015732:metal:4203:30020071,30015735:metal:4203:30016532,30015737:metal:4203:30016627,30078170:metal:4203:30078321,30079722:metal:4203:30079768,30090234:metal:4203:30090430,30093384:metal:4203:30093442,30164726:metal:4203:30164988,30215303:metal:4203:30215456'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.015378285536046653, 'nb_photo': 945, 'list_port_cont': '29880649,29882270,29883527,29884112,29886784,29889784,29891836,29892726,29892864,29895271,29895441,29895781,29898684,29898732,29900603,29903876,29903918,29907186,29907245,29907304,29922852,29922946,29923780,29923810,29924191,29924254,29926063,29926349,29926408,29927203,29928661,29928705,29929068,29929147,29929896,29930326,29931499,29932090,29933164,29933728,29949737,29950902,29951029,29952997,29953913,29955667,29959505,29959572,29961219,29961316,29961626,29964805,29965260,29967301,29971237,29973694,29974783,29981513,29986513,29986908,29987962,29988502,29989182,29990934,29991857,29991890,29991995,30009912,30010534,30011719,30012227,30013468,30013965,30020591,30020687,30029312,30030655,30049821,30051131,30051287,30053537,30054498,30056632,30057408,30057764,30057908,30058822,30059697,30060238,30060555,30060761,30062462,30063340,30065126,30065373,30066283,30066335,30066559,30067428,30068158,30069459,30069472,30069883,30069891,30070966,30071109,30071514,30072172,30075989,30076007,30076497,30077936,30077987,3007804', 'assoc_port': '29880560:29880649,29882107:29882270,29883287:29884112,29883294:29883527,29885442:29892726,29886570:29886784,29889695:29889784,29891417:29891836,29892686:29892864,29895112:29895781,29895114:29895441,29895118:29895271,29898574:29898732,29898576:29898684,29900386:29900603,29903592:29903918,29903600:29903876,29907138:29907304,29907139:29907245,29907141:29907186,29922573:29922946,29922579:29922852,29923747:29923810,29923750:29923780,29924116:29924254,29924119:29924191,29925911:29926063,29926315:29926408,29926321:29926349,29927021:29927203,29928589:29928705,29928591:29928661,29928987:29929068,29928989:29929147,29929803:29929896,29930228:29930326,29931395:29931499,29932008:29932090,29933073:29933164,29933651:29933728,29949460:29949737,29950758:29951029,29950760:29950902,29952809:29952997,29953696:29953913,29955403:29961626,29955444:29955667,29956855:29959572,29959304:29959505,29961025:29961316,29961084:29961219,29964552:29965260,29964561:29964805,29966743:29967301,29970902:29971237,29973412:29973694,29974617:2997478', 'assoc_mat': '29880560:metal:4207:29880649,29882107:metal:4207:29882270,29883287:metal:4207:29884112,29883294:metal:4207:29883527,29885442:metal:4207:29892726,29886570:metal:4207:29886784,29889695:metal:4207:29889784,29891417:metal:4207:29891836,29892686:metal:4207:29892864,29895112:metal:4207:29895781,29895114:metal:4207:29895441,29895118:metal:4207:29895271,29898574:metal:4207:29898732,29898576:metal:4207:29898684,29900386:metal:4207:29900603,29903592:metal:4207:29903918,29903600:metal:4207:29903876,29907138:metal:4207:29907304,29907139:metal:4207:29907245,29907141:metal:4207:29907186,29922573:metal:4207:29922946,29922579:metal:4207:29922852,29923747:metal:4207:29923810,29923750:metal:4207:29923780,29924116:metal:4207:29924254,29924119:metal:4207:29924191,29925911:metal:4207:29926063,29926315:metal:4207:29926408,29926321:metal:4207:29926349,29927021:metal:4207:29927203,29928589:metal:4207:29928705,29928591:metal:4207:29928661,29928987:metal:4207:29929068,29928989:metal:4207:29929147,29929803:metal:4207:29929896,29930228:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008626280716349457, 'nb_photo': 69, 'list_port_cont': '29899010,29922966,29931193,29933770,29955827,29960651,29981558,29988086,30023168,30057358,30063558,30065168,30066647,30069563,30072367,30076030,30076559,30078506,30078866,30079438,30080074,30090970,30098412,30105431,30109468,30111311,30111333,30114339,30131043,30131899,30140032,30154716,30162293,30176553,30191325,30191732,30199850,30199921,30201381,30219172,30222857,30224918,30225708,30228742,30239312,30239830,30248461,30254566,30261204,30267296,30271467,30272557', 'assoc_port': '29898578:29899010,29922581:29922966,29931016:29931193,29933652:29933770,29955406:29955827,29960565:29960651,29981504:29981558,29987854:29988086,30022772:30023168,30057333:30057358,30063328:30063558,30065105:30065168,30066441:30066647,30069315:30069563,30072311:30072367,30075986:30076030,30076448:30076559,30078427:30078506,30078806:30078866,30079402:30079438,30079974:30080074,30090578:30090970,30098292:30098412,30105367:30105431,30109264:30109468,30111261:30111333,30111263:30111311,30114054:30114339,30130966:30131043,30131828:30131899,30139880:30140032,30154563:30154716,30162259:30162293,30175616:30176553,30191295:30191325,30191607:30191732,30199702:30199921,30199704:30199850,30201235:30201381,30219023:30219172,30222751:30222857,30224757:30224918,30225605:30225708,30228488:30228742,30239126:30239312,30239684:30239830,30248357:30248461,30254402:30254566,30260964:30261204,30267221:30267296,30271307:30271467,30272320:30272557', 'assoc_mat': '29898578:metal:4461:29899010,29922581:metal:4461:29922966,29931016:metal:4461:29931193,29933652:metal:4461:29933770,29955406:metal:4461:29955827,29960565:metal:4461:29960651,29981504:metal:4461:29981558,29987854:metal:4461:29988086,30022772:metal:4461:30023168,30057333:metal:4461:30057358,30063328:metal:4461:30063558,30065105:metal:4461:30065168,30066441:metal:4461:30066647,30069315:metal:4461:30069563,30072311:metal:4461:30072367,30075986:metal:4461:30076030,30076448:metal:4461:30076559,30078427:metal:4461:30078506,30078806:metal:4461:30078866,30079402:metal:4461:30079438,30079974:metal:4461:30080074,30090578:metal:4461:30090970,30098292:metal:4461:30098412,30105367:metal:4461:30105431,30109264:metal:4461:30109468,30111261:metal:4461:30111333,30111263:metal:4461:30111311,30114054:metal:4461:30114339,30130966:metal:4461:30131043,30131828:metal:4461:30131899,30139880:metal:4461:30140032,30154563:metal:4461:30154716,30162259:metal:4461:30162293,30175616:metal:4461:30176553,30191295:metal:4461:30191325,30191607:'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.013346408578173628, 'nb_photo': 36, 'list_port_cont': '29891740,29893227,29959445,30020609,30069971,30075754,30089790,30091346,30091382,30093082,30104278,30104517,30105105,30112446,30112645,30114734,30121049,30122578,30125098,30132242,30142104,30164582,30166127,30167780,30188901,30190437,30200527,30238028,30239190,30272535,30275554,30275984', 'assoc_port': '29891419:29891740,29892658:29893227,29959303:29959445,30020408:30020609,30069869:30069971,30075589:30075754,30089670:30089790,30091320:30091346,30091321:30091382,30092957:30093082,30104046:30104278,30104065:30104517,30105064:30105105,30112368:30112446,30112563:30112645,30114676:30114734,30120851:30121049,30122544:30122578,30125014:30125098,30132040:30132242,30141967:30142104,30164212:30164582,30166037:30166127,30167682:30167780,30188764:30188901,30190336:30190437,30200488:30200527,30237971:30238028,30239129:30239190,30272323:30272535,30275353:30275554,30275892:30275984', 'assoc_mat': '29891419:metal:4200:29891740,29892658:metal:4200:29893227,29959303:metal:4200:29959445,30020408:metal:4200:30020609,30069869:metal:4200:30069971,30075589:metal:4200:30075754,30089670:metal:4200:30089790,30091320:metal:4200:30091346,30091321:metal:4200:30091382,30092957:metal:4200:30093082,30104046:metal:4200:30104278,30104065:metal:4200:30104517,30105064:metal:4200:30105105,30112368:metal:4200:30112446,30112563:metal:4200:30112645,30114676:metal:4200:30114734,30120851:metal:4200:30121049,30122544:metal:4200:30122578,30125014:metal:4200:30125098,30132040:metal:4200:30132242,30141967:metal:4200:30142104,30164212:metal:4200:30164582,30166037:metal:4200:30166127,30167682:metal:4200:30167780,30188764:metal:4200:30188901,30190336:metal:4200:30190437,30200488:metal:4200:30200527,30237971:metal:4200:30238028,30239129:metal:4200:30239190,30272323:metal:4200:30272535,30275353:metal:4200:30275554,30275892:metal:4200:30275984'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.022102558152634743, 'nb_photo': 794, 'list_port_cont': '29883641,29886863,29895629,29900718,29900730,29903828,29904016,29905154,29907327,29922833,29926075,29926146,29926168,29928725,29933144,29949723,29951142,29954011,29957168,29961474,29968393,29968461,29968645,29973812,29975070,29976257,29976267,29981542,30001087,30009952,30010514,30014897,30015979,30023030,30024168,30037155,30037757,30038305,30039133,30039142,30050002,30051187,30057806,30059092,30059476,30059967,30060772,30062768,30062851,30063498,30063507,30063538,30063674,30063885,30064263,30065015,30065157,30065197,30065879,30066286,30066332,30069913,30069926,30070034,30070189,30071060,30071083,30071094,30071590,30071614,30071886,30071897,30075702,30076332,30076404,30076516,30077784,30078934,30079777,30080014,30080099,30080117,30080437,30089431,30089556,30089731,30090756,30091390,30092447,30092780,30093218,30093256,30093479,30094404,30094533,30094731,30096010,30097100,30097575,30098636,30098916,30100099,30101073,30103894,30104369,30104438,30104934,30104959,30105090,30105133,30105676,30106241,30109438,3011038', 'assoc_port': '29883289:29883641,29886596:29886863,29895115:29895629,29900344:29900730,29900384:29900718,29903598:29904016,29903603:29903828,29904829:29905154,29907065:29907327,29922574:29922833,29925901:29926168,29925903:29926146,29925907:29926075,29928596:29928725,29933071:29933144,29949462:29949723,29950755:29951142,29953689:29954011,29956868:29957168,29961039:29961474,29968194:29968645,29968195:29968461,29968196:29968393,29973408:29973812,29974618:29975070,29976103:29976267,29976106:29976257,29981505:29981542,30000795:30001087,30009732:30009952,30010373:30010514,30013864:30014897,30015734:30015979,30022773:30023030,30024059:30024168,30037011:30038305,30037017:30037757,30037021:30037155,30038945:30039142,30038946:30039133,30049624:30050002,30050939:30051187,30057511:30057806,30058698:30059476,30058707:30059092,30059608:30059967,30060715:30060772,30062396:30064263,30062400:30062851,30062401:30062768,30063326:30063674,30063333:30063538,30063336:30063498,30063338:30063507,30063828:30063885,30064899:30065015,30065103:3006515', 'assoc_mat': '29883289:metal:4209:29883641,29886596:metal:4209:29886863,29895115:metal:4209:29895629,29900344:metal:4209:29900730,29900384:metal:4209:29900718,29903598:metal:4209:29904016,29903603:metal:4209:29903828,29904829:metal:4209:29905154,29907065:metal:4209:29907327,29922574:metal:4209:29922833,29925901:metal:4209:29926168,29925903:metal:4209:29926146,29925907:metal:4209:29926075,29928596:metal:4209:29928725,29933071:metal:4209:29933144,29949462:metal:4209:29949723,29950755:metal:4209:29951142,29953689:metal:4209:29954011,29956868:metal:4209:29957168,29961039:metal:4209:29961474,29968194:metal:4209:29968645,29968195:metal:4209:29968461,29968196:metal:4209:29968393,29973408:metal:4209:29973812,29974618:metal:4209:29975070,29976103:metal:4209:29976267,29976106:metal:4209:29976257,29981505:metal:4209:29981542,30000795:metal:4209:30001087,30009732:metal:4209:30009952,30010373:metal:4209:30010514,30013864:metal:4209:30014897,30015734:metal:4209:30015979,30022773:metal:4209:30023030,30024059:metal:4209:30024168,30037011:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010223521130214859, 'nb_photo': 1252, 'list_port_cont': '29881519,29882667,29887151,29892221,29900969,29902202,29902292,29904044,29905482,29905843,29923048,29923312,29923844,29926049,29926224,29927480,29928745,29929988,29930196,29930399,29932171,29933273,29938906,29951851,29952507,29953021,29954345,29957831,29959599,29960922,29962128,29967089,29972253,29973945,29979289,29987019,29987066,29988621,29988675,29989227,29989278,29991001,29992089,29992120,29993018,30011062,30011809,30011842,30012435,30013587,30014914,30019957,30020869,30023357,30025437,30028628,30029589,30048709,30049066,30050361,30053620,30054881,30055509,30056833,30057963,30059539,30059941,30060256,30060269,30060306,30060794,30060839,30063638,30063971,30065032,30065216,30065438,30065671,30065789,30065829,30065901,30065922,30066314,30066632,30066695,30067525,30068271,30068296,30069553,30069943,30070010,30071945,30072258,30072422,30074579,30076376,30076391,30077062,30077130,30078056,30078539,30080881,30089631,30089695,30090146,30091175,30091227,30092474,30093257,30093378,30093851,30094922,30094952,3009496', 'assoc_port': '29880558:29881519,29882108:29882667,29886569:29887151,29891422:29892221,29900383:29900969,29901775:29902292,29901778:29902202,29903608:29904044,29904807:29905843,29904815:29905482,29922570:29923312,29922577:29923048,29923748:29923844,29925905:29926224,29925909:29926049,29927059:29927480,29928593:29928745,29929782:29930196,29929800:29929988,29930242:29930399,29931987:29932171,29933070:29933273,29938885:29938906,29950753:29952507,29950754:29951851,29952811:29953021,29953691:29954345,29955401:29962128,29956853:29957831,29959298:29959599,29960561:29960922,29966750:29967089,29970897:29972253,29973410:29979289,29973414:29973945,29986864:29987019,29986866:29987066,29988450:29988675,29988453:29988621,29989101:29989278,29989103:29989227,29990831:29991001,29991790:29992120,29991795:29992089,29992645:29993018,30010371:30011062,30011660:30011842,30011664:30011809,30012120:30012435,30013143:30013587,30014711:30014914,30019504:30019957,30020407:30020869,30022774:30023357,30025186:30025437,30028101:30028628,30029198:3002958', 'assoc_mat': '29880558:metal:4211:29881519,29882108:metal:4211:29882667,29886569:metal:4211:29887151,29891422:metal:4211:29892221,29900383:metal:4211:29900969,29901775:metal:4211:29902292,29901778:metal:4211:29902202,29903608:metal:4211:29904044,29904807:metal:4211:29905843,29904815:metal:4211:29905482,29922570:metal:4211:29923312,29922577:metal:4211:29923048,29923748:metal:4211:29923844,29925905:metal:4211:29926224,29925909:metal:4211:29926049,29927059:metal:4211:29927480,29928593:metal:4211:29928745,29929782:metal:4211:29930196,29929800:metal:4211:29929988,29930242:metal:4211:29930399,29931987:metal:4211:29932171,29933070:metal:4211:29933273,29938885:metal:4211:29938906,29950753:metal:4211:29952507,29950754:metal:4211:29951851,29952811:metal:4211:29953021,29953691:metal:4211:29954345,29955401:metal:4211:29962128,29956853:metal:4211:29957831,29959298:metal:4211:29959599,29960561:metal:4211:29960922,29966750:metal:4211:29967089,29970897:metal:4211:29972253,29973410:metal:4211:29979289,29973414:metal:4211:29973945,29986864:'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0016470156228219322, 'nb_photo': 307, 'list_port_cont': '29905321,29931163,29932130,29954174,29964245,29967179,29981883,29988641,30024153,30054810,30060790,30066643,30068221,30072239,30078980,30080444,30081756,30084149,30090435,30091410,30092402,30096165,30101093,30105700,30109081,30110455,30115209,30121142,30124865,30129705,30130476,30134764,30140102,30143055,30155901,30162200,30164947,30164959,30165021,30167090,30170883,30173528,30175471,30176171,30190015,30195720,30213567,30216721,30227578,30228337,30229463,30237452,30239863,30245549,30251661,30257684,30263782,30271580,30275199,30275658,30276101,30277555,30278356,30278359', 'assoc_port': '29904813:29905321,29931014:29931163,29932010:29932130,29953694:29954174,29961053:29964245,29966741:29967179,29981854:29981883,29988455:29988641,30024056:30024153,30054134:30054810,30060714:30060790,30066438:30066643,30067991:30068221,30072108:30072239,30078803:30078980,30080405:30080444,30081751:30081756,30084136:30084149,30090237:30090435,30091324:30091410,30092159:30092402,30095678:30096165,30100824:30101093,30105575:30105700,30109078:30109081,30110198:30110455,30115050:30115209,30120849:30121142,30124663:30124865,30129560:30129705,30130253:30130476,30134694:30134764,30139881:30140102,30142885:30143055,30155605:30155901,30162003:30162200,30164728:30164959,30164731:30165021,30164735:30164947,30166976:30167090,30170833:30170883,30173295:30173528,30175442:30175471,30176144:30176171,30189940:30190015,30195508:30195720,30213190:30213567,30216459:30216721,30227517:30227578,30228241:30228337,30229370:30229463,30237193:30237452,30239664:30239863,30245096:30245549,30251199:30251661,30257644:30257684,30263395:3026378', 'assoc_mat': '29904813:metal:3594:29905321,29931014:metal:3594:29931163,29932010:metal:3594:29932130,29953694:metal:3594:29954174,29961053:metal:3594:29964245,29966741:metal:3594:29967179,29981854:metal:3594:29981883,29988455:metal:3594:29988641,30024056:metal:3594:30024153,30054134:metal:3594:30054810,30060714:metal:3594:30060790,30066438:metal:3594:30066643,30067991:metal:3594:30068221,30072108:metal:3594:30072239,30078803:metal:3594:30078980,30080405:metal:3594:30080444,30081751:metal:3594:30081756,30084136:metal:3594:30084149,30090237:metal:3594:30090435,30091324:metal:3594:30091410,30092159:metal:3594:30092402,30095678:metal:3594:30096165,30100824:metal:3594:30101093,30105575:metal:3594:30105700,30109078:metal:3594:30109081,30110198:metal:3594:30110455,30115050:metal:3594:30115209,30120849:metal:3594:30121142,30124663:metal:3594:30124865,30129560:metal:3594:30129705,30130253:metal:3594:30130476,30134694:metal:3594:30134764,30139881:metal:3594:30140102,30142885:metal:3594:30143055,30155605:metal:3594:30155901,30162003:'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01125122528056797, 'nb_photo': 210, 'list_port_cont': '29889887,29895871,29954134,29967499,30067528,30077734,30092171,30165093,30190342,30190395,30199207,30200496,30216638', 'assoc_port': '29889694:29889887,29895113:29895871,29953693:29954134,29966739:29967499,30067362:30067528,30077663:30077734,30092158:30092171,30165088:30165093,30190333:30190342,30190334:30190395,30199090:30199207,30200487:30200496,30216460:30216638', 'assoc_mat': '29889694:papier:4205:29889887,29895113:papier:4205:29895871,29953693:papier:4205:29954134,29966739:papier:4205:29967499,30067362:papier:4205:30067528,30077663:papier:4205:30077734,30092158:papier:4205:30092171,30165088:papier:4205:30165093,30190333:papier:4205:30190342,30190334:papier:4205:30190395,30199090:papier:4205:30199207,30200487:papier:4205:30200496,30216460:papier:4205:30216638'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.04731046194983558, 'nb_photo': 1524, 'list_port_cont': '29929348,29965064,29987104,30013599,30016524,30016635,30020073,30078324,30079767,30090422,30093447,30164981,30215448', 'assoc_port': '29929006:29929348,29963289:29965064,29986859:29987104,30013136:30013599,30015732:30020073,30015735:30016524,30015737:30016635,30078170:30078324,30079722:30079767,30090234:30090422,30093384:30093447,30164726:30164981,30215303:30215448', 'assoc_mat': '29929006:papier:4203:29929348,29963289:papier:4203:29965064,29986859:papier:4203:29987104,30013136:papier:4203:30013599,30015732:papier:4203:30020073,30015735:papier:4203:30016524,30015737:papier:4203:30016635,30078170:papier:4203:30078324,30079722:papier:4203:30079767,30090234:papier:4203:30090422,30093384:papier:4203:30093447,30164726:papier:4203:30164981,30215303:papier:4203:30215448'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.017316876717569877, 'nb_photo': 6293, 'list_port_cont': '29880656,29882268,29883537,29884114,29886792,29889783,29891837,29892714,29892874,29895263,29895440,29895779,29898669,29898737,29900605,29903869,29903914,29907188,29907247,29907300,29922846,29922941,29923782,29923811,29924190,29924250,29925936,29926066,29926348,29926410,29927199,29928653,29928712,29929063,29929135,29929898,29930313,29931493,29932089,29933172,29933737,29949746,29949916,29950895,29951031,29952989,29953921,29955669,29959501,29959579,29961213,29961317,29961631,29964798,29965255,29967305,29971244,29973689,29974784,29981516,29986499,29986905,29987960,29988501,29989173,29990939,29991853,29991881,29992002,30009905,30010547,30011717,30012225,30013476,30013955,30020593,30020688,30024117,30029313,30030643,30049825,30051135,30051289,30053525,30054500,30056627,30057409,30057771,30057910,30058827,30058844,30059688,30060225,30060549,30060760,30062459,30063348,30065124,30065379,30066270,30066350,30066561,30067436,30068131,30068146,30069465,30069469,30069888,30069898,30070973,30071117,30071527,30072178,3007568', 'assoc_port': '29880560:29880656,29882107:29882268,29883287:29884114,29883294:29883537,29885442:29892714,29886570:29886792,29889695:29889783,29891417:29891837,29892686:29892874,29895112:29895779,29895114:29895440,29895118:29895263,29898574:29898737,29898576:29898669,29900386:29900605,29903592:29903914,29903600:29903869,29907138:29907300,29907139:29907247,29907141:29907188,29922573:29922941,29922579:29922846,29923747:29923811,29923750:29923782,29924116:29924250,29924119:29924190,29925911:29926066,29925912:29925936,29926315:29926410,29926321:29926348,29927021:29927199,29928589:29928712,29928591:29928653,29928987:29929063,29928989:29929135,29929803:29929898,29930228:29930313,29931395:29931493,29932008:29932089,29933073:29933172,29933651:29933737,29949458:29949916,29949460:29949746,29950758:29951031,29950760:29950895,29952809:29952989,29953696:29953921,29955403:29961631,29955444:29955669,29956855:29959579,29959304:29959501,29961025:29961317,29961084:29961213,29964552:29965255,29964561:29964798,29966743:29967305,29970902:2997124', 'assoc_mat': '29880560:papier:4207:29880656,29882107:papier:4207:29882268,29883287:papier:4207:29884114,29883294:papier:4207:29883537,29885442:papier:4207:29892714,29886570:papier:4207:29886792,29889695:papier:4207:29889783,29891417:papier:4207:29891837,29892686:papier:4207:29892874,29895112:papier:4207:29895779,29895114:papier:4207:29895440,29895118:papier:4207:29895263,29898574:papier:4207:29898737,29898576:papier:4207:29898669,29900386:papier:4207:29900605,29903592:papier:4207:29903914,29903600:papier:4207:29903869,29907138:papier:4207:29907300,29907139:papier:4207:29907247,29907141:papier:4207:29907188,29922573:papier:4207:29922941,29922579:papier:4207:29922846,29923747:papier:4207:29923811,29923750:papier:4207:29923782,29924116:papier:4207:29924250,29924119:papier:4207:29924190,29925911:papier:4207:29926066,29925912:papier:4207:29925936,29926315:papier:4207:29926410,29926321:papier:4207:29926348,29927021:papier:4207:29927199,29928589:papier:4207:29928712,29928591:papier:4207:29928653,29928987:papier:4207:29929063,2992'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.14134281481299385, 'nb_photo': 41207, 'list_port_cont': '29882488,29883665,29887032,29891937,29895535,29899024,29905364,29916557,29922965,29924277,29927442,29929307,29931197,29931579,29933757,29934658,29953051,29955828,29959524,29960653,29964988,29967056,29973843,29976220,29981549,29988077,29989244,29992919,30010006,30012404,30014033,30023177,30025300,30030797,30050067,30053434,30056754,30057362,30057444,30059307,30060501,30060624,30062693,30063572,30063599,30063942,30065165,30065847,30066648,30069562,30069982,30070199,30071572,30072197,30072368,30076038,30076560,30078284,30078501,30078869,30079008,30079437,30080066,30090981,30093138,30093306,30093519,30093825,30094598,30095917,30097324,30098405,30098937,30100064,30102135,30104562,30104975,30105437,30109351,30109465,30111306,30111336,30111903,30112713,30113616,30114349,30114702,30115299,30116568,30116775,30121302,30122031,30122616,30122846,30124414,30125165,30125272,30125638,30126040,30129925,30130437,30131045,30131906,30132736,30133470,30134784,30135678,30138219,30139439,30140033,30140602,30141040,30142342,3014279', 'assoc_port': '29882106:29882488,29883291:29883665,29886612:29887032,29891415:29891937,29895116:29895535,29898578:29899024,29904809:29905364,29916266:29916557,29922581:29922965,29924118:29924277,29927019:29927442,29928988:29929307,29931016:29931197,29931393:29931579,29933652:29933757,29934614:29934658,29952806:29953051,29955406:29955828,29959300:29959524,29960565:29960653,29964563:29964988,29966747:29967056,29973413:29973843,29976104:29976220,29981504:29981549,29987854:29988077,29989105:29989244,29992646:29992919,30009734:30010006,30012117:30012404,30013901:30014033,30022772:30023177,30025187:30025300,30030548:30030797,30049629:30050067,30053292:30053434,30056441:30056754,30057294:30057444,30057333:30057362,30058706:30059307,30060386:30060501,30060388:30060624,30062398:30062693,30063327:30063599,30063328:30063572,30063829:30063942,30065105:30065165,30065687:30065847,30066441:30066648,30069315:30069562,30069864:30069982,30070110:30070199,30071509:30071572,30072107:30072197,30072311:30072368,30075986:30076038,30076448:3007656', 'assoc_mat': '29882106:papier:4461:29882488,29883291:papier:4461:29883665,29886612:papier:4461:29887032,29891415:papier:4461:29891937,29895116:papier:4461:29895535,29898578:papier:4461:29899024,29904809:papier:4461:29905364,29916266:papier:4461:29916557,29922581:papier:4461:29922965,29924118:papier:4461:29924277,29927019:papier:4461:29927442,29928988:papier:4461:29929307,29931016:papier:4461:29931197,29931393:papier:4461:29931579,29933652:papier:4461:29933757,29934614:papier:4461:29934658,29952806:papier:4461:29953051,29955406:papier:4461:29955828,29959300:papier:4461:29959524,29960565:papier:4461:29960653,29964563:papier:4461:29964988,29966747:papier:4461:29967056,29973413:papier:4461:29973843,29976104:papier:4461:29976220,29981504:papier:4461:29981549,29987854:papier:4461:29988077,29989105:papier:4461:29989244,29992646:papier:4461:29992919,30009734:papier:4461:30010006,30012117:papier:4461:30012404,30013901:papier:4461:30014033,30022772:papier:4461:30023177,30025187:papier:4461:30025300,30030548:papier:4461:30030797,3004'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.10552080193405662, 'nb_photo': 1537, 'list_port_cont': '29885761,29891744,29893038,29893224,29903775,29928676,29929153,29931122,29959434,29960701,29961261,29961507,29964776,29971187,30012277,30014839,30020623,30057388,30058905,30058946,30059149,30060521,30060569,30067493,30069185,30069959,30071040,30071544,30075759,30075795,30076299,30077055,30077748,30077772,30078463,30078467,30079178,30089794,30090383,30091357,30091370,30091378,30093073,30093111,30094430,30099782,30102062,30104276,30104526,30105102,30105622,30108944,30112442,30112657,30113590,30114271,30114736,30115094,30116343,30116511,30121047,30122584,30124171,30125028,30125103,30125816,30125990,30129906,30130427,30132238,30135170,30139591,30139913,30140545,30142110,30142590,30142738,30154678,30154838,30155366,30155886,30156612,30161024,30161117,30162701,30162794,30163932,30164437,30164585,30164931,30165794,30165842,30166068,30166133,30166170,30167045,30167081,30167785,30171887,30175012,30175971,30188590,30188905,30189568,30189985,30190431,30190443,30191052,30200168,30200541,30200946,30200985,30212063,3021438', 'assoc_port': '29885439:29885761,29891419:29891744,29892658:29893224,29892702:29893038,29903590:29903775,29928594:29928676,29929007:29929153,29931021:29931122,29959303:29959434,29960563:29960701,29961068:29961507,29961082:29961261,29964556:29964776,29970896:29971187,30012118:30012277,30014709:30014839,30020408:30020623,30057323:30057388,30058699:30059149,30058700:30058946,30058708:30058905,30060385:30060521,30060387:30060569,30067365:30067493,30068932:30069185,30069869:30069959,30070918:30071040,30071511:30071544,30075585:30075795,30075589:30075759,30076277:30076299,30076747:30077055,30077660:30077772,30077661:30077748,30078430:30078467,30078432:30078463,30079106:30079178,30089670:30089794,30090238:30090383,30091319:30091370,30091320:30091357,30091321:30091378,30092955:30093111,30092957:30093073,30094216:30094430,30099741:30099782,30101938:30102062,30104046:30104276,30104065:30104526,30105064:30105102,30105581:30105622,30108890:30108944,30112368:30112442,30112563:30112657,30113486:30113590,30114052:30114271,30114676:3011473', 'assoc_mat': '29885439:papier:4200:29885761,29891419:papier:4200:29891744,29892658:papier:4200:29893224,29892702:papier:4200:29893038,29903590:papier:4200:29903775,29928594:papier:4200:29928676,29929007:papier:4200:29929153,29931021:papier:4200:29931122,29959303:papier:4200:29959434,29960563:papier:4200:29960701,29961068:papier:4200:29961507,29961082:papier:4200:29961261,29964556:papier:4200:29964776,29970896:papier:4200:29971187,30012118:papier:4200:30012277,30014709:papier:4200:30014839,30020408:papier:4200:30020623,30057323:papier:4200:30057388,30058699:papier:4200:30059149,30058700:papier:4200:30058946,30058708:papier:4200:30058905,30060385:papier:4200:30060521,30060387:papier:4200:30060569,30067365:papier:4200:30067493,30068932:papier:4200:30069185,30069869:papier:4200:30069959,30070918:papier:4200:30071040,30071511:papier:4200:30071544,30075585:papier:4200:30075795,30075589:papier:4200:30075759,30076277:papier:4200:30076299,30076747:papier:4200:30077055,30077660:papier:4200:30077772,30077661:papier:4200:30077748,3007'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9558733422211252, 'nb_photo': 60308, 'list_port_cont': '29883631,29886858,29886937,29891912,29895633,29900709,29900734,29903822,29904025,29904055,29905144,29907342,29922836,29926081,29926138,29926175,29928727,29932904,29933147,29949711,29951141,29954012,29957165,29961478,29963590,29964885,29968394,29968458,29968649,29969756,29973804,29975075,29976161,29976249,29976275,29981531,29986601,30001093,30009957,30010507,30014900,30015984,30023042,30024175,30031787,30037154,30037535,30037751,30037809,30037962,30038029,30038297,30039132,30039140,30049996,30051178,30057812,30059090,30059452,30059970,30060774,30062766,30062860,30063495,30063510,30063535,30063673,30063879,30064272,30065011,30065153,30065206,30065875,30066294,30066321,30068197,30069918,30069923,30070040,30070185,30071058,30071084,30071096,30071583,30071625,30071893,30071898,30072332,30072356,30075705,30076319,30076335,30076405,30076508,30077782,30078943,30079782,30080010,30080101,30080119,30080428,30089432,30089554,30089729,30090770,30091393,30092458,30092790,30093121,30093216,30093248,30093409,30093467,3009348', 'assoc_port': '29883289:29883631,29886571:29886937,29886596:29886858,29891413:29891912,29895115:29895633,29900344:29900734,29900384:29900709,29903594:29904055,29903598:29904025,29903603:29903822,29904829:29905144,29907065:29907342,29922574:29922836,29925901:29926175,29925903:29926138,29925907:29926081,29928596:29928727,29932746:29932904,29933071:29933147,29949462:29949711,29950755:29951141,29953689:29954012,29956868:29957165,29961039:29961478,29961054:29969756,29963320:29963590,29964560:29964885,29968194:29968649,29968195:29968458,29968196:29968394,29973408:29973804,29974618:29975075,29976103:29976275,29976106:29976249,29976108:29976161,29981505:29981531,29986386:29986601,30000795:30001093,30009732:30009957,30010373:30010507,30013864:30014900,30015734:30015984,30022773:30023042,30024059:30024175,30031482:30031787,30037011:30038297,30037013:30038029,30037015:30037962,30037017:30037751,30037019:30037809,30037020:30037535,30037021:30037154,30038945:30039140,30038946:30039132,30049624:30049996,30050939:30051178,30057511:3005781', 'assoc_mat': '29883289:papier:4209:29883631,29886571:papier:4209:29886937,29886596:papier:4209:29886858,29891413:papier:4209:29891912,29895115:papier:4209:29895633,29900344:papier:4209:29900734,29900384:papier:4209:29900709,29903594:papier:4209:29904055,29903598:papier:4209:29904025,29903603:papier:4209:29903822,29904829:papier:4209:29905144,29907065:papier:4209:29907342,29922574:papier:4209:29922836,29925901:papier:4209:29926175,29925903:papier:4209:29926138,29925907:papier:4209:29926081,29928596:papier:4209:29928727,29932746:papier:4209:29932904,29933071:papier:4209:29933147,29949462:papier:4209:29949711,29950755:papier:4209:29951141,29953689:papier:4209:29954012,29956868:papier:4209:29957165,29961039:papier:4209:29961478,29961054:papier:4209:29969756,29963320:papier:4209:29963590,29964560:papier:4209:29964885,29968194:papier:4209:29968649,29968195:papier:4209:29968458,29968196:papier:4209:29968394,29973408:papier:4209:29973804,29974618:papier:4209:29975075,29976103:papier:4209:29976275,29976106:papier:4209:29976249,2997'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.008100802912102962, 'nb_photo': 28978, 'list_port_cont': '29881516,29882662,29883311,29886225,29886264,29887154,29892211,29892265,29900974,29902203,29902287,29904045,29904124,29905486,29905840,29907229,29923043,29923306,29923843,29923874,29923894,29926041,29926216,29926380,29926487,29926525,29927475,29928738,29929169,29929995,29930191,29930400,29931084,29931145,29931679,29932169,29932815,29933264,29938898,29951049,29951457,29951863,29952500,29952935,29953022,29954350,29957819,29959605,29960916,29962138,29963945,29965040,29965145,29967079,29967389,29968618,29971449,29972053,29972266,29973946,29975191,29979282,29981466,29981584,29987023,29987080,29988625,29988666,29989240,29989291,29990994,29992100,29992127,29993020,30010719,30011059,30011801,30011851,30012441,30012464,30013581,30013627,30014830,30014910,30019955,30020861,30022918,30023359,30025447,30028638,30029542,30029585,30037606,30048706,30049076,30050350,30051057,30051376,30051972,30053626,30054612,30054876,30055502,30056836,30057958,30059211,30059550,30059951,30060246,30060276,30060312,30060801,30060831,3006354', 'assoc_port': '29880558:29881516,29882108:29882662,29882109:29883311,29885440:29886225,29885441:29886264,29886569:29887154,29891421:29892265,29891422:29892211,29900383:29900974,29901775:29902287,29901778:29902203,29903596:29904124,29903608:29904045,29904807:29905840,29904815:29905486,29907067:29907229,29922570:29923306,29922577:29923043,29923748:29923843,29923749:29923874,29923751:29923894,29925905:29926216,29925909:29926041,29926314:29926525,29926317:29926487,29926319:29926380,29927059:29927475,29928593:29928738,29929008:29929169,29929782:29930191,29929800:29929995,29930242:29930400,29931019:29931145,29931023:29931084,29931397:29931679,29931987:29932169,29932748:29932815,29933070:29933264,29938885:29938898,29950753:29952500,29950754:29951863,29950756:29951457,29950759:29951049,29952810:29952935,29952811:29953022,29953691:29954350,29955401:29962138,29956853:29957819,29959298:29959605,29960561:29960916,29963305:29963945,29964554:29965040,29964565:29965145,29966745:29967389,29966750:29967079,29968181:29968618,29970897:2997226', 'assoc_mat': '29880558:papier:4211:29881516,29882108:papier:4211:29882662,29882109:papier:4211:29883311,29885440:papier:4211:29886225,29885441:papier:4211:29886264,29886569:papier:4211:29887154,29891421:papier:4211:29892265,29891422:papier:4211:29892211,29900383:papier:4211:29900974,29901775:papier:4211:29902287,29901778:papier:4211:29902203,29903596:papier:4211:29904124,29903608:papier:4211:29904045,29904807:papier:4211:29905840,29904815:papier:4211:29905486,29907067:papier:4211:29907229,29922570:papier:4211:29923306,29922577:papier:4211:29923043,29923748:papier:4211:29923843,29923749:papier:4211:29923874,29923751:papier:4211:29923894,29925905:papier:4211:29926216,29925909:papier:4211:29926041,29926314:papier:4211:29926525,29926317:papier:4211:29926487,29926319:papier:4211:29926380,29927059:papier:4211:29927475,29928593:papier:4211:29928738,29929008:papier:4211:29929169,29929782:papier:4211:29930191,29929800:papier:4211:29929995,29930242:papier:4211:29930400,29931019:papier:4211:29931145,29931023:papier:4211:29931084,2993'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.008905444607032251, 'nb_photo': 258, 'list_port_cont': '29877820,29882859,29887226,29887462,29890168,29893442,29904401,29904871,29927540,29928849,29929425,29930014,29931297,29956311,29957369,29960741,29967613,29967818,29974128,29977002,29988180,30010830,30011934,30014108,30016363,30020991,30051586,30056896,30058383,30060340,30065050,30067582,30068810,30072270,30077807,30078340,30078565,30078998,30079494,30080160,30080167,30089805,30090159,30090449,30093872,30097183,30099128,30101808,30103006,30103916,30105165,30105767,30105788,30106247,30112494,30112511,30113998,30114313,30116469,30116626,30119556,30121395,30122878,30123377,30125932,30130020,30131521,30131961,30132424,30132949,30135480,30135741,30135859,30140110,30154494,30154875,30155412,30162376,30162914,30163528,30164619,30164647,30164655,30167309,30170938,30171026,30171665,30172431,30175389,30175651,30176665,30179543,30180481,30187213,30188384,30188393,30189024,30189276,30189682,30189837,30190124,30190168,30190272,30190820,30190840,30196233,30198985,30199880,30199901,30199950,30200565,30201111,30201842,3021488', 'assoc_port': '29877117:29877820,29882110:29882859,29885438:29887226,29886598:29887462,29889698:29890168,29892688:29893442,29901781:29904871,29903605:29904401,29927020:29927540,29928590:29928849,29929009:29929425,29929804:29930014,29931017:29931297,29955424:29956311,29956851:29957369,29960566:29960741,29966737:29967818,29966748:29967613,29973433:29974128,29976100:29977002,29987863:29988180,30010369:30010830,30011662:30011934,30013883:30014108,30015739:30016363,30020411:30020991,30050942:30051586,30056440:30056896,30057512:30058383,30058702:30060340,30064895:30065050,30067364:30067582,30068352:30068810,30072105:30072270,30077662:30077807,30078166:30078340,30078429:30078565,30078807:30078998,30079401:30079494,30079963:30080167,30079967:30080160,30089668:30089805,30090113:30090159,30090239:30090449,30093796:30093872,30097077:30097183,30098887:30099128,30099894:30101808,30101937:30103006,30103798:30103916,30105067:30105165,30105571:30105788,30105572:30105767,30105878:30106247,30112371:30112511,30112374:30112494,30113819:3011431', 'assoc_mat': '29877117:papier:3327:29877820,29882110:papier:3327:29882859,29885438:papier:3327:29887226,29886598:papier:3327:29887462,29889698:papier:3327:29890168,29892688:papier:3327:29893442,29901781:papier:3327:29904871,29903605:papier:3327:29904401,29927020:papier:3327:29927540,29928590:papier:3327:29928849,29929009:papier:3327:29929425,29929804:papier:3327:29930014,29931017:papier:3327:29931297,29955424:papier:3327:29956311,29956851:papier:3327:29957369,29960566:papier:3327:29960741,29966737:papier:3327:29967818,29966748:papier:3327:29967613,29973433:papier:3327:29974128,29976100:papier:3327:29977002,29987863:papier:3327:29988180,30010369:papier:3327:30010830,30011662:papier:3327:30011934,30013883:papier:3327:30014108,30015739:papier:3327:30016363,30020411:papier:3327:30020991,30050942:papier:3327:30051586,30056440:papier:3327:30056896,30057512:papier:3327:30058383,30058702:papier:3327:30060340,30064895:papier:3327:30065050,30067364:papier:3327:30067582,30068352:papier:3327:30068810,30072105:papier:3327:30072270,3007'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.023262480462488164, 'nb_photo': 2837, 'list_port_cont': '29905313,29931164,29932124,29954172,29964247,29967176,29981877,29988646,30024154,30054816,30060782,30066639,30068216,30072230,30078483,30078957,30078978,30080449,30081762,30084141,30090443,30091412,30092399,30096173,30101088,30105696,30108308,30109082,30110458,30112679,30114328,30115212,30121144,30124862,30129700,30130474,30134768,30140096,30143058,30155903,30162203,30164944,30164952,30165015,30167093,30170877,30173518,30175480,30176170,30188935,30190022,30195725,30213566,30216720,30219124,30224465,30225423,30227577,30228334,30228397,30228430,30229467,30235535,30237426,30237450,30237607,30239859,30240515,30245548,30251670,30257676,30263783,30271586,30273572,30273991,30275203,30275664,30276103,30277498,30277552,30278347,30278361,30282570', 'assoc_port': '29904813:29905313,29931014:29931164,29932010:29932124,29953694:29954172,29961053:29964247,29966741:29967176,29981854:29981877,29988455:29988646,30024056:30024154,30054134:30054816,30060714:30060782,30066438:30066639,30067991:30068216,30072108:30072230,30078431:30078483,30078803:30078978,30078805:30078957,30080405:30080449,30081751:30081762,30084136:30084141,30090237:30090443,30091324:30091412,30092159:30092399,30095678:30096173,30100824:30101088,30105575:30105696,30107950:30108308,30109078:30109082,30110198:30110458,30112562:30112679,30114051:30114328,30115050:30115212,30120849:30121144,30124663:30124862,30129560:30129700,30130253:30130474,30134694:30134768,30139881:30140096,30142885:30143058,30155605:30155903,30162003:30162203,30164728:30164952,30164731:30165015,30164735:30164944,30166976:30167093,30170833:30170877,30173295:30173518,30175442:30175480,30176144:30176170,30188766:30188935,30189940:30190022,30195508:30195725,30213190:30213566,30216459:30216720,30219018:30219124,30224397:30224465,30225009:3022542', 'assoc_mat': '29904813:papier:3594:29905313,29931014:papier:3594:29931164,29932010:papier:3594:29932124,29953694:papier:3594:29954172,29961053:papier:3594:29964247,29966741:papier:3594:29967176,29981854:papier:3594:29981877,29988455:papier:3594:29988646,30024056:papier:3594:30024154,30054134:papier:3594:30054816,30060714:papier:3594:30060782,30066438:papier:3594:30066639,30067991:papier:3594:30068216,30072108:papier:3594:30072230,30078431:papier:3594:30078483,30078803:papier:3594:30078978,30078805:papier:3594:30078957,30080405:papier:3594:30080449,30081751:papier:3594:30081762,30084136:papier:3594:30084141,30090237:papier:3594:30090443,30091324:papier:3594:30091412,30092159:papier:3594:30092399,30095678:papier:3594:30096173,30100824:papier:3594:30101088,30105575:papier:3594:30105696,30107950:papier:3594:30108308,30109078:papier:3594:30109082,30110198:papier:3594:30110458,30112562:papier:3594:30112679,30114051:papier:3594:30114328,30115050:papier:3594:30115212,30120849:papier:3594:30121144,30124663:papier:3594:30124862,3012'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.004725097882316493, 'nb_photo': 9, 'list_port_cont': '29889888,29967488,30067533,30077740,30165090', 'assoc_port': '29889694:29889888,29966739:29967488,30067362:30067533,30077663:30077740,30165088:30165090', 'assoc_mat': '29889694:pehd:4205:29889888,29966739:pehd:4205:29967488,30067362:pehd:4205:30067533,30077663:pehd:4205:30077740,30165088:pehd:4205:30165090'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0035218506887004218, 'nb_photo': 21, 'list_port_cont': '29965067,29987096,30013597,30016533,30016624,30020080,30078323,30215459', 'assoc_port': '29963289:29965067,29986859:29987096,30013136:30013597,30015732:30020080,30015735:30016533,30015737:30016624,30078170:30078323,30215303:30215459', 'assoc_mat': '29963289:pehd:4203:29965067,29986859:pehd:4203:29987096,30013136:pehd:4203:30013597,30015732:pehd:4203:30020080,30015735:pehd:4203:30016533,30015737:pehd:4203:30016624,30078170:pehd:4203:30078323,30215303:pehd:4203:30215459'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003894027779339992, 'nb_photo': 125, 'list_port_cont': '29880645,29884108,29891839,29892725,29903906,29923779,29923800,29924242,29926350,29926403,29929075,29930328,29931487,29933739,29949919,29950908,29952988,29953920,29955658,29959509,29959577,29961223,29961323,29961630,29964807,29967302,29971243,29974788,29986506,29987974,29988497,30009907,30013474,30020596,30020683,30030650,30053522,30056620,30057911,30059690,30060226,30066281,30067437,30069460,30069890,30071111,30071525,30077982,30078417,30078819,30079989,30080411,30081241,30090257,30090407,30090733,30098899,30099963,30103837,30105514,30106212,30110340,30111802,30112406,30114225,30121216,30121994,30122415,30122797,30123113,30124099,30124122,30124334,30125869,30132281,30133321,30134072,30139965,30141178,30142761,30156406,30156598,30162617,30163892,30163977,30173026,30175718,30176586,30179696,30186928,30187977,30197064,30199182,30199729,30200518,30212128,30213806,30219025', 'assoc_port': '29880560:29880645,29883287:29884108,29885442:29892725,29891417:29891839,29903592:29903906,29923747:29923800,29923750:29923779,29924116:29924242,29926315:29926403,29926321:29926350,29928987:29929075,29930228:29930328,29931395:29931487,29933651:29933739,29949458:29949919,29950760:29950908,29952809:29952988,29953696:29953920,29955403:29961630,29955444:29955658,29956855:29959577,29959304:29959509,29961025:29961323,29961084:29961223,29964561:29964807,29966743:29967302,29970902:29971243,29974617:29974788,29986387:29986506,29987834:29987974,29988452:29988497,30009730:30009907,30013141:30013474,30020406:30020683,30020409:30020596,30030561:30030650,30053289:30053522,30056438:30057911,30056442:30056620,30059606:30059690,30060219:30060226,30066242:30066281,30067363:30067437,30069316:30069460,30069868:30069890,30070916:30071111,30071508:30071525,30076768:30078417,30077878:30077982,30078808:30078819,30079972:30079989,30080408:30080411,30081193:30081241,30090233:30090407,30090240:30090257,30090616:30090733,30098885:3009889', 'assoc_mat': '29880560:pehd:4207:29880645,29883287:pehd:4207:29884108,29885442:pehd:4207:29892725,29891417:pehd:4207:29891839,29903592:pehd:4207:29903906,29923747:pehd:4207:29923800,29923750:pehd:4207:29923779,29924116:pehd:4207:29924242,29926315:pehd:4207:29926403,29926321:pehd:4207:29926350,29928987:pehd:4207:29929075,29930228:pehd:4207:29930328,29931395:pehd:4207:29931487,29933651:pehd:4207:29933739,29949458:pehd:4207:29949919,29950760:pehd:4207:29950908,29952809:pehd:4207:29952988,29953696:pehd:4207:29953920,29955403:pehd:4207:29961630,29955444:pehd:4207:29955658,29956855:pehd:4207:29959577,29959304:pehd:4207:29959509,29961025:pehd:4207:29961323,29961084:pehd:4207:29961223,29964561:pehd:4207:29964807,29966743:pehd:4207:29967302,29970902:pehd:4207:29971243,29974617:pehd:4207:29974788,29986387:pehd:4207:29986506,29987834:pehd:4207:29987974,29988452:pehd:4207:29988497,30009730:pehd:4207:30009907,30013141:pehd:4207:30013474,30020406:pehd:4207:30020683,30020409:pehd:4207:30020596,30030561:pehd:4207:30030650,30053289:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.013962243553256603, 'nb_photo': 19, 'list_port_cont': '29959531,29964992,30012402,30056757,30090985,30098933,30109474,30112715,30116563,30121291,30130445,30163479,30164008,30188938,30201390', 'assoc_port': '29959300:29959531,29964563:29964992,30012117:30012402,30056441:30056757,30090578:30090985,30098888:30098933,30109264:30109474,30112559:30112715,30116504:30116563,30121174:30121291,30130252:30130445,30163172:30163479,30163775:30164008,30188761:30188938,30201235:30201390', 'assoc_mat': '29959300:pehd:4461:29959531,29964563:pehd:4461:29964992,30012117:pehd:4461:30012402,30056441:pehd:4461:30056757,30090578:pehd:4461:30090985,30098888:pehd:4461:30098933,30109264:pehd:4461:30109474,30112559:pehd:4461:30112715,30116504:pehd:4461:30116563,30121174:pehd:4461:30121291,30130252:pehd:4461:30130445,30163172:pehd:4461:30163479,30163775:pehd:4461:30164008,30188761:pehd:4461:30188938,30201235:pehd:4461:30201390'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0058051435893055475, 'nb_photo': 104, 'list_port_cont': '29891742,29893033,29893221,29903770,29928677,29929154,29931134,29959438,29960693,29961272,29961503,29964778,29971195,30020614,30057392,30058895,30059157,30060516,30069184,30069960,30071031,30075761,30077060,30077763,30079167,30089781,30102066,30104274,30104514,30112437,30112648,30113591,30114735,30115095,30116350,30124169,30125101,30140555,30142095,30154834,30155373,30155885,30156609,30163377,30164579,30164930,30165796,30167076,30174631,30175020,30175973,30188585,30188900,30190446,30191054,30200165,30200953,30214382,30217586,30218910,30238031,30275983,30276423,30282583', 'assoc_port': '29891419:29891742,29892658:29893221,29892702:29893033,29903590:29903770,29928594:29928677,29929007:29929154,29931021:29931134,29959303:29959438,29960563:29960693,29961068:29961503,29961082:29961272,29964556:29964778,29970896:29971195,30020408:30020614,30057323:30057392,30058699:30059157,30058708:30058895,30060385:30060516,30068932:30069184,30069869:30069960,30070918:30071031,30075589:30075761,30076747:30077060,30077660:30077763,30079106:30079167,30089670:30089781,30101938:30102066,30104046:30104274,30104065:30104514,30112368:30112437,30112563:30112648,30113486:30113591,30114676:30114735,30115045:30115095,30116263:30116350,30124081:30124169,30125014:30125101,30140524:30140555,30141967:30142095,30154583:30154834,30155112:30155373,30155648:30155885,30156543:30156609,30163174:30163377,30164212:30164579,30164729:30164930,30165771:30165796,30166953:30167076,30172229:30175020,30172703:30175973,30172945:30174631,30188472:30188585,30188764:30188900,30190336:30190446,30190963:30191054,30199709:30200953,30200056:3020016', 'assoc_mat': '29891419:pehd:4200:29891742,29892658:pehd:4200:29893221,29892702:pehd:4200:29893033,29903590:pehd:4200:29903770,29928594:pehd:4200:29928677,29929007:pehd:4200:29929154,29931021:pehd:4200:29931134,29959303:pehd:4200:29959438,29960563:pehd:4200:29960693,29961068:pehd:4200:29961503,29961082:pehd:4200:29961272,29964556:pehd:4200:29964778,29970896:pehd:4200:29971195,30020408:pehd:4200:30020614,30057323:pehd:4200:30057392,30058699:pehd:4200:30059157,30058708:pehd:4200:30058895,30060385:pehd:4200:30060516,30068932:pehd:4200:30069184,30069869:pehd:4200:30069960,30070918:pehd:4200:30071031,30075589:pehd:4200:30075761,30076747:pehd:4200:30077060,30077660:pehd:4200:30077763,30079106:pehd:4200:30079167,30089670:pehd:4200:30089781,30101938:pehd:4200:30102066,30104046:pehd:4200:30104274,30104065:pehd:4200:30104514,30112368:pehd:4200:30112437,30112563:pehd:4200:30112648,30113486:pehd:4200:30113591,30114676:pehd:4200:30114735,30115045:pehd:4200:30115095,30116263:pehd:4200:30116350,30124081:pehd:4200:30124169,30125014:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006384544089550136, 'nb_photo': 355, 'list_port_cont': '29886866,29895628,29900717,29900733,29905145,29907328,29926074,29926165,29928724,29933152,29951143,29957159,29964886,29968456,29968650,29969752,29975073,29976248,29976269,30001099,30009958,30015980,30023044,30024177,30031790,30051189,30059091,30059965,30063503,30063515,30063528,30063682,30063882,30064270,30065012,30065199,30069916,30069924,30070026,30070191,30071067,30071100,30071613,30071894,30071904,30076336,30076408,30077792,30079789,30080427,30089424,30089728,30092452,30093130,30093212,30093250,30094525,30094739,30096013,30097584,30098637,30101084,30103897,30104937,30104948,30105085,30106244,30109427,30110635,30111145,30111172,30111276,30111297,30112701,30114130,30114756,30114878,30115113,30115323,30116444,30121097,30121701,30123222,30123269,30123642,30125926,30126447,30126473,30126539,30131034,30131513,30131892,30132352,30132876,30132917,30134555,30134807,30135367,30135381,30135821,30139191,30139297,30139512,30139692,30140376,30140397,30140758,30140990,30142961,30142988,30155880,30157176,30157234,3016227', 'assoc_port': '29886596:29886866,29895115:29895628,29900344:29900733,29900384:29900717,29904829:29905145,29907065:29907328,29925901:29926165,29925907:29926074,29928596:29928724,29933071:29933152,29950755:29951143,29956868:29957159,29961054:29969752,29964560:29964886,29968194:29968650,29968195:29968456,29974618:29975073,29976103:29976269,29976106:29976248,30000795:30001099,30009732:30009958,30015734:30015980,30022773:30023044,30024059:30024177,30031482:30031790,30050939:30051189,30058707:30059091,30059608:30059965,30062396:30064270,30063326:30063682,30063333:30063528,30063336:30063503,30063338:30063515,30063828:30063882,30064899:30065012,30065107:30065199,30069866:30070026,30069867:30069916,30069872:30069924,30070111:30070191,30070917:30071100,30070922:30071067,30071510:30071613,30071855:30071904,30071878:30071894,30076272:30076408,30076275:30076336,30077664:30077792,30079723:30079789,30080407:30080427,30089376:30089424,30089671:30089728,30092157:30092452,30092953:30093250,30092977:30093212,30092999:30093130,30094221:3009473', 'assoc_mat': '29886596:pehd:4209:29886866,29895115:pehd:4209:29895628,29900344:pehd:4209:29900733,29900384:pehd:4209:29900717,29904829:pehd:4209:29905145,29907065:pehd:4209:29907328,29925901:pehd:4209:29926165,29925907:pehd:4209:29926074,29928596:pehd:4209:29928724,29933071:pehd:4209:29933152,29950755:pehd:4209:29951143,29956868:pehd:4209:29957159,29961054:pehd:4209:29969752,29964560:pehd:4209:29964886,29968194:pehd:4209:29968650,29968195:pehd:4209:29968456,29974618:pehd:4209:29975073,29976103:pehd:4209:29976269,29976106:pehd:4209:29976248,30000795:pehd:4209:30001099,30009732:pehd:4209:30009958,30015734:pehd:4209:30015980,30022773:pehd:4209:30023044,30024059:pehd:4209:30024177,30031482:pehd:4209:30031790,30050939:pehd:4209:30051189,30058707:pehd:4209:30059091,30059608:pehd:4209:30059965,30062396:pehd:4209:30064270,30063326:pehd:4209:30063682,30063333:pehd:4209:30063528,30063336:pehd:4209:30063503,30063338:pehd:4209:30063515,30063828:pehd:4209:30063882,30064899:pehd:4209:30065012,30065107:pehd:4209:30065199,30069866:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9719057896863088, 'nb_photo': 8377, 'list_port_cont': '29881517,29882656,29883301,29886229,29886254,29887146,29892217,29892273,29900970,29902197,29902301,29904039,29904114,29905494,29905842,29907232,29923041,29923309,29923840,29923868,29923886,29926043,29926225,29926378,29926482,29926527,29927473,29928737,29929172,29929993,29930194,29930398,29931089,29931695,29932179,29932819,29933269,29938912,29951451,29951852,29952510,29952931,29953026,29954355,29957820,29959607,29960927,29962126,29963942,29965028,29965139,29967081,29967391,29968612,29971456,29972050,29972257,29973954,29975193,29979278,29981456,29981582,29987016,29987073,29988631,29988673,29989226,29989284,29991003,29992085,29992128,29993019,30010725,30011064,30011793,30011847,30012448,30012452,30013585,30013620,30014819,30014905,30019963,30020862,30022916,30023360,30025446,30028630,30029538,30029598,30037604,30048702,30049073,30050356,30051066,30051372,30051969,30053621,30054618,30054886,30055505,30056842,30057965,30059205,30059553,30059953,30060242,30060260,30060307,30060804,30060835,30063553,30063629,3006397', 'assoc_port': '29880558:29881517,29882108:29882656,29882109:29883301,29885440:29886229,29885441:29886254,29886569:29887146,29891421:29892273,29891422:29892217,29900383:29900970,29901775:29902301,29901778:29902197,29903596:29904114,29903608:29904039,29904807:29905842,29904815:29905494,29907067:29907232,29922570:29923309,29922577:29923041,29923748:29923840,29923749:29923868,29923751:29923886,29925905:29926225,29925909:29926043,29926314:29926527,29926317:29926482,29926319:29926378,29927059:29927473,29928593:29928737,29929008:29929172,29929782:29930194,29929800:29929993,29930242:29930398,29931023:29931089,29931397:29931695,29931987:29932179,29932748:29932819,29933070:29933269,29938885:29938912,29950753:29952510,29950754:29951852,29950756:29951451,29952810:29952931,29952811:29953026,29953691:29954355,29955401:29962126,29956853:29957820,29959298:29959607,29960561:29960927,29963305:29963942,29964554:29965028,29964565:29965139,29966745:29967391,29966750:29967081,29968181:29968612,29970897:29972257,29970903:29972050,29970907:2997145', 'assoc_mat': '29880558:pehd:4211:29881517,29882108:pehd:4211:29882656,29882109:pehd:4211:29883301,29885440:pehd:4211:29886229,29885441:pehd:4211:29886254,29886569:pehd:4211:29887146,29891421:pehd:4211:29892273,29891422:pehd:4211:29892217,29900383:pehd:4211:29900970,29901775:pehd:4211:29902301,29901778:pehd:4211:29902197,29903596:pehd:4211:29904114,29903608:pehd:4211:29904039,29904807:pehd:4211:29905842,29904815:pehd:4211:29905494,29907067:pehd:4211:29907232,29922570:pehd:4211:29923309,29922577:pehd:4211:29923041,29923748:pehd:4211:29923840,29923749:pehd:4211:29923868,29923751:pehd:4211:29923886,29925905:pehd:4211:29926225,29925909:pehd:4211:29926043,29926314:pehd:4211:29926527,29926317:pehd:4211:29926482,29926319:pehd:4211:29926378,29927059:pehd:4211:29927473,29928593:pehd:4211:29928737,29929008:pehd:4211:29929172,29929782:pehd:4211:29930194,29929800:pehd:4211:29929993,29930242:pehd:4211:29930398,29931023:pehd:4211:29931089,29931397:pehd:4211:29931695,29931987:pehd:4211:29932179,29932748:pehd:4211:29932819,29933070:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0002021817359273957, 'nb_photo': 3, 'list_port_cont': '30124866,30170884,30245551', 'assoc_port': '30124663:30124866,30170833:30170884,30245096:30245551', 'assoc_mat': '30124663:pehd:3594:30124866,30170833:pehd:3594:30170884,30245096:pehd:3594:30245551'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005178391582558792, 'nb_photo': 1, 'list_port_cont': '29954127', 'assoc_port': '29953693:29954127', 'assoc_mat': '29953693:pet_clair:4205:29954127'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005823894617494178, 'nb_photo': 6, 'list_port_cont': '29883536,29949923,30104219,30124126,30216643,30237520', 'assoc_port': '29883294:29883536,29949458:29949923,30104069:30104219,30124079:30124126,30216458:30216643,30237496:30237520', 'assoc_mat': '29883294:pet_clair:4207:29883536,29949458:pet_clair:4207:29949923,30104069:pet_clair:4207:30104219,30124079:pet_clair:4207:30124126,30216458:pet_clair:4207:30216643,30237496:pet_clair:4207:30237520'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.005611227130169608, 'nb_photo': 30, 'list_port_cont': '29885767,29960694,29961506,29971182,30058893,30059150,30069961,30090385,30099789,30112646,30113583,30114733,30122587,30124166,30125026,30142109,30142741,30155894,30166055,30167080,30175981,30188586,30188909,30191048,30200167,30200539,30216016', 'assoc_port': '29885439:29885767,29960563:29960694,29961068:29961506,29970896:29971182,30058699:30059150,30058708:30058893,30069869:30069961,30090238:30090385,30099741:30099789,30112563:30112646,30113486:30113583,30114676:30114733,30122544:30122587,30124081:30124166,30125015:30125026,30141967:30142109,30142734:30142741,30155648:30155894,30164207:30166055,30166953:30167080,30172703:30175981,30188472:30188586,30188764:30188909,30190963:30191048,30200056:30200167,30200488:30200539,30215896:30216016', 'assoc_mat': '29885439:pet_clair:4200:29885767,29960563:pet_clair:4200:29960694,29961068:pet_clair:4200:29961506,29970896:pet_clair:4200:29971182,30058699:pet_clair:4200:30059150,30058708:pet_clair:4200:30058893,30069869:pet_clair:4200:30069961,30090238:pet_clair:4200:30090385,30099741:pet_clair:4200:30099789,30112563:pet_clair:4200:30112646,30113486:pet_clair:4200:30113583,30114676:pet_clair:4200:30114733,30122544:pet_clair:4200:30122587,30124081:pet_clair:4200:30124166,30125015:pet_clair:4200:30125026,30141967:pet_clair:4200:30142109,30142734:pet_clair:4200:30142741,30155648:pet_clair:4200:30155894,30164207:pet_clair:4200:30166055,30166953:pet_clair:4200:30167080,30172703:pet_clair:4200:30175981,30188472:pet_clair:4200:30188586,30188764:pet_clair:4200:30188909,30190963:pet_clair:4200:30191048,30200056:pet_clair:4200:30200167,30200488:pet_clair:4200:30200539,30215896:pet_clair:4200:30216016'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.001785210822345314, 'nb_photo': 5, 'list_port_cont': '29933145,30131473,30179440,30185149', 'assoc_port': '29933071:29933145,30131227:30131473,30176477:30179440,30184740:30185149', 'assoc_mat': '29933071:pet_clair:4209:29933145,30131227:pet_clair:4209:30131473,30176477:pet_clair:4209:30179440,30184740:pet_clair:4209:30185149'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009566183026151947, 'nb_photo': 123, 'list_port_cont': '29881513,29882668,29883298,29905850,29923300,29923834,29926485,29927479,29931154,29933266,29938902,29952497,29967396,29971458,29975199,29987081,29992126,30012442,30023356,30028639,30037598,30048704,30051373,30059214,30059952,30063544,30063967,30065215,30066312,30066683,30069550,30074580,30076633,30078066,30079803,30089563,30091233,30091422,30098436,30098818,30102179,30108455,30108526,30108806,30108967,30111157,30111207,30111373,30112038,30114296,30115229,30115347,30116427,30121333,30124188,30124403,30125908,30129965,30130100,30131542,30131563,30132941,30135706,30135724,30140686,30141198,30141613,30147377,30155396,30156965,30162324,30164638,30166111,30166819,30172951,30175697,30176195,30176354,30176502,30180278,30188662,30191181,30194543,30195641,30197432,30198895,30202111,30202442,30202701,30212262,30218940,30219113', 'assoc_port': '29880558:29881513,29882108:29882668,29882109:29883298,29904807:29905850,29922570:29923300,29923748:29923834,29926317:29926485,29927059:29927479,29931019:29931154,29933070:29933266,29938885:29938902,29950753:29952497,29966745:29967396,29970907:29971458,29974616:29975199,29986866:29987081,29991790:29992126,30012120:30012442,30022774:30023356,30028101:30028639,30037010:30037598,30048066:30048704,30050944:30051373,30058701:30059214,30059609:30059952,30063335:30063544,30063826:30063967,30065106:30065215,30066243:30066312,30066442:30066683,30069314:30069550,30074552:30074580,30076444:30076633,30077877:30078066,30079719:30079803,30089374:30089563,30090576:30091233,30091318:30091422,30098296:30098436,30098576:30098818,30101958:30102179,30105582:30108806,30107937:30108526,30108045:30108455,30108889:30108967,30110864:30111207,30110869:30111157,30111264:30111373,30111693:30112038,30114053:30114296,30115048:30115229,30115287:30115347,30116267:30116427,30121195:30121333,30124082:30124188,30124275:30124403,30125808:3012590', 'assoc_mat': '29880558:pet_clair:4211:29881513,29882108:pet_clair:4211:29882668,29882109:pet_clair:4211:29883298,29904807:pet_clair:4211:29905850,29922570:pet_clair:4211:29923300,29923748:pet_clair:4211:29923834,29926317:pet_clair:4211:29926485,29927059:pet_clair:4211:29927479,29931019:pet_clair:4211:29931154,29933070:pet_clair:4211:29933266,29938885:pet_clair:4211:29938902,29950753:pet_clair:4211:29952497,29966745:pet_clair:4211:29967396,29970907:pet_clair:4211:29971458,29974616:pet_clair:4211:29975199,29986866:pet_clair:4211:29987081,29991790:pet_clair:4211:29992126,30012120:pet_clair:4211:30012442,30022774:pet_clair:4211:30023356,30028101:pet_clair:4211:30028639,30037010:pet_clair:4211:30037598,30048066:pet_clair:4211:30048704,30050944:pet_clair:4211:30051373,30058701:pet_clair:4211:30059214,30059609:pet_clair:4211:30059952,30063335:pet_clair:4211:30063544,30063826:pet_clair:4211:30063967,30065106:pet_clair:4211:30065215,30066243:pet_clair:4211:30066312,30066442:pet_clair:4211:30066683,30069314:pet_clair:4211:30069550,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9934936985621127, 'nb_photo': 118195, 'list_port_cont': '29877816,29881022,29882863,29887233,29887469,29890167,29893441,29895752,29899131,29900995,29901139,29904394,29904877,29905296,29907447,29907518,29923247,29923910,29926243,29927544,29927583,29928842,29929435,29930012,29931295,29932876,29933297,29953333,29954114,29954327,29956310,29957378,29960732,29965444,29967612,29967820,29971768,29971999,29974120,29977008,29981444,29987166,29988178,29989900,29992215,29993146,30008512,30010818,30011930,30013349,30013707,30013733,30014110,30016367,30020996,30024254,30029699,30032113,30037693,30048875,30050591,30051599,30055192,30056893,30057478,30058381,30059564,30060292,30060352,30060818,30063081,30063651,30063653,30064031,30065048,30065061,30065636,30066363,30067583,30068807,30069269,30069535,30070243,30071165,30071670,30071695,30072275,30075956,30076061,30076646,30076666,30077802,30078344,30078568,30079001,30079334,30079366,30079497,30079818,30079838,30080151,30080169,30080185,30080477,30089756,30089810,30090161,30090457,30091442,30092488,30092882,30093278,30093561,3009387', 'assoc_port': '29877117:29877816,29880559:29881022,29882110:29882863,29885438:29887233,29886598:29887469,29889698:29890167,29892688:29893441,29895117:29895752,29898579:29899131,29900343:29901139,29900382:29900995,29901781:29904877,29903605:29904394,29904810:29905296,29907140:29907518,29907143:29907447,29922578:29923247,29923752:29923910,29925914:29926243,29927018:29927583,29927020:29927544,29928590:29928842,29929009:29929435,29929804:29930012,29931017:29931295,29932747:29932876,29933068:29933297,29952805:29954114,29952808:29953333,29953698:29954327,29955424:29956310,29956851:29957378,29960566:29960732,29964558:29965444,29966737:29967820,29966748:29967612,29970898:29971999,29970905:29971768,29973433:29974120,29976100:29977008,29981309:29981444,29986862:29987166,29987863:29988178,29989096:29989900,29991797:29992215,29992644:29993146,30008197:30008512,30010369:30010818,30011662:30011930,30013139:30013733,30013145:30013707,30013164:30013349,30013883:30014110,30015739:30016367,30020411:30020996,30024057:30024254,30029201:3002969', 'assoc_mat': '29877117:pet_clair:3327:29877816,29880559:pet_clair:3327:29881022,29882110:pet_clair:3327:29882863,29885438:pet_clair:3327:29887233,29886598:pet_clair:3327:29887469,29889698:pet_clair:3327:29890167,29892688:pet_clair:3327:29893441,29895117:pet_clair:3327:29895752,29898579:pet_clair:3327:29899131,29900343:pet_clair:3327:29901139,29900382:pet_clair:3327:29900995,29901781:pet_clair:3327:29904877,29903605:pet_clair:3327:29904394,29904810:pet_clair:3327:29905296,29907140:pet_clair:3327:29907518,29907143:pet_clair:3327:29907447,29922578:pet_clair:3327:29923247,29923752:pet_clair:3327:29923910,29925914:pet_clair:3327:29926243,29927018:pet_clair:3327:29927583,29927020:pet_clair:3327:29927544,29928590:pet_clair:3327:29928842,29929009:pet_clair:3327:29929435,29929804:pet_clair:3327:29930012,29931017:pet_clair:3327:29931295,29932747:pet_clair:3327:29932876,29933068:pet_clair:3327:29933297,29952805:pet_clair:3327:29954114,29952808:pet_clair:3327:29953333,29953698:pet_clair:3327:29954327,29955424:pet_clair:3327:29956310,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.028576497454064743, 'nb_photo': 1646, 'list_port_cont': '29905314,29931161,29932123,29954164,29964242,29967173,29981881,29988644,30024157,30054814,30060786,30066644,30068222,30072229,30078492,30078949,30078974,30080448,30081760,30084139,30090436,30091411,30092396,30096172,30101098,30105691,30108299,30109089,30110454,30112680,30114333,30115216,30121147,30124864,30129702,30130475,30134769,30140095,30143056,30155900,30162204,30164950,30164957,30165016,30167100,30170879,30173526,30175478,30176166,30188934,30190017,30195718,30213570,30216716,30219134,30225435,30227579,30228400,30228436,30229462,30235526,30237421,30237448,30237612,30239860,30240514,30245555,30251667,30257679,30263786,30271582,30273582,30273990,30275208,30275659,30276096,30277500,30277553,30278357,30278364,30282577', 'assoc_port': '29904813:29905314,29931014:29931161,29932010:29932123,29953694:29954164,29961053:29964242,29966741:29967173,29981854:29981881,29988455:29988644,30024056:30024157,30054134:30054814,30060714:30060786,30066438:30066644,30067991:30068222,30072108:30072229,30078431:30078492,30078803:30078974,30078805:30078949,30080405:30080448,30081751:30081760,30084136:30084139,30090237:30090436,30091324:30091411,30092159:30092396,30095678:30096172,30100824:30101098,30105575:30105691,30107950:30108299,30109078:30109089,30110198:30110454,30112562:30112680,30114051:30114333,30115050:30115216,30120849:30121147,30124663:30124864,30129560:30129702,30130253:30130475,30134694:30134769,30139881:30140095,30142885:30143056,30155605:30155900,30162003:30162204,30164728:30164957,30164731:30165016,30164735:30164950,30166976:30167100,30170833:30170879,30173295:30173526,30175442:30175478,30176144:30176166,30188766:30188934,30189940:30190017,30195508:30195718,30213190:30213570,30216459:30216716,30219018:30219134,30225009:30225435,30227517:3022757', 'assoc_mat': '29904813:pet_clair:3594:29905314,29931014:pet_clair:3594:29931161,29932010:pet_clair:3594:29932123,29953694:pet_clair:3594:29954164,29961053:pet_clair:3594:29964242,29966741:pet_clair:3594:29967173,29981854:pet_clair:3594:29981881,29988455:pet_clair:3594:29988644,30024056:pet_clair:3594:30024157,30054134:pet_clair:3594:30054814,30060714:pet_clair:3594:30060786,30066438:pet_clair:3594:30066644,30067991:pet_clair:3594:30068222,30072108:pet_clair:3594:30072229,30078431:pet_clair:3594:30078492,30078803:pet_clair:3594:30078974,30078805:pet_clair:3594:30078949,30080405:pet_clair:3594:30080448,30081751:pet_clair:3594:30081760,30084136:pet_clair:3594:30084139,30090237:pet_clair:3594:30090436,30091324:pet_clair:3594:30091411,30092159:pet_clair:3594:30092396,30095678:pet_clair:3594:30096172,30100824:pet_clair:3594:30101098,30105575:pet_clair:3594:30105691,30107950:pet_clair:3594:30108299,30109078:pet_clair:3594:30109089,30110198:pet_clair:3594:30110454,30112562:pet_clair:3594:30112680,30114051:pet_clair:3594:30114333,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.012469606048162414, 'nb_photo': 1, 'list_port_cont': '30135510', 'assoc_port': '30135256:30135510', 'assoc_mat': '30135256:pet_fonce:3327:30135510'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0017567703429064658, 'nb_photo': 77, 'list_port_cont': '29905311,29932125,29954170,29967174,29988647,30024155,30054820,30060780,30066641,30072233,30080454,30084140,30090438,30092405,30096166,30108303,30121141,30124867,30130467,30134767,30140100,30143049,30155905,30162207,30164949,30164960,30167096,30173525,30175473,30176167,30190020,30213569,30225431,30239855,30240508,30251668,30263776,30271589,30273993,30275200,30275655,30276095,30277499', 'assoc_port': '29904813:29905311,29932010:29932125,29953694:29954170,29966741:29967174,29988455:29988647,30024056:30024155,30054134:30054820,30060714:30060780,30066438:30066641,30072108:30072233,30080405:30080454,30084136:30084140,30090237:30090438,30092159:30092405,30095678:30096166,30107950:30108303,30120849:30121141,30124663:30124867,30130253:30130467,30134694:30134767,30139881:30140100,30142885:30143049,30155605:30155905,30162003:30162207,30164728:30164960,30164735:30164949,30166976:30167096,30173295:30173525,30175442:30175473,30176144:30176167,30189940:30190020,30213190:30213569,30225009:30225431,30239664:30239855,30240492:30240508,30251199:30251668,30263395:30263776,30271297:30271589,30273876:30273993,30274950:30275200,30275345:30275655,30275891:30276095,30277269:30277499', 'assoc_mat': '29904813:pet_fonce:3594:29905311,29932010:pet_fonce:3594:29932125,29953694:pet_fonce:3594:29954170,29966741:pet_fonce:3594:29967174,29988455:pet_fonce:3594:29988647,30024056:pet_fonce:3594:30024155,30054134:pet_fonce:3594:30054820,30060714:pet_fonce:3594:30060780,30066438:pet_fonce:3594:30066641,30072108:pet_fonce:3594:30072233,30080405:pet_fonce:3594:30080454,30084136:pet_fonce:3594:30084140,30090237:pet_fonce:3594:30090438,30092159:pet_fonce:3594:30092405,30095678:pet_fonce:3594:30096166,30107950:pet_fonce:3594:30108303,30120849:pet_fonce:3594:30121141,30124663:pet_fonce:3594:30124867,30130253:pet_fonce:3594:30130467,30134694:pet_fonce:3594:30134767,30139881:pet_fonce:3594:30140100,30142885:pet_fonce:3594:30143049,30155605:pet_fonce:3594:30155905,30162003:pet_fonce:3594:30162207,30164728:pet_fonce:3594:30164960,30164735:pet_fonce:3594:30164949,30166976:pet_fonce:3594:30167096,30173295:pet_fonce:3594:30173525,30175442:pet_fonce:3594:30175473,30176144:pet_fonce:3594:30176167,30189940:pet_fonce:3594:30190020,3'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0067139205730357135, 'nb_photo': 10, 'list_port_cont': '29899019,29931573,29973849,30010011,30059305,30102143,30112714,30163486,30191728,30217632', 'assoc_port': '29898578:29899019,29931393:29931573,29973413:29973849,30009734:30010011,30058706:30059305,30101957:30102143,30112559:30112714,30163172:30163486,30191607:30191728,30217329:30217632', 'assoc_mat': '29898578:pet_opaque:4461:29899019,29931393:pet_opaque:4461:29931573,29973413:pet_opaque:4461:29973849,30009734:pet_opaque:4461:30010011,30058706:pet_opaque:4461:30059305,30101957:pet_opaque:4461:30102143,30112559:pet_opaque:4461:30112714,30163172:pet_opaque:4461:30163486,30191607:pet_opaque:4461:30191728,30217329:pet_opaque:4461:30217632'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.003633727234795478, 'nb_photo': 34, 'list_port_cont': '29885765,29903766,29929156,29960688,29961514,30058898,30059163,30076302,30077751,30091354,30105107,30112644,30116349,30122591,30125993,30135181,30139598,30139911,30140548,30142576,30155897,30156619,30161021,30167057,30188898,30191061,30214376,30217582,30218903', 'assoc_port': '29885439:29885765,29903590:29903766,29929007:29929156,29960563:29960688,29961068:29961514,30058699:30059163,30058708:30058898,30076277:30076302,30077661:30077751,30091320:30091354,30105064:30105107,30112563:30112644,30116263:30116349,30122544:30122591,30125975:30125993,30135049:30135181,30139551:30139598,30139883:30139911,30140524:30140548,30141533:30142576,30155648:30155897,30156543:30156619,30161016:30161021,30166975:30167057,30188764:30188898,30190963:30191061,30214212:30214376,30217330:30217582,30218810:30218903', 'assoc_mat': '29885439:pet_opaque:4200:29885765,29903590:pet_opaque:4200:29903766,29929007:pet_opaque:4200:29929156,29960563:pet_opaque:4200:29960688,29961068:pet_opaque:4200:29961514,30058699:pet_opaque:4200:30059163,30058708:pet_opaque:4200:30058898,30076277:pet_opaque:4200:30076302,30077661:pet_opaque:4200:30077751,30091320:pet_opaque:4200:30091354,30105064:pet_opaque:4200:30105107,30112563:pet_opaque:4200:30112644,30116263:pet_opaque:4200:30116349,30122544:pet_opaque:4200:30122591,30125975:pet_opaque:4200:30125993,30135049:pet_opaque:4200:30135181,30139551:pet_opaque:4200:30139598,30139883:pet_opaque:4200:30139911,30140524:pet_opaque:4200:30140548,30141533:pet_opaque:4200:30142576,30155648:pet_opaque:4200:30155897,30156543:pet_opaque:4200:30156619,30161016:pet_opaque:4200:30161021,30166975:pet_opaque:4200:30167057,30188764:pet_opaque:4200:30188898,30190963:pet_opaque:4200:30191061,30214212:pet_opaque:4200:30214376,30217330:pet_opaque:4200:30217582,30218810:pet_opaque:4200:30218903'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.00931260481386233, 'nb_photo': 2, 'list_port_cont': '29922832,30131023', 'assoc_port': '29922574:29922832,30130969:30131023', 'assoc_mat': '29922574:pet_opaque:4209:29922832,30130969:pet_opaque:4209:30131023'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00038767366204027866, 'nb_photo': 91, 'list_port_cont': '29881514,29882663,29883309,29886263,29900976,29902295,29926218,29929174,29932820,29933270,29938909,29972261,29981468,29987067,29989286,29993006,30010724,30011804,30011856,30037591,30048711,30051971,30057969,30063546,30065669,30065819,30066311,30066686,30068272,30070021,30072407,30074570,30075695,30076381,30077072,30079474,30089589,30091234,30102120,30108810,30108983,30111370,30111619,30113988,30114298,30120748,30121181,30124804,30124946,30130040,30135206,30141091,30142557,30167140,30172526,30174712,30175417,30175461,30176753,30180290,30191168,30191476,30195695,30196154,30197436,30198891,30213909,30218241,30218947,30219079,30226754,30229551,30235545,30248571,30255358,30264473,30275572', 'assoc_port': '29880558:29881514,29882108:29882663,29882109:29883309,29885441:29886263,29900383:29900976,29901775:29902295,29925905:29926218,29929008:29929174,29932748:29932820,29933070:29933270,29938885:29938909,29970897:29972261,29981308:29981468,29986866:29987067,29989101:29989286,29992645:29993006,30010372:30010724,30011660:30011856,30011664:30011804,30037010:30037591,30048066:30048711,30050941:30051971,30057510:30057969,30063335:30063546,30065332:30065669,30065725:30065819,30066243:30066311,30066442:30066686,30067994:30068272,30069870:30070021,30072306:30072407,30074552:30074570,30075590:30075695,30076276:30076381,30076748:30077072,30079403:30079474,30089373:30089589,30090576:30091234,30101961:30102120,30105582:30108810,30108892:30108983,30111264:30111370,30111505:30111619,30113821:30113988,30114053:30114298,30120619:30120748,30120848:30121181,30124659:30124946,30124674:30124804,30129792:30130040,30135047:30135206,30140819:30141091,30142475:30142557,30166934:30167140,30171511:30175461,30172230:30172526,30172946:3017471', 'assoc_mat': '29880558:pet_opaque:4211:29881514,29882108:pet_opaque:4211:29882663,29882109:pet_opaque:4211:29883309,29885441:pet_opaque:4211:29886263,29900383:pet_opaque:4211:29900976,29901775:pet_opaque:4211:29902295,29925905:pet_opaque:4211:29926218,29929008:pet_opaque:4211:29929174,29932748:pet_opaque:4211:29932820,29933070:pet_opaque:4211:29933270,29938885:pet_opaque:4211:29938909,29970897:pet_opaque:4211:29972261,29981308:pet_opaque:4211:29981468,29986866:pet_opaque:4211:29987067,29989101:pet_opaque:4211:29989286,29992645:pet_opaque:4211:29993006,30010372:pet_opaque:4211:30010724,30011660:pet_opaque:4211:30011856,30011664:pet_opaque:4211:30011804,30037010:pet_opaque:4211:30037591,30048066:pet_opaque:4211:30048711,30050941:pet_opaque:4211:30051971,30057510:pet_opaque:4211:30057969,30063335:pet_opaque:4211:30063546,30065332:pet_opaque:4211:30065669,30065725:pet_opaque:4211:30065819,30066243:pet_opaque:4211:30066311,30066442:pet_opaque:4211:30066686,30067994:pet_opaque:4211:30068272,30069870:pet_opaque:4211:30070021,3007'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005083581812468689, 'nb_photo': 1264, 'list_port_cont': '29887060,29889714,29892900,29895246,29900560,29901904,29907155,29909415,29909643,29913561,29913679,29913887,29914157,29914257,29924146,29924165,29927078,29929917,29930305,29931105,29933941,29959318,29960590,29963502,29963701,29971139,29976176,29976199,29976202,29979526,29979554,29979563,29979584,29979591,29981861,29982065,29982109,29982130,29982136,29982181,29982228,29982708,29983150,29983238,29983250,29983322,29983352,29983516,29983526,29983544,29983557,29986431,29988025,29988059,29989194,30011690,30012267,30017050,30020431,30025271,30029395,30030667,30049752,30051540,30057779,30058960,30059735,30059757,30060180,30060719,30063439,30063445,30063875,30064973,30066510,30066607,30068389,30068980,30071014,30071048,30072315,30074557,30077723,30077919,30078173,30078240,30078445,30079427,30079981,30080054,30090246,30090346,30090745,30093765,30094378,30094543,30097120,30098304,30098322,30098363,30098379,30098400,30099777,30100913,30102017,30103972,30104858,30104872,30106219,30109377,30112614,30113569,30113602,3011384', 'assoc_port': '29886568:29887060,29889697:29889714,29892672:29892900,29895099:29895246,29900363:29900560,29901777:29901904,29907102:29907155,29909331:29909643,29909335:29909415,29913349:29914257,29913350:29914157,29913351:29913887,29913352:29913679,29913354:29913561,29924113:29924146,29924117:29924165,29927040:29927078,29929802:29929917,29930227:29930305,29931024:29931105,29933927:29933941,29959295:29959318,29960562:29960590,29963319:29963701,29963321:29963502,29970900:29971139,29976101:29976199,29976102:29976202,29976105:29976176,29979448:29979584,29979449:29979591,29979450:29979563,29979451:29979526,29979452:29979554,29981855:29981861,29981997:29982181,29982000:29982228,29982002:29982136,29982003:29982130,29982004:29982109,29982005:29982065,29982697:29982708,29983133:29983250,29983135:29983238,29983137:29983150,29983294:29983544,29983295:29983526,29983296:29983557,29983297:29983516,29983299:29983352,29983300:29983322,29986379:29986431,29987812:29988059,29987832:29988025,29989098:29989194,30011663:30011690,30012115:3001226', 'assoc_mat': '29886568:plastique:3726:29887060,29889697:plastique:3726:29889714,29892672:plastique:3726:29892900,29895099:plastique:3726:29895246,29900363:plastique:3726:29900560,29901777:plastique:3726:29901904,29907102:plastique:3726:29907155,29909331:plastique:3726:29909643,29909335:plastique:3726:29909415,29913349:plastique:3726:29914257,29913350:plastique:3726:29914157,29913351:plastique:3726:29913887,29913352:plastique:3726:29913679,29913354:plastique:3726:29913561,29924113:plastique:3726:29924146,29924117:plastique:3726:29924165,29927040:plastique:3726:29927078,29929802:plastique:3726:29929917,29930227:plastique:3726:29930305,29931024:plastique:3726:29931105,29933927:plastique:3726:29933941,29959295:plastique:3726:29959318,29960562:plastique:3726:29960590,29963319:plastique:3726:29963701,29963321:plastique:3726:29963502,29970900:plastique:3726:29971139,29976101:plastique:3726:29976199,29976102:plastique:3726:29976202,29976105:plastique:3726:29976176,29979448:plastique:3726:29979584,29979449:plastique:3726:29979591,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011481181647229926, 'nb_photo': 1907, 'list_port_cont': '29887065,29892899,29895244,29900558,29901908,29907152,29909383,29909417,29909502,29909578,29909642,29913498,29913565,29913668,29913891,29914155,29914253,29924154,29924175,29927080,29929923,29930312,29931101,29933943,29959324,29960593,29963699,29971133,29974757,29976183,29976188,29976203,29979544,29979551,29979565,29979579,29979596,29981867,29982114,29982123,29982135,29982188,29982234,29982704,29983183,29983204,29983224,29983249,29983330,29983346,29983509,29983547,29986428,29988026,29988058,29989192,29992663,30011693,30012262,30017049,30020435,30025273,30029291,30029397,30030660,30049748,30051534,30057785,30058966,30059744,30059747,30060187,30060726,30063868,30064970,30066516,30066609,30068382,30068985,30071024,30071052,30072321,30074558,30077725,30077923,30078178,30078236,30078438,30079433,30079987,30080064,30090742,30094382,30094542,30097082,30097115,30098328,30098344,30098359,30098373,30098394,30099772,30099818,30100920,30102018,30103967,30104856,30104871,30106218,30112622,30113567,30113605,30113844,3011484', 'assoc_port': '29886568:29887065,29892672:29892899,29895099:29895244,29900363:29900558,29901777:29901908,29907102:29907152,29909330:29909578,29909331:29909642,29909332:29909383,29909333:29909502,29909335:29909417,29913349:29914253,29913350:29914155,29913351:29913891,29913352:29913668,29913353:29913498,29913354:29913565,29924113:29924154,29924117:29924175,29927040:29927080,29929802:29929923,29930227:29930312,29931024:29931101,29933927:29933943,29959295:29959324,29960562:29960593,29963319:29963699,29970900:29971133,29974619:29974757,29976101:29976188,29976102:29976203,29976105:29976183,29979447:29979544,29979448:29979579,29979449:29979596,29979450:29979565,29979452:29979551,29981855:29981867,29982000:29982234,29982001:29982188,29982002:29982135,29982003:29982123,29982004:29982114,29982697:29982704,29983131:29983183,29983132:29983224,29983133:29983249,29983136:29983204,29983294:29983547,29983297:29983509,29983299:29983346,29983300:29983330,29986379:29986428,29987812:29988058,29987832:29988026,29989098:29989192,29992647:2999266', 'assoc_mat': '29886568:Teint_Dans_La_Masse:3726:29887065,29892672:Teint_Dans_La_Masse:3726:29892899,29895099:Teint_Dans_La_Masse:3726:29895244,29900363:Teint_Dans_La_Masse:3726:29900558,29901777:Teint_Dans_La_Masse:3726:29901908,29907102:Teint_Dans_La_Masse:3726:29907152,29909330:Teint_Dans_La_Masse:3726:29909578,29909331:Teint_Dans_La_Masse:3726:29909642,29909332:Teint_Dans_La_Masse:3726:29909383,29909333:Teint_Dans_La_Masse:3726:29909502,29909335:Teint_Dans_La_Masse:3726:29909417,29913349:Teint_Dans_La_Masse:3726:29914253,29913350:Teint_Dans_La_Masse:3726:29914155,29913351:Teint_Dans_La_Masse:3726:29913891,29913352:Teint_Dans_La_Masse:3726:29913668,29913353:Teint_Dans_La_Masse:3726:29913498,29913354:Teint_Dans_La_Masse:3726:29913565,29924113:Teint_Dans_La_Masse:3726:29924154,29924117:Teint_Dans_La_Masse:3726:29924175,29927040:Teint_Dans_La_Masse:3726:29927080,29929802:Teint_Dans_La_Masse:3726:29929923,29930227:Teint_Dans_La_Masse:3726:29930312,29931024:Teint_Dans_La_Masse:3726:29931101,29933927:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 47900}, 'velours_link': {'pet_clair': 'https://www.fotonower.com/velours/30147812,30147815,30147823,30147831,30147846,30147870,30147885,30147887?tags=autre,barquette_avec_film,bouchon,carton,etiquette,papier,pet_clair,pet_fonce', 'refus': 'https://www.fotonower.com/velours/30147813,30147832,30147862,30147871,30147879,30147886,30147888?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce', 'jrm': 'https://www.fotonower.com/velours/30147814,30147833,30147834,30147835,30147854,30147893,30147894?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,plastique,Teint_Dans_La_Masse', 'aluminium': 'https://www.fotonower.com/velours/30147816,30147824,30147836,30147847,30147855,30147863,30147872,30147880?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_clair', 'ela': 'https://www.fotonower.com/velours/30147817,30147825,30147837,30147843,30147848,30147856,30147864,30147873?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd', 'emr': 'https://www.fotonower.com/velours/30147818,30147826,30147838,30147844,30147849,30147857,30147865,30147874,30147881?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair', 'film_pedb': 'https://www.fotonower.com/velours/30147819,30147827,30147839,30147850,30147858,30147866,30147875,30147889?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_opaque', 'flux_dev': 'https://www.fotonower.com/velours/30147820,30147828,30147840,30147851,30147859,30147867,30147876,30147882,30147890?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'gm': 'https://www.fotonower.com/velours/30147821,30147829,30147841,30147852,30147860,30147868,30147877,30147883,30147891?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'pehd_pp': 'https://www.fotonower.com/velours/30147822,30147830,30147842,30147845,30147853,30147861,30147869,30147878,30147884,30147892?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque'}}, 'hostname': (('jetson-6',),), 'impurety_average_per_hashtag': [(('pet_clair', '2026-01', 0.0062495583513256115),), (('jrm', '2026-01', 0.054062994950876776),), (('pehd_pp', '2026-01', 0.02887598733229901),), (('emr', '2026-01', 0.035659763215298276),), (('film_pedb', '2026-01', 0.1416764821436993),), (('gm', '2026-01', 0.05135171548169172),), (('flux_dev', '2026-01', 0.126400072742172),), (('aluminium', '2026-01', 0.04041758606186131),), (('refus', '2026-01', 0.046444063076486415),), (('ela', '2026-01', 0.10769945378656148),)]} 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': ((47900,),), 'unwanted_material_monthly_percentage': ((0.05035014451712324,),), 'material_repartition': (('pehd_pp', 10618), ('pet_clair', 9460), ('jrm', 7682), ('film_pedb', 6474), ('gm', 5772), ('emr', 3509), ('flux_dev', 1480), ('refus', 752), ('ela', 159), ('aluminium', 120)), 'material_dict': {'pehd_pp': 10618, 'pet_clair': 9460, 'jrm': 7682, 'film_pedb': 6474, 'gm': 5772, 'emr': 3509, 'autres': 2511}, 'coverage_data': (('2026/01/31/', 1.0), ('2026/01/30/', 1.0), ('2026/01/29/', 1.0), ('2026/01/28/', 1.0), ('2026/01/27/', 1.0), ('2026/01/26/', 1.0), ('2026/01/24/', 1.0), ('2026/01/23/', 1.0), ('2026/01/22/', 1.0), ('2026/01/21/', 1.0), ('2026/01/20/', 1.0), ('2026/01/19/', 1.0), ('2026/01/17/', 1.0), ('2026/01/16/', 1.0), ('2026/01/15/', 1.0), ('2026/01/14/', 1.0), ('2026/01/13/', 1.0), ('2026/01/12/', 1.0), ('2026/01/10/', 1.0), ('2026/01/09/', 1.0), ('2026/01/08/', 1.0), ('2026/01/07/', 1.0), ('2026/01/06/', 1.0), ('2026/01/05/', 1.0), ('2026/01/03/', 1.0), ('2026/01/02/', 1.0), ('2026/01/01/', 1.0)), 'impurety_average_data': ((datetime.date(2026, 1, 2), 0.0527687856806061, 22), (datetime.date(2026, 1, 3), 0.04869720412111394, 27), (datetime.date(2026, 1, 5), 0.05224259838220921, 33), (datetime.date(2026, 1, 6), 0.048516103120449995, 18), (datetime.date(2026, 1, 7), 0.04243633274596219, 23), (datetime.date(2026, 1, 8), 0.052187254250754954, 22), (datetime.date(2026, 1, 9), 0.04985256797057664, 27), (datetime.date(2026, 1, 10), 0.049323521103428386, 39), (datetime.date(2026, 1, 12), 0.04873323184228186, 39), (datetime.date(2026, 1, 13), 0.050994774340791575, 14), (datetime.date(2026, 1, 14), 0.056180921284713685, 5), (datetime.date(2026, 1, 15), 0.051911136922252486, 18), (datetime.date(2026, 1, 16), 0.05183363724441485, 8), (datetime.date(2026, 1, 17), 0.04436649335799455, 29), (datetime.date(2026, 1, 19), 0.052122042336718966, 44), (datetime.date(2026, 1, 20), 0.05521368701912307, 10), (datetime.date(2026, 1, 21), 0.04837959896533636, 10), (datetime.date(2026, 1, 22), 0.012465121144166208, 5), (datetime.date(2026, 1, 23), 0.05647641397349328, 12), (datetime.date(2026, 1, 24), 0.05115455185792234, 13), (datetime.date(2026, 1, 26), 0.05422205643082336, 42), (datetime.date(2026, 1, 27), 0.043352266125440964, 36), (datetime.date(2026, 1, 28), 0.057101183949070586, 26), (datetime.date(2026, 1, 29), 0.04805873994449227, 17), (datetime.date(2026, 1, 30), 0.046876377119259016, 33), (datetime.date(2026, 1, 31), 0.05003052370475066, 22)), 'impurety_average_data_per_hashtag': {'pet_clair': ((datetime.date(2026, 1, 2), 0.007869552691832342, 22), (datetime.date(2026, 1, 3), 0.006720588724427766, 22), (datetime.date(2026, 1, 5), 0.010155940230134684, 33), (datetime.date(2026, 1, 6), 0.0037249933287158135, 28), (datetime.date(2026, 1, 7), 0.006299163848032178, 23), (datetime.date(2026, 1, 8), 0.0057952672061419505, 28), (datetime.date(2026, 1, 9), 0.0046550395046599646, 27), (datetime.date(2026, 1, 10), 0.005762946927684745, 39), (datetime.date(2026, 1, 12), 0.0054331048463001795, 23), (datetime.date(2026, 1, 13), 0.008307389578549434, 22), (datetime.date(2026, 1, 14), 0.012062926255917095, 20), (datetime.date(2026, 1, 15), 0.005345893660626406, 30), (datetime.date(2026, 1, 16), 0.008285707783764317, 50), (datetime.date(2026, 1, 17), 0.004364849982975622, 29), (datetime.date(2026, 1, 19), 0.007466719553176113, 27), (datetime.date(2026, 1, 20), 0.010852694283557543, 25), (datetime.date(2026, 1, 21), 0.005662542614351592, 26), (datetime.date(2026, 1, 23), 0.014422540782475577, 34), (datetime.date(2026, 1, 24), 0.008620713600029044, 21), (datetime.date(2026, 1, 26), 0.006272223948295706, 24), (datetime.date(2026, 1, 27), 0.0012181302021561367, 20), (datetime.date(2026, 1, 28), 0.0014780780352420429, 23), (datetime.date(2026, 1, 29), 0.0006073913085853183, 6), (datetime.date(2026, 1, 30), 0.0005049733631831332, 19), (datetime.date(2026, 1, 31), 0.0015426821324015286, 18)), 'jrm': ((datetime.date(2026, 1, 2), 0.04655173536546525, 68), (datetime.date(2026, 1, 3), 0.02880346078603633, 6), (datetime.date(2026, 1, 5), 0.055119165522124224, 40), (datetime.date(2026, 1, 6), 0.059851677502893434, 6), (datetime.date(2026, 1, 7), 0.03191651620923763, 11), (datetime.date(2026, 1, 8), 0.02866612066725184, 34), (datetime.date(2026, 1, 9), 0.03861434273466129, 12), (datetime.date(2026, 1, 10), 0.03119845704999006, 19), (datetime.date(2026, 1, 12), 0.037429281866578866, 39), (datetime.date(2026, 1, 13), 0.041042868344609046, 7), (datetime.date(2026, 1, 14), 0.03258451533150634, 35), (datetime.date(2026, 1, 15), 0.03614270626534277, 14), (datetime.date(2026, 1, 16), 0.04097971572781214, 8), (datetime.date(2026, 1, 17), 0.022760276878535605, 34), (datetime.date(2026, 1, 19), 0.041058888851492274, 44), (datetime.date(2026, 1, 20), 0.022055066192167672, 16), (datetime.date(2026, 1, 21), 0.024553114668467848, 10), (datetime.date(2026, 1, 22), 0.017671149275281108, 5), (datetime.date(2026, 1, 23), 0.02416895404206245, 14), (datetime.date(2026, 1, 24), 0.03218330809860798, 38), (datetime.date(2026, 1, 26), 0.05294081863039071, 5), (datetime.date(2026, 1, 27), 0.07211937046421359, 27), (datetime.date(2026, 1, 28), 0.09121992993339482, 49), (datetime.date(2026, 1, 29), 0.07208874702175096, 35), (datetime.date(2026, 1, 30), 0.07171747489436223, 8), (datetime.date(2026, 1, 31), 0.08386488180168579, 22)), 'pehd_pp': ((datetime.date(2026, 1, 2), 0.03143026809405422, 31), (datetime.date(2026, 1, 3), 0.028054018831459814, 27), (datetime.date(2026, 1, 5), 0.028423642560025428, 43), (datetime.date(2026, 1, 6), 0.02931659084389635, 18), (datetime.date(2026, 1, 7), 0.02579937077054514, 6), (datetime.date(2026, 1, 8), 0.028247809228202775, 22), (datetime.date(2026, 1, 9), 0.026931181901030606, 23), (datetime.date(2026, 1, 10), 0.028559161587932664, 11), (datetime.date(2026, 1, 12), 0.027123458958679198, 7), (datetime.date(2026, 1, 13), 0.0297682299122363, 14), (datetime.date(2026, 1, 14), 0.028047404718988703, 6), (datetime.date(2026, 1, 15), 0.027269349141033013, 18), (datetime.date(2026, 1, 16), 0.029175904167673235, 41), (datetime.date(2026, 1, 17), 0.027038444795384066, 21), (datetime.date(2026, 1, 19), 0.025595430175849407, 20), (datetime.date(2026, 1, 20), 0.02714550685551262, 12), (datetime.date(2026, 1, 21), 0.02794025641877841, 19), (datetime.date(2026, 1, 23), 0.02677135868357374, 19), (datetime.date(2026, 1, 24), 0.028485411461444916, 10), (datetime.date(2026, 1, 26), 0.028276530103361026, 12), (datetime.date(2026, 1, 27), 0.03280936548835989, 36), (datetime.date(2026, 1, 28), 0.03138296354708587, 14), (datetime.date(2026, 1, 29), 0.032029090814183904, 17), (datetime.date(2026, 1, 30), 0.032569819745640646, 14), (datetime.date(2026, 1, 31), 0.028170158073970917, 6)), 'emr': ((datetime.date(2026, 1, 2), 0.03836691050002191, 25), (datetime.date(2026, 1, 3), 0.035376034681319134, 7), (datetime.date(2026, 1, 5), 0.034790112159925744, 5), (datetime.date(2026, 1, 6), 0.03058635147869887, 11), (datetime.date(2026, 1, 7), 0.033717854488346306, 22), (datetime.date(2026, 1, 8), 0.04028981865936332, 13), (datetime.date(2026, 1, 9), 0.03801299027243853, 6), (datetime.date(2026, 1, 10), 0.03476504011546098, 6), (datetime.date(2026, 1, 12), 0.02925041349838598, 8), (datetime.date(2026, 1, 13), 0.03475555443556114, 10), (datetime.date(2026, 1, 14), 0.037596014396603206, 5), (datetime.date(2026, 1, 15), 0.04117988407305106, 15), (datetime.date(2026, 1, 16), 0.03568739948888718, 6), (datetime.date(2026, 1, 17), 0.03851777285663852, 9), (datetime.date(2026, 1, 19), 0.036113038624315794, 16), (datetime.date(2026, 1, 20), 0.035418837710026414, 16), (datetime.date(2026, 1, 21), 0.03595510297403884, 11), (datetime.date(2026, 1, 23), 0.03411682762287238, 16), (datetime.date(2026, 1, 24), 0.03022766153992428, 10), (datetime.date(2026, 1, 26), 0.035372473750830184, 9), (datetime.date(2026, 1, 28), 0.03420115890618264, 7)), 'film_pedb': ((datetime.date(2026, 1, 2), 0.16374935005035032, 32), (datetime.date(2026, 1, 3), 0.17544726532248697, 32), (datetime.date(2026, 1, 5), 0.17159563394621913, 40), (datetime.date(2026, 1, 6), 0.15892478921695694, 43), (datetime.date(2026, 1, 7), 0.1594135333935129, 41), (datetime.date(2026, 1, 8), 0.1480224894185173, 48), (datetime.date(2026, 1, 9), 0.14980910672333453, 40), (datetime.date(2026, 1, 10), 0.15996506758063594, 28), (datetime.date(2026, 1, 12), 0.16254972387961303, 32), (datetime.date(2026, 1, 13), 0.15546777355737434, 38), (datetime.date(2026, 1, 14), 0.1511839553365265, 42), (datetime.date(2026, 1, 15), 0.18083866154904482, 28), (datetime.date(2026, 1, 16), 0.15608903289038362, 30), (datetime.date(2026, 1, 17), 0.13176385198151871, 34), (datetime.date(2026, 1, 19), 0.1310151895665891, 40), (datetime.date(2026, 1, 20), 0.15499837237404862, 37), (datetime.date(2026, 1, 21), 0.1566123603772833, 29), (datetime.date(2026, 1, 23), 0.1790431193496623, 12), (datetime.date(2026, 1, 24), 0.15206850959077517, 38), (datetime.date(2026, 1, 26), 0.15219416440115013, 42), (datetime.date(2026, 1, 27), 0.07668502299974587, 37), (datetime.date(2026, 1, 28), 0.08286723002140241, 26), (datetime.date(2026, 1, 29), 0.07748383653556322, 26), (datetime.date(2026, 1, 30), 0.08393796617786077, 33), (datetime.date(2026, 1, 31), 0.07905861683107944, 36)), 'gm': ((datetime.date(2026, 1, 2), 0.052117352501069227, 32), (datetime.date(2026, 1, 3), 0.03578589149893818, 7), (datetime.date(2026, 1, 5), 0.033305209559793256, 5), (datetime.date(2026, 1, 6), 0.018877158394521754, 10), (datetime.date(2026, 1, 7), 0.026192256651367003, 25), (datetime.date(2026, 1, 8), 0.0777532235341718, 27), (datetime.date(2026, 1, 9), 0.05847497285775236, 17), (datetime.date(2026, 1, 10), 0.04500147279821184, 9), (datetime.date(2026, 1, 12), 0.062412970173362364, 5), (datetime.date(2026, 1, 13), 0.054482407184210074, 20), (datetime.date(2026, 1, 14), 0.0730478313961078, 10), (datetime.date(2026, 1, 15), 0.05921238955154868, 14), (datetime.date(2026, 1, 16), 0.06008829219364102, 7), (datetime.date(2026, 1, 17), 0.056602986354045766, 9), (datetime.date(2026, 1, 19), 0.06209331605834619, 6), (datetime.date(2026, 1, 20), 0.05651158402351165, 10), (datetime.date(2026, 1, 21), 0.06394450057873492, 20), (datetime.date(2026, 1, 22), 0.008860947822625129, 67), (datetime.date(2026, 1, 23), 0.06064822299910011, 9), (datetime.date(2026, 1, 24), 0.051189729555875044, 13), (datetime.date(2026, 1, 26), 0.05393365309550992, 8), (datetime.date(2026, 1, 27), 0.039299420880458576, 9), (datetime.date(2026, 1, 28), 0.05826957469743753, 13), (datetime.date(2026, 1, 29), 0.05514735833121033, 14), (datetime.date(2026, 1, 30), 0.03305819860010622, 12), (datetime.date(2026, 1, 31), 0.02363660283447077, 7)), 'flux_dev': ((datetime.date(2026, 1, 2), 0.14853195578746892, 6), (datetime.date(2026, 1, 3), 0.098792182523688, 11), (datetime.date(2026, 1, 5), 0.15174824347536264, 24), (datetime.date(2026, 1, 7), 0.1026440711377073, 5), (datetime.date(2026, 1, 8), 0.12183216755197858, 9), (datetime.date(2026, 1, 9), 0.12460864443427248, 5), (datetime.date(2026, 1, 10), 0.14900659330746135, 10), (datetime.date(2026, 1, 12), 0.11214901207088797, 24), (datetime.date(2026, 1, 13), 0.12507977759949326, 8), (datetime.date(2026, 1, 14), 0.1099454262057118, 6), (datetime.date(2026, 1, 15), 0.08575864051500487, 11), (datetime.date(2026, 1, 16), 0.08452682997405442, 11), (datetime.date(2026, 1, 17), 0.1320365664147482, 6), (datetime.date(2026, 1, 19), 0.08634031231632795, 18), (datetime.date(2026, 1, 20), 0.12150775721830971, 10), (datetime.date(2026, 1, 21), 0.09806686661037357, 5), (datetime.date(2026, 1, 23), 0.12757729514651509, 17), (datetime.date(2026, 1, 24), 0.1817926427484571, 21), (datetime.date(2026, 1, 26), 0.11621896075347138, 6), (datetime.date(2026, 1, 27), 0.14265541325838113, 5), (datetime.date(2026, 1, 28), 0.1630832370700808, 17), (datetime.date(2026, 1, 29), 0.15580374196698454, 10), (datetime.date(2026, 1, 30), 0.2215650958655142, 8), (datetime.date(2026, 1, 31), 0.16865066155015843, 5)), 'aluminium': ((datetime.date(2026, 1, 2), 0.04961845126478241, 18), (datetime.date(2026, 1, 5), 0.03402292328881482, 6), (datetime.date(2026, 1, 9), 0.036787365346362545, 17), (datetime.date(2026, 1, 10), 0.0494579275475328, 14), (datetime.date(2026, 1, 12), 0.02898925087132478, 7), (datetime.date(2026, 1, 20), 0.03884099867541181, 9), (datetime.date(2026, 1, 23), 0.03721565761999454, 9), (datetime.date(2026, 1, 24), 0.03599533152257483, 8), (datetime.date(2026, 1, 26), 0.03393552349217743, 5)), 'refus': ((datetime.date(2026, 1, 2), 0.03900583526234568, 13), (datetime.date(2026, 1, 3), 0.0948428909866898, 6), (datetime.date(2026, 1, 5), 0.06910207345862729, 9), (datetime.date(2026, 1, 6), 0.04727909794560184, 10), (datetime.date(2026, 1, 7), 0.04603966346153849, 13), (datetime.date(2026, 1, 8), 0.04309277584876543, 13), (datetime.date(2026, 1, 9), 0.04888659429759061, 9), (datetime.date(2026, 1, 10), 0.06118103518770128, 6), (datetime.date(2026, 1, 12), 0.05143444877168835, 10), (datetime.date(2026, 1, 13), 0.06119929699310281, 7), (datetime.date(2026, 1, 14), 0.05781271390257865, 8), (datetime.date(2026, 1, 15), 0.05899053712277093, 17), (datetime.date(2026, 1, 16), 0.04230088555124891, 11), (datetime.date(2026, 1, 17), 0.08401177068494779, 9), (datetime.date(2026, 1, 19), 0.02710841049382716, 9), (datetime.date(2026, 1, 20), 0.06588109853316326, 15), (datetime.date(2026, 1, 21), 0.034722482385071474, 13), (datetime.date(2026, 1, 23), 0.07704992726015947, 7), (datetime.date(2026, 1, 24), 0.0274209939607075, 13), (datetime.date(2026, 1, 26), 0.04699084344278691, 12), (datetime.date(2026, 1, 27), 0.01789285213243547, 11), (datetime.date(2026, 1, 28), 0.0345718475287974, 14), (datetime.date(2026, 1, 29), 0.027568233788258744, 15), (datetime.date(2026, 1, 30), 0.037756703317901236, 15), (datetime.date(2026, 1, 31), 0.03524096715447792, 12)), 'ela': ((datetime.date(2026, 1, 3), 0.15351658043990338, 8), (datetime.date(2026, 1, 5), 0.11231913125015393, 25), (datetime.date(2026, 1, 6), 0.0720838087734732, 23), (datetime.date(2026, 1, 7), 0.10068008094058443, 7), (datetime.date(2026, 1, 10), 0.10933278063044355, 20), (datetime.date(2026, 1, 12), 0.09906081719775876, 9), (datetime.date(2026, 1, 20), 0.12402381646848595, 8), (datetime.date(2026, 1, 26), 0.1259151871736518, 27))}, 'quality_array': [['-6.330437636339252', '02012026'], ['-6.315973878903372', '03012026'], ['-6.3146740694115895', '05012026'], ['-6.248980638010576', '06012026'], ['-6.103046132956517', '07012026'], ['-6.153540886671297', '08012026'], ['-6.238222701323333', '09012026'], ['-6.219854521271483', '10012026'], ['-6.199482071987572', '12012026'], ['-6.194784187578306', '13012026'], ['-6.201632329599537', '14012026'], ['-6.274633510380431', '15012026'], ['-6.210568754222111', '16012026'], ['-6.093212932652469', '17012026'], ['-6.131971304538918', '19012026'], ['-6.24439399448781', '20012026'], ['-6.152321313973759', '21012026'], ['-6.237644081970075', '22012026'], ['-6.234870834568407', '23012026'], ['-6.243074254318054', '24012026'], ['-6.2553460337178795', '26012026'], ['-5.912696920197706', '27012026'], ['-6.071013425800597', '28012026'], ['-5.970626171331157', '29012026'], ['-5.993030708550259', '30012026'], ['-6.114313774750645', '31012026']], 'number_of_batch': ((2780,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.006294037579523558, 'nb_photo': 702, 'list_port_cont': '29877809,29881018,29887221,29887464,29890162,29893439,29895760,29899135,29901000,29901150,29904402,29904868,29923250,29923909,29926241,29927537,29927581,29928848,29929424,29930022,29931307,29932882,29953340,29954116,29954336,29956313,29957368,29960739,29965437,29967813,29971766,29977004,29981438,29987172,29988182,29992224,30008516,30011935,30013708,30013730,30016364,30020995,30024265,30029691,30032112,30037701,30048876,30050590,30051590,30055186,30056904,30057467,30060342,30063643,30064025,30065045,30065051,30065639,30066359,30067584,30068806,30069272,30070237,30071163,30071675,30071692,30072269,30075958,30076065,30076658,30077806,30078342,30078574,30078993,30079326,30079359,30079499,30079821,30080154,30080170,30089759,30090169,30090453,30091439,30092482,30092883,30093283,30093573,30093882,30095231,30097189,30098853,30099125,30101815,30103004,30103915,30105163,30105728,30105753,30105770,30105789,30109503,30109513,30110477,30110703,30111231,30111636,30112142,30112492,30112513,30113992,30114320,30114384,3011478', 'assoc_port': '29877117:29877809,29880559:29881018,29885438:29887221,29886598:29887464,29889698:29890162,29892688:29893439,29895117:29895760,29898579:29899135,29900343:29901150,29900382:29901000,29901781:29904868,29903605:29904402,29922578:29923250,29923752:29923909,29925914:29926241,29927018:29927581,29927020:29927537,29928590:29928848,29929009:29929424,29929804:29930022,29931017:29931307,29932747:29932882,29952805:29954116,29952808:29953340,29953698:29954336,29955424:29956313,29956851:29957368,29960566:29960739,29964558:29965437,29966737:29967813,29970905:29971766,29976100:29977004,29981309:29981438,29986862:29987172,29987863:29988182,29991797:29992224,30008197:30008516,30011662:30011935,30013139:30013730,30013145:30013708,30015739:30016364,30020411:30020995,30024057:30024265,30029201:30029691,30031484:30032112,30036990:30037701,30048064:30048876,30049633:30050590,30050942:30051590,30054123:30055186,30056440:30056904,30057313:30057467,30058702:30060342,30063331:30063643,30063825:30064025,30064895:30065051,30064901:3006504', 'assoc_mat': '29877117:autre:3327:29877809,29880559:autre:3327:29881018,29885438:autre:3327:29887221,29886598:autre:3327:29887464,29889698:autre:3327:29890162,29892688:autre:3327:29893439,29895117:autre:3327:29895760,29898579:autre:3327:29899135,29900343:autre:3327:29901150,29900382:autre:3327:29901000,29901781:autre:3327:29904868,29903605:autre:3327:29904402,29922578:autre:3327:29923250,29923752:autre:3327:29923909,29925914:autre:3327:29926241,29927018:autre:3327:29927581,29927020:autre:3327:29927537,29928590:autre:3327:29928848,29929009:autre:3327:29929424,29929804:autre:3327:29930022,29931017:autre:3327:29931307,29932747:autre:3327:29932882,29952805:autre:3327:29954116,29952808:autre:3327:29953340,29953698:autre:3327:29954336,29955424:autre:3327:29956313,29956851:autre:3327:29957368,29960566:autre:3327:29960739,29964558:autre:3327:29965437,29966737:autre:3327:29967813,29970905:autre:3327:29971766,29976100:autre:3327:29977004,29981309:autre:3327:29981438,29986862:autre:3327:29987172,29987863:autre:3327:29988182,29991797:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.001494492133039342, 'nb_photo': 244, 'list_port_cont': '29905316,29931160,29932128,29954168,29964239,29967171,29981873,29988640,30024161,30054819,30060781,30066635,30072231,30078976,30080445,30081757,30084143,30090433,30091408,30092401,30096163,30101092,30105697,30109088,30115214,30121148,30124863,30129699,30130472,30134772,30140094,30143050,30155907,30162202,30164948,30164955,30170878,30173527,30175474,30176175,30188933,30190019,30195719,30213571,30216717,30219126,30225430,30227575,30235536,30237427,30237608,30239861,30240516,30245552,30251664,30257682,30263777,30271587,30273985,30275205,30275654,30276099,30277507,30277551,30278351,30278368', 'assoc_port': '29904813:29905316,29931014:29931160,29932010:29932128,29953694:29954168,29961053:29964239,29966741:29967171,29981854:29981873,29988455:29988640,30024056:30024161,30054134:30054819,30060714:30060781,30066438:30066635,30072108:30072231,30078803:30078976,30080405:30080445,30081751:30081757,30084136:30084143,30090237:30090433,30091324:30091408,30092159:30092401,30095678:30096163,30100824:30101092,30105575:30105697,30109078:30109088,30115050:30115214,30120849:30121148,30124663:30124863,30129560:30129699,30130253:30130472,30134694:30134772,30139881:30140094,30142885:30143050,30155605:30155907,30162003:30162202,30164728:30164955,30164735:30164948,30170833:30170878,30173295:30173527,30175442:30175474,30176144:30176175,30188766:30188933,30189940:30190019,30195508:30195719,30213190:30213571,30216459:30216717,30219018:30219126,30225009:30225430,30227517:30227575,30235378:30235536,30237192:30237427,30237494:30237608,30239664:30239861,30240492:30240516,30245096:30245552,30251199:30251664,30257644:30257682,30263395:3026377', 'assoc_mat': '29904813:autre:3594:29905316,29931014:autre:3594:29931160,29932010:autre:3594:29932128,29953694:autre:3594:29954168,29961053:autre:3594:29964239,29966741:autre:3594:29967171,29981854:autre:3594:29981873,29988455:autre:3594:29988640,30024056:autre:3594:30024161,30054134:autre:3594:30054819,30060714:autre:3594:30060781,30066438:autre:3594:30066635,30072108:autre:3594:30072231,30078803:autre:3594:30078976,30080405:autre:3594:30080445,30081751:autre:3594:30081757,30084136:autre:3594:30084143,30090237:autre:3594:30090433,30091324:autre:3594:30091408,30092159:autre:3594:30092401,30095678:autre:3594:30096163,30100824:autre:3594:30101092,30105575:autre:3594:30105697,30109078:autre:3594:30109088,30115050:autre:3594:30115214,30120849:autre:3594:30121148,30124663:autre:3594:30124863,30129560:autre:3594:30129699,30130253:autre:3594:30130472,30134694:autre:3594:30134772,30139881:autre:3594:30140094,30142885:autre:3594:30143050,30155605:autre:3594:30155907,30162003:autre:3594:30162202,30164728:autre:3594:30164955,30164735:'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.012345078104355433, 'nb_photo': 804, 'list_port_cont': '29887068,29889717,29892898,29895252,29900557,29901912,29909379,29909635,29913569,29913889,29914147,29914251,29924148,29924168,29927088,29929916,29930302,29931106,29933946,29959323,29963500,29963706,29971131,29976129,29976172,29976189,29976207,29979557,29979582,29979592,29981857,29982134,29982231,29982711,29983174,29983237,29983349,29983534,29983543,29986426,29988022,29988055,29989191,29992665,30011685,30012269,30014684,30025276,30029400,30030668,30049744,30051535,30058958,30059739,30059750,30060185,30060721,30063436,30063441,30063872,30064979,30066511,30068385,30068977,30071017,30071049,30072324,30074560,30077715,30077924,30078174,30078247,30079422,30079984,30090743,30094381,30094391,30094539,30097118,30098302,30098324,30098351,30099778,30102020,30103971,30104874,30106228,30109380,30112623,30113574,30113604,30113846,30114847,30115676,30122779,30124325,30124698,30124710,30125838,30130072,30130980,30131853,30132859,30134706,30135135,30135146,30135338,30135801,30139181,30139890,30140336,30141548,30142017,3015357', 'assoc_port': '29886568:29887068,29889697:29889717,29892672:29892898,29895099:29895252,29900363:29900557,29901777:29901912,29909331:29909635,29909332:29909379,29913349:29914251,29913350:29914147,29913351:29913889,29913354:29913569,29924113:29924148,29924117:29924168,29927040:29927088,29929802:29929916,29930227:29930302,29931024:29931106,29933927:29933946,29959295:29959323,29963319:29963706,29963321:29963500,29970900:29971131,29976101:29976189,29976102:29976207,29976105:29976172,29976107:29976129,29979448:29979582,29979449:29979592,29979452:29979557,29981855:29981857,29982000:29982231,29982002:29982134,29982697:29982711,29983131:29983174,29983135:29983237,29983294:29983543,29983295:29983534,29983299:29983349,29986379:29986426,29987812:29988055,29987832:29988022,29989098:29989191,29992647:29992665,30011663:30011685,30012115:30012269,30013137:30014684,30025185:30025276,30029196:30029400,30030560:30030668,30048068:30051535,30049626:30049744,30058697:30058958,30058709:30060185,30059605:30059750,30059607:30059739,30060718:3006072', 'assoc_mat': '29886568:autre_refus:3726:29887068,29889697:autre_refus:3726:29889717,29892672:autre_refus:3726:29892898,29895099:autre_refus:3726:29895252,29900363:autre_refus:3726:29900557,29901777:autre_refus:3726:29901912,29909331:autre_refus:3726:29909635,29909332:autre_refus:3726:29909379,29913349:autre_refus:3726:29914251,29913350:autre_refus:3726:29914147,29913351:autre_refus:3726:29913889,29913354:autre_refus:3726:29913569,29924113:autre_refus:3726:29924148,29924117:autre_refus:3726:29924168,29927040:autre_refus:3726:29927088,29929802:autre_refus:3726:29929916,29930227:autre_refus:3726:29930302,29931024:autre_refus:3726:29931106,29933927:autre_refus:3726:29933946,29959295:autre_refus:3726:29959323,29963319:autre_refus:3726:29963706,29963321:autre_refus:3726:29963500,29970900:autre_refus:3726:29971131,29976101:autre_refus:3726:29976189,29976102:autre_refus:3726:29976207,29976105:autre_refus:3726:29976172,29976107:autre_refus:3726:29976129,29979448:autre_refus:3726:29979582,29979449:autre_refus:3726:29979592,29979452:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004009823353120787, 'nb_photo': 2, 'list_port_cont': '30080153,30189679', 'assoc_port': '30079967:30080153,30189480:30189679', 'assoc_mat': '30079967:barquette_avec_film:3327:30080153,30189480:barquette_avec_film:3327:30189679'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00038115143186819744, 'nb_photo': 1, 'list_port_cont': '29895868', 'assoc_port': '29895113:29895868', 'assoc_mat': '29895113:barquette_opaque:4205:29895868'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0017495244356066702, 'nb_photo': 44, 'list_port_cont': '29929344,29965081,29987102,30013605,30016526,30020067,30078320,30079759,30090431,30093440,30164982,30215452', 'assoc_port': '29929006:29929344,29963289:29965081,29986859:29987102,30013136:30013605,30015732:30020067,30015735:30016526,30078170:30078320,30079722:30079759,30090234:30090431,30093384:30093440,30164726:30164982,30215303:30215452', 'assoc_mat': '29929006:barquette_opaque:4203:29929344,29963289:barquette_opaque:4203:29965081,29986859:barquette_opaque:4203:29987102,30013136:barquette_opaque:4203:30013605,30015732:barquette_opaque:4203:30020067,30015735:barquette_opaque:4203:30016526,30078170:barquette_opaque:4203:30078320,30079722:barquette_opaque:4203:30079759,30090234:barquette_opaque:4203:30090431,30093384:barquette_opaque:4203:30093440,30164726:barquette_opaque:4203:30164982,30215303:barquette_opaque:4203:30215452'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007346501838167828, 'nb_photo': 30, 'list_port_cont': '29953915,29959503,29961627,30020595,30049827,30053530,30069904,30079296,30080001,30089723,30102076,30106061,30115681,30121683,30122792,30123105,30124332,30141163,30142483,30155735,30163891,30171950,30189549,30196058,30200521,30214335,30214767,30238929', 'assoc_port': '29953696:29953915,29955403:29961627,29959304:29959503,30020409:30020595,30049627:30049827,30053289:30053530,30069868:30069904,30079102:30079296,30079972:30080001,30089667:30089723,30101939:30102076,30105879:30106061,30115524:30115681,30121644:30121683,30122773:30122792,30122984:30123105,30124274:30124332,30141147:30141163,30142478:30142483,30155647:30155735,30163780:30163891,30171654:30171950,30189478:30189549,30195919:30196058,30200490:30200521,30214210:30214335,30214599:30214767,30238785:30238929', 'assoc_mat': '29953696:barquette_opaque:4207:29953915,29955403:barquette_opaque:4207:29961627,29959304:barquette_opaque:4207:29959503,30020409:barquette_opaque:4207:30020595,30049627:barquette_opaque:4207:30049827,30053289:barquette_opaque:4207:30053530,30069868:barquette_opaque:4207:30069904,30079102:barquette_opaque:4207:30079296,30079972:barquette_opaque:4207:30080001,30089667:barquette_opaque:4207:30089723,30101939:barquette_opaque:4207:30102076,30105879:barquette_opaque:4207:30106061,30115524:barquette_opaque:4207:30115681,30121644:barquette_opaque:4207:30121683,30122773:barquette_opaque:4207:30122792,30122984:barquette_opaque:4207:30123105,30124274:barquette_opaque:4207:30124332,30141147:barquette_opaque:4207:30141163,30142478:barquette_opaque:4207:30142483,30155647:barquette_opaque:4207:30155735,30163780:barquette_opaque:4207:30163891,30171654:barquette_opaque:4207:30171950,30189478:barquette_opaque:4207:30189549,30195919:barquette_opaque:4207:30196058,30200490:barquette_opaque:4207:30200521,30214210:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00951554762880294, 'nb_photo': 6, 'list_port_cont': '29887034,30057446,30072364,30078872,30115293,30271463', 'assoc_port': '29886612:29887034,30057294:30057446,30072311:30072364,30078806:30078872,30115284:30115293,30271307:30271463', 'assoc_mat': '29886612:barquette_opaque:4461:29887034,30057294:barquette_opaque:4461:30057446,30072311:barquette_opaque:4461:30072364,30078806:barquette_opaque:4461:30078872,30115284:barquette_opaque:4461:30115293,30271307:barquette_opaque:4461:30271463'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.003666528750343555, 'nb_photo': 17, 'list_port_cont': '29959430,29961501,30069171,30093074,30093120,30112436,30121041,30154842,30167046,30188589,30188908,30189980,30200170,30217572,30223888,30275991', 'assoc_port': '29959303:29959430,29961068:29961501,30068932:30069171,30092955:30093120,30092957:30093074,30112368:30112436,30120851:30121041,30154583:30154842,30166975:30167046,30188472:30188589,30188764:30188908,30189941:30189980,30200056:30200170,30217330:30217572,30223871:30223888,30275892:30275991', 'assoc_mat': '29959303:barquette_opaque:4200:29959430,29961068:barquette_opaque:4200:29961501,30068932:barquette_opaque:4200:30069171,30092955:barquette_opaque:4200:30093120,30092957:barquette_opaque:4200:30093074,30112368:barquette_opaque:4200:30112436,30120851:barquette_opaque:4200:30121041,30154583:barquette_opaque:4200:30154842,30166975:barquette_opaque:4200:30167046,30188472:barquette_opaque:4200:30188589,30188764:barquette_opaque:4200:30188908,30189941:barquette_opaque:4200:30189980,30200056:barquette_opaque:4200:30200170,30217330:barquette_opaque:4200:30217572,30223871:barquette_opaque:4200:30223888,30275892:barquette_opaque:4200:30275991'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0037145624149614678, 'nb_photo': 85, 'list_port_cont': '29904021,29907331,29926079,29926162,29949715,29951139,29976253,30023039,30049994,30051179,30057808,30059456,30062770,30062849,30064268,30065204,30070031,30071585,30071618,30076401,30104945,30104955,30106232,30111143,30111173,30111268,30111282,30111540,30111889,30113918,30114750,30116451,30123215,30124347,30125062,30126439,30126538,30131515,30132350,30134819,30139192,30139523,30155853,30156146,30162768,30162964,30166210,30167241,30172994,30174615,30176336,30176433,30179522,30180986,30182928,30185066,30185268,30191721,30197474,30200964,30201823,30213498,30215719,30218594,30218861,30218897,30219095,30255435,30263296,30274410,30276428', 'assoc_port': '29903598:29904021,29907065:29907331,29925901:29926162,29925907:29926079,29949462:29949715,29950755:29951139,29976106:29976253,30022773:30023039,30049624:30049994,30050939:30051179,30057511:30057808,30058698:30059456,30062396:30064268,30062400:30062849,30062401:30062770,30065107:30065204,30069866:30070031,30071488:30071585,30071510:30071618,30076272:30076401,30104814:30104955,30104817:30104945,30106200:30106232,30110866:30111143,30110877:30111173,30111262:30111282,30111265:30111268,30111506:30111540,30111696:30111889,30113822:30113918,30114678:30114750,30116264:30116451,30122980:30123215,30124273:30124347,30125010:30125062,30126415:30126538,30126417:30126439,30131248:30131515,30132042:30132350,30134695:30134819,30139175:30139192,30139417:30139523,30155646:30155853,30155963:30156146,30162437:30162768,30162944:30162964,30166032:30166210,30167202:30167241,30172701:30172994,30172942:30174615,30175215:30176336,30175443:30176433,30175807:30215719,30176476:30180986,30176662:30179522,30182914:30182928,30184739:3018526', 'assoc_mat': '29903598:barquette_opaque:4209:29904021,29907065:barquette_opaque:4209:29907331,29925901:barquette_opaque:4209:29926162,29925907:barquette_opaque:4209:29926079,29949462:barquette_opaque:4209:29949715,29950755:barquette_opaque:4209:29951139,29976106:barquette_opaque:4209:29976253,30022773:barquette_opaque:4209:30023039,30049624:barquette_opaque:4209:30049994,30050939:barquette_opaque:4209:30051179,30057511:barquette_opaque:4209:30057808,30058698:barquette_opaque:4209:30059456,30062396:barquette_opaque:4209:30064268,30062400:barquette_opaque:4209:30062849,30062401:barquette_opaque:4209:30062770,30065107:barquette_opaque:4209:30065204,30069866:barquette_opaque:4209:30070031,30071488:barquette_opaque:4209:30071585,30071510:barquette_opaque:4209:30071618,30076272:barquette_opaque:4209:30076401,30104814:barquette_opaque:4209:30104955,30104817:barquette_opaque:4209:30104945,30106200:barquette_opaque:4209:30106232,30110866:barquette_opaque:4209:30111143,30110877:barquette_opaque:4209:30111173,30111262:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0056318965103435035, 'nb_photo': 4887, 'list_port_cont': '29881520,29882655,29883312,29886223,29887150,29892214,29900973,29902205,29904041,29904125,29905490,29905852,29923046,29923299,29923866,29923893,29926035,29926229,29926372,29926486,29926516,29927478,29928736,29929987,29930187,29930414,29931082,29931151,29931693,29932165,29932823,29933272,29938914,29951454,29951855,29952503,29953015,29954347,29957815,29959610,29960926,29962137,29963938,29965039,29965144,29967394,29968619,29971452,29972058,29972264,29973950,29975189,29979294,29981460,29981591,29987014,29987074,29988626,29988664,29989235,29989283,29991006,29992092,29992112,29993022,30010720,30011072,30011795,30011852,30012446,30012461,30013582,30013621,30014827,30014918,30019943,30020859,30022927,30023368,30025439,30028640,30029552,30029600,30037592,30048707,30049065,30050364,30051067,30051378,30051968,30053618,30054878,30055508,30056832,30057968,30059212,30059540,30059948,30060240,30060263,30060301,30060792,30060828,30063551,30063633,30063972,30064966,30065021,30065218,30065430,30065676,30065786,30065812,3006583', 'assoc_port': '29880558:29881520,29882108:29882655,29882109:29883312,29885440:29886223,29886569:29887150,29891422:29892214,29900383:29900973,29901778:29902205,29903596:29904125,29903608:29904041,29904807:29905852,29904815:29905490,29922570:29923299,29922577:29923046,29923749:29923866,29923751:29923893,29925905:29926229,29925909:29926035,29926314:29926516,29926317:29926486,29926319:29926372,29927059:29927478,29928593:29928736,29929782:29930187,29929800:29929987,29930242:29930414,29931019:29931151,29931023:29931082,29931397:29931693,29931987:29932165,29932748:29932823,29933070:29933272,29938885:29938914,29950753:29952503,29950754:29951855,29950756:29951454,29952811:29953015,29953691:29954347,29955401:29962137,29956853:29957815,29959298:29959610,29960561:29960926,29963305:29963938,29964554:29965039,29964565:29965144,29966745:29967394,29968181:29968619,29970897:29972264,29970903:29972058,29970907:29971452,29973410:29979294,29973414:29973950,29974616:29975189,29981308:29981460,29981508:29981591,29986864:29987014,29986866:2998707', 'assoc_mat': '29880558:barquette_opaque:4211:29881520,29882108:barquette_opaque:4211:29882655,29882109:barquette_opaque:4211:29883312,29885440:barquette_opaque:4211:29886223,29886569:barquette_opaque:4211:29887150,29891422:barquette_opaque:4211:29892214,29900383:barquette_opaque:4211:29900973,29901778:barquette_opaque:4211:29902205,29903596:barquette_opaque:4211:29904125,29903608:barquette_opaque:4211:29904041,29904807:barquette_opaque:4211:29905852,29904815:barquette_opaque:4211:29905490,29922570:barquette_opaque:4211:29923299,29922577:barquette_opaque:4211:29923046,29923749:barquette_opaque:4211:29923866,29923751:barquette_opaque:4211:29923893,29925905:barquette_opaque:4211:29926229,29925909:barquette_opaque:4211:29926035,29926314:barquette_opaque:4211:29926516,29926317:barquette_opaque:4211:29926486,29926319:barquette_opaque:4211:29926372,29927059:barquette_opaque:4211:29927478,29928593:barquette_opaque:4211:29928736,29929782:barquette_opaque:4211:29930187,29929800:barquette_opaque:4211:29929987,29930242:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0002905954732356853, 'nb_photo': 39, 'list_port_cont': '29901149,29928854,29960733,29974108,29989908,30029697,30056894,30058382,30066358,30080158,30092492,30093287,30097184,30101814,30103015,30105166,30105797,30140648,30164113,30164614,30164654,30166249,30180476,30188680,30191187,30195807,30197939,30200572,30215796,30216802,30237716,30262400,30274447,30275257', 'assoc_port': '29900343:29901149,29928590:29928854,29960566:29960733,29973433:29974108,29989096:29989908,30029201:30029697,30056440:30056894,30057512:30058382,30066240:30066358,30079967:30080158,30092156:30092492,30092983:30093287,30097077:30097184,30099894:30101814,30101937:30103015,30105067:30105166,30105571:30105797,30140520:30140648,30163734:30164113,30164211:30164654,30164257:30164614,30166031:30166249,30172497:30180476,30188474:30188680,30190961:30191187,30195506:30195807,30196799:30197939,30200489:30200572,30215649:30215796,30216457:30216802,30237493:30237716,30262191:30262400,30274332:30274447,30274952:30275257', 'assoc_mat': '29900343:bouchon:3327:29901149,29928590:bouchon:3327:29928854,29960566:bouchon:3327:29960733,29973433:bouchon:3327:29974108,29989096:bouchon:3327:29989908,30029201:bouchon:3327:30029697,30056440:bouchon:3327:30056894,30057512:bouchon:3327:30058382,30066240:bouchon:3327:30066358,30079967:bouchon:3327:30080158,30092156:bouchon:3327:30092492,30092983:bouchon:3327:30093287,30097077:bouchon:3327:30097184,30099894:bouchon:3327:30101814,30101937:bouchon:3327:30103015,30105067:bouchon:3327:30105166,30105571:bouchon:3327:30105797,30140520:bouchon:3327:30140648,30163734:bouchon:3327:30164113,30164211:bouchon:3327:30164654,30164257:bouchon:3327:30164614,30166031:bouchon:3327:30166249,30172497:bouchon:3327:30180476,30188474:bouchon:3327:30188680,30190961:bouchon:3327:30191187,30195506:bouchon:3327:30195807,30196799:bouchon:3327:30197939,30200489:bouchon:3327:30200572,30215649:bouchon:3327:30215796,30216457:bouchon:3327:30216802,30237493:bouchon:3327:30237716,30262191:bouchon:3327:30262400,30274332:bouchon:3327:30274447,3'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.013063524734463256, 'nb_photo': 39, 'list_port_cont': '29889880,29895873,29954131,29967495,30067539,30077735,30092166,30190346,30190389,30199196,30200506,30216635', 'assoc_port': '29889694:29889880,29895113:29895873,29953693:29954131,29966739:29967495,30067362:30067539,30077663:30077735,30092158:30092166,30190333:30190346,30190334:30190389,30199090:30199196,30200487:30200506,30216460:30216635', 'assoc_mat': '29889694:carton:4205:29889880,29895113:carton:4205:29895873,29953693:carton:4205:29954131,29966739:carton:4205:29967495,30067362:carton:4205:30067539,30077663:carton:4205:30077735,30092158:carton:4205:30092166,30190333:carton:4205:30190346,30190334:carton:4205:30190389,30199090:carton:4205:30199196,30200487:carton:4205:30200506,30216460:carton:4205:30216635'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.018935837914101247, 'nb_photo': 138, 'list_port_cont': '29929345,29965072,29987107,30013601,30016522,30016633,30020075,30078328,30079760,30090417,30093455,30164995,30215450', 'assoc_port': '29929006:29929345,29963289:29965072,29986859:29987107,30013136:30013601,30015732:30020075,30015735:30016522,30015737:30016633,30078170:30078328,30079722:30079760,30090234:30090417,30093384:30093455,30164726:30164995,30215303:30215450', 'assoc_mat': '29929006:carton:4203:29929345,29963289:carton:4203:29965072,29986859:carton:4203:29987107,30013136:carton:4203:30013601,30015732:carton:4203:30020075,30015735:carton:4203:30016522,30015737:carton:4203:30016633,30078170:carton:4203:30078328,30079722:carton:4203:30079760,30090234:carton:4203:30090417,30093384:carton:4203:30093455,30164726:carton:4203:30164995,30215303:carton:4203:30215450'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9637673753462287, 'nb_photo': 3474, 'list_port_cont': '29880651,29882274,29883539,29884115,29886785,29889774,29891833,29892718,29892868,29895262,29895430,29895785,29898678,29898734,29900602,29903878,29903908,29907179,29907259,29907311,29922854,29922936,29923778,29923804,29924196,29924247,29925949,29926064,29926360,29926401,29927205,29928659,29928709,29929078,29929142,29929887,29930317,29931502,29932087,29933169,29933734,29949741,29949924,29950893,29951032,29952999,29953912,29955665,29959502,29959566,29961222,29961319,29961624,29964811,29965253,29967296,29971219,29973685,29974780,29981525,29986502,29986898,29987964,29988504,29989181,29990938,29991842,29991882,29991993,30009917,30010546,30011715,30012226,30013480,30013957,30020597,30020681,30024123,30029308,30030641,30049823,30051132,30051283,30053528,30054488,30056631,30057411,30057766,30057916,30058828,30058837,30059687,30060235,30060554,30060748,30062458,30063350,30065117,30065377,30066279,30066342,30066564,30067435,30068134,30068152,30069466,30069474,30069875,30069895,30070974,30071115,30071528,30072163,3007567', 'assoc_port': '29880560:29880651,29882107:29882274,29883287:29884115,29883294:29883539,29885442:29892718,29886570:29886785,29889695:29889774,29891417:29891833,29892686:29892868,29895112:29895785,29895114:29895430,29895118:29895262,29898574:29898734,29898576:29898678,29900386:29900602,29903592:29903908,29903600:29903878,29907138:29907311,29907139:29907259,29907141:29907179,29922573:29922936,29922579:29922854,29923747:29923804,29923750:29923778,29924116:29924247,29924119:29924196,29925911:29926064,29925912:29925949,29926315:29926401,29926321:29926360,29927021:29927205,29928589:29928709,29928591:29928659,29928987:29929078,29928989:29929142,29929803:29929887,29930228:29930317,29931395:29931502,29932008:29932087,29933073:29933169,29933651:29933734,29949458:29949924,29949460:29949741,29950758:29951032,29950760:29950893,29952809:29952999,29953696:29953912,29955403:29961624,29955444:29955665,29956855:29959566,29959304:29959502,29961025:29961319,29961084:29961222,29964552:29965253,29964561:29964811,29966743:29967296,29970902:2997121', 'assoc_mat': '29880560:carton:4207:29880651,29882107:carton:4207:29882274,29883287:carton:4207:29884115,29883294:carton:4207:29883539,29885442:carton:4207:29892718,29886570:carton:4207:29886785,29889695:carton:4207:29889774,29891417:carton:4207:29891833,29892686:carton:4207:29892868,29895112:carton:4207:29895785,29895114:carton:4207:29895430,29895118:carton:4207:29895262,29898574:carton:4207:29898734,29898576:carton:4207:29898678,29900386:carton:4207:29900602,29903592:carton:4207:29903908,29903600:carton:4207:29903878,29907138:carton:4207:29907311,29907139:carton:4207:29907259,29907141:carton:4207:29907179,29922573:carton:4207:29922936,29922579:carton:4207:29922854,29923747:carton:4207:29923804,29923750:carton:4207:29923778,29924116:carton:4207:29924247,29924119:carton:4207:29924196,29925911:carton:4207:29926064,29925912:carton:4207:29925949,29926315:carton:4207:29926401,29926321:carton:4207:29926360,29927021:carton:4207:29927205,29928589:carton:4207:29928709,29928591:carton:4207:29928659,29928987:carton:4207:29929078,2992'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.011476831666757427, 'nb_photo': 3194, 'list_port_cont': '29882489,29883657,29887038,29891936,29895523,29899021,29905350,29916551,29922954,29924274,29927453,29929308,29931188,29931571,29933760,29934670,29953050,29955819,29959534,29960659,29964990,29967047,29973839,29976221,29981553,29988085,29989254,29992924,30009996,30012395,30014032,30023169,30025296,30030804,30050053,30053435,30056751,30057363,30057443,30059322,30060629,30062702,30063569,30063603,30063931,30065174,30065852,30066660,30069556,30069981,30070202,30071578,30072204,30072361,30076025,30076565,30078299,30078499,30078878,30079010,30079442,30080078,30090976,30093145,30093318,30093518,30093827,30094594,30097319,30098415,30098931,30100063,30102145,30104561,30104966,30105435,30109353,30109466,30111309,30111337,30111905,30112709,30113617,30114351,30114703,30115291,30116565,30116768,30121303,30122041,30122614,30122838,30124422,30125156,30125274,30125650,30126044,30129931,30130441,30131038,30131905,30132741,30133473,30134775,30135673,30138206,30139450,30140023,30140605,30141050,30142338,30142788,30154238,3015472', 'assoc_port': '29882106:29882489,29883291:29883657,29886612:29887038,29891415:29891936,29895116:29895523,29898578:29899021,29904809:29905350,29916266:29916551,29922581:29922954,29924118:29924274,29927019:29927453,29928988:29929308,29931016:29931188,29931393:29931571,29933652:29933760,29934614:29934670,29952806:29953050,29955406:29955819,29959300:29959534,29960565:29960659,29964563:29964990,29966747:29967047,29973413:29973839,29976104:29976221,29981504:29981553,29987854:29988085,29989105:29989254,29992646:29992924,30009734:30009996,30012117:30012395,30013901:30014032,30022772:30023169,30025187:30025296,30030548:30030804,30049629:30050053,30053292:30053435,30056441:30056751,30057294:30057443,30057333:30057363,30058706:30059322,30060388:30060629,30062398:30062702,30063327:30063603,30063328:30063569,30063829:30063931,30065105:30065174,30065687:30065852,30066441:30066660,30069315:30069556,30069864:30069981,30070110:30070202,30071509:30071578,30072107:30072204,30072311:30072361,30075986:30076025,30076448:30076565,30078167:3007829', 'assoc_mat': '29882106:carton:4461:29882489,29883291:carton:4461:29883657,29886612:carton:4461:29887038,29891415:carton:4461:29891936,29895116:carton:4461:29895523,29898578:carton:4461:29899021,29904809:carton:4461:29905350,29916266:carton:4461:29916551,29922581:carton:4461:29922954,29924118:carton:4461:29924274,29927019:carton:4461:29927453,29928988:carton:4461:29929308,29931016:carton:4461:29931188,29931393:carton:4461:29931571,29933652:carton:4461:29933760,29934614:carton:4461:29934670,29952806:carton:4461:29953050,29955406:carton:4461:29955819,29959300:carton:4461:29959534,29960565:carton:4461:29960659,29964563:carton:4461:29964990,29966747:carton:4461:29967047,29973413:carton:4461:29973839,29976104:carton:4461:29976221,29981504:carton:4461:29981553,29987854:carton:4461:29988085,29989105:carton:4461:29989254,29992646:carton:4461:29992924,30009734:carton:4461:30009996,30012117:carton:4461:30012395,30013901:carton:4461:30014032,30022772:carton:4461:30023169,30025187:carton:4461:30025296,30030548:carton:4461:30030804,3004'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.016894700547063126, 'nb_photo': 327, 'list_port_cont': '29885753,29891752,29893036,29893230,29903771,29928671,29929150,29931135,29959444,29960702,29961258,29961511,29971185,30020616,30057386,30058903,30059148,30060513,30060570,30067505,30069179,30069972,30071026,30071538,30076309,30077049,30077753,30077775,30078450,30078471,30079176,30089791,30090382,30091372,30093084,30099784,30102059,30104279,30104518,30105115,30108940,30112441,30112650,30113582,30114273,30114731,30115102,30116339,30122592,30124163,30125095,30125827,30125991,30129913,30130424,30132235,30139589,30139907,30140549,30142107,30142581,30142752,30154677,30154840,30155368,30155892,30156614,30161028,30162707,30162790,30163931,30164444,30164586,30164932,30165797,30166059,30166168,30167055,30167082,30167778,30171902,30174640,30175968,30188907,30189560,30189988,30190421,30190435,30191050,30200179,30200532,30200939,30200973,30214387,30215402,30216022,30217575,30218914,30223886,30238027,30238962,30250115,30261798,30275552,30276416,30282587', 'assoc_port': '29885439:29885753,29891419:29891752,29892658:29893230,29892702:29893036,29903590:29903771,29928594:29928671,29929007:29929150,29931021:29931135,29959303:29959444,29960563:29960702,29961068:29961511,29961082:29961258,29970896:29971185,30020408:30020616,30057323:30057386,30058699:30059148,30058708:30058903,30060385:30060513,30060387:30060570,30067365:30067505,30068932:30069179,30069869:30069972,30070918:30071026,30071511:30071538,30076277:30076309,30076747:30077049,30077660:30077775,30077661:30077753,30078430:30078471,30078432:30078450,30079106:30079176,30089670:30089791,30090238:30090382,30091319:30091372,30092957:30093084,30099741:30099784,30101938:30102059,30104046:30104279,30104065:30104518,30105064:30105115,30108890:30108940,30112368:30112441,30112563:30112650,30113486:30113582,30114052:30114273,30114676:30114731,30115045:30115102,30116263:30116339,30122544:30122592,30124081:30124163,30125014:30125095,30125809:30125827,30125975:30125991,30129796:30129913,30130249:30130424,30132040:30132235,30139551:3013958', 'assoc_mat': '29885439:carton:4200:29885753,29891419:carton:4200:29891752,29892658:carton:4200:29893230,29892702:carton:4200:29893036,29903590:carton:4200:29903771,29928594:carton:4200:29928671,29929007:carton:4200:29929150,29931021:carton:4200:29931135,29959303:carton:4200:29959444,29960563:carton:4200:29960702,29961068:carton:4200:29961511,29961082:carton:4200:29961258,29970896:carton:4200:29971185,30020408:carton:4200:30020616,30057323:carton:4200:30057386,30058699:carton:4200:30059148,30058708:carton:4200:30058903,30060385:carton:4200:30060513,30060387:carton:4200:30060570,30067365:carton:4200:30067505,30068932:carton:4200:30069179,30069869:carton:4200:30069972,30070918:carton:4200:30071026,30071511:carton:4200:30071538,30076277:carton:4200:30076309,30076747:carton:4200:30077049,30077660:carton:4200:30077775,30077661:carton:4200:30077753,30078430:carton:4200:30078471,30078432:carton:4200:30078450,30079106:carton:4200:30079176,30089670:carton:4200:30089791,30090238:carton:4200:30090382,30091319:carton:4200:30091372,3009'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.022198342096975254, 'nb_photo': 2529, 'list_port_cont': '29883635,29886862,29886933,29891922,29895637,29900711,29900731,29903824,29904015,29904057,29905149,29907341,29922834,29926070,29926142,29926174,29928718,29932912,29933151,29949726,29951130,29954015,29957160,29961482,29963602,29964888,29968398,29968455,29968651,29969753,29973801,29975061,29976160,29976245,29976279,29981544,29986609,30001097,30009945,30010512,30014895,30015983,30023029,30024173,30031795,30037533,30037765,30037970,30038028,30038298,30039119,30039147,30050003,30051177,30057803,30059089,30059482,30059973,30060767,30062771,30062854,30063496,30063506,30063531,30063672,30063894,30064261,30065004,30065158,30065196,30065880,30066287,30066333,30068210,30069910,30069929,30070037,30070194,30071057,30071071,30071090,30071591,30071616,30071892,30071899,30072340,30075707,30076321,30076340,30076400,30076511,30077778,30078916,30079786,30080015,30080108,30080118,30080441,30089425,30089550,30089735,30090755,30091400,30092456,30093133,30093204,30093249,30093408,30093468,30093486,30094412,30094509,30094528,3009472', 'assoc_port': '29883289:29883635,29886571:29886933,29886596:29886862,29891413:29891922,29895115:29895637,29900344:29900731,29900384:29900711,29903594:29904057,29903598:29904015,29903603:29903824,29904829:29905149,29907065:29907341,29922574:29922834,29925901:29926174,29925903:29926142,29925907:29926070,29928596:29928718,29932746:29932912,29933071:29933151,29949462:29949726,29950755:29951130,29953689:29954015,29956868:29957160,29961039:29961482,29961054:29969753,29963320:29963602,29964560:29964888,29968194:29968651,29968195:29968455,29968196:29968398,29973408:29973801,29974618:29975061,29976103:29976279,29976106:29976245,29976108:29976160,29981505:29981544,29986386:29986609,30000795:30001097,30009732:30009945,30010373:30010512,30013864:30014895,30015734:30015983,30022773:30023029,30024059:30024173,30031482:30031795,30037011:30038298,30037013:30038028,30037015:30037970,30037017:30037765,30037020:30037533,30038945:30039147,30038946:30039119,30049624:30050003,30050939:30051177,30057511:30057803,30058698:30059482,30058707:3005908', 'assoc_mat': '29883289:carton:4209:29883635,29886571:carton:4209:29886933,29886596:carton:4209:29886862,29891413:carton:4209:29891922,29895115:carton:4209:29895637,29900344:carton:4209:29900731,29900384:carton:4209:29900711,29903594:carton:4209:29904057,29903598:carton:4209:29904015,29903603:carton:4209:29903824,29904829:carton:4209:29905149,29907065:carton:4209:29907341,29922574:carton:4209:29922834,29925901:carton:4209:29926174,29925903:carton:4209:29926142,29925907:carton:4209:29926070,29928596:carton:4209:29928718,29932746:carton:4209:29932912,29933071:carton:4209:29933151,29949462:carton:4209:29949726,29950755:carton:4209:29951130,29953689:carton:4209:29954015,29956868:carton:4209:29957160,29961039:carton:4209:29961482,29961054:carton:4209:29969753,29963320:carton:4209:29963602,29964560:carton:4209:29964888,29968194:carton:4209:29968651,29968195:carton:4209:29968455,29968196:carton:4209:29968398,29973408:carton:4209:29973801,29974618:carton:4209:29975061,29976103:carton:4209:29976279,29976106:carton:4209:29976245,2997'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.004947251746046126, 'nb_photo': 6590, 'list_port_cont': '29881515,29882653,29883302,29886219,29886251,29887141,29892209,29892263,29900967,29902209,29902288,29904030,29904118,29905481,29905845,29907235,29923034,29923298,29923850,29923877,29923897,29926045,29926223,29926383,29926479,29926528,29927484,29928743,29929176,29930003,29930186,29930405,29931092,29931148,29931685,29932167,29932822,29933265,29938907,29951050,29951459,29951867,29952504,29952939,29953025,29954356,29957821,29959612,29960921,29962124,29963934,29965037,29965153,29967083,29967387,29968616,29972056,29972267,29973958,29975186,29979285,29981454,29981580,29987011,29987078,29988633,29988672,29989239,29989288,29991002,29992097,29992114,29993011,30010726,30011060,30011807,30011840,30012440,30012456,30013578,30013618,30014825,30014913,30019940,30020867,30022924,30023362,30025450,30028629,30029545,30029593,30037590,30048710,30049081,30050348,30051062,30051369,30051970,30053628,30054625,30054887,30055506,30056841,30057961,30059202,30059549,30059947,30060252,30060261,30060315,30060807,30060830,30063552,3006362', 'assoc_port': '29880558:29881515,29882108:29882653,29882109:29883302,29885440:29886219,29885441:29886251,29886569:29887141,29891421:29892263,29891422:29892209,29900383:29900967,29901775:29902288,29901778:29902209,29903596:29904118,29903608:29904030,29904807:29905845,29904815:29905481,29907067:29907235,29922570:29923298,29922577:29923034,29923748:29923850,29923749:29923877,29923751:29923897,29925905:29926223,29925909:29926045,29926314:29926528,29926317:29926479,29926319:29926383,29927059:29927484,29928593:29928743,29929008:29929176,29929782:29930186,29929800:29930003,29930242:29930405,29931019:29931148,29931023:29931092,29931397:29931685,29931987:29932167,29932748:29932822,29933070:29933265,29938885:29938907,29950753:29952504,29950754:29951867,29950756:29951459,29950759:29951050,29952810:29952939,29952811:29953025,29953691:29954356,29955401:29962124,29956853:29957821,29959298:29959612,29960561:29960921,29963305:29963934,29964554:29965037,29964565:29965153,29966745:29967387,29966750:29967083,29968181:29968616,29970897:2997226', 'assoc_mat': '29880558:carton:4211:29881515,29882108:carton:4211:29882653,29882109:carton:4211:29883302,29885440:carton:4211:29886219,29885441:carton:4211:29886251,29886569:carton:4211:29887141,29891421:carton:4211:29892263,29891422:carton:4211:29892209,29900383:carton:4211:29900967,29901775:carton:4211:29902288,29901778:carton:4211:29902209,29903596:carton:4211:29904118,29903608:carton:4211:29904030,29904807:carton:4211:29905845,29904815:carton:4211:29905481,29907067:carton:4211:29907235,29922570:carton:4211:29923298,29922577:carton:4211:29923034,29923748:carton:4211:29923850,29923749:carton:4211:29923877,29923751:carton:4211:29923897,29925905:carton:4211:29926223,29925909:carton:4211:29926045,29926314:carton:4211:29926528,29926317:carton:4211:29926479,29926319:carton:4211:29926383,29927059:carton:4211:29927484,29928593:carton:4211:29928743,29929008:carton:4211:29929176,29929782:carton:4211:29930186,29929800:carton:4211:29930003,29930242:carton:4211:29930405,29931019:carton:4211:29931148,29931023:carton:4211:29931092,2993'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0028364383499582713, 'nb_photo': 73, 'list_port_cont': '29887461,29890161,29928847,29957379,29960740,29967819,29974126,30010831,30016371,30056902,30059556,30063646,30065058,30067590,30068801,30070233,30077798,30078338,30079491,30080168,30080476,30092490,30092875,30093871,30097179,30098849,30103003,30103913,30106305,30112129,30112503,30122467,30122883,30123372,30124885,30125237,30130493,30132791,30135508,30139380,30156165,30162379,30164075,30164644,30170947,30176687,30189277,30190161,30199905,30201105,30214897,30215475,30215797,30216799,30229440,30239359,30274448', 'assoc_port': '29886598:29887461,29889698:29890161,29928590:29928847,29956851:29957379,29960566:29960740,29966737:29967819,29973433:29974126,30010369:30010831,30015739:30016371,30056440:30056902,30058710:30059556,30063331:30063646,30064895:30065058,30067364:30067590,30068352:30068801,30070109:30070233,30077662:30077798,30078166:30078338,30079401:30079491,30079963:30080168,30080404:30080476,30092156:30092490,30092635:30092875,30093796:30093871,30097077:30097179,30098577:30098849,30101937:30103003,30103798:30103913,30106198:30106305,30111697:30112129,30112371:30112503,30122357:30122467,30122772:30122883,30122978:30123372,30124660:30124885,30125008:30125237,30130251:30130493,30132572:30132791,30135256:30135508,30139176:30139380,30155967:30156165,30162258:30162379,30163735:30164075,30164233:30164644,30170832:30170947,30175622:30176687,30189127:30189277,30189935:30190161,30199711:30199905,30200938:30201105,30214559:30214897,30215246:30215475,30215649:30215797,30216457:30216799,30229113:30229440,30239131:30239359,30274332:3027444', 'assoc_mat': '29886598:carton:3327:29887461,29889698:carton:3327:29890161,29928590:carton:3327:29928847,29956851:carton:3327:29957379,29960566:carton:3327:29960740,29966737:carton:3327:29967819,29973433:carton:3327:29974126,30010369:carton:3327:30010831,30015739:carton:3327:30016371,30056440:carton:3327:30056902,30058710:carton:3327:30059556,30063331:carton:3327:30063646,30064895:carton:3327:30065058,30067364:carton:3327:30067590,30068352:carton:3327:30068801,30070109:carton:3327:30070233,30077662:carton:3327:30077798,30078166:carton:3327:30078338,30079401:carton:3327:30079491,30079963:carton:3327:30080168,30080404:carton:3327:30080476,30092156:carton:3327:30092490,30092635:carton:3327:30092875,30093796:carton:3327:30093871,30097077:carton:3327:30097179,30098577:carton:3327:30098849,30101937:carton:3327:30103003,30103798:carton:3327:30103913,30106198:carton:3327:30106305,30111697:carton:3327:30112129,30112371:carton:3327:30112503,30122357:carton:3327:30122467,30122772:carton:3327:30122883,30122978:carton:3327:30123372,3012'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.005021634679567398, 'nb_photo': 742, 'list_port_cont': '29905315,29931159,29932132,29954166,29964238,29967172,29981882,29988638,30024156,30054818,30060785,30066637,30068224,30072234,30078486,30078953,30078984,30080453,30081763,30084144,30090440,30091417,30092406,30096170,30101090,30105699,30108309,30109086,30110456,30112676,30114324,30115206,30121140,30124870,30129706,30130470,30134766,30140099,30143057,30155902,30162210,30164943,30164956,30165024,30167099,30170876,30173521,30175479,30176165,30188930,30190013,30195723,30213573,30216715,30219125,30224456,30225427,30227572,30228335,30228399,30228437,30229465,30235530,30237428,30237455,30237610,30239858,30240511,30245550,30251665,30257686,30263781,30271588,30273581,30273988,30275201,30275662,30276105,30277503,30277554,30278348,30278360,30282572', 'assoc_port': '29904813:29905315,29931014:29931159,29932010:29932132,29953694:29954166,29961053:29964238,29966741:29967172,29981854:29981882,29988455:29988638,30024056:30024156,30054134:30054818,30060714:30060785,30066438:30066637,30067991:30068224,30072108:30072234,30078431:30078486,30078803:30078984,30078805:30078953,30080405:30080453,30081751:30081763,30084136:30084144,30090237:30090440,30091324:30091417,30092159:30092406,30095678:30096170,30100824:30101090,30105575:30105699,30107950:30108309,30109078:30109086,30110198:30110456,30112562:30112676,30114051:30114324,30115050:30115206,30120849:30121140,30124663:30124870,30129560:30129706,30130253:30130470,30134694:30134766,30139881:30140099,30142885:30143057,30155605:30155902,30162003:30162210,30164728:30164956,30164731:30165024,30164735:30164943,30166976:30167099,30170833:30170876,30173295:30173521,30175442:30175479,30176144:30176165,30188766:30188930,30189940:30190013,30195508:30195723,30213190:30213573,30216459:30216715,30219018:30219125,30224397:30224456,30225009:3022542', 'assoc_mat': '29904813:carton:3594:29905315,29931014:carton:3594:29931159,29932010:carton:3594:29932132,29953694:carton:3594:29954166,29961053:carton:3594:29964238,29966741:carton:3594:29967172,29981854:carton:3594:29981882,29988455:carton:3594:29988638,30024056:carton:3594:30024156,30054134:carton:3594:30054818,30060714:carton:3594:30060785,30066438:carton:3594:30066637,30067991:carton:3594:30068224,30072108:carton:3594:30072234,30078431:carton:3594:30078486,30078803:carton:3594:30078984,30078805:carton:3594:30078953,30080405:carton:3594:30080453,30081751:carton:3594:30081763,30084136:carton:3594:30084144,30090237:carton:3594:30090440,30091324:carton:3594:30091417,30092159:carton:3594:30092406,30095678:carton:3594:30096170,30100824:carton:3594:30101090,30105575:carton:3594:30105699,30107950:carton:3594:30108309,30109078:carton:3594:30109086,30110198:carton:3594:30110456,30112562:carton:3594:30112676,30114051:carton:3594:30114324,30115050:carton:3594:30115206,30120849:carton:3594:30121140,30124663:carton:3594:30124870,3012'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0012190150120028986, 'nb_photo': 50, 'list_port_cont': '29887066,29895253,29907150,29924164,29963496,29976206,29979578,29982196,29986427,29989200,30025274,30051532,30068380,30072318,30090750,30104864,30104877,30115666,30122785,30135343,30141543,30167041,30195572,30222806,30235451,30237242,30237257,30238394,30238395,30240501,30243492,30250920,30253649,30253665,30254341,30263539,30266229,30270193,30275485,30278871', 'assoc_port': '29886568:29887066,29895099:29895253,29907102:29907150,29924117:29924164,29963321:29963496,29976102:29976206,29979448:29979578,29982001:29982196,29986379:29986427,29989098:29989200,30025185:30025274,30048068:30051532,30068353:30068380,30072309:30072318,30090575:30090750,30104813:30104877,30104815:30104864,30115526:30115666,30122770:30122785,30135254:30135343,30141531:30141543,30166972:30167041,30195509:30195572,30222755:30222806,30235379:30235451,30237194:30237257,30237196:30237242,30238204:30238395,30238208:30238394,30240491:30240501,30243412:30243492,30250850:30250920,30253562:30253649,30253564:30253665,30253567:30254341,30263392:30263539,30266049:30266229,30270071:30270193,30275356:30275485,30278862:30278871', 'assoc_mat': '29886568:cartonnette:3726:29887066,29895099:cartonnette:3726:29895253,29907102:cartonnette:3726:29907150,29924117:cartonnette:3726:29924164,29963321:cartonnette:3726:29963496,29976102:cartonnette:3726:29976206,29979448:cartonnette:3726:29979578,29982001:cartonnette:3726:29982196,29986379:cartonnette:3726:29986427,29989098:cartonnette:3726:29989200,30025185:cartonnette:3726:30025274,30048068:cartonnette:3726:30051532,30068353:cartonnette:3726:30068380,30072309:cartonnette:3726:30072318,30090575:cartonnette:3726:30090750,30104813:cartonnette:3726:30104877,30104815:cartonnette:3726:30104864,30115526:cartonnette:3726:30115666,30122770:cartonnette:3726:30122785,30135254:cartonnette:3726:30135343,30141531:cartonnette:3726:30141543,30166972:cartonnette:3726:30167041,30195509:cartonnette:3726:30195572,30222755:cartonnette:3726:30222806,30235379:cartonnette:3726:30235451,30237194:cartonnette:3726:30237257,30237196:cartonnette:3726:30237242,30238204:cartonnette:3726:30238395,30238208:cartonnette:3726:30238394,30240491:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.059068302592521035, 'nb_photo': 1136, 'list_port_cont': '29895250,29901913,29909381,29909407,29909575,29909634,29913505,29913568,29913677,29913890,29914152,29914261,29924149,29924173,29929913,29930304,29931110,29933950,29959328,29960591,29963503,29963695,29971137,29976134,29976194,29976209,29979537,29979539,29979559,29979572,29979576,29979594,29981860,29982066,29982112,29982145,29982178,29982193,29982208,29982229,29982705,29983144,29983176,29983187,29983200,29983219,29983232,29983256,29983324,29983345,29983553,29986434,29988023,29988056,29989189,29992660,30011691,30014692,30025277,30029396,30030669,30037103,30049742,30051542,30057776,30060177,30060724,30063440,30063866,30064980,30066517,30066605,30068383,30068987,30071022,30071047,30072319,30074561,30077722,30078246,30079423,30090747,30094377,30094387,30094540,30098305,30098329,30098347,30098390,30098402,30099774,30099820,30103968,30104860,30106220,30113842,30114854,30115669,30120655,30120675,30120694,30122784,30124315,30124704,30124719,30125835,30129579,30129638,30130075,30130971,30131854,30132850,30134699,3013514', 'assoc_port': '29895099:29895250,29901777:29901913,29909330:29909575,29909331:29909634,29909332:29909381,29909335:29909407,29913349:29914261,29913350:29914152,29913351:29913890,29913352:29913677,29913353:29913505,29913354:29913568,29924113:29924149,29924117:29924173,29929802:29929913,29930227:29930304,29931024:29931110,29933927:29933950,29959295:29959328,29960562:29960591,29963319:29963695,29963321:29963503,29970900:29971137,29976101:29976194,29976102:29976209,29976107:29976134,29979447:29979539,29979448:29979576,29979449:29979594,29979450:29979572,29979451:29979537,29979452:29979559,29981855:29981860,29981997:29982178,29981998:29982208,29982000:29982229,29982001:29982193,29982002:29982145,29982004:29982112,29982005:29982066,29982697:29982705,29983131:29983176,29983132:29983219,29983133:29983256,29983134:29983187,29983135:29983232,29983136:29983200,29983137:29983144,29983296:29983553,29983299:29983345,29983300:29983324,29986379:29986434,29987812:29988056,29987832:29988023,29989098:29989189,29992647:29992660,30011663:3001169', 'assoc_mat': '29895099:Carton_brun:3726:29895250,29901777:Carton_brun:3726:29901913,29909330:Carton_brun:3726:29909575,29909331:Carton_brun:3726:29909634,29909332:Carton_brun:3726:29909381,29909335:Carton_brun:3726:29909407,29913349:Carton_brun:3726:29914261,29913350:Carton_brun:3726:29914152,29913351:Carton_brun:3726:29913890,29913352:Carton_brun:3726:29913677,29913353:Carton_brun:3726:29913505,29913354:Carton_brun:3726:29913568,29924113:Carton_brun:3726:29924149,29924117:Carton_brun:3726:29924173,29929802:Carton_brun:3726:29929913,29930227:Carton_brun:3726:29930304,29931024:Carton_brun:3726:29931110,29933927:Carton_brun:3726:29933950,29959295:Carton_brun:3726:29959328,29960562:Carton_brun:3726:29960591,29963319:Carton_brun:3726:29963695,29963321:Carton_brun:3726:29963503,29970900:Carton_brun:3726:29971137,29976101:Carton_brun:3726:29976194,29976102:Carton_brun:3726:29976209,29976107:Carton_brun:3726:29976134,29979447:Carton_brun:3726:29979539,29979448:Carton_brun:3726:29979576,29979449:Carton_brun:3726:29979594,29979450:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005154290831917072, 'nb_photo': 106, 'list_port_cont': '29892903,29900563,29901914,29909378,29913564,29913886,29930311,29959319,29960585,29963891,29976195,29976204,29979529,29979581,29983216,29983347,29983528,29986433,29988064,30011692,30029294,30057780,30058969,30060183,30063877,30066613,30068387,30074565,30077724,30078237,30078441,30098346,30098388,30104866,30106222,30113573,30113841,30123080,30125836,30129585,30164845,30167042,30174196,30191019,30194733,30195569,30212079,30217455,30222807,30224083,30224116,30225409,30225664,30228635,30229384,30229454,30237254,30237908,30239173,30240915,30240928,30243496,30249198,30249434,30250856,30252387,30252761,30253654,30255074,30259376,30260226,30263545,30266226,30270201,30272222,30273896,30275557,30278869', 'assoc_port': '29892672:29892903,29900363:29900563,29901777:29901914,29909332:29909378,29913351:29913886,29913354:29913564,29930227:29930311,29959295:29959319,29960562:29960585,29963291:29963891,29976101:29976195,29976102:29976204,29979448:29979581,29979451:29979529,29983132:29983216,29983295:29983528,29983299:29983347,29986379:29986433,29987812:29988064,30011663:30011692,30029199:30029294,30057509:30057780,30058697:30058969,30058709:30060183,30063827:30063877,30066437:30066613,30068353:30068387,30074551:30074565,30077665:30077724,30078169:30078237,30078428:30078441,30098289:30098388,30098293:30098346,30104815:30104866,30106199:30106222,30113482:30113573,30113820:30113841,30122983:30123080,30125806:30125836,30129558:30129585,30164725:30164845,30166972:30167042,30172892:30174196,30190955:30191019,30194645:30194733,30195509:30195569,30211971:30212079,30217326:30217455,30222755:30222807,30224071:30224116,30224073:30224083,30225010:30225409,30225603:30225664,30228487:30228635,30229368:30229454,30229372:30229384,30237190:3023790', 'assoc_mat': '29892672:Carton_gris:3726:29892903,29900363:Carton_gris:3726:29900563,29901777:Carton_gris:3726:29901914,29909332:Carton_gris:3726:29909378,29913351:Carton_gris:3726:29913886,29913354:Carton_gris:3726:29913564,29930227:Carton_gris:3726:29930311,29959295:Carton_gris:3726:29959319,29960562:Carton_gris:3726:29960585,29963291:Carton_gris:3726:29963891,29976101:Carton_gris:3726:29976195,29976102:Carton_gris:3726:29976204,29979448:Carton_gris:3726:29979581,29979451:Carton_gris:3726:29979529,29983132:Carton_gris:3726:29983216,29983295:Carton_gris:3726:29983528,29983299:Carton_gris:3726:29983347,29986379:Carton_gris:3726:29986433,29987812:Carton_gris:3726:29988064,30011663:Carton_gris:3726:30011692,30029199:Carton_gris:3726:30029294,30057509:Carton_gris:3726:30057780,30058697:Carton_gris:3726:30058969,30058709:Carton_gris:3726:30060183,30063827:Carton_gris:3726:30063877,30066437:Carton_gris:3726:30066613,30068353:Carton_gris:3726:30068387,30074551:Carton_gris:3726:30074565,30077665:Carton_gris:3726:30077724,30078169:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.001258392370651535, 'nb_photo': 6, 'list_port_cont': '29889890,29895865,30077742', 'assoc_port': '29889694:29889890,29895113:29895865,30077663:30077742', 'assoc_mat': '29889694:ela:4205:29889890,29895113:ela:4205:29895865,30077663:ela:4205:30077742'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.893158544211091, 'nb_photo': 56, 'list_port_cont': '29929356,29965063,29987109,30013611,30016523,30016631,30020070,30078325,30079762,30090425,30093445,30164992,30215451', 'assoc_port': '29929006:29929356,29963289:29965063,29986859:29987109,30013136:30013611,30015732:30020070,30015735:30016523,30015737:30016631,30078170:30078325,30079722:30079762,30090234:30090425,30093384:30093445,30164726:30164992,30215303:30215451', 'assoc_mat': '29929006:ela:4203:29929356,29963289:ela:4203:29965063,29986859:ela:4203:29987109,30013136:ela:4203:30013611,30015732:ela:4203:30020070,30015735:ela:4203:30016523,30015737:ela:4203:30016631,30078170:ela:4203:30078325,30079722:ela:4203:30079762,30090234:ela:4203:30090425,30093384:ela:4203:30093445,30164726:ela:4203:30164992,30215303:ela:4203:30215451'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0006695336160773211, 'nb_photo': 11, 'list_port_cont': '29928700,29973682,30013959,30066336,30104216,30116280,30164452,30166051,30173025,30189554,30219060', 'assoc_port': '29928589:29928700,29973412:29973682,30013862:30013959,30066239:30066336,30104069:30104216,30116269:30116280,30164254:30166051,30164256:30164452,30172705:30173025,30189478:30189554,30219015:30219060', 'assoc_mat': '29928589:ela:4207:29928700,29973412:ela:4207:29973682,30013862:ela:4207:30013959,30066239:ela:4207:30066336,30104069:ela:4207:30104216,30116269:ela:4207:30116280,30164254:ela:4207:30166051,30164256:ela:4207:30164452,30172705:ela:4207:30173025,30189478:ela:4207:30189554,30219015:ela:4207:30219060'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0031493496224056683, 'nb_photo': 5, 'list_port_cont': '30012405,30080065,30172778,30189638,30215759', 'assoc_port': '30012117:30012405,30079974:30080065,30172496:30172778,30189481:30189638,30215669:30215759', 'assoc_mat': '30012117:ela:4461:30012405,30079974:ela:4461:30080065,30172496:ela:4461:30172778,30189481:ela:4461:30189638,30215669:ela:4461:30215759'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0008106806811194669, 'nb_photo': 17, 'list_port_cont': '29959433,29960690,30077750,30078481,30093072,30104272,30108931,30164440,30164577,30164939,30188894,30200178,30200943,30214383,30238021,30261785', 'assoc_port': '29959303:29959433,29960563:29960690,30077661:30077750,30078430:30078481,30092957:30093072,30104046:30104272,30108890:30108931,30164212:30164577,30164255:30164440,30164729:30164939,30188764:30188894,30199709:30200943,30200056:30200178,30214212:30214383,30237971:30238021,30261538:30261785', 'assoc_mat': '29959303:ela:4200:29959433,29960563:ela:4200:29960690,30077661:ela:4200:30077750,30078430:ela:4200:30078481,30092957:ela:4200:30093072,30104046:ela:4200:30104272,30108890:ela:4200:30108931,30164212:ela:4200:30164577,30164255:ela:4200:30164440,30164729:ela:4200:30164939,30188764:ela:4200:30188894,30199709:ela:4200:30200943,30200056:ela:4200:30200178,30214212:ela:4200:30214383,30237971:ela:4200:30238021,30261538:ela:4200:30261785'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004433757335189916, 'nb_photo': 241, 'list_port_cont': '29886856,29886946,29895627,29900716,29900742,29903825,29905153,29907329,29926076,29926136,29949720,29968388,29968657,29973808,29986604,30009951,30015971,30057813,30059961,30063502,30063534,30063884,30066327,30069907,30069934,30070032,30071068,30071087,30071622,30076320,30076407,30079781,30089738,30090766,30093246,30094521,30097107,30098911,30104951,30105121,30109436,30111149,30111275,30111296,30114122,30114751,30115173,30115724,30116327,30116449,30121260,30121666,30121707,30123655,30124733,30126438,30126478,30126532,30131514,30131887,30132874,30133396,30134820,30135445,30135827,30139517,30140395,30140762,30141549,30155872,30156047,30157231,30163429,30166680,30166707,30167252,30172997,30174611,30174993,30176432,30179476,30179495,30179518,30183024,30188023,30188922,30189527,30190030,30190457,30191077,30191140,30191337,30195584,30197077,30197476,30199213,30199792,30200963,30201777,30201818,30202074,30213092,30215713,30217516,30218578,30218891,30239579,30263299,30270176,30274415,30276429', 'assoc_port': '29886571:29886946,29886596:29886856,29895115:29895627,29900344:29900742,29900384:29900716,29903603:29903825,29904829:29905153,29907065:29907329,29925903:29926136,29925907:29926076,29949462:29949720,29968194:29968657,29968196:29968388,29973408:29973808,29986386:29986604,30009732:30009951,30015734:30015971,30057511:30057813,30059608:30059961,30063333:30063534,30063336:30063502,30063828:30063884,30066241:30066327,30069866:30070032,30069867:30069907,30069872:30069934,30070917:30071087,30070922:30071068,30071510:30071622,30076272:30076407,30076273:30076320,30079723:30079781,30089671:30089738,30090577:30090766,30092953:30093246,30094228:30094521,30097076:30097107,30098886:30098911,30104814:30104951,30105065:30105121,30109304:30109436,30110866:30111149,30111262:30111296,30111265:30111275,30114050:30114122,30114678:30114751,30115049:30115173,30115523:30115724,30116264:30116449,30116268:30116327,30121173:30121260,30121646:30121707,30121647:30121666,30123595:30123655,30124661:30124733,30126415:30126532,30126418:3012643', 'assoc_mat': '29886571:ela:4209:29886946,29886596:ela:4209:29886856,29895115:ela:4209:29895627,29900344:ela:4209:29900742,29900384:ela:4209:29900716,29903603:ela:4209:29903825,29904829:ela:4209:29905153,29907065:ela:4209:29907329,29925903:ela:4209:29926136,29925907:ela:4209:29926076,29949462:ela:4209:29949720,29968194:ela:4209:29968657,29968196:ela:4209:29968388,29973408:ela:4209:29973808,29986386:ela:4209:29986604,30009732:ela:4209:30009951,30015734:ela:4209:30015971,30057511:ela:4209:30057813,30059608:ela:4209:30059961,30063333:ela:4209:30063534,30063336:ela:4209:30063502,30063828:ela:4209:30063884,30066241:ela:4209:30066327,30069866:ela:4209:30070032,30069867:ela:4209:30069907,30069872:ela:4209:30069934,30070917:ela:4209:30071087,30070922:ela:4209:30071068,30071510:ela:4209:30071622,30076272:ela:4209:30076407,30076273:ela:4209:30076320,30079723:ela:4209:30079781,30089671:ela:4209:30089738,30090577:ela:4209:30090766,30092953:ela:4209:30093246,30094228:ela:4209:30094521,30097076:ela:4209:30097107,30098886:ela:4209:3009891'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0007244875920625074, 'nb_photo': 1127, 'list_port_cont': '29882657,29883310,29886233,29887142,29892213,29892258,29900968,29904120,29905493,29905853,29907236,29923304,29923849,29923876,29923881,29926036,29926219,29926518,29927472,29928740,29929183,29930002,29930188,29930406,29931686,29932181,29932821,29938913,29951456,29951856,29952499,29953018,29954343,29957823,29959613,29960915,29962132,29963947,29965030,29965155,29967076,29967386,29968605,29971451,29972052,29972268,29975202,29981465,29987009,29987071,29988624,29988662,29989232,29992095,29992123,29993012,30010734,30011071,30011808,30011845,30013577,30013630,30014916,30019939,30022919,30023370,30025434,30028637,30029553,30048701,30049077,30051064,30051375,30053616,30054627,30054875,30056846,30057960,30059547,30059949,30060245,30060274,30060304,30060793,30060824,30063550,30065440,30065675,30065793,30065825,30065900,30065921,30066696,30067513,30068274,30068288,30069546,30069951,30070011,30071947,30072254,30072411,30074575,30075887,30075906,30076382,30076387,30077119,30078061,30078535,30079313,30079339,30079470,3007986', 'assoc_port': '29882108:29882657,29882109:29883310,29885440:29886233,29886569:29887142,29891421:29892258,29891422:29892213,29900383:29900968,29903596:29904120,29904807:29905853,29904815:29905493,29907067:29907236,29922570:29923304,29923748:29923849,29923749:29923876,29923751:29923881,29925905:29926219,29925909:29926036,29926314:29926518,29927059:29927472,29928593:29928740,29929008:29929183,29929782:29930188,29929800:29930002,29930242:29930406,29931397:29931686,29931987:29932181,29932748:29932821,29938885:29938913,29950753:29952499,29950754:29951856,29950756:29951456,29952811:29953018,29953691:29954343,29955401:29962132,29956853:29957823,29959298:29959613,29960561:29960915,29963305:29963947,29964554:29965030,29964565:29965155,29966745:29967386,29966750:29967076,29968181:29968605,29970897:29972268,29970903:29972052,29970907:29971451,29974616:29975202,29981308:29981465,29986864:29987009,29986866:29987071,29988450:29988662,29988453:29988624,29989103:29989232,29991790:29992123,29991795:29992095,29992645:29993012,30010371:3001107', 'assoc_mat': '29882108:ela:4211:29882657,29882109:ela:4211:29883310,29885440:ela:4211:29886233,29886569:ela:4211:29887142,29891421:ela:4211:29892258,29891422:ela:4211:29892213,29900383:ela:4211:29900968,29903596:ela:4211:29904120,29904807:ela:4211:29905853,29904815:ela:4211:29905493,29907067:ela:4211:29907236,29922570:ela:4211:29923304,29923748:ela:4211:29923849,29923749:ela:4211:29923876,29923751:ela:4211:29923881,29925905:ela:4211:29926219,29925909:ela:4211:29926036,29926314:ela:4211:29926518,29927059:ela:4211:29927472,29928593:ela:4211:29928740,29929008:ela:4211:29929183,29929782:ela:4211:29930188,29929800:ela:4211:29930002,29930242:ela:4211:29930406,29931397:ela:4211:29931686,29931987:ela:4211:29932181,29932748:ela:4211:29932821,29938885:ela:4211:29938913,29950753:ela:4211:29952499,29950754:ela:4211:29951856,29950756:ela:4211:29951456,29952811:ela:4211:29953018,29953691:ela:4211:29954343,29955401:ela:4211:29962132,29956853:ela:4211:29957823,29959298:ela:4211:29959613,29960561:ela:4211:29960915,29963305:ela:4211:2996394'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 3.091603251470434e-05, 'nb_photo': 3, 'list_port_cont': '29965075,30013600,30078332', 'assoc_port': '29963289:29965075,30013136:30013600,30078170:30078332', 'assoc_mat': '29963289:etiquette:4203:29965075,30013136:etiquette:4203:30013600,30078170:etiquette:4203:30078332'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 7.271702943733458e-05, 'nb_photo': 1, 'list_port_cont': '30029318', 'assoc_port': '30029197:30029318', 'assoc_mat': '30029197:etiquette:4207:30029318'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 9.667562707324166e-06, 'nb_photo': 1, 'list_port_cont': '30065028', 'assoc_port': '30064900:30065028', 'assoc_mat': '30064900:etiquette:4211:30065028'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004184155909026579, 'nb_photo': 2, 'list_port_cont': '29890166,30239035', 'assoc_port': '29889698:29890166,30238842:30239035', 'assoc_mat': '29889698:etiquette:3327:29890166,30238842:etiquette:3327:30239035'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.017809739301641574, 'nb_photo': 107, 'list_port_cont': '29889893,29895860,29954135,29967497,30067531,30077736,30092168,30165104,30190356,30190391,30199206,30200493,30216631', 'assoc_port': '29889694:29889893,29895113:29895860,29953693:29954135,29966739:29967497,30067362:30067531,30077663:30077736,30092158:30092168,30165088:30165104,30190333:30190356,30190334:30190391,30199090:30199206,30200487:30200493,30216460:30216631', 'assoc_mat': '29889694:film_plastique:4205:29889893,29895113:film_plastique:4205:29895860,29953693:film_plastique:4205:29954135,29966739:film_plastique:4205:29967497,30067362:film_plastique:4205:30067531,30077663:film_plastique:4205:30077736,30092158:film_plastique:4205:30092168,30165088:film_plastique:4205:30165104,30190333:film_plastique:4205:30190356,30190334:film_plastique:4205:30190391,30199090:film_plastique:4205:30199206,30200487:film_plastique:4205:30200493,30216460:film_plastique:4205:30216631'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.013055280952175017, 'nb_photo': 223, 'list_port_cont': '29929347,29965065,29987108,30013608,30016535,30016630,30020068,30078322,30079765,30090426,30093441,30164984,30215458', 'assoc_port': '29929006:29929347,29963289:29965065,29986859:29987108,30013136:30013608,30015732:30020068,30015735:30016535,30015737:30016630,30078170:30078322,30079722:30079765,30090234:30090426,30093384:30093441,30164726:30164984,30215303:30215458', 'assoc_mat': '29929006:film_plastique:4203:29929347,29963289:film_plastique:4203:29965065,29986859:film_plastique:4203:29987108,30013136:film_plastique:4203:30013608,30015732:film_plastique:4203:30020068,30015735:film_plastique:4203:30016535,30015737:film_plastique:4203:30016630,30078170:film_plastique:4203:30078322,30079722:film_plastique:4203:30079765,30090234:film_plastique:4203:30090426,30093384:film_plastique:4203:30093441,30164726:film_plastique:4203:30164984,30215303:film_plastique:4203:30215458'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003974001722640535, 'nb_photo': 1388, 'list_port_cont': '29880648,29882272,29883538,29884110,29886782,29889776,29891828,29892723,29892862,29895269,29895432,29895783,29898682,29898725,29900597,29903870,29903901,29907181,29907258,29907303,29922851,29922947,29923777,29923801,29924188,29924248,29925946,29926055,29926358,29926406,29927204,29928649,29928710,29929070,29929134,29929889,29930314,29931500,29932091,29933159,29933740,29949749,29949921,29950905,29952986,29953923,29955657,29959498,29959565,29961211,29961315,29961622,29965264,29967298,29971223,29973695,29974778,29981511,29986514,29987959,29988496,29989180,29990930,29991848,29991886,29992006,30009911,30011718,30012239,30013484,30013953,30020585,30020671,30024116,30029310,30030642,30049826,30051134,30051288,30053529,30054490,30056629,30057402,30057770,30057915,30058829,30058847,30059683,30060231,30060553,30060759,30062460,30063354,30065119,30066272,30066345,30066572,30067443,30068139,30068150,30069458,30069479,30069885,30069893,30070965,30071103,30071513,30072173,30075683,30075786,30075999,30076019,30076494,3007696', 'assoc_port': '29880560:29880648,29882107:29882272,29883287:29884110,29883294:29883538,29885442:29892723,29886570:29886782,29889695:29889776,29891417:29891828,29892686:29892862,29895112:29895783,29895114:29895432,29895118:29895269,29898574:29898725,29898576:29898682,29900386:29900597,29903592:29903901,29903600:29903870,29907138:29907303,29907139:29907258,29907141:29907181,29922573:29922947,29922579:29922851,29923747:29923801,29923750:29923777,29924116:29924248,29924119:29924188,29925911:29926055,29925912:29925946,29926315:29926406,29926321:29926358,29927021:29927204,29928589:29928710,29928591:29928649,29928987:29929070,29928989:29929134,29929803:29929889,29930228:29930314,29931395:29931500,29932008:29932091,29933073:29933159,29933651:29933740,29949458:29949921,29949460:29949749,29950760:29950905,29952809:29952986,29953696:29953923,29955403:29961622,29955444:29955657,29956855:29959565,29959304:29959498,29961025:29961315,29961084:29961211,29964552:29965264,29966743:29967298,29970902:29971223,29973412:29973695,29974617:2997477', 'assoc_mat': '29880560:film_plastique:4207:29880648,29882107:film_plastique:4207:29882272,29883287:film_plastique:4207:29884110,29883294:film_plastique:4207:29883538,29885442:film_plastique:4207:29892723,29886570:film_plastique:4207:29886782,29889695:film_plastique:4207:29889776,29891417:film_plastique:4207:29891828,29892686:film_plastique:4207:29892862,29895112:film_plastique:4207:29895783,29895114:film_plastique:4207:29895432,29895118:film_plastique:4207:29895269,29898574:film_plastique:4207:29898725,29898576:film_plastique:4207:29898682,29900386:film_plastique:4207:29900597,29903592:film_plastique:4207:29903901,29903600:film_plastique:4207:29903870,29907138:film_plastique:4207:29907303,29907139:film_plastique:4207:29907258,29907141:film_plastique:4207:29907181,29922573:film_plastique:4207:29922947,29922579:film_plastique:4207:29922851,29923747:film_plastique:4207:29923801,29923750:film_plastique:4207:29923777,29924116:film_plastique:4207:29924248,29924119:film_plastique:4207:29924188,29925911:film_plastique:4207:2992605'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.8473310148525808, 'nb_photo': 7033, 'list_port_cont': '29882503,29883666,29887036,29891942,29895533,29899020,29905353,29916550,29922957,29924279,29927440,29929313,29931189,29931566,29933761,29934668,29953052,29955818,29959528,29960650,29964984,29967055,29973841,29976219,29981550,29988079,29989249,29992914,30009999,30012391,30014039,30023174,30025304,30030812,30050064,30053433,30056752,30057355,30057441,30059303,30060511,30060622,30062699,30063559,30063590,30063938,30065175,30065853,30066652,30069560,30069988,30070196,30071568,30072202,30072360,30076027,30076569,30078290,30078494,30078868,30079009,30079444,30080076,30090983,30093139,30093317,30093510,30093820,30094587,30095925,30097312,30098409,30098928,30100056,30102131,30104555,30104979,30105425,30109355,30109460,30111308,30111332,30111915,30112703,30113622,30114336,30114695,30115292,30116574,30116770,30121293,30122042,30122626,30122843,30124425,30125160,30125277,30125637,30126033,30129917,30130439,30131037,30131908,30132743,30133472,30134780,30135675,30138208,30139443,30140035,30140597,30141052,30142328,3014279', 'assoc_port': '29882106:29882503,29883291:29883666,29886612:29887036,29891415:29891942,29895116:29895533,29898578:29899020,29904809:29905353,29916266:29916550,29922581:29922957,29924118:29924279,29927019:29927440,29928988:29929313,29931016:29931189,29931393:29931566,29933652:29933761,29934614:29934668,29952806:29953052,29955406:29955818,29959300:29959528,29960565:29960650,29964563:29964984,29966747:29967055,29973413:29973841,29976104:29976219,29981504:29981550,29987854:29988079,29989105:29989249,29992646:29992914,30009734:30009999,30012117:30012391,30013901:30014039,30022772:30023174,30025187:30025304,30030548:30030812,30049629:30050064,30053292:30053433,30056441:30056752,30057294:30057441,30057333:30057355,30058706:30059303,30060386:30060511,30060388:30060622,30062398:30062699,30063327:30063590,30063328:30063559,30063829:30063938,30065105:30065175,30065687:30065853,30066441:30066652,30069315:30069560,30069864:30069988,30070110:30070196,30071509:30071568,30072107:30072202,30072311:30072360,30075986:30076027,30076448:3007656', 'assoc_mat': '29882106:film_plastique:4461:29882503,29883291:film_plastique:4461:29883666,29886612:film_plastique:4461:29887036,29891415:film_plastique:4461:29891942,29895116:film_plastique:4461:29895533,29898578:film_plastique:4461:29899020,29904809:film_plastique:4461:29905353,29916266:film_plastique:4461:29916550,29922581:film_plastique:4461:29922957,29924118:film_plastique:4461:29924279,29927019:film_plastique:4461:29927440,29928988:film_plastique:4461:29929313,29931016:film_plastique:4461:29931189,29931393:film_plastique:4461:29931566,29933652:film_plastique:4461:29933761,29934614:film_plastique:4461:29934668,29952806:film_plastique:4461:29953052,29955406:film_plastique:4461:29955818,29959300:film_plastique:4461:29959528,29960565:film_plastique:4461:29960650,29964563:film_plastique:4461:29964984,29966747:film_plastique:4461:29967055,29973413:film_plastique:4461:29973841,29976104:film_plastique:4461:29976219,29981504:film_plastique:4461:29981550,29987854:film_plastique:4461:29988079,29989105:film_plastique:4461:2998924'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.02267148861989304, 'nb_photo': 988, 'list_port_cont': '29885758,29891734,29893027,29893231,29903774,29928678,29929157,29931131,29959441,29960698,29961271,29961513,29964784,29971189,30012289,30014842,30020617,30057390,30058904,30058955,30059161,30060525,30060576,30067507,30069170,30069969,30071035,30071542,30075763,30075799,30076301,30077757,30077771,30078462,30078469,30079166,30089783,30090386,30091343,30091373,30091384,30093076,30093116,30094415,30099786,30102064,30104284,30104520,30105101,30105623,30108939,30112447,30112655,30113593,30114268,30114740,30115105,30116345,30116513,30121050,30122579,30124177,30125033,30125089,30125819,30125984,30129912,30130425,30132237,30135179,30139603,30139903,30140551,30142096,30142591,30142742,30154682,30154831,30155369,30155891,30156620,30161030,30161114,30162710,30162783,30163384,30163930,30164442,30164572,30164928,30165790,30165843,30166061,30166136,30166162,30167047,30167088,30167774,30171891,30174637,30175013,30175972,30188599,30188896,30189570,30189986,30190422,30190447,30191063,30200176,30200540,30200944,30200971,3021206', 'assoc_port': '29885439:29885758,29891419:29891734,29892658:29893231,29892702:29893027,29903590:29903774,29928594:29928678,29929007:29929157,29931021:29931131,29959303:29959441,29960563:29960698,29961068:29961513,29961082:29961271,29964556:29964784,29970896:29971189,30012118:30012289,30014709:30014842,30020408:30020617,30057323:30057390,30058699:30059161,30058700:30058955,30058708:30058904,30060385:30060525,30060387:30060576,30067365:30067507,30068932:30069170,30069869:30069969,30070918:30071035,30071511:30071542,30075585:30075799,30075589:30075763,30076277:30076301,30077660:30077771,30077661:30077757,30078430:30078469,30078432:30078462,30079106:30079166,30089670:30089783,30090238:30090386,30091319:30091373,30091320:30091343,30091321:30091384,30092955:30093116,30092957:30093076,30094216:30094415,30099741:30099786,30101938:30102064,30104046:30104284,30104065:30104520,30105064:30105101,30105581:30105623,30108890:30108939,30112368:30112447,30112563:30112655,30113486:30113593,30114052:30114268,30114676:30114740,30115045:3011510', 'assoc_mat': '29885439:film_plastique:4200:29885758,29891419:film_plastique:4200:29891734,29892658:film_plastique:4200:29893231,29892702:film_plastique:4200:29893027,29903590:film_plastique:4200:29903774,29928594:film_plastique:4200:29928678,29929007:film_plastique:4200:29929157,29931021:film_plastique:4200:29931131,29959303:film_plastique:4200:29959441,29960563:film_plastique:4200:29960698,29961068:film_plastique:4200:29961513,29961082:film_plastique:4200:29961271,29964556:film_plastique:4200:29964784,29970896:film_plastique:4200:29971189,30012118:film_plastique:4200:30012289,30014709:film_plastique:4200:30014842,30020408:film_plastique:4200:30020617,30057323:film_plastique:4200:30057390,30058699:film_plastique:4200:30059161,30058700:film_plastique:4200:30058955,30058708:film_plastique:4200:30058904,30060385:film_plastique:4200:30060525,30060387:film_plastique:4200:30060576,30067365:film_plastique:4200:30067507,30068932:film_plastique:4200:30069170,30069869:film_plastique:4200:30069969,30070918:film_plastique:4200:3007103'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01138659636448791, 'nb_photo': 1020, 'list_port_cont': '29886852,29886935,29891914,29895634,29900704,29900736,29903834,29904059,29905157,29907337,29922826,29926069,29926145,29928729,29933139,29951131,29954016,29963594,29964891,29968384,29968453,29968648,29973798,29975069,29976247,29976278,29981530,29986602,30001095,30009943,30010511,30014893,30015972,30023041,30024164,30031793,30037754,30037976,30038295,30039118,30039141,30051185,30057809,30059082,30059467,30059959,30060779,30062762,30062859,30063494,30063512,30063529,30063677,30063893,30064266,30065014,30065147,30065203,30065881,30066300,30068198,30069920,30069936,30070028,30070186,30071054,30071078,30071097,30071592,30071627,30071880,30071907,30072338,30072345,30075725,30076323,30076409,30076503,30077787,30078926,30079779,30080107,30080438,30089427,30089549,30089737,30090763,30091399,30092450,30092788,30093129,30093206,30093244,30093471,30093473,30094523,30094736,30096007,30097103,30097573,30098644,30098910,30100092,30101083,30101906,30103895,30104362,30104429,30104938,30104958,30105095,30105127,30105642,3010568', 'assoc_port': '29886571:29886935,29886596:29886852,29891413:29891914,29895115:29895634,29900344:29900736,29900384:29900704,29903594:29904059,29903603:29903834,29904829:29905157,29907065:29907337,29922574:29922826,29925903:29926145,29925907:29926069,29928596:29928729,29933071:29933139,29950755:29951131,29953689:29954016,29963320:29963594,29964560:29964891,29968194:29968648,29968195:29968453,29968196:29968384,29973408:29973798,29974618:29975069,29976103:29976278,29976106:29976247,29981505:29981530,29986386:29986602,30000795:30001095,30009732:30009943,30010373:30010511,30013864:30014893,30015734:30015972,30022773:30023041,30024059:30024164,30031482:30031793,30037011:30038295,30037015:30037976,30037017:30037754,30038945:30039141,30038946:30039118,30050939:30051185,30057511:30057809,30058698:30059467,30058707:30059082,30059608:30059959,30060715:30060779,30062396:30064266,30062400:30062859,30062401:30062762,30063326:30063677,30063333:30063529,30063336:30063494,30063338:30063512,30063828:30063893,30064899:30065014,30065103:3006514', 'assoc_mat': '29886571:film_plastique:4209:29886935,29886596:film_plastique:4209:29886852,29891413:film_plastique:4209:29891914,29895115:film_plastique:4209:29895634,29900344:film_plastique:4209:29900736,29900384:film_plastique:4209:29900704,29903594:film_plastique:4209:29904059,29903603:film_plastique:4209:29903834,29904829:film_plastique:4209:29905157,29907065:film_plastique:4209:29907337,29922574:film_plastique:4209:29922826,29925903:film_plastique:4209:29926145,29925907:film_plastique:4209:29926069,29928596:film_plastique:4209:29928729,29933071:film_plastique:4209:29933139,29950755:film_plastique:4209:29951131,29953689:film_plastique:4209:29954016,29963320:film_plastique:4209:29963594,29964560:film_plastique:4209:29964891,29968194:film_plastique:4209:29968648,29968195:film_plastique:4209:29968453,29968196:film_plastique:4209:29968384,29973408:film_plastique:4209:29973798,29974618:film_plastique:4209:29975069,29976103:film_plastique:4209:29976278,29976106:film_plastique:4209:29976247,29981505:film_plastique:4209:2998153'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.007111450266882641, 'nb_photo': 30711, 'list_port_cont': '29881506,29882666,29883313,29886231,29886248,29887149,29892215,29892257,29900966,29902194,29902300,29904038,29904116,29905487,29905841,29907241,29923036,29923305,29923842,29923865,29923883,29926048,29926221,29926382,29926478,29926522,29927482,29928739,29929171,29929992,29930192,29930411,29931093,29931153,29931690,29932180,29932808,29933271,29938899,29951054,29951464,29951860,29952505,29952941,29953019,29954354,29957829,29959597,29960925,29962133,29963946,29965035,29965147,29967090,29967384,29968604,29971459,29972048,29972260,29973953,29975200,29979283,29981470,29981586,29987021,29987075,29988628,29988665,29989237,29989276,29990998,29992093,29992124,29993017,30010732,30011063,30011806,30011841,30012434,30012462,30013583,30013623,30014822,30014908,30019951,30020871,30022925,30023366,30025449,30028627,30029540,30029597,30037600,30048699,30049079,30050360,30051056,30051374,30051981,30053614,30054621,30054872,30055513,30056843,30057970,30059210,30059554,30059943,30060253,30060264,30060314,30060806,30060832,3006354', 'assoc_port': '29880558:29881506,29882108:29882666,29882109:29883313,29885440:29886231,29885441:29886248,29886569:29887149,29891421:29892257,29891422:29892215,29900383:29900966,29901775:29902300,29901778:29902194,29903596:29904116,29903608:29904038,29904807:29905841,29904815:29905487,29907067:29907241,29922570:29923305,29922577:29923036,29923748:29923842,29923749:29923865,29923751:29923883,29925905:29926221,29925909:29926048,29926314:29926522,29926317:29926478,29926319:29926382,29927059:29927482,29928593:29928739,29929008:29929171,29929782:29930192,29929800:29929992,29930242:29930411,29931019:29931153,29931023:29931093,29931397:29931690,29931987:29932180,29932748:29932808,29933070:29933271,29938885:29938899,29950753:29952505,29950754:29951860,29950756:29951464,29950759:29951054,29952810:29952941,29952811:29953019,29953691:29954354,29955401:29962133,29956853:29957829,29959298:29959597,29960561:29960925,29963305:29963946,29964554:29965035,29964565:29965147,29966745:29967384,29966750:29967090,29968181:29968604,29970897:2997226', 'assoc_mat': '29880558:film_plastique:4211:29881506,29882108:film_plastique:4211:29882666,29882109:film_plastique:4211:29883313,29885440:film_plastique:4211:29886231,29885441:film_plastique:4211:29886248,29886569:film_plastique:4211:29887149,29891421:film_plastique:4211:29892257,29891422:film_plastique:4211:29892215,29900383:film_plastique:4211:29900966,29901775:film_plastique:4211:29902300,29901778:film_plastique:4211:29902194,29903596:film_plastique:4211:29904116,29903608:film_plastique:4211:29904038,29904807:film_plastique:4211:29905841,29904815:film_plastique:4211:29905487,29907067:film_plastique:4211:29907241,29922570:film_plastique:4211:29923305,29922577:film_plastique:4211:29923036,29923748:film_plastique:4211:29923842,29923749:film_plastique:4211:29923865,29923751:film_plastique:4211:29923883,29925905:film_plastique:4211:29926221,29925909:film_plastique:4211:29926048,29926314:film_plastique:4211:29926522,29926317:film_plastique:4211:29926478,29926319:film_plastique:4211:29926382,29927059:film_plastique:4211:2992748'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.007292830328234171, 'nb_photo': 103, 'list_port_cont': '29914158,29924151,29960589,29979552,29983146,29983545,30030670,30049741,30064976,30066509,30094392,30098364,30098370,30113843,30121203,30122780,30131855,30135142,30153939,30176443,30189520,30190415,30219693,30220445,30222815,30225652,30225662,30226696,30227532,30228290,30230507,30237078,30239802,30240910,30240971,30240989,30241008,30241785,30243495,30249185,30249437,30250078,30250126,30250923,30251040,30252762,30253320,30253367,30254656,30255070,30255246,30259379,30260178,30260224,30260271,30261055,30263133,30265230,30265889,30266225,30266592,30266750,30271445,30272479,30273449,30273480,30273897,30274341,30275561,30277887,30278327', 'assoc_port': '29913350:29914158,29924113:29924151,29960562:29960589,29979452:29979552,29983137:29983146,29983294:29983545,30030560:30030670,30049626:30049741,30064897:30064976,30066439:30066509,30094225:30094392,30098290:30098364,30098291:30098370,30113820:30113843,30121196:30121203,30122770:30122780,30131829:30131855,30135046:30135142,30153933:30153939,30175445:30176443,30189482:30189520,30190335:30190415,30219464:30219693,30220295:30220445,30222755:30222815,30224755:30225652,30225603:30225662,30226693:30226696,30227515:30227532,30228243:30228290,30230359:30230507,30236094:30237078,30239683:30239802,30240735:30240989,30240772:30240971,30240792:30241008,30240798:30240910,30241637:30241785,30243412:30243495,30249127:30249185,30249419:30250078,30249422:30249437,30250069:30250126,30250848:30251040,30250850:30250923,30252606:30252762,30253118:30253367,30253139:30253320,30254631:30254656,30255062:30255070,30255204:30255246,30259262:30259379,30260107:30260271,30260110:30260224,30260114:30260178,30261003:30261055,30262817:3026313', 'assoc_mat': '29913350:kraft:3726:29914158,29924113:kraft:3726:29924151,29960562:kraft:3726:29960589,29979452:kraft:3726:29979552,29983137:kraft:3726:29983146,29983294:kraft:3726:29983545,30030560:kraft:3726:30030670,30049626:kraft:3726:30049741,30064897:kraft:3726:30064976,30066439:kraft:3726:30066509,30094225:kraft:3726:30094392,30098290:kraft:3726:30098364,30098291:kraft:3726:30098370,30113820:kraft:3726:30113843,30121196:kraft:3726:30121203,30122770:kraft:3726:30122780,30131829:kraft:3726:30131855,30135046:kraft:3726:30135142,30153933:kraft:3726:30153939,30175445:kraft:3726:30176443,30189482:kraft:3726:30189520,30190335:kraft:3726:30190415,30219464:kraft:3726:30219693,30220295:kraft:3726:30220445,30222755:kraft:3726:30222815,30224755:kraft:3726:30225652,30225603:kraft:3726:30225662,30226693:kraft:3726:30226696,30227515:kraft:3726:30227532,30228243:kraft:3726:30228290,30230359:kraft:3726:30230507,30236094:kraft:3726:30237078,30239683:kraft:3726:30239802,30240735:kraft:3726:30240989,30240772:kraft:3726:30240971,30240792:'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9571964831393533, 'nb_photo': 14, 'list_port_cont': '29889891,29967498,30067532,30077727,30165103,30190353', 'assoc_port': '29889694:29889891,29966739:29967498,30067362:30067532,30077663:30077727,30165088:30165103,30190333:30190353', 'assoc_mat': '29889694:metal:4205:29889891,29966739:metal:4205:29967498,30067362:metal:4205:30067532,30077663:metal:4205:30077727,30165088:metal:4205:30165103,30190333:metal:4205:30190353'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.024503311438874204, 'nb_photo': 188, 'list_port_cont': '29929351,29965077,29987103,30013607,30016532,30016627,30020071,30078321,30079768,30090430,30093442,30164988,30215456', 'assoc_port': '29929006:29929351,29963289:29965077,29986859:29987103,30013136:30013607,30015732:30020071,30015735:30016532,30015737:30016627,30078170:30078321,30079722:30079768,30090234:30090430,30093384:30093442,30164726:30164988,30215303:30215456', 'assoc_mat': '29929006:metal:4203:29929351,29963289:metal:4203:29965077,29986859:metal:4203:29987103,30013136:metal:4203:30013607,30015732:metal:4203:30020071,30015735:metal:4203:30016532,30015737:metal:4203:30016627,30078170:metal:4203:30078321,30079722:metal:4203:30079768,30090234:metal:4203:30090430,30093384:metal:4203:30093442,30164726:metal:4203:30164988,30215303:metal:4203:30215456'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.015378285536046653, 'nb_photo': 945, 'list_port_cont': '29880649,29882270,29883527,29884112,29886784,29889784,29891836,29892726,29892864,29895271,29895441,29895781,29898684,29898732,29900603,29903876,29903918,29907186,29907245,29907304,29922852,29922946,29923780,29923810,29924191,29924254,29926063,29926349,29926408,29927203,29928661,29928705,29929068,29929147,29929896,29930326,29931499,29932090,29933164,29933728,29949737,29950902,29951029,29952997,29953913,29955667,29959505,29959572,29961219,29961316,29961626,29964805,29965260,29967301,29971237,29973694,29974783,29981513,29986513,29986908,29987962,29988502,29989182,29990934,29991857,29991890,29991995,30009912,30010534,30011719,30012227,30013468,30013965,30020591,30020687,30029312,30030655,30049821,30051131,30051287,30053537,30054498,30056632,30057408,30057764,30057908,30058822,30059697,30060238,30060555,30060761,30062462,30063340,30065126,30065373,30066283,30066335,30066559,30067428,30068158,30069459,30069472,30069883,30069891,30070966,30071109,30071514,30072172,30075989,30076007,30076497,30077936,30077987,3007804', 'assoc_port': '29880560:29880649,29882107:29882270,29883287:29884112,29883294:29883527,29885442:29892726,29886570:29886784,29889695:29889784,29891417:29891836,29892686:29892864,29895112:29895781,29895114:29895441,29895118:29895271,29898574:29898732,29898576:29898684,29900386:29900603,29903592:29903918,29903600:29903876,29907138:29907304,29907139:29907245,29907141:29907186,29922573:29922946,29922579:29922852,29923747:29923810,29923750:29923780,29924116:29924254,29924119:29924191,29925911:29926063,29926315:29926408,29926321:29926349,29927021:29927203,29928589:29928705,29928591:29928661,29928987:29929068,29928989:29929147,29929803:29929896,29930228:29930326,29931395:29931499,29932008:29932090,29933073:29933164,29933651:29933728,29949460:29949737,29950758:29951029,29950760:29950902,29952809:29952997,29953696:29953913,29955403:29961626,29955444:29955667,29956855:29959572,29959304:29959505,29961025:29961316,29961084:29961219,29964552:29965260,29964561:29964805,29966743:29967301,29970902:29971237,29973412:29973694,29974617:2997478', 'assoc_mat': '29880560:metal:4207:29880649,29882107:metal:4207:29882270,29883287:metal:4207:29884112,29883294:metal:4207:29883527,29885442:metal:4207:29892726,29886570:metal:4207:29886784,29889695:metal:4207:29889784,29891417:metal:4207:29891836,29892686:metal:4207:29892864,29895112:metal:4207:29895781,29895114:metal:4207:29895441,29895118:metal:4207:29895271,29898574:metal:4207:29898732,29898576:metal:4207:29898684,29900386:metal:4207:29900603,29903592:metal:4207:29903918,29903600:metal:4207:29903876,29907138:metal:4207:29907304,29907139:metal:4207:29907245,29907141:metal:4207:29907186,29922573:metal:4207:29922946,29922579:metal:4207:29922852,29923747:metal:4207:29923810,29923750:metal:4207:29923780,29924116:metal:4207:29924254,29924119:metal:4207:29924191,29925911:metal:4207:29926063,29926315:metal:4207:29926408,29926321:metal:4207:29926349,29927021:metal:4207:29927203,29928589:metal:4207:29928705,29928591:metal:4207:29928661,29928987:metal:4207:29929068,29928989:metal:4207:29929147,29929803:metal:4207:29929896,29930228:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008626280716349457, 'nb_photo': 69, 'list_port_cont': '29899010,29922966,29931193,29933770,29955827,29960651,29981558,29988086,30023168,30057358,30063558,30065168,30066647,30069563,30072367,30076030,30076559,30078506,30078866,30079438,30080074,30090970,30098412,30105431,30109468,30111311,30111333,30114339,30131043,30131899,30140032,30154716,30162293,30176553,30191325,30191732,30199850,30199921,30201381,30219172,30222857,30224918,30225708,30228742,30239312,30239830,30248461,30254566,30261204,30267296,30271467,30272557', 'assoc_port': '29898578:29899010,29922581:29922966,29931016:29931193,29933652:29933770,29955406:29955827,29960565:29960651,29981504:29981558,29987854:29988086,30022772:30023168,30057333:30057358,30063328:30063558,30065105:30065168,30066441:30066647,30069315:30069563,30072311:30072367,30075986:30076030,30076448:30076559,30078427:30078506,30078806:30078866,30079402:30079438,30079974:30080074,30090578:30090970,30098292:30098412,30105367:30105431,30109264:30109468,30111261:30111333,30111263:30111311,30114054:30114339,30130966:30131043,30131828:30131899,30139880:30140032,30154563:30154716,30162259:30162293,30175616:30176553,30191295:30191325,30191607:30191732,30199702:30199921,30199704:30199850,30201235:30201381,30219023:30219172,30222751:30222857,30224757:30224918,30225605:30225708,30228488:30228742,30239126:30239312,30239684:30239830,30248357:30248461,30254402:30254566,30260964:30261204,30267221:30267296,30271307:30271467,30272320:30272557', 'assoc_mat': '29898578:metal:4461:29899010,29922581:metal:4461:29922966,29931016:metal:4461:29931193,29933652:metal:4461:29933770,29955406:metal:4461:29955827,29960565:metal:4461:29960651,29981504:metal:4461:29981558,29987854:metal:4461:29988086,30022772:metal:4461:30023168,30057333:metal:4461:30057358,30063328:metal:4461:30063558,30065105:metal:4461:30065168,30066441:metal:4461:30066647,30069315:metal:4461:30069563,30072311:metal:4461:30072367,30075986:metal:4461:30076030,30076448:metal:4461:30076559,30078427:metal:4461:30078506,30078806:metal:4461:30078866,30079402:metal:4461:30079438,30079974:metal:4461:30080074,30090578:metal:4461:30090970,30098292:metal:4461:30098412,30105367:metal:4461:30105431,30109264:metal:4461:30109468,30111261:metal:4461:30111333,30111263:metal:4461:30111311,30114054:metal:4461:30114339,30130966:metal:4461:30131043,30131828:metal:4461:30131899,30139880:metal:4461:30140032,30154563:metal:4461:30154716,30162259:metal:4461:30162293,30175616:metal:4461:30176553,30191295:metal:4461:30191325,30191607:'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.013346408578173628, 'nb_photo': 36, 'list_port_cont': '29891740,29893227,29959445,30020609,30069971,30075754,30089790,30091346,30091382,30093082,30104278,30104517,30105105,30112446,30112645,30114734,30121049,30122578,30125098,30132242,30142104,30164582,30166127,30167780,30188901,30190437,30200527,30238028,30239190,30272535,30275554,30275984', 'assoc_port': '29891419:29891740,29892658:29893227,29959303:29959445,30020408:30020609,30069869:30069971,30075589:30075754,30089670:30089790,30091320:30091346,30091321:30091382,30092957:30093082,30104046:30104278,30104065:30104517,30105064:30105105,30112368:30112446,30112563:30112645,30114676:30114734,30120851:30121049,30122544:30122578,30125014:30125098,30132040:30132242,30141967:30142104,30164212:30164582,30166037:30166127,30167682:30167780,30188764:30188901,30190336:30190437,30200488:30200527,30237971:30238028,30239129:30239190,30272323:30272535,30275353:30275554,30275892:30275984', 'assoc_mat': '29891419:metal:4200:29891740,29892658:metal:4200:29893227,29959303:metal:4200:29959445,30020408:metal:4200:30020609,30069869:metal:4200:30069971,30075589:metal:4200:30075754,30089670:metal:4200:30089790,30091320:metal:4200:30091346,30091321:metal:4200:30091382,30092957:metal:4200:30093082,30104046:metal:4200:30104278,30104065:metal:4200:30104517,30105064:metal:4200:30105105,30112368:metal:4200:30112446,30112563:metal:4200:30112645,30114676:metal:4200:30114734,30120851:metal:4200:30121049,30122544:metal:4200:30122578,30125014:metal:4200:30125098,30132040:metal:4200:30132242,30141967:metal:4200:30142104,30164212:metal:4200:30164582,30166037:metal:4200:30166127,30167682:metal:4200:30167780,30188764:metal:4200:30188901,30190336:metal:4200:30190437,30200488:metal:4200:30200527,30237971:metal:4200:30238028,30239129:metal:4200:30239190,30272323:metal:4200:30272535,30275353:metal:4200:30275554,30275892:metal:4200:30275984'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.022102558152634743, 'nb_photo': 794, 'list_port_cont': '29883641,29886863,29895629,29900718,29900730,29903828,29904016,29905154,29907327,29922833,29926075,29926146,29926168,29928725,29933144,29949723,29951142,29954011,29957168,29961474,29968393,29968461,29968645,29973812,29975070,29976257,29976267,29981542,30001087,30009952,30010514,30014897,30015979,30023030,30024168,30037155,30037757,30038305,30039133,30039142,30050002,30051187,30057806,30059092,30059476,30059967,30060772,30062768,30062851,30063498,30063507,30063538,30063674,30063885,30064263,30065015,30065157,30065197,30065879,30066286,30066332,30069913,30069926,30070034,30070189,30071060,30071083,30071094,30071590,30071614,30071886,30071897,30075702,30076332,30076404,30076516,30077784,30078934,30079777,30080014,30080099,30080117,30080437,30089431,30089556,30089731,30090756,30091390,30092447,30092780,30093218,30093256,30093479,30094404,30094533,30094731,30096010,30097100,30097575,30098636,30098916,30100099,30101073,30103894,30104369,30104438,30104934,30104959,30105090,30105133,30105676,30106241,30109438,3011038', 'assoc_port': '29883289:29883641,29886596:29886863,29895115:29895629,29900344:29900730,29900384:29900718,29903598:29904016,29903603:29903828,29904829:29905154,29907065:29907327,29922574:29922833,29925901:29926168,29925903:29926146,29925907:29926075,29928596:29928725,29933071:29933144,29949462:29949723,29950755:29951142,29953689:29954011,29956868:29957168,29961039:29961474,29968194:29968645,29968195:29968461,29968196:29968393,29973408:29973812,29974618:29975070,29976103:29976267,29976106:29976257,29981505:29981542,30000795:30001087,30009732:30009952,30010373:30010514,30013864:30014897,30015734:30015979,30022773:30023030,30024059:30024168,30037011:30038305,30037017:30037757,30037021:30037155,30038945:30039142,30038946:30039133,30049624:30050002,30050939:30051187,30057511:30057806,30058698:30059476,30058707:30059092,30059608:30059967,30060715:30060772,30062396:30064263,30062400:30062851,30062401:30062768,30063326:30063674,30063333:30063538,30063336:30063498,30063338:30063507,30063828:30063885,30064899:30065015,30065103:3006515', 'assoc_mat': '29883289:metal:4209:29883641,29886596:metal:4209:29886863,29895115:metal:4209:29895629,29900344:metal:4209:29900730,29900384:metal:4209:29900718,29903598:metal:4209:29904016,29903603:metal:4209:29903828,29904829:metal:4209:29905154,29907065:metal:4209:29907327,29922574:metal:4209:29922833,29925901:metal:4209:29926168,29925903:metal:4209:29926146,29925907:metal:4209:29926075,29928596:metal:4209:29928725,29933071:metal:4209:29933144,29949462:metal:4209:29949723,29950755:metal:4209:29951142,29953689:metal:4209:29954011,29956868:metal:4209:29957168,29961039:metal:4209:29961474,29968194:metal:4209:29968645,29968195:metal:4209:29968461,29968196:metal:4209:29968393,29973408:metal:4209:29973812,29974618:metal:4209:29975070,29976103:metal:4209:29976267,29976106:metal:4209:29976257,29981505:metal:4209:29981542,30000795:metal:4209:30001087,30009732:metal:4209:30009952,30010373:metal:4209:30010514,30013864:metal:4209:30014897,30015734:metal:4209:30015979,30022773:metal:4209:30023030,30024059:metal:4209:30024168,30037011:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010223521130214859, 'nb_photo': 1252, 'list_port_cont': '29881519,29882667,29887151,29892221,29900969,29902202,29902292,29904044,29905482,29905843,29923048,29923312,29923844,29926049,29926224,29927480,29928745,29929988,29930196,29930399,29932171,29933273,29938906,29951851,29952507,29953021,29954345,29957831,29959599,29960922,29962128,29967089,29972253,29973945,29979289,29987019,29987066,29988621,29988675,29989227,29989278,29991001,29992089,29992120,29993018,30011062,30011809,30011842,30012435,30013587,30014914,30019957,30020869,30023357,30025437,30028628,30029589,30048709,30049066,30050361,30053620,30054881,30055509,30056833,30057963,30059539,30059941,30060256,30060269,30060306,30060794,30060839,30063638,30063971,30065032,30065216,30065438,30065671,30065789,30065829,30065901,30065922,30066314,30066632,30066695,30067525,30068271,30068296,30069553,30069943,30070010,30071945,30072258,30072422,30074579,30076376,30076391,30077062,30077130,30078056,30078539,30080881,30089631,30089695,30090146,30091175,30091227,30092474,30093257,30093378,30093851,30094922,30094952,3009496', 'assoc_port': '29880558:29881519,29882108:29882667,29886569:29887151,29891422:29892221,29900383:29900969,29901775:29902292,29901778:29902202,29903608:29904044,29904807:29905843,29904815:29905482,29922570:29923312,29922577:29923048,29923748:29923844,29925905:29926224,29925909:29926049,29927059:29927480,29928593:29928745,29929782:29930196,29929800:29929988,29930242:29930399,29931987:29932171,29933070:29933273,29938885:29938906,29950753:29952507,29950754:29951851,29952811:29953021,29953691:29954345,29955401:29962128,29956853:29957831,29959298:29959599,29960561:29960922,29966750:29967089,29970897:29972253,29973410:29979289,29973414:29973945,29986864:29987019,29986866:29987066,29988450:29988675,29988453:29988621,29989101:29989278,29989103:29989227,29990831:29991001,29991790:29992120,29991795:29992089,29992645:29993018,30010371:30011062,30011660:30011842,30011664:30011809,30012120:30012435,30013143:30013587,30014711:30014914,30019504:30019957,30020407:30020869,30022774:30023357,30025186:30025437,30028101:30028628,30029198:3002958', 'assoc_mat': '29880558:metal:4211:29881519,29882108:metal:4211:29882667,29886569:metal:4211:29887151,29891422:metal:4211:29892221,29900383:metal:4211:29900969,29901775:metal:4211:29902292,29901778:metal:4211:29902202,29903608:metal:4211:29904044,29904807:metal:4211:29905843,29904815:metal:4211:29905482,29922570:metal:4211:29923312,29922577:metal:4211:29923048,29923748:metal:4211:29923844,29925905:metal:4211:29926224,29925909:metal:4211:29926049,29927059:metal:4211:29927480,29928593:metal:4211:29928745,29929782:metal:4211:29930196,29929800:metal:4211:29929988,29930242:metal:4211:29930399,29931987:metal:4211:29932171,29933070:metal:4211:29933273,29938885:metal:4211:29938906,29950753:metal:4211:29952507,29950754:metal:4211:29951851,29952811:metal:4211:29953021,29953691:metal:4211:29954345,29955401:metal:4211:29962128,29956853:metal:4211:29957831,29959298:metal:4211:29959599,29960561:metal:4211:29960922,29966750:metal:4211:29967089,29970897:metal:4211:29972253,29973410:metal:4211:29979289,29973414:metal:4211:29973945,29986864:'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0016470156228219322, 'nb_photo': 307, 'list_port_cont': '29905321,29931163,29932130,29954174,29964245,29967179,29981883,29988641,30024153,30054810,30060790,30066643,30068221,30072239,30078980,30080444,30081756,30084149,30090435,30091410,30092402,30096165,30101093,30105700,30109081,30110455,30115209,30121142,30124865,30129705,30130476,30134764,30140102,30143055,30155901,30162200,30164947,30164959,30165021,30167090,30170883,30173528,30175471,30176171,30190015,30195720,30213567,30216721,30227578,30228337,30229463,30237452,30239863,30245549,30251661,30257684,30263782,30271580,30275199,30275658,30276101,30277555,30278356,30278359', 'assoc_port': '29904813:29905321,29931014:29931163,29932010:29932130,29953694:29954174,29961053:29964245,29966741:29967179,29981854:29981883,29988455:29988641,30024056:30024153,30054134:30054810,30060714:30060790,30066438:30066643,30067991:30068221,30072108:30072239,30078803:30078980,30080405:30080444,30081751:30081756,30084136:30084149,30090237:30090435,30091324:30091410,30092159:30092402,30095678:30096165,30100824:30101093,30105575:30105700,30109078:30109081,30110198:30110455,30115050:30115209,30120849:30121142,30124663:30124865,30129560:30129705,30130253:30130476,30134694:30134764,30139881:30140102,30142885:30143055,30155605:30155901,30162003:30162200,30164728:30164959,30164731:30165021,30164735:30164947,30166976:30167090,30170833:30170883,30173295:30173528,30175442:30175471,30176144:30176171,30189940:30190015,30195508:30195720,30213190:30213567,30216459:30216721,30227517:30227578,30228241:30228337,30229370:30229463,30237193:30237452,30239664:30239863,30245096:30245549,30251199:30251661,30257644:30257684,30263395:3026378', 'assoc_mat': '29904813:metal:3594:29905321,29931014:metal:3594:29931163,29932010:metal:3594:29932130,29953694:metal:3594:29954174,29961053:metal:3594:29964245,29966741:metal:3594:29967179,29981854:metal:3594:29981883,29988455:metal:3594:29988641,30024056:metal:3594:30024153,30054134:metal:3594:30054810,30060714:metal:3594:30060790,30066438:metal:3594:30066643,30067991:metal:3594:30068221,30072108:metal:3594:30072239,30078803:metal:3594:30078980,30080405:metal:3594:30080444,30081751:metal:3594:30081756,30084136:metal:3594:30084149,30090237:metal:3594:30090435,30091324:metal:3594:30091410,30092159:metal:3594:30092402,30095678:metal:3594:30096165,30100824:metal:3594:30101093,30105575:metal:3594:30105700,30109078:metal:3594:30109081,30110198:metal:3594:30110455,30115050:metal:3594:30115209,30120849:metal:3594:30121142,30124663:metal:3594:30124865,30129560:metal:3594:30129705,30130253:metal:3594:30130476,30134694:metal:3594:30134764,30139881:metal:3594:30140102,30142885:metal:3594:30143055,30155605:metal:3594:30155901,30162003:'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01125122528056797, 'nb_photo': 210, 'list_port_cont': '29889887,29895871,29954134,29967499,30067528,30077734,30092171,30165093,30190342,30190395,30199207,30200496,30216638', 'assoc_port': '29889694:29889887,29895113:29895871,29953693:29954134,29966739:29967499,30067362:30067528,30077663:30077734,30092158:30092171,30165088:30165093,30190333:30190342,30190334:30190395,30199090:30199207,30200487:30200496,30216460:30216638', 'assoc_mat': '29889694:papier:4205:29889887,29895113:papier:4205:29895871,29953693:papier:4205:29954134,29966739:papier:4205:29967499,30067362:papier:4205:30067528,30077663:papier:4205:30077734,30092158:papier:4205:30092171,30165088:papier:4205:30165093,30190333:papier:4205:30190342,30190334:papier:4205:30190395,30199090:papier:4205:30199207,30200487:papier:4205:30200496,30216460:papier:4205:30216638'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.04731046194983558, 'nb_photo': 1524, 'list_port_cont': '29929348,29965064,29987104,30013599,30016524,30016635,30020073,30078324,30079767,30090422,30093447,30164981,30215448', 'assoc_port': '29929006:29929348,29963289:29965064,29986859:29987104,30013136:30013599,30015732:30020073,30015735:30016524,30015737:30016635,30078170:30078324,30079722:30079767,30090234:30090422,30093384:30093447,30164726:30164981,30215303:30215448', 'assoc_mat': '29929006:papier:4203:29929348,29963289:papier:4203:29965064,29986859:papier:4203:29987104,30013136:papier:4203:30013599,30015732:papier:4203:30020073,30015735:papier:4203:30016524,30015737:papier:4203:30016635,30078170:papier:4203:30078324,30079722:papier:4203:30079767,30090234:papier:4203:30090422,30093384:papier:4203:30093447,30164726:papier:4203:30164981,30215303:papier:4203:30215448'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.017316876717569877, 'nb_photo': 6293, 'list_port_cont': '29880656,29882268,29883537,29884114,29886792,29889783,29891837,29892714,29892874,29895263,29895440,29895779,29898669,29898737,29900605,29903869,29903914,29907188,29907247,29907300,29922846,29922941,29923782,29923811,29924190,29924250,29925936,29926066,29926348,29926410,29927199,29928653,29928712,29929063,29929135,29929898,29930313,29931493,29932089,29933172,29933737,29949746,29949916,29950895,29951031,29952989,29953921,29955669,29959501,29959579,29961213,29961317,29961631,29964798,29965255,29967305,29971244,29973689,29974784,29981516,29986499,29986905,29987960,29988501,29989173,29990939,29991853,29991881,29992002,30009905,30010547,30011717,30012225,30013476,30013955,30020593,30020688,30024117,30029313,30030643,30049825,30051135,30051289,30053525,30054500,30056627,30057409,30057771,30057910,30058827,30058844,30059688,30060225,30060549,30060760,30062459,30063348,30065124,30065379,30066270,30066350,30066561,30067436,30068131,30068146,30069465,30069469,30069888,30069898,30070973,30071117,30071527,30072178,3007568', 'assoc_port': '29880560:29880656,29882107:29882268,29883287:29884114,29883294:29883537,29885442:29892714,29886570:29886792,29889695:29889783,29891417:29891837,29892686:29892874,29895112:29895779,29895114:29895440,29895118:29895263,29898574:29898737,29898576:29898669,29900386:29900605,29903592:29903914,29903600:29903869,29907138:29907300,29907139:29907247,29907141:29907188,29922573:29922941,29922579:29922846,29923747:29923811,29923750:29923782,29924116:29924250,29924119:29924190,29925911:29926066,29925912:29925936,29926315:29926410,29926321:29926348,29927021:29927199,29928589:29928712,29928591:29928653,29928987:29929063,29928989:29929135,29929803:29929898,29930228:29930313,29931395:29931493,29932008:29932089,29933073:29933172,29933651:29933737,29949458:29949916,29949460:29949746,29950758:29951031,29950760:29950895,29952809:29952989,29953696:29953921,29955403:29961631,29955444:29955669,29956855:29959579,29959304:29959501,29961025:29961317,29961084:29961213,29964552:29965255,29964561:29964798,29966743:29967305,29970902:2997124', 'assoc_mat': '29880560:papier:4207:29880656,29882107:papier:4207:29882268,29883287:papier:4207:29884114,29883294:papier:4207:29883537,29885442:papier:4207:29892714,29886570:papier:4207:29886792,29889695:papier:4207:29889783,29891417:papier:4207:29891837,29892686:papier:4207:29892874,29895112:papier:4207:29895779,29895114:papier:4207:29895440,29895118:papier:4207:29895263,29898574:papier:4207:29898737,29898576:papier:4207:29898669,29900386:papier:4207:29900605,29903592:papier:4207:29903914,29903600:papier:4207:29903869,29907138:papier:4207:29907300,29907139:papier:4207:29907247,29907141:papier:4207:29907188,29922573:papier:4207:29922941,29922579:papier:4207:29922846,29923747:papier:4207:29923811,29923750:papier:4207:29923782,29924116:papier:4207:29924250,29924119:papier:4207:29924190,29925911:papier:4207:29926066,29925912:papier:4207:29925936,29926315:papier:4207:29926410,29926321:papier:4207:29926348,29927021:papier:4207:29927199,29928589:papier:4207:29928712,29928591:papier:4207:29928653,29928987:papier:4207:29929063,2992'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.14134281481299385, 'nb_photo': 41207, 'list_port_cont': '29882488,29883665,29887032,29891937,29895535,29899024,29905364,29916557,29922965,29924277,29927442,29929307,29931197,29931579,29933757,29934658,29953051,29955828,29959524,29960653,29964988,29967056,29973843,29976220,29981549,29988077,29989244,29992919,30010006,30012404,30014033,30023177,30025300,30030797,30050067,30053434,30056754,30057362,30057444,30059307,30060501,30060624,30062693,30063572,30063599,30063942,30065165,30065847,30066648,30069562,30069982,30070199,30071572,30072197,30072368,30076038,30076560,30078284,30078501,30078869,30079008,30079437,30080066,30090981,30093138,30093306,30093519,30093825,30094598,30095917,30097324,30098405,30098937,30100064,30102135,30104562,30104975,30105437,30109351,30109465,30111306,30111336,30111903,30112713,30113616,30114349,30114702,30115299,30116568,30116775,30121302,30122031,30122616,30122846,30124414,30125165,30125272,30125638,30126040,30129925,30130437,30131045,30131906,30132736,30133470,30134784,30135678,30138219,30139439,30140033,30140602,30141040,30142342,3014279', 'assoc_port': '29882106:29882488,29883291:29883665,29886612:29887032,29891415:29891937,29895116:29895535,29898578:29899024,29904809:29905364,29916266:29916557,29922581:29922965,29924118:29924277,29927019:29927442,29928988:29929307,29931016:29931197,29931393:29931579,29933652:29933757,29934614:29934658,29952806:29953051,29955406:29955828,29959300:29959524,29960565:29960653,29964563:29964988,29966747:29967056,29973413:29973843,29976104:29976220,29981504:29981549,29987854:29988077,29989105:29989244,29992646:29992919,30009734:30010006,30012117:30012404,30013901:30014033,30022772:30023177,30025187:30025300,30030548:30030797,30049629:30050067,30053292:30053434,30056441:30056754,30057294:30057444,30057333:30057362,30058706:30059307,30060386:30060501,30060388:30060624,30062398:30062693,30063327:30063599,30063328:30063572,30063829:30063942,30065105:30065165,30065687:30065847,30066441:30066648,30069315:30069562,30069864:30069982,30070110:30070199,30071509:30071572,30072107:30072197,30072311:30072368,30075986:30076038,30076448:3007656', 'assoc_mat': '29882106:papier:4461:29882488,29883291:papier:4461:29883665,29886612:papier:4461:29887032,29891415:papier:4461:29891937,29895116:papier:4461:29895535,29898578:papier:4461:29899024,29904809:papier:4461:29905364,29916266:papier:4461:29916557,29922581:papier:4461:29922965,29924118:papier:4461:29924277,29927019:papier:4461:29927442,29928988:papier:4461:29929307,29931016:papier:4461:29931197,29931393:papier:4461:29931579,29933652:papier:4461:29933757,29934614:papier:4461:29934658,29952806:papier:4461:29953051,29955406:papier:4461:29955828,29959300:papier:4461:29959524,29960565:papier:4461:29960653,29964563:papier:4461:29964988,29966747:papier:4461:29967056,29973413:papier:4461:29973843,29976104:papier:4461:29976220,29981504:papier:4461:29981549,29987854:papier:4461:29988077,29989105:papier:4461:29989244,29992646:papier:4461:29992919,30009734:papier:4461:30010006,30012117:papier:4461:30012404,30013901:papier:4461:30014033,30022772:papier:4461:30023177,30025187:papier:4461:30025300,30030548:papier:4461:30030797,3004'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.10552080193405662, 'nb_photo': 1537, 'list_port_cont': '29885761,29891744,29893038,29893224,29903775,29928676,29929153,29931122,29959434,29960701,29961261,29961507,29964776,29971187,30012277,30014839,30020623,30057388,30058905,30058946,30059149,30060521,30060569,30067493,30069185,30069959,30071040,30071544,30075759,30075795,30076299,30077055,30077748,30077772,30078463,30078467,30079178,30089794,30090383,30091357,30091370,30091378,30093073,30093111,30094430,30099782,30102062,30104276,30104526,30105102,30105622,30108944,30112442,30112657,30113590,30114271,30114736,30115094,30116343,30116511,30121047,30122584,30124171,30125028,30125103,30125816,30125990,30129906,30130427,30132238,30135170,30139591,30139913,30140545,30142110,30142590,30142738,30154678,30154838,30155366,30155886,30156612,30161024,30161117,30162701,30162794,30163932,30164437,30164585,30164931,30165794,30165842,30166068,30166133,30166170,30167045,30167081,30167785,30171887,30175012,30175971,30188590,30188905,30189568,30189985,30190431,30190443,30191052,30200168,30200541,30200946,30200985,30212063,3021438', 'assoc_port': '29885439:29885761,29891419:29891744,29892658:29893224,29892702:29893038,29903590:29903775,29928594:29928676,29929007:29929153,29931021:29931122,29959303:29959434,29960563:29960701,29961068:29961507,29961082:29961261,29964556:29964776,29970896:29971187,30012118:30012277,30014709:30014839,30020408:30020623,30057323:30057388,30058699:30059149,30058700:30058946,30058708:30058905,30060385:30060521,30060387:30060569,30067365:30067493,30068932:30069185,30069869:30069959,30070918:30071040,30071511:30071544,30075585:30075795,30075589:30075759,30076277:30076299,30076747:30077055,30077660:30077772,30077661:30077748,30078430:30078467,30078432:30078463,30079106:30079178,30089670:30089794,30090238:30090383,30091319:30091370,30091320:30091357,30091321:30091378,30092955:30093111,30092957:30093073,30094216:30094430,30099741:30099782,30101938:30102062,30104046:30104276,30104065:30104526,30105064:30105102,30105581:30105622,30108890:30108944,30112368:30112442,30112563:30112657,30113486:30113590,30114052:30114271,30114676:3011473', 'assoc_mat': '29885439:papier:4200:29885761,29891419:papier:4200:29891744,29892658:papier:4200:29893224,29892702:papier:4200:29893038,29903590:papier:4200:29903775,29928594:papier:4200:29928676,29929007:papier:4200:29929153,29931021:papier:4200:29931122,29959303:papier:4200:29959434,29960563:papier:4200:29960701,29961068:papier:4200:29961507,29961082:papier:4200:29961261,29964556:papier:4200:29964776,29970896:papier:4200:29971187,30012118:papier:4200:30012277,30014709:papier:4200:30014839,30020408:papier:4200:30020623,30057323:papier:4200:30057388,30058699:papier:4200:30059149,30058700:papier:4200:30058946,30058708:papier:4200:30058905,30060385:papier:4200:30060521,30060387:papier:4200:30060569,30067365:papier:4200:30067493,30068932:papier:4200:30069185,30069869:papier:4200:30069959,30070918:papier:4200:30071040,30071511:papier:4200:30071544,30075585:papier:4200:30075795,30075589:papier:4200:30075759,30076277:papier:4200:30076299,30076747:papier:4200:30077055,30077660:papier:4200:30077772,30077661:papier:4200:30077748,3007'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9558733422211252, 'nb_photo': 60308, 'list_port_cont': '29883631,29886858,29886937,29891912,29895633,29900709,29900734,29903822,29904025,29904055,29905144,29907342,29922836,29926081,29926138,29926175,29928727,29932904,29933147,29949711,29951141,29954012,29957165,29961478,29963590,29964885,29968394,29968458,29968649,29969756,29973804,29975075,29976161,29976249,29976275,29981531,29986601,30001093,30009957,30010507,30014900,30015984,30023042,30024175,30031787,30037154,30037535,30037751,30037809,30037962,30038029,30038297,30039132,30039140,30049996,30051178,30057812,30059090,30059452,30059970,30060774,30062766,30062860,30063495,30063510,30063535,30063673,30063879,30064272,30065011,30065153,30065206,30065875,30066294,30066321,30068197,30069918,30069923,30070040,30070185,30071058,30071084,30071096,30071583,30071625,30071893,30071898,30072332,30072356,30075705,30076319,30076335,30076405,30076508,30077782,30078943,30079782,30080010,30080101,30080119,30080428,30089432,30089554,30089729,30090770,30091393,30092458,30092790,30093121,30093216,30093248,30093409,30093467,3009348', 'assoc_port': '29883289:29883631,29886571:29886937,29886596:29886858,29891413:29891912,29895115:29895633,29900344:29900734,29900384:29900709,29903594:29904055,29903598:29904025,29903603:29903822,29904829:29905144,29907065:29907342,29922574:29922836,29925901:29926175,29925903:29926138,29925907:29926081,29928596:29928727,29932746:29932904,29933071:29933147,29949462:29949711,29950755:29951141,29953689:29954012,29956868:29957165,29961039:29961478,29961054:29969756,29963320:29963590,29964560:29964885,29968194:29968649,29968195:29968458,29968196:29968394,29973408:29973804,29974618:29975075,29976103:29976275,29976106:29976249,29976108:29976161,29981505:29981531,29986386:29986601,30000795:30001093,30009732:30009957,30010373:30010507,30013864:30014900,30015734:30015984,30022773:30023042,30024059:30024175,30031482:30031787,30037011:30038297,30037013:30038029,30037015:30037962,30037017:30037751,30037019:30037809,30037020:30037535,30037021:30037154,30038945:30039140,30038946:30039132,30049624:30049996,30050939:30051178,30057511:3005781', 'assoc_mat': '29883289:papier:4209:29883631,29886571:papier:4209:29886937,29886596:papier:4209:29886858,29891413:papier:4209:29891912,29895115:papier:4209:29895633,29900344:papier:4209:29900734,29900384:papier:4209:29900709,29903594:papier:4209:29904055,29903598:papier:4209:29904025,29903603:papier:4209:29903822,29904829:papier:4209:29905144,29907065:papier:4209:29907342,29922574:papier:4209:29922836,29925901:papier:4209:29926175,29925903:papier:4209:29926138,29925907:papier:4209:29926081,29928596:papier:4209:29928727,29932746:papier:4209:29932904,29933071:papier:4209:29933147,29949462:papier:4209:29949711,29950755:papier:4209:29951141,29953689:papier:4209:29954012,29956868:papier:4209:29957165,29961039:papier:4209:29961478,29961054:papier:4209:29969756,29963320:papier:4209:29963590,29964560:papier:4209:29964885,29968194:papier:4209:29968649,29968195:papier:4209:29968458,29968196:papier:4209:29968394,29973408:papier:4209:29973804,29974618:papier:4209:29975075,29976103:papier:4209:29976275,29976106:papier:4209:29976249,2997'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.008100802912102962, 'nb_photo': 28978, 'list_port_cont': '29881516,29882662,29883311,29886225,29886264,29887154,29892211,29892265,29900974,29902203,29902287,29904045,29904124,29905486,29905840,29907229,29923043,29923306,29923843,29923874,29923894,29926041,29926216,29926380,29926487,29926525,29927475,29928738,29929169,29929995,29930191,29930400,29931084,29931145,29931679,29932169,29932815,29933264,29938898,29951049,29951457,29951863,29952500,29952935,29953022,29954350,29957819,29959605,29960916,29962138,29963945,29965040,29965145,29967079,29967389,29968618,29971449,29972053,29972266,29973946,29975191,29979282,29981466,29981584,29987023,29987080,29988625,29988666,29989240,29989291,29990994,29992100,29992127,29993020,30010719,30011059,30011801,30011851,30012441,30012464,30013581,30013627,30014830,30014910,30019955,30020861,30022918,30023359,30025447,30028638,30029542,30029585,30037606,30048706,30049076,30050350,30051057,30051376,30051972,30053626,30054612,30054876,30055502,30056836,30057958,30059211,30059550,30059951,30060246,30060276,30060312,30060801,30060831,3006354', 'assoc_port': '29880558:29881516,29882108:29882662,29882109:29883311,29885440:29886225,29885441:29886264,29886569:29887154,29891421:29892265,29891422:29892211,29900383:29900974,29901775:29902287,29901778:29902203,29903596:29904124,29903608:29904045,29904807:29905840,29904815:29905486,29907067:29907229,29922570:29923306,29922577:29923043,29923748:29923843,29923749:29923874,29923751:29923894,29925905:29926216,29925909:29926041,29926314:29926525,29926317:29926487,29926319:29926380,29927059:29927475,29928593:29928738,29929008:29929169,29929782:29930191,29929800:29929995,29930242:29930400,29931019:29931145,29931023:29931084,29931397:29931679,29931987:29932169,29932748:29932815,29933070:29933264,29938885:29938898,29950753:29952500,29950754:29951863,29950756:29951457,29950759:29951049,29952810:29952935,29952811:29953022,29953691:29954350,29955401:29962138,29956853:29957819,29959298:29959605,29960561:29960916,29963305:29963945,29964554:29965040,29964565:29965145,29966745:29967389,29966750:29967079,29968181:29968618,29970897:2997226', 'assoc_mat': '29880558:papier:4211:29881516,29882108:papier:4211:29882662,29882109:papier:4211:29883311,29885440:papier:4211:29886225,29885441:papier:4211:29886264,29886569:papier:4211:29887154,29891421:papier:4211:29892265,29891422:papier:4211:29892211,29900383:papier:4211:29900974,29901775:papier:4211:29902287,29901778:papier:4211:29902203,29903596:papier:4211:29904124,29903608:papier:4211:29904045,29904807:papier:4211:29905840,29904815:papier:4211:29905486,29907067:papier:4211:29907229,29922570:papier:4211:29923306,29922577:papier:4211:29923043,29923748:papier:4211:29923843,29923749:papier:4211:29923874,29923751:papier:4211:29923894,29925905:papier:4211:29926216,29925909:papier:4211:29926041,29926314:papier:4211:29926525,29926317:papier:4211:29926487,29926319:papier:4211:29926380,29927059:papier:4211:29927475,29928593:papier:4211:29928738,29929008:papier:4211:29929169,29929782:papier:4211:29930191,29929800:papier:4211:29929995,29930242:papier:4211:29930400,29931019:papier:4211:29931145,29931023:papier:4211:29931084,2993'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.008905444607032251, 'nb_photo': 258, 'list_port_cont': '29877820,29882859,29887226,29887462,29890168,29893442,29904401,29904871,29927540,29928849,29929425,29930014,29931297,29956311,29957369,29960741,29967613,29967818,29974128,29977002,29988180,30010830,30011934,30014108,30016363,30020991,30051586,30056896,30058383,30060340,30065050,30067582,30068810,30072270,30077807,30078340,30078565,30078998,30079494,30080160,30080167,30089805,30090159,30090449,30093872,30097183,30099128,30101808,30103006,30103916,30105165,30105767,30105788,30106247,30112494,30112511,30113998,30114313,30116469,30116626,30119556,30121395,30122878,30123377,30125932,30130020,30131521,30131961,30132424,30132949,30135480,30135741,30135859,30140110,30154494,30154875,30155412,30162376,30162914,30163528,30164619,30164647,30164655,30167309,30170938,30171026,30171665,30172431,30175389,30175651,30176665,30179543,30180481,30187213,30188384,30188393,30189024,30189276,30189682,30189837,30190124,30190168,30190272,30190820,30190840,30196233,30198985,30199880,30199901,30199950,30200565,30201111,30201842,3021488', 'assoc_port': '29877117:29877820,29882110:29882859,29885438:29887226,29886598:29887462,29889698:29890168,29892688:29893442,29901781:29904871,29903605:29904401,29927020:29927540,29928590:29928849,29929009:29929425,29929804:29930014,29931017:29931297,29955424:29956311,29956851:29957369,29960566:29960741,29966737:29967818,29966748:29967613,29973433:29974128,29976100:29977002,29987863:29988180,30010369:30010830,30011662:30011934,30013883:30014108,30015739:30016363,30020411:30020991,30050942:30051586,30056440:30056896,30057512:30058383,30058702:30060340,30064895:30065050,30067364:30067582,30068352:30068810,30072105:30072270,30077662:30077807,30078166:30078340,30078429:30078565,30078807:30078998,30079401:30079494,30079963:30080167,30079967:30080160,30089668:30089805,30090113:30090159,30090239:30090449,30093796:30093872,30097077:30097183,30098887:30099128,30099894:30101808,30101937:30103006,30103798:30103916,30105067:30105165,30105571:30105788,30105572:30105767,30105878:30106247,30112371:30112511,30112374:30112494,30113819:3011431', 'assoc_mat': '29877117:papier:3327:29877820,29882110:papier:3327:29882859,29885438:papier:3327:29887226,29886598:papier:3327:29887462,29889698:papier:3327:29890168,29892688:papier:3327:29893442,29901781:papier:3327:29904871,29903605:papier:3327:29904401,29927020:papier:3327:29927540,29928590:papier:3327:29928849,29929009:papier:3327:29929425,29929804:papier:3327:29930014,29931017:papier:3327:29931297,29955424:papier:3327:29956311,29956851:papier:3327:29957369,29960566:papier:3327:29960741,29966737:papier:3327:29967818,29966748:papier:3327:29967613,29973433:papier:3327:29974128,29976100:papier:3327:29977002,29987863:papier:3327:29988180,30010369:papier:3327:30010830,30011662:papier:3327:30011934,30013883:papier:3327:30014108,30015739:papier:3327:30016363,30020411:papier:3327:30020991,30050942:papier:3327:30051586,30056440:papier:3327:30056896,30057512:papier:3327:30058383,30058702:papier:3327:30060340,30064895:papier:3327:30065050,30067364:papier:3327:30067582,30068352:papier:3327:30068810,30072105:papier:3327:30072270,3007'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.023262480462488164, 'nb_photo': 2837, 'list_port_cont': '29905313,29931164,29932124,29954172,29964247,29967176,29981877,29988646,30024154,30054816,30060782,30066639,30068216,30072230,30078483,30078957,30078978,30080449,30081762,30084141,30090443,30091412,30092399,30096173,30101088,30105696,30108308,30109082,30110458,30112679,30114328,30115212,30121144,30124862,30129700,30130474,30134768,30140096,30143058,30155903,30162203,30164944,30164952,30165015,30167093,30170877,30173518,30175480,30176170,30188935,30190022,30195725,30213566,30216720,30219124,30224465,30225423,30227577,30228334,30228397,30228430,30229467,30235535,30237426,30237450,30237607,30239859,30240515,30245548,30251670,30257676,30263783,30271586,30273572,30273991,30275203,30275664,30276103,30277498,30277552,30278347,30278361,30282570', 'assoc_port': '29904813:29905313,29931014:29931164,29932010:29932124,29953694:29954172,29961053:29964247,29966741:29967176,29981854:29981877,29988455:29988646,30024056:30024154,30054134:30054816,30060714:30060782,30066438:30066639,30067991:30068216,30072108:30072230,30078431:30078483,30078803:30078978,30078805:30078957,30080405:30080449,30081751:30081762,30084136:30084141,30090237:30090443,30091324:30091412,30092159:30092399,30095678:30096173,30100824:30101088,30105575:30105696,30107950:30108308,30109078:30109082,30110198:30110458,30112562:30112679,30114051:30114328,30115050:30115212,30120849:30121144,30124663:30124862,30129560:30129700,30130253:30130474,30134694:30134768,30139881:30140096,30142885:30143058,30155605:30155903,30162003:30162203,30164728:30164952,30164731:30165015,30164735:30164944,30166976:30167093,30170833:30170877,30173295:30173518,30175442:30175480,30176144:30176170,30188766:30188935,30189940:30190022,30195508:30195725,30213190:30213566,30216459:30216720,30219018:30219124,30224397:30224465,30225009:3022542', 'assoc_mat': '29904813:papier:3594:29905313,29931014:papier:3594:29931164,29932010:papier:3594:29932124,29953694:papier:3594:29954172,29961053:papier:3594:29964247,29966741:papier:3594:29967176,29981854:papier:3594:29981877,29988455:papier:3594:29988646,30024056:papier:3594:30024154,30054134:papier:3594:30054816,30060714:papier:3594:30060782,30066438:papier:3594:30066639,30067991:papier:3594:30068216,30072108:papier:3594:30072230,30078431:papier:3594:30078483,30078803:papier:3594:30078978,30078805:papier:3594:30078957,30080405:papier:3594:30080449,30081751:papier:3594:30081762,30084136:papier:3594:30084141,30090237:papier:3594:30090443,30091324:papier:3594:30091412,30092159:papier:3594:30092399,30095678:papier:3594:30096173,30100824:papier:3594:30101088,30105575:papier:3594:30105696,30107950:papier:3594:30108308,30109078:papier:3594:30109082,30110198:papier:3594:30110458,30112562:papier:3594:30112679,30114051:papier:3594:30114328,30115050:papier:3594:30115212,30120849:papier:3594:30121144,30124663:papier:3594:30124862,3012'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.004725097882316493, 'nb_photo': 9, 'list_port_cont': '29889888,29967488,30067533,30077740,30165090', 'assoc_port': '29889694:29889888,29966739:29967488,30067362:30067533,30077663:30077740,30165088:30165090', 'assoc_mat': '29889694:pehd:4205:29889888,29966739:pehd:4205:29967488,30067362:pehd:4205:30067533,30077663:pehd:4205:30077740,30165088:pehd:4205:30165090'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0035218506887004218, 'nb_photo': 21, 'list_port_cont': '29965067,29987096,30013597,30016533,30016624,30020080,30078323,30215459', 'assoc_port': '29963289:29965067,29986859:29987096,30013136:30013597,30015732:30020080,30015735:30016533,30015737:30016624,30078170:30078323,30215303:30215459', 'assoc_mat': '29963289:pehd:4203:29965067,29986859:pehd:4203:29987096,30013136:pehd:4203:30013597,30015732:pehd:4203:30020080,30015735:pehd:4203:30016533,30015737:pehd:4203:30016624,30078170:pehd:4203:30078323,30215303:pehd:4203:30215459'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003894027779339992, 'nb_photo': 125, 'list_port_cont': '29880645,29884108,29891839,29892725,29903906,29923779,29923800,29924242,29926350,29926403,29929075,29930328,29931487,29933739,29949919,29950908,29952988,29953920,29955658,29959509,29959577,29961223,29961323,29961630,29964807,29967302,29971243,29974788,29986506,29987974,29988497,30009907,30013474,30020596,30020683,30030650,30053522,30056620,30057911,30059690,30060226,30066281,30067437,30069460,30069890,30071111,30071525,30077982,30078417,30078819,30079989,30080411,30081241,30090257,30090407,30090733,30098899,30099963,30103837,30105514,30106212,30110340,30111802,30112406,30114225,30121216,30121994,30122415,30122797,30123113,30124099,30124122,30124334,30125869,30132281,30133321,30134072,30139965,30141178,30142761,30156406,30156598,30162617,30163892,30163977,30173026,30175718,30176586,30179696,30186928,30187977,30197064,30199182,30199729,30200518,30212128,30213806,30219025', 'assoc_port': '29880560:29880645,29883287:29884108,29885442:29892725,29891417:29891839,29903592:29903906,29923747:29923800,29923750:29923779,29924116:29924242,29926315:29926403,29926321:29926350,29928987:29929075,29930228:29930328,29931395:29931487,29933651:29933739,29949458:29949919,29950760:29950908,29952809:29952988,29953696:29953920,29955403:29961630,29955444:29955658,29956855:29959577,29959304:29959509,29961025:29961323,29961084:29961223,29964561:29964807,29966743:29967302,29970902:29971243,29974617:29974788,29986387:29986506,29987834:29987974,29988452:29988497,30009730:30009907,30013141:30013474,30020406:30020683,30020409:30020596,30030561:30030650,30053289:30053522,30056438:30057911,30056442:30056620,30059606:30059690,30060219:30060226,30066242:30066281,30067363:30067437,30069316:30069460,30069868:30069890,30070916:30071111,30071508:30071525,30076768:30078417,30077878:30077982,30078808:30078819,30079972:30079989,30080408:30080411,30081193:30081241,30090233:30090407,30090240:30090257,30090616:30090733,30098885:3009889', 'assoc_mat': '29880560:pehd:4207:29880645,29883287:pehd:4207:29884108,29885442:pehd:4207:29892725,29891417:pehd:4207:29891839,29903592:pehd:4207:29903906,29923747:pehd:4207:29923800,29923750:pehd:4207:29923779,29924116:pehd:4207:29924242,29926315:pehd:4207:29926403,29926321:pehd:4207:29926350,29928987:pehd:4207:29929075,29930228:pehd:4207:29930328,29931395:pehd:4207:29931487,29933651:pehd:4207:29933739,29949458:pehd:4207:29949919,29950760:pehd:4207:29950908,29952809:pehd:4207:29952988,29953696:pehd:4207:29953920,29955403:pehd:4207:29961630,29955444:pehd:4207:29955658,29956855:pehd:4207:29959577,29959304:pehd:4207:29959509,29961025:pehd:4207:29961323,29961084:pehd:4207:29961223,29964561:pehd:4207:29964807,29966743:pehd:4207:29967302,29970902:pehd:4207:29971243,29974617:pehd:4207:29974788,29986387:pehd:4207:29986506,29987834:pehd:4207:29987974,29988452:pehd:4207:29988497,30009730:pehd:4207:30009907,30013141:pehd:4207:30013474,30020406:pehd:4207:30020683,30020409:pehd:4207:30020596,30030561:pehd:4207:30030650,30053289:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.013962243553256603, 'nb_photo': 19, 'list_port_cont': '29959531,29964992,30012402,30056757,30090985,30098933,30109474,30112715,30116563,30121291,30130445,30163479,30164008,30188938,30201390', 'assoc_port': '29959300:29959531,29964563:29964992,30012117:30012402,30056441:30056757,30090578:30090985,30098888:30098933,30109264:30109474,30112559:30112715,30116504:30116563,30121174:30121291,30130252:30130445,30163172:30163479,30163775:30164008,30188761:30188938,30201235:30201390', 'assoc_mat': '29959300:pehd:4461:29959531,29964563:pehd:4461:29964992,30012117:pehd:4461:30012402,30056441:pehd:4461:30056757,30090578:pehd:4461:30090985,30098888:pehd:4461:30098933,30109264:pehd:4461:30109474,30112559:pehd:4461:30112715,30116504:pehd:4461:30116563,30121174:pehd:4461:30121291,30130252:pehd:4461:30130445,30163172:pehd:4461:30163479,30163775:pehd:4461:30164008,30188761:pehd:4461:30188938,30201235:pehd:4461:30201390'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0058051435893055475, 'nb_photo': 104, 'list_port_cont': '29891742,29893033,29893221,29903770,29928677,29929154,29931134,29959438,29960693,29961272,29961503,29964778,29971195,30020614,30057392,30058895,30059157,30060516,30069184,30069960,30071031,30075761,30077060,30077763,30079167,30089781,30102066,30104274,30104514,30112437,30112648,30113591,30114735,30115095,30116350,30124169,30125101,30140555,30142095,30154834,30155373,30155885,30156609,30163377,30164579,30164930,30165796,30167076,30174631,30175020,30175973,30188585,30188900,30190446,30191054,30200165,30200953,30214382,30217586,30218910,30238031,30275983,30276423,30282583', 'assoc_port': '29891419:29891742,29892658:29893221,29892702:29893033,29903590:29903770,29928594:29928677,29929007:29929154,29931021:29931134,29959303:29959438,29960563:29960693,29961068:29961503,29961082:29961272,29964556:29964778,29970896:29971195,30020408:30020614,30057323:30057392,30058699:30059157,30058708:30058895,30060385:30060516,30068932:30069184,30069869:30069960,30070918:30071031,30075589:30075761,30076747:30077060,30077660:30077763,30079106:30079167,30089670:30089781,30101938:30102066,30104046:30104274,30104065:30104514,30112368:30112437,30112563:30112648,30113486:30113591,30114676:30114735,30115045:30115095,30116263:30116350,30124081:30124169,30125014:30125101,30140524:30140555,30141967:30142095,30154583:30154834,30155112:30155373,30155648:30155885,30156543:30156609,30163174:30163377,30164212:30164579,30164729:30164930,30165771:30165796,30166953:30167076,30172229:30175020,30172703:30175973,30172945:30174631,30188472:30188585,30188764:30188900,30190336:30190446,30190963:30191054,30199709:30200953,30200056:3020016', 'assoc_mat': '29891419:pehd:4200:29891742,29892658:pehd:4200:29893221,29892702:pehd:4200:29893033,29903590:pehd:4200:29903770,29928594:pehd:4200:29928677,29929007:pehd:4200:29929154,29931021:pehd:4200:29931134,29959303:pehd:4200:29959438,29960563:pehd:4200:29960693,29961068:pehd:4200:29961503,29961082:pehd:4200:29961272,29964556:pehd:4200:29964778,29970896:pehd:4200:29971195,30020408:pehd:4200:30020614,30057323:pehd:4200:30057392,30058699:pehd:4200:30059157,30058708:pehd:4200:30058895,30060385:pehd:4200:30060516,30068932:pehd:4200:30069184,30069869:pehd:4200:30069960,30070918:pehd:4200:30071031,30075589:pehd:4200:30075761,30076747:pehd:4200:30077060,30077660:pehd:4200:30077763,30079106:pehd:4200:30079167,30089670:pehd:4200:30089781,30101938:pehd:4200:30102066,30104046:pehd:4200:30104274,30104065:pehd:4200:30104514,30112368:pehd:4200:30112437,30112563:pehd:4200:30112648,30113486:pehd:4200:30113591,30114676:pehd:4200:30114735,30115045:pehd:4200:30115095,30116263:pehd:4200:30116350,30124081:pehd:4200:30124169,30125014:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006384544089550136, 'nb_photo': 355, 'list_port_cont': '29886866,29895628,29900717,29900733,29905145,29907328,29926074,29926165,29928724,29933152,29951143,29957159,29964886,29968456,29968650,29969752,29975073,29976248,29976269,30001099,30009958,30015980,30023044,30024177,30031790,30051189,30059091,30059965,30063503,30063515,30063528,30063682,30063882,30064270,30065012,30065199,30069916,30069924,30070026,30070191,30071067,30071100,30071613,30071894,30071904,30076336,30076408,30077792,30079789,30080427,30089424,30089728,30092452,30093130,30093212,30093250,30094525,30094739,30096013,30097584,30098637,30101084,30103897,30104937,30104948,30105085,30106244,30109427,30110635,30111145,30111172,30111276,30111297,30112701,30114130,30114756,30114878,30115113,30115323,30116444,30121097,30121701,30123222,30123269,30123642,30125926,30126447,30126473,30126539,30131034,30131513,30131892,30132352,30132876,30132917,30134555,30134807,30135367,30135381,30135821,30139191,30139297,30139512,30139692,30140376,30140397,30140758,30140990,30142961,30142988,30155880,30157176,30157234,3016227', 'assoc_port': '29886596:29886866,29895115:29895628,29900344:29900733,29900384:29900717,29904829:29905145,29907065:29907328,29925901:29926165,29925907:29926074,29928596:29928724,29933071:29933152,29950755:29951143,29956868:29957159,29961054:29969752,29964560:29964886,29968194:29968650,29968195:29968456,29974618:29975073,29976103:29976269,29976106:29976248,30000795:30001099,30009732:30009958,30015734:30015980,30022773:30023044,30024059:30024177,30031482:30031790,30050939:30051189,30058707:30059091,30059608:30059965,30062396:30064270,30063326:30063682,30063333:30063528,30063336:30063503,30063338:30063515,30063828:30063882,30064899:30065012,30065107:30065199,30069866:30070026,30069867:30069916,30069872:30069924,30070111:30070191,30070917:30071100,30070922:30071067,30071510:30071613,30071855:30071904,30071878:30071894,30076272:30076408,30076275:30076336,30077664:30077792,30079723:30079789,30080407:30080427,30089376:30089424,30089671:30089728,30092157:30092452,30092953:30093250,30092977:30093212,30092999:30093130,30094221:3009473', 'assoc_mat': '29886596:pehd:4209:29886866,29895115:pehd:4209:29895628,29900344:pehd:4209:29900733,29900384:pehd:4209:29900717,29904829:pehd:4209:29905145,29907065:pehd:4209:29907328,29925901:pehd:4209:29926165,29925907:pehd:4209:29926074,29928596:pehd:4209:29928724,29933071:pehd:4209:29933152,29950755:pehd:4209:29951143,29956868:pehd:4209:29957159,29961054:pehd:4209:29969752,29964560:pehd:4209:29964886,29968194:pehd:4209:29968650,29968195:pehd:4209:29968456,29974618:pehd:4209:29975073,29976103:pehd:4209:29976269,29976106:pehd:4209:29976248,30000795:pehd:4209:30001099,30009732:pehd:4209:30009958,30015734:pehd:4209:30015980,30022773:pehd:4209:30023044,30024059:pehd:4209:30024177,30031482:pehd:4209:30031790,30050939:pehd:4209:30051189,30058707:pehd:4209:30059091,30059608:pehd:4209:30059965,30062396:pehd:4209:30064270,30063326:pehd:4209:30063682,30063333:pehd:4209:30063528,30063336:pehd:4209:30063503,30063338:pehd:4209:30063515,30063828:pehd:4209:30063882,30064899:pehd:4209:30065012,30065107:pehd:4209:30065199,30069866:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9719057896863088, 'nb_photo': 8377, 'list_port_cont': '29881517,29882656,29883301,29886229,29886254,29887146,29892217,29892273,29900970,29902197,29902301,29904039,29904114,29905494,29905842,29907232,29923041,29923309,29923840,29923868,29923886,29926043,29926225,29926378,29926482,29926527,29927473,29928737,29929172,29929993,29930194,29930398,29931089,29931695,29932179,29932819,29933269,29938912,29951451,29951852,29952510,29952931,29953026,29954355,29957820,29959607,29960927,29962126,29963942,29965028,29965139,29967081,29967391,29968612,29971456,29972050,29972257,29973954,29975193,29979278,29981456,29981582,29987016,29987073,29988631,29988673,29989226,29989284,29991003,29992085,29992128,29993019,30010725,30011064,30011793,30011847,30012448,30012452,30013585,30013620,30014819,30014905,30019963,30020862,30022916,30023360,30025446,30028630,30029538,30029598,30037604,30048702,30049073,30050356,30051066,30051372,30051969,30053621,30054618,30054886,30055505,30056842,30057965,30059205,30059553,30059953,30060242,30060260,30060307,30060804,30060835,30063553,30063629,3006397', 'assoc_port': '29880558:29881517,29882108:29882656,29882109:29883301,29885440:29886229,29885441:29886254,29886569:29887146,29891421:29892273,29891422:29892217,29900383:29900970,29901775:29902301,29901778:29902197,29903596:29904114,29903608:29904039,29904807:29905842,29904815:29905494,29907067:29907232,29922570:29923309,29922577:29923041,29923748:29923840,29923749:29923868,29923751:29923886,29925905:29926225,29925909:29926043,29926314:29926527,29926317:29926482,29926319:29926378,29927059:29927473,29928593:29928737,29929008:29929172,29929782:29930194,29929800:29929993,29930242:29930398,29931023:29931089,29931397:29931695,29931987:29932179,29932748:29932819,29933070:29933269,29938885:29938912,29950753:29952510,29950754:29951852,29950756:29951451,29952810:29952931,29952811:29953026,29953691:29954355,29955401:29962126,29956853:29957820,29959298:29959607,29960561:29960927,29963305:29963942,29964554:29965028,29964565:29965139,29966745:29967391,29966750:29967081,29968181:29968612,29970897:29972257,29970903:29972050,29970907:2997145', 'assoc_mat': '29880558:pehd:4211:29881517,29882108:pehd:4211:29882656,29882109:pehd:4211:29883301,29885440:pehd:4211:29886229,29885441:pehd:4211:29886254,29886569:pehd:4211:29887146,29891421:pehd:4211:29892273,29891422:pehd:4211:29892217,29900383:pehd:4211:29900970,29901775:pehd:4211:29902301,29901778:pehd:4211:29902197,29903596:pehd:4211:29904114,29903608:pehd:4211:29904039,29904807:pehd:4211:29905842,29904815:pehd:4211:29905494,29907067:pehd:4211:29907232,29922570:pehd:4211:29923309,29922577:pehd:4211:29923041,29923748:pehd:4211:29923840,29923749:pehd:4211:29923868,29923751:pehd:4211:29923886,29925905:pehd:4211:29926225,29925909:pehd:4211:29926043,29926314:pehd:4211:29926527,29926317:pehd:4211:29926482,29926319:pehd:4211:29926378,29927059:pehd:4211:29927473,29928593:pehd:4211:29928737,29929008:pehd:4211:29929172,29929782:pehd:4211:29930194,29929800:pehd:4211:29929993,29930242:pehd:4211:29930398,29931023:pehd:4211:29931089,29931397:pehd:4211:29931695,29931987:pehd:4211:29932179,29932748:pehd:4211:29932819,29933070:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0002021817359273957, 'nb_photo': 3, 'list_port_cont': '30124866,30170884,30245551', 'assoc_port': '30124663:30124866,30170833:30170884,30245096:30245551', 'assoc_mat': '30124663:pehd:3594:30124866,30170833:pehd:3594:30170884,30245096:pehd:3594:30245551'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005178391582558792, 'nb_photo': 1, 'list_port_cont': '29954127', 'assoc_port': '29953693:29954127', 'assoc_mat': '29953693:pet_clair:4205:29954127'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005823894617494178, 'nb_photo': 6, 'list_port_cont': '29883536,29949923,30104219,30124126,30216643,30237520', 'assoc_port': '29883294:29883536,29949458:29949923,30104069:30104219,30124079:30124126,30216458:30216643,30237496:30237520', 'assoc_mat': '29883294:pet_clair:4207:29883536,29949458:pet_clair:4207:29949923,30104069:pet_clair:4207:30104219,30124079:pet_clair:4207:30124126,30216458:pet_clair:4207:30216643,30237496:pet_clair:4207:30237520'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.005611227130169608, 'nb_photo': 30, 'list_port_cont': '29885767,29960694,29961506,29971182,30058893,30059150,30069961,30090385,30099789,30112646,30113583,30114733,30122587,30124166,30125026,30142109,30142741,30155894,30166055,30167080,30175981,30188586,30188909,30191048,30200167,30200539,30216016', 'assoc_port': '29885439:29885767,29960563:29960694,29961068:29961506,29970896:29971182,30058699:30059150,30058708:30058893,30069869:30069961,30090238:30090385,30099741:30099789,30112563:30112646,30113486:30113583,30114676:30114733,30122544:30122587,30124081:30124166,30125015:30125026,30141967:30142109,30142734:30142741,30155648:30155894,30164207:30166055,30166953:30167080,30172703:30175981,30188472:30188586,30188764:30188909,30190963:30191048,30200056:30200167,30200488:30200539,30215896:30216016', 'assoc_mat': '29885439:pet_clair:4200:29885767,29960563:pet_clair:4200:29960694,29961068:pet_clair:4200:29961506,29970896:pet_clair:4200:29971182,30058699:pet_clair:4200:30059150,30058708:pet_clair:4200:30058893,30069869:pet_clair:4200:30069961,30090238:pet_clair:4200:30090385,30099741:pet_clair:4200:30099789,30112563:pet_clair:4200:30112646,30113486:pet_clair:4200:30113583,30114676:pet_clair:4200:30114733,30122544:pet_clair:4200:30122587,30124081:pet_clair:4200:30124166,30125015:pet_clair:4200:30125026,30141967:pet_clair:4200:30142109,30142734:pet_clair:4200:30142741,30155648:pet_clair:4200:30155894,30164207:pet_clair:4200:30166055,30166953:pet_clair:4200:30167080,30172703:pet_clair:4200:30175981,30188472:pet_clair:4200:30188586,30188764:pet_clair:4200:30188909,30190963:pet_clair:4200:30191048,30200056:pet_clair:4200:30200167,30200488:pet_clair:4200:30200539,30215896:pet_clair:4200:30216016'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.001785210822345314, 'nb_photo': 5, 'list_port_cont': '29933145,30131473,30179440,30185149', 'assoc_port': '29933071:29933145,30131227:30131473,30176477:30179440,30184740:30185149', 'assoc_mat': '29933071:pet_clair:4209:29933145,30131227:pet_clair:4209:30131473,30176477:pet_clair:4209:30179440,30184740:pet_clair:4209:30185149'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009566183026151947, 'nb_photo': 123, 'list_port_cont': '29881513,29882668,29883298,29905850,29923300,29923834,29926485,29927479,29931154,29933266,29938902,29952497,29967396,29971458,29975199,29987081,29992126,30012442,30023356,30028639,30037598,30048704,30051373,30059214,30059952,30063544,30063967,30065215,30066312,30066683,30069550,30074580,30076633,30078066,30079803,30089563,30091233,30091422,30098436,30098818,30102179,30108455,30108526,30108806,30108967,30111157,30111207,30111373,30112038,30114296,30115229,30115347,30116427,30121333,30124188,30124403,30125908,30129965,30130100,30131542,30131563,30132941,30135706,30135724,30140686,30141198,30141613,30147377,30155396,30156965,30162324,30164638,30166111,30166819,30172951,30175697,30176195,30176354,30176502,30180278,30188662,30191181,30194543,30195641,30197432,30198895,30202111,30202442,30202701,30212262,30218940,30219113', 'assoc_port': '29880558:29881513,29882108:29882668,29882109:29883298,29904807:29905850,29922570:29923300,29923748:29923834,29926317:29926485,29927059:29927479,29931019:29931154,29933070:29933266,29938885:29938902,29950753:29952497,29966745:29967396,29970907:29971458,29974616:29975199,29986866:29987081,29991790:29992126,30012120:30012442,30022774:30023356,30028101:30028639,30037010:30037598,30048066:30048704,30050944:30051373,30058701:30059214,30059609:30059952,30063335:30063544,30063826:30063967,30065106:30065215,30066243:30066312,30066442:30066683,30069314:30069550,30074552:30074580,30076444:30076633,30077877:30078066,30079719:30079803,30089374:30089563,30090576:30091233,30091318:30091422,30098296:30098436,30098576:30098818,30101958:30102179,30105582:30108806,30107937:30108526,30108045:30108455,30108889:30108967,30110864:30111207,30110869:30111157,30111264:30111373,30111693:30112038,30114053:30114296,30115048:30115229,30115287:30115347,30116267:30116427,30121195:30121333,30124082:30124188,30124275:30124403,30125808:3012590', 'assoc_mat': '29880558:pet_clair:4211:29881513,29882108:pet_clair:4211:29882668,29882109:pet_clair:4211:29883298,29904807:pet_clair:4211:29905850,29922570:pet_clair:4211:29923300,29923748:pet_clair:4211:29923834,29926317:pet_clair:4211:29926485,29927059:pet_clair:4211:29927479,29931019:pet_clair:4211:29931154,29933070:pet_clair:4211:29933266,29938885:pet_clair:4211:29938902,29950753:pet_clair:4211:29952497,29966745:pet_clair:4211:29967396,29970907:pet_clair:4211:29971458,29974616:pet_clair:4211:29975199,29986866:pet_clair:4211:29987081,29991790:pet_clair:4211:29992126,30012120:pet_clair:4211:30012442,30022774:pet_clair:4211:30023356,30028101:pet_clair:4211:30028639,30037010:pet_clair:4211:30037598,30048066:pet_clair:4211:30048704,30050944:pet_clair:4211:30051373,30058701:pet_clair:4211:30059214,30059609:pet_clair:4211:30059952,30063335:pet_clair:4211:30063544,30063826:pet_clair:4211:30063967,30065106:pet_clair:4211:30065215,30066243:pet_clair:4211:30066312,30066442:pet_clair:4211:30066683,30069314:pet_clair:4211:30069550,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9934936985621127, 'nb_photo': 118195, 'list_port_cont': '29877816,29881022,29882863,29887233,29887469,29890167,29893441,29895752,29899131,29900995,29901139,29904394,29904877,29905296,29907447,29907518,29923247,29923910,29926243,29927544,29927583,29928842,29929435,29930012,29931295,29932876,29933297,29953333,29954114,29954327,29956310,29957378,29960732,29965444,29967612,29967820,29971768,29971999,29974120,29977008,29981444,29987166,29988178,29989900,29992215,29993146,30008512,30010818,30011930,30013349,30013707,30013733,30014110,30016367,30020996,30024254,30029699,30032113,30037693,30048875,30050591,30051599,30055192,30056893,30057478,30058381,30059564,30060292,30060352,30060818,30063081,30063651,30063653,30064031,30065048,30065061,30065636,30066363,30067583,30068807,30069269,30069535,30070243,30071165,30071670,30071695,30072275,30075956,30076061,30076646,30076666,30077802,30078344,30078568,30079001,30079334,30079366,30079497,30079818,30079838,30080151,30080169,30080185,30080477,30089756,30089810,30090161,30090457,30091442,30092488,30092882,30093278,30093561,3009387', 'assoc_port': '29877117:29877816,29880559:29881022,29882110:29882863,29885438:29887233,29886598:29887469,29889698:29890167,29892688:29893441,29895117:29895752,29898579:29899131,29900343:29901139,29900382:29900995,29901781:29904877,29903605:29904394,29904810:29905296,29907140:29907518,29907143:29907447,29922578:29923247,29923752:29923910,29925914:29926243,29927018:29927583,29927020:29927544,29928590:29928842,29929009:29929435,29929804:29930012,29931017:29931295,29932747:29932876,29933068:29933297,29952805:29954114,29952808:29953333,29953698:29954327,29955424:29956310,29956851:29957378,29960566:29960732,29964558:29965444,29966737:29967820,29966748:29967612,29970898:29971999,29970905:29971768,29973433:29974120,29976100:29977008,29981309:29981444,29986862:29987166,29987863:29988178,29989096:29989900,29991797:29992215,29992644:29993146,30008197:30008512,30010369:30010818,30011662:30011930,30013139:30013733,30013145:30013707,30013164:30013349,30013883:30014110,30015739:30016367,30020411:30020996,30024057:30024254,30029201:3002969', 'assoc_mat': '29877117:pet_clair:3327:29877816,29880559:pet_clair:3327:29881022,29882110:pet_clair:3327:29882863,29885438:pet_clair:3327:29887233,29886598:pet_clair:3327:29887469,29889698:pet_clair:3327:29890167,29892688:pet_clair:3327:29893441,29895117:pet_clair:3327:29895752,29898579:pet_clair:3327:29899131,29900343:pet_clair:3327:29901139,29900382:pet_clair:3327:29900995,29901781:pet_clair:3327:29904877,29903605:pet_clair:3327:29904394,29904810:pet_clair:3327:29905296,29907140:pet_clair:3327:29907518,29907143:pet_clair:3327:29907447,29922578:pet_clair:3327:29923247,29923752:pet_clair:3327:29923910,29925914:pet_clair:3327:29926243,29927018:pet_clair:3327:29927583,29927020:pet_clair:3327:29927544,29928590:pet_clair:3327:29928842,29929009:pet_clair:3327:29929435,29929804:pet_clair:3327:29930012,29931017:pet_clair:3327:29931295,29932747:pet_clair:3327:29932876,29933068:pet_clair:3327:29933297,29952805:pet_clair:3327:29954114,29952808:pet_clair:3327:29953333,29953698:pet_clair:3327:29954327,29955424:pet_clair:3327:29956310,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.028576497454064743, 'nb_photo': 1646, 'list_port_cont': '29905314,29931161,29932123,29954164,29964242,29967173,29981881,29988644,30024157,30054814,30060786,30066644,30068222,30072229,30078492,30078949,30078974,30080448,30081760,30084139,30090436,30091411,30092396,30096172,30101098,30105691,30108299,30109089,30110454,30112680,30114333,30115216,30121147,30124864,30129702,30130475,30134769,30140095,30143056,30155900,30162204,30164950,30164957,30165016,30167100,30170879,30173526,30175478,30176166,30188934,30190017,30195718,30213570,30216716,30219134,30225435,30227579,30228400,30228436,30229462,30235526,30237421,30237448,30237612,30239860,30240514,30245555,30251667,30257679,30263786,30271582,30273582,30273990,30275208,30275659,30276096,30277500,30277553,30278357,30278364,30282577', 'assoc_port': '29904813:29905314,29931014:29931161,29932010:29932123,29953694:29954164,29961053:29964242,29966741:29967173,29981854:29981881,29988455:29988644,30024056:30024157,30054134:30054814,30060714:30060786,30066438:30066644,30067991:30068222,30072108:30072229,30078431:30078492,30078803:30078974,30078805:30078949,30080405:30080448,30081751:30081760,30084136:30084139,30090237:30090436,30091324:30091411,30092159:30092396,30095678:30096172,30100824:30101098,30105575:30105691,30107950:30108299,30109078:30109089,30110198:30110454,30112562:30112680,30114051:30114333,30115050:30115216,30120849:30121147,30124663:30124864,30129560:30129702,30130253:30130475,30134694:30134769,30139881:30140095,30142885:30143056,30155605:30155900,30162003:30162204,30164728:30164957,30164731:30165016,30164735:30164950,30166976:30167100,30170833:30170879,30173295:30173526,30175442:30175478,30176144:30176166,30188766:30188934,30189940:30190017,30195508:30195718,30213190:30213570,30216459:30216716,30219018:30219134,30225009:30225435,30227517:3022757', 'assoc_mat': '29904813:pet_clair:3594:29905314,29931014:pet_clair:3594:29931161,29932010:pet_clair:3594:29932123,29953694:pet_clair:3594:29954164,29961053:pet_clair:3594:29964242,29966741:pet_clair:3594:29967173,29981854:pet_clair:3594:29981881,29988455:pet_clair:3594:29988644,30024056:pet_clair:3594:30024157,30054134:pet_clair:3594:30054814,30060714:pet_clair:3594:30060786,30066438:pet_clair:3594:30066644,30067991:pet_clair:3594:30068222,30072108:pet_clair:3594:30072229,30078431:pet_clair:3594:30078492,30078803:pet_clair:3594:30078974,30078805:pet_clair:3594:30078949,30080405:pet_clair:3594:30080448,30081751:pet_clair:3594:30081760,30084136:pet_clair:3594:30084139,30090237:pet_clair:3594:30090436,30091324:pet_clair:3594:30091411,30092159:pet_clair:3594:30092396,30095678:pet_clair:3594:30096172,30100824:pet_clair:3594:30101098,30105575:pet_clair:3594:30105691,30107950:pet_clair:3594:30108299,30109078:pet_clair:3594:30109089,30110198:pet_clair:3594:30110454,30112562:pet_clair:3594:30112680,30114051:pet_clair:3594:30114333,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.012469606048162414, 'nb_photo': 1, 'list_port_cont': '30135510', 'assoc_port': '30135256:30135510', 'assoc_mat': '30135256:pet_fonce:3327:30135510'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0017567703429064658, 'nb_photo': 77, 'list_port_cont': '29905311,29932125,29954170,29967174,29988647,30024155,30054820,30060780,30066641,30072233,30080454,30084140,30090438,30092405,30096166,30108303,30121141,30124867,30130467,30134767,30140100,30143049,30155905,30162207,30164949,30164960,30167096,30173525,30175473,30176167,30190020,30213569,30225431,30239855,30240508,30251668,30263776,30271589,30273993,30275200,30275655,30276095,30277499', 'assoc_port': '29904813:29905311,29932010:29932125,29953694:29954170,29966741:29967174,29988455:29988647,30024056:30024155,30054134:30054820,30060714:30060780,30066438:30066641,30072108:30072233,30080405:30080454,30084136:30084140,30090237:30090438,30092159:30092405,30095678:30096166,30107950:30108303,30120849:30121141,30124663:30124867,30130253:30130467,30134694:30134767,30139881:30140100,30142885:30143049,30155605:30155905,30162003:30162207,30164728:30164960,30164735:30164949,30166976:30167096,30173295:30173525,30175442:30175473,30176144:30176167,30189940:30190020,30213190:30213569,30225009:30225431,30239664:30239855,30240492:30240508,30251199:30251668,30263395:30263776,30271297:30271589,30273876:30273993,30274950:30275200,30275345:30275655,30275891:30276095,30277269:30277499', 'assoc_mat': '29904813:pet_fonce:3594:29905311,29932010:pet_fonce:3594:29932125,29953694:pet_fonce:3594:29954170,29966741:pet_fonce:3594:29967174,29988455:pet_fonce:3594:29988647,30024056:pet_fonce:3594:30024155,30054134:pet_fonce:3594:30054820,30060714:pet_fonce:3594:30060780,30066438:pet_fonce:3594:30066641,30072108:pet_fonce:3594:30072233,30080405:pet_fonce:3594:30080454,30084136:pet_fonce:3594:30084140,30090237:pet_fonce:3594:30090438,30092159:pet_fonce:3594:30092405,30095678:pet_fonce:3594:30096166,30107950:pet_fonce:3594:30108303,30120849:pet_fonce:3594:30121141,30124663:pet_fonce:3594:30124867,30130253:pet_fonce:3594:30130467,30134694:pet_fonce:3594:30134767,30139881:pet_fonce:3594:30140100,30142885:pet_fonce:3594:30143049,30155605:pet_fonce:3594:30155905,30162003:pet_fonce:3594:30162207,30164728:pet_fonce:3594:30164960,30164735:pet_fonce:3594:30164949,30166976:pet_fonce:3594:30167096,30173295:pet_fonce:3594:30173525,30175442:pet_fonce:3594:30175473,30176144:pet_fonce:3594:30176167,30189940:pet_fonce:3594:30190020,3'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0067139205730357135, 'nb_photo': 10, 'list_port_cont': '29899019,29931573,29973849,30010011,30059305,30102143,30112714,30163486,30191728,30217632', 'assoc_port': '29898578:29899019,29931393:29931573,29973413:29973849,30009734:30010011,30058706:30059305,30101957:30102143,30112559:30112714,30163172:30163486,30191607:30191728,30217329:30217632', 'assoc_mat': '29898578:pet_opaque:4461:29899019,29931393:pet_opaque:4461:29931573,29973413:pet_opaque:4461:29973849,30009734:pet_opaque:4461:30010011,30058706:pet_opaque:4461:30059305,30101957:pet_opaque:4461:30102143,30112559:pet_opaque:4461:30112714,30163172:pet_opaque:4461:30163486,30191607:pet_opaque:4461:30191728,30217329:pet_opaque:4461:30217632'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.003633727234795478, 'nb_photo': 34, 'list_port_cont': '29885765,29903766,29929156,29960688,29961514,30058898,30059163,30076302,30077751,30091354,30105107,30112644,30116349,30122591,30125993,30135181,30139598,30139911,30140548,30142576,30155897,30156619,30161021,30167057,30188898,30191061,30214376,30217582,30218903', 'assoc_port': '29885439:29885765,29903590:29903766,29929007:29929156,29960563:29960688,29961068:29961514,30058699:30059163,30058708:30058898,30076277:30076302,30077661:30077751,30091320:30091354,30105064:30105107,30112563:30112644,30116263:30116349,30122544:30122591,30125975:30125993,30135049:30135181,30139551:30139598,30139883:30139911,30140524:30140548,30141533:30142576,30155648:30155897,30156543:30156619,30161016:30161021,30166975:30167057,30188764:30188898,30190963:30191061,30214212:30214376,30217330:30217582,30218810:30218903', 'assoc_mat': '29885439:pet_opaque:4200:29885765,29903590:pet_opaque:4200:29903766,29929007:pet_opaque:4200:29929156,29960563:pet_opaque:4200:29960688,29961068:pet_opaque:4200:29961514,30058699:pet_opaque:4200:30059163,30058708:pet_opaque:4200:30058898,30076277:pet_opaque:4200:30076302,30077661:pet_opaque:4200:30077751,30091320:pet_opaque:4200:30091354,30105064:pet_opaque:4200:30105107,30112563:pet_opaque:4200:30112644,30116263:pet_opaque:4200:30116349,30122544:pet_opaque:4200:30122591,30125975:pet_opaque:4200:30125993,30135049:pet_opaque:4200:30135181,30139551:pet_opaque:4200:30139598,30139883:pet_opaque:4200:30139911,30140524:pet_opaque:4200:30140548,30141533:pet_opaque:4200:30142576,30155648:pet_opaque:4200:30155897,30156543:pet_opaque:4200:30156619,30161016:pet_opaque:4200:30161021,30166975:pet_opaque:4200:30167057,30188764:pet_opaque:4200:30188898,30190963:pet_opaque:4200:30191061,30214212:pet_opaque:4200:30214376,30217330:pet_opaque:4200:30217582,30218810:pet_opaque:4200:30218903'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.00931260481386233, 'nb_photo': 2, 'list_port_cont': '29922832,30131023', 'assoc_port': '29922574:29922832,30130969:30131023', 'assoc_mat': '29922574:pet_opaque:4209:29922832,30130969:pet_opaque:4209:30131023'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00038767366204027866, 'nb_photo': 91, 'list_port_cont': '29881514,29882663,29883309,29886263,29900976,29902295,29926218,29929174,29932820,29933270,29938909,29972261,29981468,29987067,29989286,29993006,30010724,30011804,30011856,30037591,30048711,30051971,30057969,30063546,30065669,30065819,30066311,30066686,30068272,30070021,30072407,30074570,30075695,30076381,30077072,30079474,30089589,30091234,30102120,30108810,30108983,30111370,30111619,30113988,30114298,30120748,30121181,30124804,30124946,30130040,30135206,30141091,30142557,30167140,30172526,30174712,30175417,30175461,30176753,30180290,30191168,30191476,30195695,30196154,30197436,30198891,30213909,30218241,30218947,30219079,30226754,30229551,30235545,30248571,30255358,30264473,30275572', 'assoc_port': '29880558:29881514,29882108:29882663,29882109:29883309,29885441:29886263,29900383:29900976,29901775:29902295,29925905:29926218,29929008:29929174,29932748:29932820,29933070:29933270,29938885:29938909,29970897:29972261,29981308:29981468,29986866:29987067,29989101:29989286,29992645:29993006,30010372:30010724,30011660:30011856,30011664:30011804,30037010:30037591,30048066:30048711,30050941:30051971,30057510:30057969,30063335:30063546,30065332:30065669,30065725:30065819,30066243:30066311,30066442:30066686,30067994:30068272,30069870:30070021,30072306:30072407,30074552:30074570,30075590:30075695,30076276:30076381,30076748:30077072,30079403:30079474,30089373:30089589,30090576:30091234,30101961:30102120,30105582:30108810,30108892:30108983,30111264:30111370,30111505:30111619,30113821:30113988,30114053:30114298,30120619:30120748,30120848:30121181,30124659:30124946,30124674:30124804,30129792:30130040,30135047:30135206,30140819:30141091,30142475:30142557,30166934:30167140,30171511:30175461,30172230:30172526,30172946:3017471', 'assoc_mat': '29880558:pet_opaque:4211:29881514,29882108:pet_opaque:4211:29882663,29882109:pet_opaque:4211:29883309,29885441:pet_opaque:4211:29886263,29900383:pet_opaque:4211:29900976,29901775:pet_opaque:4211:29902295,29925905:pet_opaque:4211:29926218,29929008:pet_opaque:4211:29929174,29932748:pet_opaque:4211:29932820,29933070:pet_opaque:4211:29933270,29938885:pet_opaque:4211:29938909,29970897:pet_opaque:4211:29972261,29981308:pet_opaque:4211:29981468,29986866:pet_opaque:4211:29987067,29989101:pet_opaque:4211:29989286,29992645:pet_opaque:4211:29993006,30010372:pet_opaque:4211:30010724,30011660:pet_opaque:4211:30011856,30011664:pet_opaque:4211:30011804,30037010:pet_opaque:4211:30037591,30048066:pet_opaque:4211:30048711,30050941:pet_opaque:4211:30051971,30057510:pet_opaque:4211:30057969,30063335:pet_opaque:4211:30063546,30065332:pet_opaque:4211:30065669,30065725:pet_opaque:4211:30065819,30066243:pet_opaque:4211:30066311,30066442:pet_opaque:4211:30066686,30067994:pet_opaque:4211:30068272,30069870:pet_opaque:4211:30070021,3007'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005083581812468689, 'nb_photo': 1264, 'list_port_cont': '29887060,29889714,29892900,29895246,29900560,29901904,29907155,29909415,29909643,29913561,29913679,29913887,29914157,29914257,29924146,29924165,29927078,29929917,29930305,29931105,29933941,29959318,29960590,29963502,29963701,29971139,29976176,29976199,29976202,29979526,29979554,29979563,29979584,29979591,29981861,29982065,29982109,29982130,29982136,29982181,29982228,29982708,29983150,29983238,29983250,29983322,29983352,29983516,29983526,29983544,29983557,29986431,29988025,29988059,29989194,30011690,30012267,30017050,30020431,30025271,30029395,30030667,30049752,30051540,30057779,30058960,30059735,30059757,30060180,30060719,30063439,30063445,30063875,30064973,30066510,30066607,30068389,30068980,30071014,30071048,30072315,30074557,30077723,30077919,30078173,30078240,30078445,30079427,30079981,30080054,30090246,30090346,30090745,30093765,30094378,30094543,30097120,30098304,30098322,30098363,30098379,30098400,30099777,30100913,30102017,30103972,30104858,30104872,30106219,30109377,30112614,30113569,30113602,3011384', 'assoc_port': '29886568:29887060,29889697:29889714,29892672:29892900,29895099:29895246,29900363:29900560,29901777:29901904,29907102:29907155,29909331:29909643,29909335:29909415,29913349:29914257,29913350:29914157,29913351:29913887,29913352:29913679,29913354:29913561,29924113:29924146,29924117:29924165,29927040:29927078,29929802:29929917,29930227:29930305,29931024:29931105,29933927:29933941,29959295:29959318,29960562:29960590,29963319:29963701,29963321:29963502,29970900:29971139,29976101:29976199,29976102:29976202,29976105:29976176,29979448:29979584,29979449:29979591,29979450:29979563,29979451:29979526,29979452:29979554,29981855:29981861,29981997:29982181,29982000:29982228,29982002:29982136,29982003:29982130,29982004:29982109,29982005:29982065,29982697:29982708,29983133:29983250,29983135:29983238,29983137:29983150,29983294:29983544,29983295:29983526,29983296:29983557,29983297:29983516,29983299:29983352,29983300:29983322,29986379:29986431,29987812:29988059,29987832:29988025,29989098:29989194,30011663:30011690,30012115:3001226', 'assoc_mat': '29886568:plastique:3726:29887060,29889697:plastique:3726:29889714,29892672:plastique:3726:29892900,29895099:plastique:3726:29895246,29900363:plastique:3726:29900560,29901777:plastique:3726:29901904,29907102:plastique:3726:29907155,29909331:plastique:3726:29909643,29909335:plastique:3726:29909415,29913349:plastique:3726:29914257,29913350:plastique:3726:29914157,29913351:plastique:3726:29913887,29913352:plastique:3726:29913679,29913354:plastique:3726:29913561,29924113:plastique:3726:29924146,29924117:plastique:3726:29924165,29927040:plastique:3726:29927078,29929802:plastique:3726:29929917,29930227:plastique:3726:29930305,29931024:plastique:3726:29931105,29933927:plastique:3726:29933941,29959295:plastique:3726:29959318,29960562:plastique:3726:29960590,29963319:plastique:3726:29963701,29963321:plastique:3726:29963502,29970900:plastique:3726:29971139,29976101:plastique:3726:29976199,29976102:plastique:3726:29976202,29976105:plastique:3726:29976176,29979448:plastique:3726:29979584,29979449:plastique:3726:29979591,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011481181647229926, 'nb_photo': 1907, 'list_port_cont': '29887065,29892899,29895244,29900558,29901908,29907152,29909383,29909417,29909502,29909578,29909642,29913498,29913565,29913668,29913891,29914155,29914253,29924154,29924175,29927080,29929923,29930312,29931101,29933943,29959324,29960593,29963699,29971133,29974757,29976183,29976188,29976203,29979544,29979551,29979565,29979579,29979596,29981867,29982114,29982123,29982135,29982188,29982234,29982704,29983183,29983204,29983224,29983249,29983330,29983346,29983509,29983547,29986428,29988026,29988058,29989192,29992663,30011693,30012262,30017049,30020435,30025273,30029291,30029397,30030660,30049748,30051534,30057785,30058966,30059744,30059747,30060187,30060726,30063868,30064970,30066516,30066609,30068382,30068985,30071024,30071052,30072321,30074558,30077725,30077923,30078178,30078236,30078438,30079433,30079987,30080064,30090742,30094382,30094542,30097082,30097115,30098328,30098344,30098359,30098373,30098394,30099772,30099818,30100920,30102018,30103967,30104856,30104871,30106218,30112622,30113567,30113605,30113844,3011484', 'assoc_port': '29886568:29887065,29892672:29892899,29895099:29895244,29900363:29900558,29901777:29901908,29907102:29907152,29909330:29909578,29909331:29909642,29909332:29909383,29909333:29909502,29909335:29909417,29913349:29914253,29913350:29914155,29913351:29913891,29913352:29913668,29913353:29913498,29913354:29913565,29924113:29924154,29924117:29924175,29927040:29927080,29929802:29929923,29930227:29930312,29931024:29931101,29933927:29933943,29959295:29959324,29960562:29960593,29963319:29963699,29970900:29971133,29974619:29974757,29976101:29976188,29976102:29976203,29976105:29976183,29979447:29979544,29979448:29979579,29979449:29979596,29979450:29979565,29979452:29979551,29981855:29981867,29982000:29982234,29982001:29982188,29982002:29982135,29982003:29982123,29982004:29982114,29982697:29982704,29983131:29983183,29983132:29983224,29983133:29983249,29983136:29983204,29983294:29983547,29983297:29983509,29983299:29983346,29983300:29983330,29986379:29986428,29987812:29988058,29987832:29988026,29989098:29989192,29992647:2999266', 'assoc_mat': '29886568:Teint_Dans_La_Masse:3726:29887065,29892672:Teint_Dans_La_Masse:3726:29892899,29895099:Teint_Dans_La_Masse:3726:29895244,29900363:Teint_Dans_La_Masse:3726:29900558,29901777:Teint_Dans_La_Masse:3726:29901908,29907102:Teint_Dans_La_Masse:3726:29907152,29909330:Teint_Dans_La_Masse:3726:29909578,29909331:Teint_Dans_La_Masse:3726:29909642,29909332:Teint_Dans_La_Masse:3726:29909383,29909333:Teint_Dans_La_Masse:3726:29909502,29909335:Teint_Dans_La_Masse:3726:29909417,29913349:Teint_Dans_La_Masse:3726:29914253,29913350:Teint_Dans_La_Masse:3726:29914155,29913351:Teint_Dans_La_Masse:3726:29913891,29913352:Teint_Dans_La_Masse:3726:29913668,29913353:Teint_Dans_La_Masse:3726:29913498,29913354:Teint_Dans_La_Masse:3726:29913565,29924113:Teint_Dans_La_Masse:3726:29924154,29924117:Teint_Dans_La_Masse:3726:29924175,29927040:Teint_Dans_La_Masse:3726:29927080,29929802:Teint_Dans_La_Masse:3726:29929923,29930227:Teint_Dans_La_Masse:3726:29930312,29931024:Teint_Dans_La_Masse:3726:29931101,29933927:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 47900}, 'velours_link': {'pet_clair': 'https://www.fotonower.com/velours/30147812,30147815,30147823,30147831,30147846,30147870,30147885,30147887?tags=autre,barquette_avec_film,bouchon,carton,etiquette,papier,pet_clair,pet_fonce', 'refus': 'https://www.fotonower.com/velours/30147813,30147832,30147862,30147871,30147879,30147886,30147888?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce', 'jrm': 'https://www.fotonower.com/velours/30147814,30147833,30147834,30147835,30147854,30147893,30147894?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,plastique,Teint_Dans_La_Masse', 'aluminium': 'https://www.fotonower.com/velours/30147816,30147824,30147836,30147847,30147855,30147863,30147872,30147880?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_clair', 'ela': 'https://www.fotonower.com/velours/30147817,30147825,30147837,30147843,30147848,30147856,30147864,30147873?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd', 'emr': 'https://www.fotonower.com/velours/30147818,30147826,30147838,30147844,30147849,30147857,30147865,30147874,30147881?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair', 'film_pedb': 'https://www.fotonower.com/velours/30147819,30147827,30147839,30147850,30147858,30147866,30147875,30147889?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_opaque', 'flux_dev': 'https://www.fotonower.com/velours/30147820,30147828,30147840,30147851,30147859,30147867,30147876,30147882,30147890?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'gm': 'https://www.fotonower.com/velours/30147821,30147829,30147841,30147852,30147860,30147868,30147877,30147883,30147891?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'pehd_pp': 'https://www.fotonower.com/velours/30147822,30147830,30147842,30147845,30147853,30147861,30147869,30147878,30147884,30147892?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque'}}, 'hostname': (('jetson-6',),), 'impurety_average_per_hashtag': [(('pet_clair', '2026-01', 0.0062495583513256115),), (('jrm', '2026-01', 0.054062994950876776),), (('pehd_pp', '2026-01', 0.02887598733229901),), (('emr', '2026-01', 0.035659763215298276),), (('film_pedb', '2026-01', 0.1416764821436993),), (('gm', '2026-01', 0.05135171548169172),), (('flux_dev', '2026-01', 0.126400072742172),), (('aluminium', '2026-01', 0.04041758606186131),), (('refus', '2026-01', 0.046444063076486415),), (('ela', '2026-01', 0.10769945378656148),)]} filepath : /data_4/data_log/job/memo/angers_montee_convoyeur/sla_mensuel_angers_montee_convoyeur_mois_01_annee_2026.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.63%', 702], 'barquette_avec_film': ['barquette_avec_film', '0.4%', 2], 'bouchon': ['bouchon', '0.03%', 39], 'carton': ['carton', '0.28%', 73], 'etiquette': ['etiquette', '0.42%', 2], 'papier': ['papier', '0.89%', 258], 'pet_clair': ['pet_clair', '99.35%', 118195], 'pet_fonce': ['pet_fonce', '1.25%', 1]}, 'refus': {'autre': ['autre', '0.15%', 244], 'carton': ['carton', '0.5%', 742], 'metal': ['metal', '0.16%', 307], 'papier': ['papier', '2.33%', 2837], 'pehd': ['pehd', '0.02%', 3], 'pet_clair': ['pet_clair', '2.86%', 1646], 'pet_fonce': ['pet_fonce', '0.18%', 77]}, 'jrm': {'autre_refus': ['autre_refus', '1.23%', 804], 'cartonnette': ['cartonnette', '0.12%', 50], 'Carton_brun': ['Carton_brun', '5.91%', 1136], 'Carton_gris': ['Carton_gris', '0.52%', 106], 'kraft': ['kraft', '0.73%', 103], 'plastique': ['plastique', '0.51%', 1264], 'Teint_Dans_La_Masse': ['Teint_Dans_La_Masse', '1.15%', 1907]}, 'aluminium': {'barquette_opaque': ['barquette_opaque', '0.04%', 1], 'carton': ['carton', '1.31%', 39], 'ela': ['ela', '0.13%', 6], 'film_plastique': ['film_plastique', '1.78%', 107], 'metal': ['metal', '95.72%', 14], 'papier': ['papier', '1.13%', 210], 'pehd': ['pehd', '0.47%', 9], 'pet_clair': ['pet_clair', '0.52%', 1]}, 'ela': {'barquette_opaque': ['barquette_opaque', '0.17%', 44], 'carton': ['carton', '1.89%', 138], 'ela': ['ela', '89.32%', 56], 'etiquette': ['etiquette', '0.0%', 3], 'film_plastique': ['film_plastique', '1.31%', 223], 'metal': ['metal', '2.45%', 188], 'papier': ['papier', '4.73%', 1524], 'pehd': ['pehd', '0.35%', 21]}, 'emr': {'barquette_opaque': ['barquette_opaque', '0.07%', 30], 'carton': ['carton', '96.38%', 3474], 'ela': ['ela', '0.07%', 11], 'etiquette': ['etiquette', '0.01%', 1], 'film_plastique': ['film_plastique', '0.4%', 1388], 'metal': ['metal', '1.54%', 945], 'papier': ['papier', '1.73%', 6293], 'pehd': ['pehd', '0.39%', 125], 'pet_clair': ['pet_clair', '0.58%', 6]}, 'film_pedb': {'barquette_opaque': ['barquette_opaque', '0.95%', 6], 'carton': ['carton', '1.15%', 3194], 'ela': ['ela', '0.31%', 5], 'film_plastique': ['film_plastique', '84.73%', 7033], 'metal': ['metal', '0.86%', 69], 'papier': ['papier', '14.13%', 41207], 'pehd': ['pehd', '1.4%', 19], 'pet_opaque': ['pet_opaque', '0.67%', 10]}, 'flux_dev': {'barquette_opaque': ['barquette_opaque', '0.37%', 17], 'carton': ['carton', '1.69%', 327], 'ela': ['ela', '0.08%', 17], 'film_plastique': ['film_plastique', '2.27%', 988], 'metal': ['metal', '1.33%', 36], 'papier': ['papier', '10.55%', 1537], 'pehd': ['pehd', '0.58%', 104], 'pet_clair': ['pet_clair', '0.56%', 30], 'pet_opaque': ['pet_opaque', '0.36%', 34]}, 'gm': {'barquette_opaque': ['barquette_opaque', '0.37%', 85], 'carton': ['carton', '2.22%', 2529], 'ela': ['ela', '0.44%', 241], 'film_plastique': ['film_plastique', '1.14%', 1020], 'metal': ['metal', '2.21%', 794], 'papier': ['papier', '95.59%', 60308], 'pehd': ['pehd', '0.64%', 355], 'pet_clair': ['pet_clair', '0.18%', 5], 'pet_opaque': ['pet_opaque', '0.93%', 2]}, 'pehd_pp': {'barquette_opaque': ['barquette_opaque', '0.56%', 4887], 'carton': ['carton', '0.49%', 6590], 'ela': ['ela', '0.07%', 1127], 'etiquette': ['etiquette', '0.0%', 1], 'film_plastique': ['film_plastique', '0.71%', 30711], 'metal': ['metal', '1.02%', 1252], 'papier': ['papier', '0.81%', 28978], 'pehd': ['pehd', '97.19%', 8377], 'pet_clair': ['pet_clair', '0.1%', 123], 'pet_opaque': ['pet_opaque', '0.04%', 91]}} 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_01_annee_2026.pdf le fichier se trouve ici : /data_4/data_log/job/memo/angers_montee_convoyeur 5.15user 6.12system 0:20.52elapsed 54%CPU (0avgtext+0avgdata 191116maxresident)k 23632inputs+2520outputs (105major+82676minor)pagefaults 0swaps