Alessandro
Alessandro
Not quite. The directory `{working directory}/outputs/YYYY-MM-DD/HH-MM-SS` exists but it's empty, so not stage2 folder. It does not exist before running the command so it's impossible for me to run the...
Yeah, the requirements file is not build properly. What I did was to install the requirements as they popped up. I think you have to use python 3.7 and then...
I started from scratch and launched the data preparation pipeline. I receive this error: ``` (fakeout) user@server:/home/alessandro.pianese/FakeOut$ python fakeout/data/data_preparation.py --dataset_name face_forensics --split test --videos_path faceforensics/test/crop/ fakeout/data/FaceForensics Traceback (most recent call...
@gilikn Can you confirm or deny @asadkhanek comment or shed some light on the issue?
As it is written in the readme file ``` Arrange the videos of the desired dataset in train, val, test dedicated directories. Run our face tracking pipeline as documented in...
So, in order: 1. my files are in `{base_folder}/face_forensics/test`. After I run the tracking pipeline, it creates a folder called crops with the crops with mp4 format in it. Is...
Data preparation worked. I then moved on to launching inference and I got this error. ``` (fakeout) user@server:/home/FakeOut$ python fakeout/inference.py --checkpoint_path fakeout/checkpoint_fakeout_video_audio_tsm_resnet_x2.pkl --dataset_name face_forensics --use_audio False --mlp_first_layer_size 4096 --num_test_windows 10...