Open iceandcoal opened 6 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
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?
When I run the train.py file in the virtual environment of the server,the code does not run successfully.The following problems occurred:
Hello, i've encountered the same problem, have you solved this one? Thanks a lot if you can share some experience!
When I run the train.py file in the virtual environment of the server,the code does not run successfully.The following problems occurred:
Hello, i've encountered the same problem, have you solved this one? Thanks a lot if you can share some experience!
@iceandcoal @Vincent-ZHQ
When I run the train.py file in the virtual environment of the server,the code does not run successfully.The following problems occurred:
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
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?
Same problem occurred, @iceandcoal have you solved this problem?
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?
Same problem occurred, @iceandcoal have you solved this problem?
The problem is with the dataset file path
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?
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?
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?
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?
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
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?
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?
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.
@girotte-tao Hello,excuse me, have you finished this experiment completely? I have encountered many problems in the follow-up and then appeared again.
@girotte-tao Hello,excuse me, have you finished this experiment completely? I have encountered many problems in the follow-up and then appeared again.
I didn't see such problems, wish you good luck!
When I run the train.py file in the virtual environment of the server,the code does not run successfully.The following problems occurred: