trueToastedCode
trueToastedCode
thank you for your answer.... the problem was that i didn't installed the utilities correctly, but i think it is possible to bring the app functions to the s6. I...
Well i am not 100% what functions does also use the code. When i replace the firmware in /system/etc/wifi/bcmdhd_sta.bin with the nexmon patched the App does start the monitor mode....
In line 43 in FirstRunDialog it does only check if the archtitecture equals armv7l. Ok so i need also to include the tools for arm64-v8a. So to come back to...
i have a question..? the included nexmon firm has the version 7.112.300.14 wich is the newest firmware for this chip (with nexmon patch). On the nexmon page it says that...
In MainActivity Line 1837 needs to be "bcmdhd_sta.bin", but otherwise the app now runs smooth ... excellent that supersu is now not only the official supported root solution :+1:
**I think I found a solution or workaround...** change ``` # First, clear previously set losses to avoid duplication self.keras_model._losses = [] self.keras_model._per_input_losses = {} ``` to ``` # First,...
Found a workaround: 1. Find Terminal.app in Programs folder 2. Duplicate and name it 'Rosetta Terminal' 3. Open it with cmd+I and activate Rosetta 4. Run 'Rosetta Terminal' 5. Create...
Getting `AttributeError: 'DataGenerator' object has no attribute 'shape'` when using the new DataGenerator with Sequence. ``` File ~/VSCode/ai1/mrcnn/model.py:2590, in MaskRCNN.train(self, train_dataset, val_dataset, learning_rate, epochs, layers, augmentation, custom_callbacks, no_augmentation_sources) 2587 else:...
> What is the goal here? I managed to build and install it on an ubuntu-22.04 arm64 server by changing the RUNTIME variable, as @AronRubin suggested, and then > >...
> > @sampath9875 Did you end up finding a working solution? > > No. I decided to try Detectron's version of Mask RCNN. Does this work on Apple Silicon?