This is the code for MARTA GANs: Unsupervised Representation Learning for Remote Sensing Image Classification. An multiple-layer feature-matching generative adversarial networks (MARTA GANs) to learn a representation using only unlabeled data.
PyTorch implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks"
StarGAN v2 - Official PyTorch Implementation (CVPR 2020)
In this project, we created a U-net deep learning model that takes any satellite imagery and detects the wildfire burning scar. The model is trained on Databricks, and the application is deployed on Streamlit.
yueureka/wildfiredetection 的主要功能包括:Image Translation。
yueureka/wildfiredetection 的开源替代品包括: buptldy/marta-gan — This is the code for MARTA GANs: Unsupervised Representation Learning for Remote Sensing Image Classification. An… carpedm20/discogan-pytorch — PyTorch implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks". clovaai/stargan-v2 — StarGAN v2 - Official PyTorch Implementation (CVPR 2020). clovaai/tunit. duxingren14/dualgan. andrewliao11/cogan-tensorflow.