Nicolas Mellado
Nicolas Mellado
One option could be to have a list of `constexpr` methods in `PrimitiveBase` (or something else) for all the capabilities. All default implementations return `false`. Each extension could hide the...
@ThibaultLejemble I like the idea to use SFINAE. Do you think that you could write a first draft ? I think we could have a macro to declare and collect...
@jmaleo please fix compilation errors
Thanks, looks nice. One last remark: could you set `m _u` and `m_v` as private, and add a protected setter (e.g. `setFrameUV(vector u, vector v)`, with the documentation explaining how...
@azaleostu if you want to play a bit with template stuff, this issue could be a good extension to your PR #85 😇
@azaleostu could you push back your proposal to a new PR ?
This PR introduces several interesting algorithms, however we need so prior internal refactoring to merge it. I keep it open but convert it to draft to keep track.
Thanks for the update. Can you also update the results for the other datasets please ?
Thanks for the report. Could you describe a bit more what is happening ? Is the application crashing ? Do you get any error message ? Could you also indicate...
Ok, I see. Can you try to follow this process ? 1. download and unzip pre-trained networks. You should get a bunch of `.net` files, 2. start the demo 3....