diff --git a/data/.Rhistory b/data/.Rhistory new file mode 100644 index 0000000..e69de29 diff --git a/dataloaders/README.html b/dataloaders/README.html deleted file mode 100644 index 4bdf033..0000000 --- a/dataloaders/README.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -
-

Dean’s note

-

my_vcr.py is the dataloader that only loads the train & val sets, without object detections.

-

my_vcr_det.py is the dataloader that loads the train & val sets with detections.

-

my_vcr_vgg.py is the dataloader that loads the train & val sets for vgg net, the only difference is that it resize the input image to 224 * 224 instead of 786 * 384 (the size original author use).

-

Please choose them approriately according to your model needs, and import it in models/my_train.py.

-
- - - - -
- - - - - - - - diff --git a/dataloaders/README.md b/dataloaders/README.md index 34f16f8..57042dc 100644 --- a/dataloaders/README.md +++ b/dataloaders/README.md @@ -1,12 +1,9 @@ -# Dean's note -`vcr.py` is the dataloader that loads the train & val sets for full models +## Note +`vcr.py` is the dataloader for base models. -`my_vcr.py` is the dataloader that loads the train & val sets for models without object detections. +`vcr_attribute.py` is the dataloader for model using attribute information. -`my_vcr_no_image` is the dataloader that loads the train & val sets for no image models +`vcr_attribute_new_tag.py` is the dataloader for model using both attribute information and new tags. -`my_vcr_det.py` is the dataloader that loads the train & val sets for models with detections. - -`my_vcr_vgg.py` is the dataloader that loads the train & val sets for vgg net, the only difference is that it resize the input image to 224 \* 224 instead of 786 \* 384 (the size original author use). Please choose them approriately according to your model needs, and import it in `models/my_train.py`. \ No newline at end of file diff --git a/similarity_match/README.html b/similarity_match/README.html deleted file mode 100644 index af51552..0000000 --- a/similarity_match/README.html +++ /dev/null @@ -1,417 +0,0 @@ - - - - - - - - - - - - - -README.utf8.md - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -
-

Note

- -
- - - - -
- - - - - - - -