Latest Questions

how to train yolov3 on custom dataset

i want to train yolov3 on this dataset https://www.kaggle.com/datasets/mangosata/exclusivelydarkimagedataset-from-cschan i have a text file for each image conta

Wandb line plots only show bar charts after refresh

My weights and biases (wandb) panels (e.g. for loss) shortly show line plots (x: steps, y: loss), then refresh (showing a spinner for some time) and then only s

SwiftUI, AppStorage and using Picker in TabViews

I am trying to save a small amount of data with picker using AppStorage across multiple views. However the issue I'm running into is that when I select one valu

Is there a way to export a txt file in a cell like an image with AG Grid's excel export function?

I see a lot of information about exporting an image (jpg, png, gif) to an excel file with AG Grid, but nothing on something like a txt file. I am trying to get

How to prevent libcurl(c++) form downloading binary data?

I am making a web crawler and I have the following code but the problem is that it also downloads binary data and I don't want that to happen. How do I prevent

Create macro to simplify declaration of deeply nested enum?

I want to use deeply nested enums to represent blocks in my game: enum Element { Void, Materal(Material) } enum Material { Gas(Gas), NonGas(NonGas) } enum NonGa

i want to add 2 data(may be 1) object in an array where array is a state of react

So here is my query, this is a small part of my code that is relevant to the question I want 3 input fields for different data input from users as in case the u

NestJS and Prisma ORM : cleanest way to exclude password from response while allow it in requests?

I'm using NestJS with Prisma ORM and kinda of struggling with the use of @Exclude() decorator because when I add it on my UserDto, it also excludes the password

Index of first child on a list is lost when sending it to the parent with React.CloneElement (React + Typescript)

I'm building a custom Dropdown component and I'm having trouble using children. The Dropdown component has 3 levels, and the children are the options which are

Can I ship Test-Json from pwsh with my software?

Is it possible to ship cmdlet Test-Json only with my software or a dll that contains it from pwsh? I downloaded the entire pwsh zip file but not sure which one

How to prevent SQL Server from stripping leading zeros when importing data

A data file is imported to a SQL Server table. One of the columns in data file is of text data type with values in this column to be integers only. The correspo

Click HREF to display specific Array Content?

Is it best if I use HREFs to display specific array content? Should I use a button instead? I am trying to filter and I am new to arrays and javascript, so I am

Generate sales report using MySql and Php

I m looking for advices in report generating per client, per product, per salesman, in a given period, using mysql and php. I m currently working on an applicat

Trying to run Python 3.10 from Terminal after Homebrew install

I used the Homebrew command brew install [email protected] to install Python3.10 on my Mac. However, when I'm in Terminal and type python and then press Tab, it is on

Using the :general with use-package sometimes doesn't work

I started converting my evil-define-key calls to use the :general extension to use-package, and sometimes they work, and sometimes not. Re-evaluating the (use-p

ERROR: Failed building wheel for pystan in Anaconda distribution. How to fix this error?

When trying to install Darts library its dependencies Pystan and Prophet were throwing errors: ERROR: Failed building wheel for pystan Building wheel for prophe

HTTP retrieval failure when creating drop-in audio chat using Twilio

I am leveraging the Twilio Programmable Voice API to create a drop in audio chat room when a user completes a signup form. I am using ngrok to listen to both my

Can't parse .mjs module from Iconify. Vue 3 cli using composition api and typescript

Update: Changing: if(data.aliases?.[name2] !== void 0) to: if(data.aliases != null && data.aliases[name2] !== void 0) in the iconify .mjs file fixes the

How to get progress of file upload using requests.post() if the file was just uploaded via form-data? (Not sure whether this is a streaming process)

Suppose I'm running some kind of web service with python & flask aiming to provide file upload. It should be noted that my service is only a kind of transfe

use python interface to do interpretable ai why always restarting kernel?

https://docs.interpretable.ai/stable/IAI-Python/quickstart/ot_classification/ I use python interface to do interpretable ai, but it is always restarting the ker

Bash -a vs bash && [duplicate]

I have this bash statement: if ls > /dev/null 2>&1 -a ls > /dev/null 2>&1; then echo "true"; else echo "false";

LIQUID : Trying to NOT include the Variant Images from product thumbnail

''' {% for media in product.media %} {% unless media == featured_media %} {% unless media == variant.featured_media %}

Angular ng build time shoot up?

I'm testing ng build --configuration production command: LOCAL PC: ng build time: 1'06'' Build time: 52'' Building time percentage: 78% INTEGRATION SERVER.

Parsing command line args[], with flags and without using a third party lib

I have a requirement to parse some command line arguments in a Java application without using any third party libraries (like Apache CLI or JCommander). I can o

Get a Map<String, List<String>> from List<Pojo>

I have a Student class with the following structure: class Student { String name; int age; String grade; } I have a List of Students (l

Cannot find module node_modules\chalk\source'. Please verify that the package.json has a valid "main" entry

I updated node, npm and expo-cli now I'm facing this issue every time i run "Npm start" Cannot find module 'C:\Users\xyz\projects\abc\node_modules\chalk\source'

In C++ printing even, odd and prime number by using for loop and typeinfo method [closed]

I am trying to print even, odd and prime numbers in one program b/w 1 to 1Lac. I have already printed even and odd numbers but don't how to pr

FutureTask in android

I'm very new to Android so maybe my question is a bit of a beginner. I want to use the futureTask method in my program, but I really do not know how to use it.

Can't click on Submit button, not working in automation testing, works manually

I have a standard form with 2 text boxes to fill and a submit button. The Submit button suppose to work after filling in the first mandatory text box. It works

MUI Modal doesnt close

I have an e-commerce website and I added a cart icon in the navbar. When clicked, a MUI modal should open (and it does) but it doesn't close anymore. I also add