-
Hello! I saw this crate and wanted to note there are a few other overlapping efforts here:
See the RustCrypto `elliptic-curve` crate and curve-specific crates implemented with it:
- https://github…
-
Move to `thiserror` to simplify a few things around errors in the long run. Also deals with the deprecation of `description` in favour of `fmt::Display` and such.
-
Each time I copy some code from wlroots to ffi_build.py I think, wouldn't it be nice if ffi_build.py could find the code that is accessed at `lib.` and take it directly from wlroots.
Do you think t…
-
hi, when I try to train this network, I got this error :
- boxes = self.roidb[i]['boxes'].copy() KeyError: 'boxes'' .
I wonder anyone have ever met the same problem. The working log is as follow…
-
I initially thought the usage of libffi was to call into the PHP standard library in compiled code, but from what I can tell by looking at the code, it seems that the approach being taken to the PHP s…
-
I downloaded your trained model (C3D on THMOUS14) and tested, I got mAP 37 for threshold 0.5. It is higher than SOTA. But I noticed that the Len(dataloader) is 8355, which should be 13000+. Could you …
-
So, this is a suggestion to add FFI that would allow understanding DM from other languages.
I have started working on mine, myself, https://github.com/Karolis2011/dremamaker-ffi
But it would requi…
-
大神可以分享一下DCN的代码吗,感谢!
-
Is there any current work for an FFI?
This is *really* not within my experience yet, but I thought I might start messing around a little bit with it and I wanted to make sure there wasn't any exist…
-
Hello, sorry if my question is trivial, but what are the steps to use this crate correctly when writing a new renderer instead of using 3dlight ?