Sean D Matthews

Results 9 issues of Sean D Matthews

Some background, in case I imposed the problem on myself through some improper setup: I'm training a very small dataset of 11 classes over 62 images. I used [labelImg](https://github.com/tzutalin/labelImg) to...

I apologize that this question is somewhat outside the scope of the repo, but I figured this is the best place to ask it. Is there a terminal within which...

enhancement

Is it possible to re-localize a single image frame, given a map that was previously constructed by ORB-SLAM? Is there an easy way to accomplish this with the given source...

From http://zeromq.org/area:licensing > Static linking exception. The copyright holders give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these...

**Is your feature request related to a problem? Please describe.** `linkStyle` does not work with state diagrams. It would be helpful to be able to change the style of links...

Type: Enhancement
Contributor needed
Status: Triage

Is it possible to test with different specializations of a generic type? For example, how can I do something like this: ``` struct MyStruct { ... } impl MyStruct {...

Say I have a struct for which a number of functions are implemented. ``` struct AStruct {   a: f64,   b: f64, }; impl AStruct { struct AStruct {   a: f64,  ...

I'm finding whenever I run anything higher than VGA resolution, I'm getting a green bar across the top of the frame. Also, and related, one or more of the color...

I can't find a way to do this with either `rstest` or `rstest_reuse`, and it'd be very useful for my case. I have a bunch of defined instantiations of a...