Hong-Shuo (Max) Chen

Results 15 comments of Hong-Shuo (Max) Chen

Hi! This is a good question! I think for some reason I save the features in the model. It should be set to an empty dictionary after training. Maybe I...

Currently, we don't have that functionalty! I could implement it this weekend!

Hi! Thank you for your question! I guess you are using Windows. For Windows, you will get a space. For Linux or macOS, you don't have that space before the...

Please pull the newest version of the code! We have updated the code!

Do you use your own videos? This should be the expected output if you use my data. ==============================left_eye============================== ===============DefakeHop Prediction=============== ===============MultiChannelWiseSaab Transformation=============== Hop1 Input shape: (2708, 32, 32, 3) Output...

Sorry for the late reply! Here is the data for Celeb-DF-v1! I follow the same code and get this data! And please update the model.py, I think there was a...

Could you help me check this part of code in model.py? test_images should be a 4D numpy array! ```python for region in model.regions: path = 'data/' + region + '.test.npz'...

Line169 and 170 are wrong And please load the testing data by np.load since we made some changes for the structure of this repo

Hi! Thank you for your questions! It is a really great question! I will update the code for this problem! The idea is that we subsample the dataset and we...

Solved! Please try the new saab.py!