I just run the instruction: './bin/bob pad vanilla-pad \ /bob/paper/cross_modal_focal_loss_cvpr2021/config/Method/Pipeline.py -o <folder_to_save_results>
I want to have a function to create slugs from Unicode strings, e.g. gen_slug('Andrés Cortez') should return andres-cortez. How should I do that?
I have a Nuxt.js application with firebase integration deployed on GKE in GCP. I use .env file with firebase config. Is it possible to store these firebase con
I'm trying to change the "device.languages" attribute on a zebra ZT230 label printer with firmware: V72.19.6Z using the Zebra Setup Utilities Direct communicati
I have a class with a complex property: public class A { public B Prop { get; set; } } public class B { public int Id { get; set; } } I've added a v
When I use the command hugo, it generates the index.html in the Public folder. When I open index.html, the site load like this: But when I use the hugo serve c
I want to create dynamic language select dropdown so that user can select language and when user login it reflect selected language to him.
Problem: I want to plot a two varibles condition function f(x,y) on three dimesional space and here is my code from matplotlib import pyplot as plt import numpy
I have one dataframe with shape (23251, 8) and another dataframe with shape (3652, 14). The DATE column in the first dataframe contains dates from 1955-01-01 up