R
Railway7mo ago
doodsie

Railway.app cant handle the processing of our system

Our system is about facial recognition attendance applied in LMS, when i'm trying to train face using Haar Cascade it only shows 1 frame per 30 seconds, instead of trying to show 1 frame per second i think the vCPU cant handle this processing even though we already avail the Railway Pro, Any solutions for this? Project ID: a8181c47-cb85-41b7-8d3f-f8de8745e4ff
Solution:
probably move the facial recognition part of your app to a seperate service that does handle GPU intensive tasks
Jump to solution
6 Replies
Percy
Percy7mo ago
Project ID: a8181c47-cb85-41b7-8d3f-f8de8745e4ff
Fragly
Fragly7mo ago
facial recognition is a GPU intensive task, railway is not fit for such tasks
doodsie
doodsie7mo ago
what should we do for that?
Solution
Fragly
Fragly7mo ago
probably move the facial recognition part of your app to a seperate service that does handle GPU intensive tasks
doodsie
doodsie7mo ago
may i know the procedures to do that?
Fragly
Fragly7mo ago
The procedure to do that depends on you / your company and your app, I wouldn't know