sachinraja13 / TabStructNet

Other
129 stars 32 forks source link

Inference time #17

Open sreejith3534 opened 3 years ago

sreejith3534 commented 3 years ago

Hi @sachinraja13 , Just tried to run the pre-trained model(120 epochs) on one of the images and found out it is taking around 30 seconds per image for prediction. When tried looking deep into the code, i understood keras_model.predict(from mrcnn/model.py) is consuming too much of the time as it was the one taking around 26 sec. Have you look somewhere at this side as if there is any possible way to reduce the time?

I tired in CPU instance with 112 GB memory.