serend1p1ty/SeqNet

Add video for testing

ThanhPham1987 opened this issue · 4 comments

Hi @serend1p1ty ,
How to read video file into your source code?
Best regards,
PeterPham

Currently, the data is loaded from PyTorch Dataloader in test phase.

for images, targets in tqdm(gallery_loader, ncols=0):

You can modify it so that reading from video.

Thank you for your work. Could you please tell me how to change the input into the camera

@A7777-gp Single image demo has been implemented. Please refer to demo.py