Hi Prodigy team,
Whenever I re-load the same annotation session, it is showing No tasks available. Also, once I open the URL and then someone else is trying to open the same URL. it is again showing No tasks available.
Is it possible for multiple people to open the same link without this issue? It would be very helpful if you can explain how to configure that setting.
Also,
while I was trying to connect to the database I encountered the error shown below. Could be please suggest a way to get around this ? I checked that prodigy.json file is a valid json file.
db=connect()
Traceback (most recent call last):
File "", line 1, in
File "/home/vandana_p/hair_diagnostics/my_hair_selfie/lib/python3.6/site-packages/prodigy/components/db.py", line 66, in connect
config = get_config()
File "cython_src/prodigy/util.pyx", line 80, in prodigy.util.get_config
File "/home/vandana_p/hair_diagnostics/my_hair_selfie/lib/python3.6/site-packages/srsly/_json_api.py", line 52, in read_json
return ujson.load(f)
ValueError: Unexpected character in found when decoding object value
Apart from the above issues, there a some design changes I am trying to make in the image mash annotation example I am trying out
- Currently we have a red Cross button which needs to be removed in our annotations, we do not want to give an option not to respond
- The green tick button should only work if they make a choice, otherwise page should not progress (currently it progresses even if they do not make a choice)
- There should be a 10 second count down on each image pair, if they do not make a choice by then the page auto moves forward, and the images with the missing annotations get recycled back to the mash.
Could you please suggest how to make these changes in the prodigy setup for these design changes?
Regards,
Vandana