Giter VIP home page Giter VIP logo

Comments (4)

datitran avatar datitran commented on August 25, 2024

The error says that it cannot find the file.

from raccoon_dataset.

RenukaNale avatar RenukaNale commented on August 25, 2024

same error any idea how do I solve it.
I am beginner in deep learning I am little bit confuse after training we check accuracy on test set(here which images should I used label or unlable, according to me it should be unlable)

from raccoon_dataset.

RenukaNale avatar RenukaNale commented on August 25, 2024

Hello,
I am using your script for generating tfrecord on my own dataset getting following error any idea how I solve it. I am able to convert from xmltocsv.

filename width height class xmin ymin xmax ymax  
100.png 1287 930 fillet 396 666 445 799  
100.png 1287 930 fillet 368 740 558 783  
But getting following error while converting to tfrecord

Traceback (most recent call last):
File "generate_tfrecord.py", line 100, in
tf.app.run()
File "C:\Users\Sanjay_pc\python35\lib\site-packages\tensorflow\python\platform
\app.py", line 48, in run
_sys.exit(main(_sys.argv[:1] + flags_passthrough))
File "generate_tfrecord.py", line 91, in main
tf_example = create_tf_example(group, path)
File "generate_tfrecord.py", line 80, in create_tf_example
'image/object/class/label': dataset_util.int64_list_feature(classes),
File "C:\Users\Sanjay_pc\python35\pythonprograming\Object_Detection\dataset_ut
il.py", line 9, in int64_list_feature
return tf.train.Feature(int64_list=tf.train.Int64List(value=value))
File "C:\Users\Sanjay_pc\python35\lib\site-packages\google\protobuf\internal\p
ython_message.py", line 509, in init
copy.extend(field_value)
File "C:\Users\Sanjay_pc\python35\lib\site-packages\google\protobuf\internal\c
ontainers.py", line 275, in extend
new_values = [self._type_checker.CheckValue(elem) for elem in elem_seq_iter]

File "C:\Users\Sanjay_pc\python35\lib\site-packages\google\protobuf\internal\c
ontainers.py", line 275, in
new_values = [self._type_checker.CheckValue(elem) for elem in elem_seq_iter]

File "C:\Users\Sanjay_pc\python35\lib\site-packages\google\protobuf\internal\t
ype_checkers.py", line 133, in CheckValue
raise TypeError(message)
TypeError: None has type <class 'NoneType'>, but expected one of: (<class 'int'>
,)

from raccoon_dataset.

RenukaNale avatar RenukaNale commented on August 25, 2024

problem solved my mistake while annotating spelling mistake

from raccoon_dataset.

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.