-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error while running train.py #9
Comments
Hey,
Sorry for the late reply,
As the line 3 suggests, images are not in the location where python is present.
Please do look up the locations.
…On 9/20/18, shreyasjain999 ***@***.***> wrote:
![screenshot from 2018-09-20
06-18-45](https://user-images.githubusercontent.com/42218377/45776164-b17dbf00-bc6f-11e8-865c-b99a7ac33841.png)
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#9
|
@TILhub Are you able to run this project on your system ? |
I already had a trained data set, so i bypasses training of data !
…On Sun, Sep 23, 2018, 2:13 PM Tanay Mishra ***@***.***> wrote:
@TILhub <https://github.com/TILhub> Are you able to run this project on
your system ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXpAbuIhJ8KuCfEeXaBCjldyLFxeuQ7aks5ud0mpgaJpZM4Ww0MF>
.
|
Can you send me the trained dataset.
…On Sun, Sep 23, 2018, 2:15 PM Sahil Malik ***@***.***> wrote:
I already had a trained data set, so i bypasses training of data !
On Sun, Sep 23, 2018, 2:13 PM Tanay Mishra ***@***.***>
wrote:
> @TILhub <https://github.com/TILhub> Are you able to run this project on
> your system ?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <
#9 (comment)
>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/AXpAbuIhJ8KuCfEeXaBCjldyLFxeuQ7aks5ud0mpgaJpZM4Ww0MF
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AoQzibev-_jB18sjLmNsP7-IvskMDCaCks5ud0pEgaJpZM4Ww0MF>
.
|
you get that from any packt opencv book's repo. |
It is throwing an error.
WIll be very thankful if you can help with this .
…On Mon, Sep 24, 2018 at 4:16 PM, Sahil Malik ***@***.***> wrote:
you get that from any packt opencv book's repo.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbF1d9g7CRNV7hhXFyb8Y9J8CtBz7Qx6ks5ueLgigaJpZM4Ww0MF>
.
|
Hey |
Here have a looks ! |
@TILhub Hello, |
… On 4/3/19, Sahil ***@***.***> wrote:
@TILhub Hello,
Can you please help me with this because I tried running the train.py file
and it is giving an error as following:
usage: train.py [-h] [--output_graph OUTPUT_GRAPH]
[--output_labels OUTPUT_LABELS]
[--summaries_dir SUMMARIES_DIR]
[--how_many_training_steps HOW_MANY_TRAINING_STEPS]
[--learning_rate LEARNING_RATE]
[--testing_percentage TESTING_PERCENTAGE]
[--validation_percentage VALIDATION_PERCENTAGE]
[--eval_step_interval EVAL_STEP_INTERVAL]
[--train_batch_size TRAIN_BATCH_SIZE]
[--test_batch_size TEST_BATCH_SIZE]
[--validation_batch_size VALIDATION_BATCH_SIZE]
[--print_misclassified_test_images] [--model_dir MODEL_DIR]
[--bottleneck_dir BOTTLENECK_DIR]
[--final_tensor_name FINAL_TENSOR_NAME] [--flip_left_right]
[--random_crop RANDOM_CROP] [--random_scale RANDOM_SCALE]
[--random_brightness RANDOM_BRIGHTNESS]
C:/Users/Sahil/Desktop/SLR/dataset/
train.py: error: the following arguments are required:
C:/Users/Sahil/Desktop/SLR/dataset/
It would be really helpful if you could send the model you trained for the
same.
Thank You.
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#9 (comment)
|
You have not downloaded the dataset . Download it from the original repo
…On Wed, Apr 3, 2019 at 5:34 PM Sahil ***@***.***> wrote:
@TILhub <https://github.com/TILhub> Hello,
Can you please help me with this because I tried running the train.py file
and it is giving an error as following:
usage: train.py [-h] [--output_graph OUTPUT_GRAPH]
[--output_labels OUTPUT_LABELS]
[--summaries_dir SUMMARIES_DIR]
[--how_many_training_steps HOW_MANY_TRAINING_STEPS]
[--learning_rate LEARNING_RATE]
[--testing_percentage TESTING_PERCENTAGE]
[--validation_percentage VALIDATION_PERCENTAGE]
[--eval_step_interval EVAL_STEP_INTERVAL]
[--train_batch_size TRAIN_BATCH_SIZE]
[--test_batch_size TEST_BATCH_SIZE]
[--validation_batch_size VALIDATION_BATCH_SIZE]
[--print_misclassified_test_images] [--model_dir MODEL_DIR]
[--bottleneck_dir BOTTLENECK_DIR]
[--final_tensor_name FINAL_TENSOR_NAME] [--flip_left_right]
[--random_crop RANDOM_CROP] [--random_scale RANDOM_SCALE]
[--random_brightness RANDOM_BRIGHTNESS]
C:/Users/Sahil/Desktop/SLR/dataset/
train.py: error: the following arguments are required:
C:/Users/Sahil/Desktop/SLR/dataset/
It would be really helpful if you could send the model you trained for the
same.
Thank You.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AoQzidzPw1haSOfJAqdWmpN6rKpe1wFHks5vdJjIgaJpZM4Ww0MF>
.
|
I had downloaded the dataset and the project is running fine now. Though
thank you for your reply.
On Thu, Apr 4, 2019, 10:00 PM shreyasjain999 <[email protected]>
wrote:
… You have not downloaded the dataset . Download it from the original repo
On Wed, Apr 3, 2019 at 5:34 PM Sahil ***@***.***> wrote:
> @TILhub <https://github.com/TILhub> Hello,
> Can you please help me with this because I tried running the train.py
file
> and it is giving an error as following:
> usage: train.py [-h] [--output_graph OUTPUT_GRAPH]
> [--output_labels OUTPUT_LABELS]
> [--summaries_dir SUMMARIES_DIR]
> [--how_many_training_steps HOW_MANY_TRAINING_STEPS]
> [--learning_rate LEARNING_RATE]
> [--testing_percentage TESTING_PERCENTAGE]
> [--validation_percentage VALIDATION_PERCENTAGE]
> [--eval_step_interval EVAL_STEP_INTERVAL]
> [--train_batch_size TRAIN_BATCH_SIZE]
> [--test_batch_size TEST_BATCH_SIZE]
> [--validation_batch_size VALIDATION_BATCH_SIZE]
> [--print_misclassified_test_images] [--model_dir MODEL_DIR]
> [--bottleneck_dir BOTTLENECK_DIR]
> [--final_tensor_name FINAL_TENSOR_NAME] [--flip_left_right]
> [--random_crop RANDOM_CROP] [--random_scale RANDOM_SCALE]
> [--random_brightness RANDOM_BRIGHTNESS]
> C:/Users/Sahil/Desktop/SLR/dataset/
> train.py: error: the following arguments are required:
> C:/Users/Sahil/Desktop/SLR/dataset/
> It would be really helpful if you could send the model you trained for
the
> same.
> Thank You.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <
#9 (comment)
>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/AoQzidzPw1haSOfJAqdWmpN6rKpe1wFHks5vdJjIgaJpZM4Ww0MF
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AmlUva4xbo8h7IGwoECYo17STjXI2SBtks5vdiiQgaJpZM4Ww0MF>
.
|
how much time did it took to train the given dataset. mine is taking a long time : ( |
The text was updated successfully, but these errors were encountered: