Malathi

Results 19 comments of Malathi

Hi @Kyushik , Thanks for your reply. I would like to know which version of ml-agent you have been used in this project, Because the ml-agent (https://github.com/Unity-Technologies/ml-agents) has been updated....

@malege when I tried to run the code you gave I got this error ``` Traceback (most recent call last): File "", line 2, in NameError: name 'saver' is not...

@dineshp Thank you for your reply.. can you please tell me which file I have to run for testing in webcam?

Hi @rocksyne , I would like to train this model using UCF-crime dataset. What are the changes I have to make?

@ruiming46zrm I got the same error while running "face_verify.py". I tried as you said still got the same error. can you help me to solve this!

@Microos Can you help me with the above query.

@highway007 You had trained with own dataset, I also tried to do that. When I run this code for training python main.py something RGB \ --arch BNInception --num_segments 3 \...

@highway007 Thank you. My dataset file looks like this something-something/20bn.../2/00001.jpg. After your suggestion I changed it as something-something/20bn.../02/00001.jpg and it works. After this I got an **RuntimeError: Dimension out of...

@highway007 I'm new to Action Recognition. I want to recognize only one class so I had used 50 videos and extracted into 6 folders using extract_frames.py. Each folder contain 80...

@highway007 Thanks for reply :), I will increase the classification labels.