toti-bz
toti-bz
is there a way to use resnet-inception pretrained on vggface2 as a backbone for pytorch faster rcnn. This means that I only want the feature map of the model so...
I am trying to use face alignment network as backbone for faster rcnn pytorch pretrained model. I am using the net_s3fd structure as a feature extraction network and this is...
using python 3.10.1, torch: 1.11.0+cu113 and numpy 1.21.6, the following error occurs: ``` C:\Users\PICO\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\_masked\__init__.py:223: UserWarning: Failed to initialize NumPy: module compiled against API version 0xf but this version of numpy...
is there a way to visualize the predictions?