# CLIP-I2V **Repository Path**: take-salt/CLIP-I2V ## Basic Information - **Project Name**: CLIP-I2V - **Description**: 啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-13 - **Last Updated**: 2023-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ROMA This repository is the official Pytorch implementation for ACM MM'22 paper "ROMA: Cross-Domain Region Similarity Matching for Unpaired Nighttime Infrared to Daytime Visible Video Translation".[[Arxiv]](https://arxiv.org/abs/2204.12367) **Examples of Object Detection:**   **Examples of Video Fusion**  More experimental results can be obtained by contacting us. # Introduction ## Method  - The domain gaps between unpaired nighttime infrared and daytime visible videos are even huger than paired ones that captured at the same time, establishing an effective translation mapping will greatly contribute to various fields. - Our proposed cross-similarity, which are calculated across domains, could make the generative process focus on learning the content of structural correspondence between real and synthesized frames, getting rid of the negative effects of different styles. ## Training The following is the required structure of dataset. For the video mode, the input of a single data is the result of concatenating **two adjacent frames**; for the image mode, the input of a single data is **a single image**. ``` Video/Image mode: trainA: \Path\of\trainA trainB: \Path\of\trainB ``` Concrete examples of the training and testing are shown in the script files `./scripts/train.sh` and `./scripts/test.sh`, respectively. ## InfraredCity and InfraredCity-Lite Dataset
InfraredCity | Total Frame | ||||
---|---|---|---|---|---|
Nighttime Infrared | 201,856 | ||||
Nighttime Visible | 178,698 | ||||
Daytime Visible | 199,430 | ||||
InfraredCity-Lite | Infrared Train |
Infrared Test |
Visible Train |
Total | |
City | clearday | 5,538 | 1,000 | 5360 | 15,180 |
overcast | 2,282 | 1,000 | |||
Highway | clearday | 4,412 | 1,000 | 6,463 | 15,853 |
overcast | 2,978 | 1,000 | |||
Monitor | 5,612 | 500 | 4,194 | 10,306 |