behzadshomali / Image-Describe-Pipe

This app outputs the name, coordinations, sentiment of each extracted face, and besides a brief description of the scene's context for each input image.
2 stars 0 forks source link

Doubt about format of logs #12

Closed behzadshomali closed 3 years ago

behzadshomali commented 3 years ago

@behroozomidvar as I was developing the logs formation and its corresponding stuff, I doubted which format should be used as the basis of the logs:

  1. $(user_x) deleted an image
  2. $(user_x) deleted $(image_url)

by $(.) I mean some value will be replaced there.

behroozomidvar commented 3 years ago

Preciseness is always preferred. If it doesn't hurt time/space performance, then option 2 indeed.

behzadshomali commented 3 years ago

Great I got it! So we will need some minor changes to fulfill this.