GithubHelp home page GithubHelp logo

Comments (9)

dvornikita avatar dvornikita commented on July 24, 2024

You don't have the annotations that are getting created when you prepare the datasets. This shouldn't happen if you perform the preparation steps, as noted in the readme. Did you do that?

from blitznet.

 avatar commented on July 24, 2024

I do the step 1 2 3
,but in the step 3,set_extra_annotations, subprocess.call('rm %s' % archive_name) meet some problem

from blitznet.

 avatar commented on July 24, 2024

but in step 3, subprocess.call('rm %s' % archive_name) meet some problem

from blitznet.

 avatar commented on July 24, 2024

I do the step 1 2 3
,but in the step 3,set_extra_annotations, subprocess.call('rm %s' % archive_name) meet some problem

from blitznet.

 avatar commented on July 24, 2024

when I run create_voc_dataset('12', 'train', True, True)
FileNotFoundError: [Errno 2] No such file or directory: '/home/cbl/PycharmProjects/blitznet-master/Datasets/VOCdevkit/VOC2012/SegmentationClass/2010_005825.png'

why?

from blitznet.

dvornikita avatar dvornikita commented on July 24, 2024

This means that either your path to annotations is not correct, or the annotations don't exist. In the first case, you need to check the path and correct it in case it doesn't. In the latter case, you need to make sure you did all the steps correctly in order to download and unpack the dataset.

P.S. The failure of subprocess.call('rm %s' % archive_name) shouldn't influence the presence of annotations.

from blitznet.

Roger2148 avatar Roger2148 commented on July 24, 2024
      You don't have the annotations that are getting created when you prepare the datasets. This shouldn't happen if you perform the preparation steps, as noted in the readme. Did you do that?

I just followed the preparation steps

#create_voc_dataset('07', 'test')                             completed
#create_voc_dataset('07', 'trainval')                       completed
create_voc_dataset('12', 'train', True, True)
#create_voc_dataset('12', 'val', True)                     completed

then I have the same problem...
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Zhang\Downloads\blitznet\Datasets\VOCdevkit/VOC2012/ImageSets/SegmentationAug/train.txt'

was i download an imcomplete tar files?
sincerely

from blitznet.

dvornikita avatar dvornikita commented on July 24, 2024

@Roger2148 did you complete the step 3 of preparations? This is what creates the file you are missing.

from blitznet.

Roger2148 avatar Roger2148 commented on July 24, 2024

@dvornikita in the step 3,
The original link of the website(http://www.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/semantic_contours/benchmark.tgz) has been redirected( or disappeared?), finally I saw vlfeat/matconvnet-fcn#54 and now i just downloaded from google drive.
so i think maybe the link in set_extra_annotations.py should be renewed

from blitznet.

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.