Code Vampire

Results 59 comments of Code Vampire

It takes individual coco json files and outputs Darknet annotation format. I guess FLIR is one big JSON file now with other nested arrays that are not needed. I’ve been...

Ok I’ll try that. Thanks. On Fri, Nov 5, 2021 at 2:36 AM okamoto ***@***.***> wrote: > Since the way celery is written has changed, the easiest way to solve...

I didn’t see that. I had to Google the docker instructions. I might consolidate commands in docker so you won’t have to do npm, dockerfile and compose separately. Simply run:...

No offense, but you have the anti pattern of docker going on here. I’ll fix this and do a PR; The point of docker is to run 1-2 docker commands...

THIS WORKS, plz reference your gulpfile.js: ```js /** * Created by JHOELLER on 8/17/2017. */ var gulp = require('gulp'), imagemin = require('gulp-imagemin'), cache = require('gulp-cache'), sass = require('gulp-sass'), browserSync =...

Yes it’s possible. It’s just code. All code can be modified. On Fri, Nov 20, 2020 at 11:14 PM hockman1 wrote: > Hi is it possible to allow an option...

Same issue with this one, lack of docs. I have COCO annotations in JSON format and not sure which one I can use to format 'COCO JSON' into 'Darknet .txt...

For example, my COCO JSON Annotations look like this, in which I have a unique JSON file for every image: ``` { "annotation": [ { "area": 7350, "bbox": [ 396,...

Can you add me to the project so I can contrib the following: 1. COCO JSON -> Darknet/YOLO .txt format 2. Write new or re-write better tutorials/docs 3. Composable metrics...