Ufosek
Ufosek
Hello, Is there an option in Cuckoo to use `after` or other `delay` option with matcher? Something similar to: [VerificationAfterDelay](https://static.javadoc.io/org.mockito/mockito-core/2.6.5/org/mockito/verification/VerificationAfterDelay.html) For now I combined it with `expectations` but I am...
I use TLYShyNav in my UITableView. I also added a UIRefreshControl to it. `let refreshControl = UIRefreshControl()` `refreshControl.tintColor = UIColor.blackColor()` `refreshControl.addTarget(self, action: "didRefreshed", forControlEvents: UIControlEvents.ValueChanged)` `scrollView.addSubview(refreshControl)` And the problem is...
Hi, I am using transfer learning with Re-training SSD-Mobilenet like [here](https://github.com/dusty-nv/jetson-inference/blob/master/docs/pytorch-collect-detection.md). My dataset contains 8000+ images (annotated sport players) (I have grayscale camera so all images are in grayscale (edit:...