Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixv committed Nov 27, 2021
1 parent 3b88924 commit efe9052
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions Dataset/NLOS-Passive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# NLOS-Passive

You can download each group in NLOS-Passive through the link below. Please note that a compressed package (.zip or .z01+.zip) represents a group of measured data.


- Since the size of NLOS-Passive exceeds 1TB, we use Baidu Netdisk to store it. If you cannot use Baidu Netdisk, please contact us for data.
- If the link fails, please feel free to contact us.

link:https://pan.baidu.com/s/19Q48BWm1aJQhIt6BF9z-uQ

code:j3p2

In the following, we will explain the meaning of each directory and file in the link, and their corresponding parts in the article.


## Step2_pretrained and Step1_pretrained
These two folders save the weight files of the networks in Step1 and Step2. You can use them to evaluate our network directly. Strictly speaking, they are not part of NLOS-Passive. We put them in the link just for convenience.

## Dataset
``Dataset`` is the NLOS-Passive directory. It contains four subfolders:
- Anime Faces
- MNIST
- Supermodel Faces
- STL-10

They respectively represent the collected datasets when using anime faces/ MNIST/ supermodel faces/ STL-10 as the hidden pictures. In each subfolder, there are several compressed files. They can be divided into two groups
- Groundtruth (hidden images) starting with ``GT``
- Projection images collected under different conditions.

### STL-10
| File Name | Description|
| ------ | ------ |
| GT_stl10_allimages.zip | Ground-truth: STL-10 and real-word images played on the screen. |
| stl10_dark_1_d180_wall_occluder.zip/.z01 | Using stl-10 (and real-world images), the collected projection images in the dark, angle $\angle \alpha 1$, $D = 180cm$, wall and partial occluder condition. |
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ link:https://pan.baidu.com/s/19Q48BWm1aJQhIt6BF9z-uQ

code:j3p2

If the link fails, please feel free to contact me.
For more information about this dataset, please see [Dataset Description](/Dataset/NLOS-Passive.md). If the link fails, please feel free to contact us.

> In the following content, we will take the partially occluded dataset on STL-10 (i.e., NLOS_Passive/STL-10/stl10_dark_1_d100_occluder.zip) as an example to illustrate the training and testing process. The dataset also contains test data from other data (MNIST, supermodel faces and real scenes), which can be used to evaluate the generalization ability of NLOS-OT.
Expand Down

0 comments on commit efe9052

Please sign in to comment.