Latest Questions

Loss function in Faster-RCNN

I read many articles online today about fast R-CNN and faster R-CNN. From which i understand, in faster-RCNN, we train a RPN network to choose "the best region

A dynamic array that changes size on one click function and being used on in another click function

I'm programming something for a school task and having a problem. I need to create an array, then I need to change its size on one-click function(the size of th

RestFul API For Delete And Update Get 403 Forbidden Codeigniter 4

Remember this is codeigniter 4. I need help in here. I am learning to implement about the RestFul API in codeigniter 4. Below is my detail code. Routes : $route

Unable to center the content within a Material UI TableCell

I have TableCell which shows a status and a Button. I want them to be vertically stacked and centered in the cell. I am able to get either working separately bu

What is the data type in ASP.NET Core for decimal(18,2) in sql

I have a Amount column in database which is in Varchar datatype, I am retrieving the data from table and I am casting for the amount should be returned as (123

Peak and Trough of Numeric Data

Can anyone help me please. I need to find the peak and troughs in a data series but with 2 conditions which are: Peak or trough is peak for minimum of n(days) L

requests Table Azure Application Insights which operation belongs to which resource?

I am using Workbook in Azure Monitor and trying to create a dashboard. My All resources data goes into 1 Application Insights resource. I have resources like s

Can I define custom ingredients for an IFTTT applet triggered by Webhook?

I am writing an IFTTT applet that has a webhook with JSON payload as the trigger. In the filter code, I can parse the JSON and get any of the data out of it tha

how to change form field from dropdown list to radio button in django if the options in dropdown are being inherited from another model?

i am working on an application where i can select item from drop-down list and buy them. i have a form field which is a drop-down list(items are connected to ot

SWIFT Longitude and latitude from GoogleAutocomplete save in Firestore as nil

I am trying to save longitude and latitude to Firestore from GoogleAutocomlete but it saves as 0. I am able to save name and address successfully from the textf

How to create a public Multi-Region Access Point policy?

I am experimenting with multi-region access points and their over-complicated policy syntax, and I can't get the simplest things to work. I have 3 buckets spawn

Spotify API get track_uri or track_id from own spotify data

[enter image description here][1]I have a dataframe that included my own data I've requested from Spotify (https://www.spotify.com/de/account/privacy/) Now, I h

FIGMA: How to make auto layout as a gallery view?

I want to make a webpage with a similar image layout like on this webpage: https://lyletachikawa.com/ is there a way that i can use the auto layout function in

file from one node to another node?

I would like to add a database to it so that the information is stored.

-lglut32 cannot be found

I run my project which uses: #include <C:\Users\R\Desktop\LABO3\zad3\Debug\glut.h> but then when I build it I get this error: --------------------Conf

Sticky Nav Bar Issues

I am trying to make a sticky navbar but when i do position: fixed it moves my navigation and merges it to the top left. the logo should be on the left and the n

Looking for an example for using markmap in HTML file with Markdown

I want to use markmap with a static site generator. Therefore I want to find an example where markmap is used from HTML. I.e., the HTML file should contain the

RuntimeError: Event loop is closed after main coroutine is completed

I've checked all similar questions and suggestions, including this one, but hadn't found a working solution. I'm developing a telegram bot. If I test it manuall

Ajax Loaded Content - Deeplinking URLs

On my WordPress website I have a custom page template containing a post grid (showing the titles only) and on click on the title it is loading the whole content

Expression does not evaluate to a constant

I've just started to learn C++ and I don't understand this error: std::string AFunction(const std::string& str) { size_t s = str.length(); char inP

Flutter http request not accepting headers but it works on postman

I am getting a really frustrating experience. Am making a post request to an api, works well on postman but refuses to work on flutter. Here is the error respo

Yarn workspaces monorepo with Firebase functions failed to initialize

I am trying to set up a monorepo that firebase functions will be able to require some shared logic from different directories - as for now I have a setup that w

Django many-to-many relations

I'm trying to create a web app in which users can participate in some groups (every user can be part of multiple groups), and I want to be able to make both que

It seems Phaser 3 throws "animationcomplete" notification twice for a single animation, how do I make it one?

I'm confused about the 'animationcomplete' notification. I thought I would receive the notification one time when the animation I listen finishes. It turns out

Java Swing - How can I make a frame "mandatory to interact with"?

I'm making a game in Java Swing. Every time the player levels up I display a new frame on top of the one containing the gameplay which has some options on what

Remove item from Nested list Java Stream

I'll appreciate some help with this please. Assuming I have "bookingId": 4, "flights": [ { ... "fl

Symfony doctrine specify fields in ManyToOne to improve performance?

For example i have a simple entity "Cars" with a ManyToOne relation "Brands". class Brands { /** * @ORM\Id() * @ORM\GeneratedValue() * @ORM\C

What causes the difference between angular 8 and angular 13?

I have a piece of code of custom component. Here are related code: @Component({ selector: 'scrs-tab-container', template: `<ng-contnet></ngcontent>`

Iterate Opening a List of URL's with Selenium

I am having trouble iterating the action of opening a list containing URLs using selenium. the issue is in the part labeled #Second Part in my code. linklinkfin