Koan-Sin Tan
Koan-Sin Tan
how "long" we are going to support older devices? we need to define it.
@anhappdev to add more descriptions, such current GitHub Workflow, here.
this PR worked for MediaTek internal devices except imagenet accuracy. dunno why yet.
> > this PR worked for MediaTek internal devices except imagenet accuracy. dunno why yet. > > Did you rename the file `imagenet_val_full.txt` to `imagenet_val_full.txt.pseudo.png`? surely I did. For mobiledet...
If I use only the first 1000 `ILSVRC2012_val_000*.JPEG`, it works
> Looking at the crash log, I guess maybe an image file is corrupted. with binary search, it shows `ILSVRC2012_val_00001644.JPEG` is incompatible with Android Exif related functions. I am not...
@freedomtan to try to remove EXIF information from all the jpeg files which have EXIF to if we can finish reading all the 50, 000 imagenet validation files. < ---...
``` for a in *.JPEG do exiftool -EXIF= $a done ```
> @freedomtan to try to remove EXIF information from all the jpeg files which have EXIF to if we can finish reading all the 50, 000 imagenet validation files. <...
Let's try to see if we can get the apk accepted to Play Store with the "all file permission" option there. If that doesn't work, then we can to use...