ElmiraNa

Results 8 issues of ElmiraNa

Is it possible to sync user phone numbers with this app? So that the user can see the list of phone numbers that have an account from this program. Is...

I try to use the first order model in my own web app. I wrote an api based on flask. For one request it takes about 30 seconds to compute...

Hi every one In my application checkpoint file and dataset.yaml are always the same. Also I want to use the same video for all the images. Actually just the image...

Hi every one. I run demo.py on my own local windows10, and it takes about 1:30 minutes to get the output video. Is there any way to make the program...

Hello I need to rescale the video result.mp4 in a rectangular form. In which file I can obtain the result.mp4 to use it as an input for my opencv based...

why i could not create a user wallet address??? ps: my fullnode works correctly, and it creates deposit wallet address correctly ![creating](https://user-images.githubusercontent.com/72301923/144207057-1c217428-4a10-4df3-9ead-482780821ac7.png)

Hello, As I see in your code, the avatar images are taken in an array, (we should put them in avatar folder). is there any constraint about the number of...

Hi, I think sometimes for animate an image it is better to have a standard video input. in videocaptureasync.py, I change the ```self.cap = cv2.VideoCapture(self.src)``` to ```self.cap = cv2.VideoCapture('path_to_my_video')``` and...