Rodrigo
Rodrigo
same error on wine-6.0.2
if I remember correctly I managed to fix it after changing the version of wine and applying this https://github.com/Gictorbit/photoshopCClinux/issues/8#issuecomment-990618578
depends the size of the cards. But in some case the animation does not start for the card below and this shows. But for some cases only at the bottom....
I have generated a model using tensorflow modelmaker and exported it ``` model = image_classifier.create( train_data, validation_data=validation_data, shuffle = True, epochs=50 ) model.export(export_dir='./tfjs-model', export_format=ExportFormat.TFJS) ``` and then `model = await...
I am also interested in this. Are there any news?
Hello, I am also interested in this. Did you do any tests? I am also interested in migrating the model to tensorflow lite
Hello, I am also interested in this. Did you do any tests? I am also interested in migrating the model to tensorflow lite
Thanks. I will be aware of your repository. I am interested in testing it on an edge device.
I want to do something similar, what approach did you use? Currently I am just multiplying by a constant, to transform from depth map to distance. Another thing I'm interested...