Shashi Kant
Shashi Kant
_x-posted to bert-serving repo, as well, with apologies, as I, am not sure which is the culprit._ I'm using this command to start the server: `bert-serving-start -model_dir ./multi_cased_L-12_H-768_A-12/ -num_worker 4...
Can easyocr be used to detect emojis in images? I looked around and couldn't find if it's supported.
In the current version you have `.lab` and `.txt` files - one each for a training row. Wouldn't it be easier to save these in a single file or a...
``` >>> lsh = LSHash(6, 8) >>> lsh.index([1,2,3,4,5,6,7,8]) ``` Is there any way to obtain the lsh signature from the index(..) method?
I am using the following code to save a live stream to disk for over a week's worth. In this case it's the NYC Times sq. stream. This code runs...
### Question I am looking to use LLaVa for predictions in video by stitching a sequence of consecutive frames into a single image and then asking LLava for a prediction....