Git Product home page Git Product logo

Comments (4)

pengsida avatar pengsida commented on July 17, 2024 2
  1. annotations文件夹下的json文件不是coco格式的,coco_ann下的json文件是coco格式的。
  2. 我有定义一个dataset,用了coco_ann,因为用coco做evaluation会快一些:https://github.com/zju3dv/snake/blob/master/lib/datasets/dataset_catalog.py#L45
  3. SBD没有资源是什么意思。
  4. Kitti的json文件是coco格式的,哪些地方奇怪了?

from snake.

pengsida avatar pengsida commented on July 17, 2024 2
  1. 如果是coco格式,肯定是可以的。可以用Sbd的方式去训练、测试、评估。
  2. annotations文件夹下的json文件是每张图片的polygon标注。因为我一开始是照着cityscapes的标注格式做的,后来发现cityscapes official evaluation速度很慢,就换成了coco的格式。
  3. instance_box_train.json与instance_box_val.json可以不管。
  4. Sbd标注是将官方提供的图片转化成coco格式,我明天把代码传上来。
  5. 这文件很大啊,我无法发邮箱。我可以试试传到百度网盘,你能用百度网盘吗?

from snake.

pengsida avatar pengsida commented on July 17, 2024 1

我把代码上传了

from snake.

pengsida avatar pengsida commented on July 17, 2024

这些json文件是coco格式的。
不知道你的数据是怎样的。
我有把SBD数据的图片标注转成coco格式的代码。

from snake.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.