zhanglichao / generatedTIR_tracking

Synthetic data generation for end-to-end TIR tracking (TIP2018)
53 stars 12 forks source link

Questions about pix2pix and CycleGan availability #1

Closed UndecidedBoy closed 5 years ago

UndecidedBoy commented 5 years ago

Hello,

This ins't an issue, I was more wondering if you plan on releasing a version of your trained pix2pix or/and CycleGAN from the paper: Synthetic data generation for end-to-end thermal infrared tracking ? Did you use the original implementation of pix2pix and CycleGAN or a Tensorflow/Pytorch implementation? And can we expect the TIR images made from pix2pix to be available as a dataset?

In the meantime, thanks for your time and efforts.

zhanglichao commented 5 years ago

Hi,

Thanks for your attention. Yes, we use the default implementation of pix2pix on Pytorch version: https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix

And the detained implementation description can be found on the paper. We also release the training models by our side.

As the these videos are generated for training trackers, which are good for fine-tuning, but for the total images visualization maybe staggered. So maybe now we just release these models and not the real images.

best

UndecidedBoy commented 5 years ago

Thank you very much for the detailed answers and the models!

Best Regards

UndecidedBoy commented 5 years ago

Hello,

Since I'm not having a question about the code, I'm not sure If I'm supposed to ask this here, but I'm trying to look at the average activation ratio of a layer. I'm not sure if I've missed something while reading your paper or the one from Xinhang Song et al. but I didn't understand how to calculate it. My understanding is:

Did I miss something? (Or everything?)

In the meantime, thank you for your time and consideration.