We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I follow all your steps. But when I ran ./mtcnn_facenet_cpp_tensorRT, this messages pop up... How can I fix it?
my tensorflow version : 1.15.4 with jp4.4
UNKNOWN: Registered plugin creator - ::GridAnchor_TRT version 1 UNKNOWN: Registered plugin creator - ::NMS_TRT version 1 UNKNOWN: Registered plugin creator - ::Reorg_TRT version 1 UNKNOWN: Registered plugin creator - ::Region_TRT version 1 UNKNOWN: Registered plugin creator - ::Clip_TRT version 1 UNKNOWN: Registered plugin creator - ::LReLU_TRT version 1 UNKNOWN: Registered plugin creator - ::PriorBox_TRT version 1 UNKNOWN: Registered plugin creator - ::Normalize_TRT version 1 UNKNOWN: Registered plugin creator - ::RPROI_TRT version 1 UNKNOWN: Registered plugin creator - ::BatchedNMS_TRT version 1 UNKNOWN: Registered plugin creator - ::FlattenConcat_TRT version 1 UNKNOWN: Registered plugin creator - ::CropAndResize version 1 UNKNOWN: Registered plugin creator - ::DetectionLayer_TRT version 1 UNKNOWN: Registered plugin creator - ::Proposal version 1 UNKNOWN: Registered plugin creator - ::ProposalLayer_TRT version 1 UNKNOWN: Registered plugin creator - ::PyramidROIAlign_TRT version 1 UNKNOWN: Registered plugin creator - ::ResizeNearest_TRT version 1 UNKNOWN: Registered plugin creator - ::Split version 1 UNKNOWN: Registered plugin creator - ::SpecialSlice_TRT version 1 UNKNOWN: Registered plugin creator - ::InstanceNormalization_TRT version 1 ERROR: UffParser: Could not open ../facenetModels/facenet.uff Failed to parse UFF terminate called after throwing an instance of 'std::exception' what(): std::exception Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I follow all your steps.
But when I ran ./mtcnn_facenet_cpp_tensorRT, this messages pop up...
How can I fix it?
my tensorflow version : 1.15.4 with jp4.4
UNKNOWN: Registered plugin creator - ::GridAnchor_TRT version 1
UNKNOWN: Registered plugin creator - ::NMS_TRT version 1
UNKNOWN: Registered plugin creator - ::Reorg_TRT version 1
UNKNOWN: Registered plugin creator - ::Region_TRT version 1
UNKNOWN: Registered plugin creator - ::Clip_TRT version 1
UNKNOWN: Registered plugin creator - ::LReLU_TRT version 1
UNKNOWN: Registered plugin creator - ::PriorBox_TRT version 1
UNKNOWN: Registered plugin creator - ::Normalize_TRT version 1
UNKNOWN: Registered plugin creator - ::RPROI_TRT version 1
UNKNOWN: Registered plugin creator - ::BatchedNMS_TRT version 1
UNKNOWN: Registered plugin creator - ::FlattenConcat_TRT version 1
UNKNOWN: Registered plugin creator - ::CropAndResize version 1
UNKNOWN: Registered plugin creator - ::DetectionLayer_TRT version 1
UNKNOWN: Registered plugin creator - ::Proposal version 1
UNKNOWN: Registered plugin creator - ::ProposalLayer_TRT version 1
UNKNOWN: Registered plugin creator - ::PyramidROIAlign_TRT version 1
UNKNOWN: Registered plugin creator - ::ResizeNearest_TRT version 1
UNKNOWN: Registered plugin creator - ::Split version 1
UNKNOWN: Registered plugin creator - ::SpecialSlice_TRT version 1
UNKNOWN: Registered plugin creator - ::InstanceNormalization_TRT version 1
ERROR: UffParser: Could not open ../facenetModels/facenet.uff
Failed to parse UFF
terminate called after throwing an instance of 'std::exception'
what(): std::exception
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: