dhgokul
dhgokul
Is there any changes need to be done for landscape mode for human detection? Landscape mode -> posenet point is mismatch from original image. but it works perfectly in portrait...
@mganeko How much time it would take to process live video frames @ 60 FPS ?
Tried with bootstrap custom model using LSTM algorithm. Modified code train.py,train_aml.py and facing issue in Trigger ML training pipeline . It's failed and not to find extact error in training...
Unauthorized, no Authorization header
Please provide code snippet or steps to use botkit CMS tool in botkit web code. as of now we running botkit CMS from source https://github.com/howdyai/botkit-cms I am not able to...
How to fine tune turicreate model? Any parameter change or the option to improve accuracy ?
@srikris Is there any way to speedup turicreate training ? As of now we used deep learning GPU machine with cuda 9.0 for training , it took ~ 3 to...
Used sink connector to write records from red panda broker to Scylla. On the previously created Scylla cluster, we don't face any issue regarding this. At present, we got this...
Using redpanda as a broker Using Redpanda's default schema registry ``` schema =""" { "namespace": "confluent.io.examples.serialization.avro", "name": "user2", "type": "record", "fields": [ {"name": "id", "type": "string"}, {"name": "emailid", "type": "string"},...
At present we have topics - topic1, topic2 and topic3. Using separate sink connector (separate server)for ach topic , instead of writing each topic message to different scylla table, looking...