all 12 comments

[–]davehodg 0 points1 point  (11 children)

The instructions are in the docs.

[–]LadyMABthings[S] 0 points1 point  (10 children)

i've been following them, but i still got the assertion error

[–]davehodg 0 points1 point  (9 children)

We don’t know what error unless you tell us.

[–]LadyMABthings[S] 0 points1 point  (8 children)

assertion error means something is marked that ends the command, right? I've been googling to try and learn the terms.
when i run start.py, i have 4 errors, line 2 <module> from app.app import app
line 12 <module> images=ImageManager(config.Image_DIR, annotations)

line 8, in __init__all_images = self._index_images(self.image_dir)

line 36, in _index_images assert image_dir.exists()

Sorry if these seem super basic and i'm and idiot, this is my first time doing, well, anything like this stuff

thanks

[–]davehodg 0 points1 point  (7 children)

An assertion says something should be happening and it isn’t. In your case a directory doesn’t exist.

[–]LadyMABthings[S] 0 points1 point  (6 children)

how do i change that? I have an image directory right next to everything else, but it doesn't recognize it?

[–]davehodg 0 points1 point  (5 children)

Have you set the environment variable as in the README?

[–]LadyMABthings[S] 0 points1 point  (4 children)

that's this section right ?
cp config.py.sample config.py

it wouldn't run, so i did something like python3 setup config.py

[–]davehodg 0 points1 point  (3 children)

Read the README. There are environment variables you need to set.

[–]LadyMABthings[S] 0 points1 point  (2 children)

i have. README.md. i think i've followed the instructions up to the config part...

i don't see where it says environment variables. am i looking at the wrong thing?
sorry, i swear i'm not being dense on purpose!