Soulaymen Chouri
Soulaymen Chouri
Hello, I have also came across through this when building from source on MacOS M1 by following the wiki, solved by using BLAS instead, I think the docs should be...
Hi there! I just wish to extend on @hnes answer and elaborate a bit, coroutines are not thread or parallel processes. They allow "routines" to be executed concurrently for example,...
@ayushmungad To be honest, if I were you I would consider Mask R-CNN, it feels like your objects are very similar yet cannot be easily detected as Bounding Boxes, maybe...
Oh and to give you an idea about what I am trying do, I have trained two networks of Faster R-CNN on multispectral images, that is visible and thermal images...
To be honest, I was keeping a close eye on this thread hoping for a "thread of hope" on this subject 😅 . What are your thoughts on Azure Trusted...
Azure is not available for individuals (like me) at the moment, they claim it will be publicly available at the end of the summer. Once It does, i will give...
Hello! Also loving this project, and wanting this feature, keep it up! 🙌 nevertheless ❤️
Hello, I feel your pain. I believe the regions are in the following file and line: https://github.com/kentaroy47/frcnn-from-scratch-with-keras/blob/master/test_frcnn.py#L170 where: ```py # convert from (x1,y1,x2,y2) to (x,y,w,h) R[:, 2] -= R[:, 0]...