CSAILVision / CSAILVision/LabelMeAnnotationTool

there are problems with fetch_image.cgi

Ouverte
#86 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
JavaScript
Étoiles
1.5k
Forks
443
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

On Windows 10 I'm getting Fatal: there are problems with fetch_image.cgi popup on web-page opening and then on each of Next image clicks which fail. I looked inside Apache error log and found this:

(OS 2)The system cannot find the file specified. : [client ::1:63885] AH01223: couldn't spawn child process: C:/git/LabelMeAnnotationTool/annotationTools/perl/write_logfile.cgi
(OS 2)The system cannot find the file specified. : [client ::1:63886] couldn't create child process: 720002: write_logfile.cgi

I have installed Active Perl and the shebang line in my cgi scripts points to the where my perl.exe sits.
I have included these lines in my Apache conf:
```
LoadModule cgi_module modules/mod_cgi.so
ScriptAlias /cgi-bin/ "C:/git/LabelMeAnnotationTool/"
AddHandler cgi-script .cgi .pl

AllowOverride None
Options None
Require all granted

```

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.