Closed LMMMEng closed 1 year ago
For the classification, we use the simple code that first runs the model for 100 steps, followed by a torch.cuda.sychronize
function, with the batchsize=10.
For detection and segmentation tasks, we directly utilize the test.py
of mmsegmentation and mmdetection frameworks.
Many thanks!
Could you please release the code for the fps testing?