You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With that said, it is part of recrawl call and forces recrawl of all, whilst I just need movinet recrawl.
Issue being is that, at least at my end, any GPU based run against movinet fails (reported as issue long time ago).
Rest is nicely processed by GPU, though given errors, video files were not processed and removed from the queue.
Now I'd need to force recrawl, just for these files and process them using CPU.
Any ideas how to force just that?
Thanks!
p.s. one of the ways I came up, though looking for better ideas, is to force re-crawl from cmdline by temporarily modding lib/Command/Classify.php and removing other queues.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How to prompt Recognize to only recrawl through all video/movinet files?
Code shows this:
recognize/lib/Command/Recrawl.php
Line 69 in 6359294
With that said, it is part of recrawl call and forces recrawl of all, whilst I just need movinet recrawl.
Issue being is that, at least at my end, any GPU based run against movinet fails (reported as issue long time ago).
Rest is nicely processed by GPU, though given errors, video files were not processed and removed from the queue.
Now I'd need to force recrawl, just for these files and process them using CPU.
Any ideas how to force just that?
Thanks!
p.s. one of the ways I came up, though looking for better ideas, is to force re-crawl from cmdline by temporarily modding lib/Command/Classify.php and removing other queues.
Beta Was this translation helpful? Give feedback.
All reactions