waspinator

Results 22 comments of waspinator

I'm trying to follow https://github.com/vmware/harbor/blob/master/docs/configure_https.md to set up harbor with letsenrypt, but I can't seem to get anywhere. Just using the default `nginx.conf`, I'm able to access harbor at http://harbor.mydomain.com,...

how did you create your coco-style dataset?

I'm preparing the dataset annotator I used so you can try that soon.

@eyildiz-ugoe try using https://github.com/waspinator/js-segment-annotator to annotate a few images. Then use the `generate_coco_json.py` script to create a coco json file for use in mask rcnn.

I haven't used [cocoeval.py](https://github.com/nightrome/cocoapi/blob/master/PythonAPI/pycocotools/cocoeval.py), but it looks like you need both the ground truth and the results to be in coco-style. I don't convert the output back into coco-style, but...

try this for printing out which channel is currently being used. ``` #include // s0 s1 s2 s3 CD74HC4067 my_mux(4, 5, 6, 7); // create a new CD74HC4067 object with...

@g2-bernotas how many samples did you end up using? I've got more than 1000 and it still doesn't really work. I get dots across the object instead of a nice...

Thanks for reporting the issue. The comments don't match up with the code, but the affect of switching those two values would only flip the definitions of "forward" and "backward".

@aster94 Thanks for your interest in helping out the project. The focus of this repo is to provide an easy way for Arduino IDE users to access the library. It's...

Thanks for trying out the project. Are you training on the shapes dataset, or on your own data?