Open devedse opened 5 years ago
Eh, is this for real: https://github.com/datitran/object_detector_app/issues/41#issuecomment-387648855
yeah, you need to remove the path from environment.yml
like remove prefix: ...
from the bottom of environment.yml
this worked for me:
conda config --add channels conda-forge
conda config --add channels akode
and then using a modified .yml file
name: tensorf-yolo9000
channels:
- defaults
- conda-forge
- akode
dependencies:
- pip
- python=3.5
- h5py=2.7
- numpy=1.12
- pillow=4.1
- pip:
- keras==2.0.3
- tensorflow-gpu==1.0.1
not working for me...same issue
Take a look at this repo, it does work: https://github.com/WongKinYiu/yolov7
I guess I'm used to C# projects where usually you open a solution and it just works, but apparently python works different.
However when I'm following the Installation steps they don't work.
I'm using Conda Mini on a windows environment. Can we make sure that somehow the environments.yml file works on all environments?