susundingkai
susundingkai
是的,格式和voc是一样的
修改了classes,文件夹名保持和voc一致
data = next(data_iter) File "/home/tensor/.local/lib/python3.5/site-packages/torch/utils/data/dataloader.py", line 804, in __next__ idx, data = self._get_data() File "/home/tensor/.local/lib/python3.5/site-packages/torch/utils/data/dataloader.py", line 771, in _get_data success, data = self._try_get_data() File "/home/tensor/.local/lib/python3.5/site-packages/torch/utils/data/dataloader.py", line 724, in _try_get_data data...
感谢回复,问题已经解决了,是pytorch和cv2互锁导致的,关闭cv2的多线程即可。 cv2.setNumThreads(0) cv2.ocl.setUseOpenCL(False)
应该是不行的,这个插件是基于tampermonkey开发的
你好,请问你的emby版本是什么。还有这里有一个老版本的文件可以试一试:https://raw.githubusercontent.com/susundingkai/emby-danmaku/7b5f0465ce7417376d2a8391acf008a613fed188/emby-danmaku.js
我自己更新到了4.7.0.29测试版,就得改成h1[class='videoOsdParentTitle videoOsdParentTitle-large videoOsdParentTitle-larger']这个了。 因为本人不使用plex,所以更新起来挺困难的,你可以自己创建一个plex-danmaku来维护。我这个脚本的具体思路是用waitForKeyElements来等待加载完毕,然后再查找video标签,存在video_container里。难点就是得找到先后加载顺序,然后识别就行了。 我猜测你不成功的原因应该是menu_bar没有正确嵌入,需要看一看加载顺序。
Not working under Macos nuitka-2.3rc3 too, you can reproduce the problem like this: `with open("test.txt","a+") as fp: fp.write("测试")` build command: `nuitka3 --standalone --output-dir=build --macos-app-version=1.0 --macos-create-app-bundle ./test.py --disable-console ;`
Strangely, it work well in debug mode and I can not get any crash log.
I found that I can execute test.app/Contents/MACOS/test , but cant run test.app directly. Maybe the console-less mode caused breaking down?