Liu yipeng

Results 4 comments of Liu yipeng

> I encounter the same issue using coremltools 5.2. I encountered the same problem when deploying yolox-tiny. I tried to convert torch model to onnx, and then onnx to coreml...

```python if set_name == "test": xml_fold_path = os.path.join(self.temp_fold, set_name, "page") else: xml_fold_path = os.path.join(self.temp_fold, set_name, "page", "page") ``` at line 137 in read2016_formatter.py . This problem is caused by error...

> From what I can see, the data set was never published. While I still hope that this might change in the future, I started an attempt to train this...

> > You are right,I have also attempted to train TrOMR on the PRIMuS dataset, simply by scaling the images to a fixed size. My results show that TrOMR's performance...