-
Notifications
You must be signed in to change notification settings - Fork 94
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
about some details #20
Comments
Maybe, you can see the other two examples on THUMOS14 and Charades dataset. Their formats are quite similar.
The videos in these two datasets can be downloaded.
On Apr 11, 2018, at 21:39, Chen yh <notifications@github.com<mailto:notifications@github.com>> wrote:
thanks for your job!
now i want to finetune the 135000 caffemodel by using myself dataest,and because of network ,i can't download ActivityNet dataest videos,so i don't know dataest format
i really hope you can help me.thx again!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#20>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AFOa_-taNzpW8LLCl5apQ6E-yyXaQWtMks5tnrBHgaJpZM4TRAIy>.
|
thank you for you reply. Accuracy: 0.984375
I hope you can answer my questions. |
I want to use caffemodel to detect a video, but I can't find the demo file ,if the folder has the file ,can you tell you the file postion? |
"Class 0 accuracy” indicates the background classification accuracy in one batch. "Class 1 accuracy” is for foreground classification accuracy in one batch.
Opening the lower layers’ learning rate has minor effect, but the training speed is slow down.
The demo file can be written following the test prediction code.
On Apr 12, 2018, at 22:59, Chen yh <notifications@github.com<mailto:notifications@github.com>> wrote:
thank you for you reply.
I fiuntune 135000 caffemodel, now the network can run. but I don't understand the information of Terminal output.
Accuracy: 0.984375
I0413 09:36:22.818658 4436 accuracy_layer.cpp:101] Class 0 accuracy : 1
I0413 09:36:22.818661 4436 accuracy_layer.cpp:101] Class 1 accuracy : 0.666667
TRAIN
I0413 09:36:22.826498 4436 solver.cpp:228] Iteration 63, loss = 0.973929
I0413 09:36:22.826509 4436 solver.cpp:244] Train net output #0: accuarcy = 0.714286
I0413 09:36:22.826514 4436 solver.cpp:244] Train net output #1<#1>: loss_cls = 0.531705 (* 1 = 0.531705 loss)
I0413 09:36:22.826519 4436 solver.cpp:244] Train net output #2<#2>: loss_twin = 0.38329 (* 1 = 0.38329 loss)
I0413 09:36:22.826520 4436 solver.cpp:244] Train net output #3<#3>: rpn_accuarcy = 0.984375
I0413 09:36:22.826522 4436 solver.cpp:244] Train net output #4<#4>: rpn_accuarcy_class = 1
I0413 09:36:22.826524 4436 solver.cpp:244] Train net output #5<#5>: rpn_accuarcy_class = 0.666667
I0413 09:36:22.826527 4436 solver.cpp:244] Train net output #6<#6>: rpn_cls_loss = 0.0271421 (* 1 = 0.0271421 loss)
I0413 09:36:22.826530 4436 solver.cpp:244] Train net output #7<#7>: rpn_loss_twin = 0.0317921 (* 1 = 0.0317921 loss)
1. I believe the Accuray is rpn_accuarcy, and does the class0 ,1 accuracy indicate that RPN has the accuracy foreground and background classification ?and Train net output #0: accuarcy = 0.714286 indicate the accuarcy of the R-C3D network?
2.the learing rate of conv1a,conv2a.. are 0, Do you think these layers needs backward computation when finetuned?
3.I don't fine the demo.py file,which means I should write the py file when I want to use a video to detect the effect of caffemodel?
I hope you can answer my questions.
Wish you a happy day, thanks again!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#20 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AFOa__3ZgS1VFOeRzWn88tCXzJYFaJO1ks5toBSWgaJpZM4TRAIy>.
|
thank you for your reply~ |
@huijuan88 The demo file has been written |
If you just test, you need to follow the origin train parameters.
Since the 10 seconds video is short, maybe a larger fps can be tried to convert the video to more frames.
On Apr 15, 2018, at 03:41, Chen yh <notifications@github.com<mailto:notifications@github.com>> wrote:
@huijuan88<https://github.com/huijuan88> The demo file has been written
and my dataest is small and video length is about 10 seconds, can you give me some advice in parameter settings?Or use the network original parameters directly?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#20 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AFOa_6YmXfvbSXjiwt7mGENCdT9Wh3E_ks5tovnFgaJpZM4TRAIy>.
|
@huijuan88 |
100fps is too high. Usually, 25fps is maximum. Also, if your dataset is very different from activityNet, it might not work well without training.
I update activitynet_log_analysis.py.
On Apr 16, 2018, at 09:45, Chen yh <notifications@github.com<mailto:notifications@github.com>> wrote:
@huijuan88<https://github.com/huijuan88>
my video fps is 120,so I set FPS = 100 and retrain the work,
Train net output #0: accuarcy = 0.963636 , which means the network classification accuracy is 0.96? but i test some videos, result isn't good... can you give me some advices?
and i found a error in activitynet_log_analysis.py, line 113, after call get_segments function, we should set predict_data=[],Otherwise only the detection result of the first video can be output to result.json~
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#20 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AFOa_8oRSELskVplp-bu36HNfl8rJWV3ks5tpKCLgaJpZM4TRAIy>.
|
@huijuan88 |
Hi @dlyldxwl I am a new for action detection and very interested in this field. I use the test script R-C3D/experiments/activitynet/test_net.py to do the test. I reduce the 768 images to 160 images. It is working fine with me with 8.5G memory left. But if I use 768 images nearly 5 times larger. So I guess I need 40G to 50G GPU memories. And it is difficult to run on pycaffe with multiple GPUs. Could you plz help me! I am a new to action detection. Really appreciated! so could you plz tell me what is your GPU type and how many GPUs have you used when testing and training this code? |
@sijun-zhou |
@dlyldxwl Thanks, |
@sijun-zhou |
@dlyldxwl |
@dlyldxwl i am a new for deep learning, so could you tell me how to use the caffemodel to detect a video just as you said, thanks a lot, best wish for you |
@dlyldxwl , could you please share the demo file you have written? |
thanks for your job!
now i want to finetune the 135000 caffemodel by using myself dataest,and because of network ,i can't download ActivityNet dataest videos,so i don't know dataest format
i really hope you can help me.thx again!
The text was updated successfully, but these errors were encountered: