roboflow / dji-aerial-georeferencing

Detect objects in drone videos and plot them on a map
https://blog.roboflow.com/georeferencing-drone-videos/
Apache License 2.0
189 stars 32 forks source link

Is this repository working or is it still in development? TAILWIND_MODE errors. #13

Closed marcivanmanalac closed 1 year ago

marcivanmanalac commented 1 year ago

I've read the blog post on roboflow and tried to follow along on the Try it in your Browser and Run it Locally guide in the ReadMe, but am having difficulties getting them to work. More specifically, the deployed GitHub page does not exist, and running the npm run build:dev returns TAILWIND_MODE errors.

I've also included screenshots of my outputs in the Roboflow forums post.

yeldarby commented 1 year ago

Thanks for pointing out the broken link; our github URL recently changed from roboflow-ai to roboflow so the gh-pages link is now: https://roboflow.github.io/dji-aerial-georeferencing/

And just tested that it appears working for me both on the deployed version & locally (and in the github action as of this morning when we merged in some dependabot fixes).

If you post the full error message you're getting I might be able to point you in the right direction.

yeldarby commented 1 year ago

Fixed the README in #14

marcivanmanalac commented 1 year ago

Thank you for your quick response.

This is the error message I am receiving: image

I ran npm install already within the cloned repo

RobertoNovelo commented 1 year ago

Hello @marcivanmanalac ! It looks like the command is not compatible with your Windows shell. Could I suggest trying with WSL? Otherwise, you might need to install something like cross-env, and update the command to something along the lines of "start": "cross-env TAILWIND_MODE=watch ......"

marcivanmanalac commented 1 year ago

Hello @marcivanmanalac ! It looks like the command is not compatible with your Windows shell. Could I suggest trying with WSL? Otherwise, you might need to install something like cross-env, and update the command to something along the lines of "start": "cross-env TAILWIND_MODE=watch ......"

Thank you! I was able to get it to work using cross-env