LP
LP
The pyFlightAnalysis uses pyULog to read the log file. So you don't need to convert the log file to the csv. Try click the `open file` icon on the toolbar....
Could you upload your log file to google driver or Baidu driver for analysing the error?
@JohnnyLiu2886 Could you please upload your log file?
the `.build` method will return original object, so change `os.path.join` to `os.path.join.build()`, similarly others, will fix it , ref [LazyAttr](https://github.com/open-mmlab/mmengine/blob/f79111ecc0eea9fbb1b7d1361a79f7062ca1ac10/mmengine/config/lazy.py#L135)
Good to me. Deciding the file type by the extension looks cumbersome.
@JunMa11 According to [docstring](https://github.com/open-mmlab/mmsegmentation/blob/02d2790145275477928b97bdcc6e2bc806c095a3/mmseg/datasets/pipelines/loading.py#L12), `LoadImageFromFile loads an image from file.`, therefore, it will treat the `npy` file with shape (1000, 256, 256, 3) as one image file directly without considering...