Maurice Doepke
Maurice Doepke
@tophep @sebasmagri @shivgarg5676 @GriffinSauce Is anyone of you maybe interested throwing some dollars into the issuehunt as well to make it more appealing for someone to add this feature?
@troZee @krozniata can you consider removing jcenter in favor of maven? Jcenter is currently down, see: https://github.com/facebook/react-native/issues/35136 which breaks apps with react-native-pager-view,. Jcenter is already read only for quite some...
I have the issue the other way around. I still have the checkpoints in the first format from training it with tensorflow 2.2: mobilenet_segnet_no_aug.0 mobilenet_segnet_no_aug.1 mobilenet_segnet_no_aug.2 mobilenet_segnet_no_aug.3 But after updating...
I dug a bit deeper into this issue and my assumption of the different file formats being an issue here seems to be true. Currently tensorflow supports 3 file formats:...
As i have written here: https://github.com/divamgupta/image-segmentation-keras/issues/361#issuecomment-1717878751 This seems to be due to a change in the default checkfile format of tensorflow. This library needs to explicietely save and load ".h5"...
@jkasten2 The expo guy just anounced a huge step towards making it esier to build rn apps for the web (universal routing that works the same on web + native):...
We got the same Error as @bradjones1 . According to our sentry logs it appeared first on 28.12.2022 at 15:49. This is kind of weird since our last update shipped...
@bbarthec I found that in your PR #17572 you touched the code, that throws this error mentioned here. You also said that there might be some api changes in android....
@Nxtra @bradjones1 @rgonzalez-clicoh @russnes @stharvey I was able to temporarily fix this in my app until the expo team can provide a permanent solution. I had to patch expo-image-picker using...
I was trying to work on this already. For that I modified my local detox installation within node_modules to make a case distinction for the screenshots: ```kotlin class ViewScreenshot() {...