-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
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
Can not load dataset from config. Use default CLASSES instead. #104
Comments
This error can be ignored by setting the class name in
|
def get_classes_from_config(model_cfg):
|
I convert MASK RCNN R-50-FPN |pytorch but there are another issue in
the output is Zero #################model: TRTModule() |
where can get MSKRCNN config file
if I use mmdet config file then
mmdet2trt init_trt_model.......
[01/27/2022-14:52:30] [TRT] [W] TensorRT was linked against cuBLAS/cuBLAS LT 10.2.3 but loaded cuBLAS/cuBLAS LT 10.2.2
[01/27/2022-14:52:30] [TRT] [W] TensorRT was linked against cuBLAS/cuBLAS LT 10.2.3 but loaded cuBLAS/cuBLAS LT 10.2.2
inference.py get_classes_from_config.......
Can not load dataset from config. Use default CLASSES instead.
The text was updated successfully, but these errors were encountered: