Morris Franken

Results 13 comments of Morris Franken

Without (re)moving your existing NDK for other projects, you can download and extract NDK 17c (https://dl.google.com/android/repository/android-ndk-r17c-linux-x86_64.zip), and place it anywhere on your computer. Open the `local.properties` file in your project...

Hi @MAHMOUDRR707 , you can download the dataset here: http://iamai.nl/downloads/GlyphDataset.zip ~Morris

Hi D-K-E, Thanks for your comments! Seems like we have similar interests, what are you using to extract features from the hieroglyph? Regarding the incorrect labels, these are part of...

Hi Friefi, thanks for the suggestions, this is much appreciated. I'd be happy to accept the pull request for these points. And as for the `count limits`, what would be...

Hi @rowlesmr , thank you very much for raising this issue, this is indeed a problem when the absolute path is used. With the latest update I've used your suggestion...

To add to hainingren's answer, update the following lines in `kaffe/tensorflow/network.py` to reflect the changes in tensorflow: ``` input_groups = tf.split(3, group, input) kernel_groups = tf.split(3, group, kernel) output_groups =...

Hi [lightr4in](https://github.com/lightr4in), thanks for reporting this. However, this does not seem to work on any of the machines I've tested it on (Ubuntu 20.04/22.04, gnome terminal), and instead of making...

Hi @limwz01 thanks for sharing your alternative approach for subcommands! You are right, this approach has some benefits for being able to access the main and sub command arguments by...

Hi @Gango76 , thanks for asking, the dataset was introduced with the paper titled "Automatic Egyptian Hieroglyph Recognition by Retrieving Images as Texts" (https://dl.acm.org/doi/pdf/10.1145/2502081.2502199). If you plan to use it...

Yes that will be sufficient. Looking forward seeing your experiments and results!