FBAdmirer
FBAdmirer
> i got this error "ModuleNotFoundError: No module named 'utils.inference'",when i run the commond "python inference.py --source_paths "1.png" --target_image "mark.jpg" --image_to_image True" ******************************************************************************************************************** Try these commands: python inference.py --G_path weights/G_unet_3blocks.pth...
> Stuck at: input mean and std: 127.5 127.5 find model: ./insightface_func/models\antelope\glintr100.onnx recognition find model: ./insightface_func/models\antelope\scrfd_10g_bnkps.onnx detection set det-size: (640, 640) loading ./coordinate_reg/model/2d106det 0 input mean and std: 127.5 127.5...
> Unable to install and use locally on a Windows 11 machine with RTX 3070. Tried to install on Linux on the same machine, still unsuccessful. ******************************* I was able...
> Hi, > > Does anyone have a solution how to run this with RTX 30xx cards? > > "d:\anaconda\envs\sber\lib\site-packages\torch\cuda__init__.py:125: UserWarning: NVIDIA GeForce RTX 3070 with CUDA capability sm_86 is...
> @FBAdmirer I tried the everything you mentioned. I still get this error on windows. OSError: exception: access violation writing 0x0000000000000000 Error in atexit._run_exitfuncs: Traceback (most recent call last): File...
@syddharth You are welcome. I am glad that you were able to make sberswap work on a windows WSL environment. I followed instructions at https://mxnet.apache.org/versions/1.9.0/get_started/windows_setup.html#build-from-source and https://mxnet.apache.org/versions/1.9.0/get_started/build_from_source#obtaining-the-source-code to build mxnet...
-Still wont work on native windows- @syddharth Looks like the mxnet 1.9.0 wheel did not include all the libraries in the common.zip file at https://www.dropbox.com/s/9vd6i5z7jwsebni/common.zip?dl=0 Unzip the file and add...
> > -Still wont work on native windows- @syddharth Looks like the mxnet 1.9.0 wheel did not include all the libraries in the common.zip file at https://www.dropbox.com/s/9vd6i5z7jwsebni/common.zip?dl=0 > > Unzip...
> @WhiteSigility You are welcome. Is the python version in your conda enviroment 3.7 or 3.8 or 3.9 or 3.10. I also see in your system environment path python310 &...
@mustangchavez @syddharth @WhiteSigility @ThereforeGames Try creating a new conda environment with the command conda create -n SberSwap38 python=3.8 in the C drive or conda create --prefix X:\SberSwap38 python=3.8 in your...