voxel51/fiftyone

[BUG] Cityscapes importer not reading train_extra images

開放

#5,605 建立於 2025年3月19日

 (1 則留言) (0 個反應) (0 位負責人)Python (400 個分叉)batch import
buggood first issue

倉庫指標

星標
 (4,021 顆星)
PR 合併指標
 (平均合併 3天 11小時) (30 天內合併 161 個 PR)

描述

Describe the problem

The train_extra split is not parsed by fiftyone. Looking at fiftyone/utils/cityscapes.py there seems to be no handling for this split.

Code to reproduce issue

fiftyone zoo datasets load cityscapes -k source_dir=.

With PWD having: gtCoarse.zip gtFine_trainvaltest.zip leftImg8bit_trainextra.zip leftImg8bit_trainvaltest.zip

Image

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 22.04): Arch Linux Rolling
  • Python version (python --version): 3.11-3.13
  • FiftyOne version (fiftyone --version): 1.4
  • FiftyOne installed from (pip or source): pip

Willingness to contribute

The FiftyOne Community encourages bug fix contributions. Would you or another member of your organization be willing to contribute a fix for this bug to the FiftyOne codebase?

  • Yes. I can contribute a fix for this bug independently
  • Yes. I would be willing to contribute a fix for this bug with guidance from the FiftyOne community
  • No. I cannot contribute a bug fix at this time

I am already working on a fix, will post PR soon.

貢獻者指南