Clément Jambon
Results
2
issues of
Clément Jambon
I've noticed that the weights of the words in the fbow map are computed without any form of normalization. https://github.com/rmsalinas/fbow/blob/e148dbcbd8ee1976b1b07988b5761a9171b9f01a/src/fbow.h#L434 What's more, it appears that the vocabulary itself is not...
Hi, I’ve implemented BVH traversal routines with drjit (very similar to what FCPW does [here](https://github.com/rohan-sawhney/fcpw/blob/master/include/fcpw/aggregates/bvh.inl)). The issue I’m seeing is that with the CUDA backend my code runs correctly (I...