X-Decoder icon indicating copy to clipboard operation
X-Decoder copied to clipboard

why are "vlp_train" and "vlp_val" same?

Open ByungKwanLee opened this issue 1 year ago • 1 comments

why are "vlp_train" and "vlp_val" same?

https://github.com/microsoft/X-Decoder/blob/165f8a6314ac84f5c36aaab7216f90dd97e38a43/datasets/registration/register_vlp_datasets.py#L27

https://github.com/microsoft/X-Decoder/blob/165f8a6314ac84f5c36aaab7216f90dd97e38a43/datasets/registration/register_vlp_datasets.py#L22

ByungKwanLee avatar Nov 28 '23 21:11 ByungKwanLee

we set vlp_train to the coco test set for local debugging as in the comment

https://github.com/microsoft/X-Decoder/blob/165f8a6314ac84f5c36aaab7216f90dd97e38a43/datasets/registration/register_vlp_datasets.py#L26C1-L26C1

zdou0830 avatar Nov 29 '23 07:11 zdou0830