GithubHelp home page GithubHelp logo

Comments (22)

holylovenia avatar holylovenia commented on July 25, 2024

@zhangqizky It seems the website has been taken down due to maintenance or other reasons. I found someone uploaded it to Kaggle, perhaps you can check it.

from fakeimagedetector.

Soyammaharathy avatar Soyammaharathy commented on July 25, 2024

Ya I am also unabke to get the datasets even from kaggle.. Can anybody pls tell where this datasets could be available?

from fakeimagedetector.

zhangqizky avatar zhangqizky commented on July 25, 2024

Ya I am also unabke to get the datasets even from kaggle.. Can anybody pls tell where this datasets could be available?

@zhangqizky It seems the website has been taken down due to maintenance or other reasons. I found someone uploaded it to Kaggle, perhaps you can check it.

thank you very much, I can download it!!!

from fakeimagedetector.

zhangqizky avatar zhangqizky commented on July 25, 2024

Ya I am also unabke to get the datasets even from kaggle.. Can anybody pls tell where this datasets could be available?

if you still can not download from Kaggle link above, contact me. [email protected]

from fakeimagedetector.

SmritiSingh7 avatar SmritiSingh7 commented on July 25, 2024

I have downloaded the dataset from the kaggle link provided by you.But I don't see any .csv file in that folder . As you have loaded the csv file in the dataset code,i am not sure how to get that?

Do i need to explicitly convert any file to csv format? Please help..

from fakeimagedetector.

holylovenia avatar holylovenia commented on July 25, 2024

I have downloaded the dataset from the kaggle link provided by you.But I don't see any .csv file in that folder . As you have loaded the csv file in the dataset code,i am not sure how to get that?

Do i need to explicitly convert any file to csv format? Please help..

There is no csv file in the original dataset. We made it ourselves. So yes, you have to create your own csv file.

from fakeimagedetector.

SmritiSingh7 avatar SmritiSingh7 commented on July 25, 2024

from fakeimagedetector.

b-yogesh avatar b-yogesh commented on July 25, 2024

@holylovenia @Soyammaharathy @agusgun
Can you please guide me on how did you convert the images into csv file or share the script on how to do so?
Since i am not sure about the how the dataset looks after being converted into csv, i want to know what is Xtrain and Ytrain, please comment on this too.

Thanks,
Yogesh

from fakeimagedetector.

agusgun avatar agusgun commented on July 25, 2024

@holylovenia @Soyammaharathy @agusgun
Can you please guide me on how did you convert the images into csv file or share the script on how to do so?
Since i am not sure about the how the dataset looks after being converted into csv, i want to know what is Xtrain and Ytrain, please comment on this too.

Thanks,
Yogesh

hello @b-yogesh @SmritiSingh7 I am really sorry for the late reply. For the CSV dataset it is just a simple csv using following format:
file_name,1 or 0 (fake or real image)
example for real image:
'datasets/train/real/Au_ani_00001.jpg',0

Hope this will help you

from fakeimagedetector.

Faheem92 avatar Faheem92 commented on July 25, 2024

@agusgun
Can you drop a csv file in such format with only 5 entries ?
It will be of great help from you Sir.

from fakeimagedetector.

rajsaraiya009 avatar rajsaraiya009 commented on July 25, 2024

Hello, I have a small doubt actually when I am trying to convert image into ELA i.e
"convert_to_ela_image('datasets/train/real/Au_ani_00001.jpg', 90)" I am getting an error that permission is denied. Can you please help where I am going wrong.

To be more specific about my error I am pasting my error below,

***** PermissionError: [Errno 13] Permission denied: 'C:\Users\saraiya.resaved.jpg' *****

Any help will be highly appreciated thanks in advance.

from fakeimagedetector.

agusgun avatar agusgun commented on July 25, 2024

from fakeimagedetector.

Masofish avatar Masofish commented on July 25, 2024

Hello, I have a small doubt actually when I am trying to convert image into ELA i.e
"convert_to_ela_image('datasets/train/real/Au_ani_00001.jpg', 90)" I am getting an error that permission is denied. Can you please help where I am going wrong.

To be more specific about my error I am pasting my error below,

***** PermissionError: [Errno 13] Permission denied: 'C:\Users\saraiya.resaved.jpg' *****

Any help will be highly appreciated thanks in advance.

Hello,The author uses Linux system, if you use Windows system, please Google how to deal with it!

from fakeimagedetector.

Masofish avatar Masofish commented on July 25, 2024

