kayleeliyx

Results 12 issues of kayleeliyx

I got the when using model.load_weights() ![image](https://user-images.githubusercontent.com/36145675/51011803-ed2cf380-1594-11e9-9c02-2e1613c129a7.png) ![image](https://user-images.githubusercontent.com/36145675/51014626-bd391c80-15a3-11e9-8c93-81cf653bd797.png) How should I arrange the file path? I download the file from https://anonfile.com/p7w3m0d5be/face-swap.zip ![image](https://user-images.githubusercontent.com/36145675/51011662-56603700-1594-11e9-9d7e-d7e54701121e.png) and then I arrange the file path like...

Hi! I'm new to video processing. Would you please give me more details about how to run this code? Thank you so much for your help!!!!

I bought the clock today. **My clock can not set up the host with this tutorial https://awtrixdocs.blueforcer.de/#/en-en/host.** When I connect the host with this command `java -jar awtrix.jar` It stuck...

I have a question about this line. https://github.com/luanshiyinyang/FacialExpressionRecognition/blob/master/src/recognition_camera.py#L85 ``` results = model.predict(faces) result_sum = np.sum(results, axis=0).reshape(-1) label_index = np.argmax(result_sum, axis=0) ``` Why do you need `result_sum = np.sum(results, axis=0).reshape(-1)`? Thanks...

Thanks for the amazing work. I'm new to video processing. Here are some tips and notes. Hope it would help others. I implement it on ubuntu successfully. 1. You should...

I got this error when running the python chatgpt example on the website: ``` --------------------------------------------------------------------------- NotImplementedError Traceback (most recent call last) Cell In[4], line 3 1 from chatgpt_wrapper import ChatGPT...

I met this error while import datawig. However, I successfully installed the datawig. I have also installed mxnet. ``` >>> import datawig Traceback (most recent call last): File "", line...

I was trying to evaluate a model after training. I noticed that they didn't release the ground truth labels of the test dataset. In the evaluation code provided by https://mmcheng.net/videosal/...

Thank you for the amazing course on youtube!!! Best ever! - REST Client Version: v0.25.1 - VSCode Version: Apple silicon [Version 1.73](https://code.visualstudio.com/updates) - OS Version: Monterey 12.6 Steps to Reproduce:...

Hi! Thank you so much for open source this fantastic work. I'm new to video processing. May I ask how to change the dataset from the beginning? Can anyone help...