spmallick / learnopencv

Learn OpenCV : C++ and Python Examples
https://www.learnopencv.com/
20.78k stars 11.53k forks source link

PyTorch-faster-RCNN make new label #356

Open SunggyuLee opened 4 years ago

SunggyuLee commented 4 years ago

I want to make new trained label and test on your code.

Is there any way I can make new Model? I already made labeled data using Darklabel.

SunggyuLee commented 4 years ago

I mean not using pytorchvision.models, but using my own new trained model such as .hdf5.

SunggyuLee commented 4 years ago

And do you think I can use the code for video or webcam or network camera not only the images?