I tried to get the edges of some images and output them in a separate folder, but the output files do not correspond to the input files. Please, how can I corre
I've got a create react app with react router v5 and the following setup: import React, { useState } from "react"; import "./App.css"; import
I'm trying to create a pipeline for downloading multiple files, unzipping and merging them in the end but I get a timeout error at the step of the download usin
I`m trying to implement my own linkedlist and I tackled with this question. This is add method implementation for linkedlist, supposed to add specified element
I am doing the image semantic segmentation job with unet, if I set the Softmax Activation for last layer like this: ... conv9 = Conv2D(n_classes, (3,3), paddin
I'm trying to set path when a route changes, but its not updating: <script> import { page } from '$app/stores'; let path; function getPath()
I was wondering if there is some experience of working with a Azure Firewall in order to access SF through its private endpoints. In our situation we decided to
I wanted to create a navigation list based on some configuration. like an Array of export interface LeftNavModel { name: string, route: string, iconName?: strin
I am sending messages on Whatsapp using a Twilio number. I created a template with a "call to action" button, which redirects to a website. Is it possible to kn