irfan bilaloğlu

Results 17 comments of irfan bilaloğlu

Carausel is a post type that includes multiple images or videos I cant put a link yet because my app is still in sandbox mod, but here is an example:...

@elky I was aware of that but could not decide if `limit` should limit photos or posts, i guess i will fix it to limit images to pull Also i...

If you are still interested i can share my conda environment with you And there are some changes to make it work with that environment #188

You can check my [master tree](https://github.com/irfan798/pointnet2/tree/master) if you also need prediction of single pointcloud data with visualization > ` python predict_cls.py --path path_to_pointcloud.txt --num_votes 12 -v `

@raskolnikov-reborn you can check changes i made for __Tensorflow 1.15.0 - Ubuntu 18.04 - CUDA 10.2__ #188 These are only for building tf_ops, if you are interested making it work...

Definitely a good idea but it generally depends on node operators and their configs. Maybe default configs can be used

I will work on it soon

For anybody waiting for the functionality I found this blog post: https://slint.github.io/blog/ocr-screenshot.html If you install _tesseract_, it is basically a one liner ```bash flameshot gui --raw | tesseract stdin stdout...

Thank you for the detailed report I will look into it

The problem with this is its using `matchOrigin` which doesnt check `body` beforehand. It assumes that there is a mock but then throws an error when it can't match body...