2,147 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
0
replies
50
views
How to detect screencast activity (and not only screencast softwar running)
General overview
I make a widget witch show if am I currently doing a screencast. It just show a picto who turn red when the screencast is active.
The problem
For the moment, my code just detect if ...
0
votes
0
answers
42
views
Required support for Detectron2 to ONNX conversion
Currently I am working on Object Detection model. I have trained a model, want to convert to ONNX format for real time inference and deploy in the field but I am unable to determine how to convert to ...
3
votes
2
answers
117
views
How to detect the slave PIC in an old PC using assembly?
I am modifying the source code of a driver for an ISA card that uses IRQ2. The case, as we all know, IBM added a second PIC and chained it using IRQ2, and the IRQ2 present in the ISA bus was replaced ...
0
votes
0
answers
93
views
Puppeteer scraper - bot detection
I have a scraper running on Puppeteer and Node.js. When I change the headless mode from false to true, the bot gets detected. I would like it to work with false since the deployment will be on Railway....
0
votes
1
answer
179
views
How to get good OCR results using pytesseract
I'm trying to get the data out of this image:
and no matter what I try I can't get a good result.
I have tried ImageEnhance and cv2
I got the most promising result using cv2 and adaptive Treshold:
...
0
votes
0
answers
42
views
Gitlab ce secret detection does not produce report
I have successfully set up and run the SAST scanner on a kubernetes gitlab-runner. I'm now configuring secrets detection which fails to produce a report. Any help is appreciated
Details:
Secret ...
0
votes
0
answers
96
views
Implementing class activation maps for models in Tensorflow Object Detection API
I need to implement CAM for a model trained on the base model ssd_mobilenet_v2_320x320_coco17_tpu-8 in the pre-trained Object Detection Zoo.
How could I accesses the layers and other fields necessary ...
-1
votes
1
answer
65
views
Keyboard detection algorithm
I am working on an algorithm for detecting keys and keyboard body from an image. The model of the keyboard is known, so a blender env. has been created to generate images with random lighting, angle, ...
1
vote
1
answer
145
views
Activity Transition Api
I am facing the issue while working with activity_transitionapi:
Github
Requirement: Detection of in-vehicle mode.
While running the github project, we're not able to detect in-vehicle state in the ...
1
vote
2
answers
148
views
How to detect Esc key using Unix module and raw mode?
This is the code in OCaml to detect keys using the Unix module and raw mode in the linux terminal.
The only key I can't detect is ESC. There could be others, but my main goal is to detect ESC key.
...
0
votes
2
answers
115
views
Determining most popular words in the English dictionary within a dictionary of words
Forgive me if my wording is awful, but I'm trying to figure out how to determine the most used words in the English language from a set of words in a dictionary I've made. I've done some research on ...
1
vote
2
answers
172
views
How can I detect whether a given Python module was compiled with mypyc?
I have a Python program, and I want to detect whether it was compiled with mypyc or not so I can include this in the version information of the program for debugging purposes. But how can I do this? I ...
-1
votes
0
answers
50
views
How to detect corrupt/damaged images (non-truncated and truncated) [duplicate]
Unfortunately, one of my backup drives with family photos got damaged and I had to use software to recover the files.
The recovery process extracts both intact and damaged files, but it is in order of ...
1
vote
1
answer
903
views
Paddle OCR Detection confidence level
I have a question regarding Paddle OCR detection model. Paddle OCR output results are the coordinates of the bounding boxes, recognized text and the confidence score, and from what I have researched ...
0
votes
1
answer
106
views
My end users use either a pc or a mac. How can my VBA code tell the difference when it runs? [duplicate]
My end users may use either Mac or pc. My Excel VBA code needs to refer to a separate file, using its path and filename. I need to detect which system the code is running on so I can adjust a back ...