Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
8 views

How can we bring the image of a synthetic license plate images closer to real images with coding?

I trained a character recognition system for car and motorcycle license plates using YOLO. For my dataset, I generated synthetic license plate images, but the problem is that my images are very high ...
iris's user avatar
  • 13
0 votes
0 answers
6 views

Simplify Code for Grouping, Filtering, and Pie Chart of Game Publisher Sales

I'm currently learning how to use pandas, and I feel like my code could be simplified or made more efficient. I use this data:https://www.kaggle.com/datasets/gregorut/videogamesales Pb_Sales = df....
just a tw highschooler's user avatar
-1 votes
0 answers
16 views

Analysis in excel [closed]

I'm trying to work on the use of formulas in excel I keep getting this error and I didn't see anything I did wrong here. Trying to change the date format to text format but maintaining the date. Even ...
Kay_analyst's user avatar
1 vote
0 answers
15 views

Function output `factorial(3)` wrong in vivado verilog script

`timescale 1ns / 1ps module m_top( input GCLK, output o_out1 ); //3*2*1 function integer factorial; input integer i_n; integer j; begin factorial=1; for(j=i_n;j>1;j=j-1) factorial=j*factorial; end ...
kittygirl's user avatar
  • 2,511
1 vote
0 answers
19 views

project reactor, spring webflux and publishing async events

so I'm always quite confused when it comes to Flux objects and everything related to them. In my usecase I have a reactive endpoint exposed to webclient which I want to publish async elements received ...
fer.marino's user avatar
0 votes
0 answers
10 views

non deterministic results for ippsDiv_32f_I

I'm using Intel Integrated Performance Primitives (windows, v2019 (2019.0.5.1052), 64bit) and I came across unexpected results. When I run the following code const int N = 20; std::vector<float> ...
Joseph Perez's user avatar
0 votes
0 answers
6 views

Facing issue in Chain Link CCIP

https://github.com/Sumanthvu/ChainLink_CCIP In this repo i have a small contract which contains the functionality of creating an event and buy the tickets cross chain I have written scripts to test ...
Sumanth Veslavath's user avatar
-2 votes
0 answers
10 views

Webscraping erreur : socket.gaierror: [Errno 11001] getaddrinfo failed (Windows) [closed]

Bonjour à vous, J'essaie d'approndir mon apprentissage du webscraping après avoir fait quelques petits exercices que j'ai pu réussir. J'ai écrit ce script pour faire l'exercice à partir du site ...
routarde routarde59 Lille's user avatar
1 vote
1 answer
34 views

Why are spaces allowed at the start and end of an email?

According to addr-spec in RFC 5322, [email protected] is a valid email (notice the spaces at the start and end). Proof: For spaces on the left side, a resolution path is addr-spec → local-part → dot-...
Richie Bendall's user avatar
0 votes
0 answers
7 views

AMP for Email Registration Denied Due to Domain Mismatch – How to Meet Google’s Requirements?

I recently attempted to register our domain for AMP for Email with Gmail but encountered a domain mismatch issue and received a denial. After submitting a working email sample and the official ...
yoni349's user avatar
  • 207
0 votes
0 answers
20 views

ISP Blocking Cloudflare IP's [closed]

our IP address is being blocked from some ISP's , the users complain of being able to accecss the internet from wifi for example but not from mobile data , both connections from different ISP's. after ...
abutir's user avatar
  • 91
0 votes
0 answers
11 views

React Native MapView wont focus when i go to the map page twice

I’m using React Native Maps in a React Navigation screen: on the first mount my MapView renders with initialRegion and my Marker shows correctly, but when I navigate away and back—and call ...
Eyuphan Tilki's user avatar
0 votes
0 answers
14 views

How to inject a content script into an iframe with an iOS Safari Web Extension?

I'm building a browser extension that adds annotations to text that the user is reading. An important use-case are ebooks and many popular ebook readers use iFrames to display the book content. For ...
lhk's user avatar
  • 30.5k
0 votes
0 answers
8 views

PrimeFaces autoComplete looses focus inside a dataTable

I am using a autoComplete inside a dataTable. When I open the dropdown, the autoComplete looses focus and I can not enter anything. If I am using the autoComplete outside a dataTable, the autoComplete ...
sweintritt's user avatar
0 votes
0 answers
7 views

GetRequiredKeyService Failing for Unbound Generic

I'm looking at a way to resolve dependencies using keyed services. I have a very simple interface (for now): public interface ITest<T> { T Get(string key); } With two very simple ...
Jon Selby's user avatar
  • 522

15 30 50 per page
1
2 3 4 5
1614468