angiecao 4927b0ed03
[Fix] Fix module PascalContextDataset (#3235)
## Motivation

- 'PascalContextDataset' object has no attribute 'file_client', it will
cause an error.
- The attribute ‘ann_file’ is not allowed to be empty, otherwise, an
error will be reported.

## Modification
- Replace file_client with fileio
2023-08-09 10:15:50 +08:00
..