Closed MagicFrogSJTU closed 3 years ago
The tool/infer.py is designed to process only an image at a time with one gpu. What if there are lots of images to infer? Is there any tutorials or small code snipets to implement large-scale inference?
@MagicFrogSJTU You mean process batch images? You can modify the infer code, please refer to collate and scatter implementation detail in infer code.
The tool/infer.py is designed to process only an image at a time with one gpu. What if there are lots of images to infer? Is there any tutorials or small code snipets to implement large-scale inference?