flocreate

Results 5 comments of flocreate

Hi, if i'm correct, the `takes_self` provies de instance being built, not the attribute beeing managed.

To be more specific, i would like in a Factory to know what attribute is beeing managed (in any converter, validator). I see two usages for this: The first one,...

What i mean by having better factory, validator, converter messages is: ```python import attr @attr.s class A: a = attr.ib(converter=int) b = attr.ib(converter=int) ``` 1. `A()` -> `TypeError: __init__() missing...

Hi there, I am facing the same issue. Directories are: - dataset/imgs/*.png - dataset/labels/*.json I open the image folder and tell labelme to use the labels folder as output folder....

Hi there, I got the same issue installing on a raspberry (for testing purpose). I installed the way described in the main README.md `mvn --version` > Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555;...