liamw96
liamw96
Thanks for this 'very, very good' comment. It's encouraging. For a deloy mode, it seems that one need to overload the dataloader.
https://github.com/louis-she/sfd.pytorch I think this is a good reference. There is a infer() function @ line 118 of detector.py. It loads an image, subtracts the mean values, and moves it to...
Hi there, Actually most codes are borrowed from https://github.com/fyu/drn, which uses python3. Specifically, I am using python 3.6.6 torch 0.4.1 gcc 7.2.0 PIL 5.2.0 64-bit ubuntu 16.04.5 cv2 3.1.0 torchvision...