Xie Jingyi

Results 21 comments of Xie Jingyi

Checks on MacOS are failing these days due to nonintrinsic factors. See https://github.com/actions/virtual-environments/issues/841

Hi. Would you please share your training log? We want to make sure if there's any difference.

@purse1996 I could not quite understand what do you mean by "useless". The code snippet you post just shows that we are using class balance.

Hi @achreff . Please specify the branch and dataset you are working on, and the command you use.

@achreff Cannot reproduce your problem. BTW, I notice that the line number in your screenshot does not match current code in `HRNet_OCR` branch. Your `main()` is at L129 of `tools/test.py`,...

The command in `README.md` is OK. What I mean above is that the Python code you currently use may not be the latest revision in `HRNet_OCR` branch, since the line...

This problem may be caused by that the file to delete is not on the same mount point as your `$HOME`. I resolve this by starting vscode with envvar `ELECTRON_TRASH=kioclient5`....

Make sure: 1. Command `kioclient5` is available 2. All vscode instances are shut down. You may verify via `ps aux | grep code` Then run `ELECTRON_TRASH=kioclient5 code /path/to/your/workspace`

You may replace "kioclient5" with other values listed above, as things could vary on different machines.