frobinet

Results 6 comments of frobinet

This issue still exists and prevents me from using the toolkit in my project. I tried putting the JAR in my "lib/" folder directly but this produces weird errors related...

neil-rubens, any chance you can explain how you made it work?

Ok thanks. I don't think it will resolve my issue though, because just putting the jar in the "lib/" folder prevents my Play Framework 2 app from launching with a...

Following a reply on a thread I [opened on StackOverflow](http://stackoverflow.com/questions/39685344/using-gephi-inside-a-play-application), I managed to get sbt to work by adding the following resolvers: ` resolvers ++= Seq( "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/",...

The paper says it's interpolated from sparse measurements, so probably bilinear interpolation on top of the sparse groundtruth obtained from projecting the Lidar signal onto the camera.

One reason would be that we can then type check something like ``` val size: 5 + batchSize.type = triplet.size val foo: batchSize.type + 1 = triplet.size - 4 ```...