monkeycc

Results 218 issues of monkeycc

解压了在根目录 myGpuFeatures D:\ImageStitch\myGpuFeatures python Main.py ``` Traceback (most recent call last): File "Main.py", line 1, in from Stitcher import Stitcher File "D:\ImageStitch\Stitcher.py", line 10, in import ImageUtility as Utility File...

requirements.txt 如何批量删除 类似于 @ file:///C:/ci/astroid_1592495992870/work @ file:///tmp/build/80754af9/autopep8_1592412889138/work ``` alabaster==0.7.12 anaconda-client==1.7.2 anaconda-project==0.8.3 argh==0.26.2 asn1crypto==1.3.0 astroid @ file:///C:/ci/astroid_1592495992870/work astropy==4.0.1.post1 atomicwrites==1.4.0 attrs==19.3.0 autopep8 @ file:///tmp/build/80754af9/autopep8_1592412889138/work Babel==2.8.0 backcall==0.2.0 backports.shutil-get-terminal-size==1.0.0 bcrypt==3.1.7 beautifulsoup4==4.9.1 bitarray @ file:///C:/ci/bitarray_1594753995860/work...

OSError: Unable to create file (unable to open file: name = 'weights/generator.h5', errno = 2, error message = 'No such file or directory', flags = 13, o_flags = 302)

Microsoft Edge 扩展建议增加上去 发现Microsoft Edge 并没有SwitchyOmega

1. 是否能推出 标注工具 打造全流程 2. 对于3D缺陷检测,有没合适的,而不局限于自动驾驶 比如物体 凹进去了 凸出来了之类的 3. Python 预测可视化 是怎么样的

```python import cv2 import numpy as np import sys class Image_Stitching(): def __init__(self) : self.ratio=0.85 self.min_match=10 self.sift=cv2.SIFT_create() self.smoothing_window_size=800 def registration(self,img1,img2,img3): kp1, des1 = self.sift.detectAndCompute(img1, None) kp2, des2 = self.sift.detectAndCompute(img2, None)...

WIN11 anaconda python 3.7 git clone https://github.com/PaddleCV-SIG/PaddleRS cd PaddleRS git checkout develop pip install -r requirements.txt python setup.py install ``` Building wheel for pyrfr (setup.py) ... error error: subprocess-exited-with-error ×...

solved

Thanks for sharing the source code I tried virtuanes GAME : Super Mario Bros ``` PATH_ TO_ GAME = "D:/nes/VirtuaNES.exe" if keyboard.is_ pressed('a') if keyboard.is_ pressed('d') if keyboard.is_ pressed('w') if...

感谢,非常有用, 能否使用albumentations或imgaug来转换为LabelMe格式 这样也不需要大佬自己更新增强算法

Can the export format be full format VOC YOLO Also add 导出格式能否全格式 VOC YOLO 也加上去