BiomedSciAI / histocartography

A standardized Python API with necessary preprocessing, machine learning and explainability tools to facilitate graph-analytics in computational pathology.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Process tensor with shape (batch,channels,w,h)

WxpHB opened this issue · comments

commented

Thanks for your excellent work! can this framework process multiple images at once,that is a batch of image,i.e. (batchSize,3-channel,width,height). I can only process one image with shape(width,height,3-channel) at once.