luminoth icon indicating copy to clipboard operation
luminoth copied to clipboard

Deep Learning toolkit for Computer Vision.

Results 63 luminoth issues
Sort by recently updated
recently updated
newest added

I have followed this tutorials [link](https://www.youtube.com/watch?v=Rgpfk6eYxJA&t=808s) generated csv file and records file even i am having xml file how can i generate tfrecords here any help this is my test.csv...

As described in #185 I get a similar problem. I fixed it by applying the boolean_mask cls_flatten not only to the bbox_flatten tensor but also the bbox_offset_targets_labeled. Thus, the elements...

After tracking person, can we track face from that data ?

By using the command lumi.exe dataset transform --type openimages --data-dir data/source --output-dir data/out --split train --class-examples 100 --only-classes=/m/0k4j,/m/01bjv I get this exception tensorflow:Error "File system scheme 's3' not implemented" Is...

Hi,guys,I wan't use coco's subset train my model.but I can't get coco's subset use lumi dataset transform. My env: ``` nvidia GTX1080x2 E5-1620 ubuntu 16.0.4 ``` I had download coco's...

There is a problem when i tried to convert my own datasets to tfrecord fromat ![image](https://user-images.githubusercontent.com/41976971/49694864-05dc6f00-fbcd-11e8-9326-1570a45ba667.png) my datasets is similar to PascalVOC2007,the difference is that the ImageSets/Main only contains four...

Luminoth cannot handle non-ASCII filename characters. Build from 15-Dec-2018, Python 2.7.15rc1. File: äöüéè023.jpg: Traceback (most recent call last): File "/home/dennis/.autotag/bin/lumi", line 11, in load_entry_point('luminoth', 'console_scripts', 'lumi')() File "/home/dennis/.autotag/local/lib/python2.7/site-packages/click/core.py", line 722,...

When we run lumi predict is it possible to display the bounding boxes around an image? Is it possible to get the locations and probabilities of the objects stored in...

I have some doubts about luminoth. I thank you for the official documentation released a few weeks back. I have completed training on my dataset. I have a doubt about...

When train and add `with_rcnn: False` on config.yml ```Traceback (most recent call last): File "/home/inkremental-3/gitKraken/luminoth/venv/bin/lumi", line 9, in load_entry_point('luminoth', 'console_scripts', 'lumi')() File "/home/inkremental-3/gitKraken/luminoth/venv/lib/python3.5/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs)...

Type: Needs Investigation
Type: Bug