-
Can you tell me the difference between the config files under the configs folder?
-
## Description
Parameters normalizedperclassboxcenterencoder5_means and normalizedperclassboxcenterencoder5_stds are used in training but not in inference. This causes AssertionError while exporting…
-
Hi everyone!
I am trying to save the full model (not only the weight).
I use the command:
>> _model.keras_model.save(path_file)_
And it does not give any error.
But, when I try to load …
-
I want to know if Mask_Rcnn works with cross validation?
Thank you!
-
装了好几次环境,最后都会遇到这个问题,请问大佬怎么解决
-
## 🐛 Bug
I successfully exported roi_head module but failed to load model.
## To Reproduce
```python
import torch
import io
import unittest
from maskrcnn_benchmark.structures.image_list…
-
Firstly, I adjusted the configuration file according to the requirements and did 15+5 incremental learning. Then, I used Python tools/train_first_step. py -- config file="./configurations/e2e'faster_r…
-
Hi,when i try to run demo/webcam.py i get the error
_pickle.UnpicklingError: pickle data was truncated
Here is the full result:
Traceback (most recent call last):
File "webcam.py", line 80, in…
-
### 🐛 Describe the bug
While developing my own custom data pipeline for MaskRCNN, I encountered a bug where I would generate a massive runaway mask)_loss (both positive and negative). According to th…
-
I followed the install.me process.
But there is an error like the following.
File "tools/train_net.py", line 18, in
from maskrcnn_benchmark.engine.inference import inference
File "/work…