abu shahid

Results 15 issues of abu shahid

Hello, I have used the model to train on my own dataset. It had 88k handwritten words in Bengali. ![image](https://user-images.githubusercontent.com/73417805/191466150-c6d32e27-2901-4af7-878f-887c7616dc20.png) Despite pretty decent training results, the prediction is straight up...

I am working on multiple image stitching where my image is images taken from drone and I need to stitch to create a map. However, most of the implementations i...

I am trying a fresh setup of the repo. And I am following the steps given. However, when I run the following command `pip install -r requirement.txt` I am prompted...

![image](https://user-images.githubusercontent.com/73417805/214366410-9b8d4d9d-8505-4cce-871c-13c83adb837b.png)

I am working on multiple image stitching where my image is images taken from drone and I need to stitch to create a map. However, most of the implementations i...

I want to train my model for word detection in documents. Is there anyway I could get word level annotations for these images.

In getting started section, https://github.com/jayleicn/moment_detr#getting-started The command to activate the conda env is wrong `conda actiavte moment_detr` actiavte -> activate

I have a directory of videos, for which I have to generate video captions. However, for 50% of the videos; I encounter the error *Thread worker: Error sending packet* Can...

https://docs.nlkit.com/nlux/reference/versions/migration-from-v1-to-v2#aichat-config-options tells that `promptOptions.placeholder` has been moved to `componentOptions` However, they are actually moved to `composerOptions`. Caused decent inconvenience. Also can we get a confirmation that other info is validated?

* gaze model takes 4 inputs ` gaze = model(left_eye_img, right_eye_img, face_img, rects)` * I am generating these inputs using face detection via blazeface model ``` def preprocess(image): # Check...