Luke Hsiao
Luke Hsiao
This commit also runs rustfmt, and fixes some low-hanging clippy lints (such as the use of decprecated mem::uninitialized()). Tested: Compiled and ran example.
**To Do:** - [x] Get rid of the numbers on the labels (we just want to show a shape). - [x] Fix our formulas so that it is more accurate...
It seems that we can calibrate and work well for low contrast situations (e.g. the 2min orange video, or similar). But if we have really high contrast (e.g. white lettering...
In the situation where someone has everything all set up and calibrated well. They can just plug in speakers and the Pi and it will work. But, what about when...
One enhancement we could do later on is filtering high frequency stuff entirely. Low priority for now.
### Checks * [x] I added a descriptive title to this issue * [x] I have searched (google, github) for similar issues and couldn't find anything * [x] I have...
The size of the feature table is very, very large because we store the strings of each feature for each candidate, even though many of these strings are shared between...
In the test [md document](https://github.com/SenWu/fonduer/blob/8e8e4d71b82ecbe4b1069ec7fd6860650d4751b1/tests/data/html_simple/md.html) we use an ordered HTML list, which renders as numbers in the PDF. This is causing a mismatch of words when doing the visual parse....
**Describe the bug** During some stages of the pipeline (e.g. candidate extraction or featurization), some of the UDFs crash with a `sqlalchemy.orm.exc.ObjectDeletedError`. **To Reproduce** Unfortunately, this requires a large dataset...
As clap v3 is now out, and the structopt features are integrated into (almost as-is), structopt is now in maintenance mode: no new feature will be added [[1]]. Consequently, it...