Pepslee
Pepslee
How can I run just simple inference for one image ? somethink like model = load_model(weight_path, config_path) image = cv2.imread(image_path) prediction = model(image) is there a way ?
Hotkeys work only inside the app, but not global
I try to subscribe to token account ``` SubscriptionClient subClient = SubscriptionClient(Uri(scheme: 'wss', host: 'api.devnet.solana.com')); Stream accountStream = subClient.accountSubscribe(userWalletTokenAccount!); accountStream.listen((event) async { tokenBalance = event.data.parsed.info.tokenAmount.uiAmountString; print('balance updated ----------------------------------------------------------------------------------------------------------------------------------------------'); // await...
### What do you want implemented? Camera panning acceleration and inertia like in GoogleMap. When I want to scroll map to a large distance it scrolls with const speed. Is...
``` MarkerClusterLayerWidget( options: MarkerClusterLayerOptions( maxClusterRadius: 20, size: Size(40, 40), rotate: true, rotateAlignment: AlignmentDirectional.center, markers: context.watch().mapMarkers.values.toList(), polygonOptions: PolygonOptions( borderColor: Colors.blueAccent, color: Colors.black12, borderStrokeWidth: 3), builder: (context, markers) { return context.read().clusterIcon; },...
When cluster calculate a lot of markers (1000+) the Ui is blocking for a moment, because cluster calculation computes in the same thread. Is it possible to use isolate for...
Can SegNet process 4-channel ( or more channel ) images ? What i need to change in source code, to process more then 3 channel images ?
``` Dockerfile FROM debian:11 RUN mkdir -p /home/pi WORKDIR /home/pi RUN apt update && apt upgrade RUN cd /home/pi && mkdir projects RUN apt install -y mesa-vulkan-drivers vulkan-tools libvulkan-dev git...
When I`m trying to use deeplink for mobile trust wallet I have next problem: when I`m using pure link: ``` wc:70aa4bfd-92b3-4f1d-8eb7-a2483aed9ad2@1?bridge=https%3A%2F%2Fe.bridge.walletconnect.org&key=ca626a79c62ba34eb622f5a0369f832c429ebe06b2b8f11f9cae2a79339108a1 ``` it works fine. But when I use: ```...
## Which version are you using? v1.8.3 ## Which operating system are you using? - Linux amd64 standard ## Describe the issue runOnReady disconnects the client when I`m trying to...