Vincent-ZHQ / MRDF

Code for Cross-Modality and Within-Modality Regularization for Audio-Visual DeepFake Detection
Apache License 2.0
18 stars 2 forks source link

Code problems in training #7

Open iceandcoal opened 5 months ago

iceandcoal commented 5 months ago

When I run the train.py file in the virtual environment of the server,the code does not run successfully.The following problems occurred: e2481a11505dcb8c424e0b5d3aa240f

Vincent-ZHQ commented 5 months ago

Sorry, I cannot reproduce your error. It may be due to the difference in the installed related library, like dataclasses. The Metadata class is defined in fakeavceleb.py. https://github.com/Vincent-ZHQ/MRDF/blob/8fe102e9abc59b218f752d2042c6b855a68e7c99/dataset/fakeavceleb.py#L22

iceandcoal commented 4 months ago

Hello, the following error occurred when running the train.py file. Is my file path not stored correctly? Then how to put the file name with numbers correctly? 78b908bc872ea517e7307001c20373d

8d28ef95fc1ada7cc9cb9075772e41c

girotte-tao commented 4 months ago

When I run the train.py file in the virtual environment of the server,the code does not run successfully.The following problems occurred: e2481a11505dcb8c424e0b5d3aa240f

Hello, i've encountered the same problem, have you solved this one? Thanks a lot if you can share some experience!

girotte-tao commented 4 months ago

When I run the train.py file in the virtual environment of the server,the code does not run successfully.The following problems occurred: e2481a11505dcb8c424e0b5d3aa240f

Hello, i've encountered the same problem, have you solved this one? Thanks a lot if you can share some experience!

@iceandcoal @Vincent-ZHQ

girotte-tao commented 4 months ago

When I run the train.py file in the virtual environment of the server,the code does not run successfully.The following problems occurred: e2481a11505dcb8c424e0b5d3aa240f

Hello, i've encountered the same problem, have you solved this one? Thanks a lot if you can share some experience!

@iceandcoal @Vincent-ZHQ

The meta_data.csv is missing one column name, add vid in the first line of meta_data.csv can solve this problem. source,target1,target2,method,category,type,race,gender,vid,path

girotte-tao commented 4 months ago

Hello, the following error occurred when running the train.py file. Is my file path not stored correctly? Then how to put the file name with numbers correctly? 78b908bc872ea517e7307001c20373d

8d28ef95fc1ada7cc9cb9075772e41c

Same problem occurred, @iceandcoal have you solved this problem?

girotte-tao commented 4 months ago

Hello, the following error occurred when running the train.py file. Is my file path not stored correctly? Then how to put the file name with numbers correctly? 78b908bc872ea517e7307001c20373d 8d28ef95fc1ada7cc9cb9075772e41c

Same problem occurred, @iceandcoal have you solved this problem?

The problem is with the dataset file path

iceandcoal commented 3 months ago

Hello, the following error occurred when running the train.py file. Is my file path not stored correctly? Then how to put the file name with numbers correctly? 78b908bc872ea517e7307001c20373d 8d28ef95fc1ada7cc9cb9075772e41c

Same problem occurred, @iceandcoal have you solved this problem?

The problem is with the dataset file path

Hello, I still don't know how to solve this problem. Can you tell me in detail how it was changed?

girotte-tao commented 3 months ago

Hello, the following error occurred when running the train.py file. Is my file path not stored correctly? Then how to put the file name with numbers correctly? 78b908bc872ea517e7307001c20373d 8d28ef95fc1ada7cc9cb9075772e41c

Same problem occurred, @iceandcoal have you solved this problem?

The problem is with the dataset file path

Hello, I still don't know how to solve this problem. Can you tell me in detail how it was changed?

image data root in the cmd line should be like: --data_root ./data/FakeAVCeleb_v1.2/

and the file dir structure is like the image, a directory named FakeAVCeleb is in ./data/FakeAVCeleb_v1.2/ with 4 types of data

iceandcoal commented 3 months ago

Hello, the following error occurred when running the train.py file. Is my file path not stored correctly? Then how to put the file name with numbers correctly? 78b908bc872ea517e7307001c20373d 8d28ef95fc1ada7cc9cb9075772e41c

Same problem occurred, @iceandcoal have you solved this problem?

The problem is with the dataset file path

Hello, I still don't know how to solve this problem. Can you tell me in detail how it was changed?

image data root in the cmd line should be like: --data_root ./data/FakeAVCeleb_v1.2/

and the file dir structure is like the image, a directory named FakeAVCeleb is in ./data/FakeAVCeleb_v1.2/ with 4 types of data

Thank you very much. There is no problem with this change. It works normally. It's awesome.

iceandcoal commented 3 months ago

@girotte-tao Hello,excuse me, have you finished this experiment completely? I have encountered many problems in the follow-up and then appeared again. image image

girotte-tao commented 3 months ago

@girotte-tao Hello,excuse me, have you finished this experiment completely? I have encountered many problems in the follow-up and then appeared again. image image

I didn't see such problems, wish you good luck!