raccoon_dataset
raccoon_dataset copied to clipboard
The dataset is used to train my own raccoon detector and I blogged about it on Medium
Hi All, While running the code **writer = tf.python_io.TFRecordWriter(FLAGS.output_path)** below are the errors occured : > writer = tf.python_io.TFRecordWriter(FLAGS.output_path) Traceback (most recent call last): File "", line 1, in writer...
trying to train same model of raccoon : where i am getting following issue File "C:\Python35\lib\site-packages\tensorflow\python\framework\errors_impl.py", line 548, in __exit__ c_api.TF_GetCode(self.status.status)) tensorflow.python.framework.errors_impl.NotFoundError: Failed to create a NewWriteableFile: : The system...
I get this error: File "generate_tfrecord.py", line 102, in main() File "generate_tfrecord.py", line 89, in main writer = tf.python_io.TFRecordWriter(FLAGS.output_path) AttributeError: module 'tensorflow' has no attribute 'python_io' What do i have...
@chuasonglin I followed your revisions and keep getting this error: $ python3 generate_tfrecord.py --csv_input=data/Train_labels.csv --output_path=data/train.record --image_dir=Camera pictures/Train/ Traceback (most recent call last): File "generate_tfrecord.py", line 99, in tf.compat.v1.app.run() File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/tensorflow/python/platform/app.py",...
I am using windows 10, python 3.7. While I was trying to run train.py fpr custom object detection i was facing below issue: Traceback (most recent call last): File "train.py",...
### Failed to create a NewWriteableFile: : The system cannot find the path specified. ; No such process **Command used** : python generate_tfrecord.py --csv_input=data/train_labels.csv --output_path=train.record I've the CSV files at...
hello everyone, i have been struggling to solve this issue for quite some time now. whenever i run generate_tf.py script, i encounter the following error message: **Traceback (most recent call...
sir, i tried to do like this but not in the same folder as in research/object_detection instead i create new folder in desktop and save all the images, train and...
added compat.v1 on line 23, 45, 86, 100
while trying to train ssd_mobilenet_v2_quantized_300x300_coco i'm getting an error which is assertion error 'train_dir' is missing can anyone help please !