I can't help with that because that is operating system error.

On Wed, Mar 18, 2020 at 8:20 AM rajsaraiya009 @.***> wrote: Hello, I have a small doubt actually when I am trying to convert image into ELA i.e "convert_to_ela_image('datasets/train/real/Au_ani_00001.jpg', 90)" I am getting an error that permission is denied. Can you please help where I am going wrong. To be more specific about my error I am pasting my error below, ***** PermissionError: [Errno 13] Permission denied: 'C:\Users\saraiya.resaved.jpg' ***** Any help will be highly appreciated thanks in advance. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#1 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADRJZAP5UEJCZKOLCTBBEPTRIAOUJANCNFSM4GJ3X3WQ .
-- - Agus Gunawan 13515143 Sekolah Teknik Elektro dan Informatika Institut Teknologi Bandung

hello agusgun,I'm a novice. I'm very interested in your work. Thank you for your open source. According to your tips, I tried to process the dataset, but I still failed. Can you give me more tips or send me the CSV file? My email is [email protected], thank you very much!

from fakeimagedetector.

rajsaraiya009 avatar rajsaraiya009 commented on July 25, 2024

Hello, I have a small doubt actually when I am trying to convert image into ELA i.e
"convert_to_ela_image('datasets/train/real/Au_ani_00001.jpg', 90)" I am getting an error that permission is denied. Can you please help where I am going wrong.
To be more specific about my error I am pasting my error below,
***** PermissionError: [Errno 13] Permission denied: 'C:\Users\saraiya.resaved.jpg' *****
Any help will be highly appreciated thanks in advance.

Hello,The author uses Linux system, if you use Windows system, please Google how to deal with it!

hello i am very new to this i tried to search how to do it in windows but i didnt got any proper solution related to this if you can help me if you have some thing please do let me know.

from fakeimagedetector.

agusgun avatar agusgun commented on July 25, 2024

I can't help with that because that is operating system error.

On Wed, Mar 18, 2020 at 8:20 AM rajsaraiya009 @.***> wrote: Hello, I have a small doubt actually when I am trying to convert image into ELA i.e "convert_to_ela_image('datasets/train/real/Au_ani_00001.jpg', 90)" I am getting an error that permission is denied. Can you please help where I am going wrong. To be more specific about my error I am pasting my error below, ***** PermissionError: [Errno 13] Permission denied: 'C:\Users\saraiya.resaved.jpg' ***** Any help will be highly appreciated thanks in advance. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#1 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADRJZAP5UEJCZKOLCTBBEPTRIAOUJANCNFSM4GJ3X3WQ .
-- - Agus Gunawan 13515143 Sekolah Teknik Elektro dan Informatika Institut Teknologi Bandung

hello agusgun,I'm a novice. I'm very interested in your work. Thank you for your open source. According to your tips, I tried to process the dataset, but I still failed. Can you give me more tips or send me the CSV file? My email is [email protected], thank you very much!

Hello, can I see your error log, csv file, and tree structure from your directory related to this project? Thank you

from fakeimagedetector.

harikad11 avatar harikad11 commented on July 25, 2024

AttributeError Traceback (most recent call last)
in
1 for index,row in dataset.iterrows():
----> 2 X.append(array(convert_to_ela_image(row[0], 90).resize((128, 128))).flatten() / 255.0)
3 Y.append(row[1])

AttributeError: 'numpy.ndarray' object has no attribute 'append'

Hello agusgun, I am getting error in In[13] . Can you help to resolve this !

from fakeimagedetector.

KasunAkalanka avatar KasunAkalanka commented on July 25, 2024

Hi, I'd be much obliged if you can provide a link to download the relevant dataset?

from fakeimagedetector.

harikad11 avatar harikad11 commented on July 25, 2024

from fakeimagedetector.

surendra477 avatar surendra477 commented on July 25, 2024

Hey guys I have used this dataset https://www.kaggle.com/code/monishmoni/preprocessor-image-npy it worked for me thank you.

from fakeimagedetector.

zhangqizky avatar zhangqizky commented on July 25, 2024

from fakeimagedetector.

surendra477 avatar surendra477 commented on July 25, 2024

Hi, I'd be much obliged if you can provide a link to download the relevant dataset?

https://www.kaggle.com/code/monishmoni/preprocessor-image-npy

from fakeimagedetector.

surendra477 avatar surendra477 commented on July 25, 2024

from fakeimagedetector.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.