yustiks

Results 62 comments of yustiks

> > You can use this repo: https://github.com/AlexeyAB/darknet > > To process a list of images `data/train.txt` and save results of detection to `result.txt` use: > > `./darknet detector test...

> Hi, I'm getting an error like this > > ``` > > > Missing modules for handwritten text generation. > > 1%|▋ | 7/1000 [00:00 > """ > >...

> @yustiks thank you for your note. looks like link on web page was currepted, when we move this file. This issue has beed already fixed in develop branch. and...

> @yustiks looks like you have wrong indention in yml file (`launchers` and `datasets` sections should be on the same indention level like `name`). > BTW specify only weight (pth...

> > changed parameters now according to your answer, and still have the same errors. > > this error is not from the tool, this error speaks that you have...

> As I said before you need to provide module for network architecture loading. > Please read launcher [configuration instruction](https://github.com/openvinotoolkit/open_model_zoo/blob/master/tools/accuracy_checker/accuracy_checker/launcher/pytorch_launcher_readme.md) > It says: > > * `module` pytorch network module...

I have found an answer. thank you! now the module is as following: ``` module: torchvision.models.detection.maskrcnn_resnet50_fpn ``` but I have another error... ``` raise ConfigError(reason) accuracy_checker.config.config_validator.ConfigError: Invalid config for PyTorchSSDDecoder:...

> Sorry, we provide examples only for Open Model Zoo models, and as I know there is no pytorch mask rcnn, so it is the reason why example is unavailable....

I changed the configuration_file: ``` models: - name: pytorch launchers: - framework: pytorch model: magnit_digit_detector_25.pth device: GPU adapter: type: pytorch_ssd_decoder scores_out: detection_output boxes_out: bbox_pred batch: 128 module: torchvision.models.detection.maskrcnn_resnet50_fpn module_kwargs: pretrained:...

> @yustiks have you solved your issue? no =(