When carrying out the small graph prediction, we found that the predicted results lacked some pictures
@simongraham和@vqdang
When carrying out the small graph prediction, we found that the predicted results lacked some pictures。

I put in 547 predictions, but only 537 came out
In addition, I predicted that there would be such a problem of lack of results in other data sets. Is this a bug? Or am I doing something wrong
Hi @kiven1213 ,
Are you talking about tile or wsi mode? Also, can you clearly explain what you mean by 'pictures'? Are you referring to the generated overlay?
Please provide more info so we can help you solve this.
@simongraham tile mode,When I did the image prediction, I found that THE input was 547 images, but the overlay only got 537 images
I think the problem is caused by improper memory management of the program. In 'infer/tile.py' class InferManger.process_file_list(). The program frist pop() a file path : file_path = file_path_list.pop(0), if available_ram <0(available_ram -= expected_usage), this image will be abandoned. I think changing the way of pop should solve this problem.