Giter Site home page Giter Site logo

Comments (6)

ivyvideo avatar ivyvideo commented on August 23, 2024 1

I think it is because when printing a matrix in python, the numbers should be aligned in the direction of a column as follows. So once you save the results in log file, the space between '[[' and the number would also be saved.
In order to tackle the problem, I add a postprocess to deal with the spaces...
mm

from r-c3d.

huijuan88 avatar huijuan88 commented on August 23, 2024

from r-c3d.

wangwen39 avatar wangwen39 commented on August 23, 2024

I have met the same problem, and i donnot know why the log file have this format : [[9.4955711e+00 7.9366196e+01 6.5591358e-02]] ? But there should be [[ 9.4955711e+00 7.9366196e+01 6.5591358e-02]] , what has caused this problem ? i have no idea, have you solved this problem?(The first time i got the true format of this log file like [[ left_frame right_frame score]], but this time i got log file like[[left_frame right_frame score]] , this format can not be analysis by the code of analysis_log.py because of the false format)
Thanks for your reply!

from r-c3d.

sijun-zhou avatar sijun-zhou commented on August 23, 2024

hi @kstys @wangwen39

I am 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 am using a card of 1080Ti with 11G memory, but 2.5G was used by other students, so I was only left with 8.5G memory with GPU. But when I run the test_net.py script in ActivityNet , only loaded one 1 video's frams(768 images), but out of memory at the step:
blobs_out = net.forward(**forward_kwargs)
"""
F0713 15:08:15.452706 22317 syncedmem.cpp:56] Check failed: error == cudaSuccess (2 vs. 0) out of memory
*** Check failure stack trace: ***
Aborted (core dumped)
"""

so could you plz tell me what is your GPU type and how many GPUs have you used when testing and training this code?
Thanks in advance!

from r-c3d.

ivyvideo avatar ivyvideo commented on August 23, 2024

@wangwen39 Have you solved your problem? I have the same issue: some of the matrixs are in this format: [[9.4955711e+00 7.9366196e+01 6.5591358e-02]], and some of them have "space" between number and '[[', I cannot figure out the reason for that.

from r-c3d.

huijuan88 avatar huijuan88 commented on August 23, 2024

from r-c3d.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.