Videolitic-iOS icon indicating copy to clipboard operation
Videolitic-iOS copied to clipboard

Videolitic is an on-device video analysis framework. We are tracking each person from the video and detect his or her age, emotions and ethnicity, we are also creating transcript of video. All results...

Results 5 Videolitic-iOS issues
Sort by recently updated
recently updated
newest added

When generating transcription on device, sometimes final string do not contain whole string for example in trump_clintoon.mov but only on-device

bug

Still need to think of correct design to present results, prototype used here may be much improved. ![Trump](https://i.imgur.com/FbHGnj3.png). This is not a mock but working result

enhancement

VideoProcessorService inside `startDetecting()` function generates participants array only for the first frame where any face was detected, so if someone will appear during a video it would not be noticed...

enhancement

AVAssetExportSession crashes on exportAsynchronously ```swift return Future { promise in exportSession.exportAsynchronously { promise(.success(exportSession.status)) } } ``` When startTracking() in `VideoProcessorService` finish

bug