Hello,
I am trying to test models which are skipnet-mobilenet and shuffleseg with my own dataset (1024x768 resolution)
I've seen in the paper that those models' can be used in real-time situation cause the inference speed is faster than 10fps on PC.
However, when I run your code for inference with my own data, the speed is about 1.5fps and both models speed are similar even though you mentioned shuffeseg is faster than skipnet-mobilenet here.
Please give me any advice for using the model in real-time.
Thank you.
Hello,
I am trying to test models which are skipnet-mobilenet and shuffleseg with my own dataset (1024x768 resolution)
I've seen in the paper that those models' can be used in real-time situation cause the inference speed is faster than 10fps on PC.
However, when I run your code for inference with my own data, the speed is about 1.5fps and both models speed are similar even though you mentioned shuffeseg is faster than skipnet-mobilenet here.
Please give me any advice for using the model in real-time.
Thank you.