Robin Cole

Results 297 issues of Robin Cole

Good example writeups: - https://github.com/shayanalibhatti/Retail-Store-Item-Detection-using-YOLOv5 - https://blog.roboflow.com/using-computer-vision-to-count-fish-populations/ - https://blog.roboflow.com/computer-vision-american-sign-language/

300 appears overkill if this is correct, although I have only a single class.

https://docs.deepstack.cc/custom-models/index.html to be added

I noticed the official dataset is split into parts 1 & 2, with the bulk of the images being in part 2 ![image](https://user-images.githubusercontent.com/11855322/133425400-d8d30aaa-38c8-4000-a12c-bdd7a4ef2179.png) The data downloaded using the script in...

Using colab pro with nominally 25 Gb I am still running out of memory at 17 epochs using your probav example notebook. Is there any way to free memory on...

in https://github.com/togheppi/pytorch-super-resolution-model-collection

I am using greyscale pngs which have been contrast stretched to have pixel values in range 0-255. I have a value for test_psnr, but when I independently calculate this value...

Hi @isaaccorley I modified the dataset to load from a local dir (in my case a mounted google drive) - might be one to add to the wiki if not...

Document experience upgrading to `lightgbm==4.1.0` which is required for Mac wheels - Get `ModuleNotFoundError: No module named 'sklearn'` - add to requirements - `AttributeError: module 'hashlib' has no attribute 'scrypt'`...

I needed to update permissions: ``` ~/iris chmod 777 /teamspace/studios/this_studio/iris/demo ``` Then run: ``` iris docker run -p 5000:5000 -v /teamspace/studios/this_studio/iris/demo:/demo/ --rm -it iris demo ``` However the app is...