-
Notifications
You must be signed in to change notification settings - Fork 4
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
SystemError: NULL result without error in PyObject_Call #1
Comments
It is probably because of path.
On Apr 17, 2019, at 09:15, leenaraz <[email protected]<mailto:[email protected]>> wrote:
This is the error i get when i run
bash ./experiments/denseCap_jeddiNet_end2end/script_train.sh
Here is the error
Traceback (most recent call last):
File "./experiments/denseCap_jeddiNet_end2end/train_net.py", line 99, in
max_iters=args.max_iters)
File "/home/user4/mainpro/JEDDi-Net/experiments/denseCap_jeddiNet_end2end/../../lib/tdcnn/train_end2end.py", line 163, in train_net
sw = SolverWrapper(solver_prototxt, roidb, output_dir, pretrained_model=pretrained_model, detection_pretrained_model=detection_pretrained_model)
File "/home/user4/mainpro/JEDDi-Net/experiments/denseCap_jeddiNet_end2end/../../lib/tdcnn/train_end2end.py", line 45, in init
self.solver = caffe.SGDSolver(solver_prototxt)
SystemError: NULL result without error in PyObject_Call
Please help me solve this
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#1>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AFOa_030qdNR65XOAs3Y6bO71ySpWL2Uks5vh0irgaJpZM4c1cQh>.
|
Thankyou Sir,
I have some doubts and i hope you will please help me with it.
1.Where am i supposed to placd the activitynet videos and fps files fof the
training?
2. Have you implemented a demo to pass this model to a video and get the
output? If yes, can you please share the code with me.
Thankyou
…On Thu, 18 Apr 2019, 4:33 a.m. huijuan88, ***@***.***> wrote:
It is probably because of path.
On Apr 17, 2019, at 09:15, leenaraz ***@***.***<mailto:
***@***.***>> wrote:
This is the error i get when i run
bash ./experiments/denseCap_jeddiNet_end2end/script_train.sh
Here is the error
Traceback (most recent call last):
File "./experiments/denseCap_jeddiNet_end2end/train_net.py", line 99, in
max_iters=args.max_iters)
File
"/home/user4/mainpro/JEDDi-Net/experiments/denseCap_jeddiNet_end2end/../../lib/tdcnn/train_end2end.py",
line 163, in train_net
sw = SolverWrapper(solver_prototxt, roidb, output_dir,
pretrained_model=pretrained_model,
detection_pretrained_model=detection_pretrained_model)
File
"/home/user4/mainpro/JEDDi-Net/experiments/denseCap_jeddiNet_end2end/../../lib/tdcnn/train_end2end.py",
line 45, in init
self.solver = caffe.SGDSolver(solver_prototxt)
SystemError: NULL result without error in PyObject_Call
Please help me solve this
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<
#1>, or mute the
thread<
https://github.com/notifications/unsubscribe-auth/AFOa_030qdNR65XOAs3Y6bO71ySpWL2Uks5vh0irgaJpZM4c1cQh>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACOLP5JTD5KHUL6237BEHHDPQ6UFHANCNFSM4HGVYQQQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the error i get when i run
bash ./experiments/denseCap_jeddiNet_end2end/script_train.sh
Here is the error
Traceback (most recent call last):
File "./experiments/denseCap_jeddiNet_end2end/train_net.py", line 99, in
max_iters=args.max_iters)
File "/home/user4/mainpro/JEDDi-Net/experiments/denseCap_jeddiNet_end2end/../../lib/tdcnn/train_end2end.py", line 163, in train_net
sw = SolverWrapper(solver_prototxt, roidb, output_dir, pretrained_model=pretrained_model, detection_pretrained_model=detection_pretrained_model)
File "/home/user4/mainpro/JEDDi-Net/experiments/denseCap_jeddiNet_end2end/../../lib/tdcnn/train_end2end.py", line 45, in init
self.solver = caffe.SGDSolver(solver_prototxt)
SystemError: NULL result without error in PyObject_Call
Please help me solve this
The text was updated successfully, but these errors were encountered: