maty0505github

Results 55 issues of maty0505github

Using FBA Matting.ipynb in Gooble Colab, at the source code below, ``` class Args: encoder = 'resnet50_GN_WS' decoder = 'fba_decoder' weights = 'FBA.pth' args=Args() try: model = build_model(args) except: !gdown...

I have a problem. When I tried to summarize using example command. There occurred an error as follows: `$ python3 youyakuman.py -txt_file testjp.txt -lang ja -n 3 --super_long Language not...

I saw DragGAN on the twitter as the below image. ![Screenshot from 2023-05-23 16-59-47](https://github.com/Zeqiang-Lai/DragGAN/assets/23301778/79434929-c1b9-44f4-83de-1eb0eca91201) ![Screenshot from 2023-05-23 17-04-54](https://github.com/Zeqiang-Lai/DragGAN/assets/23301778/ab8f62d3-829d-4fd4-8407-a50cb9f3b751) ![Screenshot from 2023-05-23 17-07-40](https://github.com/Zeqiang-Lai/DragGAN/assets/23301778/19d818f6-d5ad-4913-ae1c-fbffd286ec33) I think the framework of the twitter is...

I run the woman face rotation, but the final face was collapsed as the following image. Especially, around the left eye is blue, the nose is big. ![Screenshot from 2023-05-23...

This time, I loaded the lion image as below. ![lion](https://github.com/Zeqiang-Lai/DragGAN/assets/23301778/2c2ec3d4-ef69-48b3-8bac-2f9e25283d7f) After changing the face, the face was fully distorted as below. ![image_ea5cda60-32ae-46cd-a387-6564c7be8a90](https://github.com/Zeqiang-Lai/DragGAN/assets/23301778/e0fd5581-34b8-4f01-8802-c87c29b7ae25)

When I load the lion face image, the initial image was fully distorted as the following image. ![Screenshot from 2023-05-23 14-34-59](https://github.com/Zeqiang-Lai/DragGAN/assets/23301778/9b417080-8aab-4be9-88ef-e31a1b2d4fe4)

I tried to move lion head front to side and open the mouth like the example of this repository. But, lion head didn't move and mouth didn't open, as the...

I set the max iterations 201 and tried to run it. The setect point is close to the target point, but the nose has been larger and the face has...

I set the select point and the target point as the following image. ![image_a9a389c1-504e-4d0c-8b78-4ef8ec7d1aa1](https://github.com/Zeqiang-Lai/DragGAN/assets/23301778/bf393b82-f910-4c83-b97c-4c85d339713c) But the select point doesn't move to the target point as the following movie. https://github.com/Zeqiang-Lai/DragGAN/assets/23301778/f307db4a-8715-49bf-a8a1-b81c3a09256a

I tried to run gradio_app.py, but error has occurred. There are only black points, no red and blue point. The error image is as follows. ![Screenshot from 2023-05-23 10-29-18](https://github.com/Zeqiang-Lai/DragGAN/assets/23301778/a4d253af-9ce9-402a-89b9-33fcc07e05f3)