I have a WidgetsModule where I've created an input component input.component.ts import { AfterViewInit, Component, Input, OnInit, Output, ViewChild } from '@ang
I have this for the TextInputEditText: <com.google.android.material.textfield.TextInputEditText android:id="@+id/textInputEditText" android:layout_wi
i want to start a new Ionic Project an get this issue: ➜ ~ sudo ionic start AppName blank --type ionic1 Password: ... > npm i npm WARN deprecated na
I have developed a YoLo based algorithm in Python to detect objects from Google Maps images. Now, i have the task to GEOLOCATE that object in the image. I have
Recently when i update my flutter app and firebase_dynamic_links package to 4.0.7 I have a function to generate a short link, but now this function doesn't work
I'm trying to create fixtures for my tests and I have an “Interval” field in the one of my models. How can I represent this “interval” f
Is there a JavaScript eventlistener or CSS pseudo class when a scrollbar appears and disappears? For example system Mac OS, the Scrollbars are default hidden, w
my dataset include jpeg images and jpeg mask for each image. I have to convert masks to json format to train my dataset on pre trained coco mask rcnn. can you
The below article shows how to create dynamic tabs in WPF, that in each tab it will add just one text box. private TabItem AddTabItem() { int count = _tabI
I fit my neural network define age by photo, I do it as said in MSDN. I changed my models: public class ImageData { [LoadColumn(0)] public string ImageP