Benjamin Hill

Results 50 issues of Benjamin Hill

Great library, thank you! I've got 2 3d point clouds of a few thousand points each. There are no correlated "pairs of points", so to find the minimum offset between...

I'm attempting to dynamically remove nodes from a TreeMap, and have the treemap react (replot) after each node is removed. However, even though the "type:replot" is there in the removeNode...

Without loading the whole text into memory, is there an easy way of 1. URL: https://mysite.com/mybigflatdoc.json of many, many MyElement in an array 2. Open an input stream 3. Without...

For iterating through huge lists with duplicates and using the bloom filter to make sure each use of an item from the list is only done once, it might speed...

Error on small 300x300 png image: ``` import net.tzolov.cv.mtcnn.MtcnnService import net.tzolov.cv.mtcnn.MtcnnUtil import java.io.File import javax.imageio.ImageIO fun main() { val mtcnnService = MtcnnService() val inputImage = MtcnnUtil.to3ByteBGR(ImageIO.read(File("300.png"))) val faceAnnotations = mtcnnService.faceDetection(inputImage)...

When attempting to run against the jitpack.io com.github.tzolov mtcnn-java master-SNAPSHOT 1. The dependencies don't seem to come in and have to be manually specified. This may be a side-effect of...

I tried throwing a 4k x 3k photo at it, and it took a long time. (many minutes) I then tried slicing the photo into lots of overlapping 300 x...

Great wrapper, thank you! I was trying out your example code, and was curious about `new MtcnnService(30, 0.709, new double[] { 0.6, 0.7, 0.7 })` 1. Can you give zn...

I'd like to capture to files, and the dusty machine nearest to where I can plug in the antenna doesn't have an audio device. Is there a way to configure...

enhancement

Was wondering if this could (or even should) work with planck 0.3.5. Seemed to work fine with latest d3.v5.