Giter VIP home page Giter VIP logo

Comments (9)

blankoworld avatar blankoworld commented on September 25, 2024 1

The good thing: I can reproduce the problem with the content of your _index.md file!
The bad one: for now I have no idea why it doesn't appear.

Don't worry, I will check today what's wrong. I'm happy to test other ways to create homepage :)

from hugo_theme_adam_eve.

blankoworld avatar blankoworld commented on September 25, 2024 1

Found it!

date: 2019-09-20T13:47:13+02:00

The date is in the future πŸ˜„. You cannot publish in advance. So change the date, for an example:

date: 2019-08-20T13:47:13+02:00

Please confirm that the problem come from that and I will close the issue.

Have fun!

from hugo_theme_adam_eve.

blankoworld avatar blankoworld commented on September 25, 2024

from hugo_theme_adam_eve.

ngonthier avatar ngonthier commented on September 25, 2024

Hi Olivier,

In the content directory, I have only have a _index.md file with three folders. Two of them only contain images that I use and the last one is a post folder. It contain a markdown file with the same name than the folder.

Before I could see the content of the _index.md content on the homepage (i.e. some text and links to external website and internal post). Now I can only see the title of the website (https://wsoda.telecom-paristech.fr/)

from hugo_theme_adam_eve.

blankoworld avatar blankoworld commented on September 25, 2024

I attempt to have something similar to your structure. The content of _index.md is always displayed. Except if "draft = true" is present in your _index.md.

Is that possible to have the content of your config.toml file?

from hugo_theme_adam_eve.

ngonthier avatar ngonthier commented on September 25, 2024

Of course.

This is the content of my config.toml :

baseURL = "https://wsoda.telecom-paristech.fr/"
theme = "hugo_theme_adam_eve"
DefaultContentLanguage = "en"

[Languages]
[Languages.en]
languageCode = "en"
title = "Weakly Supervised Object Detection in Artworks"

[Languages.en.params]
description = ""

[[Languages.en.menu.main]]
    name = "Homepage"
    pre = "<span class='homepage'>βŒ‚</span>"
    weight = -110
    identifier = "homepage"
    url = "/"

And here the content of the _index.md file

---
title: "Project page"
date: 2019-09-20T13:47:13+02:00
draft: false
---

[Nicolas Gonthier](https://perso.telecom-paristech.fr/gonthier/), [Yann Gousseau](https://perso.telecom-paristech.fr/gousseau/), [Said Ladjal](https://perso.telecom-paristech.fr/ladjal/), [Olivier Bonfait](http://tristan.u-bourgogne.fr/CGC/chercheurs/Bonfait/Olivier_Bonfait.html)

[Telecom ParisTech](https://www.telecom-paristech.fr/), [Universite Paris-Saclay](https://www.universite-paris-saclay.fr/en), [Universite de Bourgogne](http://en.u-bourgogne.fr/)

[VISART IV Where Computer Vision Meets Art ECCV 2018 Workshop](https://visarts.eu/)

<div id="banner" style="overflow: hidden; display: flex; justify-content:space-around;">
        <div class="" style="max-width: 100%;max-height: 100%;display: inline-block;">
            <img src="images/Q27896612_Regions_over075.jpg" height=350>
        </div>
        <div class="" style="max-width: 100%;max-height: 100%;display: inline-block;">
            <img src="images/Q743787_Regions_over075.jpg" height=350>
        </div>
        <div class="" style="max-width: 100%;max-height: 100%;display: inline-block;">
            <img src="images/Q28059074_Regions_over075.jpg" height=350>
        </div>
</div>
<div id="banner" style="overflow: hidden; display: flex; justify-content:space-around;">
        <div class="" style="max-width: 100%;max-height: 100%;display: inline-block;">
            <img src="images/Q18572427_Regions_over075.jpg" height=350>
        </div>
        <div class="" style="max-width: 100%;max-height: 100%;display: inline-block;">
            <img src="images/Q6043567_Regions_over075.jpg" height=350>
        </div>
</div>

Some detection results from our IconArt dataset.

# Abstract

We propose a method for the weakly supervised detection of objects in paintings. At training time, only image-level annotations are needed. This, combined with the efficiency of our multiple-instance learning method, enables one to learn new classes on-the-fly from globally annotated databases, avoiding the tedious task to manually marking objects. We show on several databases that dropping the instance-level annotations only yields mild performance losses. We also introduce a new database, IconArt, on which we perform detection experiments on classes that could not be learned on photographs, such as Jesus Child or Saint Sebastian. To the best of our knowledge, these are the first experiments dealing with the automatic (and in our case weakly supervised) detection of iconographic elements in paintings. We believe that such a method is of great benefit for helping art historians to explore large digital databases. 

# Downloads

  * [Paper](https://arxiv.org/pdf/1810.02569.pdf)
  * [ArXiv](https://arxiv.org/abs/1810.02569)
  * [Dataset]({{< ref "dataset.md" >}})
  * [Code](https://github.com/nicaogr/Mi_max)
  * [Presentation](https://wsoda.telecom-paristech.fr/pdf/VISART_2018_slides.pdf)
    

# Publication

    Nicolas Gonthier, Yann Gousseau, Said Ladjal, Olivier Bonfait
    Weakly Supervised Object Detection in Artworks
    Workshop on Computer Vision for Art Analysis, ECCV, 2018.

# BibTex reference 

	@InProceedings{Gonthier18,
 	 author       = "Gonthier, N. and Gousseau, Y. and Ladjal, S. and Bonfait, O.",
 	 title        = "Weakly Supervised Object Detection in Artworks",
	 booktitle    = "Computer Vision -- ECCV 2018 Workshops",
	 year         = "2018",
         publisher    = "Springer International Publishing",
         pages        = "692--709"
	}

# Acknowledgments

This work is supported by the "IDI 2017" project funded by the IDEX Paris-Saclay, ANR-11-IDEX-0003-02.

<div id="banner" style="overflow: hidden; display: flex; justify-content:space-around;">
        <div class="" style="max-width: 100%;max-height: 100%;display: inline-block;">
            <img src="logo/leadImage.png" height=100>
        </div>
        <div class="" style="max-width: 100%;max-height: 100%;display: inline-block;">
            <img src="logo/ParisSaclay_Logo.jpg" height=100>
        </div>
        <div class="" style="max-width: 100%;max-height: 100%;display: inline-block;">
            <img src="logo/Investissements_d_avenir_logo.jpeg" height=100>
        </div>
</div>

Thank a lot for your answer.

from hugo_theme_adam_eve.

ngonthier avatar ngonthier commented on September 25, 2024

Yes, it works. I am sorry for opening an issue for that. I manage to deal with the updating of hugo and theme but not with this problem.

Thank a lot.

from hugo_theme_adam_eve.

blankoworld avatar blankoworld commented on September 25, 2024

This issue permits to meet us πŸ˜‰

And I'm happy to see that somebody uses this theme!

I'm inquiring me if it would be possible to create a list of "example" for websites that use this theme.
Would you be OK that you website appears in this list?

On my side I use this theme here (warning, french content): https://olivier.dossmann.net/wiki/

from hugo_theme_adam_eve.

ngonthier avatar ngonthier commented on September 25, 2024

Thank to you to share this nice and minimalist theme.
Of course, my website appears in your list. I will let you know if I find other website using this theme.
Don't worry I am a french PhD student πŸ˜‚ 🀣
C'est juste que j'utilise l'anglais pour le travail.

from hugo_theme_adam_eve.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.