2,148 questions
0 votes
0 answers
39 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
112 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
81 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
167 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
41 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
89 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
131 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
138 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
106 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 ...
0 votes
0 answers
50 views
Mobile Browser Camera feed to detect/recognise the local image i passed in React JS
I've been trying to detect the image i passed to the 'detectTrigger()' function when the browser camera feed is placed infront of this page. What i do is pass the image asset local path i want to ...
0 votes
0 answers
54 views
Customizing Yolo pre-trained Object Detection Model
I tried to customize the YoloV8 pre-trained object detection model on a custom dataset. I did some customization on Yolo's architecture, but after customizing the model it was unable to get a boundary ...
1 vote
2 answers
165 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 ...
0 votes
0 answers
49 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
818 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 ...