Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testings with the Repository #12

Open
heitorrapela opened this issue Oct 21, 2021 · 13 comments
Open

Testings with the Repository #12

heitorrapela opened this issue Oct 21, 2021 · 13 comments

Comments

@heitorrapela
Copy link

heitorrapela commented Oct 21, 2021

To download the training set, you need to ask permission on the http://zefirus.org/ThermalGAN page, but it is not working right now, so I sent a message to the zefirus team. The links that they provided when you asked for the dataset are still working, but as I had to ask for permission, I will wait for them to fix the ThermalGAN page,

To download ThermalWorld test set:

./datasets/download_thermalworld_dataset.sh ThermalWorld

I will keep this issue open while I am testing the repository.

@ShirGrinblat
Copy link

@heitorrapela Any news? I'm trying to download the dataset without any success!

@heitorrapela
Copy link
Author

heitorrapela commented Nov 8, 2021

Sorry, but I do not have news, but you can download with the following links (command for Linux: wget -r link):

@phflot
Copy link

phflot commented Nov 8, 2022

Sorry, but I do not have news, but you can download with the following links (command for Linux: wget -r link):

I am trying to download the dataset but all the links don't seem to work anymore. Do you have an updated link for the dataset that you could share?

@heitorrapela
Copy link
Author

I had it saved here on my computer. These are the original files from the authors I uploaded to in drive.

ThermalWorld_VOC_v1_0.zip

ThermalWorld_ReID_train_v3_0.zip

@phflot
Copy link

phflot commented Nov 9, 2022

Thank you very much!

@jcgit786
Copy link

@heitorrapela Do you have the pre-trained model for the ThermalWorld Dataset too by any chance?

@jcgit786
Copy link

@phflot Do you have the pre-trained model for the ThermalWorld Dataset too by any chance?

@phflot
Copy link

phflot commented Dec 14, 2022

@phflot Do you have the pre-trained model for the ThermalWorld Dataset too by any chance?

I ended up not using the ThermalWorld dataset, because my application requires a higher level of cross-modal alignment. If you are working on faces, you could have a look at the Sejong face dataset: https://github.com/ahmadmobeen/SyntheticDisguiseFaceDatabase

@heitorrapela
Copy link
Author

@jcgit786 sorry but I dont have.

@NQHuy1905
Copy link

@heitorrapela have you tried inference model with your data, i tried but it return error because input of model is 4 channel while RGB only have 3 channel. Do you know how to fix that?

@franckmarineai
Copy link

@heitorrapela have you tried inference model with your data, i tried but it return error because input of model is 4 channel while RGB only have 3 channel. Do you know how to fix that?

in test.py change 'for i, data in enumerate(dataset)' -> 'for i, data in enumerate(dataloader)'
if you get an error on getting 'img_path' uncomment the following line in 'models/infagan.py'
self.image_paths == [....]

@Tayeba
Copy link

Tayeba commented Mar 7, 2023

I had it saved here on my computer. These are the original files from the authors I uploaded to in drive.

ThermalWorld_VOC_v1_0.zip

ThermalWorld_ReID_train_v3_0.zip
@heitorrapela Thanks for uploading this data on the drive. I was able to download, but is this the complete dataset?
Were you able to train and test the model using the above dataset?

@heitorrapela
Copy link
Author

heitorrapela commented Mar 7, 2023

Hello, if you check the ThermalWorld_VOC_v1_0.zip, there is the ThermalGAN.py with the code that the authors used to decode the thermal '.npy' imgs to '.png' imgs,

I made a script to do it that maybe is going to help everyone here, the base of the code is the same one provided by the authors to decode the image, but I do know if it helps anything. Then, with the thermal images, you can use them for anything that you want. In my case, I trained some cycle gans to translate between RGB and thermal, but it was a long time ago, and I can not help with that. I could not upload directly the .py here, so I compressed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants