Eric Jiang
Eric Jiang
**Describe the feature you'd like** It'd be nice to have a way to tell detecto which labels to ignore in the dataset. **Describe the use cases of the feature** I...
**Describe the feature you'd like** When processing a folder of Pascal VOCs, xml_to_csv should detect when an XML file has no labels and either raise an exception or do something...
``` [ 8390.186788] usb 3-6: new high-speed USB device number 10 using xhci_hcd [ 8390.336132] usb 3-6: New USB device found, idVendor=05ac, idProduct=12a8 [ 8390.336137] usb 3-6: New USB device...
The online example at pasukon.rocks can't parse the expression `2*2*2` and similar expressions. Just thought it might be nice to fix since it's the intro demo for potential new users....
If you write a rule that contains code that references an AS parse expression, it will throw an error if the rule is not matched: foo | :FOO as :value...
It doesn't seem easy or possible to write a rule like this that converts Visual-Basic-style double-quotes: ``` string | :STRING as :str |> 'return $.str.replaceAll("\x22\x22", "\x22")' ; ``` The generated...
On pasukon.rocks, with the example grammar, type in `0` for the input. The result comes back as `null`, not `0`. I've also written a test for this that I think...
PEG.js allows `//` line comments. Is there something similar in Pasukon? If not, it would be nice to be able to annotate the grammar since it gets tricky sometimes. BTW,...
This change extends _fuse_split_and_strided_op to also optimize split followed by cat (when both are on the same dim). The split op is removed and the input_accessors of the cat op...
This should prevent problems where writing a bunch of data to the socket before closing it causes data to be lost, because the data was not actually written before the...