Coder Social home page Coder Social logo

Comments (18)

7StarX avatar 7StarX commented on September 13, 2024

我的tensorflow版本是gpu版本的1.15.0

from unofficial-implement-of-openpose.

YangZeyu95 avatar YangZeyu95 commented on September 13, 2024

More log?

from unofficial-implement-of-openpose.

cfsfine avatar cfsfine commented on September 13, 2024

我也是遇到了这个问题,就是'can only start a process object created by current process'!

from unofficial-implement-of-openpose.

zhanghaobucunzai avatar zhanghaobucunzai commented on September 13, 2024

我也遇到了 请问怎么解决? 对python版本有要求吗

from unofficial-implement-of-openpose.

zhanghaobucunzai avatar zhanghaobucunzai commented on September 13, 2024

你好,我在的Windows上训练模型,但是遇到了这个情况:
'只能通过启动当前进程创建的进程对象'
他就提示这个,然后一直不动,GPU和CPU都不动应该怎么解决呢?望回复,非常感谢!!

请问这个问题解决了吗? 是怎么解决的

from unofficial-implement-of-openpose.

zhanghaobucunzai avatar zhanghaobucunzai commented on September 13, 2024

我也是遇到了这个问题,就是“只能启动当前流程创建的流程对象”!

请问这个问题解决了吗?是怎么解决的

from unofficial-implement-of-openpose.

YangZeyu95 avatar YangZeyu95 commented on September 13, 2024

Windows上的多线程问题,可以关了多线程,但是会很慢
建议换Ubuntu

from unofficial-implement-of-openpose.

zhanghaobucunzai avatar zhanghaobucunzai commented on September 13, 2024

Windows上的多线程问题,可以关了多线程,但是会很慢
建议换Ubuntu

我是在GPU环境 不是windows

from unofficial-implement-of-openpose.

YangZeyu95 avatar YangZeyu95 commented on September 13, 2024

Windows上的多线程问题,可以关了多线程,但是会很慢
建议换Ubuntu

我是在GPU环境 不是windows

GPU环境指的是?

from unofficial-implement-of-openpose.

zhanghaobucunzai avatar zhanghaobucunzai commented on September 13, 2024

Windows上的多线程问题,可以关了多线程,但是会很慢
建议换Ubuntu

我是在GPU环境不是windows

GPU环境指的是?
我把报错贴进来帮忙看下 我是在donker内执行的,里面就是ubuntu的

from unofficial-implement-of-openpose.

zhanghaobucunzai avatar zhanghaobucunzai commented on September 13, 2024

Windows上的多线程问题,可以关了多线程,但是会很慢
建议换Ubuntu

我是在GPU环境 不是windows

GPU环境指的是?

帮瞅瞅

from unofficial-implement-of-openpose.

YangZeyu95 avatar YangZeyu95 commented on September 13, 2024

看起来是跟Windows同样的问题,

from unofficial-implement-of-openpose.

zhanghaobucunzai avatar zhanghaobucunzai commented on September 13, 2024

看起来是跟Windows同样的问题,

代码里面能优化解决吗

from unofficial-implement-of-openpose.

zhanghaobucunzai avatar zhanghaobucunzai commented on September 13, 2024

看起来是跟Windows同样的问题,

此乃linux环境

from unofficial-implement-of-openpose.

zhanghaobucunzai avatar zhanghaobucunzai commented on September 13, 2024

看起来是跟Windows同样的问题,

linux怎么关多线程啊

from unofficial-implement-of-openpose.

YangZeyu95 avatar YangZeyu95 commented on September 13, 2024

看起来是跟Windows同样的问题,

linux怎么关多线程啊

pose_dataset.py: line 367
cpu_cont那个参数改成1

from unofficial-implement-of-openpose.

zhanghaobucunzai avatar zhanghaobucunzai commented on September 13, 2024

pu_cont那个参数改成1

ds = PrefetchData(ds, 1000, multiprocessing.cpu_count()-1)

    ds = PrefetchData(ds, 1000, 1)
    print("1111111111111111111111111111")
else:
    ds = MultiThreadMapData(ds, num_thread=16, map_func=read_image_url, buffer_size=1000)
    ds = MapDataComponent(ds, pose_resize_shortestedge_fixed)
    ds = MapDataComponent(ds, pose_crop_center)
    ds = MapData(ds, pose_to_img)
    #ds = PrefetchData(ds, 100, multiprocessing.cpu_count() // 4)
    ds = PrefetchData(ds, 100, 1)
    print("22222222222222222222222222222")

我改成了1,还是不行,会卡住

from unofficial-implement-of-openpose.

zhanghaobucunzai avatar zhanghaobucunzai commented on September 13, 2024

看起来是跟Windows同样的问题,

linux怎么关多线程啊

pose_dataset.py: line 367
cpu_cont那个参数改成1

大佬在不,帮解决下这个问题

from unofficial-implement-of-openpose.

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.